| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC src/xml_elem.o src/xml_elem.c: In function 'elMain': src/xml_elem.c:271:27: warning: passing argument 2 of 'xmlHashScan' from incompatible pointer type [-Wincompatible-pointer-types] 271 | xmlHashScan(uniq, hash_key_put, &lines); | ^~~~~~~~~~~~ | | | void (*)(void *, void *, xmlChar *) {aka void (*)(void *, void *, unsigned char *)} In file included from src/xml_elem.c:32: /home/autobuild/autobuild/instance-3/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/include/libxml2/libxml/hash.h:213:22: 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, | ~~~~~~~~~~~~~~~^ CC src/xml_escape.o CC src/xml_format.o src/xml_format.c: In function 'foInitLibXml': src/xml_format.c:114:5: warning: 'xmlInitMemory' is deprecated [-Wdeprecated-declarations] 114 | xmlInitMemory(); | ^~~~~~~~~~~~~ In file included from src/xml_format.c:35: /home/autobuild/autobuild/instance-3/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/include/libxml2/libxml/xmlmemory.h:131:2: note: declared here 131 | xmlInitMemory (void); | ^~~~~~~~~~~~~ CC src/xml_ls.o src/xml_ls.c: In function 'xml_print_dir': src/xml_ls.c:165:62: warning: passing argument 1 of 'gmtime' from incompatible pointer type [-Wincompatible-pointer-types] 165 | strftime(atime, sizeof atime, "%Y%m%dT%H%M%SZ", gmtime(&stats.st_atime)); | ^~~~~~~~~~~~~~~ | | | int * In file included from src/xml_ls.c:38: /home/autobuild/autobuild/instance-3/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/include/time.h:234:41: note: expected 'const time_t *' {aka 'const long int *'} but argument is of type 'int *' 234 | extern struct tm *gmtime (const time_t *__timer) __THROW; | ~~~~~~~~~~~~~~^~~~~~~ src/xml_ls.c:166:62: warning: passing argument 1 of 'gmtime' from incompatible pointer type [-Wincompatible-pointer-types] 166 | strftime(mtime, sizeof mtime, "%Y%m%dT%H%M%SZ", gmtime(&stats.st_mtime)); | ^~~~~~~~~~~~~~~ | | | int * In file included from src/xml_ls.c:38: /home/autobuild/autobuild/instance-3/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/include/time.h:234:41: note: expected 'const time_t *' {aka 'const long int *'} but argument is of type 'int *' 234 | extern struct tm *gmtime (const time_t *__timer) __THROW; | ~~~~~~~~~~~~~~^~~~~~~ CC src/xml_pyx.o CC src/xml_select.o In file included from /home/autobuild/autobuild/instance-3/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/include/libxml2/libxml/tree.h:18, from src/xml_select.c:38: src/xml_select.c: In function 'selPrepareXslt': /home/autobuild/autobuild/instance-3/output-1/host/arceb-buildroot-linux-uclibc/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/autobuild/autobuild/instance-3/output-1/host/arceb-buildroot-linux-uclibc/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_trans.o CC src/xml_validate.o src/xml_validate.c: In function 'valMain': src/xml_validate.c:493:9: warning: 'xmlRelaxNGCleanupTypes' is deprecated [-Wdeprecated-declarations] 493 | xmlRelaxNGCleanupTypes(); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-3/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/include/libxml2/libxml/xmlreader.h:17, from src/xmlstar.h:17, from src/xml_validate.c:35: /home/autobuild/autobuild/instance-3/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/include/libxml2/libxml/relaxng.h:123:7: 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/autobuild/autobuild/instance-3/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/include/libxml2/libxml/xmlschemastypes.h:37:3: note: declared here 37 | xmlSchemaCleanupTypes (void); | ^~~~~~~~~~~~~~~~~~~~~ GEN src/usage.c CC src/usage.o GEN src/c14n-usage.c CC src/c14n-usage.o GEN src/depyx-usage.c CC src/depyx-usage.o GEN src/edit-usage.c CC src/edit-usage.o GEN src/elem-usage.c CC src/elem-usage.o GEN src/escape-usage.c CC src/escape-usage.o GEN src/format-usage.c CC src/format-usage.o GEN src/ls-usage.c CC src/ls-usage.o GEN src/pyx-usage.c CC src/pyx-usage.o GEN src/select-usage.c CC src/select-usage.o GEN src/trans-usage.c CC src/trans-usage.o GEN src/unescape-usage.c CC src/unescape-usage.o GEN src/validate-usage.c CC src/validate-usage.o CCLD xml make[2]: Leaving directory '/home/autobuild/autobuild/instance-3/output-1/build/xmlstarlet-1.6.1' make[1]: Leaving directory '/home/autobuild/autobuild/instance-3/output-1/build/xmlstarlet-1.6.1' >>> xmlstarlet 1.6.1 Installing to target PATH="/home/autobuild/autobuild/instance-3/output-1/host/bin:/home/autobuild/autobuild/instance-3/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/make/make -j1 DESTDIR=/home/autobuild/autobuild/instance-3/output-1/target install -C /home/autobuild/autobuild/instance-3/output-1/build/xmlstarlet-1.6.1/ make[1]: Entering directory '/home/autobuild/autobuild/instance-3/output-1/build/xmlstarlet-1.6.1' make[2]: Entering directory '/home/autobuild/autobuild/instance-3/output-1/build/xmlstarlet-1.6.1' /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-3/output-1/target/usr/bin' /usr/bin/install -c xml '/home/autobuild/autobuild/instance-3/output-1/target/usr/bin' /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-3/output-1/target/usr/share/doc/xmlstarlet' /usr/bin/install -c -m 644 doc/xmlstarlet-ug.html doc/html.css doc/xmlstarlet.txt '/home/autobuild/autobuild/instance-3/output-1/target/usr/share/doc/xmlstarlet' /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-3/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 doc/xmlstarlet.1 '/home/autobuild/autobuild/instance-3/output-1/target/usr/share/man/man1' make[2]: Leaving directory '/home/autobuild/autobuild/instance-3/output-1/build/xmlstarlet-1.6.1' make[1]: Leaving directory '/home/autobuild/autobuild/instance-3/output-1/build/xmlstarlet-1.6.1' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-3/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-Os', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-3/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-3/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arc%g" -e "s%@TARGET_CPU@%hs4x_rel31%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/autobuild/autobuild/instance-3/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-3/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-3/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-3/output-1/host/arceb-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-3/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-3/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-3/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-3/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arc%g" -e "s%@TARGET_CPU@%hs4x_rel31%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-Os', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0'%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-3/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-3/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-3/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-3/output-1/host/arceb-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-3/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-3/output-1/host/etc/meson/cross-compilation.conf if grep -q CONFIG_ASH=y /home/autobuild/autobuild/instance-3/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/ash$' /home/autobuild/autobuild/instance-3/output-1/target/etc/shells || echo "/bin/ash" >> /home/autobuild/autobuild/instance-3/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/autobuild/autobuild/instance-3/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/hush$' /home/autobuild/autobuild/instance-3/output-1/target/etc/shells || echo "/bin/hush" >> /home/autobuild/autobuild/instance-3/output-1/target/etc/shells; fi mkdir -p /home/autobuild/autobuild/instance-3/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-3/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/autobuild/autobuild/instance-3/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-3/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-3/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-3/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-3/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-3/output-1/target/etc/shells rm -rf /home/autobuild/autobuild/instance-3/output-1/target/usr/include /home/autobuild/autobuild/instance-3/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-3/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-3/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-3/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-3/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-3/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-3/output-1/target/usr/doc find /home/autobuild/autobuild/instance-3/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-3/output-1/target/lib/ /home/autobuild/autobuild/instance-3/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-3/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/autobuild/autobuild/instance-3/output-1/target/usr/libexec/': No such file or directory rm -rf /home/autobuild/autobuild/instance-3/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-3/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-3/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-3/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-3/output-1/target/usr/man /home/autobuild/autobuild/instance-3/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-3/output-1/target/usr/info /home/autobuild/autobuild/instance-3/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-3/output-1/target/usr/doc /home/autobuild/autobuild/instance-3/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-3/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-3/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-3/output-1/target/lib/debug /home/autobuild/autobuild/instance-3/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-3/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/autobuild/autobuild/instance-3/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-3/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/autobuild/autobuild/instance-3/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/autobuild/autobuild/instance-3/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.11-rc2-9-g67cb7d8d09"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.11-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2023.11-rc2\"" \ ) > /home/autobuild/autobuild/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-3/output-1/per-package \ /home/autobuild/autobuild/instance-3/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-3/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs printf ' avahi -1 avahi -1 * - - -\n\n' >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /usr/bin/fusermount f 4755 0 0 - - - - -\n /usr/bin/fusermount3 f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-3/output-1/images rm -rf /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-3/output-1/target/ /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-3/output-1/host/bin:/home/autobuild/autobuild/instance-3/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-3/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-3/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-3/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-3/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-3/output-1/host/bin:/home/autobuild/autobuild/instance-3/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 1187 objects. stage 2: creating image '/home/autobuild/autobuild/instance-3/output-1/images/rootfs.yaffs2' [ ] 1/1187 0% [ ] 2/1187 0% [ ] 3/1187 0% [ ] 4/1187 0% [ ] 5/1187 0% [ ] 6/1187 0% [ ] 7/1187 0% [ ] 8/1187 0% [ ] 9/1187 0% [ ] 10/1187 0% [ ] 11/1187 0% [ ] 12/1187 1% [ ] 13/1187 1% [ ] 14/1187 1% [ ] 15/1187 1% [ ] 16/1187 1% [ ] 17/1187 1% [ ] 18/1187 1% [ ] 19/1187 1% [= ] 20/1187 1% [= ] 21/1187 1% [= ] 22/1187 1% [= ] 23/1187 1% [= ] 24/1187 2% [= ] 25/1187 2% [= ] 26/1187 2% [= ] 27/1187 2% [= ] 28/1187 2% [= ] 29/1187 2% [= ] 30/1187 2% [= ] 31/1187 2% [= ] 32/1187 2% [= ] 33/1187 2% [= ] 34/1187 2% [= ] 35/1187 2% [= ] 36/1187 3% [= ] 37/1187 3% [= ] 38/1187 3% [== ] 39/1187 3% [== ] 40/1187 3% [== ] 41/1187 3% [== ] 42/1187 3% [== ] 43/1187 3% [== ] 44/1187 3% [== ] 45/1187 3% [== ] 46/1187 3% [== ] 47/1187 3% [== ] 48/1187 4% [== ] 49/1187 4% [== ] 50/1187 4% [== ] 51/1187 4% [== ] 52/1187 4% [== ] 53/1187 4% [== ] 54/1187 4% [== ] 55/1187 4% [== ] 56/1187 4% [== ] 57/1187 4% [=== ] 58/1187 4% [=== ] 59/1187 4% [=== ] 60/1187 5% [=== ] 61/1187 5% [=== ] 62/1187 5% [=== ] 63/1187 5% [=== ] 64/1187 5% [=== ] 65/1187 5% [=== ] 66/1187 5% [=== ] 67/1187 5% [=== ] 68/1187 5% [=== ] 69/1187 5% [=== ] 70/1187 5% [=== ] 71/1187 5% [=== ] 72/1187 6% [=== ] 73/1187 6% [=== ] 74/1187 6% [=== ] 75/1187 6% [=== ] 76/1187 6% [==== ] 77/1187 6% [==== ] 78/1187 6% [==== ] 79/1187 6% [==== ] 80/1187 6% [==== ] 81/1187 6% [==== ] 82/1187 6% [==== ] 83/1187 6% [==== ] 84/1187 7% [==== ] 85/1187 7% [==== ] 86/1187 7% [==== ] 87/1187 7% [==== ] 88/1187 7% [==== ] 89/1187 7% [==== ] 90/1187 7% [==== ] 91/1187 7% [==== ] 92/1187 7% [==== ] 93/1187 7% [==== ] 94/1187 7% [==== ] 95/1187 8% [===== ] 96/1187 8% [===== ] 97/1187 8% [===== ] 98/1187 8% [===== ] 99/1187 8% [===== ] 100/1187 8% [===== ] 101/1187 8% [===== ] 102/1187 8% [===== ] 103/1187 8% [===== ] 104/1187 8% [===== ] 105/1187 8% [===== ] 106/1187 8% [===== ] 107/1187 9% [===== ] 108/1187 9% [===== ] 109/1187 9% [===== ] 110/1187 9% [===== ] 111/1187 9% [===== ] 112/1187 9% [===== ] 113/1187 9% [===== ] 114/1187 9% [====== ] 115/1187 9% [====== ] 116/1187 9% [====== ] 117/1187 9% [====== ] 118/1187 9% [====== ] 119/1187 10% [====== ] 120/1187 10% [====== ] 121/1187 10% [====== ] 122/1187 10% [====== ] 123/1187 10% [====== ] 124/1187 10% [====== ] 125/1187 10% [====== ] 126/1187 10% [====== ] 127/1187 10% [====== ] 128/1187 10% [====== ] 129/1187 10% [====== ] 130/1187 10% [====== ] 131/1187 11% [====== ] 132/1187 11% [====== ] 133/1187 11% [====== ] 134/1187 11% [======= ] 135/1187 11% [======= ] 136/1187 11% [======= ] 137/1187 11% [======= ] 138/1187 11% [======= ] 139/1187 11% [======= ] 140/1187 11% [======= ] 141/1187 11% [======= ] 142/1187 11% [======= ] 143/1187 12% [======= ] 144/1187 12% [======= ] 145/1187 12% [======= ] 146/1187 12% [======= ] 147/1187 12% [======= ] 148/1187 12% [======= ] 149/1187 12% [======= ] 150/1187 12% [======= ] 151/1187 12% [======= ] 152/1187 12% [======= ] 153/1187 12% [======== ] 154/1187 12% [======== ] 155/1187 13% [======== ] 156/1187 13% [======== ] 157/1187 13% [======== ] 158/1187 13% [======== ] 159/1187 13% [======== ] 160/1187 13% [======== ] 161/1187 13% [======== ] 162/1187 13% [======== ] 163/1187 13% [======== ] 164/1187 13% [======== ] 165/1187 13% [======== ] 166/1187 13% [======== ] 167/1187 14% [======== ] 168/1187 14% [======== ] 169/1187 14% [======== ] 170/1187 14% [======== ] 171/1187 14% [======== ] 172/1187 14% [========= ] 173/1187 14% [========= ] 174/1187 14% [========= ] 175/1187 14% [========= ] 176/1187 14% [========= ] 177/1187 14% [========= ] 178/1187 14% [========= ] 179/1187 15% [========= ] 180/1187 15% [========= ] 181/1187 15% [========= ] 182/1187 15% [========= ] 183/1187 15% [========= ] 184/1187 15% [========= ] 185/1187 15% [========= ] 186/1187 15% [========= ] 187/1187 15% [========= ] 188/1187 15% [========= ] 189/1187 15% [========= ] 190/1187 16% [========= ] 191/1187 16% [========== ] 192/1187 16% [========== ] 193/1187 16% [========== ] 194/1187 16% [========== ] 195/1187 16% [========== ] 196/1187 16% [========== ] 197/1187 16% [========== ] 198/1187 16% [========== ] 199/1187 16% [========== ] 200/1187 16% [========== ] 201/1187 16% [========== ] 202/1187 17% [========== ] 203/1187 17% [========== ] 204/1187 17% [========== ] 205/1187 17% [========== ] 206/1187 17% [========== ] 207/1187 17% [========== ] 208/1187 17% [========== ] 209/1187 17% [========== ] 210/1187 17% [=========== ] 211/1187 17% [=========== ] 212/1187 17% [=========== ] 213/1187 17% [=========== ] 214/1187 18% [=========== ] 215/1187 18% [=========== ] 216/1187 18% [=========== ] 217/1187 18% [=========== ] 218/1187 18% [=========== ] 219/1187 18% [=========== ] 220/1187 18% [=========== ] 221/1187 18% [=========== ] 222/1187 18% [=========== ] 223/1187 18% [=========== ] 224/1187 18% [=========== ] 225/1187 18% [=========== ] 226/1187 19% [=========== ] 227/1187 19% [=========== ] 228/1187 19% [=========== ] 229/1187 19% [============ ] 230/1187 19% [============ ] 231/1187 19% [============ ] 232/1187 19% [============ ] 233/1187 19% [============ ] 234/1187 19% [============ ] 235/1187 19% [============ ] 236/1187 19% [============ ] 237/1187 19% [============ ] 238/1187 20% [============ ] 239/1187 20% [============ ] 240/1187 20% [============ ] 241/1187 20% [============ ] 242/1187 20% [============ ] 243/1187 20% [============ ] 244/1187 20% [============ ] 245/1187 20% [============ ] 246/1187 20% [============ ] 247/1187 20% [============ ] 248/1187 20% [============= ] 249/1187 20% [============= ] 250/1187 21% [============= ] 251/1187 21% [============= ] 252/1187 21% [============= ] 253/1187 21% [============= ] 254/1187 21% [============= ] 255/1187 21% [============= ] 256/1187 21% [============= ] 257/1187 21% [============= ] 258/1187 21% [============= ] 259/1187 21% [============= ] 260/1187 21% [============= ] 261/1187 21% [============= ] 262/1187 22% [============= ] 263/1187 22% [============= ] 264/1187 22% [============= ] 265/1187 22% [============= ] 266/1187 22% [============= ] 267/1187 22% [============= ] 268/1187 22% [============== ] 269/1187 22% [============== ] 270/1187 22% [============== ] 271/1187 22% [============== ] 272/1187 22% [============== ] 273/1187 22% [============== ] 274/1187 23% [============== ] 275/1187 23% [============== ] 276/1187 23% [============== ] 277/1187 23% [============== ] 278/1187 23% [============== ] 279/1187 23% [============== ] 280/1187 23% [============== ] 281/1187 23% [============== ] 282/1187 23% [============== ] 283/1187 23% [============== ] 284/1187 23% [============== ] 285/1187 24% [============== ] 286/1187 24% [============== ] 287/1187 24% [=============== ] 288/1187 24% [=============== ] 289/1187 24% [=============== ] 290/1187 24% [=============== ] 291/1187 24% [=============== ] 292/1187 24% [=============== ] 293/1187 24% [=============== ] 294/1187 24% [=============== ] 295/1187 24% [=============== ] 296/1187 24% [=============== ] 297/1187 25% [=============== ] 298/1187 25% [=============== ] 299/1187 25% [=============== ] 300/1187 25% [=============== ] 301/1187 25% [=============== ] 302/1187 25% [=============== ] 303/1187 25% [=============== ] 304/1187 25% [=============== ] 305/1187 25% [=============== ] 306/1187 25% [================ ] 307/1187 25% [================ ] 308/1187 25% [================ ] 309/1187 26% [================ ] 310/1187 26% [================ ] 311/1187 26% [================ ] 312/1187 26% [================ ] 313/1187 26% [================ ] 314/1187 26% [================ ] 315/1187 26% [================ ] 316/1187 26% [================ ] 317/1187 26% [================ ] 318/1187 26% [================ ] 319/1187 26% [================ ] 320/1187 26% [================ ] 321/1187 27% [================ ] 322/1187 27% [================ ] 323/1187 27% [================ ] 324/1187 27% [================ ] 325/1187 27% [================= ] 326/1187 27% [================= ] 327/1187 27% [================= ] 328/1187 27% [================= ] 329/1187 27% [================= ] 330/1187 27% [================= ] 331/1187 27% [================= ] 332/1187 27% [================= ] 333/1187 28% [================= ] 334/1187 28% [================= ] 335/1187 28% [================= ] 336/1187 28% [================= ] 337/1187 28% [================= ] 338/1187 28% [================= ] 339/1187 28% [================= ] 340/1187 28% [================= ] 341/1187 28% [================= ] 342/1187 28% [================= ] 343/1187 28% [================= ] 344/1187 28% [================== ] 345/1187 29% [================== ] 346/1187 29% [================== ] 347/1187 29% [================== ] 348/1187 29% [================== ] 349/1187 29% [================== ] 350/1187 29% [================== ] 351/1187 29% [================== ] 352/1187 29% [================== ] 353/1187 29% [================== ] 354/1187 29% [================== ] 355/1187 29% [================== ] 356/1187 29% [================== ] 357/1187 30% [================== ] 358/1187 30% [================== ] 359/1187 30% [================== ] 360/1187 30% [================== ] 361/1187 30% [================== ] 362/1187 30% [================== ] 363/1187 30% [=================== ] 364/1187 30% [=================== ] 365/1187 30% [=================== ] 366/1187 30% [=================== ] 367/1187 30% [=================== ] 368/1187 31% [=================== ] 369/1187 31% [=================== ] 370/1187 31% [=================== ] 371/1187 31% [=================== ] 372/1187 31% [=================== ] 373/1187 31% [=================== ] 374/1187 31% [=================== ] 375/1187 31% [=================== ] 376/1187 31% [=================== ] 377/1187 31% [=================== ] 378/1187 31% [=================== ] 379/1187 31% [=================== ] 380/1187 32% [=================== ] 381/1187 32% [=================== ] 382/1187 32% [==================== ] 383/1187 32% [==================== ] 384/1187 32% [==================== ] 385/1187 32% [==================== ] 386/1187 32% [==================== ] 387/1187 32% [==================== ] 388/1187 32% [==================== ] 389/1187 32% [==================== ] 390/1187 32% [==================== ] 391/1187 32% [==================== ] 392/1187 33% [==================== ] 393/1187 33% [==================== ] 394/1187 33% [==================== ] 395/1187 33% [==================== ] 396/1187 33% [==================== ] 397/1187 33% [==================== ] 398/1187 33% [==================== ] 399/1187 33% [==================== ] 400/1187 33% [==================== ] 401/1187 33% [==================== ] 402/1187 33% [===================== ] 403/1187 33% [===================== ] 404/1187 34% [===================== ] 405/1187 34% [===================== ] 406/1187 34% [===================== ] 407/1187 34% [===================== ] 408/1187 34% [===================== ] 409/1187 34% [===================== ] 410/1187 34% [===================== ] 411/1187 34% [===================== ] 412/1187 34% [===================== ] 413/1187 34% [===================== ] 414/1187 34% [===================== ] 415/1187 34% [===================== ] 416/1187 35% [===================== ] 417/1187 35% [===================== ] 418/1187 35% [===================== ] 419/1187 35% [===================== ] 420/1187 35% [===================== ] 421/1187 35% [====================== ] 422/1187 35% [====================== ] 423/1187 35% [====================== ] 424/1187 35% [====================== ] 425/1187 35% [====================== ] 426/1187 35% [====================== ] 427/1187 35% [====================== ] 428/1187 36% [====================== ] 429/1187 36% [====================== ] 430/1187 36% [====================== ] 431/1187 36% [====================== ] 432/1187 36% [====================== ] 433/1187 36% [====================== ] 434/1187 36% [====================== ] 435/1187 36% [====================== ] 436/1187 36% [====================== ] 437/1187 36% [====================== ] 438/1187 36% [====================== ] 439/1187 36% [====================== ] 440/1187 37% [======================= ] 441/1187 37% [======================= ] 442/1187 37% [======================= ] 443/1187 37% [======================= ] 444/1187 37% [======================= ] 445/1187 37% [======================= ] 446/1187 37% [======================= ] 447/1187 37% [======================= ] 448/1187 37% [======================= ] 449/1187 37% [======================= ] 450/1187 37% [======================= ] 451/1187 37% [======================= ] 452/1187 38% [======================= ] 453/1187 38% [======================= ] 454/1187 38% [======================= ] 455/1187 38% [======================= ] 456/1187 38% [======================= ] 457/1187 38% [======================= ] 458/1187 38% [======================= ] 459/1187 38% [======================== ] 460/1187 38% [======================== ] 461/1187 38% [======================== ] 462/1187 38% [======================== ] 463/1187 39% [======================== ] 464/1187 39% [======================== ] 465/1187 39% [======================== ] 466/1187 39% [======================== ] 467/1187 39% [======================== ] 468/1187 39% [======================== ] 469/1187 39% [======================== ] 470/1187 39% [======================== ] 471/1187 39% [======================== ] 472/1187 39% [======================== ] 473/1187 39% [======================== ] 474/1187 39% [======================== ] 475/1187 40% [======================== ] 476/1187 40% [======================== ] 477/1187 40% [======================== ] 478/1187 40% [========================= ] 479/1187 40% [========================= ] 480/1187 40% [========================= ] 481/1187 40% [========================= ] 482/1187 40% [========================= ] 483/1187 40% [========================= ] 484/1187 40% [========================= ] 485/1187 40% [========================= ] 486/1187 40% [========================= ] 487/1187 41% [========================= ] 488/1187 41% [========================= ] 489/1187 41% [========================= ] 490/1187 41% [========================= ] 491/1187 41% [========================= ] 492/1187 41% [========================= ] 493/1187 41% [========================= ] 494/1187 41% [========================= ] 495/1187 41% [========================= ] 496/1187 41% [========================= ] 497/1187 41% [========================== ] 498/1187 41% [========================== ] 499/1187 42% [========================== ] 500/1187 42% [========================== ] 501/1187 42% [========================== ] 502/1187 42% [========================== ] 503/1187 42% [========================== ] 504/1187 42% [========================== ] 505/1187 42% [========================== ] 506/1187 42% [========================== ] 507/1187 42% [========================== ] 508/1187 42% [========================== ] 509/1187 42% [========================== ] 510/1187 42% [========================== ] 511/1187 43% [========================== ] 512/1187 43% [========================== ] 513/1187 43% [========================== ] 514/1187 43% [========================== ] 515/1187 43% [========================== ] 516/1187 43% [=========================== ] 517/1187 43% [=========================== ] 518/1187 43% [=========================== ] 519/1187 43% [=========================== ] 520/1187 43% [=========================== ] 521/1187 43% [=========================== ] 522/1187 43% [=========================== ] 523/1187 44% [=========================== ] 524/1187 44% [=========================== ] 525/1187 44% [=========================== ] 526/1187 44% [=========================== ] 527/1187 44% [=========================== ] 528/1187 44% [=========================== ] 529/1187 44% [=========================== ] 530/1187 44% [=========================== ] 531/1187 44% [=========================== ] 532/1187 44% [=========================== ] 533/1187 44% [=========================== ] 534/1187 44% [=========================== ] 535/1187 45% [=========================== ] 536/1187 45% [============================ ] 537/1187 45% [============================ ] 538/1187 45% [============================ ] 539/1187 45% [============================ ] 540/1187 45% [============================ ] 541/1187 45% [============================ ] 542/1187 45% [============================ ] 543/1187 45% [============================ ] 544/1187 45% [============================ ] 545/1187 45% [============================ ] 546/1187 45% [============================ ] 547/1187 46% [============================ ] 548/1187 46% [============================ ] 549/1187 46% [============================ ] 550/1187 46% [============================ ] 551/1187 46% [============================ ] 552/1187 46% [============================ ] 553/1187 46% [============================ ] 554/1187 46% [============================ ] 555/1187 46% [============================= ] 556/1187 46% [============================= ] 557/1187 46% [============================= ] 558/1187 47% [============================= ] 559/1187 47% [============================= ] 560/1187 47% [============================= ] 561/1187 47% [============================= ] 562/1187 47% [============================= ] 563/1187 47% [============================= ] 564/1187 47% [============================= ] 565/1187 47% [============================= ] 566/1187 47% [============================= ] 567/1187 47% [============================= ] 568/1187 47% [============================= ] 569/1187 47% [============================= ] 570/1187 48% [============================= ] 571/1187 48% [============================= ] 572/1187 48% [============================= ] 573/1187 48% [============================= ] 574/1187 48% [============================== ] 575/1187 48% [============================== ] 576/1187 48% [============================== ] 577/1187 48% [============================== ] 578/1187 48% [============================== ] 579/1187 48% [============================== ] 580/1187 48% [============================== ] 581/1187 48% [============================== ] 582/1187 49% [============================== ] 583/1187 49% [============================== ] 584/1187 49% [============================== ] 585/1187 49% [============================== ] 586/1187 49% [============================== ] 587/1187 49% [============================== ] 588/1187 49% [============================== ] 589/1187 49% [============================== ] 590/1187 49% [============================== ] 591/1187 49% [============================== ] 592/1187 49% [============================== ] 593/1187 49% [=============================== ] 594/1187 50% [=============================== ] 595/1187 50% [=============================== ] 596/1187 50% [=============================== ] 597/1187 50% [=============================== ] 598/1187 50% [=============================== ] 599/1187 50% [=============================== ] 600/1187 50% [=============================== ] 601/1187 50% [=============================== ] 602/1187 50% [=============================== ] 603/1187 50% [=============================== ] 604/1187 50% [=============================== ] 605/1187 50% [=============================== ] 606/1187 51% [=============================== ] 607/1187 51% [=============================== ] 608/1187 51% [=============================== ] 609/1187 51% [=============================== ] 610/1187 51% [=============================== ] 611/1187 51% [=============================== ] 612/1187 51% [================================ ] 613/1187 51% [================================ ] 614/1187 51% [================================ ] 615/1187 51% [================================ ] 616/1187 51% [================================ ] 617/1187 51% [================================ ] 618/1187 52% [================================ ] 619/1187 52% [================================ ] 620/1187 52% [================================ ] 621/1187 52% [================================ ] 622/1187 52% [================================ ] 623/1187 52% [================================ ] 624/1187 52% [================================ ] 625/1187 52% [================================ ] 626/1187 52% [================================ ] 627/1187 52% [================================ ] 628/1187 52% [================================ ] 629/1187 52% [================================ ] 630/1187 53% [================================ ] 631/1187 53% [================================= ] 632/1187 53% [================================= ] 633/1187 53% [================================= ] 634/1187 53% [================================= ] 635/1187 53% [================================= ] 636/1187 53% [================================= ] 637/1187 53% [================================= ] 638/1187 53% [================================= ] 639/1187 53% [================================= ] 640/1187 53% [================================= ] 641/1187 54% [================================= ] 642/1187 54% [================================= ] 643/1187 54% [================================= ] 644/1187 54% [================================= ] 645/1187 54% [================================= ] 646/1187 54% [================================= ] 647/1187 54% [================================= ] 648/1187 54% [================================= ] 649/1187 54% [================================= ] 650/1187 54% [================================== ] 651/1187 54% [================================== ] 652/1187 54% [================================== ] 653/1187 55% [================================== ] 654/1187 55% [================================== ] 655/1187 55% [================================== ] 656/1187 55% [================================== ] 657/1187 55% [================================== ] 658/1187 55% [================================== ] 659/1187 55% [================================== ] 660/1187 55% [================================== ] 661/1187 55% [================================== ] 662/1187 55% [================================== ] 663/1187 55% [================================== ] 664/1187 55% [================================== ] 665/1187 56% [================================== ] 666/1187 56% [================================== ] 667/1187 56% [================================== ] 668/1187 56% [================================== ] 669/1187 56% [================================== ] 670/1187 56% [=================================== ] 671/1187 56% [=================================== ] 672/1187 56% [=================================== ] 673/1187 56% [=================================== ] 674/1187 56% [=================================== ] 675/1187 56% [=================================== ] 676/1187 56% [=================================== ] 677/1187 57% [=================================== ] 678/1187 57% [=================================== ] 679/1187 57% [=================================== ] 680/1187 57% [=================================== ] 681/1187 57% [=================================== ] 682/1187 57% [=================================== ] 683/1187 57% [=================================== ] 684/1187 57% [=================================== ] 685/1187 57% [=================================== ] 686/1187 57% [=================================== ] 687/1187 57% [=================================== ] 688/1187 57% [=================================== ] 689/1187 58% [==================================== ] 690/1187 58% [==================================== ] 691/1187 58% [==================================== ] 692/1187 58% [==================================== ] 693/1187 58% [==================================== ] 694/1187 58% [==================================== ] 695/1187 58% [==================================== ] 696/1187 58% [==================================== ] 697/1187 58% [==================================== ] 698/1187 58% [==================================== ] 699/1187 58% [==================================== ] 700/1187 58% [==================================== ] 701/1187 59% [==================================== ] 702/1187 59% [==================================== ] 703/1187 59% [==================================== ] 704/1187 59% [==================================== ] 705/1187 59% [==================================== ] 706/1187 59% [==================================== ] 707/1187 59% [==================================== ] 708/1187 59% [===================================== ] 709/1187 59% [===================================== ] 710/1187 59% [===================================== ] 711/1187 59% [===================================== ] 712/1187 59% [===================================== ] 713/1187 60% [===================================== ] 714/1187 60% [===================================== ] 715/1187 60% [===================================== ] 716/1187 60% [===================================== ] 717/1187 60% [===================================== ] 718/1187 60% [===================================== ] 719/1187 60% [===================================== ] 720/1187 60% [===================================== ] 721/1187 60% [===================================== ] 722/1187 60% [===================================== ] 723/1187 60% [===================================== ] 724/1187 60% [===================================== ] 725/1187 61% [===================================== ] 726/1187 61% [===================================== ] 727/1187 61% [====================================== ] 728/1187 61% [====================================== ] 729/1187 61% [====================================== ] 730/1187 61% [====================================== ] 731/1187 61% [====================================== ] 732/1187 61% [====================================== ] 733/1187 61% [====================================== ] 734/1187 61% [====================================== ] 735/1187 61% [====================================== ] 736/1187 62% [====================================== ] 737/1187 62% [====================================== ] 738/1187 62% [====================================== ] 739/1187 62% [====================================== ] 740/1187 62% [====================================== ] 741/1187 62% [====================================== ] 742/1187 62% [====================================== ] 743/1187 62% [====================================== ] 744/1187 62% [====================================== ] 745/1187 62% [====================================== ] 746/1187 62% [======================================= ] 747/1187 62% [======================================= ] 748/1187 63% [======================================= ] 749/1187 63% [======================================= ] 750/1187 63% [======================================= ] 751/1187 63% [======================================= ] 752/1187 63% [======================================= ] 753/1187 63% [======================================= ] 754/1187 63% [======================================= ] 755/1187 63% [======================================= ] 756/1187 63% [======================================= ] 757/1187 63% [======================================= ] 758/1187 63% [======================================= ] 759/1187 63% [======================================= ] 760/1187 64% [======================================= ] 761/1187 64% [======================================= ] 762/1187 64% [======================================= ] 763/1187 64% [======================================= ] 764/1187 64% [======================================= ] 765/1187 64% [======================================== ] 766/1187 64% [======================================== ] 767/1187 64% [======================================== ] 768/1187 64% [======================================== ] 769/1187 64% [======================================== ] 770/1187 64% [======================================== ] 771/1187 64% [======================================== ] 772/1187 65% [======================================== ] 773/1187 65% [======================================== ] 774/1187 65% [======================================== ] 775/1187 65% [======================================== ] 776/1187 65% [======================================== ] 777/1187 65% [======================================== ] 778/1187 65% [======================================== ] 779/1187 65% [======================================== ] 780/1187 65% [======================================== ] 781/1187 65% [======================================== ] 782/1187 65% [======================================== ] 783/1187 65% [======================================== ] 784/1187 66% [========================================= ] 785/1187 66% [========================================= ] 786/1187 66% [========================================= ] 787/1187 66% [========================================= ] 788/1187 66% [========================================= ] 789/1187 66% [========================================= ] 790/1187 66% [========================================= ] 791/1187 66% [========================================= ] 792/1187 66% [========================================= ] 793/1187 66% [========================================= ] 794/1187 66% [========================================= ] 795/1187 66% [========================================= ] 796/1187 67% [========================================= ] 797/1187 67% [========================================= ] 798/1187 67% [========================================= ] 799/1187 67% [========================================= ] 800/1187 67% [========================================= ] 801/1187 67% [========================================= ] 802/1187 67% [========================================= ] 803/1187 67% [========================================= ] 804/1187 67% [========================================== ] 805/1187 67% [========================================== ] 806/1187 67% [========================================== ] 807/1187 67% [========================================== ] 808/1187 68% [========================================== ] 809/1187 68% [========================================== ] 810/1187 68% [========================================== ] 811/1187 68% [========================================== ] 812/1187 68% [========================================== ] 813/1187 68% [========================================== ] 814/1187 68% [========================================== ] 815/1187 68% [========================================== ] 816/1187 68% [========================================== ] 817/1187 68% [========================================== ] 818/1187 68% [========================================== ] 819/1187 68% [========================================== ] 820/1187 69% [========================================== ] 821/1187 69% [========================================== ] 822/1187 69% [========================================== ] 823/1187 69% [=========================================== ] 824/1187 69% [=========================================== ] 825/1187 69% [=========================================== ] 826/1187 69% [=========================================== ] 827/1187 69% [=========================================== ] 828/1187 69% [=========================================== ] 829/1187 69% [=========================================== ] 830/1187 69% [=========================================== ] 831/1187 70% [=========================================== ] 832/1187 70% [=========================================== ] 833/1187 70% [=========================================== ] 834/1187 70% [=========================================== ] 835/1187 70% [=========================================== ] 836/1187 70% [=========================================== ] 837/1187 70% [=========================================== ] 838/1187 70% [=========================================== ] 839/1187 70% [=========================================== ] 840/1187 70% [=========================================== ] 841/1187 70% [=========================================== ] 842/1187 70% [============================================ ] 843/1187 71% [============================================ ] 844/1187 71% [============================================ ] 845/1187 71% [============================================ ] 846/1187 71% [============================================ ] 847/1187 71% [============================================ ] 848/1187 71% [============================================ ] 849/1187 71% [============================================ ] 850/1187 71% [============================================ ] 851/1187 71% [============================================ ] 852/1187 71% [============================================ ] 853/1187 71% [============================================ ] 854/1187 71% [============================================ ] 855/1187 72% [============================================ ] 856/1187 72% [============================================ ] 857/1187 72% [============================================ ] 858/1187 72% [============================================ ] 859/1187 72% [============================================ ] 860/1187 72% [============================================ ] 861/1187 72% [============================================= ] 862/1187 72% [============================================= ] 863/1187 72% [============================================= ] 864/1187 72% [============================================= ] 865/1187 72% [============================================= ] 866/1187 72% [============================================= ] 867/1187 73% [============================================= ] 868/1187 73% [============================================= ] 869/1187 73% [============================================= ] 870/1187 73% [============================================= ] 871/1187 73% [============================================= ] 872/1187 73% [============================================= ] 873/1187 73% [============================================= ] 874/1187 73% [============================================= ] 875/1187 73% [============================================= ] 876/1187 73% [============================================= ] 877/1187 73% [============================================= ] 878/1187 73% [============================================= ] 879/1187 74% [============================================= ] 880/1187 74% [============================================== ] 881/1187 74% [============================================== ] 882/1187 74% [============================================== ] 883/1187 74% [============================================== ] 884/1187 74% [============================================== ] 885/1187 74% [============================================== ] 886/1187 74% [============================================== ] 887/1187 74% [============================================== ] 888/1187 74% [============================================== ] 889/1187 74% [============================================== ] 890/1187 74% [============================================== ] 891/1187 75% [============================================== ] 892/1187 75% [============================================== ] 893/1187 75% [============================================== ] 894/1187 75% [============================================== ] 895/1187 75% [============================================== ] 896/1187 75% [============================================== ] 897/1187 75% [============================================== ] 898/1187 75% [============================================== ] 899/1187 75% [=============================================== ] 900/1187 75% [=============================================== ] 901/1187 75% [=============================================== ] 902/1187 75% [=============================================== ] 903/1187 76% [=============================================== ] 904/1187 76% [=============================================== ] 905/1187 76% [=============================================== ] 906/1187 76% [=============================================== ] 907/1187 76% [=============================================== ] 908/1187 76% [=============================================== ] 909/1187 76% [=============================================== ] 910/1187 76% [=============================================== ] 911/1187 76% [=============================================== ] 912/1187 76% [=============================================== ] 913/1187 76% [=============================================== ] 914/1187 77% [=============================================== ] 915/1187 77% [=============================================== ] 916/1187 77% [=============================================== ] 917/1187 77% [=============================================== ] 918/1187 77% [================================================ ] 919/1187 77% [================================================ ] 920/1187 77% [================================================ ] 921/1187 77% [================================================ ] 922/1187 77% [================================================ ] 923/1187 77% [================================================ ] 924/1187 77% [================================================ ] 925/1187 77% [================================================ ] 926/1187 78% [================================================ ] 927/1187 78% [================================================ ] 928/1187 78% [================================================ ] 929/1187 78% [================================================ ] 930/1187 78% [================================================ ] 931/1187 78% [================================================ ] 932/1187 78% [================================================ ] 933/1187 78% [================================================ ] 934/1187 78% [================================================ ] 935/1187 78% [================================================ ] 936/1187 78% [================================================ ] 937/1187 78% [================================================ ] 938/1187 79% [================================================= ] 939/1187 79% [================================================= ] 940/1187 79% [================================================= ] 941/1187 79% [================================================= ] 942/1187 79% [================================================= ] 943/1187 79% [================================================= ] 944/1187 79% [================================================= ] 945/1187 79% [================================================= ] 946/1187 79% [================================================= ] 947/1187 79% [================================================= ] 948/1187 79% [================================================= ] 949/1187 79% [================================================= ] 950/1187 80% [================================================= ] 951/1187 80% [================================================= ] 952/1187 80% [================================================= ] 953/1187 80% [================================================= ] 954/1187 80% [================================================= ] 955/1187 80% [================================================= ] 956/1187 80% [================================================= ] 957/1187 80% [================================================== ] 958/1187 80% [================================================== ] 959/1187 80% [================================================== ] 960/1187 80% [================================================== ] 961/1187 80% [================================================== ] 962/1187 81% [================================================== ] 963/1187 81% [================================================== ] 964/1187 81% [================================================== ] 965/1187 81% [================================================== ] 966/1187 81% [================================================== ] 967/1187 81% [================================================== ] 968/1187 81% [================================================== ] 969/1187 81% [================================================== ] 970/1187 81% [================================================== ] 971/1187 81% [================================================== ] 972/1187 81% [================================================== ] 973/1187 81% [================================================== ] 974/1187 82% [================================================== ] 975/1187 82% [================================================== ] 976/1187 82% [=================================================== ] 977/1187 82% [=================================================== ] 978/1187 82% [=================================================== ] 979/1187 82% [=================================================== ] 980/1187 82% [=================================================== ] 981/1187 82% [=================================================== ] 982/1187 82% [=================================================== ] 983/1187 82% [=================================================== ] 984/1187 82% [=================================================== ] 985/1187 82% [=================================================== ] 986/1187 83% [=================================================== ] 987/1187 83% [=================================================== ] 988/1187 83% [=================================================== ] 989/1187 83% [=================================================== ] 990/1187 83% [=================================================== ] 991/1187 83% [=================================================== ] 992/1187 83% [=================================================== ] 993/1187 83% [=================================================== ] 994/1187 83% [=================================================== ] 995/1187 83% [==================================================== ] 996/1187 83% [==================================================== ] 997/1187 83% [==================================================== ] 998/1187 84% [==================================================== ] 999/1187 84% [==================================================== ] 1000/1187 84% [==================================================== ] 1001/1187 84% [==================================================== ] 1002/1187 84% [==================================================== ] 1003/1187 84% [==================================================== ] 1004/1187 84% [==================================================== ] 1005/1187 84% [==================================================== ] 1006/1187 84% [==================================================== ] 1007/1187 84% [==================================================== ] 1008/1187 84% [==================================================== ] 1009/1187 85% [==================================================== ] 1010/1187 85% [==================================================== ] 1011/1187 85% [==================================================== ] 1012/1187 85% [==================================================== ] 1013/1187 85% [==================================================== ] 1014/1187 85% [===================================================== ] 1015/1187 85% [===================================================== ] 1016/1187 85% [===================================================== ] 1017/1187 85% [===================================================== ] 1018/1187 85% [===================================================== ] 1019/1187 85% [===================================================== ] 1020/1187 85% [===================================================== ] 1021/1187 86% [===================================================== ] 1022/1187 86% [===================================================== ] 1023/1187 86% [===================================================== ] 1024/1187 86% [===================================================== ] 1025/1187 86% [===================================================== ] 1026/1187 86% [===================================================== ] 1027/1187 86% [===================================================== ] 1028/1187 86% [===================================================== ] 1029/1187 86% [===================================================== ] 1030/1187 86% [===================================================== ] 1031/1187 86% [===================================================== ] 1032/1187 86% [===================================================== ] 1033/1187 87% [====================================================== ] 1034/1187 87% [====================================================== ] 1035/1187 87% [====================================================== ] 1036/1187 87% [====================================================== ] 1037/1187 87% [====================================================== ] 1038/1187 87% [====================================================== ] 1039/1187 87% [====================================================== ] 1040/1187 87% [====================================================== ] 1041/1187 87% [====================================================== ] 1042/1187 87% [====================================================== ] 1043/1187 87% [====================================================== ] 1044/1187 87% [====================================================== ] 1045/1187 88% [====================================================== ] 1046/1187 88% [====================================================== ] 1047/1187 88% [====================================================== ] 1048/1187 88% [====================================================== ] 1049/1187 88% [====================================================== ] 1050/1187 88% [====================================================== ] 1051/1187 88% [====================================================== ] 1052/1187 88% [======================================================= ] 1053/1187 88% [======================================================= ] 1054/1187 88% [======================================================= ] 1055/1187 88% [======================================================= ] 1056/1187 88% [======================================================= ] 1057/1187 89% [======================================================= ] 1058/1187 89% [======================================================= ] 1059/1187 89% [======================================================= ] 1060/1187 89% [======================================================= ] 1061/1187 89% [======================================================= ] 1062/1187 89% [======================================================= ] 1063/1187 89% [======================================================= ] 1064/1187 89% [======================================================= ] 1065/1187 89% [======================================================= ] 1066/1187 89% [======================================================= ] 1067/1187 89% [======================================================= ] 1068/1187 89% [======================================================= ] 1069/1187 90% [======================================================= ] 1070/1187 90% [======================================================= ] 1071/1187 90% [======================================================= ] 1072/1187 90% [======================================================== ] 1073/1187 90% [======================================================== ] 1074/1187 90% [======================================================== ] 1075/1187 90% [======================================================== ] 1076/1187 90% [======================================================== ] 1077/1187 90% [======================================================== ] 1078/1187 90% [======================================================== ] 1079/1187 90% [======================================================== ] 1080/1187 90% [======================================================== ] 1081/1187 91% [======================================================== ] 1082/1187 91% [======================================================== ] 1083/1187 91% [======================================================== ] 1084/1187 91% [======================================================== ] 1085/1187 91% [======================================================== ] 1086/1187 91% [======================================================== ] 1087/1187 91% [======================================================== ] 1088/1187 91% [======================================================== ] 1089/1187 91% [======================================================== ] 1090/1187 91% [======================================================== ] 1091/1187 91% [========================================================= ] 1092/1187 91% [========================================================= ] 1093/1187 92% [========================================================= ] 1094/1187 92% [========================================================= ] 1095/1187 92% [========================================================= ] 1096/1187 92% [========================================================= ] 1097/1187 92% [========================================================= ] 1098/1187 92% [========================================================= ] 1099/1187 92% [========================================================= ] 1100/1187 92% [========================================================= ] 1101/1187 92% [========================================================= ] 1102/1187 92% [========================================================= ] 1103/1187 92% [========================================================= ] 1104/1187 93% [========================================================= ] 1105/1187 93% [========================================================= ] 1106/1187 93% [========================================================= ] 1107/1187 93% [========================================================= ] 1108/1187 93% [========================================================= ] 1109/1187 93% [========================================================= ] 1110/1187 93% [========================================================== ] 1111/1187 93% [========================================================== ] 1112/1187 93% [========================================================== ] 1113/1187 93% [========================================================== ] 1114/1187 93% [========================================================== ] 1115/1187 93% [========================================================== ] 1116/1187 94% [========================================================== ] 1117/1187 94% [========================================================== ] 1118/1187 94% [========================================================== ] 1119/1187 94% [========================================================== ] 1120/1187 94% [========================================================== ] 1121/1187 94% [========================================================== ] 1122/1187 94% [========================================================== ] 1123/1187 94% [========================================================== ] 1124/1187 94% [========================================================== ] 1125/1187 94% [========================================================== ] 1126/1187 94% [========================================================== ] 1127/1187 94% [========================================================== ] 1128/1187 95% [========================================================== ] 1129/1187 95% [=========================================================== ] 1130/1187 95% [=========================================================== ] 1131/1187 95% [=========================================================== ] 1132/1187 95% [=========================================================== ] 1133/1187 95% [=========================================================== ] 1134/1187 95% [=========================================================== ] 1135/1187 95% [=========================================================== ] 1136/1187 95% [=========================================================== ] 1137/1187 95% [=========================================================== ] 1138/1187 95% [=========================================================== ] 1139/1187 95% [=========================================================== ] 1140/1187 96% [=========================================================== ] 1141/1187 96% [=========================================================== ] 1142/1187 96% [=========================================================== ] 1143/1187 96% [=========================================================== ] 1144/1187 96% [=========================================================== ] 1145/1187 96% [=========================================================== ] 1146/1187 96% [=========================================================== ] 1147/1187 96% [=========================================================== ] 1148/1187 96% [============================================================ ] 1149/1187 96% [============================================================ ] 1150/1187 96% [============================================================ ] 1151/1187 96% [============================================================ ] 1152/1187 97% [============================================================ ] 1153/1187 97% [============================================================ ] 1154/1187 97% [============================================================ ] 1155/1187 97% [============================================================ ] 1156/1187 97% [============================================================ ] 1157/1187 97% [============================================================ ] 1158/1187 97% [============================================================ ] 1159/1187 97% [============================================================ ] 1160/1187 97% [============================================================ ] 1161/1187 97% [============================================================ ] 1162/1187 97% [============================================================ ] 1163/1187 97% [============================================================ ] 1164/1187 98% [============================================================ ] 1165/1187 98% [============================================================ ] 1166/1187 98% [============================================================ ] 1167/1187 98% [============================================================= ] 1168/1187 98% [============================================================= ] 1169/1187 98% [============================================================= ] 1170/1187 98% [============================================================= ] 1171/1187 98% [============================================================= ] 1172/1187 98% [============================================================= ] 1173/1187 98% [============================================================= ] 1174/1187 98% [============================================================= ] 1175/1187 98% [============================================================= ] 1176/1187 99% [============================================================= ] 1177/1187 99% [============================================================= ] 1178/1187 99% [============================================================= ] 1179/1187 99% [============================================================= ] 1180/1187 99% [============================================================= ] 1181/1187 99% [============================================================= ] 1182/1187 99% [============================================================= ] 1183/1187 99% [============================================================= ] 1184/1187 99% [============================================================= ] 1185/1187 99% [============================================================= ] 1186/1187 99% [==============================================================] 1187/1187 100% operation complete, 1187 objects in 13296 NAND pages. ln -snf /home/autobuild/autobuild/instance-3/output-1/host/arceb-buildroot-linux-uclibc/sysroot /home/autobuild/autobuild/instance-3/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-3/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-3/buildroot' >>> Buildroot 2023.11-rc2-9-g67cb7d8d09 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final arc-2020.09-release Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final arc-2020.09-release Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils arc-2020.09-release Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-tar 1.34 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.44 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial arc-2020.09-release Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> linux-headers 6.6.3 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> apache 2.4.58 Collecting legal info LICENSE: OK (sha256: 47b8c2b6c3309282a99d4a3001575c790fead690cc14734628c4667d2bbffc43) >>> apr 1.7.2 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> apr-util 1.6.3 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libxml2 2.11.6 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> xz 5.4.4 Collecting legal info COPYING: OK (sha256: 72d7ef9c98be319fd34ce88b45203b36d5936f9c49e82bf3198ffee5e0c7d87e) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> zlib Collecting legal info >>> libzlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> avahi 0.8 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> pciutils 3.10.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> catatonit 0.1.7 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> daq3 3.0.9 Collecting legal info COPYING: OK (sha256: 64601289158eddad72cb4de72652f9e64dc886942c910b38ddee93ba13b0db26) LICENSE: OK (sha256: 64601289158eddad72cb4de72652f9e64dc886942c910b38ddee93ba13b0db26) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> dav1d 1.3.0 Collecting legal info COPYING: OK (sha256: b327887de263238deaa80c34cdd2ff3e0ba1d35db585ce14a37ce3e74ee389e9) >>> host-meson 1.1.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.27.7 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-python-setuptools 68.2.2 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.6 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-openssl Collecting legal info >>> host-libopenssl 3.1.4 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-zlib Collecting legal info >>> host-libzlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python-pypa-build 1.0.3 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.1 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> dejavu 2.37 Collecting legal info LICENSE: OK (sha256: 7a083b136e64d064794c3419751e5c7dd10d2f64c108fe5ba161eae5e5958a93) >>> host-depot-tools 4e87f5bfe244e903f712408ea68dc3c3a6fe2d00 Collecting legal info LICENSE: OK (sha256: 984523ee987f4e8b72d61df37d8f1189a7077cd4b77e41a397e35593b297a29d) >>> host-python-httplib2 0.22.0 Collecting legal info LICENSE: OK (sha256: 589eec38f72df2be203711d3b8cbece9b908c5e7ff00bc3cab7f63bae9e366b4) >>> host-python-pyparsing 3.1.0 Collecting legal info LICENSE: OK (sha256: 10d5120a16805804ffda8b688c220bfb4e8f39741b57320604d455a309e01972) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> evtest 1.35 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> faifa 0.1 Collecting legal info COPYING: OK (sha256: 9b62e4601b2b9cd5719a393e88ed71a8304048862502db765ed9d6ff8cf38c5e) >>> fan-ctrl 1.3 Collecting legal info ERROR: No hash found for fan-ctrl.c >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> freetype 2.13.2 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.40 Collecting legal info LICENSE: OK (sha256: 5c0bb4b05b1354ae7c173532b6702ea68b611047ff9b91c4d3af77da39c195d9) >>> fswebcam 20200725 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> jpeg Collecting legal info >>> jpeg-turbo 2.1.5 Collecting legal info LICENSE.md: OK (sha256: 60c756742db3ad1913304e8b13f0e86e22e51adb50cc0b3333c163f7e45ceec1) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> iprutils 2.4.18.1 Collecting legal info LICENSE: OK (sha256: 59b4179e61248aff9cd2d6ee4cd1dbbd0ef48836fe2eeee19f4b16459785104a) >>> libsysfs 2.1.1 Collecting legal info cmd/GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lib/LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> lame 3.100 Collecting legal info COPYING: OK (sha256: bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libfuse 2.9.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libfuse3 3.16.2 Collecting legal info LICENSE: OK (sha256: b8832d9caaa075bbbd2aef24efa09f8b7ab66a832812d88c602da0c7b4397fad) >>> libiscsi 1.19.0 Collecting legal info COPYING: OK (sha256: 88e3eccc48722b2a0eaff456dda94b8e8e123848d01f631969bec8e3c6c6eb85) LICENCE-GPL-2.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENCE-LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmicrohttpd 0.9.77 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libosip2 5.3.1 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libqb 2.0.8 Collecting legal info COPYING: OK (sha256: 00a89b0d18aacd4114decf79122db87bf35bddaf2bc50e383c9c9f4c263390b2) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libuwsc 3.3.5 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> mbedtls 2.28.5 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libvpx 1.13.1 Collecting legal info LICENSE: OK (sha256: 8267348d5af1262c11d1a08de2f5afc77457755f1ac658627dd9acf71011d615) PATENTS: OK (sha256: cc3273e0694ea5896145e0677699b53471b03ea43021ddc50e7923fbb9f5023c) >>> libxslt 1.1.38 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> linuxconsoletools 1.8.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mpir 3.0.0 Collecting legal info COPYING.LIB: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> host-yasm 1.3.0 Collecting legal info COPYING: OK (sha256: 795f8d76eade6130129b680ac72ea81cb3e143467a65ea1f5f64946151d7fa20) BSD.txt: OK (sha256: a84b45f23040624681ca6974ff48d8ef6b477a1cb51e4a1c842e49d00c231e0d) Artistic.txt: OK (sha256: b7fd9b73ea99602016a326e0b62e6646060d18febdd065ceca8bb482208c3d88) GNU_GPL-2.0: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) GNU_LGPL-2.0: OK (sha256: 1faefae1fe8838a2e48864df7d1376e421a50c551c5ae2f60c9f2093206e18a9) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> openipmi 2.0.34 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) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> p910nd 0.97 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pngquant 2.18.0 Collecting legal info COPYRIGHT: OK (sha256: e4f467f7abf860b4e620f5f60fdd88bc3a63a0fdb98a481fb002b5e511c9b826) >>> pps-tools 1.0.3 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> ptpd 1.1.0 Collecting legal info COPYRIGHT: OK (sha256: be69f30947abef91e0bce161005fe56b116b770e459e3e6980279349de47c366) >>> pv 1.6.20 Collecting legal info doc/COPYING: OK (sha256: 280e182171df3e9bb4a9b407326e88521151fcb8f4f8557255f26177d5900ccf) >>> sbc 2.0 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> host-squashfs 4.6.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.4.4 Collecting legal info COPYING: OK (sha256: 72d7ef9c98be319fd34ce88b45203b36d5936f9c49e82bf3198ffee5e0c7d87e) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> ssdp-responder 2.1 Collecting legal info LICENSE: OK (sha256: b66025f1e568a8d80264550d7bd7683780ac248f2baa1e85b4da4b15e28d55a7) >>> ti-uim a0236bc252e6484835ce266ae4a50b361f6a902d Collecting legal info uim.h: OK (sha256: 4e39276507524f938459b05d061ae77562f3f85926fe73027cfcac259cb03d0e) >>> ti-utils 06dbdb2727354b5f3ad7c723897f40051fddee49 Collecting legal info COPYING: OK (sha256: 363cef40b276a7a91ebcff3f78626d9cfe5e5a51927c725236007259403d5fc4) >>> twolame 0.4.0 Collecting legal info COPYING: OK (sha256: 257a842724705950b07da76ce0e22ffa80ec77b3e9dfc6702522ac342409da0f) >>> usbredir 0.13.0 Collecting legal info COPYING.LIB: OK (sha256: 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c) >>> ux500-firmware 1.1.3-6 Collecting legal info license.txt: OK (sha256: b5bbc3fb3ff2f8e165b3bf60b25702d8970b3d7fe88b1c883f20615d550a7cb2) >>> 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.32.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved Legal info produced in /home/autobuild/autobuild/instance-3/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-3/buildroot'