271 | xmlHashScan(uniq, hash_key_put, &lines); | ^~~~~~~~~~~~ | | | void (*)(void *, void *, xmlChar *) {aka void (*)(void *, void *, unsigned char *)} In file included from src/xml_elem.c:32: /home/thomas/autobuild/instance-2/output-1/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/hash.h:213:57: note: expected 'xmlHashScanner' {aka 'void (*)(void *, void *, const unsigned char *)'} but argument is of type 'void (*)(void *, void *, xmlChar *)' {aka 'void (*)(void *, void *, unsigned char *)'} 213 | xmlHashScanner f, | ~~~~~~~~~~~~~~~^ src/xml_edit.c: In function 'edOutput': src/xml_edit.c:561:9: warning: 'xmlCleanupGlobals' is deprecated [-Wdeprecated-declarations] 561 | xmlCleanupGlobals(); | ^~~~~~~~~~~~~~~~~ In file included from /home/thomas/autobuild/instance-2/output-1/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/threads.h:35, from /home/thomas/autobuild/instance-2/output-1/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/xmlmemory.h:220, from src/xml_edit.c:35: /home/thomas/autobuild/instance-2/output-1/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/globals.h:30:24: note: declared here 30 | XMLPUBFUN void XMLCALL xmlCleanupGlobals(void); | ^~~~~~~~~~~~~~~~~ src/xml_edit.c: In function 'edMain': src/xml_edit.c:755:5: warning: 'xmlCleanupGlobals' is deprecated [-Wdeprecated-declarations] 755 | xmlCleanupGlobals(); | ^~~~~~~~~~~~~~~~~ In file included from /home/thomas/autobuild/instance-2/output-1/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/threads.h:35, from /home/thomas/autobuild/instance-2/output-1/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/xmlmemory.h:220, from src/xml_edit.c:35: /home/thomas/autobuild/instance-2/output-1/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/globals.h:30:24: note: declared here 30 | XMLPUBFUN void XMLCALL xmlCleanupGlobals(void); | ^~~~~~~~~~~~~~~~~ CC src/xml_format.o src/xml_edit.c: In function 'edInsert': src/xml_edit.c:371:9: warning: 'node' may be used uninitialized in this function [-Wmaybe-uninitialized] 371 | xmlXPathNodeSetAdd(previous_insertion, node); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC src/xml_ls.o src/xml_format.c: In function 'foInitLibXml': src/xml_format.c:114:5: warning: 'xmlInitMemory' is deprecated [-Wdeprecated-declarations] 114 | xmlInitMemory(); | ^~~~~~~~~~~~~ In file included from src/xml_format.c:35: /home/thomas/autobuild/instance-2/output-1/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/xmlmemory.h:131:9: note: declared here 131 | xmlInitMemory (void); | ^~~~~~~~~~~~~ src/xml_ls.c: In function 'xml_print_dir': src/xml_ls.c:140:4: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result] 140 | chdir(dir); | ^~~~~~~~~~ CC src/xml_pyx.o CC src/xml_select.o CC src/xml_trans.o In file included from /home/thomas/autobuild/instance-2/output-1/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/tree.h:18, from src/xml_select.c:38: src/xml_select.c: In function 'selPrepareXslt': /home/thomas/autobuild/instance-2/output-1/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/xmlstring.h:35:18: warning: pointer targets in passing argument 3 of 'xmlStrPrintf' differ in signedness [-Wpointer-sign] 35 | #define BAD_CAST (xmlChar *) src/xml_select.c:552:55: note: in expansion of macro 'BAD_CAST' 552 | xmlStrPrintf(num_buf, sizeof num_buf, BAD_CAST "t%d", t); | ^~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/xmlstring.h:100:54: note: expected 'const char *' but argument is of type 'xmlChar *' {aka 'unsigned char *'} 100 | const char *msg, | ~~~~~~~~~~~~^~~ CC src/xml_validate.o src/xml_validate.c: In function 'valMain': src/xml_validate.c:493:9: warning: 'xmlRelaxNGCleanupTypes' is deprecated [-Wdeprecated-declarations] 493 | xmlRelaxNGCleanupTypes(); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from /home/thomas/autobuild/instance-2/output-1/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/xmlreader.h:17, from src/xmlstar.h:17, from src/xml_validate.c:35: /home/thomas/autobuild/instance-2/output-1/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/relaxng.h:123:21: note: declared here 123 | xmlRelaxNGCleanupTypes (void); | ^~~~~~~~~~~~~~~~~~~~~~ src/xml_validate.c:494:9: warning: 'xmlSchemaCleanupTypes' is deprecated [-Wdeprecated-declarations] 494 | xmlSchemaCleanupTypes(); | ^~~~~~~~~~~~~~~~~~~~~ In file included from src/xml_validate.c:40: /home/thomas/autobuild/instance-2/output-1/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/xmlschemastypes.h:37:17: note: declared here 37 | xmlSchemaCleanupTypes (void); | ^~~~~~~~~~~~~~~~~~~~~ CC src/usage.o CC src/c14n-usage.o CC src/depyx-usage.o CC src/edit-usage.o CC src/elem-usage.o CC src/escape-usage.o CC src/format-usage.o CC src/ls-usage.o CC src/pyx-usage.o CC src/select-usage.o CC src/trans-usage.o CC src/unescape-usage.o CC src/validate-usage.o CCLD xml make[2]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/xmlstarlet-1.6.1' make[1]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/xmlstarlet-1.6.1' >>> xmlstarlet 1.6.1 Installing to target PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j4 DESTDIR=/home/thomas/autobuild/instance-2/output-1/target install -C /home/thomas/autobuild/instance-2/output-1/build/xmlstarlet-1.6.1/ make[1]: Entering directory '/home/thomas/autobuild/instance-2/output-1/build/xmlstarlet-1.6.1' make[2]: Entering directory '/home/thomas/autobuild/instance-2/output-1/build/xmlstarlet-1.6.1' /usr/bin/mkdir -p '/home/thomas/autobuild/instance-2/output-1/target/usr/share/doc/xmlstarlet' /usr/bin/mkdir -p '/home/thomas/autobuild/instance-2/output-1/target/usr/share/man/man1' /usr/bin/mkdir -p '/home/thomas/autobuild/instance-2/output-1/target/usr/bin' /usr/bin/install -c -m 644 doc/xmlstarlet-ug.html doc/html.css doc/xmlstarlet.txt '/home/thomas/autobuild/instance-2/output-1/target/usr/share/doc/xmlstarlet' /usr/bin/install -c xml '/home/thomas/autobuild/instance-2/output-1/target/usr/bin' /usr/bin/install -c -m 644 doc/xmlstarlet.1 '/home/thomas/autobuild/instance-2/output-1/target/usr/share/man/man1' make[2]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/xmlstarlet-1.6.1' make[1]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/xmlstarlet-1.6.1' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/thomas/autobuild/instance-2/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O3', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/thomas/autobuild/instance-2/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/thomas/autobuild/instance-2/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips64%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/thomas/autobuild/instance-2/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/thomas/autobuild/instance-2/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/thomas/autobuild/instance-2/output-1/host%g" -e "s%@STAGING_DIR@%/home/thomas/autobuild/instance-2/output-1/host/mips64el-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/thomas/autobuild/instance-2/buildroot/support/misc/cross-compilation.conf.in > /home/thomas/autobuild/instance-2/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/thomas/autobuild/instance-2/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/thomas/autobuild/instance-2/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips64%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-O3', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/home/thomas/autobuild/instance-2/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/thomas/autobuild/instance-2/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/thomas/autobuild/instance-2/output-1/host%g" -e "s%@STAGING_DIR@%/home/thomas/autobuild/instance-2/output-1/host/mips64el-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/thomas/autobuild/instance-2/buildroot/support/misc/cross-compilation.conf.in > /home/thomas/autobuild/instance-2/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/bash$' /home/thomas/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/bash" >> /home/thomas/autobuild/instance-2/output-1/target/etc/shells if grep -q CONFIG_ASH=y /home/thomas/autobuild/instance-2/output-1/build/busybox-1.36.0/.config; then grep -qsE '^/bin/ash$' /home/thomas/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/ash" >> /home/thomas/autobuild/instance-2/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/thomas/autobuild/instance-2/output-1/build/busybox-1.36.0/.config; then grep -qsE '^/bin/hush$' /home/thomas/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/hush" >> /home/thomas/autobuild/instance-2/output-1/target/etc/shells; fi mkdir -p /home/thomas/autobuild/instance-2/output-1/target/etc echo "buildroot" > /home/thomas/autobuild/instance-2/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/thomas/autobuild/instance-2/output-1/target/etc/hosts mkdir -p /home/thomas/autobuild/instance-2/output-1/target/etc echo "Welcome to Buildroot" > /home/thomas/autobuild/instance-2/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/thomas/autobuild/instance-2/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/thomas/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/sh" >> /home/thomas/autobuild/instance-2/output-1/target/etc/shells ln -sf bash /home/thomas/autobuild/instance-2/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,bash,' /home/thomas/autobuild/instance-2/output-1/target/etc/passwd rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/include /home/thomas/autobuild/instance-2/output-1/target/usr/share/aclocal \ /home/thomas/autobuild/instance-2/output-1/target/usr/lib/pkgconfig /home/thomas/autobuild/instance-2/output-1/target/usr/share/pkgconfig \ /home/thomas/autobuild/instance-2/output-1/target/usr/lib/cmake /home/thomas/autobuild/instance-2/output-1/target/usr/share/cmake \ /home/thomas/autobuild/instance-2/output-1/target/usr/lib/rpm /home/thomas/autobuild/instance-2/output-1/target/usr/doc find /home/thomas/autobuild/instance-2/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/thomas/autobuild/instance-2/output-1/target/lib/ /home/thomas/autobuild/instance-2/output-1/target/usr/lib/ /home/thomas/autobuild/instance-2/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/thomas/autobuild/instance-2/output-1/target/usr/libexec/': No such file or directory rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/share/gdb rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/share/zsh rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/man /home/thomas/autobuild/instance-2/output-1/target/usr/share/man rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/info /home/thomas/autobuild/instance-2/output-1/target/usr/share/info rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/doc /home/thomas/autobuild/instance-2/output-1/target/usr/share/doc rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/share/gtk-doc rmdir /home/thomas/autobuild/instance-2/output-1/target/usr/share 2>/dev/null || true rm -rf /home/thomas/autobuild/instance-2/output-1/target/lib/debug /home/thomas/autobuild/instance-2/output-1/target/usr/lib/debug find /home/thomas/autobuild/instance-2/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/thomas/autobuild/instance-2/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/thomas/autobuild/instance-2/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/thomas/autobuild/instance-2/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/thomas/autobuild/instance-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-rc1-2884-g4ec39bad80"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-rc3"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-rc3\"" \ ) > /home/thomas/autobuild/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/thomas/autobuild/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/thomas/autobuild/instance-2/output-1/per-package /home/thomas/autobuild/instance-2/buildroot/support/scripts/fix-rpath target touch /home/thomas/autobuild/instance-2/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs mkdir -p /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs printf ' \n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/thomas/autobuild/instance-2/output-1/images rm -rf /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-2/output-1/target/ /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-2/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/thomas/autobuild/instance-2/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/thomas/autobuild/instance-2/output-1/host/bin/mkyaffs2 --all-root /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target /home/thomas/autobuild/instance-2/output-1/images/rootfs.yaffs2\n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target table='/home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 1609 objects. stage 2: creating image '/home/thomas/autobuild/instance-2/output-1/images/rootfs.yaffs2' [ ] 1/1609 0% [ ] 2/1609 0% [ ] 3/1609 0% [ ] 4/1609 0% [ ] 5/1609 0% [ ] 6/1609 0% [ ] 7/1609 0% [ ] 8/1609 0% [ ] 9/1609 0% [ ] 10/1609 0% [ ] 11/1609 0% [ ] 12/1609 0% [ ] 13/1609 0% [ ] 14/1609 0% [ ] 15/1609 0% [ ] 16/1609 0% [ ] 17/1609 1% [ ] 18/1609 1% [ ] 19/1609 1% [ ] 20/1609 1% [ ] 21/1609 1% [ ] 22/1609 1% [ ] 23/1609 1% [ ] 24/1609 1% [ ] 25/1609 1% [= ] 26/1609 1% [= ] 27/1609 1% [= ] 28/1609 1% [= ] 29/1609 1% [= ] 30/1609 1% [= ] 31/1609 1% [= ] 32/1609 1% [= ] 33/1609 2% [= ] 34/1609 2% [= ] 35/1609 2% [= ] 36/1609 2% [= ] 37/1609 2% [= ] 38/1609 2% [= ] 39/1609 2% [= ] 40/1609 2% [= ] 41/1609 2% [= ] 42/1609 2% [= ] 43/1609 2% [= ] 44/1609 2% [= ] 45/1609 2% [= ] 46/1609 2% [= ] 47/1609 2% [= ] 48/1609 2% [= ] 49/1609 3% [= ] 50/1609 3% [= ] 51/1609 3% [== ] 52/1609 3% [== ] 53/1609 3% [== ] 54/1609 3% [== ] 55/1609 3% [== ] 56/1609 3% [== ] 57/1609 3% [== ] 58/1609 3% [== ] 59/1609 3% [== ] 60/1609 3% [== ] 61/1609 3% [== ] 62/1609 3% [== ] 63/1609 3% [== ] 64/1609 3% [== ] 65/1609 4% [== ] 66/1609 4% [== ] 67/1609 4% [== ] 68/1609 4% [== ] 69/1609 4% [== ] 70/1609 4% [== ] 71/1609 4% [== ] 72/1609 4% [== ] 73/1609 4% [== ] 74/1609 4% [== ] 75/1609 4% [== ] 76/1609 4% [== ] 77/1609 4% [=== ] 78/1609 4% [=== ] 79/1609 4% [=== ] 80/1609 4% [=== ] 81/1609 5% [=== ] 82/1609 5% [=== ] 83/1609 5% [=== ] 84/1609 5% [=== ] 85/1609 5% [=== ] 86/1609 5% [=== ] 87/1609 5% [=== ] 88/1609 5% [=== ] 89/1609 5% [=== ] 90/1609 5% [=== ] 91/1609 5% [=== ] 92/1609 5% [=== ] 93/1609 5% [=== ] 94/1609 5% [=== ] 95/1609 5% [=== ] 96/1609 5% [=== ] 97/1609 6% [=== ] 98/1609 6% [=== ] 99/1609 6% [=== ] 100/1609 6% [=== ] 101/1609 6% [=== ] 102/1609 6% [=== ] 103/1609 6% [==== ] 104/1609 6% [==== ] 105/1609 6% [==== ] 106/1609 6% [==== ] 107/1609 6% [==== ] 108/1609 6% [==== ] 109/1609 6% [==== ] 110/1609 6% [==== ] 111/1609 6% [==== ] 112/1609 6% [==== ] 113/1609 7% [==== ] 114/1609 7% [==== ] 115/1609 7% [==== ] 116/1609 7% [==== ] 117/1609 7% [==== ] 118/1609 7% [==== ] 119/1609 7% [==== ] 120/1609 7% [==== ] 121/1609 7% [==== ] 122/1609 7% [==== ] 123/1609 7% [==== ] 124/1609 7% [==== ] 125/1609 7% [==== ] 126/1609 7% [==== ] 127/1609 7% [==== ] 128/1609 7% [==== ] 129/1609 8% [===== ] 130/1609 8% [===== ] 131/1609 8% [===== ] 132/1609 8% [===== ] 133/1609 8% [===== ] 134/1609 8% [===== ] 135/1609 8% [===== ] 136/1609 8% [===== ] 137/1609 8% [===== ] 138/1609 8% [===== ] 139/1609 8% [===== ] 140/1609 8% [===== ] 141/1609 8% [===== ] 142/1609 8% [===== ] 143/1609 8% [===== ] 144/1609 8% [===== ] 145/1609 9% [===== ] 146/1609 9% [===== ] 147/1609 9% [===== ] 148/1609 9% [===== ] 149/1609 9% [===== ] 150/1609 9% [===== ] 151/1609 9% [===== ] 152/1609 9% [===== ] 153/1609 9% [===== ] 154/1609 9% [===== ] 155/1609 9% [====== ] 156/1609 9% [====== ] 157/1609 9% [====== ] 158/1609 9% [====== ] 159/1609 9% [====== ] 160/1609 9% [====== ] 161/1609 10% [====== ] 162/1609 10% [====== ] 163/1609 10% [====== ] 164/1609 10% [====== ] 165/1609 10% [====== ] 166/1609 10% [====== ] 167/1609 10% [====== ] 168/1609 10% [====== ] 169/1609 10% [====== ] 170/1609 10% [====== ] 171/1609 10% [====== ] 172/1609 10% [====== ] 173/1609 10% [====== ] 174/1609 10% [====== ] 175/1609 10% [====== ] 176/1609 10% [====== ] 177/1609 11% [====== ] 178/1609 11% [====== ] 179/1609 11% [====== ] 180/1609 11% [====== ] 181/1609 11% [======= ] 182/1609 11% [======= ] 183/1609 11% [======= ] 184/1609 11% [======= ] 185/1609 11% [======= ] 186/1609 11% [======= ] 187/1609 11% [======= ] 188/1609 11% [======= ] 189/1609 11% [======= ] 190/1609 11% [======= ] 191/1609 11% [======= ] 192/1609 11% [======= ] 193/1609 11% [======= ] 194/1609 12% [======= ] 195/1609 12% [======= ] 196/1609 12% [======= ] 197/1609 12% [======= ] 198/1609 12% [======= ] 199/1609 12% [======= ] 200/1609 12% [======= ] 201/1609 12% [======= ] 202/1609 12% [======= ] 203/1609 12% [======= ] 204/1609 12% [======= ] 205/1609 12% [======= ] 206/1609 12% [======= ] 207/1609 12% [======== ] 208/1609 12% [======== ] 209/1609 12% [======== ] 210/1609 13% [======== ] 211/1609 13% [======== ] 212/1609 13% [======== ] 213/1609 13% [======== ] 214/1609 13% [======== ] 215/1609 13% [======== ] 216/1609 13% [======== ] 217/1609 13% [======== ] 218/1609 13% [======== ] 219/1609 13% [======== ] 220/1609 13% [======== ] 221/1609 13% [======== ] 222/1609 13% [======== ] 223/1609 13% [======== ] 224/1609 13% [======== ] 225/1609 13% [======== ] 226/1609 14% [======== ] 227/1609 14% [======== ] 228/1609 14% [======== ] 229/1609 14% [======== ] 230/1609 14% [======== ] 231/1609 14% [======== ] 232/1609 14% [======== ] 233/1609 14% [========= ] 234/1609 14% [========= ] 235/1609 14% [========= ] 236/1609 14% [========= ] 237/1609 14% [========= ] 238/1609 14% [========= ] 239/1609 14% [========= ] 240/1609 14% [========= ] 241/1609 14% [========= ] 242/1609 15% [========= ] 243/1609 15% [========= ] 244/1609 15% [========= ] 245/1609 15% [========= ] 246/1609 15% [========= ] 247/1609 15% [========= ] 248/1609 15% [========= ] 249/1609 15% [========= ] 250/1609 15% [========= ] 251/1609 15% [========= ] 252/1609 15% [========= ] 253/1609 15% [========= ] 254/1609 15% [========= ] 255/1609 15% [========= ] 256/1609 15% [========= ] 257/1609 15% [========= ] 258/1609 16% [========= ] 259/1609 16% [========== ] 260/1609 16% [========== ] 261/1609 16% [========== ] 262/1609 16% [========== ] 263/1609 16% [========== ] 264/1609 16% [========== ] 265/1609 16% [========== ] 266/1609 16% [========== ] 267/1609 16% [========== ] 268/1609 16% [========== ] 269/1609 16% [========== ] 270/1609 16% [========== ] 271/1609 16% [========== ] 272/1609 16% [========== ] 273/1609 16% [========== ] 274/1609 17% [========== ] 275/1609 17% [========== ] 276/1609 17% [========== ] 277/1609 17% [========== ] 278/1609 17% [========== ] 279/1609 17% [========== ] 280/1609 17% [========== ] 281/1609 17% [========== ] 282/1609 17% [========== ] 283/1609 17% [========== ] 284/1609 17% [========== ] 285/1609 17% [=========== ] 286/1609 17% [=========== ] 287/1609 17% [=========== ] 288/1609 17% [=========== ] 289/1609 17% [=========== ] 290/1609 18% [=========== ] 291/1609 18% [=========== ] 292/1609 18% [=========== ] 293/1609 18% [=========== ] 294/1609 18% [=========== ] 295/1609 18% [=========== ] 296/1609 18% [=========== ] 297/1609 18% [=========== ] 298/1609 18% [=========== ] 299/1609 18% [=========== ] 300/1609 18% [=========== ] 301/1609 18% [=========== ] 302/1609 18% [=========== ] 303/1609 18% [=========== ] 304/1609 18% [=========== ] 305/1609 18% [=========== ] 306/1609 19% [=========== ] 307/1609 19% [=========== ] 308/1609 19% [=========== ] 309/1609 19% [=========== ] 310/1609 19% [=========== ] 311/1609 19% [============ ] 312/1609 19% [============ ] 313/1609 19% [============ ] 314/1609 19% [============ ] 315/1609 19% [============ ] 316/1609 19% [============ ] 317/1609 19% [============ ] 318/1609 19% [============ ] 319/1609 19% [============ ] 320/1609 19% [============ ] 321/1609 19% [============ ] 322/1609 20% [============ ] 323/1609 20% [============ ] 324/1609 20% [============ ] 325/1609 20% [============ ] 326/1609 20% [============ ] 327/1609 20% [============ ] 328/1609 20% [============ ] 329/1609 20% [============ ] 330/1609 20% [============ ] 331/1609 20% [============ ] 332/1609 20% [============ ] 333/1609 20% [============ ] 334/1609 20% [============ ] 335/1609 20% [============ ] 336/1609 20% [============ ] 337/1609 20% [============= ] 338/1609 21% [============= ] 339/1609 21% [============= ] 340/1609 21% [============= ] 341/1609 21% [============= ] 342/1609 21% [============= ] 343/1609 21% [============= ] 344/1609 21% [============= ] 345/1609 21% [============= ] 346/1609 21% [============= ] 347/1609 21% [============= ] 348/1609 21% [============= ] 349/1609 21% [============= ] 350/1609 21% [============= ] 351/1609 21% [============= ] 352/1609 21% [============= ] 353/1609 21% [============= ] 354/1609 22% [============= ] 355/1609 22% [============= ] 356/1609 22% [============= ] 357/1609 22% [============= ] 358/1609 22% [============= ] 359/1609 22% [============= ] 360/1609 22% [============= ] 361/1609 22% [============= ] 362/1609 22% [============= ] 363/1609 22% [============== ] 364/1609 22% [============== ] 365/1609 22% [============== ] 366/1609 22% [============== ] 367/1609 22% [============== ] 368/1609 22% [============== ] 369/1609 22% [============== ] 370/1609 22% [============== ] 371/1609 23% [============== ] 372/1609 23% [============== ] 373/1609 23% [============== ] 374/1609 23% [============== ] 375/1609 23% [============== ] 376/1609 23% [============== ] 377/1609 23% [============== ] 378/1609 23% [============== ] 379/1609 23% [============== ] 380/1609 23% [============== ] 381/1609 23% [============== ] 382/1609 23% [============== ] 383/1609 23% [============== ] 384/1609 23% [============== ] 385/1609 23% [============== ] 386/1609 23% [============== ] 387/1609 24% [============== ] 388/1609 24% [============== ] 389/1609 24% [=============== ] 390/1609 24% [=============== ] 391/1609 24% [=============== ] 392/1609 24% [=============== ] 393/1609 24% [=============== ] 394/1609 24% [=============== ] 395/1609 24% [=============== ] 396/1609 24% [=============== ] 397/1609 24% [=============== ] 398/1609 24% [=============== ] 399/1609 24% [=============== ] 400/1609 24% [=============== ] 401/1609 24% [=============== ] 402/1609 24% [=============== ] 403/1609 25% [=============== ] 404/1609 25% [=============== ] 405/1609 25% [=============== ] 406/1609 25% [=============== ] 407/1609 25% [=============== ] 408/1609 25% [=============== ] 409/1609 25% [=============== ] 410/1609 25% [=============== ] 411/1609 25% [=============== ] 412/1609 25% [=============== ] 413/1609 25% [=============== ] 414/1609 25% [=============== ] 415/1609 25% [================ ] 416/1609 25% [================ ] 417/1609 25% [================ ] 418/1609 25% [================ ] 419/1609 26% [================ ] 420/1609 26% [================ ] 421/1609 26% [================ ] 422/1609 26% [================ ] 423/1609 26% [================ ] 424/1609 26% [================ ] 425/1609 26% [================ ] 426/1609 26% [================ ] 427/1609 26% [================ ] 428/1609 26% [================ ] 429/1609 26% [================ ] 430/1609 26% [================ ] 431/1609 26% [================ ] 432/1609 26% [================ ] 433/1609 26% [================ ] 434/1609 26% [================ ] 435/1609 27% [================ ] 436/1609 27% [================ ] 437/1609 27% [================ ] 438/1609 27% [================ ] 439/1609 27% [================ ] 440/1609 27% [================ ] 441/1609 27% [================= ] 442/1609 27% [================= ] 443/1609 27% [================= ] 444/1609 27% [================= ] 445/1609 27% [================= ] 446/1609 27% [================= ] 447/1609 27% [================= ] 448/1609 27% [================= ] 449/1609 27% [================= ] 450/1609 27% [================= ] 451/1609 28% [================= ] 452/1609 28% [================= ] 453/1609 28% [================= ] 454/1609 28% [================= ] 455/1609 28% [================= ] 456/1609 28% [================= ] 457/1609 28% [================= ] 458/1609 28% [================= ] 459/1609 28% [================= ] 460/1609 28% [================= ] 461/1609 28% [================= ] 462/1609 28% [================= ] 463/1609 28% [================= ] 464/1609 28% [================= ] 465/1609 28% [================= ] 466/1609 28% [================= ] 467/1609 29% [================== ] 468/1609 29% [================== ] 469/1609 29% [================== ] 470/1609 29% [================== ] 471/1609 29% [================== ] 472/1609 29% [================== ] 473/1609 29% [================== ] 474/1609 29% [================== ] 475/1609 29% [================== ] 476/1609 29% [================== ] 477/1609 29% [================== ] 478/1609 29% [================== ] 479/1609 29% [================== ] 480/1609 29% [================== ] 481/1609 29% [================== ] 482/1609 29% [================== ] 483/1609 30% [================== ] 484/1609 30% [================== ] 485/1609 30% [================== ] 486/1609 30% [================== ] 487/1609 30% [================== ] 488/1609 30% [================== ] 489/1609 30% [================== ] 490/1609 30% [================== ] 491/1609 30% [================== ] 492/1609 30% [================== ] 493/1609 30% [=================== ] 494/1609 30% [=================== ] 495/1609 30% [=================== ] 496/1609 30% [=================== ] 497/1609 30% [=================== ] 498/1609 30% [=================== ] 499/1609 31% [=================== ] 500/1609 31% [=================== ] 501/1609 31% [=================== ] 502/1609 31% [=================== ] 503/1609 31% [=================== ] 504/1609 31% [=================== ] 505/1609 31% [=================== ] 506/1609 31% [=================== ] 507/1609 31% [=================== ] 508/1609 31% [=================== ] 509/1609 31% [=================== ] 510/1609 31% [=================== ] 511/1609 31% [=================== ] 512/1609 31% [=================== ] 513/1609 31% [=================== ] 514/1609 31% [=================== ] 515/1609 32% [=================== ] 516/1609 32% [=================== ] 517/1609 32% [=================== ] 518/1609 32% [=================== ] 519/1609 32% [==================== ] 520/1609 32% [==================== ] 521/1609 32% [==================== ] 522/1609 32% [==================== ] 523/1609 32% [==================== ] 524/1609 32% [==================== ] 525/1609 32% [==================== ] 526/1609 32% [==================== ] 527/1609 32% [==================== ] 528/1609 32% [==================== ] 529/1609 32% [==================== ] 530/1609 32% [==================== ] 531/1609 33% [==================== ] 532/1609 33% [==================== ] 533/1609 33% [==================== ] 534/1609 33% [==================== ] 535/1609 33% [==================== ] 536/1609 33% [==================== ] 537/1609 33% [==================== ] 538/1609 33% [==================== ] 539/1609 33% [==================== ] 540/1609 33% [==================== ] 541/1609 33% [==================== ] 542/1609 33% [==================== ] 543/1609 33% [==================== ] 544/1609 33% [===================== ] 545/1609 33% [===================== ] 546/1609 33% [===================== ] 547/1609 33% [===================== ] 548/1609 34% [===================== ] 549/1609 34% [===================== ] 550/1609 34% [===================== ] 551/1609 34% [===================== ] 552/1609 34% [===================== ] 553/1609 34% [===================== ] 554/1609 34% [===================== ] 555/1609 34% [===================== ] 556/1609 34% [===================== ] 557/1609 34% [===================== ] 558/1609 34% [===================== ] 559/1609 34% [===================== ] 560/1609 34% [===================== ] 561/1609 34% [===================== ] 562/1609 34% [===================== ] 563/1609 34% [===================== ] 564/1609 35% [===================== ] 565/1609 35% [===================== ] 566/1609 35% [===================== ] 567/1609 35% [===================== ] 568/1609 35% [===================== ] 569/1609 35% [===================== ] 570/1609 35% [====================== ] 571/1609 35% [====================== ] 572/1609 35% [====================== ] 573/1609 35% [====================== ] 574/1609 35% [====================== ] 575/1609 35% [====================== ] 576/1609 35% [====================== ] 577/1609 35% [====================== ] 578/1609 35% [====================== ] 579/1609 35% [====================== ] 580/1609 36% [====================== ] 581/1609 36% [====================== ] 582/1609 36% [====================== ] 583/1609 36% [====================== ] 584/1609 36% [====================== ] 585/1609 36% [====================== ] 586/1609 36% [====================== ] 587/1609 36% [====================== ] 588/1609 36% [====================== ] 589/1609 36% [====================== ] 590/1609 36% [====================== ] 591/1609 36% [====================== ] 592/1609 36% [====================== ] 593/1609 36% [====================== ] 594/1609 36% [====================== ] 595/1609 36% [====================== ] 596/1609 37% [======================= ] 597/1609 37% [======================= ] 598/1609 37% [======================= ] 599/1609 37% [======================= ] 600/1609 37% [======================= ] 601/1609 37% [======================= ] 602/1609 37% [======================= ] 603/1609 37% [======================= ] 604/1609 37% [======================= ] 605/1609 37% [======================= ] 606/1609 37% [======================= ] 607/1609 37% [======================= ] 608/1609 37% [======================= ] 609/1609 37% [======================= ] 610/1609 37% [======================= ] 611/1609 37% [======================= ] 612/1609 38% [======================= ] 613/1609 38% [======================= ] 614/1609 38% [======================= ] 615/1609 38% [======================= ] 616/1609 38% [======================= ] 617/1609 38% [======================= ] 618/1609 38% [======================= ] 619/1609 38% [======================= ] 620/1609 38% [======================= ] 621/1609 38% [======================= ] 622/1609 38% [======================== ] 623/1609 38% [======================== ] 624/1609 38% [======================== ] 625/1609 38% [======================== ] 626/1609 38% [======================== ] 627/1609 38% [======================== ] 628/1609 39% [======================== ] 629/1609 39% [======================== ] 630/1609 39% [======================== ] 631/1609 39% [======================== ] 632/1609 39% [======================== ] 633/1609 39% [======================== ] 634/1609 39% [======================== ] 635/1609 39% [======================== ] 636/1609 39% [======================== ] 637/1609 39% [======================== ] 638/1609 39% [======================== ] 639/1609 39% [======================== ] 640/1609 39% [======================== ] 641/1609 39% [======================== ] 642/1609 39% [======================== ] 643/1609 39% [======================== ] 644/1609 40% [======================== ] 645/1609 40% [======================== ] 646/1609 40% [======================== ] 647/1609 40% [======================== ] 648/1609 40% [========================= ] 649/1609 40% [========================= ] 650/1609 40% [========================= ] 651/1609 40% [========================= ] 652/1609 40% [========================= ] 653/1609 40% [========================= ] 654/1609 40% [========================= ] 655/1609 40% [========================= ] 656/1609 40% [========================= ] 657/1609 40% [========================= ] 658/1609 40% [========================= ] 659/1609 40% [========================= ] 660/1609 41% [========================= ] 661/1609 41% [========================= ] 662/1609 41% [========================= ] 663/1609 41% [========================= ] 664/1609 41% [========================= ] 665/1609 41% [========================= ] 666/1609 41% [========================= ] 667/1609 41% [========================= ] 668/1609 41% [========================= ] 669/1609 41% [========================= ] 670/1609 41% [========================= ] 671/1609 41% [========================= ] 672/1609 41% [========================= ] 673/1609 41% [========================= ] 674/1609 41% [========================== ] 675/1609 41% [========================== ] 676/1609 42% [========================== ] 677/1609 42% [========================== ] 678/1609 42% [========================== ] 679/1609 42% [========================== ] 680/1609 42% [========================== ] 681/1609 42% [========================== ] 682/1609 42% [========================== ] 683/1609 42% [========================== ] 684/1609 42% [========================== ] 685/1609 42% [========================== ] 686/1609 42% [========================== ] 687/1609 42% [========================== ] 688/1609 42% [========================== ] 689/1609 42% [========================== ] 690/1609 42% [========================== ] 691/1609 42% [========================== ] 692/1609 43% [========================== ] 693/1609 43% [========================== ] 694/1609 43% [========================== ] 695/1609 43% [========================== ] 696/1609 43% [========================== ] 697/1609 43% [========================== ] 698/1609 43% [========================== ] 699/1609 43% [========================== ] 700/1609 43% [=========================== ] 701/1609 43% [=========================== ] 702/1609 43% [=========================== ] 703/1609 43% [=========================== ] 704/1609 43% [=========================== ] 705/1609 43% [=========================== ] 706/1609 43% [=========================== ] 707/1609 43% [=========================== ] 708/1609 44% [=========================== ] 709/1609 44% [=========================== ] 710/1609 44% [=========================== ] 711/1609 44% [=========================== ] 712/1609 44% [=========================== ] 713/1609 44% [=========================== ] 714/1609 44% [=========================== ] 715/1609 44% [=========================== ] 716/1609 44% [=========================== ] 717/1609 44% [=========================== ] 718/1609 44% [=========================== ] 719/1609 44% [=========================== ] 720/1609 44% [=========================== ] 721/1609 44% [=========================== ] 722/1609 44% [=========================== ] 723/1609 44% [=========================== ] 724/1609 44% [=========================== ] 725/1609 45% [=========================== ] 726/1609 45% [============================ ] 727/1609 45% [============================ ] 728/1609 45% [============================ ] 729/1609 45% [============================ ] 730/1609 45% [============================ ] 731/1609 45% [============================ ] 732/1609 45% [============================ ] 733/1609 45% [============================ ] 734/1609 45% [============================ ] 735/1609 45% [============================ ] 736/1609 45% [============================ ] 737/1609 45% [============================ ] 738/1609 45% [============================ ] 739/1609 45% [============================ ] 740/1609 45% [============================ ] 741/1609 46% [============================ ] 742/1609 46% [============================ ] 743/1609 46% [============================ ] 744/1609 46% [============================ ] 745/1609 46% [============================ ] 746/1609 46% [============================ ] 747/1609 46% [============================ ] 748/1609 46% [============================ ] 749/1609 46% [============================ ] 750/1609 46% [============================ ] 751/1609 46% [============================ ] 752/1609 46% [============================= ] 753/1609 46% [============================= ] 754/1609 46% [============================= ] 755/1609 46% [============================= ] 756/1609 46% [============================= ] 757/1609 47% [============================= ] 758/1609 47% [============================= ] 759/1609 47% [============================= ] 760/1609 47% [============================= ] 761/1609 47% [============================= ] 762/1609 47% [============================= ] 763/1609 47% [============================= ] 764/1609 47% [============================= ] 765/1609 47% [============================= ] 766/1609 47% [============================= ] 767/1609 47% [============================= ] 768/1609 47% [============================= ] 769/1609 47% [============================= ] 770/1609 47% [============================= ] 771/1609 47% [============================= ] 772/1609 47% [============================= ] 773/1609 48% [============================= ] 774/1609 48% [============================= ] 775/1609 48% [============================= ] 776/1609 48% [============================= ] 777/1609 48% [============================= ] 778/1609 48% [============================== ] 779/1609 48% [============================== ] 780/1609 48% [============================== ] 781/1609 48% [============================== ] 782/1609 48% [============================== ] 783/1609 48% [============================== ] 784/1609 48% [============================== ] 785/1609 48% [============================== ] 786/1609 48% [============================== ] 787/1609 48% [============================== ] 788/1609 48% [============================== ] 789/1609 49% [============================== ] 790/1609 49% [============================== ] 791/1609 49% [============================== ] 792/1609 49% [============================== ] 793/1609 49% [============================== ] 794/1609 49% [============================== ] 795/1609 49% [============================== ] 796/1609 49% [============================== ] 797/1609 49% [============================== ] 798/1609 49% [============================== ] 799/1609 49% [============================== ] 800/1609 49% [============================== ] 801/1609 49% [============================== ] 802/1609 49% [============================== ] 803/1609 49% [============================== ] 804/1609 49% [=============================== ] 805/1609 50% [=============================== ] 806/1609 50% [=============================== ] 807/1609 50% [=============================== ] 808/1609 50% [=============================== ] 809/1609 50% [=============================== ] 810/1609 50% [=============================== ] 811/1609 50% [=============================== ] 812/1609 50% [=============================== ] 813/1609 50% [=============================== ] 814/1609 50% [=============================== ] 815/1609 50% [=============================== ] 816/1609 50% [=============================== ] 817/1609 50% [=============================== ] 818/1609 50% [=============================== ] 819/1609 50% [=============================== ] 820/1609 50% [=============================== ] 821/1609 51% [=============================== ] 822/1609 51% [=============================== ] 823/1609 51% [=============================== ] 824/1609 51% [=============================== ] 825/1609 51% [=============================== ] 826/1609 51% [=============================== ] 827/1609 51% [=============================== ] 828/1609 51% [=============================== ] 829/1609 51% [=============================== ] 830/1609 51% [================================ ] 831/1609 51% [================================ ] 832/1609 51% [================================ ] 833/1609 51% [================================ ] 834/1609 51% [================================ ] 835/1609 51% [================================ ] 836/1609 51% [================================ ] 837/1609 52% [================================ ] 838/1609 52% [================================ ] 839/1609 52% [================================ ] 840/1609 52% [================================ ] 841/1609 52% [================================ ] 842/1609 52% [================================ ] 843/1609 52% [================================ ] 844/1609 52% [================================ ] 845/1609 52% [================================ ] 846/1609 52% [================================ ] 847/1609 52% [================================ ] 848/1609 52% [================================ ] 849/1609 52% [================================ ] 850/1609 52% [================================ ] 851/1609 52% [================================ ] 852/1609 52% [================================ ] 853/1609 53% [================================ ] 854/1609 53% [================================ ] 855/1609 53% [================================ ] 856/1609 53% [================================= ] 857/1609 53% [================================= ] 858/1609 53% [================================= ] 859/1609 53% [================================= ] 860/1609 53% [================================= ] 861/1609 53% [================================= ] 862/1609 53% [================================= ] 863/1609 53% [================================= ] 864/1609 53% [================================= ] 865/1609 53% [================================= ] 866/1609 53% [================================= ] 867/1609 53% [================================= ] 868/1609 53% [================================= ] 869/1609 54% [================================= ] 870/1609 54% [================================= ] 871/1609 54% [================================= ] 872/1609 54% [================================= ] 873/1609 54% [================================= ] 874/1609 54% [================================= ] 875/1609 54% [================================= ] 876/1609 54% [================================= ] 877/1609 54% [================================= ] 878/1609 54% [================================= ] 879/1609 54% [================================= ] 880/1609 54% [================================= ] 881/1609 54% [================================= ] 882/1609 54% [================================== ] 883/1609 54% [================================== ] 884/1609 54% [================================== ] 885/1609 55% [================================== ] 886/1609 55% [================================== ] 887/1609 55% [================================== ] 888/1609 55% [================================== ] 889/1609 55% [================================== ] 890/1609 55% [================================== ] 891/1609 55% [================================== ] 892/1609 55% [================================== ] 893/1609 55% [================================== ] 894/1609 55% [================================== ] 895/1609 55% [================================== ] 896/1609 55% [================================== ] 897/1609 55% [================================== ] 898/1609 55% [================================== ] 899/1609 55% [================================== ] 900/1609 55% [================================== ] 901/1609 55% [================================== ] 902/1609 56% [================================== ] 903/1609 56% [================================== ] 904/1609 56% [================================== ] 905/1609 56% [================================== ] 906/1609 56% [================================== ] 907/1609 56% [================================== ] 908/1609 56% [=================================== ] 909/1609 56% [=================================== ] 910/1609 56% [=================================== ] 911/1609 56% [=================================== ] 912/1609 56% [=================================== ] 913/1609 56% [=================================== ] 914/1609 56% [=================================== ] 915/1609 56% [=================================== ] 916/1609 56% [=================================== ] 917/1609 56% [=================================== ] 918/1609 57% [=================================== ] 919/1609 57% [=================================== ] 920/1609 57% [=================================== ] 921/1609 57% [=================================== ] 922/1609 57% [=================================== ] 923/1609 57% [=================================== ] 924/1609 57% [=================================== ] 925/1609 57% [=================================== ] 926/1609 57% [=================================== ] 927/1609 57% [=================================== ] 928/1609 57% [=================================== ] 929/1609 57% [=================================== ] 930/1609 57% [=================================== ] 931/1609 57% [=================================== ] 932/1609 57% [=================================== ] 933/1609 57% [=================================== ] 934/1609 58% [==================================== ] 935/1609 58% [==================================== ] 936/1609 58% [==================================== ] 937/1609 58% [==================================== ] 938/1609 58% [==================================== ] 939/1609 58% [==================================== ] 940/1609 58% [==================================== ] 941/1609 58% [==================================== ] 942/1609 58% [==================================== ] 943/1609 58% [==================================== ] 944/1609 58% [==================================== ] 945/1609 58% [==================================== ] 946/1609 58% [==================================== ] 947/1609 58% [==================================== ] 948/1609 58% [==================================== ] 949/1609 58% [==================================== ] 950/1609 59% [==================================== ] 951/1609 59% [==================================== ] 952/1609 59% [==================================== ] 953/1609 59% [==================================== ] 954/1609 59% [==================================== ] 955/1609 59% [==================================== ] 956/1609 59% [==================================== ] 957/1609 59% [==================================== ] 958/1609 59% [==================================== ] 959/1609 59% [==================================== ] 960/1609 59% [===================================== ] 961/1609 59% [===================================== ] 962/1609 59% [===================================== ] 963/1609 59% [===================================== ] 964/1609 59% [===================================== ] 965/1609 59% [===================================== ] 966/1609 60% [===================================== ] 967/1609 60% [===================================== ] 968/1609 60% [===================================== ] 969/1609 60% [===================================== ] 970/1609 60% [===================================== ] 971/1609 60% [===================================== ] 972/1609 60% [===================================== ] 973/1609 60% [===================================== ] 974/1609 60% [===================================== ] 975/1609 60% [===================================== ] 976/1609 60% [===================================== ] 977/1609 60% [===================================== ] 978/1609 60% [===================================== ] 979/1609 60% [===================================== ] 980/1609 60% [===================================== ] 981/1609 60% [===================================== ] 982/1609 61% [===================================== ] 983/1609 61% [===================================== ] 984/1609 61% [===================================== ] 985/1609 61% [===================================== ] 986/1609 61% [====================================== ] 987/1609 61% [====================================== ] 988/1609 61% [====================================== ] 989/1609 61% [====================================== ] 990/1609 61% [====================================== ] 991/1609 61% [====================================== ] 992/1609 61% [====================================== ] 993/1609 61% [====================================== ] 994/1609 61% [====================================== ] 995/1609 61% [====================================== ] 996/1609 61% [====================================== ] 997/1609 61% [====================================== ] 998/1609 62% [====================================== ] 999/1609 62% [====================================== ] 1000/1609 62% [====================================== ] 1001/1609 62% [====================================== ] 1002/1609 62% [====================================== ] 1003/1609 62% [====================================== ] 1004/1609 62% [====================================== ] 1005/1609 62% [====================================== ] 1006/1609 62% [====================================== ] 1007/1609 62% [====================================== ] 1008/1609 62% [====================================== ] 1009/1609 62% [====================================== ] 1010/1609 62% [====================================== ] 1011/1609 62% [====================================== ] 1012/1609 62% [======================================= ] 1013/1609 62% [======================================= ] 1014/1609 63% [======================================= ] 1015/1609 63% [======================================= ] 1016/1609 63% [======================================= ] 1017/1609 63% [======================================= ] 1018/1609 63% [======================================= ] 1019/1609 63% [======================================= ] 1020/1609 63% [======================================= ] 1021/1609 63% [======================================= ] 1022/1609 63% [======================================= ] 1023/1609 63% [======================================= ] 1024/1609 63% [======================================= ] 1025/1609 63% [======================================= ] 1026/1609 63% [======================================= ] 1027/1609 63% [======================================= ] 1028/1609 63% [======================================= ] 1029/1609 63% [======================================= ] 1030/1609 64% [======================================= ] 1031/1609 64% [======================================= ] 1032/1609 64% [======================================= ] 1033/1609 64% [======================================= ] 1034/1609 64% [======================================= ] 1035/1609 64% [======================================= ] 1036/1609 64% [======================================= ] 1037/1609 64% [======================================= ] 1038/1609 64% [======================================== ] 1039/1609 64% [======================================== ] 1040/1609 64% [======================================== ] 1041/1609 64% [======================================== ] 1042/1609 64% [======================================== ] 1043/1609 64% [======================================== ] 1044/1609 64% [======================================== ] 1045/1609 64% [======================================== ] 1046/1609 65% [======================================== ] 1047/1609 65% [======================================== ] 1048/1609 65% [======================================== ] 1049/1609 65% [======================================== ] 1050/1609 65% [======================================== ] 1051/1609 65% [======================================== ] 1052/1609 65% [======================================== ] 1053/1609 65% [======================================== ] 1054/1609 65% [======================================== ] 1055/1609 65% [======================================== ] 1056/1609 65% [======================================== ] 1057/1609 65% [======================================== ] 1058/1609 65% [======================================== ] 1059/1609 65% [======================================== ] 1060/1609 65% [======================================== ] 1061/1609 65% [======================================== ] 1062/1609 66% [======================================== ] 1063/1609 66% [======================================== ] 1064/1609 66% [========================================= ] 1065/1609 66% [========================================= ] 1066/1609 66% [========================================= ] 1067/1609 66% [========================================= ] 1068/1609 66% [========================================= ] 1069/1609 66% [========================================= ] 1070/1609 66% [========================================= ] 1071/1609 66% [========================================= ] 1072/1609 66% [========================================= ] 1073/1609 66% [========================================= ] 1074/1609 66% [========================================= ] 1075/1609 66% [========================================= ] 1076/1609 66% [========================================= ] 1077/1609 66% [========================================= ] 1078/1609 66% [========================================= ] 1079/1609 67% [========================================= ] 1080/1609 67% [========================================= ] 1081/1609 67% [========================================= ] 1082/1609 67% [========================================= ] 1083/1609 67% [========================================= ] 1084/1609 67% [========================================= ] 1085/1609 67% [========================================= ] 1086/1609 67% [========================================= ] 1087/1609 67% [========================================= ] 1088/1609 67% [========================================= ] 1089/1609 67% [========================================== ] 1090/1609 67% [========================================== ] 1091/1609 67% [========================================== ] 1092/1609 67% [========================================== ] 1093/1609 67% [========================================== ] 1094/1609 67% [========================================== ] 1095/1609 68% [========================================== ] 1096/1609 68% [========================================== ] 1097/1609 68% [========================================== ] 1098/1609 68% [========================================== ] 1099/1609 68% [========================================== ] 1100/1609 68% [========================================== ] 1101/1609 68% [========================================== ] 1102/1609 68% [========================================== ] 1103/1609 68% [========================================== ] 1104/1609 68% [========================================== ] 1105/1609 68% [========================================== ] 1106/1609 68% [========================================== ] 1107/1609 68% [========================================== ] 1108/1609 68% [========================================== ] 1109/1609 68% [========================================== ] 1110/1609 68% [========================================== ] 1111/1609 69% [========================================== ] 1112/1609 69% [========================================== ] 1113/1609 69% [========================================== ] 1114/1609 69% [========================================== ] 1115/1609 69% [=========================================== ] 1116/1609 69% [=========================================== ] 1117/1609 69% [=========================================== ] 1118/1609 69% [=========================================== ] 1119/1609 69% [=========================================== ] 1120/1609 69% [=========================================== ] 1121/1609 69% [=========================================== ] 1122/1609 69% [=========================================== ] 1123/1609 69% [=========================================== ] 1124/1609 69% [=========================================== ] 1125/1609 69% [=========================================== ] 1126/1609 69% [=========================================== ] 1127/1609 70% [=========================================== ] 1128/1609 70% [=========================================== ] 1129/1609 70% [=========================================== ] 1130/1609 70% [=========================================== ] 1131/1609 70% [=========================================== ] 1132/1609 70% [=========================================== ] 1133/1609 70% [=========================================== ] 1134/1609 70% [=========================================== ] 1135/1609 70% [=========================================== ] 1136/1609 70% [=========================================== ] 1137/1609 70% [=========================================== ] 1138/1609 70% [=========================================== ] 1139/1609 70% [=========================================== ] 1140/1609 70% [=========================================== ] 1141/1609 70% [============================================ ] 1142/1609 70% [============================================ ] 1143/1609 71% [============================================ ] 1144/1609 71% [============================================ ] 1145/1609 71% [============================================ ] 1146/1609 71% [============================================ ] 1147/1609 71% [============================================ ] 1148/1609 71% [============================================ ] 1149/1609 71% [============================================ ] 1150/1609 71% [============================================ ] 1151/1609 71% [============================================ ] 1152/1609 71% [============================================ ] 1153/1609 71% [============================================ ] 1154/1609 71% [============================================ ] 1155/1609 71% [============================================ ] 1156/1609 71% [============================================ ] 1157/1609 71% [============================================ ] 1158/1609 71% [============================================ ] 1159/1609 72% [============================================ ] 1160/1609 72% [============================================ ] 1161/1609 72% [============================================ ] 1162/1609 72% [============================================ ] 1163/1609 72% [============================================ ] 1164/1609 72% [============================================ ] 1165/1609 72% [============================================ ] 1166/1609 72% [============================================ ] 1167/1609 72% [============================================= ] 1168/1609 72% [============================================= ] 1169/1609 72% [============================================= ] 1170/1609 72% [============================================= ] 1171/1609 72% [============================================= ] 1172/1609 72% [============================================= ] 1173/1609 72% [============================================= ] 1174/1609 72% [============================================= ] 1175/1609 73% [============================================= ] 1176/1609 73% [============================================= ] 1177/1609 73% [============================================= ] 1178/1609 73% [============================================= ] 1179/1609 73% [============================================= ] 1180/1609 73% [============================================= ] 1181/1609 73% [============================================= ] 1182/1609 73% [============================================= ] 1183/1609 73% [============================================= ] 1184/1609 73% [============================================= ] 1185/1609 73% [============================================= ] 1186/1609 73% [============================================= ] 1187/1609 73% [============================================= ] 1188/1609 73% [============================================= ] 1189/1609 73% [============================================= ] 1190/1609 73% [============================================= ] 1191/1609 74% [============================================= ] 1192/1609 74% [============================================= ] 1193/1609 74% [============================================== ] 1194/1609 74% [============================================== ] 1195/1609 74% [============================================== ] 1196/1609 74% [============================================== ] 1197/1609 74% [============================================== ] 1198/1609 74% [============================================== ] 1199/1609 74% [============================================== ] 1200/1609 74% [============================================== ] 1201/1609 74% [============================================== ] 1202/1609 74% [============================================== ] 1203/1609 74% [============================================== ] 1204/1609 74% [============================================== ] 1205/1609 74% [============================================== ] 1206/1609 74% [============================================== ] 1207/1609 75% [============================================== ] 1208/1609 75% [============================================== ] 1209/1609 75% [============================================== ] 1210/1609 75% [============================================== ] 1211/1609 75% [============================================== ] 1212/1609 75% [============================================== ] 1213/1609 75% [============================================== ] 1214/1609 75% [============================================== ] 1215/1609 75% [============================================== ] 1216/1609 75% [============================================== ] 1217/1609 75% [============================================== ] 1218/1609 75% [============================================== ] 1219/1609 75% [=============================================== ] 1220/1609 75% [=============================================== ] 1221/1609 75% [=============================================== ] 1222/1609 75% [=============================================== ] 1223/1609 76% [=============================================== ] 1224/1609 76% [=============================================== ] 1225/1609 76% [=============================================== ] 1226/1609 76% [=============================================== ] 1227/1609 76% [=============================================== ] 1228/1609 76% [=============================================== ] 1229/1609 76% [=============================================== ] 1230/1609 76% [=============================================== ] 1231/1609 76% [=============================================== ] 1232/1609 76% [=============================================== ] 1233/1609 76% [=============================================== ] 1234/1609 76% [=============================================== ] 1235/1609 76% [=============================================== ] 1236/1609 76% [=============================================== ] 1237/1609 76% [=============================================== ] 1238/1609 76% [=============================================== ] 1239/1609 77% [=============================================== ] 1240/1609 77% [=============================================== ] 1241/1609 77% [=============================================== ] 1242/1609 77% [=============================================== ] 1243/1609 77% [=============================================== ] 1244/1609 77% [=============================================== ] 1245/1609 77% [================================================ ] 1246/1609 77% [================================================ ] 1247/1609 77% [================================================ ] 1248/1609 77% [================================================ ] 1249/1609 77% [================================================ ] 1250/1609 77% [================================================ ] 1251/1609 77% [================================================ ] 1252/1609 77% [================================================ ] 1253/1609 77% [================================================ ] 1254/1609 77% [================================================ ] 1255/1609 77% [================================================ ] 1256/1609 78% [================================================ ] 1257/1609 78% [================================================ ] 1258/1609 78% [================================================ ] 1259/1609 78% [================================================ ] 1260/1609 78% [================================================ ] 1261/1609 78% [================================================ ] 1262/1609 78% [================================================ ] 1263/1609 78% [================================================ ] 1264/1609 78% [================================================ ] 1265/1609 78% [================================================ ] 1266/1609 78% [================================================ ] 1267/1609 78% [================================================ ] 1268/1609 78% [================================================ ] 1269/1609 78% [================================================ ] 1270/1609 78% [================================================ ] 1271/1609 78% [================================================= ] 1272/1609 79% [================================================= ] 1273/1609 79% [================================================= ] 1274/1609 79% [================================================= ] 1275/1609 79% [================================================= ] 1276/1609 79% [================================================= ] 1277/1609 79% [================================================= ] 1278/1609 79% [================================================= ] 1279/1609 79% [================================================= ] 1280/1609 79% [================================================= ] 1281/1609 79% [================================================= ] 1282/1609 79% [================================================= ] 1283/1609 79% [================================================= ] 1284/1609 79% [================================================= ] 1285/1609 79% [================================================= ] 1286/1609 79% [================================================= ] 1287/1609 79% [================================================= ] 1288/1609 80% [================================================= ] 1289/1609 80% [================================================= ] 1290/1609 80% [================================================= ] 1291/1609 80% [================================================= ] 1292/1609 80% [================================================= ] 1293/1609 80% [================================================= ] 1294/1609 80% [================================================= ] 1295/1609 80% [================================================= ] 1296/1609 80% [================================================= ] 1297/1609 80% [================================================== ] 1298/1609 80% [================================================== ] 1299/1609 80% [================================================== ] 1300/1609 80% [================================================== ] 1301/1609 80% [================================================== ] 1302/1609 80% [================================================== ] 1303/1609 80% [================================================== ] 1304/1609 81% [================================================== ] 1305/1609 81% [================================================== ] 1306/1609 81% [================================================== ] 1307/1609 81% [================================================== ] 1308/1609 81% [================================================== ] 1309/1609 81% [================================================== ] 1310/1609 81% [================================================== ] 1311/1609 81% [================================================== ] 1312/1609 81% [================================================== ] 1313/1609 81% [================================================== ] 1314/1609 81% [================================================== ] 1315/1609 81% [================================================== ] 1316/1609 81% [================================================== ] 1317/1609 81% [================================================== ] 1318/1609 81% [================================================== ] 1319/1609 81% [================================================== ] 1320/1609 82% [================================================== ] 1321/1609 82% [================================================== ] 1322/1609 82% [================================================== ] 1323/1609 82% [=================================================== ] 1324/1609 82% [=================================================== ] 1325/1609 82% [=================================================== ] 1326/1609 82% [=================================================== ] 1327/1609 82% [=================================================== ] 1328/1609 82% [=================================================== ] 1329/1609 82% [=================================================== ] 1330/1609 82% [=================================================== ] 1331/1609 82% [=================================================== ] 1332/1609 82% [=================================================== ] 1333/1609 82% [=================================================== ] 1334/1609 82% [=================================================== ] 1335/1609 82% [=================================================== ] 1336/1609 83% [=================================================== ] 1337/1609 83% [=================================================== ] 1338/1609 83% [=================================================== ] 1339/1609 83% [=================================================== ] 1340/1609 83% [=================================================== ] 1341/1609 83% [=================================================== ] 1342/1609 83% [=================================================== ] 1343/1609 83% [=================================================== ] 1344/1609 83% [=================================================== ] 1345/1609 83% [=================================================== ] 1346/1609 83% [=================================================== ] 1347/1609 83% [=================================================== ] 1348/1609 83% [=================================================== ] 1349/1609 83% [==================================================== ] 1350/1609 83% [==================================================== ] 1351/1609 83% [==================================================== ] 1352/1609 84% [==================================================== ] 1353/1609 84% [==================================================== ] 1354/1609 84% [==================================================== ] 1355/1609 84% [==================================================== ] 1356/1609 84% [==================================================== ] 1357/1609 84% [==================================================== ] 1358/1609 84% [==================================================== ] 1359/1609 84% [==================================================== ] 1360/1609 84% [==================================================== ] 1361/1609 84% [==================================================== ] 1362/1609 84% [==================================================== ] 1363/1609 84% [==================================================== ] 1364/1609 84% [==================================================== ] 1365/1609 84% [==================================================== ] 1366/1609 84% [==================================================== ] 1367/1609 84% [==================================================== ] 1368/1609 85% [==================================================== ] 1369/1609 85% [==================================================== ] 1370/1609 85% [==================================================== ] 1371/1609 85% [==================================================== ] 1372/1609 85% [==================================================== ] 1373/1609 85% [==================================================== ] 1374/1609 85% [==================================================== ] 1375/1609 85% [===================================================== ] 1376/1609 85% [===================================================== ] 1377/1609 85% [===================================================== ] 1378/1609 85% [===================================================== ] 1379/1609 85% [===================================================== ] 1380/1609 85% [===================================================== ] 1381/1609 85% [===================================================== ] 1382/1609 85% [===================================================== ] 1383/1609 85% [===================================================== ] 1384/1609 86% [===================================================== ] 1385/1609 86% [===================================================== ] 1386/1609 86% [===================================================== ] 1387/1609 86% [===================================================== ] 1388/1609 86% [===================================================== ] 1389/1609 86% [===================================================== ] 1390/1609 86% [===================================================== ] 1391/1609 86% [===================================================== ] 1392/1609 86% [===================================================== ] 1393/1609 86% [===================================================== ] 1394/1609 86% [===================================================== ] 1395/1609 86% [===================================================== ] 1396/1609 86% [===================================================== ] 1397/1609 86% [===================================================== ] 1398/1609 86% [===================================================== ] 1399/1609 86% [===================================================== ] 1400/1609 87% [===================================================== ] 1401/1609 87% [====================================================== ] 1402/1609 87% [====================================================== ] 1403/1609 87% [====================================================== ] 1404/1609 87% [====================================================== ] 1405/1609 87% [====================================================== ] 1406/1609 87% [====================================================== ] 1407/1609 87% [====================================================== ] 1408/1609 87% [====================================================== ] 1409/1609 87% [====================================================== ] 1410/1609 87% [====================================================== ] 1411/1609 87% [====================================================== ] 1412/1609 87% [====================================================== ] 1413/1609 87% [====================================================== ] 1414/1609 87% [====================================================== ] 1415/1609 87% [====================================================== ] 1416/1609 88% [====================================================== ] 1417/1609 88% [====================================================== ] 1418/1609 88% [====================================================== ] 1419/1609 88% [====================================================== ] 1420/1609 88% [====================================================== ] 1421/1609 88% [====================================================== ] 1422/1609 88% [====================================================== ] 1423/1609 88% [====================================================== ] 1424/1609 88% [====================================================== ] 1425/1609 88% [====================================================== ] 1426/1609 88% [====================================================== ] 1427/1609 88% [======================================================= ] 1428/1609 88% [======================================================= ] 1429/1609 88% [======================================================= ] 1430/1609 88% [======================================================= ] 1431/1609 88% [======================================================= ] 1432/1609 88% [======================================================= ] 1433/1609 89% [======================================================= ] 1434/1609 89% [======================================================= ] 1435/1609 89% [======================================================= ] 1436/1609 89% [======================================================= ] 1437/1609 89% [======================================================= ] 1438/1609 89% [======================================================= ] 1439/1609 89% [======================================================= ] 1440/1609 89% [======================================================= ] 1441/1609 89% [======================================================= ] 1442/1609 89% [======================================================= ] 1443/1609 89% [======================================================= ] 1444/1609 89% [======================================================= ] 1445/1609 89% [======================================================= ] 1446/1609 89% [======================================================= ] 1447/1609 89% [======================================================= ] 1448/1609 89% [======================================================= ] 1449/1609 90% [======================================================= ] 1450/1609 90% [======================================================= ] 1451/1609 90% [======================================================= ] 1452/1609 90% [======================================================= ] 1453/1609 90% [======================================================== ] 1454/1609 90% [======================================================== ] 1455/1609 90% [======================================================== ] 1456/1609 90% [======================================================== ] 1457/1609 90% [======================================================== ] 1458/1609 90% [======================================================== ] 1459/1609 90% [======================================================== ] 1460/1609 90% [======================================================== ] 1461/1609 90% [======================================================== ] 1462/1609 90% [======================================================== ] 1463/1609 90% [======================================================== ] 1464/1609 90% [======================================================== ] 1465/1609 91% [======================================================== ] 1466/1609 91% [======================================================== ] 1467/1609 91% [======================================================== ] 1468/1609 91% [======================================================== ] 1469/1609 91% [======================================================== ] 1470/1609 91% [======================================================== ] 1471/1609 91% [======================================================== ] 1472/1609 91% [======================================================== ] 1473/1609 91% [======================================================== ] 1474/1609 91% [======================================================== ] 1475/1609 91% [======================================================== ] 1476/1609 91% [======================================================== ] 1477/1609 91% [======================================================== ] 1478/1609 91% [======================================================== ] 1479/1609 91% [========================================================= ] 1480/1609 91% [========================================================= ] 1481/1609 92% [========================================================= ] 1482/1609 92% [========================================================= ] 1483/1609 92% [========================================================= ] 1484/1609 92% [========================================================= ] 1485/1609 92% [========================================================= ] 1486/1609 92% [========================================================= ] 1487/1609 92% [========================================================= ] 1488/1609 92% [========================================================= ] 1489/1609 92% [========================================================= ] 1490/1609 92% [========================================================= ] 1491/1609 92% [========================================================= ] 1492/1609 92% [========================================================= ] 1493/1609 92% [========================================================= ] 1494/1609 92% [========================================================= ] 1495/1609 92% [========================================================= ] 1496/1609 92% [========================================================= ] 1497/1609 93% [========================================================= ] 1498/1609 93% [========================================================= ] 1499/1609 93% [========================================================= ] 1500/1609 93% [========================================================= ] 1501/1609 93% [========================================================= ] 1502/1609 93% [========================================================= ] 1503/1609 93% [========================================================= ] 1504/1609 93% [========================================================= ] 1505/1609 93% [========================================================== ] 1506/1609 93% [========================================================== ] 1507/1609 93% [========================================================== ] 1508/1609 93% [========================================================== ] 1509/1609 93% [========================================================== ] 1510/1609 93% [========================================================== ] 1511/1609 93% [========================================================== ] 1512/1609 93% [========================================================== ] 1513/1609 94% [========================================================== ] 1514/1609 94% [========================================================== ] 1515/1609 94% [========================================================== ] 1516/1609 94% [========================================================== ] 1517/1609 94% [========================================================== ] 1518/1609 94% [========================================================== ] 1519/1609 94% [========================================================== ] 1520/1609 94% [========================================================== ] 1521/1609 94% [========================================================== ] 1522/1609 94% [========================================================== ] 1523/1609 94% [========================================================== ] 1524/1609 94% [========================================================== ] 1525/1609 94% [========================================================== ] 1526/1609 94% [========================================================== ] 1527/1609 94% [========================================================== ] 1528/1609 94% [========================================================== ] 1529/1609 95% [========================================================== ] 1530/1609 95% [========================================================== ] 1531/1609 95% [=========================================================== ] 1532/1609 95% [=========================================================== ] 1533/1609 95% [=========================================================== ] 1534/1609 95% [=========================================================== ] 1535/1609 95% [=========================================================== ] 1536/1609 95% [=========================================================== ] 1537/1609 95% [=========================================================== ] 1538/1609 95% [=========================================================== ] 1539/1609 95% [=========================================================== ] 1540/1609 95% [=========================================================== ] 1541/1609 95% [=========================================================== ] 1542/1609 95% [=========================================================== ] 1543/1609 95% [=========================================================== ] 1544/1609 95% [=========================================================== ] 1545/1609 96% [=========================================================== ] 1546/1609 96% [=========================================================== ] 1547/1609 96% [=========================================================== ] 1548/1609 96% [=========================================================== ] 1549/1609 96% [=========================================================== ] 1550/1609 96% [=========================================================== ] 1551/1609 96% [=========================================================== ] 1552/1609 96% [=========================================================== ] 1553/1609 96% [=========================================================== ] 1554/1609 96% [=========================================================== ] 1555/1609 96% [=========================================================== ] 1556/1609 96% [=========================================================== ] 1557/1609 96% [============================================================ ] 1558/1609 96% [============================================================ ] 1559/1609 96% [============================================================ ] 1560/1609 96% [============================================================ ] 1561/1609 97% [============================================================ ] 1562/1609 97% [============================================================ ] 1563/1609 97% [============================================================ ] 1564/1609 97% [============================================================ ] 1565/1609 97% [============================================================ ] 1566/1609 97% [============================================================ ] 1567/1609 97% [============================================================ ] 1568/1609 97% [============================================================ ] 1569/1609 97% [============================================================ ] 1570/1609 97% [============================================================ ] 1571/1609 97% [============================================================ ] 1572/1609 97% [============================================================ ] 1573/1609 97% [============================================================ ] 1574/1609 97% [============================================================ ] 1575/1609 97% [============================================================ ] 1576/1609 97% [============================================================ ] 1577/1609 98% [============================================================ ] 1578/1609 98% [============================================================ ] 1579/1609 98% [============================================================ ] 1580/1609 98% [============================================================ ] 1581/1609 98% [============================================================ ] 1582/1609 98% [============================================================ ] 1583/1609 98% [============================================================= ] 1584/1609 98% [============================================================= ] 1585/1609 98% [============================================================= ] 1586/1609 98% [============================================================= ] 1587/1609 98% [============================================================= ] 1588/1609 98% [============================================================= ] 1589/1609 98% [============================================================= ] 1590/1609 98% [============================================================= ] 1591/1609 98% [============================================================= ] 1592/1609 98% [============================================================= ] 1593/1609 99% [============================================================= ] 1594/1609 99% [============================================================= ] 1595/1609 99% [============================================================= ] 1596/1609 99% [============================================================= ] 1597/1609 99% [============================================================= ] 1598/1609 99% [============================================================= ] 1599/1609 99% [============================================================= ] 1600/1609 99% [============================================================= ] 1601/1609 99% [============================================================= ] 1602/1609 99% [============================================================= ] 1603/1609 99% [============================================================= ] 1604/1609 99% [============================================================= ] 1605/1609 99% [============================================================= ] 1606/1609 99% [============================================================= ] 1607/1609 99% [============================================================= ] 1608/1609 99% [==============================================================] 1609/1609 100% operation complete, 1609 objects in 45681 NAND pages. ln -snf /home/thomas/autobuild/instance-2/output-1/host/mips64el-buildroot-linux-gnu/sysroot /home/thomas/autobuild/instance-2/output-1/staging make: Leaving directory '/home/thomas/autobuild/instance-2/buildroot' make: Entering directory '/home/thomas/autobuild/instance-2/buildroot' >>> Buildroot 2022.08-rc1-2884-g4ec39bad80 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-81-g4f4d7a13edfd2fdc57c9d76e1fd6d017fb47550c Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-tar 1.34 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-xz 5.2.10 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> host-make 4.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-python3 3.11.2 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> linux-headers 6.1.14 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> acpid 2.0.34 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> aumix 2.9.1 Collecting legal info COPYING: OK (sha256: 1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> bandwidthd 2.0.1-auto-r11 Collecting legal info README: OK (sha256: 58573c40770e0c0b91f3eef8192952832321a344f66a4fb2d966095cbbfc86c2) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> jpeg Collecting legal info >>> jpeg-turbo 2.1.4 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> tiff 4.5.0 Collecting legal info LICENSE.md: OK (sha256: 0780558a8bfba0af1160ec1ff11ade4f41c0d7deafd6ecfc796b492a788e380d) >>> libpcap 1.10.3 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> bash 5.2.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bdwgc 8.2.2 Collecting legal info README.QUICK: OK (sha256: a9b077aeb4e9e1aaf9742119d8023ef26f52f445cdc3f60d390bf59e1647f54a) >>> libatomic_ops 7.6.14 Collecting legal info doc/LICENSING.txt: OK (sha256: 636c2bf07975765ab9aff17f7c9b6beb9540378f45b5a1b21691d14ea804f0ff) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> bearssl 0.6 Collecting legal info LICENSE.txt: OK (sha256: 771bf18c8633ea69ec9b07d2e604c4b99b7bef41b0f5ce6385d24df4448f61ca) >>> busybox 1.36.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> pciutils 3.8.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> cpuload 0.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> cryptsetup 2.6.1 Collecting legal info COPYING: OK (sha256: 45670cce8b6a0ddd66c8016cd8ccef6cd71f35717cbacc7f1e895b3855207b33) COPYING.LGPL: OK (sha256: 8c33cc37871654ec7ed87e6fbb896c8cf33ef5ef05b1611a5aed857596ffafa5) >>> json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> libargon2 20190702 Collecting legal info LICENSE: OK (sha256: 220f8736a89ff51c92ef3d497f413b48e6cf1df3d6278bc909c6308c78e1718e) >>> lvm2 2.03.14 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> openssl Collecting legal info >>> libressl 3.6.2 Collecting legal info COPYING: OK (sha256: 5c63613f008f16a9c0025c096bbd736cecf720494d121b5c5203e0ec6e5955b1) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> daemon 0.8 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) COPYING: OK (sha256: 91329bb9be4ae0b7800081fa054e9bb760c60005b26958c1fb8461bc66bcd998) >>> dehydrated 0.7.1 Collecting legal info LICENSE: OK (sha256: f25ab9c5f13abf15ab097180423ef6b82a89c552e92d49ae627762ee9c04a3a8) >>> host-dfu-util 0.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> drbd-utils 9.21.4 Collecting legal info COPYING: OK (sha256: 1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225) >>> host-erofs-utils 1.5 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> flashbench 2e30b1968a66147412f21002ea844122a0d5e2f0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-gzip 1.12 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> ghostscript 9.56.1 Collecting legal info LICENSE: OK (sha256: 8ce064f423b7c24a011b6ebf9431b8bf9861a5255e47c84bfb23fc526d030a8b) >>> host-lcms2 2.14 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> host-libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> lcms2 2.14 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> iprutils 2.4.18.1 Collecting legal info LICENSE: OK (sha256: 59b4179e61248aff9cd2d6ee4cd1dbbd0ef48836fe2eeee19f4b16459785104a) >>> libsysfs 2.1.1 Collecting legal info cmd/GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lib/LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> jo 1.6 Collecting legal info COPYING: OK (sha256: 41d8b23dc6e76731f4920b9ce42d0d4a248d243a510319e2441d174a115f35cf) >>> knock 0.8 Collecting legal info COPYING: OK (sha256: d747e19206e41702e40822dd91d37cbf40edd86f364ea416d667a0e3013f7189) >>> libaacs 0.11.1 Collecting legal info COPYING: OK (sha256: 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c) >>> libgcrypt 1.10.1 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.46 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libbacktrace 9b7f216e867916594d81e8b6118f092ac3fcf704 Collecting legal info LICENSE: OK (sha256: ef8a9b3247488f8901ca60de9b17b745d7bd67e5ec1e622f80d62364572200d8) >>> libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> libcurl 7.88.1 Collecting legal info COPYING: OK (sha256: b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libkcapi 1.4.0 Collecting legal info COPYING: OK (sha256: 9765fad61726afb2b253db2c68153672e4178d6809667ae98141f3e90fe8645b) COPYING.gplv2: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.bsd: OK (sha256: 13aa749a5b0a454917a944ed8fffc530b784f5ead522b1aacaf4ec8aa55a6239) >>> libkrb5 1.20.1 Collecting legal info NOTICE: OK (sha256: cfadcf7b2ead2f3af793c25c00638c9908ac0023b101695f40cb9a03b16811dc) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> liboping 1.10.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libraw1394 2.1.2 Collecting legal info COPYING.LIB: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libsndfile 1.2.0 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libsvg-cairo 0.1.6 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libsvg 0.1.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libteam 1.31 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> netcalc 2.1.6 Collecting legal info LICENSE: OK (sha256: 745538f8d515d37af6f03442df982a8b211b129e8dc10d0195e33c4b42f8fe5f) >>> nuttcp 6.1.2 Collecting legal info LICENSE: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-rust-bin 1.67.0 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> host-sentry-cli 2.8.0 Collecting legal info LICENSE: OK (sha256: 9503def7b54ceb6e3cd182fd59bc05d3a30d7eae481e65aaba4b495133c83c14) >>> host-rustc Collecting legal info >>> spandsp 3.0.0-6ec23e5a7e Collecting legal info COPYING: OK (sha256: 366576cb0b869cd9e95a4882878607314650488ac635e5df0692180382e9666a) >>> speex 1.2.1 Collecting legal info COPYING: OK (sha256: 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01) >>> stress 1.0.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> whetstone 1.2 Collecting legal info >>> xmlstarlet 1.6.1 Collecting legal info COPYING: OK (sha256: 6641cc5b00c1651fa22175f34efd01695e64a348b1ba07048538276f44866862) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: whetstone-1.2: cannot save license (WHETSTONE_LICENSE_FILES not defined) Legal info produced in /home/thomas/autobuild/instance-2/output-1/legal-info make: Leaving directory '/home/thomas/autobuild/instance-2/buildroot'