checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/buildroot/autobuild/instance-1/output-1/host/bin/m68k-linux-gcc accepts -g... yes checking for /home/buildroot/autobuild/instance-1/output-1/host/bin/m68k-linux-gcc option to accept ISO C89... none needed checking whether /home/buildroot/autobuild/instance-1/output-1/host/bin/m68k-linux-gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of /home/buildroot/autobuild/instance-1/output-1/host/bin/m68k-linux-gcc... none checking for a sed that does not truncate output... /bin/sed checking for gawk... (cached) gawk checking for xml2-config... /home/buildroot/autobuild/instance-1/output-1/host/m68k-buildroot-linux-uclibc/sysroot/usr/bin/xml2-config configure: using libxml-2.10.2 checking for xslt-config... /home/buildroot/autobuild/instance-1/output-1/host/m68k-buildroot-linux-uclibc/sysroot/usr/bin/xslt-config configure: using libxslt-1.1.37 checking how to run the C preprocessor... /home/buildroot/autobuild/instance-1/output-1/host/bin/m68k-linux-cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking whether lstat correctly handles trailing slash... no checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... (cached) yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... (cached) yes checking for mode_t... yes checking for size_t... yes checking for lstat... yes checking for stat... yes checking for setmode... no checking whether O_BINARY is declared... no checking whether exsltDateXpathCtxtRegister is declared... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating xmlstarlet.spec config.status: creating Makefile config.status: creating solaris/package/sol8-sparc/pkginfo config.status: creating solaris/package/sol9-sparc/pkginfo config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls, --disable-static, --enable-shared >>> xmlstarlet 1.6.1 Building PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-1/output-1/build/xmlstarlet-1.6.1/ make[1]: Entering directory '/home/buildroot/autobuild/instance-1/output-1/build/xmlstarlet-1.6.1' /usr/bin/make all-am make[2]: Entering directory '/home/buildroot/autobuild/instance-1/output-1/build/xmlstarlet-1.6.1' GEN src/usage.c GEN src/c14n-usage.c GEN src/depyx-usage.c GEN src/edit-usage.c GEN src/elem-usage.c GEN src/escape-usage.c GEN src/format-usage.c GEN src/ls-usage.c GEN src/pyx-usage.c GEN src/select-usage.c GEN src/trans-usage.c GEN src/unescape-usage.c GEN src/validate-usage.c CC src/trans.o CC src/xml.o CC src/xml_C14N.o CC src/xml_depyx.o src/trans.c: In function 'xsltInitLibXml': src/trans.c:46:5: warning: 'xmlInitMemory' is deprecated [-Wdeprecated-declarations] 46 | xmlInitMemory(); | ^~~~~~~~~~~~~ In file included from src/trans.h:32, from src/trans.c:4: /home/buildroot/autobuild/instance-1/output-1/host/m68k-buildroot-linux-uclibc/sysroot/usr/include/libxml2/libxml/xmlmemory.h:131:9: note: declared here 131 | xmlInitMemory (void); | ^~~~~~~~~~~~~ CC src/xml_elem.o CC src/xml_escape.o CC src/xml_edit.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/buildroot/autobuild/instance-1/output-1/host/m68k-buildroot-linux-uclibc/sysroot/usr/include/libxml2/libxml/xmlmemory.h:131:9: note: declared here 131 | xmlInitMemory (void); | ^~~~~~~~~~~~~ src/xml_elem.c: In function 'elMain': src/xml_elem.c:271:27: warning: passing argument 2 of 'xmlHashScan' from incompatible pointer type [-Wincompatible-pointer-types] 271 | xmlHashScan(uniq, hash_key_put, &lines); | ^~~~~~~~~~~~ | | | void (*)(void *, void *, xmlChar *) {aka void (*)(void *, void *, unsigned char *)} In file included from src/xml_elem.c:32: /home/buildroot/autobuild/instance-1/output-1/host/m68k-buildroot-linux-uclibc/sysroot/usr/include/libxml2/libxml/hash.h:213:57: note: expected 'xmlHashScanner' {aka 'void (*)(void *, void *, const unsigned char *)'} but argument is of type 'void (*)(void *, void *, xmlChar *)' {aka 'void (*)(void *, void *, unsigned char *)'} 213 | xmlHashScanner f, | ~~~~~~~~~~~~~~~^ src/xml_edit.c: In function 'edOutput': src/xml_edit.c:561:9: warning: 'xmlCleanupGlobals' is deprecated [-Wdeprecated-declarations] 561 | xmlCleanupGlobals(); | ^~~~~~~~~~~~~~~~~ In file included from /home/buildroot/autobuild/instance-1/output-1/host/m68k-buildroot-linux-uclibc/sysroot/usr/include/libxml2/libxml/threads.h:35, from /home/buildroot/autobuild/instance-1/output-1/host/m68k-buildroot-linux-uclibc/sysroot/usr/include/libxml2/libxml/xmlmemory.h:220, from src/xml_edit.c:35: /home/buildroot/autobuild/instance-1/output-1/host/m68k-buildroot-linux-uclibc/sysroot/usr/include/libxml2/libxml/globals.h:30:24: note: declared here 30 | XMLPUBFUN void XMLCALL xmlCleanupGlobals(void); | ^~~~~~~~~~~~~~~~~ src/xml_edit.c: In function 'edMain': src/xml_edit.c:755:5: warning: 'xmlCleanupGlobals' is deprecated [-Wdeprecated-declarations] 755 | xmlCleanupGlobals(); | ^~~~~~~~~~~~~~~~~ In file included from /home/buildroot/autobuild/instance-1/output-1/host/m68k-buildroot-linux-uclibc/sysroot/usr/include/libxml2/libxml/threads.h:35, from /home/buildroot/autobuild/instance-1/output-1/host/m68k-buildroot-linux-uclibc/sysroot/usr/include/libxml2/libxml/xmlmemory.h:220, from src/xml_edit.c:35: /home/buildroot/autobuild/instance-1/output-1/host/m68k-buildroot-linux-uclibc/sysroot/usr/include/libxml2/libxml/globals.h:30:24: note: declared here 30 | XMLPUBFUN void XMLCALL xmlCleanupGlobals(void); | ^~~~~~~~~~~~~~~~~ CC src/xml_ls.o CC src/xml_pyx.o CC src/xml_select.o src/xml_edit.c: In function 'edInsert': src/xml_edit.c:371:9: warning: 'node' may be used uninitialized in this function [-Wmaybe-uninitialized] 371 | xmlXPathNodeSetAdd(previous_insertion, node); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/buildroot/autobuild/instance-1/output-1/host/m68k-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/buildroot/autobuild/instance-1/output-1/host/m68k-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/buildroot/autobuild/instance-1/output-1/host/m68k-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/buildroot/autobuild/instance-1/output-1/host/m68k-buildroot-linux-uclibc/sysroot/usr/include/libxml2/libxml/xmlreader.h:17, from src/xmlstar.h:17, from src/xml_validate.c:35: /home/buildroot/autobuild/instance-1/output-1/host/m68k-buildroot-linux-uclibc/sysroot/usr/include/libxml2/libxml/relaxng.h:123:21: note: declared here 123 | xmlRelaxNGCleanupTypes (void); | ^~~~~~~~~~~~~~~~~~~~~~ src/xml_validate.c:494:9: warning: 'xmlSchemaCleanupTypes' is deprecated [-Wdeprecated-declarations] 494 | xmlSchemaCleanupTypes(); | ^~~~~~~~~~~~~~~~~~~~~ In file included from src/xml_validate.c:40: /home/buildroot/autobuild/instance-1/output-1/host/m68k-buildroot-linux-uclibc/sysroot/usr/include/libxml2/libxml/xmlschemastypes.h:37:17: note: declared here 37 | xmlSchemaCleanupTypes (void); | ^~~~~~~~~~~~~~~~~~~~~ CC src/usage.o CC src/c14n-usage.o CC src/depyx-usage.o CC src/edit-usage.o CC src/elem-usage.o CC src/escape-usage.o CC src/format-usage.o CC src/ls-usage.o CC src/pyx-usage.o CC src/select-usage.o CC src/trans-usage.o CC src/unescape-usage.o CC src/validate-usage.o CCLD xml make[2]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/xmlstarlet-1.6.1' make[1]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/xmlstarlet-1.6.1' >>> xmlstarlet 1.6.1 Installing to target PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-1/output-1/target install -C /home/buildroot/autobuild/instance-1/output-1/build/xmlstarlet-1.6.1/ make[1]: Entering directory '/home/buildroot/autobuild/instance-1/output-1/build/xmlstarlet-1.6.1' make[2]: Entering directory '/home/buildroot/autobuild/instance-1/output-1/build/xmlstarlet-1.6.1' /bin/mkdir -p '/home/buildroot/autobuild/instance-1/output-1/target/usr/share/doc/xmlstarlet' /bin/mkdir -p '/home/buildroot/autobuild/instance-1/output-1/target/usr/share/man/man1' /bin/mkdir -p '/home/buildroot/autobuild/instance-1/output-1/target/usr/bin' /usr/bin/install -c -m 644 doc/xmlstarlet-ug.html doc/html.css doc/xmlstarlet.txt '/home/buildroot/autobuild/instance-1/output-1/target/usr/share/doc/xmlstarlet' /usr/bin/install -c xml '/home/buildroot/autobuild/instance-1/output-1/target/usr/bin' /usr/bin/install -c -m 644 doc/xmlstarlet.1 '/home/buildroot/autobuild/instance-1/output-1/target/usr/share/man/man1' make[2]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/xmlstarlet-1.6.1' make[1]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/xmlstarlet-1.6.1' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/buildroot/autobuild/instance-1/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-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', '-O2', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-1/output-1/host/bin/m68k-linux-gcc%g" -e "s%@TARGET_CXX@%/home/buildroot/autobuild/instance-1/output-1/host/bin/m68k-linux-g++%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-1/output-1/host/bin/m68k-linux-gcc-ar%g" -e "s%@TARGET_FC@%/home/buildroot/autobuild/instance-1/output-1/host/bin/m68k-linux-gfortran%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%m68k%g" -e "s%@TARGET_CPU@%68040%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-1/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-1/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-1/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-1/output-1/host/m68k-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-1/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-1/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-1/output-1/host/bin/m68k-linux-gcc%g" -e "s%@TARGET_CXX@%/home/buildroot/autobuild/instance-1/output-1/host/bin/m68k-linux-g++%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-1/output-1/host/bin/m68k-linux-gcc-ar%g" -e "s%@TARGET_FC@%/home/buildroot/autobuild/instance-1/output-1/host/bin/m68k-linux-gfortran%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%m68k%g" -e "s%@TARGET_CPU@%68040%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0'%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-1/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-1/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-1/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-1/output-1/host/m68k-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-1/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-1/output-1/host/etc/meson/cross-compilation.conf /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /home/buildroot/autobuild/instance-1/output-1/target/etc/inittab /bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /home/buildroot/autobuild/instance-1/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/buildroot/autobuild/instance-1/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /home/buildroot/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/ash" >> /home/buildroot/autobuild/instance-1/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/buildroot/autobuild/instance-1/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /home/buildroot/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/hush" >> /home/buildroot/autobuild/instance-1/output-1/target/etc/shells; fi rm -f /home/buildroot/autobuild/instance-1/output-1/target/usr/share/glib-2.0/schemas/*.xml /home/buildroot/autobuild/instance-1/output-1/target/usr/share/glib-2.0/schemas/*.dtd /home/buildroot/autobuild/instance-1/output-1/host/bin/glib-compile-schemas /home/buildroot/autobuild/instance-1/output-1/host/m68k-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/buildroot/autobuild/instance-1/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/buildroot/autobuild/instance-1/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-1/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-1/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-1/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-1/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/buildroot/autobuild/instance-1/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-1/output-1/target/etc/shells if [ -x /home/buildroot/autobuild/instance-1/output-1/target/sbin/swapon -a -x /home/buildroot/autobuild/instance-1/output-1/target/sbin/swapoff ]; then /bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/buildroot/autobuild/instance-1/output-1/target/etc/inittab; else /bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/buildroot/autobuild/instance-1/output-1/target/etc/inittab; fi rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/include /home/buildroot/autobuild/instance-1/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-1/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-1/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/rpm /home/buildroot/autobuild/instance-1/output-1/target/usr/doc find /home/buildroot/autobuild/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-1/output-1/target/lib/ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-1/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/man /home/buildroot/autobuild/instance-1/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/info /home/buildroot/autobuild/instance-1/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/doc /home/buildroot/autobuild/instance-1/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-1/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-1/output-1/target/lib/debug /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-1/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/buildroot/autobuild/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-1/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/instance-1/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.05-7685-ge381fa9cf21"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.11-git\"" \ ) > /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-1/output-1/per-package /home/buildroot/autobuild/instance-1/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-1/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs printf ' dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n polkitd -1 polkitd -1 * - - - Polkit Daemon\n\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n /etc/polkit-1 r 750 root polkitd - - - - -\n /usr/share/polkit-1 r 750 root polkitd - - - - -\n /usr/bin/pkexec f 4755 root root - - - - -\n\n' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-1/output-1/images rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-1/output-1/target/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-1/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-1/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-1/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-1/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 1307 objects. stage 2: creating image '/home/buildroot/autobuild/instance-1/output-1/images/rootfs.yaffs2' [ ] 1/1307 0% [ ] 2/1307 0% [ ] 3/1307 0% [ ] 4/1307 0% [ ] 5/1307 0% [ ] 6/1307 0% [ ] 7/1307 0% [ ] 8/1307 0% [ ] 9/1307 0% [ ] 10/1307 0% [ ] 11/1307 0% [ ] 12/1307 0% [ ] 13/1307 0% [ ] 14/1307 1% [ ] 15/1307 1% [ ] 16/1307 1% [ ] 17/1307 1% [ ] 18/1307 1% [ ] 19/1307 1% [ ] 20/1307 1% [ ] 21/1307 1% [= ] 22/1307 1% [= ] 23/1307 1% [= ] 24/1307 1% [= ] 25/1307 1% [= ] 26/1307 1% [= ] 27/1307 2% [= ] 28/1307 2% [= ] 29/1307 2% [= ] 30/1307 2% [= ] 31/1307 2% [= ] 32/1307 2% [= ] 33/1307 2% [= ] 34/1307 2% [= ] 35/1307 2% [= ] 36/1307 2% [= ] 37/1307 2% [= ] 38/1307 2% [= ] 39/1307 2% [= ] 40/1307 3% [= ] 41/1307 3% [= ] 42/1307 3% [== ] 43/1307 3% [== ] 44/1307 3% [== ] 45/1307 3% [== ] 46/1307 3% [== ] 47/1307 3% [== ] 48/1307 3% [== ] 49/1307 3% [== ] 50/1307 3% [== ] 51/1307 3% [== ] 52/1307 3% [== ] 53/1307 4% [== ] 54/1307 4% [== ] 55/1307 4% [== ] 56/1307 4% [== ] 57/1307 4% [== ] 58/1307 4% [== ] 59/1307 4% [== ] 60/1307 4% [== ] 61/1307 4% [== ] 62/1307 4% [== ] 63/1307 4% [=== ] 64/1307 4% [=== ] 65/1307 4% [=== ] 66/1307 5% [=== ] 67/1307 5% [=== ] 68/1307 5% [=== ] 69/1307 5% [=== ] 70/1307 5% [=== ] 71/1307 5% [=== ] 72/1307 5% [=== ] 73/1307 5% [=== ] 74/1307 5% [=== ] 75/1307 5% [=== ] 76/1307 5% [=== ] 77/1307 5% [=== ] 78/1307 5% [=== ] 79/1307 6% [=== ] 80/1307 6% [=== ] 81/1307 6% [=== ] 82/1307 6% [=== ] 83/1307 6% [=== ] 84/1307 6% [==== ] 85/1307 6% [==== ] 86/1307 6% [==== ] 87/1307 6% [==== ] 88/1307 6% [==== ] 89/1307 6% [==== ] 90/1307 6% [==== ] 91/1307 6% [==== ] 92/1307 7% [==== ] 93/1307 7% [==== ] 94/1307 7% [==== ] 95/1307 7% [==== ] 96/1307 7% [==== ] 97/1307 7% [==== ] 98/1307 7% [==== ] 99/1307 7% [==== ] 100/1307 7% [==== ] 101/1307 7% [==== ] 102/1307 7% [==== ] 103/1307 7% [==== ] 104/1307 7% [==== ] 105/1307 8% [===== ] 106/1307 8% [===== ] 107/1307 8% [===== ] 108/1307 8% [===== ] 109/1307 8% [===== ] 110/1307 8% [===== ] 111/1307 8% [===== ] 112/1307 8% [===== ] 113/1307 8% [===== ] 114/1307 8% [===== ] 115/1307 8% [===== ] 116/1307 8% [===== ] 117/1307 8% [===== ] 118/1307 9% [===== ] 119/1307 9% [===== ] 120/1307 9% [===== ] 121/1307 9% [===== ] 122/1307 9% [===== ] 123/1307 9% [===== ] 124/1307 9% [===== ] 125/1307 9% [===== ] 126/1307 9% [====== ] 127/1307 9% [====== ] 128/1307 9% [====== ] 129/1307 9% [====== ] 130/1307 9% [====== ] 131/1307 10% [====== ] 132/1307 10% [====== ] 133/1307 10% [====== ] 134/1307 10% [====== ] 135/1307 10% [====== ] 136/1307 10% [====== ] 137/1307 10% [====== ] 138/1307 10% [====== ] 139/1307 10% [====== ] 140/1307 10% [====== ] 141/1307 10% [====== ] 142/1307 10% [====== ] 143/1307 10% [====== ] 144/1307 11% [====== ] 145/1307 11% [====== ] 146/1307 11% [====== ] 147/1307 11% [======= ] 148/1307 11% [======= ] 149/1307 11% [======= ] 150/1307 11% [======= ] 151/1307 11% [======= ] 152/1307 11% [======= ] 153/1307 11% [======= ] 154/1307 11% [======= ] 155/1307 11% [======= ] 156/1307 11% [======= ] 157/1307 12% [======= ] 158/1307 12% [======= ] 159/1307 12% [======= ] 160/1307 12% [======= ] 161/1307 12% [======= ] 162/1307 12% [======= ] 163/1307 12% [======= ] 164/1307 12% [======= ] 165/1307 12% [======= ] 166/1307 12% [======= ] 167/1307 12% [======= ] 168/1307 12% [======== ] 169/1307 12% [======== ] 170/1307 13% [======== ] 171/1307 13% [======== ] 172/1307 13% [======== ] 173/1307 13% [======== ] 174/1307 13% [======== ] 175/1307 13% [======== ] 176/1307 13% [======== ] 177/1307 13% [======== ] 178/1307 13% [======== ] 179/1307 13% [======== ] 180/1307 13% [======== ] 181/1307 13% [======== ] 182/1307 13% [======== ] 183/1307 14% [======== ] 184/1307 14% [======== ] 185/1307 14% [======== ] 186/1307 14% [======== ] 187/1307 14% [======== ] 188/1307 14% [======== ] 189/1307 14% [========= ] 190/1307 14% [========= ] 191/1307 14% [========= ] 192/1307 14% [========= ] 193/1307 14% [========= ] 194/1307 14% [========= ] 195/1307 14% [========= ] 196/1307 14% [========= ] 197/1307 15% [========= ] 198/1307 15% [========= ] 199/1307 15% [========= ] 200/1307 15% [========= ] 201/1307 15% [========= ] 202/1307 15% [========= ] 203/1307 15% [========= ] 204/1307 15% [========= ] 205/1307 15% [========= ] 206/1307 15% [========= ] 207/1307 15% [========= ] 208/1307 15% [========= ] 209/1307 15% [========= ] 210/1307 16% [========== ] 211/1307 16% [========== ] 212/1307 16% [========== ] 213/1307 16% [========== ] 214/1307 16% [========== ] 215/1307 16% [========== ] 216/1307 16% [========== ] 217/1307 16% [========== ] 218/1307 16% [========== ] 219/1307 16% [========== ] 220/1307 16% [========== ] 221/1307 16% [========== ] 222/1307 16% [========== ] 223/1307 17% [========== ] 224/1307 17% [========== ] 225/1307 17% [========== ] 226/1307 17% [========== ] 227/1307 17% [========== ] 228/1307 17% [========== ] 229/1307 17% [========== ] 230/1307 17% [========== ] 231/1307 17% [=========== ] 232/1307 17% [=========== ] 233/1307 17% [=========== ] 234/1307 17% [=========== ] 235/1307 17% [=========== ] 236/1307 18% [=========== ] 237/1307 18% [=========== ] 238/1307 18% [=========== ] 239/1307 18% [=========== ] 240/1307 18% [=========== ] 241/1307 18% [=========== ] 242/1307 18% [=========== ] 243/1307 18% [=========== ] 244/1307 18% [=========== ] 245/1307 18% [=========== ] 246/1307 18% [=========== ] 247/1307 18% [=========== ] 248/1307 18% [=========== ] 249/1307 19% [=========== ] 250/1307 19% [=========== ] 251/1307 19% [=========== ] 252/1307 19% [============ ] 253/1307 19% [============ ] 254/1307 19% [============ ] 255/1307 19% [============ ] 256/1307 19% [============ ] 257/1307 19% [============ ] 258/1307 19% [============ ] 259/1307 19% [============ ] 260/1307 19% [============ ] 261/1307 19% [============ ] 262/1307 20% [============ ] 263/1307 20% [============ ] 264/1307 20% [============ ] 265/1307 20% [============ ] 266/1307 20% [============ ] 267/1307 20% [============ ] 268/1307 20% [============ ] 269/1307 20% [============ ] 270/1307 20% [============ ] 271/1307 20% [============ ] 272/1307 20% [============ ] 273/1307 20% [============ ] 274/1307 20% [============= ] 275/1307 21% [============= ] 276/1307 21% [============= ] 277/1307 21% [============= ] 278/1307 21% [============= ] 279/1307 21% [============= ] 280/1307 21% [============= ] 281/1307 21% [============= ] 282/1307 21% [============= ] 283/1307 21% [============= ] 284/1307 21% [============= ] 285/1307 21% [============= ] 286/1307 21% [============= ] 287/1307 21% [============= ] 288/1307 22% [============= ] 289/1307 22% [============= ] 290/1307 22% [============= ] 291/1307 22% [============= ] 292/1307 22% [============= ] 293/1307 22% [============= ] 294/1307 22% [============= ] 295/1307 22% [============== ] 296/1307 22% [============== ] 297/1307 22% [============== ] 298/1307 22% [============== ] 299/1307 22% [============== ] 300/1307 22% [============== ] 301/1307 23% [============== ] 302/1307 23% [============== ] 303/1307 23% [============== ] 304/1307 23% [============== ] 305/1307 23% [============== ] 306/1307 23% [============== ] 307/1307 23% [============== ] 308/1307 23% [============== ] 309/1307 23% [============== ] 310/1307 23% [============== ] 311/1307 23% [============== ] 312/1307 23% [============== ] 313/1307 23% [============== ] 314/1307 24% [============== ] 315/1307 24% [============== ] 316/1307 24% [=============== ] 317/1307 24% [=============== ] 318/1307 24% [=============== ] 319/1307 24% [=============== ] 320/1307 24% [=============== ] 321/1307 24% [=============== ] 322/1307 24% [=============== ] 323/1307 24% [=============== ] 324/1307 24% [=============== ] 325/1307 24% [=============== ] 326/1307 24% [=============== ] 327/1307 25% [=============== ] 328/1307 25% [=============== ] 329/1307 25% [=============== ] 330/1307 25% [=============== ] 331/1307 25% [=============== ] 332/1307 25% [=============== ] 333/1307 25% [=============== ] 334/1307 25% [=============== ] 335/1307 25% [=============== ] 336/1307 25% [=============== ] 337/1307 25% [================ ] 338/1307 25% [================ ] 339/1307 25% [================ ] 340/1307 26% [================ ] 341/1307 26% [================ ] 342/1307 26% [================ ] 343/1307 26% [================ ] 344/1307 26% [================ ] 345/1307 26% [================ ] 346/1307 26% [================ ] 347/1307 26% [================ ] 348/1307 26% [================ ] 349/1307 26% [================ ] 350/1307 26% [================ ] 351/1307 26% [================ ] 352/1307 26% [================ ] 353/1307 27% [================ ] 354/1307 27% [================ ] 355/1307 27% [================ ] 356/1307 27% [================ ] 357/1307 27% [================ ] 358/1307 27% [================= ] 359/1307 27% [================= ] 360/1307 27% [================= ] 361/1307 27% [================= ] 362/1307 27% [================= ] 363/1307 27% [================= ] 364/1307 27% [================= ] 365/1307 27% [================= ] 366/1307 28% [================= ] 367/1307 28% [================= ] 368/1307 28% [================= ] 369/1307 28% [================= ] 370/1307 28% [================= ] 371/1307 28% [================= ] 372/1307 28% [================= ] 373/1307 28% [================= ] 374/1307 28% [================= ] 375/1307 28% [================= ] 376/1307 28% [================= ] 377/1307 28% [================= ] 378/1307 28% [================= ] 379/1307 28% [================== ] 380/1307 29% [================== ] 381/1307 29% [================== ] 382/1307 29% [================== ] 383/1307 29% [================== ] 384/1307 29% [================== ] 385/1307 29% [================== ] 386/1307 29% [================== ] 387/1307 29% [================== ] 388/1307 29% [================== ] 389/1307 29% [================== ] 390/1307 29% [================== ] 391/1307 29% [================== ] 392/1307 29% [================== ] 393/1307 30% [================== ] 394/1307 30% [================== ] 395/1307 30% [================== ] 396/1307 30% [================== ] 397/1307 30% [================== ] 398/1307 30% [================== ] 399/1307 30% [================== ] 400/1307 30% [=================== ] 401/1307 30% [=================== ] 402/1307 30% [=================== ] 403/1307 30% [=================== ] 404/1307 30% [=================== ] 405/1307 30% [=================== ] 406/1307 31% [=================== ] 407/1307 31% [=================== ] 408/1307 31% [=================== ] 409/1307 31% [=================== ] 410/1307 31% [=================== ] 411/1307 31% [=================== ] 412/1307 31% [=================== ] 413/1307 31% [=================== ] 414/1307 31% [=================== ] 415/1307 31% [=================== ] 416/1307 31% [=================== ] 417/1307 31% [=================== ] 418/1307 31% [=================== ] 419/1307 32% [=================== ] 420/1307 32% [=================== ] 421/1307 32% [==================== ] 422/1307 32% [==================== ] 423/1307 32% [==================== ] 424/1307 32% [==================== ] 425/1307 32% [==================== ] 426/1307 32% [==================== ] 427/1307 32% [==================== ] 428/1307 32% [==================== ] 429/1307 32% [==================== ] 430/1307 32% [==================== ] 431/1307 32% [==================== ] 432/1307 33% [==================== ] 433/1307 33% [==================== ] 434/1307 33% [==================== ] 435/1307 33% [==================== ] 436/1307 33% [==================== ] 437/1307 33% [==================== ] 438/1307 33% [==================== ] 439/1307 33% [==================== ] 440/1307 33% [==================== ] 441/1307 33% [==================== ] 442/1307 33% [===================== ] 443/1307 33% [===================== ] 444/1307 33% [===================== ] 445/1307 34% [===================== ] 446/1307 34% [===================== ] 447/1307 34% [===================== ] 448/1307 34% [===================== ] 449/1307 34% [===================== ] 450/1307 34% [===================== ] 451/1307 34% [===================== ] 452/1307 34% [===================== ] 453/1307 34% [===================== ] 454/1307 34% [===================== ] 455/1307 34% [===================== ] 456/1307 34% [===================== ] 457/1307 34% [===================== ] 458/1307 35% [===================== ] 459/1307 35% [===================== ] 460/1307 35% [===================== ] 461/1307 35% [===================== ] 462/1307 35% [===================== ] 463/1307 35% [====================== ] 464/1307 35% [====================== ] 465/1307 35% [====================== ] 466/1307 35% [====================== ] 467/1307 35% [====================== ] 468/1307 35% [====================== ] 469/1307 35% [====================== ] 470/1307 35% [====================== ] 471/1307 36% [====================== ] 472/1307 36% [====================== ] 473/1307 36% [====================== ] 474/1307 36% [====================== ] 475/1307 36% [====================== ] 476/1307 36% [====================== ] 477/1307 36% [====================== ] 478/1307 36% [====================== ] 479/1307 36% [====================== ] 480/1307 36% [====================== ] 481/1307 36% [====================== ] 482/1307 36% [====================== ] 483/1307 36% [====================== ] 484/1307 37% [======================= ] 485/1307 37% [======================= ] 486/1307 37% [======================= ] 487/1307 37% [======================= ] 488/1307 37% [======================= ] 489/1307 37% [======================= ] 490/1307 37% [======================= ] 491/1307 37% [======================= ] 492/1307 37% [======================= ] 493/1307 37% [======================= ] 494/1307 37% [======================= ] 495/1307 37% [======================= ] 496/1307 37% [======================= ] 497/1307 38% [======================= ] 498/1307 38% [======================= ] 499/1307 38% [======================= ] 500/1307 38% [======================= ] 501/1307 38% [======================= ] 502/1307 38% [======================= ] 503/1307 38% [======================= ] 504/1307 38% [======================= ] 505/1307 38% [======================== ] 506/1307 38% [======================== ] 507/1307 38% [======================== ] 508/1307 38% [======================== ] 509/1307 38% [======================== ] 510/1307 39% [======================== ] 511/1307 39% [======================== ] 512/1307 39% [======================== ] 513/1307 39% [======================== ] 514/1307 39% [======================== ] 515/1307 39% [======================== ] 516/1307 39% [======================== ] 517/1307 39% [======================== ] 518/1307 39% [======================== ] 519/1307 39% [======================== ] 520/1307 39% [======================== ] 521/1307 39% [======================== ] 522/1307 39% [======================== ] 523/1307 40% [======================== ] 524/1307 40% [======================== ] 525/1307 40% [======================== ] 526/1307 40% [======================== ] 527/1307 40% [========================= ] 528/1307 40% [========================= ] 529/1307 40% [========================= ] 530/1307 40% [========================= ] 531/1307 40% [========================= ] 532/1307 40% [========================= ] 533/1307 40% [========================= ] 534/1307 40% [========================= ] 535/1307 40% [========================= ] 536/1307 41% [========================= ] 537/1307 41% [========================= ] 538/1307 41% [========================= ] 539/1307 41% [========================= ] 540/1307 41% [========================= ] 541/1307 41% [========================= ] 542/1307 41% [========================= ] 543/1307 41% [========================= ] 544/1307 41% [========================= ] 545/1307 41% [========================= ] 546/1307 41% [========================= ] 547/1307 41% [========================= ] 548/1307 41% [========================== ] 549/1307 42% [========================== ] 550/1307 42% [========================== ] 551/1307 42% [========================== ] 552/1307 42% [========================== ] 553/1307 42% [========================== ] 554/1307 42% [========================== ] 555/1307 42% [========================== ] 556/1307 42% [========================== ] 557/1307 42% [========================== ] 558/1307 42% [========================== ] 559/1307 42% [========================== ] 560/1307 42% [========================== ] 561/1307 42% [========================== ] 562/1307 42% [========================== ] 563/1307 43% [========================== ] 564/1307 43% [========================== ] 565/1307 43% [========================== ] 566/1307 43% [========================== ] 567/1307 43% [========================== ] 568/1307 43% [========================== ] 569/1307 43% [=========================== ] 570/1307 43% [=========================== ] 571/1307 43% [=========================== ] 572/1307 43% [=========================== ] 573/1307 43% [=========================== ] 574/1307 43% [=========================== ] 575/1307 43% [=========================== ] 576/1307 44% [=========================== ] 577/1307 44% [=========================== ] 578/1307 44% [=========================== ] 579/1307 44% [=========================== ] 580/1307 44% [=========================== ] 581/1307 44% [=========================== ] 582/1307 44% [=========================== ] 583/1307 44% [=========================== ] 584/1307 44% [=========================== ] 585/1307 44% [=========================== ] 586/1307 44% [=========================== ] 587/1307 44% [=========================== ] 588/1307 44% [=========================== ] 589/1307 45% [=========================== ] 590/1307 45% [============================ ] 591/1307 45% [============================ ] 592/1307 45% [============================ ] 593/1307 45% [============================ ] 594/1307 45% [============================ ] 595/1307 45% [============================ ] 596/1307 45% [============================ ] 597/1307 45% [============================ ] 598/1307 45% [============================ ] 599/1307 45% [============================ ] 600/1307 45% [============================ ] 601/1307 45% [============================ ] 602/1307 46% [============================ ] 603/1307 46% [============================ ] 604/1307 46% [============================ ] 605/1307 46% [============================ ] 606/1307 46% [============================ ] 607/1307 46% [============================ ] 608/1307 46% [============================ ] 609/1307 46% [============================ ] 610/1307 46% [============================ ] 611/1307 46% [============================= ] 612/1307 46% [============================= ] 613/1307 46% [============================= ] 614/1307 46% [============================= ] 615/1307 47% [============================= ] 616/1307 47% [============================= ] 617/1307 47% [============================= ] 618/1307 47% [============================= ] 619/1307 47% [============================= ] 620/1307 47% [============================= ] 621/1307 47% [============================= ] 622/1307 47% [============================= ] 623/1307 47% [============================= ] 624/1307 47% [============================= ] 625/1307 47% [============================= ] 626/1307 47% [============================= ] 627/1307 47% [============================= ] 628/1307 48% [============================= ] 629/1307 48% [============================= ] 630/1307 48% [============================= ] 631/1307 48% [============================= ] 632/1307 48% [============================== ] 633/1307 48% [============================== ] 634/1307 48% [============================== ] 635/1307 48% [============================== ] 636/1307 48% [============================== ] 637/1307 48% [============================== ] 638/1307 48% [============================== ] 639/1307 48% [============================== ] 640/1307 48% [============================== ] 641/1307 49% [============================== ] 642/1307 49% [============================== ] 643/1307 49% [============================== ] 644/1307 49% [============================== ] 645/1307 49% [============================== ] 646/1307 49% [============================== ] 647/1307 49% [============================== ] 648/1307 49% [============================== ] 649/1307 49% [============================== ] 650/1307 49% [============================== ] 651/1307 49% [============================== ] 652/1307 49% [============================== ] 653/1307 49% [=============================== ] 654/1307 50% [=============================== ] 655/1307 50% [=============================== ] 656/1307 50% [=============================== ] 657/1307 50% [=============================== ] 658/1307 50% [=============================== ] 659/1307 50% [=============================== ] 660/1307 50% [=============================== ] 661/1307 50% [=============================== ] 662/1307 50% [=============================== ] 663/1307 50% [=============================== ] 664/1307 50% [=============================== ] 665/1307 50% [=============================== ] 666/1307 50% [=============================== ] 667/1307 51% [=============================== ] 668/1307 51% [=============================== ] 669/1307 51% [=============================== ] 670/1307 51% [=============================== ] 671/1307 51% [=============================== ] 672/1307 51% [=============================== ] 673/1307 51% [=============================== ] 674/1307 51% [================================ ] 675/1307 51% [================================ ] 676/1307 51% [================================ ] 677/1307 51% [================================ ] 678/1307 51% [================================ ] 679/1307 51% [================================ ] 680/1307 52% [================================ ] 681/1307 52% [================================ ] 682/1307 52% [================================ ] 683/1307 52% [================================ ] 684/1307 52% [================================ ] 685/1307 52% [================================ ] 686/1307 52% [================================ ] 687/1307 52% [================================ ] 688/1307 52% [================================ ] 689/1307 52% [================================ ] 690/1307 52% [================================ ] 691/1307 52% [================================ ] 692/1307 52% [================================ ] 693/1307 53% [================================ ] 694/1307 53% [================================ ] 695/1307 53% [================================= ] 696/1307 53% [================================= ] 697/1307 53% [================================= ] 698/1307 53% [================================= ] 699/1307 53% [================================= ] 700/1307 53% [================================= ] 701/1307 53% [================================= ] 702/1307 53% [================================= ] 703/1307 53% [================================= ] 704/1307 53% [================================= ] 705/1307 53% [================================= ] 706/1307 54% [================================= ] 707/1307 54% [================================= ] 708/1307 54% [================================= ] 709/1307 54% [================================= ] 710/1307 54% [================================= ] 711/1307 54% [================================= ] 712/1307 54% [================================= ] 713/1307 54% [================================= ] 714/1307 54% [================================= ] 715/1307 54% [================================= ] 716/1307 54% [================================== ] 717/1307 54% [================================== ] 718/1307 54% [================================== ] 719/1307 55% [================================== ] 720/1307 55% [================================== ] 721/1307 55% [================================== ] 722/1307 55% [================================== ] 723/1307 55% [================================== ] 724/1307 55% [================================== ] 725/1307 55% [================================== ] 726/1307 55% [================================== ] 727/1307 55% [================================== ] 728/1307 55% [================================== ] 729/1307 55% [================================== ] 730/1307 55% [================================== ] 731/1307 55% [================================== ] 732/1307 56% [================================== ] 733/1307 56% [================================== ] 734/1307 56% [================================== ] 735/1307 56% [================================== ] 736/1307 56% [================================== ] 737/1307 56% [=================================== ] 738/1307 56% [=================================== ] 739/1307 56% [=================================== ] 740/1307 56% [=================================== ] 741/1307 56% [=================================== ] 742/1307 56% [=================================== ] 743/1307 56% [=================================== ] 744/1307 56% [=================================== ] 745/1307 57% [=================================== ] 746/1307 57% [=================================== ] 747/1307 57% [=================================== ] 748/1307 57% [=================================== ] 749/1307 57% [=================================== ] 750/1307 57% [=================================== ] 751/1307 57% [=================================== ] 752/1307 57% [=================================== ] 753/1307 57% [=================================== ] 754/1307 57% [=================================== ] 755/1307 57% [=================================== ] 756/1307 57% [=================================== ] 757/1307 57% [=================================== ] 758/1307 57% [==================================== ] 759/1307 58% [==================================== ] 760/1307 58% [==================================== ] 761/1307 58% [==================================== ] 762/1307 58% [==================================== ] 763/1307 58% [==================================== ] 764/1307 58% [==================================== ] 765/1307 58% [==================================== ] 766/1307 58% [==================================== ] 767/1307 58% [==================================== ] 768/1307 58% [==================================== ] 769/1307 58% [==================================== ] 770/1307 58% [==================================== ] 771/1307 58% [==================================== ] 772/1307 59% [==================================== ] 773/1307 59% [==================================== ] 774/1307 59% [==================================== ] 775/1307 59% [==================================== ] 776/1307 59% [==================================== ] 777/1307 59% [==================================== ] 778/1307 59% [==================================== ] 779/1307 59% [===================================== ] 780/1307 59% [===================================== ] 781/1307 59% [===================================== ] 782/1307 59% [===================================== ] 783/1307 59% [===================================== ] 784/1307 59% [===================================== ] 785/1307 60% [===================================== ] 786/1307 60% [===================================== ] 787/1307 60% [===================================== ] 788/1307 60% [===================================== ] 789/1307 60% [===================================== ] 790/1307 60% [===================================== ] 791/1307 60% [===================================== ] 792/1307 60% [===================================== ] 793/1307 60% [===================================== ] 794/1307 60% [===================================== ] 795/1307 60% [===================================== ] 796/1307 60% [===================================== ] 797/1307 60% [===================================== ] 798/1307 61% [===================================== ] 799/1307 61% [===================================== ] 800/1307 61% [===================================== ] 801/1307 61% [====================================== ] 802/1307 61% [====================================== ] 803/1307 61% [====================================== ] 804/1307 61% [====================================== ] 805/1307 61% [====================================== ] 806/1307 61% [====================================== ] 807/1307 61% [====================================== ] 808/1307 61% [====================================== ] 809/1307 61% [====================================== ] 810/1307 61% [====================================== ] 811/1307 62% [====================================== ] 812/1307 62% [====================================== ] 813/1307 62% [====================================== ] 814/1307 62% [====================================== ] 815/1307 62% [====================================== ] 816/1307 62% [====================================== ] 817/1307 62% [====================================== ] 818/1307 62% [====================================== ] 819/1307 62% [====================================== ] 820/1307 62% [====================================== ] 821/1307 62% [====================================== ] 822/1307 62% [======================================= ] 823/1307 62% [======================================= ] 824/1307 63% [======================================= ] 825/1307 63% [======================================= ] 826/1307 63% [======================================= ] 827/1307 63% [======================================= ] 828/1307 63% [======================================= ] 829/1307 63% [======================================= ] 830/1307 63% [======================================= ] 831/1307 63% [======================================= ] 832/1307 63% [======================================= ] 833/1307 63% [======================================= ] 834/1307 63% [======================================= ] 835/1307 63% [======================================= ] 836/1307 63% [======================================= ] 837/1307 64% [======================================= ] 838/1307 64% [======================================= ] 839/1307 64% [======================================= ] 840/1307 64% [======================================= ] 841/1307 64% [======================================= ] 842/1307 64% [======================================= ] 843/1307 64% [======================================== ] 844/1307 64% [======================================== ] 845/1307 64% [======================================== ] 846/1307 64% [======================================== ] 847/1307 64% [======================================== ] 848/1307 64% [======================================== ] 849/1307 64% [======================================== ] 850/1307 65% [======================================== ] 851/1307 65% [======================================== ] 852/1307 65% [======================================== ] 853/1307 65% [======================================== ] 854/1307 65% [======================================== ] 855/1307 65% [======================================== ] 856/1307 65% [======================================== ] 857/1307 65% [======================================== ] 858/1307 65% [======================================== ] 859/1307 65% [======================================== ] 860/1307 65% [======================================== ] 861/1307 65% [======================================== ] 862/1307 65% [======================================== ] 863/1307 66% [======================================== ] 864/1307 66% [========================================= ] 865/1307 66% [========================================= ] 866/1307 66% [========================================= ] 867/1307 66% [========================================= ] 868/1307 66% [========================================= ] 869/1307 66% [========================================= ] 870/1307 66% [========================================= ] 871/1307 66% [========================================= ] 872/1307 66% [========================================= ] 873/1307 66% [========================================= ] 874/1307 66% [========================================= ] 875/1307 66% [========================================= ] 876/1307 67% [========================================= ] 877/1307 67% [========================================= ] 878/1307 67% [========================================= ] 879/1307 67% [========================================= ] 880/1307 67% [========================================= ] 881/1307 67% [========================================= ] 882/1307 67% [========================================= ] 883/1307 67% [========================================= ] 884/1307 67% [========================================= ] 885/1307 67% [========================================== ] 886/1307 67% [========================================== ] 887/1307 67% [========================================== ] 888/1307 67% [========================================== ] 889/1307 68% [========================================== ] 890/1307 68% [========================================== ] 891/1307 68% [========================================== ] 892/1307 68% [========================================== ] 893/1307 68% [========================================== ] 894/1307 68% [========================================== ] 895/1307 68% [========================================== ] 896/1307 68% [========================================== ] 897/1307 68% [========================================== ] 898/1307 68% [========================================== ] 899/1307 68% [========================================== ] 900/1307 68% [========================================== ] 901/1307 68% [========================================== ] 902/1307 69% [========================================== ] 903/1307 69% [========================================== ] 904/1307 69% [========================================== ] 905/1307 69% [========================================== ] 906/1307 69% [=========================================== ] 907/1307 69% [=========================================== ] 908/1307 69% [=========================================== ] 909/1307 69% [=========================================== ] 910/1307 69% [=========================================== ] 911/1307 69% [=========================================== ] 912/1307 69% [=========================================== ] 913/1307 69% [=========================================== ] 914/1307 69% [=========================================== ] 915/1307 70% [=========================================== ] 916/1307 70% [=========================================== ] 917/1307 70% [=========================================== ] 918/1307 70% [=========================================== ] 919/1307 70% [=========================================== ] 920/1307 70% [=========================================== ] 921/1307 70% [=========================================== ] 922/1307 70% [=========================================== ] 923/1307 70% [=========================================== ] 924/1307 70% [=========================================== ] 925/1307 70% [=========================================== ] 926/1307 70% [=========================================== ] 927/1307 70% [============================================ ] 928/1307 71% [============================================ ] 929/1307 71% [============================================ ] 930/1307 71% [============================================ ] 931/1307 71% [============================================ ] 932/1307 71% [============================================ ] 933/1307 71% [============================================ ] 934/1307 71% [============================================ ] 935/1307 71% [============================================ ] 936/1307 71% [============================================ ] 937/1307 71% [============================================ ] 938/1307 71% [============================================ ] 939/1307 71% [============================================ ] 940/1307 71% [============================================ ] 941/1307 71% [============================================ ] 942/1307 72% [============================================ ] 943/1307 72% [============================================ ] 944/1307 72% [============================================ ] 945/1307 72% [============================================ ] 946/1307 72% [============================================ ] 947/1307 72% [============================================ ] 948/1307 72% [============================================= ] 949/1307 72% [============================================= ] 950/1307 72% [============================================= ] 951/1307 72% [============================================= ] 952/1307 72% [============================================= ] 953/1307 72% [============================================= ] 954/1307 72% [============================================= ] 955/1307 73% [============================================= ] 956/1307 73% [============================================= ] 957/1307 73% [============================================= ] 958/1307 73% [============================================= ] 959/1307 73% [============================================= ] 960/1307 73% [============================================= ] 961/1307 73% [============================================= ] 962/1307 73% [============================================= ] 963/1307 73% [============================================= ] 964/1307 73% [============================================= ] 965/1307 73% [============================================= ] 966/1307 73% [============================================= ] 967/1307 73% [============================================= ] 968/1307 74% [============================================= ] 969/1307 74% [============================================== ] 970/1307 74% [============================================== ] 971/1307 74% [============================================== ] 972/1307 74% [============================================== ] 973/1307 74% [============================================== ] 974/1307 74% [============================================== ] 975/1307 74% [============================================== ] 976/1307 74% [============================================== ] 977/1307 74% [============================================== ] 978/1307 74% [============================================== ] 979/1307 74% [============================================== ] 980/1307 74% [============================================== ] 981/1307 75% [============================================== ] 982/1307 75% [============================================== ] 983/1307 75% [============================================== ] 984/1307 75% [============================================== ] 985/1307 75% [============================================== ] 986/1307 75% [============================================== ] 987/1307 75% [============================================== ] 988/1307 75% [============================================== ] 989/1307 75% [============================================== ] 990/1307 75% [=============================================== ] 991/1307 75% [=============================================== ] 992/1307 75% [=============================================== ] 993/1307 75% [=============================================== ] 994/1307 76% [=============================================== ] 995/1307 76% [=============================================== ] 996/1307 76% [=============================================== ] 997/1307 76% [=============================================== ] 998/1307 76% [=============================================== ] 999/1307 76% [=============================================== ] 1000/1307 76% [=============================================== ] 1001/1307 76% [=============================================== ] 1002/1307 76% [=============================================== ] 1003/1307 76% [=============================================== ] 1004/1307 76% [=============================================== ] 1005/1307 76% [=============================================== ] 1006/1307 76% [=============================================== ] 1007/1307 77% [=============================================== ] 1008/1307 77% [=============================================== ] 1009/1307 77% [=============================================== ] 1010/1307 77% [=============================================== ] 1011/1307 77% [================================================ ] 1012/1307 77% [================================================ ] 1013/1307 77% [================================================ ] 1014/1307 77% [================================================ ] 1015/1307 77% [================================================ ] 1016/1307 77% [================================================ ] 1017/1307 77% [================================================ ] 1018/1307 77% [================================================ ] 1019/1307 77% [================================================ ] 1020/1307 78% [================================================ ] 1021/1307 78% [================================================ ] 1022/1307 78% [================================================ ] 1023/1307 78% [================================================ ] 1024/1307 78% [================================================ ] 1025/1307 78% [================================================ ] 1026/1307 78% [================================================ ] 1027/1307 78% [================================================ ] 1028/1307 78% [================================================ ] 1029/1307 78% [================================================ ] 1030/1307 78% [================================================ ] 1031/1307 78% [================================================ ] 1032/1307 78% [================================================= ] 1033/1307 79% [================================================= ] 1034/1307 79% [================================================= ] 1035/1307 79% [================================================= ] 1036/1307 79% [================================================= ] 1037/1307 79% [================================================= ] 1038/1307 79% [================================================= ] 1039/1307 79% [================================================= ] 1040/1307 79% [================================================= ] 1041/1307 79% [================================================= ] 1042/1307 79% [================================================= ] 1043/1307 79% [================================================= ] 1044/1307 79% [================================================= ] 1045/1307 79% [================================================= ] 1046/1307 80% [================================================= ] 1047/1307 80% [================================================= ] 1048/1307 80% [================================================= ] 1049/1307 80% [================================================= ] 1050/1307 80% [================================================= ] 1051/1307 80% [================================================= ] 1052/1307 80% [================================================= ] 1053/1307 80% [================================================= ] 1054/1307 80% [================================================== ] 1055/1307 80% [================================================== ] 1056/1307 80% [================================================== ] 1057/1307 80% [================================================== ] 1058/1307 80% [================================================== ] 1059/1307 81% [================================================== ] 1060/1307 81% [================================================== ] 1061/1307 81% [================================================== ] 1062/1307 81% [================================================== ] 1063/1307 81% [================================================== ] 1064/1307 81% [================================================== ] 1065/1307 81% [================================================== ] 1066/1307 81% [================================================== ] 1067/1307 81% [================================================== ] 1068/1307 81% [================================================== ] 1069/1307 81% [================================================== ] 1070/1307 81% [================================================== ] 1071/1307 81% [================================================== ] 1072/1307 82% [================================================== ] 1073/1307 82% [================================================== ] 1074/1307 82% [================================================== ] 1075/1307 82% [=================================================== ] 1076/1307 82% [=================================================== ] 1077/1307 82% [=================================================== ] 1078/1307 82% [=================================================== ] 1079/1307 82% [=================================================== ] 1080/1307 82% [=================================================== ] 1081/1307 82% [=================================================== ] 1082/1307 82% [=================================================== ] 1083/1307 82% [=================================================== ] 1084/1307 82% [=================================================== ] 1085/1307 83% [=================================================== ] 1086/1307 83% [=================================================== ] 1087/1307 83% [=================================================== ] 1088/1307 83% [=================================================== ] 1089/1307 83% [=================================================== ] 1090/1307 83% [=================================================== ] 1091/1307 83% [=================================================== ] 1092/1307 83% [=================================================== ] 1093/1307 83% [=================================================== ] 1094/1307 83% [=================================================== ] 1095/1307 83% [=================================================== ] 1096/1307 83% [==================================================== ] 1097/1307 83% [==================================================== ] 1098/1307 84% [==================================================== ] 1099/1307 84% [==================================================== ] 1100/1307 84% [==================================================== ] 1101/1307 84% [==================================================== ] 1102/1307 84% [==================================================== ] 1103/1307 84% [==================================================== ] 1104/1307 84% [==================================================== ] 1105/1307 84% [==================================================== ] 1106/1307 84% [==================================================== ] 1107/1307 84% [==================================================== ] 1108/1307 84% [==================================================== ] 1109/1307 84% [==================================================== ] 1110/1307 84% [==================================================== ] 1111/1307 85% [==================================================== ] 1112/1307 85% [==================================================== ] 1113/1307 85% [==================================================== ] 1114/1307 85% [==================================================== ] 1115/1307 85% [==================================================== ] 1116/1307 85% [==================================================== ] 1117/1307 85% [===================================================== ] 1118/1307 85% [===================================================== ] 1119/1307 85% [===================================================== ] 1120/1307 85% [===================================================== ] 1121/1307 85% [===================================================== ] 1122/1307 85% [===================================================== ] 1123/1307 85% [===================================================== ] 1124/1307 85% [===================================================== ] 1125/1307 86% [===================================================== ] 1126/1307 86% [===================================================== ] 1127/1307 86% [===================================================== ] 1128/1307 86% [===================================================== ] 1129/1307 86% [===================================================== ] 1130/1307 86% [===================================================== ] 1131/1307 86% [===================================================== ] 1132/1307 86% [===================================================== ] 1133/1307 86% [===================================================== ] 1134/1307 86% [===================================================== ] 1135/1307 86% [===================================================== ] 1136/1307 86% [===================================================== ] 1137/1307 86% [===================================================== ] 1138/1307 87% [====================================================== ] 1139/1307 87% [====================================================== ] 1140/1307 87% [====================================================== ] 1141/1307 87% [====================================================== ] 1142/1307 87% [====================================================== ] 1143/1307 87% [====================================================== ] 1144/1307 87% [====================================================== ] 1145/1307 87% [====================================================== ] 1146/1307 87% [====================================================== ] 1147/1307 87% [====================================================== ] 1148/1307 87% [====================================================== ] 1149/1307 87% [====================================================== ] 1150/1307 87% [====================================================== ] 1151/1307 88% [====================================================== ] 1152/1307 88% [====================================================== ] 1153/1307 88% [====================================================== ] 1154/1307 88% [====================================================== ] 1155/1307 88% [====================================================== ] 1156/1307 88% [====================================================== ] 1157/1307 88% [====================================================== ] 1158/1307 88% [====================================================== ] 1159/1307 88% [======================================================= ] 1160/1307 88% [======================================================= ] 1161/1307 88% [======================================================= ] 1162/1307 88% [======================================================= ] 1163/1307 88% [======================================================= ] 1164/1307 89% [======================================================= ] 1165/1307 89% [======================================================= ] 1166/1307 89% [======================================================= ] 1167/1307 89% [======================================================= ] 1168/1307 89% [======================================================= ] 1169/1307 89% [======================================================= ] 1170/1307 89% [======================================================= ] 1171/1307 89% [======================================================= ] 1172/1307 89% [======================================================= ] 1173/1307 89% [======================================================= ] 1174/1307 89% [======================================================= ] 1175/1307 89% [======================================================= ] 1176/1307 89% [======================================================= ] 1177/1307 90% [======================================================= ] 1178/1307 90% [======================================================= ] 1179/1307 90% [======================================================= ] 1180/1307 90% [======================================================== ] 1181/1307 90% [======================================================== ] 1182/1307 90% [======================================================== ] 1183/1307 90% [======================================================== ] 1184/1307 90% [======================================================== ] 1185/1307 90% [======================================================== ] 1186/1307 90% [======================================================== ] 1187/1307 90% [======================================================== ] 1188/1307 90% [======================================================== ] 1189/1307 90% [======================================================== ] 1190/1307 91% [======================================================== ] 1191/1307 91% [======================================================== ] 1192/1307 91% [======================================================== ] 1193/1307 91% [======================================================== ] 1194/1307 91% [======================================================== ] 1195/1307 91% [======================================================== ] 1196/1307 91% [======================================================== ] 1197/1307 91% [======================================================== ] 1198/1307 91% [======================================================== ] 1199/1307 91% [======================================================== ] 1200/1307 91% [======================================================== ] 1201/1307 91% [========================================================= ] 1202/1307 91% [========================================================= ] 1203/1307 92% [========================================================= ] 1204/1307 92% [========================================================= ] 1205/1307 92% [========================================================= ] 1206/1307 92% [========================================================= ] 1207/1307 92% [========================================================= ] 1208/1307 92% [========================================================= ] 1209/1307 92% [========================================================= ] 1210/1307 92% [========================================================= ] 1211/1307 92% [========================================================= ] 1212/1307 92% [========================================================= ] 1213/1307 92% [========================================================= ] 1214/1307 92% [========================================================= ] 1215/1307 92% [========================================================= ] 1216/1307 93% [========================================================= ] 1217/1307 93% [========================================================= ] 1218/1307 93% [========================================================= ] 1219/1307 93% [========================================================= ] 1220/1307 93% [========================================================= ] 1221/1307 93% [========================================================= ] 1222/1307 93% [========================================================== ] 1223/1307 93% [========================================================== ] 1224/1307 93% [========================================================== ] 1225/1307 93% [========================================================== ] 1226/1307 93% [========================================================== ] 1227/1307 93% [========================================================== ] 1228/1307 93% [========================================================== ] 1229/1307 94% [========================================================== ] 1230/1307 94% [========================================================== ] 1231/1307 94% [========================================================== ] 1232/1307 94% [========================================================== ] 1233/1307 94% [========================================================== ] 1234/1307 94% [========================================================== ] 1235/1307 94% [========================================================== ] 1236/1307 94% [========================================================== ] 1237/1307 94% [========================================================== ] 1238/1307 94% [========================================================== ] 1239/1307 94% [========================================================== ] 1240/1307 94% [========================================================== ] 1241/1307 94% [========================================================== ] 1242/1307 95% [========================================================== ] 1243/1307 95% [=========================================================== ] 1244/1307 95% [=========================================================== ] 1245/1307 95% [=========================================================== ] 1246/1307 95% [=========================================================== ] 1247/1307 95% [=========================================================== ] 1248/1307 95% [=========================================================== ] 1249/1307 95% [=========================================================== ] 1250/1307 95% [=========================================================== ] 1251/1307 95% [=========================================================== ] 1252/1307 95% [=========================================================== ] 1253/1307 95% [=========================================================== ] 1254/1307 95% [=========================================================== ] 1255/1307 96% [=========================================================== ] 1256/1307 96% [=========================================================== ] 1257/1307 96% [=========================================================== ] 1258/1307 96% [=========================================================== ] 1259/1307 96% [=========================================================== ] 1260/1307 96% [=========================================================== ] 1261/1307 96% [=========================================================== ] 1262/1307 96% [=========================================================== ] 1263/1307 96% [=========================================================== ] 1264/1307 96% [============================================================ ] 1265/1307 96% [============================================================ ] 1266/1307 96% [============================================================ ] 1267/1307 96% [============================================================ ] 1268/1307 97% [============================================================ ] 1269/1307 97% [============================================================ ] 1270/1307 97% [============================================================ ] 1271/1307 97% [============================================================ ] 1272/1307 97% [============================================================ ] 1273/1307 97% [============================================================ ] 1274/1307 97% [============================================================ ] 1275/1307 97% [============================================================ ] 1276/1307 97% [============================================================ ] 1277/1307 97% [============================================================ ] 1278/1307 97% [============================================================ ] 1279/1307 97% [============================================================ ] 1280/1307 97% [============================================================ ] 1281/1307 98% [============================================================ ] 1282/1307 98% [============================================================ ] 1283/1307 98% [============================================================ ] 1284/1307 98% [============================================================ ] 1285/1307 98% [============================================================= ] 1286/1307 98% [============================================================= ] 1287/1307 98% [============================================================= ] 1288/1307 98% [============================================================= ] 1289/1307 98% [============================================================= ] 1290/1307 98% [============================================================= ] 1291/1307 98% [============================================================= ] 1292/1307 98% [============================================================= ] 1293/1307 98% [============================================================= ] 1294/1307 99% [============================================================= ] 1295/1307 99% [============================================================= ] 1296/1307 99% [============================================================= ] 1297/1307 99% [============================================================= ] 1298/1307 99% [============================================================= ] 1299/1307 99% [============================================================= ] 1300/1307 99% [============================================================= ] 1301/1307 99% [============================================================= ] 1302/1307 99% [============================================================= ] 1303/1307 99% [============================================================= ] 1304/1307 99% [============================================================= ] 1305/1307 99% [============================================================= ] 1306/1307 99% [==============================================================] 1307/1307 100% operation complete, 1307 objects in 37534 NAND pages. ln -snf /home/buildroot/autobuild/instance-1/output-1/host/m68k-buildroot-linux-uclibc/sysroot /home/buildroot/autobuild/instance-1/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-1/buildroot' >>> Buildroot 2021.05-7685-ge381fa9cf21 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-bootlin 2021.11-1 Collecting legal info >>> toolchain Collecting legal info >>> agentpp 4.5.4 Collecting legal info LICENSE-2_0.txt: OK (sha256: 1eb85fc97224598dad1852b5d6483bbcf0aa8608790dcc657a5a2a761ae9c8c6) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> snmppp 3.4.10 Collecting legal info src/v3.cpp: OK (sha256: 61337e799c8274e596e5783b22607beea8073ee296c6b27fc5c7487296e56851) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> 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-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> at 3.2.5 Collecting legal info Copyright: OK (sha256: 01dccc0975aa9ba1a9f83e7c5e04f16077353d3c72a0a759b8846ee7a5b2b616) COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> bctoolbox 4.4.8 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> mbedtls 2.28.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> belle-sip 4.4.8 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> belr 4.4.8 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> busybox 1.35.0 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) >>> conntrack-tools 1.4.6 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_conntrack 1.0.9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_cthelper 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_cttimeout 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_queue 1.0.5 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> cracklib 2.9.8 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cracklib 2.9.8 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> datatables 1.10.20 Collecting legal info license.txt: OK (sha256: c6a873f21550ed804f76013c36e14225704c1aa551fdb870e0c626eb91c19247) >>> dbus 1.12.22 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.4.9 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> dhrystone 2 Collecting legal info >>> drbd-utils 9.21.4 Collecting legal info COPYING: OK (sha256: 1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225) >>> duktape 2.7.0 Collecting legal info LICENSE.txt: OK (sha256: c6b6659630ca6cb837afe982ecc79511bfca878b56296d628b02eb6f18789c29) >>> evtest 1.35 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> haserl 0.9.36 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> igmpproxy 0.3 Collecting legal info COPYING: OK (sha256: be3d05af93dbbc4650f8d641d8e1bec220af4a729e07ba71e949c25b93a1b4f6) GPL.txt: OK (sha256: c4f65d5d396ad518a37d30b83fe33897661858dc174ff64a15d0461630ce64e4) Stanford.txt: OK (sha256: 4328a21f0822caa9976356623118bcdcc9970c7a0f9a3deeba23c779b7cfb5d1) >>> initscripts Collecting legal info >>> jsmn 1.1.0 Collecting legal info LICENSE: OK (sha256: 4675b94a50d2afe811c52785463c854f1156056632cce17cc7133939eac8ed55) >>> libasplib be7fac89218a84b75f7598e3d76625ece99296f2 Collecting legal info LICENSE: OK (sha256: 12ac5047f2af0522f06798b1589ffc4599bc29c91f954d7874e0320634e777c0) >>> libffi 3.4.3 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libgeotiff 1.7.1 Collecting legal info LICENSE: OK (sha256: a822a731a7ac4ba7d8f18fa0dc29db2e68a5dcfc315b46e4a4c8956720d55d93) >>> proj 8.1.1 Collecting legal info COPYING: OK (sha256: 6a8f30793e877d32e3f88b972f0970a051a3b5a26cd057d3993cb51e21c43319) >>> host-sqlite 3.39.2 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> sqlite 3.39.2 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> tiff 4.4.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.4.3 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-meson 0.63.3 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.3.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.7 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.9 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> libressl 3.5.3 Collecting legal info COPYING: OK (sha256: 5c63613f008f16a9c0025c096bbd736cecf720494d121b5c5203e0ec6e5955b1) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libsoxr 0.1.3 Collecting legal info LICENCE: OK (sha256: dc98676341fdcd29d9f279c9679d6a75288785b174ded8d1b2e316c366166135) COPYING.LGPL: OK (sha256: f2f118b9029ec1871b953639ecc46651b2fc7b62e295e6cf3ef2ac4c9a058b33) >>> libxml2 2.10.2 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> linphone 4.4.8 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> mediastreamer 4.4.8 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> ortp 4.4.8 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> log4cpp 1.1.3 Collecting legal info log4cpp/COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> nfacct 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> openssl Collecting legal info >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcsc-lite 1.9.8 Collecting legal info COPYING: OK (sha256: 40d4358bb8dc8d30f5365ae6d999b6f820bbc051b292912482f2e4d0ebd837e1) GPL-3.0.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pngquant 2.17.0 Collecting legal info COPYRIGHT: OK (sha256: e4f467f7abf860b4e620f5f60fdd88bc3a63a0fdb98a481fb002b5e511c9b826) >>> polkit 121 Collecting legal info COPYING: OK (sha256: d2e2aa973e29c75e1b492e67ea7b7da9de2d501d49a934657971fd74f9a0b0a8) >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> ramsmp 3.5.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> rng-tools 6.15 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> s6-portable-utils 2.2.3.2 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> sox 7524160b29a476f7e87bc14fddf12d349f9a3c5e Collecting legal info LICENSE.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> tcping 1.3.6 Collecting legal info LICENSE: OK (sha256: 4a35620e27ddb8de27898e4206c8f93633d877c1e128e98e95a035f760d94428) >>> tini 0.19.0 Collecting legal info LICENSE: OK (sha256: e5f46bca81266bdd511cf08018d66866870531794569c04f9b45f50dd23c28b0) >>> tinymembench 0.4 Collecting legal info LICENSE: OK (sha256: 8ba473aced4630aee2808efe17b53e904a9d68a9b3361de491717f9a4e75da39) >>> tunctl 1.5 Collecting legal info tunctl.c: OK (sha256: bcd12b6749dbd86c051cc2ef9e838096741602d4db213cc866b1da6cfeda5f16) >>> xmlstarlet 1.6.1 Collecting legal info COPYING: OK (sha256: 6641cc5b00c1651fa22175f34efd01695e64a348b1ba07048538276f44866862) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-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 WARNING: toolchain-external-bootlin-2021.11-1: cannot save license (TOOLCHAIN_EXTERNAL_BOOTLIN_LICENSE_FILES not defined) WARNING: dhrystone-2: cannot save license (DHRYSTONE_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-1/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot'