checking for GNU libc compatible realloc... (cached) yes checking for mode_t... yes checking for size_t... yes checking for lstat... yes checking for stat... yes checking for setmode... no checking whether O_BINARY is declared... no checking whether exsltDateXpathCtxtRegister is declared... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating xmlstarlet.spec config.status: creating Makefile config.status: creating solaris/package/sol8-sparc/pkginfo config.status: creating solaris/package/sol9-sparc/pkginfo config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls, --enable-static, --enable-shared >>> xmlstarlet 1.6.1 Building PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-1/output-1/build/xmlstarlet-1.6.1/ make[1]: Entering directory '/home/buildroot/autobuild/instance-1/output-1/build/xmlstarlet-1.6.1' /usr/bin/make all-am make[2]: Entering directory '/home/buildroot/autobuild/instance-1/output-1/build/xmlstarlet-1.6.1' GEN src/usage.c GEN src/c14n-usage.c GEN src/depyx-usage.c GEN src/edit-usage.c GEN src/elem-usage.c GEN src/escape-usage.c GEN src/format-usage.c GEN src/ls-usage.c GEN src/pyx-usage.c GEN src/select-usage.c GEN src/trans-usage.c GEN src/unescape-usage.c GEN src/validate-usage.c CC src/trans.o CC src/xml.o CC src/xml_C14N.o CC src/xml_depyx.o src/trans.c: In function 'xsltInitLibXml': src/trans.c:46:5: warning: 'xmlInitMemory' is deprecated [-Wdeprecated-declarations] 46 | xmlInitMemory(); | ^~~~~~~~~~~~~ In file included from src/trans.h:32, from src/trans.c:4: /home/buildroot/autobuild/instance-1/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/xmlmemory.h:131:9: note: declared here 131 | xmlInitMemory (void); | ^~~~~~~~~~~~~ CC src/xml_edit.o CC src/xml_elem.o CC src/xml_escape.o CC src/xml_format.o src/xml_elem.c: In function 'elMain': src/xml_elem.c:271:27: warning: passing argument 2 of 'xmlHashScan' from incompatible pointer type [-Wincompatible-pointer-types] 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/buildroot/autobuild/instance-1/output-1/host/nios2-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/buildroot/autobuild/instance-1/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/threads.h:35, from /home/buildroot/autobuild/instance-1/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/xmlmemory.h:220, from src/xml_edit.c:35: /home/buildroot/autobuild/instance-1/output-1/host/nios2-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/buildroot/autobuild/instance-1/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/threads.h:35, from /home/buildroot/autobuild/instance-1/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/xmlmemory.h:220, from src/xml_edit.c:35: /home/buildroot/autobuild/instance-1/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/globals.h:30:24: note: declared here 30 | XMLPUBFUN void XMLCALL xmlCleanupGlobals(void); | ^~~~~~~~~~~~~~~~~ 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/buildroot/autobuild/instance-1/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/xmlmemory.h:131:9: note: declared here 131 | xmlInitMemory (void); | ^~~~~~~~~~~~~ CC src/xml_ls.o CC src/xml_pyx.o CC src/xml_select.o CC src/xml_trans.o CC src/xml_validate.o CC src/usage.o CC src/c14n-usage.o In file included from /home/buildroot/autobuild/instance-1/output-1/host/nios2-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/buildroot/autobuild/instance-1/output-1/host/nios2-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/buildroot/autobuild/instance-1/output-1/host/nios2-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/depyx-usage.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/buildroot/autobuild/instance-1/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/xmlreader.h:17, from src/xmlstar.h:17, from src/xml_validate.c:35: /home/buildroot/autobuild/instance-1/output-1/host/nios2-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/buildroot/autobuild/instance-1/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/xmlschemastypes.h:37:17: note: declared here 37 | xmlSchemaCleanupTypes (void); | ^~~~~~~~~~~~~~~~~~~~~ CC src/edit-usage.o CC src/elem-usage.o CC src/escape-usage.o CC src/format-usage.o CC src/pyx-usage.o CC src/ls-usage.o CC src/select-usage.o CC src/unescape-usage.o CC src/trans-usage.o CC src/validate-usage.o CCLD xml make[2]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/xmlstarlet-1.6.1' make[1]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/xmlstarlet-1.6.1' >>> xmlstarlet 1.6.1 Installing to target PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-1/output-1/target install -C /home/buildroot/autobuild/instance-1/output-1/build/xmlstarlet-1.6.1/ make[1]: Entering directory '/home/buildroot/autobuild/instance-1/output-1/build/xmlstarlet-1.6.1' make[2]: Entering directory '/home/buildroot/autobuild/instance-1/output-1/build/xmlstarlet-1.6.1' /bin/mkdir -p '/home/buildroot/autobuild/instance-1/output-1/target/usr/share/doc/xmlstarlet' /bin/mkdir -p '/home/buildroot/autobuild/instance-1/output-1/target/usr/share/man/man1' /bin/mkdir -p '/home/buildroot/autobuild/instance-1/output-1/target/usr/bin' /usr/bin/install -c -m 644 doc/xmlstarlet-ug.html doc/html.css doc/xmlstarlet.txt '/home/buildroot/autobuild/instance-1/output-1/target/usr/share/doc/xmlstarlet' /usr/bin/install -c xml '/home/buildroot/autobuild/instance-1/output-1/target/usr/bin' /usr/bin/install -c -m 644 doc/xmlstarlet.1 '/home/buildroot/autobuild/instance-1/output-1/target/usr/share/man/man1' make[2]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/xmlstarlet-1.6.1' make[1]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/xmlstarlet-1.6.1' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/buildroot/autobuild/instance-1/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'@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', '-O0', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O0', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-1/output-1/host/bin/nios2-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-1/output-1/host/bin/nios2-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%nios2%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/buildroot/autobuild/instance-1/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-1/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-1/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-1/output-1/host/nios2-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-1/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-1/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-1/output-1/host/bin/nios2-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-1/output-1/host/bin/nios2-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%nios2%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-O0', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-1/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-1/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-1/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-1/output-1/host/nios2-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-1/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-1/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/dash$' /home/buildroot/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/dash" >> /home/buildroot/autobuild/instance-1/output-1/target/etc/shells rm -f /home/buildroot/autobuild/instance-1/output-1/target/usr/share/glib-2.0/schemas/*.xml /home/buildroot/autobuild/instance-1/output-1/target/usr/share/glib-2.0/schemas/*.dtd /home/buildroot/autobuild/instance-1/output-1/host/bin/glib-compile-schemas /home/buildroot/autobuild/instance-1/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/buildroot/autobuild/instance-1/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/buildroot/autobuild/instance-1/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-1/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-1/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-1/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-1/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/instance-1/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-1/output-1/target/etc/shells ln -sf dash /home/buildroot/autobuild/instance-1/output-1/target/bin/sh /bin/sed -i -e '/^root:/s,[^/]*$,dash,' /home/buildroot/autobuild/instance-1/output-1/target/etc/passwd rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/include /home/buildroot/autobuild/instance-1/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-1/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-1/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/rpm /home/buildroot/autobuild/instance-1/output-1/target/usr/doc find /home/buildroot/autobuild/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-1/output-1/target/lib/ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-1/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/man /home/buildroot/autobuild/instance-1/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/info /home/buildroot/autobuild/instance-1/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/doc /home/buildroot/autobuild/instance-1/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-1/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-1/output-1/target/lib/debug /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-1/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/buildroot/autobuild/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-1/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/buildroot/autobuild/instance-1/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/buildroot/autobuild/instance-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.05-2939-g037226b33b"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-git\"" \ ) > /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-1/output-1/per-package /home/buildroot/autobuild/instance-1/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-1/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/bin/fusermount3 f 4755 0 0 - - - - -\n\n' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt printf ' /dev/fuse c 666 0 0 10 229 0 0 -\n\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-1/output-1/images rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-1/output-1/target/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-1/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-1/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-1/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-1/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 1503 objects. stage 2: creating image '/home/buildroot/autobuild/instance-1/output-1/images/rootfs.yaffs2' [ ] 1/1503 0% [ ] 2/1503 0% [ ] 3/1503 0% [ ] 4/1503 0% [ ] 5/1503 0% [ ] 6/1503 0% [ ] 7/1503 0% [ ] 8/1503 0% [ ] 9/1503 0% [ ] 10/1503 0% [ ] 11/1503 0% [ ] 12/1503 0% [ ] 13/1503 0% [ ] 14/1503 0% [ ] 15/1503 0% [ ] 16/1503 1% [ ] 17/1503 1% [ ] 18/1503 1% [ ] 19/1503 1% [ ] 20/1503 1% [ ] 21/1503 1% [ ] 22/1503 1% [ ] 23/1503 1% [ ] 24/1503 1% [= ] 25/1503 1% [= ] 26/1503 1% [= ] 27/1503 1% [= ] 28/1503 1% [= ] 29/1503 1% [= ] 30/1503 1% [= ] 31/1503 2% [= ] 32/1503 2% [= ] 33/1503 2% [= ] 34/1503 2% [= ] 35/1503 2% [= ] 36/1503 2% [= ] 37/1503 2% [= ] 38/1503 2% [= ] 39/1503 2% [= ] 40/1503 2% [= ] 41/1503 2% [= ] 42/1503 2% [= ] 43/1503 2% [= ] 44/1503 2% [= ] 45/1503 2% [= ] 46/1503 3% [= ] 47/1503 3% [= ] 48/1503 3% [== ] 49/1503 3% [== ] 50/1503 3% [== ] 51/1503 3% [== ] 52/1503 3% [== ] 53/1503 3% [== ] 54/1503 3% [== ] 55/1503 3% [== ] 56/1503 3% [== ] 57/1503 3% [== ] 58/1503 3% [== ] 59/1503 3% [== ] 60/1503 3% [== ] 61/1503 4% [== ] 62/1503 4% [== ] 63/1503 4% [== ] 64/1503 4% [== ] 65/1503 4% [== ] 66/1503 4% [== ] 67/1503 4% [== ] 68/1503 4% [== ] 69/1503 4% [== ] 70/1503 4% [== ] 71/1503 4% [== ] 72/1503 4% [=== ] 73/1503 4% [=== ] 74/1503 4% [=== ] 75/1503 4% [=== ] 76/1503 5% [=== ] 77/1503 5% [=== ] 78/1503 5% [=== ] 79/1503 5% [=== ] 80/1503 5% [=== ] 81/1503 5% [=== ] 82/1503 5% [=== ] 83/1503 5% [=== ] 84/1503 5% [=== ] 85/1503 5% [=== ] 86/1503 5% [=== ] 87/1503 5% [=== ] 88/1503 5% [=== ] 89/1503 5% [=== ] 90/1503 5% [=== ] 91/1503 6% [=== ] 92/1503 6% [=== ] 93/1503 6% [=== ] 94/1503 6% [=== ] 95/1503 6% [=== ] 96/1503 6% [==== ] 97/1503 6% [==== ] 98/1503 6% [==== ] 99/1503 6% [==== ] 100/1503 6% [==== ] 101/1503 6% [==== ] 102/1503 6% [==== ] 103/1503 6% [==== ] 104/1503 6% [==== ] 105/1503 6% [==== ] 106/1503 7% [==== ] 107/1503 7% [==== ] 108/1503 7% [==== ] 109/1503 7% [==== ] 110/1503 7% [==== ] 111/1503 7% [==== ] 112/1503 7% [==== ] 113/1503 7% [==== ] 114/1503 7% [==== ] 115/1503 7% [==== ] 116/1503 7% [==== ] 117/1503 7% [==== ] 118/1503 7% [==== ] 119/1503 7% [==== ] 120/1503 7% [==== ] 121/1503 8% [===== ] 122/1503 8% [===== ] 123/1503 8% [===== ] 124/1503 8% [===== ] 125/1503 8% [===== ] 126/1503 8% [===== ] 127/1503 8% [===== ] 128/1503 8% [===== ] 129/1503 8% [===== ] 130/1503 8% [===== ] 131/1503 8% [===== ] 132/1503 8% [===== ] 133/1503 8% [===== ] 134/1503 8% [===== ] 135/1503 8% [===== ] 136/1503 9% [===== ] 137/1503 9% [===== ] 138/1503 9% [===== ] 139/1503 9% [===== ] 140/1503 9% [===== ] 141/1503 9% [===== ] 142/1503 9% [===== ] 143/1503 9% [===== ] 144/1503 9% [===== ] 145/1503 9% [====== ] 146/1503 9% [====== ] 147/1503 9% [====== ] 148/1503 9% [====== ] 149/1503 9% [====== ] 150/1503 9% [====== ] 151/1503 10% [====== ] 152/1503 10% [====== ] 153/1503 10% [====== ] 154/1503 10% [====== ] 155/1503 10% [====== ] 156/1503 10% [====== ] 157/1503 10% [====== ] 158/1503 10% [====== ] 159/1503 10% [====== ] 160/1503 10% [====== ] 161/1503 10% [====== ] 162/1503 10% [====== ] 163/1503 10% [====== ] 164/1503 10% [====== ] 165/1503 10% [====== ] 166/1503 11% [====== ] 167/1503 11% [====== ] 168/1503 11% [====== ] 169/1503 11% [======= ] 170/1503 11% [======= ] 171/1503 11% [======= ] 172/1503 11% [======= ] 173/1503 11% [======= ] 174/1503 11% [======= ] 175/1503 11% [======= ] 176/1503 11% [======= ] 177/1503 11% [======= ] 178/1503 11% [======= ] 179/1503 11% [======= ] 180/1503 11% [======= ] 181/1503 12% [======= ] 182/1503 12% [======= ] 183/1503 12% [======= ] 184/1503 12% [======= ] 185/1503 12% [======= ] 186/1503 12% [======= ] 187/1503 12% [======= ] 188/1503 12% [======= ] 189/1503 12% [======= ] 190/1503 12% [======= ] 191/1503 12% [======= ] 192/1503 12% [======= ] 193/1503 12% [======== ] 194/1503 12% [======== ] 195/1503 12% [======== ] 196/1503 13% [======== ] 197/1503 13% [======== ] 198/1503 13% [======== ] 199/1503 13% [======== ] 200/1503 13% [======== ] 201/1503 13% [======== ] 202/1503 13% [======== ] 203/1503 13% [======== ] 204/1503 13% [======== ] 205/1503 13% [======== ] 206/1503 13% [======== ] 207/1503 13% [======== ] 208/1503 13% [======== ] 209/1503 13% [======== ] 210/1503 13% [======== ] 211/1503 14% [======== ] 212/1503 14% [======== ] 213/1503 14% [======== ] 214/1503 14% [======== ] 215/1503 14% [======== ] 216/1503 14% [======== ] 217/1503 14% [======== ] 218/1503 14% [========= ] 219/1503 14% [========= ] 220/1503 14% [========= ] 221/1503 14% [========= ] 222/1503 14% [========= ] 223/1503 14% [========= ] 224/1503 14% [========= ] 225/1503 14% [========= ] 226/1503 15% [========= ] 227/1503 15% [========= ] 228/1503 15% [========= ] 229/1503 15% [========= ] 230/1503 15% [========= ] 231/1503 15% [========= ] 232/1503 15% [========= ] 233/1503 15% [========= ] 234/1503 15% [========= ] 235/1503 15% [========= ] 236/1503 15% [========= ] 237/1503 15% [========= ] 238/1503 15% [========= ] 239/1503 15% [========= ] 240/1503 15% [========= ] 241/1503 16% [========= ] 242/1503 16% [========== ] 243/1503 16% [========== ] 244/1503 16% [========== ] 245/1503 16% [========== ] 246/1503 16% [========== ] 247/1503 16% [========== ] 248/1503 16% [========== ] 249/1503 16% [========== ] 250/1503 16% [========== ] 251/1503 16% [========== ] 252/1503 16% [========== ] 253/1503 16% [========== ] 254/1503 16% [========== ] 255/1503 16% [========== ] 256/1503 17% [========== ] 257/1503 17% [========== ] 258/1503 17% [========== ] 259/1503 17% [========== ] 260/1503 17% [========== ] 261/1503 17% [========== ] 262/1503 17% [========== ] 263/1503 17% [========== ] 264/1503 17% [========== ] 265/1503 17% [========== ] 266/1503 17% [=========== ] 267/1503 17% [=========== ] 268/1503 17% [=========== ] 269/1503 17% [=========== ] 270/1503 17% [=========== ] 271/1503 18% [=========== ] 272/1503 18% [=========== ] 273/1503 18% [=========== ] 274/1503 18% [=========== ] 275/1503 18% [=========== ] 276/1503 18% [=========== ] 277/1503 18% [=========== ] 278/1503 18% [=========== ] 279/1503 18% [=========== ] 280/1503 18% [=========== ] 281/1503 18% [=========== ] 282/1503 18% [=========== ] 283/1503 18% [=========== ] 284/1503 18% [=========== ] 285/1503 18% [=========== ] 286/1503 19% [=========== ] 287/1503 19% [=========== ] 288/1503 19% [=========== ] 289/1503 19% [=========== ] 290/1503 19% [============ ] 291/1503 19% [============ ] 292/1503 19% [============ ] 293/1503 19% [============ ] 294/1503 19% [============ ] 295/1503 19% [============ ] 296/1503 19% [============ ] 297/1503 19% [============ ] 298/1503 19% [============ ] 299/1503 19% [============ ] 300/1503 19% [============ ] 301/1503 20% [============ ] 302/1503 20% [============ ] 303/1503 20% [============ ] 304/1503 20% [============ ] 305/1503 20% [============ ] 306/1503 20% [============ ] 307/1503 20% [============ ] 308/1503 20% [============ ] 309/1503 20% [============ ] 310/1503 20% [============ ] 311/1503 20% [============ ] 312/1503 20% [============ ] 313/1503 20% [============ ] 314/1503 20% [============ ] 315/1503 20% [============= ] 316/1503 21% [============= ] 317/1503 21% [============= ] 318/1503 21% [============= ] 319/1503 21% [============= ] 320/1503 21% [============= ] 321/1503 21% [============= ] 322/1503 21% [============= ] 323/1503 21% [============= ] 324/1503 21% [============= ] 325/1503 21% [============= ] 326/1503 21% [============= ] 327/1503 21% [============= ] 328/1503 21% [============= ] 329/1503 21% [============= ] 330/1503 21% [============= ] 331/1503 22% [============= ] 332/1503 22% [============= ] 333/1503 22% [============= ] 334/1503 22% [============= ] 335/1503 22% [============= ] 336/1503 22% [============= ] 337/1503 22% [============= ] 338/1503 22% [============= ] 339/1503 22% [============== ] 340/1503 22% [============== ] 341/1503 22% [============== ] 342/1503 22% [============== ] 343/1503 22% [============== ] 344/1503 22% [============== ] 345/1503 22% [============== ] 346/1503 23% [============== ] 347/1503 23% [============== ] 348/1503 23% [============== ] 349/1503 23% [============== ] 350/1503 23% [============== ] 351/1503 23% [============== ] 352/1503 23% [============== ] 353/1503 23% [============== ] 354/1503 23% [============== ] 355/1503 23% [============== ] 356/1503 23% [============== ] 357/1503 23% [============== ] 358/1503 23% [============== ] 359/1503 23% [============== ] 360/1503 23% [============== ] 361/1503 24% [============== ] 362/1503 24% [============== ] 363/1503 24% [=============== ] 364/1503 24% [=============== ] 365/1503 24% [=============== ] 366/1503 24% [=============== ] 367/1503 24% [=============== ] 368/1503 24% [=============== ] 369/1503 24% [=============== ] 370/1503 24% [=============== ] 371/1503 24% [=============== ] 372/1503 24% [=============== ] 373/1503 24% [=============== ] 374/1503 24% [=============== ] 375/1503 24% [=============== ] 376/1503 25% [=============== ] 377/1503 25% [=============== ] 378/1503 25% [=============== ] 379/1503 25% [=============== ] 380/1503 25% [=============== ] 381/1503 25% [=============== ] 382/1503 25% [=============== ] 383/1503 25% [=============== ] 384/1503 25% [=============== ] 385/1503 25% [=============== ] 386/1503 25% [=============== ] 387/1503 25% [================ ] 388/1503 25% [================ ] 389/1503 25% [================ ] 390/1503 25% [================ ] 391/1503 26% [================ ] 392/1503 26% [================ ] 393/1503 26% [================ ] 394/1503 26% [================ ] 395/1503 26% [================ ] 396/1503 26% [================ ] 397/1503 26% [================ ] 398/1503 26% [================ ] 399/1503 26% [================ ] 400/1503 26% [================ ] 401/1503 26% [================ ] 402/1503 26% [================ ] 403/1503 26% [================ ] 404/1503 26% [================ ] 405/1503 26% [================ ] 406/1503 27% [================ ] 407/1503 27% [================ ] 408/1503 27% [================ ] 409/1503 27% [================ ] 410/1503 27% [================ ] 411/1503 27% [================ ] 412/1503 27% [================= ] 413/1503 27% [================= ] 414/1503 27% [================= ] 415/1503 27% [================= ] 416/1503 27% [================= ] 417/1503 27% [================= ] 418/1503 27% [================= ] 419/1503 27% [================= ] 420/1503 27% [================= ] 421/1503 28% [================= ] 422/1503 28% [================= ] 423/1503 28% [================= ] 424/1503 28% [================= ] 425/1503 28% [================= ] 426/1503 28% [================= ] 427/1503 28% [================= ] 428/1503 28% [================= ] 429/1503 28% [================= ] 430/1503 28% [================= ] 431/1503 28% [================= ] 432/1503 28% [================= ] 433/1503 28% [================= ] 434/1503 28% [================= ] 435/1503 28% [================= ] 436/1503 29% [================== ] 437/1503 29% [================== ] 438/1503 29% [================== ] 439/1503 29% [================== ] 440/1503 29% [================== ] 441/1503 29% [================== ] 442/1503 29% [================== ] 443/1503 29% [================== ] 444/1503 29% [================== ] 445/1503 29% [================== ] 446/1503 29% [================== ] 447/1503 29% [================== ] 448/1503 29% [================== ] 449/1503 29% [================== ] 450/1503 29% [================== ] 451/1503 30% [================== ] 452/1503 30% [================== ] 453/1503 30% [================== ] 454/1503 30% [================== ] 455/1503 30% [================== ] 456/1503 30% [================== ] 457/1503 30% [================== ] 458/1503 30% [================== ] 459/1503 30% [================== ] 460/1503 30% [=================== ] 461/1503 30% [=================== ] 462/1503 30% [=================== ] 463/1503 30% [=================== ] 464/1503 30% [=================== ] 465/1503 30% [=================== ] 466/1503 31% [=================== ] 467/1503 31% [=================== ] 468/1503 31% [=================== ] 469/1503 31% [=================== ] 470/1503 31% [=================== ] 471/1503 31% [=================== ] 472/1503 31% [=================== ] 473/1503 31% [=================== ] 474/1503 31% [=================== ] 475/1503 31% [=================== ] 476/1503 31% [=================== ] 477/1503 31% [=================== ] 478/1503 31% [=================== ] 479/1503 31% [=================== ] 480/1503 31% [=================== ] 481/1503 32% [=================== ] 482/1503 32% [=================== ] 483/1503 32% [=================== ] 484/1503 32% [==================== ] 485/1503 32% [==================== ] 486/1503 32% [==================== ] 487/1503 32% [==================== ] 488/1503 32% [==================== ] 489/1503 32% [==================== ] 490/1503 32% [==================== ] 491/1503 32% [==================== ] 492/1503 32% [==================== ] 493/1503 32% [==================== ] 494/1503 32% [==================== ] 495/1503 32% [==================== ] 496/1503 33% [==================== ] 497/1503 33% [==================== ] 498/1503 33% [==================== ] 499/1503 33% [==================== ] 500/1503 33% [==================== ] 501/1503 33% [==================== ] 502/1503 33% [==================== ] 503/1503 33% [==================== ] 504/1503 33% [==================== ] 505/1503 33% [==================== ] 506/1503 33% [==================== ] 507/1503 33% [==================== ] 508/1503 33% [==================== ] 509/1503 33% [===================== ] 510/1503 33% [===================== ] 511/1503 33% [===================== ] 512/1503 34% [===================== ] 513/1503 34% [===================== ] 514/1503 34% [===================== ] 515/1503 34% [===================== ] 516/1503 34% [===================== ] 517/1503 34% [===================== ] 518/1503 34% [===================== ] 519/1503 34% [===================== ] 520/1503 34% [===================== ] 521/1503 34% [===================== ] 522/1503 34% [===================== ] 523/1503 34% [===================== ] 524/1503 34% [===================== ] 525/1503 34% [===================== ] 526/1503 34% [===================== ] 527/1503 35% [===================== ] 528/1503 35% [===================== ] 529/1503 35% [===================== ] 530/1503 35% [===================== ] 531/1503 35% [===================== ] 532/1503 35% [===================== ] 533/1503 35% [====================== ] 534/1503 35% [====================== ] 535/1503 35% [====================== ] 536/1503 35% [====================== ] 537/1503 35% [====================== ] 538/1503 35% [====================== ] 539/1503 35% [====================== ] 540/1503 35% [====================== ] 541/1503 35% [====================== ] 542/1503 36% [====================== ] 543/1503 36% [====================== ] 544/1503 36% [====================== ] 545/1503 36% [====================== ] 546/1503 36% [====================== ] 547/1503 36% [====================== ] 548/1503 36% [====================== ] 549/1503 36% [====================== ] 550/1503 36% [====================== ] 551/1503 36% [====================== ] 552/1503 36% [====================== ] 553/1503 36% [====================== ] 554/1503 36% [====================== ] 555/1503 36% [====================== ] 556/1503 36% [====================== ] 557/1503 37% [======================= ] 558/1503 37% [======================= ] 559/1503 37% [======================= ] 560/1503 37% [======================= ] 561/1503 37% [======================= ] 562/1503 37% [======================= ] 563/1503 37% [======================= ] 564/1503 37% [======================= ] 565/1503 37% [======================= ] 566/1503 37% [======================= ] 567/1503 37% [======================= ] 568/1503 37% [======================= ] 569/1503 37% [======================= ] 570/1503 37% [======================= ] 571/1503 37% [======================= ] 572/1503 38% [======================= ] 573/1503 38% [======================= ] 574/1503 38% [======================= ] 575/1503 38% [======================= ] 576/1503 38% [======================= ] 577/1503 38% [======================= ] 578/1503 38% [======================= ] 579/1503 38% [======================= ] 580/1503 38% [======================= ] 581/1503 38% [======================== ] 582/1503 38% [======================== ] 583/1503 38% [======================== ] 584/1503 38% [======================== ] 585/1503 38% [======================== ] 586/1503 38% [======================== ] 587/1503 39% [======================== ] 588/1503 39% [======================== ] 589/1503 39% [======================== ] 590/1503 39% [======================== ] 591/1503 39% [======================== ] 592/1503 39% [======================== ] 593/1503 39% [======================== ] 594/1503 39% [======================== ] 595/1503 39% [======================== ] 596/1503 39% [======================== ] 597/1503 39% [======================== ] 598/1503 39% [======================== ] 599/1503 39% [======================== ] 600/1503 39% [======================== ] 601/1503 39% [======================== ] 602/1503 40% [======================== ] 603/1503 40% [======================== ] 604/1503 40% [======================== ] 605/1503 40% [======================== ] 606/1503 40% [========================= ] 607/1503 40% [========================= ] 608/1503 40% [========================= ] 609/1503 40% [========================= ] 610/1503 40% [========================= ] 611/1503 40% [========================= ] 612/1503 40% [========================= ] 613/1503 40% [========================= ] 614/1503 40% [========================= ] 615/1503 40% [========================= ] 616/1503 40% [========================= ] 617/1503 41% [========================= ] 618/1503 41% [========================= ] 619/1503 41% [========================= ] 620/1503 41% [========================= ] 621/1503 41% [========================= ] 622/1503 41% [========================= ] 623/1503 41% [========================= ] 624/1503 41% [========================= ] 625/1503 41% [========================= ] 626/1503 41% [========================= ] 627/1503 41% [========================= ] 628/1503 41% [========================= ] 629/1503 41% [========================= ] 630/1503 41% [========================== ] 631/1503 41% [========================== ] 632/1503 42% [========================== ] 633/1503 42% [========================== ] 634/1503 42% [========================== ] 635/1503 42% [========================== ] 636/1503 42% [========================== ] 637/1503 42% [========================== ] 638/1503 42% [========================== ] 639/1503 42% [========================== ] 640/1503 42% [========================== ] 641/1503 42% [========================== ] 642/1503 42% [========================== ] 643/1503 42% [========================== ] 644/1503 42% [========================== ] 645/1503 42% [========================== ] 646/1503 42% [========================== ] 647/1503 43% [========================== ] 648/1503 43% [========================== ] 649/1503 43% [========================== ] 650/1503 43% [========================== ] 651/1503 43% [========================== ] 652/1503 43% [========================== ] 653/1503 43% [========================== ] 654/1503 43% [=========================== ] 655/1503 43% [=========================== ] 656/1503 43% [=========================== ] 657/1503 43% [=========================== ] 658/1503 43% [=========================== ] 659/1503 43% [=========================== ] 660/1503 43% [=========================== ] 661/1503 43% [=========================== ] 662/1503 44% [=========================== ] 663/1503 44% [=========================== ] 664/1503 44% [=========================== ] 665/1503 44% [=========================== ] 666/1503 44% [=========================== ] 667/1503 44% [=========================== ] 668/1503 44% [=========================== ] 669/1503 44% [=========================== ] 670/1503 44% [=========================== ] 671/1503 44% [=========================== ] 672/1503 44% [=========================== ] 673/1503 44% [=========================== ] 674/1503 44% [=========================== ] 675/1503 44% [=========================== ] 676/1503 44% [=========================== ] 677/1503 45% [=========================== ] 678/1503 45% [============================ ] 679/1503 45% [============================ ] 680/1503 45% [============================ ] 681/1503 45% [============================ ] 682/1503 45% [============================ ] 683/1503 45% [============================ ] 684/1503 45% [============================ ] 685/1503 45% [============================ ] 686/1503 45% [============================ ] 687/1503 45% [============================ ] 688/1503 45% [============================ ] 689/1503 45% [============================ ] 690/1503 45% [============================ ] 691/1503 45% [============================ ] 692/1503 46% [============================ ] 693/1503 46% [============================ ] 694/1503 46% [============================ ] 695/1503 46% [============================ ] 696/1503 46% [============================ ] 697/1503 46% [============================ ] 698/1503 46% [============================ ] 699/1503 46% [============================ ] 700/1503 46% [============================ ] 701/1503 46% [============================ ] 702/1503 46% [============================ ] 703/1503 46% [============================= ] 704/1503 46% [============================= ] 705/1503 46% [============================= ] 706/1503 46% [============================= ] 707/1503 47% [============================= ] 708/1503 47% [============================= ] 709/1503 47% [============================= ] 710/1503 47% [============================= ] 711/1503 47% [============================= ] 712/1503 47% [============================= ] 713/1503 47% [============================= ] 714/1503 47% [============================= ] 715/1503 47% [============================= ] 716/1503 47% [============================= ] 717/1503 47% [============================= ] 718/1503 47% [============================= ] 719/1503 47% [============================= ] 720/1503 47% [============================= ] 721/1503 47% [============================= ] 722/1503 48% [============================= ] 723/1503 48% [============================= ] 724/1503 48% [============================= ] 725/1503 48% [============================= ] 726/1503 48% [============================= ] 727/1503 48% [============================== ] 728/1503 48% [============================== ] 729/1503 48% [============================== ] 730/1503 48% [============================== ] 731/1503 48% [============================== ] 732/1503 48% [============================== ] 733/1503 48% [============================== ] 734/1503 48% [============================== ] 735/1503 48% [============================== ] 736/1503 48% [============================== ] 737/1503 49% [============================== ] 738/1503 49% [============================== ] 739/1503 49% [============================== ] 740/1503 49% [============================== ] 741/1503 49% [============================== ] 742/1503 49% [============================== ] 743/1503 49% [============================== ] 744/1503 49% [============================== ] 745/1503 49% [============================== ] 746/1503 49% [============================== ] 747/1503 49% [============================== ] 748/1503 49% [============================== ] 749/1503 49% [============================== ] 750/1503 49% [============================== ] 751/1503 49% [=============================== ] 752/1503 50% [=============================== ] 753/1503 50% [=============================== ] 754/1503 50% [=============================== ] 755/1503 50% [=============================== ] 756/1503 50% [=============================== ] 757/1503 50% [=============================== ] 758/1503 50% [=============================== ] 759/1503 50% [=============================== ] 760/1503 50% [=============================== ] 761/1503 50% [=============================== ] 762/1503 50% [=============================== ] 763/1503 50% [=============================== ] 764/1503 50% [=============================== ] 765/1503 50% [=============================== ] 766/1503 50% [=============================== ] 767/1503 51% [=============================== ] 768/1503 51% [=============================== ] 769/1503 51% [=============================== ] 770/1503 51% [=============================== ] 771/1503 51% [=============================== ] 772/1503 51% [=============================== ] 773/1503 51% [=============================== ] 774/1503 51% [=============================== ] 775/1503 51% [================================ ] 776/1503 51% [================================ ] 777/1503 51% [================================ ] 778/1503 51% [================================ ] 779/1503 51% [================================ ] 780/1503 51% [================================ ] 781/1503 51% [================================ ] 782/1503 52% [================================ ] 783/1503 52% [================================ ] 784/1503 52% [================================ ] 785/1503 52% [================================ ] 786/1503 52% [================================ ] 787/1503 52% [================================ ] 788/1503 52% [================================ ] 789/1503 52% [================================ ] 790/1503 52% [================================ ] 791/1503 52% [================================ ] 792/1503 52% [================================ ] 793/1503 52% [================================ ] 794/1503 52% [================================ ] 795/1503 52% [================================ ] 796/1503 52% [================================ ] 797/1503 53% [================================ ] 798/1503 53% [================================ ] 799/1503 53% [================================= ] 800/1503 53% [================================= ] 801/1503 53% [================================= ] 802/1503 53% [================================= ] 803/1503 53% [================================= ] 804/1503 53% [================================= ] 805/1503 53% [================================= ] 806/1503 53% [================================= ] 807/1503 53% [================================= ] 808/1503 53% [================================= ] 809/1503 53% [================================= ] 810/1503 53% [================================= ] 811/1503 53% [================================= ] 812/1503 54% [================================= ] 813/1503 54% [================================= ] 814/1503 54% [================================= ] 815/1503 54% [================================= ] 816/1503 54% [================================= ] 817/1503 54% [================================= ] 818/1503 54% [================================= ] 819/1503 54% [================================= ] 820/1503 54% [================================= ] 821/1503 54% [================================= ] 822/1503 54% [================================= ] 823/1503 54% [================================= ] 824/1503 54% [================================== ] 825/1503 54% [================================== ] 826/1503 54% [================================== ] 827/1503 55% [================================== ] 828/1503 55% [================================== ] 829/1503 55% [================================== ] 830/1503 55% [================================== ] 831/1503 55% [================================== ] 832/1503 55% [================================== ] 833/1503 55% [================================== ] 834/1503 55% [================================== ] 835/1503 55% [================================== ] 836/1503 55% [================================== ] 837/1503 55% [================================== ] 838/1503 55% [================================== ] 839/1503 55% [================================== ] 840/1503 55% [================================== ] 841/1503 55% [================================== ] 842/1503 56% [================================== ] 843/1503 56% [================================== ] 844/1503 56% [================================== ] 845/1503 56% [================================== ] 846/1503 56% [================================== ] 847/1503 56% [================================== ] 848/1503 56% [=================================== ] 849/1503 56% [=================================== ] 850/1503 56% [=================================== ] 851/1503 56% [=================================== ] 852/1503 56% [=================================== ] 853/1503 56% [=================================== ] 854/1503 56% [=================================== ] 855/1503 56% [=================================== ] 856/1503 56% [=================================== ] 857/1503 57% [=================================== ] 858/1503 57% [=================================== ] 859/1503 57% [=================================== ] 860/1503 57% [=================================== ] 861/1503 57% [=================================== ] 862/1503 57% [=================================== ] 863/1503 57% [=================================== ] 864/1503 57% [=================================== ] 865/1503 57% [=================================== ] 866/1503 57% [=================================== ] 867/1503 57% [=================================== ] 868/1503 57% [=================================== ] 869/1503 57% [=================================== ] 870/1503 57% [=================================== ] 871/1503 57% [=================================== ] 872/1503 58% [==================================== ] 873/1503 58% [==================================== ] 874/1503 58% [==================================== ] 875/1503 58% [==================================== ] 876/1503 58% [==================================== ] 877/1503 58% [==================================== ] 878/1503 58% [==================================== ] 879/1503 58% [==================================== ] 880/1503 58% [==================================== ] 881/1503 58% [==================================== ] 882/1503 58% [==================================== ] 883/1503 58% [==================================== ] 884/1503 58% [==================================== ] 885/1503 58% [==================================== ] 886/1503 58% [==================================== ] 887/1503 59% [==================================== ] 888/1503 59% [==================================== ] 889/1503 59% [==================================== ] 890/1503 59% [==================================== ] 891/1503 59% [==================================== ] 892/1503 59% [==================================== ] 893/1503 59% [==================================== ] 894/1503 59% [==================================== ] 895/1503 59% [==================================== ] 896/1503 59% [===================================== ] 897/1503 59% [===================================== ] 898/1503 59% [===================================== ] 899/1503 59% [===================================== ] 900/1503 59% [===================================== ] 901/1503 59% [===================================== ] 902/1503 60% [===================================== ] 903/1503 60% [===================================== ] 904/1503 60% [===================================== ] 905/1503 60% [===================================== ] 906/1503 60% [===================================== ] 907/1503 60% [===================================== ] 908/1503 60% [===================================== ] 909/1503 60% [===================================== ] 910/1503 60% [===================================== ] 911/1503 60% [===================================== ] 912/1503 60% [===================================== ] 913/1503 60% [===================================== ] 914/1503 60% [===================================== ] 915/1503 60% [===================================== ] 916/1503 60% [===================================== ] 917/1503 61% [===================================== ] 918/1503 61% [===================================== ] 919/1503 61% [===================================== ] 920/1503 61% [===================================== ] 921/1503 61% [====================================== ] 922/1503 61% [====================================== ] 923/1503 61% [====================================== ] 924/1503 61% [====================================== ] 925/1503 61% [====================================== ] 926/1503 61% [====================================== ] 927/1503 61% [====================================== ] 928/1503 61% [====================================== ] 929/1503 61% [====================================== ] 930/1503 61% [====================================== ] 931/1503 61% [====================================== ] 932/1503 62% [====================================== ] 933/1503 62% [====================================== ] 934/1503 62% [====================================== ] 935/1503 62% [====================================== ] 936/1503 62% [====================================== ] 937/1503 62% [====================================== ] 938/1503 62% [====================================== ] 939/1503 62% [====================================== ] 940/1503 62% [====================================== ] 941/1503 62% [====================================== ] 942/1503 62% [====================================== ] 943/1503 62% [====================================== ] 944/1503 62% [====================================== ] 945/1503 62% [======================================= ] 946/1503 62% [======================================= ] 947/1503 63% [======================================= ] 948/1503 63% [======================================= ] 949/1503 63% [======================================= ] 950/1503 63% [======================================= ] 951/1503 63% [======================================= ] 952/1503 63% [======================================= ] 953/1503 63% [======================================= ] 954/1503 63% [======================================= ] 955/1503 63% [======================================= ] 956/1503 63% [======================================= ] 957/1503 63% [======================================= ] 958/1503 63% [======================================= ] 959/1503 63% [======================================= ] 960/1503 63% [======================================= ] 961/1503 63% [======================================= ] 962/1503 64% [======================================= ] 963/1503 64% [======================================= ] 964/1503 64% [======================================= ] 965/1503 64% [======================================= ] 966/1503 64% [======================================= ] 967/1503 64% [======================================= ] 968/1503 64% [======================================= ] 969/1503 64% [======================================== ] 970/1503 64% [======================================== ] 971/1503 64% [======================================== ] 972/1503 64% [======================================== ] 973/1503 64% [======================================== ] 974/1503 64% [======================================== ] 975/1503 64% [======================================== ] 976/1503 64% [======================================== ] 977/1503 65% [======================================== ] 978/1503 65% [======================================== ] 979/1503 65% [======================================== ] 980/1503 65% [======================================== ] 981/1503 65% [======================================== ] 982/1503 65% [======================================== ] 983/1503 65% [======================================== ] 984/1503 65% [======================================== ] 985/1503 65% [======================================== ] 986/1503 65% [======================================== ] 987/1503 65% [======================================== ] 988/1503 65% [======================================== ] 989/1503 65% [======================================== ] 990/1503 65% [======================================== ] 991/1503 65% [======================================== ] 992/1503 66% [======================================== ] 993/1503 66% [========================================= ] 994/1503 66% [========================================= ] 995/1503 66% [========================================= ] 996/1503 66% [========================================= ] 997/1503 66% [========================================= ] 998/1503 66% [========================================= ] 999/1503 66% [========================================= ] 1000/1503 66% [========================================= ] 1001/1503 66% [========================================= ] 1002/1503 66% [========================================= ] 1003/1503 66% [========================================= ] 1004/1503 66% [========================================= ] 1005/1503 66% [========================================= ] 1006/1503 66% [========================================= ] 1007/1503 66% [========================================= ] 1008/1503 67% [========================================= ] 1009/1503 67% [========================================= ] 1010/1503 67% [========================================= ] 1011/1503 67% [========================================= ] 1012/1503 67% [========================================= ] 1013/1503 67% [========================================= ] 1014/1503 67% [========================================= ] 1015/1503 67% [========================================= ] 1016/1503 67% [========================================= ] 1017/1503 67% [========================================= ] 1018/1503 67% [========================================== ] 1019/1503 67% [========================================== ] 1020/1503 67% [========================================== ] 1021/1503 67% [========================================== ] 1022/1503 67% [========================================== ] 1023/1503 68% [========================================== ] 1024/1503 68% [========================================== ] 1025/1503 68% [========================================== ] 1026/1503 68% [========================================== ] 1027/1503 68% [========================================== ] 1028/1503 68% [========================================== ] 1029/1503 68% [========================================== ] 1030/1503 68% [========================================== ] 1031/1503 68% [========================================== ] 1032/1503 68% [========================================== ] 1033/1503 68% [========================================== ] 1034/1503 68% [========================================== ] 1035/1503 68% [========================================== ] 1036/1503 68% [========================================== ] 1037/1503 68% [========================================== ] 1038/1503 69% [========================================== ] 1039/1503 69% [========================================== ] 1040/1503 69% [========================================== ] 1041/1503 69% [========================================== ] 1042/1503 69% [=========================================== ] 1043/1503 69% [=========================================== ] 1044/1503 69% [=========================================== ] 1045/1503 69% [=========================================== ] 1046/1503 69% [=========================================== ] 1047/1503 69% [=========================================== ] 1048/1503 69% [=========================================== ] 1049/1503 69% [=========================================== ] 1050/1503 69% [=========================================== ] 1051/1503 69% [=========================================== ] 1052/1503 69% [=========================================== ] 1053/1503 70% [=========================================== ] 1054/1503 70% [=========================================== ] 1055/1503 70% [=========================================== ] 1056/1503 70% [=========================================== ] 1057/1503 70% [=========================================== ] 1058/1503 70% [=========================================== ] 1059/1503 70% [=========================================== ] 1060/1503 70% [=========================================== ] 1061/1503 70% [=========================================== ] 1062/1503 70% [=========================================== ] 1063/1503 70% [=========================================== ] 1064/1503 70% [=========================================== ] 1065/1503 70% [=========================================== ] 1066/1503 70% [============================================ ] 1067/1503 70% [============================================ ] 1068/1503 71% [============================================ ] 1069/1503 71% [============================================ ] 1070/1503 71% [============================================ ] 1071/1503 71% [============================================ ] 1072/1503 71% [============================================ ] 1073/1503 71% [============================================ ] 1074/1503 71% [============================================ ] 1075/1503 71% [============================================ ] 1076/1503 71% [============================================ ] 1077/1503 71% [============================================ ] 1078/1503 71% [============================================ ] 1079/1503 71% [============================================ ] 1080/1503 71% [============================================ ] 1081/1503 71% [============================================ ] 1082/1503 71% [============================================ ] 1083/1503 72% [============================================ ] 1084/1503 72% [============================================ ] 1085/1503 72% [============================================ ] 1086/1503 72% [============================================ ] 1087/1503 72% [============================================ ] 1088/1503 72% [============================================ ] 1089/1503 72% [============================================ ] 1090/1503 72% [============================================= ] 1091/1503 72% [============================================= ] 1092/1503 72% [============================================= ] 1093/1503 72% [============================================= ] 1094/1503 72% [============================================= ] 1095/1503 72% [============================================= ] 1096/1503 72% [============================================= ] 1097/1503 72% [============================================= ] 1098/1503 73% [============================================= ] 1099/1503 73% [============================================= ] 1100/1503 73% [============================================= ] 1101/1503 73% [============================================= ] 1102/1503 73% [============================================= ] 1103/1503 73% [============================================= ] 1104/1503 73% [============================================= ] 1105/1503 73% [============================================= ] 1106/1503 73% [============================================= ] 1107/1503 73% [============================================= ] 1108/1503 73% [============================================= ] 1109/1503 73% [============================================= ] 1110/1503 73% [============================================= ] 1111/1503 73% [============================================= ] 1112/1503 73% [============================================= ] 1113/1503 74% [============================================= ] 1114/1503 74% [============================================= ] 1115/1503 74% [============================================== ] 1116/1503 74% [============================================== ] 1117/1503 74% [============================================== ] 1118/1503 74% [============================================== ] 1119/1503 74% [============================================== ] 1120/1503 74% [============================================== ] 1121/1503 74% [============================================== ] 1122/1503 74% [============================================== ] 1123/1503 74% [============================================== ] 1124/1503 74% [============================================== ] 1125/1503 74% [============================================== ] 1126/1503 74% [============================================== ] 1127/1503 74% [============================================== ] 1128/1503 75% [============================================== ] 1129/1503 75% [============================================== ] 1130/1503 75% [============================================== ] 1131/1503 75% [============================================== ] 1132/1503 75% [============================================== ] 1133/1503 75% [============================================== ] 1134/1503 75% [============================================== ] 1135/1503 75% [============================================== ] 1136/1503 75% [============================================== ] 1137/1503 75% [============================================== ] 1138/1503 75% [============================================== ] 1139/1503 75% [=============================================== ] 1140/1503 75% [=============================================== ] 1141/1503 75% [=============================================== ] 1142/1503 75% [=============================================== ] 1143/1503 76% [=============================================== ] 1144/1503 76% [=============================================== ] 1145/1503 76% [=============================================== ] 1146/1503 76% [=============================================== ] 1147/1503 76% [=============================================== ] 1148/1503 76% [=============================================== ] 1149/1503 76% [=============================================== ] 1150/1503 76% [=============================================== ] 1151/1503 76% [=============================================== ] 1152/1503 76% [=============================================== ] 1153/1503 76% [=============================================== ] 1154/1503 76% [=============================================== ] 1155/1503 76% [=============================================== ] 1156/1503 76% [=============================================== ] 1157/1503 76% [=============================================== ] 1158/1503 77% [=============================================== ] 1159/1503 77% [=============================================== ] 1160/1503 77% [=============================================== ] 1161/1503 77% [=============================================== ] 1162/1503 77% [=============================================== ] 1163/1503 77% [================================================ ] 1164/1503 77% [================================================ ] 1165/1503 77% [================================================ ] 1166/1503 77% [================================================ ] 1167/1503 77% [================================================ ] 1168/1503 77% [================================================ ] 1169/1503 77% [================================================ ] 1170/1503 77% [================================================ ] 1171/1503 77% [================================================ ] 1172/1503 77% [================================================ ] 1173/1503 78% [================================================ ] 1174/1503 78% [================================================ ] 1175/1503 78% [================================================ ] 1176/1503 78% [================================================ ] 1177/1503 78% [================================================ ] 1178/1503 78% [================================================ ] 1179/1503 78% [================================================ ] 1180/1503 78% [================================================ ] 1181/1503 78% [================================================ ] 1182/1503 78% [================================================ ] 1183/1503 78% [================================================ ] 1184/1503 78% [================================================ ] 1185/1503 78% [================================================ ] 1186/1503 78% [================================================ ] 1187/1503 78% [================================================= ] 1188/1503 79% [================================================= ] 1189/1503 79% [================================================= ] 1190/1503 79% [================================================= ] 1191/1503 79% [================================================= ] 1192/1503 79% [================================================= ] 1193/1503 79% [================================================= ] 1194/1503 79% [================================================= ] 1195/1503 79% [================================================= ] 1196/1503 79% [================================================= ] 1197/1503 79% [================================================= ] 1198/1503 79% [================================================= ] 1199/1503 79% [================================================= ] 1200/1503 79% [================================================= ] 1201/1503 79% [================================================= ] 1202/1503 79% [================================================= ] 1203/1503 80% [================================================= ] 1204/1503 80% [================================================= ] 1205/1503 80% [================================================= ] 1206/1503 80% [================================================= ] 1207/1503 80% [================================================= ] 1208/1503 80% [================================================= ] 1209/1503 80% [================================================= ] 1210/1503 80% [================================================= ] 1211/1503 80% [================================================= ] 1212/1503 80% [================================================== ] 1213/1503 80% [================================================== ] 1214/1503 80% [================================================== ] 1215/1503 80% [================================================== ] 1216/1503 80% [================================================== ] 1217/1503 80% [================================================== ] 1218/1503 81% [================================================== ] 1219/1503 81% [================================================== ] 1220/1503 81% [================================================== ] 1221/1503 81% [================================================== ] 1222/1503 81% [================================================== ] 1223/1503 81% [================================================== ] 1224/1503 81% [================================================== ] 1225/1503 81% [================================================== ] 1226/1503 81% [================================================== ] 1227/1503 81% [================================================== ] 1228/1503 81% [================================================== ] 1229/1503 81% [================================================== ] 1230/1503 81% [================================================== ] 1231/1503 81% [================================================== ] 1232/1503 81% [================================================== ] 1233/1503 82% [================================================== ] 1234/1503 82% [================================================== ] 1235/1503 82% [================================================== ] 1236/1503 82% [=================================================== ] 1237/1503 82% [=================================================== ] 1238/1503 82% [=================================================== ] 1239/1503 82% [=================================================== ] 1240/1503 82% [=================================================== ] 1241/1503 82% [=================================================== ] 1242/1503 82% [=================================================== ] 1243/1503 82% [=================================================== ] 1244/1503 82% [=================================================== ] 1245/1503 82% [=================================================== ] 1246/1503 82% [=================================================== ] 1247/1503 82% [=================================================== ] 1248/1503 83% [=================================================== ] 1249/1503 83% [=================================================== ] 1250/1503 83% [=================================================== ] 1251/1503 83% [=================================================== ] 1252/1503 83% [=================================================== ] 1253/1503 83% [=================================================== ] 1254/1503 83% [=================================================== ] 1255/1503 83% [=================================================== ] 1256/1503 83% [=================================================== ] 1257/1503 83% [=================================================== ] 1258/1503 83% [=================================================== ] 1259/1503 83% [=================================================== ] 1260/1503 83% [==================================================== ] 1261/1503 83% [==================================================== ] 1262/1503 83% [==================================================== ] 1263/1503 84% [==================================================== ] 1264/1503 84% [==================================================== ] 1265/1503 84% [==================================================== ] 1266/1503 84% [==================================================== ] 1267/1503 84% [==================================================== ] 1268/1503 84% [==================================================== ] 1269/1503 84% [==================================================== ] 1270/1503 84% [==================================================== ] 1271/1503 84% [==================================================== ] 1272/1503 84% [==================================================== ] 1273/1503 84% [==================================================== ] 1274/1503 84% [==================================================== ] 1275/1503 84% [==================================================== ] 1276/1503 84% [==================================================== ] 1277/1503 84% [==================================================== ] 1278/1503 85% [==================================================== ] 1279/1503 85% [==================================================== ] 1280/1503 85% [==================================================== ] 1281/1503 85% [==================================================== ] 1282/1503 85% [==================================================== ] 1283/1503 85% [==================================================== ] 1284/1503 85% [===================================================== ] 1285/1503 85% [===================================================== ] 1286/1503 85% [===================================================== ] 1287/1503 85% [===================================================== ] 1288/1503 85% [===================================================== ] 1289/1503 85% [===================================================== ] 1290/1503 85% [===================================================== ] 1291/1503 85% [===================================================== ] 1292/1503 85% [===================================================== ] 1293/1503 86% [===================================================== ] 1294/1503 86% [===================================================== ] 1295/1503 86% [===================================================== ] 1296/1503 86% [===================================================== ] 1297/1503 86% [===================================================== ] 1298/1503 86% [===================================================== ] 1299/1503 86% [===================================================== ] 1300/1503 86% [===================================================== ] 1301/1503 86% [===================================================== ] 1302/1503 86% [===================================================== ] 1303/1503 86% [===================================================== ] 1304/1503 86% [===================================================== ] 1305/1503 86% [===================================================== ] 1306/1503 86% [===================================================== ] 1307/1503 86% [===================================================== ] 1308/1503 87% [===================================================== ] 1309/1503 87% [====================================================== ] 1310/1503 87% [====================================================== ] 1311/1503 87% [====================================================== ] 1312/1503 87% [====================================================== ] 1313/1503 87% [====================================================== ] 1314/1503 87% [====================================================== ] 1315/1503 87% [====================================================== ] 1316/1503 87% [====================================================== ] 1317/1503 87% [====================================================== ] 1318/1503 87% [====================================================== ] 1319/1503 87% [====================================================== ] 1320/1503 87% [====================================================== ] 1321/1503 87% [====================================================== ] 1322/1503 87% [====================================================== ] 1323/1503 88% [====================================================== ] 1324/1503 88% [====================================================== ] 1325/1503 88% [====================================================== ] 1326/1503 88% [====================================================== ] 1327/1503 88% [====================================================== ] 1328/1503 88% [====================================================== ] 1329/1503 88% [====================================================== ] 1330/1503 88% [====================================================== ] 1331/1503 88% [====================================================== ] 1332/1503 88% [====================================================== ] 1333/1503 88% [======================================================= ] 1334/1503 88% [======================================================= ] 1335/1503 88% [======================================================= ] 1336/1503 88% [======================================================= ] 1337/1503 88% [======================================================= ] 1338/1503 89% [======================================================= ] 1339/1503 89% [======================================================= ] 1340/1503 89% [======================================================= ] 1341/1503 89% [======================================================= ] 1342/1503 89% [======================================================= ] 1343/1503 89% [======================================================= ] 1344/1503 89% [======================================================= ] 1345/1503 89% [======================================================= ] 1346/1503 89% [======================================================= ] 1347/1503 89% [======================================================= ] 1348/1503 89% [======================================================= ] 1349/1503 89% [======================================================= ] 1350/1503 89% [======================================================= ] 1351/1503 89% [======================================================= ] 1352/1503 89% [======================================================= ] 1353/1503 90% [======================================================= ] 1354/1503 90% [======================================================= ] 1355/1503 90% [======================================================= ] 1356/1503 90% [======================================================= ] 1357/1503 90% [======================================================== ] 1358/1503 90% [======================================================== ] 1359/1503 90% [======================================================== ] 1360/1503 90% [======================================================== ] 1361/1503 90% [======================================================== ] 1362/1503 90% [======================================================== ] 1363/1503 90% [======================================================== ] 1364/1503 90% [======================================================== ] 1365/1503 90% [======================================================== ] 1366/1503 90% [======================================================== ] 1367/1503 90% [======================================================== ] 1368/1503 91% [======================================================== ] 1369/1503 91% [======================================================== ] 1370/1503 91% [======================================================== ] 1371/1503 91% [======================================================== ] 1372/1503 91% [======================================================== ] 1373/1503 91% [======================================================== ] 1374/1503 91% [======================================================== ] 1375/1503 91% [======================================================== ] 1376/1503 91% [======================================================== ] 1377/1503 91% [======================================================== ] 1378/1503 91% [======================================================== ] 1379/1503 91% [======================================================== ] 1380/1503 91% [======================================================== ] 1381/1503 91% [========================================================= ] 1382/1503 91% [========================================================= ] 1383/1503 92% [========================================================= ] 1384/1503 92% [========================================================= ] 1385/1503 92% [========================================================= ] 1386/1503 92% [========================================================= ] 1387/1503 92% [========================================================= ] 1388/1503 92% [========================================================= ] 1389/1503 92% [========================================================= ] 1390/1503 92% [========================================================= ] 1391/1503 92% [========================================================= ] 1392/1503 92% [========================================================= ] 1393/1503 92% [========================================================= ] 1394/1503 92% [========================================================= ] 1395/1503 92% [========================================================= ] 1396/1503 92% [========================================================= ] 1397/1503 92% [========================================================= ] 1398/1503 93% [========================================================= ] 1399/1503 93% [========================================================= ] 1400/1503 93% [========================================================= ] 1401/1503 93% [========================================================= ] 1402/1503 93% [========================================================= ] 1403/1503 93% [========================================================= ] 1404/1503 93% [========================================================= ] 1405/1503 93% [========================================================= ] 1406/1503 93% [========================================================== ] 1407/1503 93% [========================================================== ] 1408/1503 93% [========================================================== ] 1409/1503 93% [========================================================== ] 1410/1503 93% [========================================================== ] 1411/1503 93% [========================================================== ] 1412/1503 93% [========================================================== ] 1413/1503 94% [========================================================== ] 1414/1503 94% [========================================================== ] 1415/1503 94% [========================================================== ] 1416/1503 94% [========================================================== ] 1417/1503 94% [========================================================== ] 1418/1503 94% [========================================================== ] 1419/1503 94% [========================================================== ] 1420/1503 94% [========================================================== ] 1421/1503 94% [========================================================== ] 1422/1503 94% [========================================================== ] 1423/1503 94% [========================================================== ] 1424/1503 94% [========================================================== ] 1425/1503 94% [========================================================== ] 1426/1503 94% [========================================================== ] 1427/1503 94% [========================================================== ] 1428/1503 95% [========================================================== ] 1429/1503 95% [========================================================== ] 1430/1503 95% [=========================================================== ] 1431/1503 95% [=========================================================== ] 1432/1503 95% [=========================================================== ] 1433/1503 95% [=========================================================== ] 1434/1503 95% [=========================================================== ] 1435/1503 95% [=========================================================== ] 1436/1503 95% [=========================================================== ] 1437/1503 95% [=========================================================== ] 1438/1503 95% [=========================================================== ] 1439/1503 95% [=========================================================== ] 1440/1503 95% [=========================================================== ] 1441/1503 95% [=========================================================== ] 1442/1503 95% [=========================================================== ] 1443/1503 96% [=========================================================== ] 1444/1503 96% [=========================================================== ] 1445/1503 96% [=========================================================== ] 1446/1503 96% [=========================================================== ] 1447/1503 96% [=========================================================== ] 1448/1503 96% [=========================================================== ] 1449/1503 96% [=========================================================== ] 1450/1503 96% [=========================================================== ] 1451/1503 96% [=========================================================== ] 1452/1503 96% [=========================================================== ] 1453/1503 96% [=========================================================== ] 1454/1503 96% [============================================================ ] 1455/1503 96% [============================================================ ] 1456/1503 96% [============================================================ ] 1457/1503 96% [============================================================ ] 1458/1503 97% [============================================================ ] 1459/1503 97% [============================================================ ] 1460/1503 97% [============================================================ ] 1461/1503 97% [============================================================ ] 1462/1503 97% [============================================================ ] 1463/1503 97% [============================================================ ] 1464/1503 97% [============================================================ ] 1465/1503 97% [============================================================ ] 1466/1503 97% [============================================================ ] 1467/1503 97% [============================================================ ] 1468/1503 97% [============================================================ ] 1469/1503 97% [============================================================ ] 1470/1503 97% [============================================================ ] 1471/1503 97% [============================================================ ] 1472/1503 97% [============================================================ ] 1473/1503 98% [============================================================ ] 1474/1503 98% [============================================================ ] 1475/1503 98% [============================================================ ] 1476/1503 98% [============================================================ ] 1477/1503 98% [============================================================ ] 1478/1503 98% [============================================================= ] 1479/1503 98% [============================================================= ] 1480/1503 98% [============================================================= ] 1481/1503 98% [============================================================= ] 1482/1503 98% [============================================================= ] 1483/1503 98% [============================================================= ] 1484/1503 98% [============================================================= ] 1485/1503 98% [============================================================= ] 1486/1503 98% [============================================================= ] 1487/1503 98% [============================================================= ] 1488/1503 99% [============================================================= ] 1489/1503 99% [============================================================= ] 1490/1503 99% [============================================================= ] 1491/1503 99% [============================================================= ] 1492/1503 99% [============================================================= ] 1493/1503 99% [============================================================= ] 1494/1503 99% [============================================================= ] 1495/1503 99% [============================================================= ] 1496/1503 99% [============================================================= ] 1497/1503 99% [============================================================= ] 1498/1503 99% [============================================================= ] 1499/1503 99% [============================================================= ] 1500/1503 99% [============================================================= ] 1501/1503 99% [============================================================= ] 1502/1503 99% [==============================================================] 1503/1503 100% operation complete, 1503 objects in 99364 NAND pages. ln -snf /home/buildroot/autobuild/instance-1/output-1/host/nios2-buildroot-linux-gnu/sysroot /home/buildroot/autobuild/instance-1/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-1/buildroot' >>> Buildroot 2022.05-2939-g037226b33b Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-66-ga1dc0be03c9dd850b864bd7a9c03cf8e396eb7ca 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-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) >>> linux-headers 6.1.1 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 >>> acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> alfred 2022.1 Collecting legal info LICENSES/preferred/GPL-2.0: OK (sha256: cecbf53d1148e13256ac29f8b900655b7fc8dc12d59939a95bc2323ea1747025) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> 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-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> angularjs 1.8.2 Collecting legal info angular.js: OK (sha256: 237656fae6e39d02cd71cbcfbf91b7964eba5796aafca1bfcfff3b054ce3fed6) >>> bearssl 0.6 Collecting legal info LICENSE.txt: OK (sha256: 771bf18c8633ea69ec9b07d2e604c4b99b7bef41b0f5ce6385d24df4448f61ca) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dovecot 2.3.20 Collecting legal info COPYING: OK (sha256: 319a9830aab406109cd67cb45496587566a8123203d66d037b209ca3e13de02a) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING.MIT: OK (sha256: 52b8c95fabb19575281874b661ef7968ea47e8f5d74ba0dd40ce512e52b3fc97) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> explorercanvas aa989ea9d9bac748638f7c66b0fc88e619715da6 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> faad2 2.10.1 Collecting legal info COPYING: OK (sha256: d3baf3a54943cf12a994c85867a18dec84f810901b2f2878ddfd77efcc3c150f) >>> host-genimage 16 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> geoip 1.6.12 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) >>> gettext Collecting legal info >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gnutls 3.7.8 Collecting legal info doc/COPYING.LESSER: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libtasn1 4.19.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libunistring 1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> nettle 3.8.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> iozone 3.493 Collecting legal info >>> irssi 1.4.2 Collecting legal info COPYING: OK (sha256: a1a27cb2ecee8d5378fbb3562f577104a445d6d66fee89286e16758305e63e2b) >>> libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-meson 0.64.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.1 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> 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-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> 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) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> libapparmor 3.0.4 Collecting legal info LICENSE: OK (sha256: a7e0cdcbea5c14927cedfc600d46526bdcbb1eb0a4d951e2ea53c2a6de159cb4) libraries/libapparmor/COPYING.LGPL: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libdvbcsa 1.1.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libfuse3 3.11.0 Collecting legal info LICENSE: OK (sha256: b8832d9caaa075bbbd2aef24efa09f8b7ab66a832812d88c602da0c7b4397fad) >>> libgcrypt 1.10.1 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.45 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libite 2.5.2 Collecting legal info LICENSE: OK (sha256: 20db0601195f708d68ff7907907b3cd3b25808efa8332e064b11f00c839a5d2f) src/chomp.c: OK (sha256: c2882adb51555b836f35babc59f618d9ddceadcaa2d1dc80bbd4699614d2cd14) src/pidfile.c: OK (sha256: bff7fa7b74324f13a24d56ebb8b49bc9c63ea01836a1c8b5a6afcbbabed62918) >>> libllcp 05dfa8003433a7070bfd8ae02efdb0203bbf34aa Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libmms 0.6.4 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libmpeg2 0.5.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libsha1 0.3 Collecting legal info COPYING: OK (sha256: 4c387926596bfeacc5b72ebeb96ab36c299a07568e18592c727a6c11dd512c20) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libwebsock 3c1615eeadb0b582b63851073bfe3e5132f31ebc Collecting legal info COPYING.lesser: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lzop 1.03 Collecting legal info COPYING: OK (sha256: 70439f6e2b47057a408d2390ed6663b9875f5a08066a06a060a357ef1df89a8c) >>> mimic 1.1.0 Collecting legal info COPYING: OK (sha256: c423c1c6d260091d80ee4c00f386a10fea39963a3f1530f2c245f15dd20324ee) >>> mtools 4.0.38 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> nghttp2 1.41.0 Collecting legal info COPYING: OK (sha256: 6b94f3abc1aabd0c72a7c7d92a77f79dda7c8a0cb3df839a97890b4116a2de2a) >>> openlayers 7.1.0 Collecting legal info LICENSE.md: OK (sha256: 6c4347b83a8c9feef18d57b18e3b6c44cf901b3c344a4a1fbd837e421555ab8e) >>> parted 3.4 Collecting legal info COPYING: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) >>> 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) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pure-ftpd 1.0.51 Collecting legal info COPYING: OK (sha256: 88c813191c1a59213c641e322cf4562618ab0116ddd7c8341c419f8863b8b0a9) >>> host-runc 1.1.4 Collecting legal info LICENSE: OK (sha256: 552a739c3b25792263f731542238b92f6f8d07e9a488eae27e6c4690038a8243) >>> host-go 1.19.4 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> seatd 0.7.0 Collecting legal info LICENSE: OK (sha256: 282a494803d666616bd726e0279636b5f6a31387ae19a707459074050f2600d3) >>> sqlcipher 4.5.1 Collecting legal info LICENSE: OK (sha256: 3eee3c7964a9becc94d747bd36703d31fc86eb994680b06a61bfd4f2661eaac8) >>> host-tcl 8.6.12 Collecting legal info license.terms: OK (sha256: c0a69a2bfd757361ec7e6143973b103c90409316b49e9c88db26ad6388e79f16) >>> udpcast 20211207 Collecting legal info COPYING: OK (sha256: 422befd3503b1f39a6027017f639874c1f274e37ec60ba3174894646b584ccbc) >>> uhubctl 2.5.0 Collecting legal info LICENSE: OK (sha256: 5eb09049fafa91347386daf769223ba2ee6914cb26ab95b86854ad6edea49b5d) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> vpnc 0.5.3r550-2jnpr1 Collecting legal info COPYING: OK (sha256: bf3ec1bd1dec31a6ab8980bfd04569f506432f35ee01e88a3910847784bc2de1) >>> wpan-tools 0.9 Collecting legal info COPYING: OK (sha256: fe8e595c24d821a60885eb259619df5e5e3976c48465fde0be29fcd78530798f) >>> xinetd 2.3.15 Collecting legal info COPYRIGHT: OK (sha256: 2f3dd19831b1837f7360f80a7700a130c04a59e387d4359299d6df712308bbed) >>> 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: iozone-3.493: cannot save license (IOZONE_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-1/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot'