checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking whether lstat correctly handles trailing slash... no checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... (cached) yes checking for stdlib.h... (cached) yes 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, --disable-static, --enable-shared >>> xmlstarlet 1.6.1 Building PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/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-2/output-1/build/xmlstarlet-1.6.1/ make[1]: Entering directory '/home/buildroot/autobuild/instance-2/output-1/build/xmlstarlet-1.6.1' /usr/bin/make all-am make[2]: Entering directory '/home/buildroot/autobuild/instance-2/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_C14N.o CC src/xml.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-2/output-1/host/sparc64-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_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-2/output-1/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/threads.h:35, from /home/buildroot/autobuild/instance-2/output-1/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/xmlmemory.h:220, from src/xml_edit.c:35: /home/buildroot/autobuild/instance-2/output-1/host/sparc64-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-2/output-1/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/threads.h:35, from /home/buildroot/autobuild/instance-2/output-1/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/xmlmemory.h:220, from src/xml_edit.c:35: /home/buildroot/autobuild/instance-2/output-1/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/globals.h:30:24: note: declared here 30 | XMLPUBFUN void XMLCALL xmlCleanupGlobals(void); | ^~~~~~~~~~~~~~~~~ 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-2/output-1/host/sparc64-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_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-2/output-1/host/sparc64-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 In file included from /home/buildroot/autobuild/instance-2/output-1/host/sparc64-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-2/output-1/host/sparc64-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-2/output-1/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/xmlstring.h:100:54: note: expected 'const char *' but argument is of type 'xmlChar *' {aka 'unsigned char *'} 100 | const char *msg, | ~~~~~~~~~~~~^~~ CC src/xml_validate.o CC src/usage.o CC src/c14n-usage.o 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-2/output-1/host/sparc64-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-2/output-1/host/sparc64-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-2/output-1/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/xmlschemastypes.h:37:17: note: declared here 37 | xmlSchemaCleanupTypes (void); | ^~~~~~~~~~~~~~~~~~~~~ CC src/elem-usage.o CC src/edit-usage.o CC src/escape-usage.o CC src/format-usage.o CC src/ls-usage.o CC src/pyx-usage.o CC src/select-usage.o CC src/trans-usage.o CC src/unescape-usage.o CC src/validate-usage.o CCLD xml make[2]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/xmlstarlet-1.6.1' make[1]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/xmlstarlet-1.6.1' >>> xmlstarlet 1.6.1 Installing to target PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/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-2/output-1/target install -C /home/buildroot/autobuild/instance-2/output-1/build/xmlstarlet-1.6.1/ make[1]: Entering directory '/home/buildroot/autobuild/instance-2/output-1/build/xmlstarlet-1.6.1' make[2]: Entering directory '/home/buildroot/autobuild/instance-2/output-1/build/xmlstarlet-1.6.1' /bin/mkdir -p '/home/buildroot/autobuild/instance-2/output-1/target/usr/share/doc/xmlstarlet' /bin/mkdir -p '/home/buildroot/autobuild/instance-2/output-1/target/usr/share/man/man1' /bin/mkdir -p '/home/buildroot/autobuild/instance-2/output-1/target/usr/bin' /usr/bin/install -c -m 644 doc/xmlstarlet-ug.html doc/html.css doc/xmlstarlet.txt '/home/buildroot/autobuild/instance-2/output-1/target/usr/share/doc/xmlstarlet' /usr/bin/install -c xml '/home/buildroot/autobuild/instance-2/output-1/target/usr/bin' /usr/bin/install -c -m 644 doc/xmlstarlet.1 '/home/buildroot/autobuild/instance-2/output-1/target/usr/share/man/man1' make[2]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/xmlstarlet-1.6.1' make[1]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/xmlstarlet-1.6.1' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/buildroot/autobuild/instance-2/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g3'@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', '-g3'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O0', '-g3'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-2/output-1/host/bin/sparc64-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-2/output-1/host/bin/sparc64-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%sparc64%g" -e "s%@TARGET_CPU@%ultrasparc%g" -e "s%@TARGET_ENDIAN@%big%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-2/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-2/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-2/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-2/output-1/host/sparc64-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-2/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-2/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-2/output-1/host/bin/sparc64-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-2/output-1/host/bin/sparc64-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%sparc64%g" -e "s%@TARGET_CPU@%ultrasparc%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-O0', '-g3'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g3'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g3'%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-2/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-2/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-2/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-2/output-1/host/sparc64-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-2/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-2/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/dash$' /home/buildroot/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/dash" >> /home/buildroot/autobuild/instance-2/output-1/target/etc/shells rm -f -r /home/buildroot/autobuild/instance-2/output-1/target/usr/share/openrc { echo "baud=\"0\""; echo "term_type=\"vt100\"" ; echo "agetty_options=\"-L \""; } > /home/buildroot/autobuild/instance-2/output-1/target/etc/conf.d/agetty.console ln -sf agetty /home/buildroot/autobuild/instance-2/output-1/target/etc/init.d/agetty.console ln -sf /etc/init.d/agetty.console /home/buildroot/autobuild/instance-2/output-1/target/etc/runlevels/default/agetty.console mkdir -p /home/buildroot/autobuild/instance-2/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-2/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-2/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-2/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-2/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/instance-2/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-2/output-1/target/etc/shells ln -sf dash /home/buildroot/autobuild/instance-2/output-1/target/bin/sh /bin/sed -i -e '/^root:/s,[^/]*$,dash,' /home/buildroot/autobuild/instance-2/output-1/target/etc/passwd rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/include /home/buildroot/autobuild/instance-2/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-2/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-2/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/rpm /home/buildroot/autobuild/instance-2/output-1/target/usr/doc find /home/buildroot/autobuild/instance-2/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-2/output-1/target/lib/ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-2/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-2/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/man /home/buildroot/autobuild/instance-2/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/info /home/buildroot/autobuild/instance-2/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/doc /home/buildroot/autobuild/instance-2/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-2/output-1/target/usr/share 2>/dev/null || true find /home/buildroot/autobuild/instance-2/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/buildroot/autobuild/instance-2/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-2/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/instance-2/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.05-7774-g9d948e1b34e"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.11-git\"" \ ) > /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-2/output-1/per-package /home/buildroot/autobuild/instance-2/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-2/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt printf ' \n' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-2/output-1/images rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-2/output-1/target/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-2/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-2/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-2/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-2/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 1285 objects. stage 2: creating image '/home/buildroot/autobuild/instance-2/output-1/images/rootfs.yaffs2' [ ] 1/1285 0% [ ] 2/1285 0% [ ] 3/1285 0% [ ] 4/1285 0% [ ] 5/1285 0% [ ] 6/1285 0% [ ] 7/1285 0% [ ] 8/1285 0% [ ] 9/1285 0% [ ] 10/1285 0% [ ] 11/1285 0% [ ] 12/1285 0% [ ] 13/1285 1% [ ] 14/1285 1% [ ] 15/1285 1% [ ] 16/1285 1% [ ] 17/1285 1% [ ] 18/1285 1% [ ] 19/1285 1% [ ] 20/1285 1% [= ] 21/1285 1% [= ] 22/1285 1% [= ] 23/1285 1% [= ] 24/1285 1% [= ] 25/1285 1% [= ] 26/1285 2% [= ] 27/1285 2% [= ] 28/1285 2% [= ] 29/1285 2% [= ] 30/1285 2% [= ] 31/1285 2% [= ] 32/1285 2% [= ] 33/1285 2% [= ] 34/1285 2% [= ] 35/1285 2% [= ] 36/1285 2% [= ] 37/1285 2% [= ] 38/1285 2% [= ] 39/1285 3% [= ] 40/1285 3% [= ] 41/1285 3% [== ] 42/1285 3% [== ] 43/1285 3% [== ] 44/1285 3% [== ] 45/1285 3% [== ] 46/1285 3% [== ] 47/1285 3% [== ] 48/1285 3% [== ] 49/1285 3% [== ] 50/1285 3% [== ] 51/1285 3% [== ] 52/1285 4% [== ] 53/1285 4% [== ] 54/1285 4% [== ] 55/1285 4% [== ] 56/1285 4% [== ] 57/1285 4% [== ] 58/1285 4% [== ] 59/1285 4% [== ] 60/1285 4% [== ] 61/1285 4% [== ] 62/1285 4% [=== ] 63/1285 4% [=== ] 64/1285 4% [=== ] 65/1285 5% [=== ] 66/1285 5% [=== ] 67/1285 5% [=== ] 68/1285 5% [=== ] 69/1285 5% [=== ] 70/1285 5% [=== ] 71/1285 5% [=== ] 72/1285 5% [=== ] 73/1285 5% [=== ] 74/1285 5% [=== ] 75/1285 5% [=== ] 76/1285 5% [=== ] 77/1285 5% [=== ] 78/1285 6% [=== ] 79/1285 6% [=== ] 80/1285 6% [=== ] 81/1285 6% [=== ] 82/1285 6% [==== ] 83/1285 6% [==== ] 84/1285 6% [==== ] 85/1285 6% [==== ] 86/1285 6% [==== ] 87/1285 6% [==== ] 88/1285 6% [==== ] 89/1285 6% [==== ] 90/1285 7% [==== ] 91/1285 7% [==== ] 92/1285 7% [==== ] 93/1285 7% [==== ] 94/1285 7% [==== ] 95/1285 7% [==== ] 96/1285 7% [==== ] 97/1285 7% [==== ] 98/1285 7% [==== ] 99/1285 7% [==== ] 100/1285 7% [==== ] 101/1285 7% [==== ] 102/1285 7% [==== ] 103/1285 8% [===== ] 104/1285 8% [===== ] 105/1285 8% [===== ] 106/1285 8% [===== ] 107/1285 8% [===== ] 108/1285 8% [===== ] 109/1285 8% [===== ] 110/1285 8% [===== ] 111/1285 8% [===== ] 112/1285 8% [===== ] 113/1285 8% [===== ] 114/1285 8% [===== ] 115/1285 8% [===== ] 116/1285 9% [===== ] 117/1285 9% [===== ] 118/1285 9% [===== ] 119/1285 9% [===== ] 120/1285 9% [===== ] 121/1285 9% [===== ] 122/1285 9% [===== ] 123/1285 9% [===== ] 124/1285 9% [====== ] 125/1285 9% [====== ] 126/1285 9% [====== ] 127/1285 9% [====== ] 128/1285 9% [====== ] 129/1285 10% [====== ] 130/1285 10% [====== ] 131/1285 10% [====== ] 132/1285 10% [====== ] 133/1285 10% [====== ] 134/1285 10% [====== ] 135/1285 10% [====== ] 136/1285 10% [====== ] 137/1285 10% [====== ] 138/1285 10% [====== ] 139/1285 10% [====== ] 140/1285 10% [====== ] 141/1285 10% [====== ] 142/1285 11% [====== ] 143/1285 11% [====== ] 144/1285 11% [====== ] 145/1285 11% [======= ] 146/1285 11% [======= ] 147/1285 11% [======= ] 148/1285 11% [======= ] 149/1285 11% [======= ] 150/1285 11% [======= ] 151/1285 11% [======= ] 152/1285 11% [======= ] 153/1285 11% [======= ] 154/1285 11% [======= ] 155/1285 12% [======= ] 156/1285 12% [======= ] 157/1285 12% [======= ] 158/1285 12% [======= ] 159/1285 12% [======= ] 160/1285 12% [======= ] 161/1285 12% [======= ] 162/1285 12% [======= ] 163/1285 12% [======= ] 164/1285 12% [======= ] 165/1285 12% [======== ] 166/1285 12% [======== ] 167/1285 12% [======== ] 168/1285 13% [======== ] 169/1285 13% [======== ] 170/1285 13% [======== ] 171/1285 13% [======== ] 172/1285 13% [======== ] 173/1285 13% [======== ] 174/1285 13% [======== ] 175/1285 13% [======== ] 176/1285 13% [======== ] 177/1285 13% [======== ] 178/1285 13% [======== ] 179/1285 13% [======== ] 180/1285 14% [======== ] 181/1285 14% [======== ] 182/1285 14% [======== ] 183/1285 14% [======== ] 184/1285 14% [======== ] 185/1285 14% [======== ] 186/1285 14% [========= ] 187/1285 14% [========= ] 188/1285 14% [========= ] 189/1285 14% [========= ] 190/1285 14% [========= ] 191/1285 14% [========= ] 192/1285 14% [========= ] 193/1285 15% [========= ] 194/1285 15% [========= ] 195/1285 15% [========= ] 196/1285 15% [========= ] 197/1285 15% [========= ] 198/1285 15% [========= ] 199/1285 15% [========= ] 200/1285 15% [========= ] 201/1285 15% [========= ] 202/1285 15% [========= ] 203/1285 15% [========= ] 204/1285 15% [========= ] 205/1285 15% [========= ] 206/1285 16% [========= ] 207/1285 16% [========== ] 208/1285 16% [========== ] 209/1285 16% [========== ] 210/1285 16% [========== ] 211/1285 16% [========== ] 212/1285 16% [========== ] 213/1285 16% [========== ] 214/1285 16% [========== ] 215/1285 16% [========== ] 216/1285 16% [========== ] 217/1285 16% [========== ] 218/1285 16% [========== ] 219/1285 17% [========== ] 220/1285 17% [========== ] 221/1285 17% [========== ] 222/1285 17% [========== ] 223/1285 17% [========== ] 224/1285 17% [========== ] 225/1285 17% [========== ] 226/1285 17% [========== ] 227/1285 17% [=========== ] 228/1285 17% [=========== ] 229/1285 17% [=========== ] 230/1285 17% [=========== ] 231/1285 17% [=========== ] 232/1285 18% [=========== ] 233/1285 18% [=========== ] 234/1285 18% [=========== ] 235/1285 18% [=========== ] 236/1285 18% [=========== ] 237/1285 18% [=========== ] 238/1285 18% [=========== ] 239/1285 18% [=========== ] 240/1285 18% [=========== ] 241/1285 18% [=========== ] 242/1285 18% [=========== ] 243/1285 18% [=========== ] 244/1285 18% [=========== ] 245/1285 19% [=========== ] 246/1285 19% [=========== ] 247/1285 19% [=========== ] 248/1285 19% [============ ] 249/1285 19% [============ ] 250/1285 19% [============ ] 251/1285 19% [============ ] 252/1285 19% [============ ] 253/1285 19% [============ ] 254/1285 19% [============ ] 255/1285 19% [============ ] 256/1285 19% [============ ] 257/1285 20% [============ ] 258/1285 20% [============ ] 259/1285 20% [============ ] 260/1285 20% [============ ] 261/1285 20% [============ ] 262/1285 20% [============ ] 263/1285 20% [============ ] 264/1285 20% [============ ] 265/1285 20% [============ ] 266/1285 20% [============ ] 267/1285 20% [============ ] 268/1285 20% [============ ] 269/1285 20% [============= ] 270/1285 21% [============= ] 271/1285 21% [============= ] 272/1285 21% [============= ] 273/1285 21% [============= ] 274/1285 21% [============= ] 275/1285 21% [============= ] 276/1285 21% [============= ] 277/1285 21% [============= ] 278/1285 21% [============= ] 279/1285 21% [============= ] 280/1285 21% [============= ] 281/1285 21% [============= ] 282/1285 21% [============= ] 283/1285 22% [============= ] 284/1285 22% [============= ] 285/1285 22% [============= ] 286/1285 22% [============= ] 287/1285 22% [============= ] 288/1285 22% [============= ] 289/1285 22% [============= ] 290/1285 22% [============== ] 291/1285 22% [============== ] 292/1285 22% [============== ] 293/1285 22% [============== ] 294/1285 22% [============== ] 295/1285 22% [============== ] 296/1285 23% [============== ] 297/1285 23% [============== ] 298/1285 23% [============== ] 299/1285 23% [============== ] 300/1285 23% [============== ] 301/1285 23% [============== ] 302/1285 23% [============== ] 303/1285 23% [============== ] 304/1285 23% [============== ] 305/1285 23% [============== ] 306/1285 23% [============== ] 307/1285 23% [============== ] 308/1285 23% [============== ] 309/1285 24% [============== ] 310/1285 24% [=============== ] 311/1285 24% [=============== ] 312/1285 24% [=============== ] 313/1285 24% [=============== ] 314/1285 24% [=============== ] 315/1285 24% [=============== ] 316/1285 24% [=============== ] 317/1285 24% [=============== ] 318/1285 24% [=============== ] 319/1285 24% [=============== ] 320/1285 24% [=============== ] 321/1285 24% [=============== ] 322/1285 25% [=============== ] 323/1285 25% [=============== ] 324/1285 25% [=============== ] 325/1285 25% [=============== ] 326/1285 25% [=============== ] 327/1285 25% [=============== ] 328/1285 25% [=============== ] 329/1285 25% [=============== ] 330/1285 25% [=============== ] 331/1285 25% [================ ] 332/1285 25% [================ ] 333/1285 25% [================ ] 334/1285 25% [================ ] 335/1285 26% [================ ] 336/1285 26% [================ ] 337/1285 26% [================ ] 338/1285 26% [================ ] 339/1285 26% [================ ] 340/1285 26% [================ ] 341/1285 26% [================ ] 342/1285 26% [================ ] 343/1285 26% [================ ] 344/1285 26% [================ ] 345/1285 26% [================ ] 346/1285 26% [================ ] 347/1285 27% [================ ] 348/1285 27% [================ ] 349/1285 27% [================ ] 350/1285 27% [================ ] 351/1285 27% [================ ] 352/1285 27% [================= ] 353/1285 27% [================= ] 354/1285 27% [================= ] 355/1285 27% [================= ] 356/1285 27% [================= ] 357/1285 27% [================= ] 358/1285 27% [================= ] 359/1285 27% [================= ] 360/1285 28% [================= ] 361/1285 28% [================= ] 362/1285 28% [================= ] 363/1285 28% [================= ] 364/1285 28% [================= ] 365/1285 28% [================= ] 366/1285 28% [================= ] 367/1285 28% [================= ] 368/1285 28% [================= ] 369/1285 28% [================= ] 370/1285 28% [================= ] 371/1285 28% [================= ] 372/1285 28% [================= ] 373/1285 29% [================== ] 374/1285 29% [================== ] 375/1285 29% [================== ] 376/1285 29% [================== ] 377/1285 29% [================== ] 378/1285 29% [================== ] 379/1285 29% [================== ] 380/1285 29% [================== ] 381/1285 29% [================== ] 382/1285 29% [================== ] 383/1285 29% [================== ] 384/1285 29% [================== ] 385/1285 29% [================== ] 386/1285 30% [================== ] 387/1285 30% [================== ] 388/1285 30% [================== ] 389/1285 30% [================== ] 390/1285 30% [================== ] 391/1285 30% [================== ] 392/1285 30% [================== ] 393/1285 30% [=================== ] 394/1285 30% [=================== ] 395/1285 30% [=================== ] 396/1285 30% [=================== ] 397/1285 30% [=================== ] 398/1285 30% [=================== ] 399/1285 31% [=================== ] 400/1285 31% [=================== ] 401/1285 31% [=================== ] 402/1285 31% [=================== ] 403/1285 31% [=================== ] 404/1285 31% [=================== ] 405/1285 31% [=================== ] 406/1285 31% [=================== ] 407/1285 31% [=================== ] 408/1285 31% [=================== ] 409/1285 31% [=================== ] 410/1285 31% [=================== ] 411/1285 31% [=================== ] 412/1285 32% [=================== ] 413/1285 32% [=================== ] 414/1285 32% [==================== ] 415/1285 32% [==================== ] 416/1285 32% [==================== ] 417/1285 32% [==================== ] 418/1285 32% [==================== ] 419/1285 32% [==================== ] 420/1285 32% [==================== ] 421/1285 32% [==================== ] 422/1285 32% [==================== ] 423/1285 32% [==================== ] 424/1285 32% [==================== ] 425/1285 33% [==================== ] 426/1285 33% [==================== ] 427/1285 33% [==================== ] 428/1285 33% [==================== ] 429/1285 33% [==================== ] 430/1285 33% [==================== ] 431/1285 33% [==================== ] 432/1285 33% [==================== ] 433/1285 33% [==================== ] 434/1285 33% [==================== ] 435/1285 33% [===================== ] 436/1285 33% [===================== ] 437/1285 34% [===================== ] 438/1285 34% [===================== ] 439/1285 34% [===================== ] 440/1285 34% [===================== ] 441/1285 34% [===================== ] 442/1285 34% [===================== ] 443/1285 34% [===================== ] 444/1285 34% [===================== ] 445/1285 34% [===================== ] 446/1285 34% [===================== ] 447/1285 34% [===================== ] 448/1285 34% [===================== ] 449/1285 34% [===================== ] 450/1285 35% [===================== ] 451/1285 35% [===================== ] 452/1285 35% [===================== ] 453/1285 35% [===================== ] 454/1285 35% [===================== ] 455/1285 35% [====================== ] 456/1285 35% [====================== ] 457/1285 35% [====================== ] 458/1285 35% [====================== ] 459/1285 35% [====================== ] 460/1285 35% [====================== ] 461/1285 35% [====================== ] 462/1285 35% [====================== ] 463/1285 36% [====================== ] 464/1285 36% [====================== ] 465/1285 36% [====================== ] 466/1285 36% [====================== ] 467/1285 36% [====================== ] 468/1285 36% [====================== ] 469/1285 36% [====================== ] 470/1285 36% [====================== ] 471/1285 36% [====================== ] 472/1285 36% [====================== ] 473/1285 36% [====================== ] 474/1285 36% [====================== ] 475/1285 36% [====================== ] 476/1285 37% [======================= ] 477/1285 37% [======================= ] 478/1285 37% [======================= ] 479/1285 37% [======================= ] 480/1285 37% [======================= ] 481/1285 37% [======================= ] 482/1285 37% [======================= ] 483/1285 37% [======================= ] 484/1285 37% [======================= ] 485/1285 37% [======================= ] 486/1285 37% [======================= ] 487/1285 37% [======================= ] 488/1285 37% [======================= ] 489/1285 38% [======================= ] 490/1285 38% [======================= ] 491/1285 38% [======================= ] 492/1285 38% [======================= ] 493/1285 38% [======================= ] 494/1285 38% [======================= ] 495/1285 38% [======================= ] 496/1285 38% [======================= ] 497/1285 38% [======================== ] 498/1285 38% [======================== ] 499/1285 38% [======================== ] 500/1285 38% [======================== ] 501/1285 38% [======================== ] 502/1285 39% [======================== ] 503/1285 39% [======================== ] 504/1285 39% [======================== ] 505/1285 39% [======================== ] 506/1285 39% [======================== ] 507/1285 39% [======================== ] 508/1285 39% [======================== ] 509/1285 39% [======================== ] 510/1285 39% [======================== ] 511/1285 39% [======================== ] 512/1285 39% [======================== ] 513/1285 39% [======================== ] 514/1285 40% [======================== ] 515/1285 40% [======================== ] 516/1285 40% [======================== ] 517/1285 40% [======================== ] 518/1285 40% [========================= ] 519/1285 40% [========================= ] 520/1285 40% [========================= ] 521/1285 40% [========================= ] 522/1285 40% [========================= ] 523/1285 40% [========================= ] 524/1285 40% [========================= ] 525/1285 40% [========================= ] 526/1285 40% [========================= ] 527/1285 41% [========================= ] 528/1285 41% [========================= ] 529/1285 41% [========================= ] 530/1285 41% [========================= ] 531/1285 41% [========================= ] 532/1285 41% [========================= ] 533/1285 41% [========================= ] 534/1285 41% [========================= ] 535/1285 41% [========================= ] 536/1285 41% [========================= ] 537/1285 41% [========================= ] 538/1285 41% [========================== ] 539/1285 41% [========================== ] 540/1285 42% [========================== ] 541/1285 42% [========================== ] 542/1285 42% [========================== ] 543/1285 42% [========================== ] 544/1285 42% [========================== ] 545/1285 42% [========================== ] 546/1285 42% [========================== ] 547/1285 42% [========================== ] 548/1285 42% [========================== ] 549/1285 42% [========================== ] 550/1285 42% [========================== ] 551/1285 42% [========================== ] 552/1285 42% [========================== ] 553/1285 43% [========================== ] 554/1285 43% [========================== ] 555/1285 43% [========================== ] 556/1285 43% [========================== ] 557/1285 43% [========================== ] 558/1285 43% [========================== ] 559/1285 43% [=========================== ] 560/1285 43% [=========================== ] 561/1285 43% [=========================== ] 562/1285 43% [=========================== ] 563/1285 43% [=========================== ] 564/1285 43% [=========================== ] 565/1285 43% [=========================== ] 566/1285 44% [=========================== ] 567/1285 44% [=========================== ] 568/1285 44% [=========================== ] 569/1285 44% [=========================== ] 570/1285 44% [=========================== ] 571/1285 44% [=========================== ] 572/1285 44% [=========================== ] 573/1285 44% [=========================== ] 574/1285 44% [=========================== ] 575/1285 44% [=========================== ] 576/1285 44% [=========================== ] 577/1285 44% [=========================== ] 578/1285 44% [=========================== ] 579/1285 45% [=========================== ] 580/1285 45% [============================ ] 581/1285 45% [============================ ] 582/1285 45% [============================ ] 583/1285 45% [============================ ] 584/1285 45% [============================ ] 585/1285 45% [============================ ] 586/1285 45% [============================ ] 587/1285 45% [============================ ] 588/1285 45% [============================ ] 589/1285 45% [============================ ] 590/1285 45% [============================ ] 591/1285 45% [============================ ] 592/1285 46% [============================ ] 593/1285 46% [============================ ] 594/1285 46% [============================ ] 595/1285 46% [============================ ] 596/1285 46% [============================ ] 597/1285 46% [============================ ] 598/1285 46% [============================ ] 599/1285 46% [============================ ] 600/1285 46% [============================ ] 601/1285 46% [============================= ] 602/1285 46% [============================= ] 603/1285 46% [============================= ] 604/1285 47% [============================= ] 605/1285 47% [============================= ] 606/1285 47% [============================= ] 607/1285 47% [============================= ] 608/1285 47% [============================= ] 609/1285 47% [============================= ] 610/1285 47% [============================= ] 611/1285 47% [============================= ] 612/1285 47% [============================= ] 613/1285 47% [============================= ] 614/1285 47% [============================= ] 615/1285 47% [============================= ] 616/1285 47% [============================= ] 617/1285 48% [============================= ] 618/1285 48% [============================= ] 619/1285 48% [============================= ] 620/1285 48% [============================= ] 621/1285 48% [============================== ] 622/1285 48% [============================== ] 623/1285 48% [============================== ] 624/1285 48% [============================== ] 625/1285 48% [============================== ] 626/1285 48% [============================== ] 627/1285 48% [============================== ] 628/1285 48% [============================== ] 629/1285 48% [============================== ] 630/1285 49% [============================== ] 631/1285 49% [============================== ] 632/1285 49% [============================== ] 633/1285 49% [============================== ] 634/1285 49% [============================== ] 635/1285 49% [============================== ] 636/1285 49% [============================== ] 637/1285 49% [============================== ] 638/1285 49% [============================== ] 639/1285 49% [============================== ] 640/1285 49% [============================== ] 641/1285 49% [============================== ] 642/1285 49% [=============================== ] 643/1285 50% [=============================== ] 644/1285 50% [=============================== ] 645/1285 50% [=============================== ] 646/1285 50% [=============================== ] 647/1285 50% [=============================== ] 648/1285 50% [=============================== ] 649/1285 50% [=============================== ] 650/1285 50% [=============================== ] 651/1285 50% [=============================== ] 652/1285 50% [=============================== ] 653/1285 50% [=============================== ] 654/1285 50% [=============================== ] 655/1285 50% [=============================== ] 656/1285 51% [=============================== ] 657/1285 51% [=============================== ] 658/1285 51% [=============================== ] 659/1285 51% [=============================== ] 660/1285 51% [=============================== ] 661/1285 51% [=============================== ] 662/1285 51% [=============================== ] 663/1285 51% [================================ ] 664/1285 51% [================================ ] 665/1285 51% [================================ ] 666/1285 51% [================================ ] 667/1285 51% [================================ ] 668/1285 51% [================================ ] 669/1285 52% [================================ ] 670/1285 52% [================================ ] 671/1285 52% [================================ ] 672/1285 52% [================================ ] 673/1285 52% [================================ ] 674/1285 52% [================================ ] 675/1285 52% [================================ ] 676/1285 52% [================================ ] 677/1285 52% [================================ ] 678/1285 52% [================================ ] 679/1285 52% [================================ ] 680/1285 52% [================================ ] 681/1285 52% [================================ ] 682/1285 53% [================================ ] 683/1285 53% [================================= ] 684/1285 53% [================================= ] 685/1285 53% [================================= ] 686/1285 53% [================================= ] 687/1285 53% [================================= ] 688/1285 53% [================================= ] 689/1285 53% [================================= ] 690/1285 53% [================================= ] 691/1285 53% [================================= ] 692/1285 53% [================================= ] 693/1285 53% [================================= ] 694/1285 54% [================================= ] 695/1285 54% [================================= ] 696/1285 54% [================================= ] 697/1285 54% [================================= ] 698/1285 54% [================================= ] 699/1285 54% [================================= ] 700/1285 54% [================================= ] 701/1285 54% [================================= ] 702/1285 54% [================================= ] 703/1285 54% [================================= ] 704/1285 54% [================================== ] 705/1285 54% [================================== ] 706/1285 54% [================================== ] 707/1285 55% [================================== ] 708/1285 55% [================================== ] 709/1285 55% [================================== ] 710/1285 55% [================================== ] 711/1285 55% [================================== ] 712/1285 55% [================================== ] 713/1285 55% [================================== ] 714/1285 55% [================================== ] 715/1285 55% [================================== ] 716/1285 55% [================================== ] 717/1285 55% [================================== ] 718/1285 55% [================================== ] 719/1285 55% [================================== ] 720/1285 56% [================================== ] 721/1285 56% [================================== ] 722/1285 56% [================================== ] 723/1285 56% [================================== ] 724/1285 56% [================================== ] 725/1285 56% [=================================== ] 726/1285 56% [=================================== ] 727/1285 56% [=================================== ] 728/1285 56% [=================================== ] 729/1285 56% [=================================== ] 730/1285 56% [=================================== ] 731/1285 56% [=================================== ] 732/1285 56% [=================================== ] 733/1285 57% [=================================== ] 734/1285 57% [=================================== ] 735/1285 57% [=================================== ] 736/1285 57% [=================================== ] 737/1285 57% [=================================== ] 738/1285 57% [=================================== ] 739/1285 57% [=================================== ] 740/1285 57% [=================================== ] 741/1285 57% [=================================== ] 742/1285 57% [=================================== ] 743/1285 57% [=================================== ] 744/1285 57% [=================================== ] 745/1285 57% [=================================== ] 746/1285 58% [==================================== ] 747/1285 58% [==================================== ] 748/1285 58% [==================================== ] 749/1285 58% [==================================== ] 750/1285 58% [==================================== ] 751/1285 58% [==================================== ] 752/1285 58% [==================================== ] 753/1285 58% [==================================== ] 754/1285 58% [==================================== ] 755/1285 58% [==================================== ] 756/1285 58% [==================================== ] 757/1285 58% [==================================== ] 758/1285 58% [==================================== ] 759/1285 59% [==================================== ] 760/1285 59% [==================================== ] 761/1285 59% [==================================== ] 762/1285 59% [==================================== ] 763/1285 59% [==================================== ] 764/1285 59% [==================================== ] 765/1285 59% [==================================== ] 766/1285 59% [===================================== ] 767/1285 59% [===================================== ] 768/1285 59% [===================================== ] 769/1285 59% [===================================== ] 770/1285 59% [===================================== ] 771/1285 60% [===================================== ] 772/1285 60% [===================================== ] 773/1285 60% [===================================== ] 774/1285 60% [===================================== ] 775/1285 60% [===================================== ] 776/1285 60% [===================================== ] 777/1285 60% [===================================== ] 778/1285 60% [===================================== ] 779/1285 60% [===================================== ] 780/1285 60% [===================================== ] 781/1285 60% [===================================== ] 782/1285 60% [===================================== ] 783/1285 60% [===================================== ] 784/1285 61% [===================================== ] 785/1285 61% [===================================== ] 786/1285 61% [===================================== ] 787/1285 61% [====================================== ] 788/1285 61% [====================================== ] 789/1285 61% [====================================== ] 790/1285 61% [====================================== ] 791/1285 61% [====================================== ] 792/1285 61% [====================================== ] 793/1285 61% [====================================== ] 794/1285 61% [====================================== ] 795/1285 61% [====================================== ] 796/1285 61% [====================================== ] 797/1285 62% [====================================== ] 798/1285 62% [====================================== ] 799/1285 62% [====================================== ] 800/1285 62% [====================================== ] 801/1285 62% [====================================== ] 802/1285 62% [====================================== ] 803/1285 62% [====================================== ] 804/1285 62% [====================================== ] 805/1285 62% [====================================== ] 806/1285 62% [====================================== ] 807/1285 62% [====================================== ] 808/1285 62% [======================================= ] 809/1285 62% [======================================= ] 810/1285 63% [======================================= ] 811/1285 63% [======================================= ] 812/1285 63% [======================================= ] 813/1285 63% [======================================= ] 814/1285 63% [======================================= ] 815/1285 63% [======================================= ] 816/1285 63% [======================================= ] 817/1285 63% [======================================= ] 818/1285 63% [======================================= ] 819/1285 63% [======================================= ] 820/1285 63% [======================================= ] 821/1285 63% [======================================= ] 822/1285 63% [======================================= ] 823/1285 64% [======================================= ] 824/1285 64% [======================================= ] 825/1285 64% [======================================= ] 826/1285 64% [======================================= ] 827/1285 64% [======================================= ] 828/1285 64% [======================================= ] 829/1285 64% [======================================== ] 830/1285 64% [======================================== ] 831/1285 64% [======================================== ] 832/1285 64% [======================================== ] 833/1285 64% [======================================== ] 834/1285 64% [======================================== ] 835/1285 64% [======================================== ] 836/1285 65% [======================================== ] 837/1285 65% [======================================== ] 838/1285 65% [======================================== ] 839/1285 65% [======================================== ] 840/1285 65% [======================================== ] 841/1285 65% [======================================== ] 842/1285 65% [======================================== ] 843/1285 65% [======================================== ] 844/1285 65% [======================================== ] 845/1285 65% [======================================== ] 846/1285 65% [======================================== ] 847/1285 65% [======================================== ] 848/1285 65% [======================================== ] 849/1285 66% [========================================= ] 850/1285 66% [========================================= ] 851/1285 66% [========================================= ] 852/1285 66% [========================================= ] 853/1285 66% [========================================= ] 854/1285 66% [========================================= ] 855/1285 66% [========================================= ] 856/1285 66% [========================================= ] 857/1285 66% [========================================= ] 858/1285 66% [========================================= ] 859/1285 66% [========================================= ] 860/1285 66% [========================================= ] 861/1285 67% [========================================= ] 862/1285 67% [========================================= ] 863/1285 67% [========================================= ] 864/1285 67% [========================================= ] 865/1285 67% [========================================= ] 866/1285 67% [========================================= ] 867/1285 67% [========================================= ] 868/1285 67% [========================================= ] 869/1285 67% [========================================= ] 870/1285 67% [========================================== ] 871/1285 67% [========================================== ] 872/1285 67% [========================================== ] 873/1285 67% [========================================== ] 874/1285 68% [========================================== ] 875/1285 68% [========================================== ] 876/1285 68% [========================================== ] 877/1285 68% [========================================== ] 878/1285 68% [========================================== ] 879/1285 68% [========================================== ] 880/1285 68% [========================================== ] 881/1285 68% [========================================== ] 882/1285 68% [========================================== ] 883/1285 68% [========================================== ] 884/1285 68% [========================================== ] 885/1285 68% [========================================== ] 886/1285 68% [========================================== ] 887/1285 69% [========================================== ] 888/1285 69% [========================================== ] 889/1285 69% [========================================== ] 890/1285 69% [========================================== ] 891/1285 69% [=========================================== ] 892/1285 69% [=========================================== ] 893/1285 69% [=========================================== ] 894/1285 69% [=========================================== ] 895/1285 69% [=========================================== ] 896/1285 69% [=========================================== ] 897/1285 69% [=========================================== ] 898/1285 69% [=========================================== ] 899/1285 69% [=========================================== ] 900/1285 70% [=========================================== ] 901/1285 70% [=========================================== ] 902/1285 70% [=========================================== ] 903/1285 70% [=========================================== ] 904/1285 70% [=========================================== ] 905/1285 70% [=========================================== ] 906/1285 70% [=========================================== ] 907/1285 70% [=========================================== ] 908/1285 70% [=========================================== ] 909/1285 70% [=========================================== ] 910/1285 70% [=========================================== ] 911/1285 70% [============================================ ] 912/1285 70% [============================================ ] 913/1285 71% [============================================ ] 914/1285 71% [============================================ ] 915/1285 71% [============================================ ] 916/1285 71% [============================================ ] 917/1285 71% [============================================ ] 918/1285 71% [============================================ ] 919/1285 71% [============================================ ] 920/1285 71% [============================================ ] 921/1285 71% [============================================ ] 922/1285 71% [============================================ ] 923/1285 71% [============================================ ] 924/1285 71% [============================================ ] 925/1285 71% [============================================ ] 926/1285 72% [============================================ ] 927/1285 72% [============================================ ] 928/1285 72% [============================================ ] 929/1285 72% [============================================ ] 930/1285 72% [============================================ ] 931/1285 72% [============================================ ] 932/1285 72% [============================================= ] 933/1285 72% [============================================= ] 934/1285 72% [============================================= ] 935/1285 72% [============================================= ] 936/1285 72% [============================================= ] 937/1285 72% [============================================= ] 938/1285 72% [============================================= ] 939/1285 73% [============================================= ] 940/1285 73% [============================================= ] 941/1285 73% [============================================= ] 942/1285 73% [============================================= ] 943/1285 73% [============================================= ] 944/1285 73% [============================================= ] 945/1285 73% [============================================= ] 946/1285 73% [============================================= ] 947/1285 73% [============================================= ] 948/1285 73% [============================================= ] 949/1285 73% [============================================= ] 950/1285 73% [============================================= ] 951/1285 74% [============================================= ] 952/1285 74% [============================================= ] 953/1285 74% [============================================== ] 954/1285 74% [============================================== ] 955/1285 74% [============================================== ] 956/1285 74% [============================================== ] 957/1285 74% [============================================== ] 958/1285 74% [============================================== ] 959/1285 74% [============================================== ] 960/1285 74% [============================================== ] 961/1285 74% [============================================== ] 962/1285 74% [============================================== ] 963/1285 74% [============================================== ] 964/1285 75% [============================================== ] 965/1285 75% [============================================== ] 966/1285 75% [============================================== ] 967/1285 75% [============================================== ] 968/1285 75% [============================================== ] 969/1285 75% [============================================== ] 970/1285 75% [============================================== ] 971/1285 75% [============================================== ] 972/1285 75% [============================================== ] 973/1285 75% [============================================== ] 974/1285 75% [=============================================== ] 975/1285 75% [=============================================== ] 976/1285 75% [=============================================== ] 977/1285 76% [=============================================== ] 978/1285 76% [=============================================== ] 979/1285 76% [=============================================== ] 980/1285 76% [=============================================== ] 981/1285 76% [=============================================== ] 982/1285 76% [=============================================== ] 983/1285 76% [=============================================== ] 984/1285 76% [=============================================== ] 985/1285 76% [=============================================== ] 986/1285 76% [=============================================== ] 987/1285 76% [=============================================== ] 988/1285 76% [=============================================== ] 989/1285 76% [=============================================== ] 990/1285 77% [=============================================== ] 991/1285 77% [=============================================== ] 992/1285 77% [=============================================== ] 993/1285 77% [=============================================== ] 994/1285 77% [================================================ ] 995/1285 77% [================================================ ] 996/1285 77% [================================================ ] 997/1285 77% [================================================ ] 998/1285 77% [================================================ ] 999/1285 77% [================================================ ] 1000/1285 77% [================================================ ] 1001/1285 77% [================================================ ] 1002/1285 77% [================================================ ] 1003/1285 78% [================================================ ] 1004/1285 78% [================================================ ] 1005/1285 78% [================================================ ] 1006/1285 78% [================================================ ] 1007/1285 78% [================================================ ] 1008/1285 78% [================================================ ] 1009/1285 78% [================================================ ] 1010/1285 78% [================================================ ] 1011/1285 78% [================================================ ] 1012/1285 78% [================================================ ] 1013/1285 78% [================================================ ] 1014/1285 78% [================================================ ] 1015/1285 78% [================================================= ] 1016/1285 79% [================================================= ] 1017/1285 79% [================================================= ] 1018/1285 79% [================================================= ] 1019/1285 79% [================================================= ] 1020/1285 79% [================================================= ] 1021/1285 79% [================================================= ] 1022/1285 79% [================================================= ] 1023/1285 79% [================================================= ] 1024/1285 79% [================================================= ] 1025/1285 79% [================================================= ] 1026/1285 79% [================================================= ] 1027/1285 79% [================================================= ] 1028/1285 80% [================================================= ] 1029/1285 80% [================================================= ] 1030/1285 80% [================================================= ] 1031/1285 80% [================================================= ] 1032/1285 80% [================================================= ] 1033/1285 80% [================================================= ] 1034/1285 80% [================================================= ] 1035/1285 80% [================================================= ] 1036/1285 80% [================================================== ] 1037/1285 80% [================================================== ] 1038/1285 80% [================================================== ] 1039/1285 80% [================================================== ] 1040/1285 80% [================================================== ] 1041/1285 81% [================================================== ] 1042/1285 81% [================================================== ] 1043/1285 81% [================================================== ] 1044/1285 81% [================================================== ] 1045/1285 81% [================================================== ] 1046/1285 81% [================================================== ] 1047/1285 81% [================================================== ] 1048/1285 81% [================================================== ] 1049/1285 81% [================================================== ] 1050/1285 81% [================================================== ] 1051/1285 81% [================================================== ] 1052/1285 81% [================================================== ] 1053/1285 81% [================================================== ] 1054/1285 82% [================================================== ] 1055/1285 82% [================================================== ] 1056/1285 82% [================================================== ] 1057/1285 82% [=================================================== ] 1058/1285 82% [=================================================== ] 1059/1285 82% [=================================================== ] 1060/1285 82% [=================================================== ] 1061/1285 82% [=================================================== ] 1062/1285 82% [=================================================== ] 1063/1285 82% [=================================================== ] 1064/1285 82% [=================================================== ] 1065/1285 82% [=================================================== ] 1066/1285 82% [=================================================== ] 1067/1285 83% [=================================================== ] 1068/1285 83% [=================================================== ] 1069/1285 83% [=================================================== ] 1070/1285 83% [=================================================== ] 1071/1285 83% [=================================================== ] 1072/1285 83% [=================================================== ] 1073/1285 83% [=================================================== ] 1074/1285 83% [=================================================== ] 1075/1285 83% [=================================================== ] 1076/1285 83% [=================================================== ] 1077/1285 83% [==================================================== ] 1078/1285 83% [==================================================== ] 1079/1285 83% [==================================================== ] 1080/1285 84% [==================================================== ] 1081/1285 84% [==================================================== ] 1082/1285 84% [==================================================== ] 1083/1285 84% [==================================================== ] 1084/1285 84% [==================================================== ] 1085/1285 84% [==================================================== ] 1086/1285 84% [==================================================== ] 1087/1285 84% [==================================================== ] 1088/1285 84% [==================================================== ] 1089/1285 84% [==================================================== ] 1090/1285 84% [==================================================== ] 1091/1285 84% [==================================================== ] 1092/1285 84% [==================================================== ] 1093/1285 85% [==================================================== ] 1094/1285 85% [==================================================== ] 1095/1285 85% [==================================================== ] 1096/1285 85% [==================================================== ] 1097/1285 85% [==================================================== ] 1098/1285 85% [===================================================== ] 1099/1285 85% [===================================================== ] 1100/1285 85% [===================================================== ] 1101/1285 85% [===================================================== ] 1102/1285 85% [===================================================== ] 1103/1285 85% [===================================================== ] 1104/1285 85% [===================================================== ] 1105/1285 85% [===================================================== ] 1106/1285 86% [===================================================== ] 1107/1285 86% [===================================================== ] 1108/1285 86% [===================================================== ] 1109/1285 86% [===================================================== ] 1110/1285 86% [===================================================== ] 1111/1285 86% [===================================================== ] 1112/1285 86% [===================================================== ] 1113/1285 86% [===================================================== ] 1114/1285 86% [===================================================== ] 1115/1285 86% [===================================================== ] 1116/1285 86% [===================================================== ] 1117/1285 86% [===================================================== ] 1118/1285 87% [===================================================== ] 1119/1285 87% [====================================================== ] 1120/1285 87% [====================================================== ] 1121/1285 87% [====================================================== ] 1122/1285 87% [====================================================== ] 1123/1285 87% [====================================================== ] 1124/1285 87% [====================================================== ] 1125/1285 87% [====================================================== ] 1126/1285 87% [====================================================== ] 1127/1285 87% [====================================================== ] 1128/1285 87% [====================================================== ] 1129/1285 87% [====================================================== ] 1130/1285 87% [====================================================== ] 1131/1285 88% [====================================================== ] 1132/1285 88% [====================================================== ] 1133/1285 88% [====================================================== ] 1134/1285 88% [====================================================== ] 1135/1285 88% [====================================================== ] 1136/1285 88% [====================================================== ] 1137/1285 88% [====================================================== ] 1138/1285 88% [====================================================== ] 1139/1285 88% [======================================================= ] 1140/1285 88% [======================================================= ] 1141/1285 88% [======================================================= ] 1142/1285 88% [======================================================= ] 1143/1285 88% [======================================================= ] 1144/1285 89% [======================================================= ] 1145/1285 89% [======================================================= ] 1146/1285 89% [======================================================= ] 1147/1285 89% [======================================================= ] 1148/1285 89% [======================================================= ] 1149/1285 89% [======================================================= ] 1150/1285 89% [======================================================= ] 1151/1285 89% [======================================================= ] 1152/1285 89% [======================================================= ] 1153/1285 89% [======================================================= ] 1154/1285 89% [======================================================= ] 1155/1285 89% [======================================================= ] 1156/1285 89% [======================================================= ] 1157/1285 90% [======================================================= ] 1158/1285 90% [======================================================= ] 1159/1285 90% [======================================================= ] 1160/1285 90% [======================================================== ] 1161/1285 90% [======================================================== ] 1162/1285 90% [======================================================== ] 1163/1285 90% [======================================================== ] 1164/1285 90% [======================================================== ] 1165/1285 90% [======================================================== ] 1166/1285 90% [======================================================== ] 1167/1285 90% [======================================================== ] 1168/1285 90% [======================================================== ] 1169/1285 90% [======================================================== ] 1170/1285 91% [======================================================== ] 1171/1285 91% [======================================================== ] 1172/1285 91% [======================================================== ] 1173/1285 91% [======================================================== ] 1174/1285 91% [======================================================== ] 1175/1285 91% [======================================================== ] 1176/1285 91% [======================================================== ] 1177/1285 91% [======================================================== ] 1178/1285 91% [======================================================== ] 1179/1285 91% [======================================================== ] 1180/1285 91% [======================================================== ] 1181/1285 91% [========================================================= ] 1182/1285 91% [========================================================= ] 1183/1285 92% [========================================================= ] 1184/1285 92% [========================================================= ] 1185/1285 92% [========================================================= ] 1186/1285 92% [========================================================= ] 1187/1285 92% [========================================================= ] 1188/1285 92% [========================================================= ] 1189/1285 92% [========================================================= ] 1190/1285 92% [========================================================= ] 1191/1285 92% [========================================================= ] 1192/1285 92% [========================================================= ] 1193/1285 92% [========================================================= ] 1194/1285 92% [========================================================= ] 1195/1285 92% [========================================================= ] 1196/1285 93% [========================================================= ] 1197/1285 93% [========================================================= ] 1198/1285 93% [========================================================= ] 1199/1285 93% [========================================================= ] 1200/1285 93% [========================================================= ] 1201/1285 93% [========================================================= ] 1202/1285 93% [========================================================== ] 1203/1285 93% [========================================================== ] 1204/1285 93% [========================================================== ] 1205/1285 93% [========================================================== ] 1206/1285 93% [========================================================== ] 1207/1285 93% [========================================================== ] 1208/1285 94% [========================================================== ] 1209/1285 94% [========================================================== ] 1210/1285 94% [========================================================== ] 1211/1285 94% [========================================================== ] 1212/1285 94% [========================================================== ] 1213/1285 94% [========================================================== ] 1214/1285 94% [========================================================== ] 1215/1285 94% [========================================================== ] 1216/1285 94% [========================================================== ] 1217/1285 94% [========================================================== ] 1218/1285 94% [========================================================== ] 1219/1285 94% [========================================================== ] 1220/1285 94% [========================================================== ] 1221/1285 95% [========================================================== ] 1222/1285 95% [=========================================================== ] 1223/1285 95% [=========================================================== ] 1224/1285 95% [=========================================================== ] 1225/1285 95% [=========================================================== ] 1226/1285 95% [=========================================================== ] 1227/1285 95% [=========================================================== ] 1228/1285 95% [=========================================================== ] 1229/1285 95% [=========================================================== ] 1230/1285 95% [=========================================================== ] 1231/1285 95% [=========================================================== ] 1232/1285 95% [=========================================================== ] 1233/1285 95% [=========================================================== ] 1234/1285 96% [=========================================================== ] 1235/1285 96% [=========================================================== ] 1236/1285 96% [=========================================================== ] 1237/1285 96% [=========================================================== ] 1238/1285 96% [=========================================================== ] 1239/1285 96% [=========================================================== ] 1240/1285 96% [=========================================================== ] 1241/1285 96% [=========================================================== ] 1242/1285 96% [=========================================================== ] 1243/1285 96% [============================================================ ] 1244/1285 96% [============================================================ ] 1245/1285 96% [============================================================ ] 1246/1285 96% [============================================================ ] 1247/1285 97% [============================================================ ] 1248/1285 97% [============================================================ ] 1249/1285 97% [============================================================ ] 1250/1285 97% [============================================================ ] 1251/1285 97% [============================================================ ] 1252/1285 97% [============================================================ ] 1253/1285 97% [============================================================ ] 1254/1285 97% [============================================================ ] 1255/1285 97% [============================================================ ] 1256/1285 97% [============================================================ ] 1257/1285 97% [============================================================ ] 1258/1285 97% [============================================================ ] 1259/1285 97% [============================================================ ] 1260/1285 98% [============================================================ ] 1261/1285 98% [============================================================ ] 1262/1285 98% [============================================================ ] 1263/1285 98% [============================================================ ] 1264/1285 98% [============================================================= ] 1265/1285 98% [============================================================= ] 1266/1285 98% [============================================================= ] 1267/1285 98% [============================================================= ] 1268/1285 98% [============================================================= ] 1269/1285 98% [============================================================= ] 1270/1285 98% [============================================================= ] 1271/1285 98% [============================================================= ] 1272/1285 98% [============================================================= ] 1273/1285 99% [============================================================= ] 1274/1285 99% [============================================================= ] 1275/1285 99% [============================================================= ] 1276/1285 99% [============================================================= ] 1277/1285 99% [============================================================= ] 1278/1285 99% [============================================================= ] 1279/1285 99% [============================================================= ] 1280/1285 99% [============================================================= ] 1281/1285 99% [============================================================= ] 1282/1285 99% [============================================================= ] 1283/1285 99% [============================================================= ] 1284/1285 99% [==============================================================] 1285/1285 100% operation complete, 1285 objects in 74790 NAND pages. ln -snf /home/buildroot/autobuild/instance-2/output-1/host/sparc64-buildroot-linux-gnu/sysroot /home/buildroot/autobuild/instance-2/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-2/buildroot' >>> Buildroot 2021.05-7774-g9d948e1b34e Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-44-g2628500f5dff1dd99c49a09b418b3b1ea3a6b5d3 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.1.1 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.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.0.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-openrc Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> alsa-lib 1.2.7.2 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> 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) >>> alsa-utils 1.2.7 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> 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) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> expat 2.4.9 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> host-firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Collecting legal info >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> googlefontdirectory 94dff3eaa9301b6640cccc63c56d6ff33d82882c Collecting legal info ufl/ubuntu/LICENCE.txt: OK (sha256: 2f0015108d68627bd788d313f529c21ff4da2c2c42a5e1f3883acc83480f9002) >>> ifplugd 0.28 Collecting legal info LICENSE: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> ima-evm-utils 1.4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> keyutils 1.6.3 Collecting legal info LICENCE.GPL: OK (sha256: f46409d4822b2457b39bbd0e7881eecb396130eb8320b7748fa7e9488970aa6d) LICENCE.LGPL: OK (sha256: 0d15593e3a8ad90917f8509b5ac1e4b5e5d196434a68029aa9dc0858a4a4c521) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> tpm2-tss 3.1.0 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> kmod 29 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> lbreakout2 2.6.5 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> libcdio 2.1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libdrm 2.4.112 Collecting legal info data/meson.build: OK (sha256: d0a616a9020dc0271e36e6dd4bad174b4e2c2a42636f13785f8e18dd5f85fd83) >>> host-meson 0.63.3 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.3.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.8 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.9 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.3 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libpthread-stubs 0.4 Collecting legal info COPYING: OK (sha256: 78c20706e799f2b8f445e71d3d2ade6ba23b3388fd6cbeed7d71796623febde8) >>> libffi 3.4.3 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libidn2 2.3.3 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> libnfs 4.0.0 Collecting legal info COPYING: OK (sha256: edd960c0142b8ada98b43b6396b78f4e557b0bc70ac601a51e397ad04070e2c5) LICENCE-BSD.txt: OK (sha256: d9406ced95457941032aa11d04623b8ab71f2827a3395ebef137aec475be35b1) LICENCE-LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENCE-GPL-3.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> libnl 3.6.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> libsvg-cairo 0.1.6 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libsvg 0.1.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libva 2.16.0 Collecting legal info COPYING: OK (sha256: c86a782ee845b52472dae9b9d79fb915d333628ac0efe49cdce63644814931de) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> lrzsz 0.12.20 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> lsuio 0.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> mdevd 0.1.4.0 Collecting legal info COPYING: OK (sha256: 31b60c66aba1fa0a7f8847339ac35c28638e25ff96da700d995533ad810e3995) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> nilfs-utils 2.2.9 Collecting legal info COPYING: OK (sha512: 4fc92d3998910acb108f81b1aee70a55a572b661a2766d0e57a55e48e2b737eea41415356cbd62593f26aec5797ab9fbb40211d7782b5834b4855ff1ce6ad5f7) >>> openipmi 2.0.32 Collecting legal info COPYING.LIB: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.BSD: OK (sha256: 185323a62589e7ee80f86bf2ea29caad9a09fdda0ea3f1c00db8b778c7edf60e) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> openrc 0.43.3 Collecting legal info LICENSE: OK (sha256: 96862463f4e77e2508e4fc2c83773fd24807cb699368b63fd93a5e2b466dd624) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> quotatool 1.6.2 Collecting legal info COPYING: OK (sha256: 94686eeb98a40edc64106c6f8644068d8a08816a510a3cde75e50f1bf470564d) >>> raspi-gpio 4edfde183ff3ac9ed66cdc015ae25e45f3a5502d Collecting legal info LICENSE: OK (sha256: 6e02227e1fb942687163996678d94add7911890c50025912d0ae7ee66d256bb2) >>> sqlite 3.39.2 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> unixodbc 2.3.11 Collecting legal info COPYING: OK (sha256: a6b9aa1e9bfade121164c06fd975e9b913a8e38bf33d25ff967dfa3ed07d12f8) exe/COPYING: OK (sha256: 1e594f4c7fd6d099eca4bd1340b39d871ce0298331d8ebd4b68935548ee45cf4) >>> wavemon 0.9.4 Collecting legal info LICENSE: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> 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.26 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: firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4: cannot save license (HOST_FIRMWARE_UTILS_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-2/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot'