1054 | asprintf(&strbuf, "%d", a->u.acl.count); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vpnc.c:1062:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 1062 | asprintf(&strbuf, "CISCO_SPLIT_INC_%d_ADDR", i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vpnc.c:1063:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 1063 | asprintf(&strbuf2, "%s", inet_ntoa(a->u.acl.acl_ent[i].addr)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vpnc.c:1068:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 1068 | asprintf(&strbuf, "CISCO_SPLIT_INC_%d_MASK", i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vpnc.c:1069:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 1069 | asprintf(&strbuf2, "%s", inet_ntoa(a->u.acl.acl_ent[i].mask)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vpnc.c:1075:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 1075 | asprintf(&strbuf, "CISCO_SPLIT_INC_%d_MASKLEN", i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vpnc.c:1076:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 1076 | asprintf(&strbuf2, "%d", mask_to_masklen(a->u.acl.acl_ent[i].mask)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vpnc.c:1081:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 1081 | asprintf(&strbuf, "CISCO_SPLIT_INC_%d_PROTOCOL", i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vpnc.c:1082:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 1082 | asprintf(&strbuf2, "%hu", a->u.acl.acl_ent[i].protocol); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vpnc.c:1087:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 1087 | asprintf(&strbuf, "CISCO_SPLIT_INC_%d_SPORT", i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vpnc.c:1088:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 1088 | asprintf(&strbuf2, "%hu", a->u.acl.acl_ent[i].sport); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vpnc.c:1093:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 1093 | asprintf(&strbuf, "CISCO_SPLIT_INC_%d_DPORT", i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vpnc.c:1094:33: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 1094 | asprintf(&strbuf2, "%hu", a->u.acl.acl_ent[i].dport); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vpnc.c: In function 'config_tunnel': vpnc.c:392:9: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 392 | system(config[CONFIG_SCRIPT]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vpnc.c: In function 'close_tunnel': vpnc.c:400:9: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 400 | system(config[CONFIG_SCRIPT]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-18/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc -o vpnc sysdep.o vpnc-debug.o isakmp-pkt.o tunip.o config.o dh.o math_group.o supp.o decrypt-utils.o crypto.o crypto-gnutls.o vpnc.o -L/tmp/instance-18/output-1/host/mips64el-buildroot-linux-gnu/sysroot/usr/bin/../../usr/lib -lgcrypt -lgpg-error -L/tmp/instance-18/output-1/host/bin/../mips64el-buildroot-linux-gnu/sysroot/usr/lib -lgnutls /tmp/instance-18/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -W -Wall -Wmissing-declarations -Wwrite-strings -I/tmp/instance-18/output-1/host/mips64el-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DCRYPTO_GNUTLS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"0.5.3r550-2jnpr1\" -c -o cisco-decrypt.o cisco-decrypt.c /tmp/instance-18/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc -o cisco-decrypt cisco-decrypt.o decrypt-utils.o -L/tmp/instance-18/output-1/host/mips64el-buildroot-linux-gnu/sysroot/usr/bin/../../usr/lib -lgcrypt -lgpg-error -L/tmp/instance-18/output-1/host/bin/../mips64el-buildroot-linux-gnu/sysroot/usr/lib -lgnutls /tmp/instance-18/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -W -Wall -Wmissing-declarations -Wwrite-strings -I/tmp/instance-18/output-1/host/mips64el-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DCRYPTO_GNUTLS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"0.5.3r550-2jnpr1\" -c -o test-crypto.o test-crypto.c /tmp/instance-18/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc -o test-crypto sysdep.o test-crypto.o crypto.o crypto-gnutls.o -L/tmp/instance-18/output-1/host/mips64el-buildroot-linux-gnu/sysroot/usr/bin/../../usr/lib -lgcrypt -lgpg-error -L/tmp/instance-18/output-1/host/bin/../mips64el-buildroot-linux-gnu/sysroot/usr/lib -lgnutls make[1]: Leaving directory '/tmp/instance-18/output-1/build/vpnc-0.5.3r550-2jnpr1' >>> vpnc 0.5.3r550-2jnpr1 Installing to target PATH="/tmp/instance-18/output-1/host/bin:/tmp/instance-18/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 -C /tmp/instance-18/output-1/build/vpnc-0.5.3r550-2jnpr1 install PATH="/tmp/instance-18/output-1/host/bin:/tmp/instance-18/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/tmp/instance-18/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc-ar" AS="/tmp/instance-18/output-1/host/bin/mips64el-buildroot-linux-gnu-as" LD="/tmp/instance-18/output-1/host/bin/mips64el-buildroot-linux-gnu-ld" NM="/tmp/instance-18/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc-nm" CC="/tmp/instance-18/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc" GCC="/tmp/instance-18/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc" CPP="/tmp/instance-18/output-1/host/bin/mips64el-buildroot-linux-gnu-cpp" CXX="/tmp/instance-18/output-1/host/bin/mips64el-buildroot-linux-gnu-g++" FC="/tmp/instance-18/output-1/host/bin/mips64el-buildroot-linux-gnu-gfortran" F77="/tmp/instance-18/output-1/host/bin/mips64el-buildroot-linux-gnu-gfortran" RANLIB="/tmp/instance-18/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc-ranlib" READELF="/tmp/instance-18/output-1/host/bin/mips64el-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/tmp/instance-18/output-1/host/bin/mips64el-buildroot-linux-gnu-objcopy" OBJDUMP="/tmp/instance-18/output-1/host/bin/mips64el-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/tmp/instance-18/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-18/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-18/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-18/output-1/host/lib -Wl,-rpath,/tmp/instance-18/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-18/output-1/host/bin/mips64el-buildroot-linux-gnu-as" DEFAULT_LINKER="/tmp/instance-18/output-1/host/bin/mips64el-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Og -g0" FFLAGS=" -Og -g0" PKG_CONFIG="/tmp/instance-18/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-18/output-1/host/mips64el-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no VERSION=0.5.3r550-2jnpr1 MANS= DESTDIR="/tmp/instance-18/output-1/target" PREFIX=/usr make[1]: Entering directory '/tmp/instance-18/output-1/build/vpnc-0.5.3r550-2jnpr1' install -d /tmp/instance-18/output-1/target/etc/vpnc /tmp/instance-18/output-1/target/usr/bin /tmp/instance-18/output-1/target/usr/sbin /tmp/instance-18/output-1/target/usr/share/man/man1 /tmp/instance-18/output-1/target/usr/share/man/man8 /tmp/instance-18/output-1/target/usr/share/doc/vpnc if [ "`uname -s | cut -c-6`" = "CYGWIN" ]; then \ install vpnc-script-win /tmp/instance-18/output-1/target/etc/vpnc/vpnc-script; \ install vpnc-script-win.js /tmp/instance-18/output-1/target/etc/vpnc; \ else \ install vpnc-script /tmp/instance-18/output-1/target/etc/vpnc; \ fi install -m600 vpnc.conf /tmp/instance-18/output-1/target/etc/vpnc/default.conf install -m755 vpnc-disconnect /tmp/instance-18/output-1/target/usr/sbin install -m755 pcf2vpnc /tmp/instance-18/output-1/target/usr/bin install -m644 pcf2vpnc.1 /tmp/instance-18/output-1/target/usr/share/man/man1 install -m644 cisco-decrypt.1 /tmp/instance-18/output-1/target/usr/share/man/man1 install -m644 COPYING /tmp/instance-18/output-1/target/usr/share/doc/vpnc install -m755 vpnc /tmp/instance-18/output-1/target/usr/sbin install -m755 cisco-decrypt /tmp/instance-18/output-1/target/usr/bin make[1]: Leaving directory '/tmp/instance-18/output-1/build/vpnc-0.5.3r550-2jnpr1' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-18/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-Og', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/tmp/instance-18/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-18/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips64%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/tmp/instance-18/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-18/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-18/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-18/output-1/host/mips64el-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-18/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-18/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/tmp/instance-18/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-18/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips64%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-Og', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/tmp/instance-18/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-18/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-18/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-18/output-1/host/mips64el-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-18/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-18/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/dash$' /tmp/instance-18/output-1/target/etc/shells || echo "/bin/dash" >> /tmp/instance-18/output-1/target/etc/shells rm -f /tmp/instance-18/output-1/target/usr/share/glib-2.0/schemas/*.xml /tmp/instance-18/output-1/target/usr/share/glib-2.0/schemas/*.dtd /tmp/instance-18/output-1/host/bin/glib-compile-schemas /tmp/instance-18/output-1/host/mips64el-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/tmp/instance-18/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /tmp/instance-18/output-1/target/etc echo "buildroot" > /tmp/instance-18/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-18/output-1/target/etc/hosts mkdir -p /tmp/instance-18/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-18/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-18/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /tmp/instance-18/output-1/target/etc/shells || echo "/bin/sh" >> /tmp/instance-18/output-1/target/etc/shells ln -sf dash /tmp/instance-18/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /tmp/instance-18/output-1/target/etc/passwd rm -rf /tmp/instance-18/output-1/target/usr/include /tmp/instance-18/output-1/target/usr/share/aclocal \ /tmp/instance-18/output-1/target/usr/lib/pkgconfig /tmp/instance-18/output-1/target/usr/share/pkgconfig \ /tmp/instance-18/output-1/target/usr/lib/cmake /tmp/instance-18/output-1/target/usr/share/cmake \ /tmp/instance-18/output-1/target/usr/lib/rpm /tmp/instance-18/output-1/target/usr/doc find /tmp/instance-18/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-18/output-1/target/lib/ /tmp/instance-18/output-1/target/usr/lib/ /tmp/instance-18/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /tmp/instance-18/output-1/target/usr/share/gdb rm -rf /tmp/instance-18/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-18/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-18/output-1/target/usr/share/zsh rm -rf /tmp/instance-18/output-1/target/usr/man /tmp/instance-18/output-1/target/usr/share/man rm -rf /tmp/instance-18/output-1/target/usr/info /tmp/instance-18/output-1/target/usr/share/info rm -rf /tmp/instance-18/output-1/target/usr/doc /tmp/instance-18/output-1/target/usr/share/doc rm -rf /tmp/instance-18/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-18/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-18/output-1/target/lib/debug /tmp/instance-18/output-1/target/usr/lib/debug find /tmp/instance-18/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 /tmp/instance-18/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /tmp/instance-18/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /tmp/instance-18/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 /tmp/instance-18/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.02-270-gb100440bff"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.05-git\"" \ ) > /tmp/instance-18/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-18/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-18/output-1/per-package /tmp/instance-18/buildroot/support/scripts/fix-rpath target touch /tmp/instance-18/output-1/target/usr >>> Generating root filesystems common tables rm -rf /tmp/instance-18/output-1/build/buildroot-fs mkdir -p /tmp/instance-18/output-1/build/buildroot-fs printf ' named -1 named -1 * /etc/bind - - BIND daemon\n dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n ntp -1 ntp -1 * - - - ntpd user\n - - sudo -1 - - - -\n tss -1 tss -1 * - - - TPM2 Access Broker & Resource Management daemon\n\n' >> /tmp/instance-18/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/bin/bwrap f 1755 0 0 - - - - -\n /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n /usr/bin/sudo f 4755 0 0 - - - - -\n\n' > /tmp/instance-18/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /tmp/instance-18/output-1/build/buildroot-fs/full_devices_table.txt printf ' \n' >> /tmp/instance-18/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /tmp/instance-18/output-1/images rm -rf /tmp/instance-18/output-1/build/buildroot-fs/yaffs2 mkdir -p /tmp/instance-18/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /tmp/instance-18/output-1/target/ /tmp/instance-18/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /tmp/instance-18/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /tmp/instance-18/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /tmp/instance-18/output-1/build/buildroot-fs/yaffs2/target" >> /tmp/instance-18/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/tmp/instance-18/output-1/host/bin:/tmp/instance-18/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-18/buildroot/support/scripts/mkusers /tmp/instance-18/output-1/build/buildroot-fs/full_users_table.txt /tmp/instance-18/output-1/build/buildroot-fs/yaffs2/target >> /tmp/instance-18/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/tmp/instance-18/output-1/host/bin/makedevs -d /tmp/instance-18/output-1/build/buildroot-fs/full_devices_table.txt /tmp/instance-18/output-1/build/buildroot-fs/yaffs2/target" >> /tmp/instance-18/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /tmp/instance-18/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /tmp/instance-18/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /tmp/instance-18/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /tmp/instance-18/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-18/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /tmp/instance-18/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-18/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /tmp/instance-18/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /tmp/instance-18/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /tmp/instance-18/output-1/host/bin/mkyaffs2 --all-root /tmp/instance-18/output-1/build/buildroot-fs/yaffs2/target /tmp/instance-18/output-1/images/rootfs.yaffs2\n' >> /tmp/instance-18/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /tmp/instance-18/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/tmp/instance-18/output-1/host/bin:/tmp/instance-18/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /tmp/instance-18/output-1/host/bin/fakeroot -- /tmp/instance-18/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/tmp/instance-18/output-1/build/buildroot-fs/yaffs2/target table='/tmp/instance-18/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/tmp/instance-18/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 1653 objects. stage 2: creating image '/tmp/instance-18/output-1/images/rootfs.yaffs2' [ ] 1/1653 0% [ ] 2/1653 0% [ ] 3/1653 0% [ ] 4/1653 0% [ ] 5/1653 0% [ ] 6/1653 0% [ ] 7/1653 0% [ ] 8/1653 0% [ ] 9/1653 0% [ ] 10/1653 0% [ ] 11/1653 0% [ ] 12/1653 0% [ ] 13/1653 0% [ ] 14/1653 0% [ ] 15/1653 0% [ ] 16/1653 0% [ ] 17/1653 1% [ ] 18/1653 1% [ ] 19/1653 1% [ ] 20/1653 1% [ ] 21/1653 1% [ ] 22/1653 1% [ ] 23/1653 1% [ ] 24/1653 1% [ ] 25/1653 1% [ ] 26/1653 1% [= ] 27/1653 1% [= ] 28/1653 1% [= ] 29/1653 1% [= ] 30/1653 1% [= ] 31/1653 1% [= ] 32/1653 1% [= ] 33/1653 1% [= ] 34/1653 2% [= ] 35/1653 2% [= ] 36/1653 2% [= ] 37/1653 2% [= ] 38/1653 2% [= ] 39/1653 2% [= ] 40/1653 2% [= ] 41/1653 2% [= ] 42/1653 2% [= ] 43/1653 2% [= ] 44/1653 2% [= ] 45/1653 2% [= ] 46/1653 2% [= ] 47/1653 2% [= ] 48/1653 2% [= ] 49/1653 2% [= ] 50/1653 3% [= ] 51/1653 3% [= ] 52/1653 3% [= ] 53/1653 3% [== ] 54/1653 3% [== ] 55/1653 3% [== ] 56/1653 3% [== ] 57/1653 3% [== ] 58/1653 3% [== ] 59/1653 3% [== ] 60/1653 3% [== ] 61/1653 3% [== ] 62/1653 3% [== ] 63/1653 3% [== ] 64/1653 3% [== ] 65/1653 3% [== ] 66/1653 3% [== ] 67/1653 4% [== ] 68/1653 4% [== ] 69/1653 4% [== ] 70/1653 4% [== ] 71/1653 4% [== ] 72/1653 4% [== ] 73/1653 4% [== ] 74/1653 4% [== ] 75/1653 4% [== ] 76/1653 4% [== ] 77/1653 4% [== ] 78/1653 4% [== ] 79/1653 4% [=== ] 80/1653 4% [=== ] 81/1653 4% [=== ] 82/1653 4% [=== ] 83/1653 5% [=== ] 84/1653 5% [=== ] 85/1653 5% [=== ] 86/1653 5% [=== ] 87/1653 5% [=== ] 88/1653 5% [=== ] 89/1653 5% [=== ] 90/1653 5% [=== ] 91/1653 5% [=== ] 92/1653 5% [=== ] 93/1653 5% [=== ] 94/1653 5% [=== ] 95/1653 5% [=== ] 96/1653 5% [=== ] 97/1653 5% [=== ] 98/1653 5% [=== ] 99/1653 5% [=== ] 100/1653 6% [=== ] 101/1653 6% [=== ] 102/1653 6% [=== ] 103/1653 6% [=== ] 104/1653 6% [=== ] 105/1653 6% [=== ] 106/1653 6% [==== ] 107/1653 6% [==== ] 108/1653 6% [==== ] 109/1653 6% [==== ] 110/1653 6% [==== ] 111/1653 6% [==== ] 112/1653 6% [==== ] 113/1653 6% [==== ] 114/1653 6% [==== ] 115/1653 6% [==== ] 116/1653 7% [==== ] 117/1653 7% [==== ] 118/1653 7% [==== ] 119/1653 7% [==== ] 120/1653 7% [==== ] 121/1653 7% [==== ] 122/1653 7% [==== ] 123/1653 7% [==== ] 124/1653 7% [==== ] 125/1653 7% [==== ] 126/1653 7% [==== ] 127/1653 7% [==== ] 128/1653 7% [==== ] 129/1653 7% [==== ] 130/1653 7% [==== ] 131/1653 7% [==== ] 132/1653 7% [==== ] 133/1653 8% [===== ] 134/1653 8% [===== ] 135/1653 8% [===== ] 136/1653 8% [===== ] 137/1653 8% [===== ] 138/1653 8% [===== ] 139/1653 8% [===== ] 140/1653 8% [===== ] 141/1653 8% [===== ] 142/1653 8% [===== ] 143/1653 8% [===== ] 144/1653 8% [===== ] 145/1653 8% [===== ] 146/1653 8% [===== ] 147/1653 8% [===== ] 148/1653 8% [===== ] 149/1653 9% [===== ] 150/1653 9% [===== ] 151/1653 9% [===== ] 152/1653 9% [===== ] 153/1653 9% [===== ] 154/1653 9% [===== ] 155/1653 9% [===== ] 156/1653 9% [===== ] 157/1653 9% [===== ] 158/1653 9% [===== ] 159/1653 9% [====== ] 160/1653 9% [====== ] 161/1653 9% [====== ] 162/1653 9% [====== ] 163/1653 9% [====== ] 164/1653 9% [====== ] 165/1653 9% [====== ] 166/1653 10% [====== ] 167/1653 10% [====== ] 168/1653 10% [====== ] 169/1653 10% [====== ] 170/1653 10% [====== ] 171/1653 10% [====== ] 172/1653 10% [====== ] 173/1653 10% [====== ] 174/1653 10% [====== ] 175/1653 10% [====== ] 176/1653 10% [====== ] 177/1653 10% [====== ] 178/1653 10% [====== ] 179/1653 10% [====== ] 180/1653 10% [====== ] 181/1653 10% [====== ] 182/1653 11% [====== ] 183/1653 11% [====== ] 184/1653 11% [====== ] 185/1653 11% [====== ] 186/1653 11% [======= ] 187/1653 11% [======= ] 188/1653 11% [======= ] 189/1653 11% [======= ] 190/1653 11% [======= ] 191/1653 11% [======= ] 192/1653 11% [======= ] 193/1653 11% [======= ] 194/1653 11% [======= ] 195/1653 11% [======= ] 196/1653 11% [======= ] 197/1653 11% [======= ] 198/1653 11% [======= ] 199/1653 12% [======= ] 200/1653 12% [======= ] 201/1653 12% [======= ] 202/1653 12% [======= ] 203/1653 12% [======= ] 204/1653 12% [======= ] 205/1653 12% [======= ] 206/1653 12% [======= ] 207/1653 12% [======= ] 208/1653 12% [======= ] 209/1653 12% [======= ] 210/1653 12% [======= ] 211/1653 12% [======= ] 212/1653 12% [======= ] 213/1653 12% [======== ] 214/1653 12% [======== ] 215/1653 13% [======== ] 216/1653 13% [======== ] 217/1653 13% [======== ] 218/1653 13% [======== ] 219/1653 13% [======== ] 220/1653 13% [======== ] 221/1653 13% [======== ] 222/1653 13% [======== ] 223/1653 13% [======== ] 224/1653 13% [======== ] 225/1653 13% [======== ] 226/1653 13% [======== ] 227/1653 13% [======== ] 228/1653 13% [======== ] 229/1653 13% [======== ] 230/1653 13% [======== ] 231/1653 13% [======== ] 232/1653 14% [======== ] 233/1653 14% [======== ] 234/1653 14% [======== ] 235/1653 14% [======== ] 236/1653 14% [======== ] 237/1653 14% [======== ] 238/1653 14% [======== ] 239/1653 14% [========= ] 240/1653 14% [========= ] 241/1653 14% [========= ] 242/1653 14% [========= ] 243/1653 14% [========= ] 244/1653 14% [========= ] 245/1653 14% [========= ] 246/1653 14% [========= ] 247/1653 14% [========= ] 248/1653 15% [========= ] 249/1653 15% [========= ] 250/1653 15% [========= ] 251/1653 15% [========= ] 252/1653 15% [========= ] 253/1653 15% [========= ] 254/1653 15% [========= ] 255/1653 15% [========= ] 256/1653 15% [========= ] 257/1653 15% [========= ] 258/1653 15% [========= ] 259/1653 15% [========= ] 260/1653 15% [========= ] 261/1653 15% [========= ] 262/1653 15% [========= ] 263/1653 15% [========= ] 264/1653 15% [========= ] 265/1653 16% [========= ] 266/1653 16% [========== ] 267/1653 16% [========== ] 268/1653 16% [========== ] 269/1653 16% [========== ] 270/1653 16% [========== ] 271/1653 16% [========== ] 272/1653 16% [========== ] 273/1653 16% [========== ] 274/1653 16% [========== ] 275/1653 16% [========== ] 276/1653 16% [========== ] 277/1653 16% [========== ] 278/1653 16% [========== ] 279/1653 16% [========== ] 280/1653 16% [========== ] 281/1653 16% [========== ] 282/1653 17% [========== ] 283/1653 17% [========== ] 284/1653 17% [========== ] 285/1653 17% [========== ] 286/1653 17% [========== ] 287/1653 17% [========== ] 288/1653 17% [========== ] 289/1653 17% [========== ] 290/1653 17% [========== ] 291/1653 17% [========== ] 292/1653 17% [========== ] 293/1653 17% [=========== ] 294/1653 17% [=========== ] 295/1653 17% [=========== ] 296/1653 17% [=========== ] 297/1653 17% [=========== ] 298/1653 18% [=========== ] 299/1653 18% [=========== ] 300/1653 18% [=========== ] 301/1653 18% [=========== ] 302/1653 18% [=========== ] 303/1653 18% [=========== ] 304/1653 18% [=========== ] 305/1653 18% [=========== ] 306/1653 18% [=========== ] 307/1653 18% [=========== ] 308/1653 18% [=========== ] 309/1653 18% [=========== ] 310/1653 18% [=========== ] 311/1653 18% [=========== ] 312/1653 18% [=========== ] 313/1653 18% [=========== ] 314/1653 18% [=========== ] 315/1653 19% [=========== ] 316/1653 19% [=========== ] 317/1653 19% [=========== ] 318/1653 19% [=========== ] 319/1653 19% [============ ] 320/1653 19% [============ ] 321/1653 19% [============ ] 322/1653 19% [============ ] 323/1653 19% [============ ] 324/1653 19% [============ ] 325/1653 19% [============ ] 326/1653 19% [============ ] 327/1653 19% [============ ] 328/1653 19% [============ ] 329/1653 19% [============ ] 330/1653 19% [============ ] 331/1653 20% [============ ] 332/1653 20% [============ ] 333/1653 20% [============ ] 334/1653 20% [============ ] 335/1653 20% [============ ] 336/1653 20% [============ ] 337/1653 20% [============ ] 338/1653 20% [============ ] 339/1653 20% [============ ] 340/1653 20% [============ ] 341/1653 20% [============ ] 342/1653 20% [============ ] 343/1653 20% [============ ] 344/1653 20% [============ ] 345/1653 20% [============ ] 346/1653 20% [============= ] 347/1653 20% [============= ] 348/1653 21% [============= ] 349/1653 21% [============= ] 350/1653 21% [============= ] 351/1653 21% [============= ] 352/1653 21% [============= ] 353/1653 21% [============= ] 354/1653 21% [============= ] 355/1653 21% [============= ] 356/1653 21% [============= ] 357/1653 21% [============= ] 358/1653 21% [============= ] 359/1653 21% [============= ] 360/1653 21% [============= ] 361/1653 21% [============= ] 362/1653 21% [============= ] 363/1653 21% [============= ] 364/1653 22% [============= ] 365/1653 22% [============= ] 366/1653 22% [============= ] 367/1653 22% [============= ] 368/1653 22% [============= ] 369/1653 22% [============= ] 370/1653 22% [============= ] 371/1653 22% [============= ] 372/1653 22% [============= ] 373/1653 22% [============== ] 374/1653 22% [============== ] 375/1653 22% [============== ] 376/1653 22% [============== ] 377/1653 22% [============== ] 378/1653 22% [============== ] 379/1653 22% [============== ] 380/1653 22% [============== ] 381/1653 23% [============== ] 382/1653 23% [============== ] 383/1653 23% [============== ] 384/1653 23% [============== ] 385/1653 23% [============== ] 386/1653 23% [============== ] 387/1653 23% [============== ] 388/1653 23% [============== ] 389/1653 23% [============== ] 390/1653 23% [============== ] 391/1653 23% [============== ] 392/1653 23% [============== ] 393/1653 23% [============== ] 394/1653 23% [============== ] 395/1653 23% [============== ] 396/1653 23% [============== ] 397/1653 24% [============== ] 398/1653 24% [============== ] 399/1653 24% [=============== ] 400/1653 24% [=============== ] 401/1653 24% [=============== ] 402/1653 24% [=============== ] 403/1653 24% [=============== ] 404/1653 24% [=============== ] 405/1653 24% [=============== ] 406/1653 24% [=============== ] 407/1653 24% [=============== ] 408/1653 24% [=============== ] 409/1653 24% [=============== ] 410/1653 24% [=============== ] 411/1653 24% [=============== ] 412/1653 24% [=============== ] 413/1653 24% [=============== ] 414/1653 25% [=============== ] 415/1653 25% [=============== ] 416/1653 25% [=============== ] 417/1653 25% [=============== ] 418/1653 25% [=============== ] 419/1653 25% [=============== ] 420/1653 25% [=============== ] 421/1653 25% [=============== ] 422/1653 25% [=============== ] 423/1653 25% [=============== ] 424/1653 25% [=============== ] 425/1653 25% [=============== ] 426/1653 25% [================ ] 427/1653 25% [================ ] 428/1653 25% [================ ] 429/1653 25% [================ ] 430/1653 26% [================ ] 431/1653 26% [================ ] 432/1653 26% [================ ] 433/1653 26% [================ ] 434/1653 26% [================ ] 435/1653 26% [================ ] 436/1653 26% [================ ] 437/1653 26% [================ ] 438/1653 26% [================ ] 439/1653 26% [================ ] 440/1653 26% [================ ] 441/1653 26% [================ ] 442/1653 26% [================ ] 443/1653 26% [================ ] 444/1653 26% [================ ] 445/1653 26% [================ ] 446/1653 26% [================ ] 447/1653 27% [================ ] 448/1653 27% [================ ] 449/1653 27% [================ ] 450/1653 27% [================ ] 451/1653 27% [================ ] 452/1653 27% [================ ] 453/1653 27% [================= ] 454/1653 27% [================= ] 455/1653 27% [================= ] 456/1653 27% [================= ] 457/1653 27% [================= ] 458/1653 27% [================= ] 459/1653 27% [================= ] 460/1653 27% [================= ] 461/1653 27% [================= ] 462/1653 27% [================= ] 463/1653 28% [================= ] 464/1653 28% [================= ] 465/1653 28% [================= ] 466/1653 28% [================= ] 467/1653 28% [================= ] 468/1653 28% [================= ] 469/1653 28% [================= ] 470/1653 28% [================= ] 471/1653 28% [================= ] 472/1653 28% [================= ] 473/1653 28% [================= ] 474/1653 28% [================= ] 475/1653 28% [================= ] 476/1653 28% [================= ] 477/1653 28% [================= ] 478/1653 28% [================= ] 479/1653 28% [================== ] 480/1653 29% [================== ] 481/1653 29% [================== ] 482/1653 29% [================== ] 483/1653 29% [================== ] 484/1653 29% [================== ] 485/1653 29% [================== ] 486/1653 29% [================== ] 487/1653 29% [================== ] 488/1653 29% [================== ] 489/1653 29% [================== ] 490/1653 29% [================== ] 491/1653 29% [================== ] 492/1653 29% [================== ] 493/1653 29% [================== ] 494/1653 29% [================== ] 495/1653 29% [================== ] 496/1653 30% [================== ] 497/1653 30% [================== ] 498/1653 30% [================== ] 499/1653 30% [================== ] 500/1653 30% [================== ] 501/1653 30% [================== ] 502/1653 30% [================== ] 503/1653 30% [================== ] 504/1653 30% [================== ] 505/1653 30% [================== ] 506/1653 30% [=================== ] 507/1653 30% [=================== ] 508/1653 30% [=================== ] 509/1653 30% [=================== ] 510/1653 30% [=================== ] 511/1653 30% [=================== ] 512/1653 30% [=================== ] 513/1653 31% [=================== ] 514/1653 31% [=================== ] 515/1653 31% [=================== ] 516/1653 31% [=================== ] 517/1653 31% [=================== ] 518/1653 31% [=================== ] 519/1653 31% [=================== ] 520/1653 31% [=================== ] 521/1653 31% [=================== ] 522/1653 31% [=================== ] 523/1653 31% [=================== ] 524/1653 31% [=================== ] 525/1653 31% [=================== ] 526/1653 31% [=================== ] 527/1653 31% [=================== ] 528/1653 31% [=================== ] 529/1653 32% [=================== ] 530/1653 32% [=================== ] 531/1653 32% [=================== ] 532/1653 32% [=================== ] 533/1653 32% [==================== ] 534/1653 32% [==================== ] 535/1653 32% [==================== ] 536/1653 32% [==================== ] 537/1653 32% [==================== ] 538/1653 32% [==================== ] 539/1653 32% [==================== ] 540/1653 32% [==================== ] 541/1653 32% [==================== ] 542/1653 32% [==================== ] 543/1653 32% [==================== ] 544/1653 32% [==================== ] 545/1653 32% [==================== ] 546/1653 33% [==================== ] 547/1653 33% [==================== ] 548/1653 33% [==================== ] 549/1653 33% [==================== ] 550/1653 33% [==================== ] 551/1653 33% [==================== ] 552/1653 33% [==================== ] 553/1653 33% [==================== ] 554/1653 33% [==================== ] 555/1653 33% [==================== ] 556/1653 33% [==================== ] 557/1653 33% [==================== ] 558/1653 33% [==================== ] 559/1653 33% [===================== ] 560/1653 33% [===================== ] 561/1653 33% [===================== ] 562/1653 33% [===================== ] 563/1653 34% [===================== ] 564/1653 34% [===================== ] 565/1653 34% [===================== ] 566/1653 34% [===================== ] 567/1653 34% [===================== ] 568/1653 34% [===================== ] 569/1653 34% [===================== ] 570/1653 34% [===================== ] 571/1653 34% [===================== ] 572/1653 34% [===================== ] 573/1653 34% [===================== ] 574/1653 34% [===================== ] 575/1653 34% [===================== ] 576/1653 34% [===================== ] 577/1653 34% [===================== ] 578/1653 34% [===================== ] 579/1653 35% [===================== ] 580/1653 35% [===================== ] 581/1653 35% [===================== ] 582/1653 35% [===================== ] 583/1653 35% [===================== ] 584/1653 35% [===================== ] 585/1653 35% [===================== ] 586/1653 35% [====================== ] 587/1653 35% [====================== ] 588/1653 35% [====================== ] 589/1653 35% [====================== ] 590/1653 35% [====================== ] 591/1653 35% [====================== ] 592/1653 35% [====================== ] 593/1653 35% [====================== ] 594/1653 35% [====================== ] 595/1653 35% [====================== ] 596/1653 36% [====================== ] 597/1653 36% [====================== ] 598/1653 36% [====================== ] 599/1653 36% [====================== ] 600/1653 36% [====================== ] 601/1653 36% [====================== ] 602/1653 36% [====================== ] 603/1653 36% [====================== ] 604/1653 36% [====================== ] 605/1653 36% [====================== ] 606/1653 36% [====================== ] 607/1653 36% [====================== ] 608/1653 36% [====================== ] 609/1653 36% [====================== ] 610/1653 36% [====================== ] 611/1653 36% [====================== ] 612/1653 37% [====================== ] 613/1653 37% [======================= ] 614/1653 37% [======================= ] 615/1653 37% [======================= ] 616/1653 37% [======================= ] 617/1653 37% [======================= ] 618/1653 37% [======================= ] 619/1653 37% [======================= ] 620/1653 37% [======================= ] 621/1653 37% [======================= ] 622/1653 37% [======================= ] 623/1653 37% [======================= ] 624/1653 37% [======================= ] 625/1653 37% [======================= ] 626/1653 37% [======================= ] 627/1653 37% [======================= ] 628/1653 37% [======================= ] 629/1653 38% [======================= ] 630/1653 38% [======================= ] 631/1653 38% [======================= ] 632/1653 38% [======================= ] 633/1653 38% [======================= ] 634/1653 38% [======================= ] 635/1653 38% [======================= ] 636/1653 38% [======================= ] 637/1653 38% [======================= ] 638/1653 38% [======================= ] 639/1653 38% [======================== ] 640/1653 38% [======================== ] 641/1653 38% [======================== ] 642/1653 38% [======================== ] 643/1653 38% [======================== ] 644/1653 38% [======================== ] 645/1653 39% [======================== ] 646/1653 39% [======================== ] 647/1653 39% [======================== ] 648/1653 39% [======================== ] 649/1653 39% [======================== ] 650/1653 39% [======================== ] 651/1653 39% [======================== ] 652/1653 39% [======================== ] 653/1653 39% [======================== ] 654/1653 39% [======================== ] 655/1653 39% [======================== ] 656/1653 39% [======================== ] 657/1653 39% [======================== ] 658/1653 39% [======================== ] 659/1653 39% [======================== ] 660/1653 39% [======================== ] 661/1653 39% [======================== ] 662/1653 40% [======================== ] 663/1653 40% [======================== ] 664/1653 40% [======================== ] 665/1653 40% [======================== ] 666/1653 40% [========================= ] 667/1653 40% [========================= ] 668/1653 40% [========================= ] 669/1653 40% [========================= ] 670/1653 40% [========================= ] 671/1653 40% [========================= ] 672/1653 40% [========================= ] 673/1653 40% [========================= ] 674/1653 40% [========================= ] 675/1653 40% [========================= ] 676/1653 40% [========================= ] 677/1653 40% [========================= ] 678/1653 41% [========================= ] 679/1653 41% [========================= ] 680/1653 41% [========================= ] 681/1653 41% [========================= ] 682/1653 41% [========================= ] 683/1653 41% [========================= ] 684/1653 41% [========================= ] 685/1653 41% [========================= ] 686/1653 41% [========================= ] 687/1653 41% [========================= ] 688/1653 41% [========================= ] 689/1653 41% [========================= ] 690/1653 41% [========================= ] 691/1653 41% [========================= ] 692/1653 41% [========================= ] 693/1653 41% [========================== ] 694/1653 41% [========================== ] 695/1653 42% [========================== ] 696/1653 42% [========================== ] 697/1653 42% [========================== ] 698/1653 42% [========================== ] 699/1653 42% [========================== ] 700/1653 42% [========================== ] 701/1653 42% [========================== ] 702/1653 42% [========================== ] 703/1653 42% [========================== ] 704/1653 42% [========================== ] 705/1653 42% [========================== ] 706/1653 42% [========================== ] 707/1653 42% [========================== ] 708/1653 42% [========================== ] 709/1653 42% [========================== ] 710/1653 42% [========================== ] 711/1653 43% [========================== ] 712/1653 43% [========================== ] 713/1653 43% [========================== ] 714/1653 43% [========================== ] 715/1653 43% [========================== ] 716/1653 43% [========================== ] 717/1653 43% [========================== ] 718/1653 43% [========================== ] 719/1653 43% [=========================== ] 720/1653 43% [=========================== ] 721/1653 43% [=========================== ] 722/1653 43% [=========================== ] 723/1653 43% [=========================== ] 724/1653 43% [=========================== ] 725/1653 43% [=========================== ] 726/1653 43% [=========================== ] 727/1653 43% [=========================== ] 728/1653 44% [=========================== ] 729/1653 44% [=========================== ] 730/1653 44% [=========================== ] 731/1653 44% [=========================== ] 732/1653 44% [=========================== ] 733/1653 44% [=========================== ] 734/1653 44% [=========================== ] 735/1653 44% [=========================== ] 736/1653 44% [=========================== ] 737/1653 44% [=========================== ] 738/1653 44% [=========================== ] 739/1653 44% [=========================== ] 740/1653 44% [=========================== ] 741/1653 44% [=========================== ] 742/1653 44% [=========================== ] 743/1653 44% [=========================== ] 744/1653 45% [=========================== ] 745/1653 45% [=========================== ] 746/1653 45% [============================ ] 747/1653 45% [============================ ] 748/1653 45% [============================ ] 749/1653 45% [============================ ] 750/1653 45% [============================ ] 751/1653 45% [============================ ] 752/1653 45% [============================ ] 753/1653 45% [============================ ] 754/1653 45% [============================ ] 755/1653 45% [============================ ] 756/1653 45% [============================ ] 757/1653 45% [============================ ] 758/1653 45% [============================ ] 759/1653 45% [============================ ] 760/1653 45% [============================ ] 761/1653 46% [============================ ] 762/1653 46% [============================ ] 763/1653 46% [============================ ] 764/1653 46% [============================ ] 765/1653 46% [============================ ] 766/1653 46% [============================ ] 767/1653 46% [============================ ] 768/1653 46% [============================ ] 769/1653 46% [============================ ] 770/1653 46% [============================ ] 771/1653 46% [============================ ] 772/1653 46% [============================ ] 773/1653 46% [============================= ] 774/1653 46% [============================= ] 775/1653 46% [============================= ] 776/1653 46% [============================= ] 777/1653 47% [============================= ] 778/1653 47% [============================= ] 779/1653 47% [============================= ] 780/1653 47% [============================= ] 781/1653 47% [============================= ] 782/1653 47% [============================= ] 783/1653 47% [============================= ] 784/1653 47% [============================= ] 785/1653 47% [============================= ] 786/1653 47% [============================= ] 787/1653 47% [============================= ] 788/1653 47% [============================= ] 789/1653 47% [============================= ] 790/1653 47% [============================= ] 791/1653 47% [============================= ] 792/1653 47% [============================= ] 793/1653 47% [============================= ] 794/1653 48% [============================= ] 795/1653 48% [============================= ] 796/1653 48% [============================= ] 797/1653 48% [============================= ] 798/1653 48% [============================= ] 799/1653 48% [============================== ] 800/1653 48% [============================== ] 801/1653 48% [============================== ] 802/1653 48% [============================== ] 803/1653 48% [============================== ] 804/1653 48% [============================== ] 805/1653 48% [============================== ] 806/1653 48% [============================== ] 807/1653 48% [============================== ] 808/1653 48% [============================== ] 809/1653 48% [============================== ] 810/1653 49% [============================== ] 811/1653 49% [============================== ] 812/1653 49% [============================== ] 813/1653 49% [============================== ] 814/1653 49% [============================== ] 815/1653 49% [============================== ] 816/1653 49% [============================== ] 817/1653 49% [============================== ] 818/1653 49% [============================== ] 819/1653 49% [============================== ] 820/1653 49% [============================== ] 821/1653 49% [============================== ] 822/1653 49% [============================== ] 823/1653 49% [============================== ] 824/1653 49% [============================== ] 825/1653 49% [============================== ] 826/1653 49% [=============================== ] 827/1653 50% [=============================== ] 828/1653 50% [=============================== ] 829/1653 50% [=============================== ] 830/1653 50% [=============================== ] 831/1653 50% [=============================== ] 832/1653 50% [=============================== ] 833/1653 50% [=============================== ] 834/1653 50% [=============================== ] 835/1653 50% [=============================== ] 836/1653 50% [=============================== ] 837/1653 50% [=============================== ] 838/1653 50% [=============================== ] 839/1653 50% [=============================== ] 840/1653 50% [=============================== ] 841/1653 50% [=============================== ] 842/1653 50% [=============================== ] 843/1653 50% [=============================== ] 844/1653 51% [=============================== ] 845/1653 51% [=============================== ] 846/1653 51% [=============================== ] 847/1653 51% [=============================== ] 848/1653 51% [=============================== ] 849/1653 51% [=============================== ] 850/1653 51% [=============================== ] 851/1653 51% [=============================== ] 852/1653 51% [=============================== ] 853/1653 51% [================================ ] 854/1653 51% [================================ ] 855/1653 51% [================================ ] 856/1653 51% [================================ ] 857/1653 51% [================================ ] 858/1653 51% [================================ ] 859/1653 51% [================================ ] 860/1653 52% [================================ ] 861/1653 52% [================================ ] 862/1653 52% [================================ ] 863/1653 52% [================================ ] 864/1653 52% [================================ ] 865/1653 52% [================================ ] 866/1653 52% [================================ ] 867/1653 52% [================================ ] 868/1653 52% [================================ ] 869/1653 52% [================================ ] 870/1653 52% [================================ ] 871/1653 52% [================================ ] 872/1653 52% [================================ ] 873/1653 52% [================================ ] 874/1653 52% [================================ ] 875/1653 52% [================================ ] 876/1653 52% [================================ ] 877/1653 53% [================================ ] 878/1653 53% [================================ ] 879/1653 53% [================================= ] 880/1653 53% [================================= ] 881/1653 53% [================================= ] 882/1653 53% [================================= ] 883/1653 53% [================================= ] 884/1653 53% [================================= ] 885/1653 53% [================================= ] 886/1653 53% [================================= ] 887/1653 53% [================================= ] 888/1653 53% [================================= ] 889/1653 53% [================================= ] 890/1653 53% [================================= ] 891/1653 53% [================================= ] 892/1653 53% [================================= ] 893/1653 54% [================================= ] 894/1653 54% [================================= ] 895/1653 54% [================================= ] 896/1653 54% [================================= ] 897/1653 54% [================================= ] 898/1653 54% [================================= ] 899/1653 54% [================================= ] 900/1653 54% [================================= ] 901/1653 54% [================================= ] 902/1653 54% [================================= ] 903/1653 54% [================================= ] 904/1653 54% [================================= ] 905/1653 54% [================================= ] 906/1653 54% [================================== ] 907/1653 54% [================================== ] 908/1653 54% [================================== ] 909/1653 54% [================================== ] 910/1653 55% [================================== ] 911/1653 55% [================================== ] 912/1653 55% [================================== ] 913/1653 55% [================================== ] 914/1653 55% [================================== ] 915/1653 55% [================================== ] 916/1653 55% [================================== ] 917/1653 55% [================================== ] 918/1653 55% [================================== ] 919/1653 55% [================================== ] 920/1653 55% [================================== ] 921/1653 55% [================================== ] 922/1653 55% [================================== ] 923/1653 55% [================================== ] 924/1653 55% [================================== ] 925/1653 55% [================================== ] 926/1653 56% [================================== ] 927/1653 56% [================================== ] 928/1653 56% [================================== ] 929/1653 56% [================================== ] 930/1653 56% [================================== ] 931/1653 56% [================================== ] 932/1653 56% [================================== ] 933/1653 56% [=================================== ] 934/1653 56% [=================================== ] 935/1653 56% [=================================== ] 936/1653 56% [=================================== ] 937/1653 56% [=================================== ] 938/1653 56% [=================================== ] 939/1653 56% [=================================== ] 940/1653 56% [=================================== ] 941/1653 56% [=================================== ] 942/1653 56% [=================================== ] 943/1653 57% [=================================== ] 944/1653 57% [=================================== ] 945/1653 57% [=================================== ] 946/1653 57% [=================================== ] 947/1653 57% [=================================== ] 948/1653 57% [=================================== ] 949/1653 57% [=================================== ] 950/1653 57% [=================================== ] 951/1653 57% [=================================== ] 952/1653 57% [=================================== ] 953/1653 57% [=================================== ] 954/1653 57% [=================================== ] 955/1653 57% [=================================== ] 956/1653 57% [=================================== ] 957/1653 57% [=================================== ] 958/1653 57% [=================================== ] 959/1653 58% [==================================== ] 960/1653 58% [==================================== ] 961/1653 58% [==================================== ] 962/1653 58% [==================================== ] 963/1653 58% [==================================== ] 964/1653 58% [==================================== ] 965/1653 58% [==================================== ] 966/1653 58% [==================================== ] 967/1653 58% [==================================== ] 968/1653 58% [==================================== ] 969/1653 58% [==================================== ] 970/1653 58% [==================================== ] 971/1653 58% [==================================== ] 972/1653 58% [==================================== ] 973/1653 58% [==================================== ] 974/1653 58% [==================================== ] 975/1653 58% [==================================== ] 976/1653 59% [==================================== ] 977/1653 59% [==================================== ] 978/1653 59% [==================================== ] 979/1653 59% [==================================== ] 980/1653 59% [==================================== ] 981/1653 59% [==================================== ] 982/1653 59% [==================================== ] 983/1653 59% [==================================== ] 984/1653 59% [==================================== ] 985/1653 59% [==================================== ] 986/1653 59% [===================================== ] 987/1653 59% [===================================== ] 988/1653 59% [===================================== ] 989/1653 59% [===================================== ] 990/1653 59% [===================================== ] 991/1653 59% [===================================== ] 992/1653 60% [===================================== ] 993/1653 60% [===================================== ] 994/1653 60% [===================================== ] 995/1653 60% [===================================== ] 996/1653 60% [===================================== ] 997/1653 60% [===================================== ] 998/1653 60% [===================================== ] 999/1653 60% [===================================== ] 1000/1653 60% [===================================== ] 1001/1653 60% [===================================== ] 1002/1653 60% [===================================== ] 1003/1653 60% [===================================== ] 1004/1653 60% [===================================== ] 1005/1653 60% [===================================== ] 1006/1653 60% [===================================== ] 1007/1653 60% [===================================== ] 1008/1653 60% [===================================== ] 1009/1653 61% [===================================== ] 1010/1653 61% [===================================== ] 1011/1653 61% [===================================== ] 1012/1653 61% [===================================== ] 1013/1653 61% [====================================== ] 1014/1653 61% [====================================== ] 1015/1653 61% [====================================== ] 1016/1653 61% [====================================== ] 1017/1653 61% [====================================== ] 1018/1653 61% [====================================== ] 1019/1653 61% [====================================== ] 1020/1653 61% [====================================== ] 1021/1653 61% [====================================== ] 1022/1653 61% [====================================== ] 1023/1653 61% [====================================== ] 1024/1653 61% [====================================== ] 1025/1653 62% [====================================== ] 1026/1653 62% [====================================== ] 1027/1653 62% [====================================== ] 1028/1653 62% [====================================== ] 1029/1653 62% [====================================== ] 1030/1653 62% [====================================== ] 1031/1653 62% [====================================== ] 1032/1653 62% [====================================== ] 1033/1653 62% [====================================== ] 1034/1653 62% [====================================== ] 1035/1653 62% [====================================== ] 1036/1653 62% [====================================== ] 1037/1653 62% [====================================== ] 1038/1653 62% [====================================== ] 1039/1653 62% [======================================= ] 1040/1653 62% [======================================= ] 1041/1653 62% [======================================= ] 1042/1653 63% [======================================= ] 1043/1653 63% [======================================= ] 1044/1653 63% [======================================= ] 1045/1653 63% [======================================= ] 1046/1653 63% [======================================= ] 1047/1653 63% [======================================= ] 1048/1653 63% [======================================= ] 1049/1653 63% [======================================= ] 1050/1653 63% [======================================= ] 1051/1653 63% [======================================= ] 1052/1653 63% [======================================= ] 1053/1653 63% [======================================= ] 1054/1653 63% [======================================= ] 1055/1653 63% [======================================= ] 1056/1653 63% [======================================= ] 1057/1653 63% [======================================= ] 1058/1653 64% [======================================= ] 1059/1653 64% [======================================= ] 1060/1653 64% [======================================= ] 1061/1653 64% [======================================= ] 1062/1653 64% [======================================= ] 1063/1653 64% [======================================= ] 1064/1653 64% [======================================= ] 1065/1653 64% [======================================= ] 1066/1653 64% [======================================== ] 1067/1653 64% [======================================== ] 1068/1653 64% [======================================== ] 1069/1653 64% [======================================== ] 1070/1653 64% [======================================== ] 1071/1653 64% [======================================== ] 1072/1653 64% [======================================== ] 1073/1653 64% [======================================== ] 1074/1653 64% [======================================== ] 1075/1653 65% [======================================== ] 1076/1653 65% [======================================== ] 1077/1653 65% [======================================== ] 1078/1653 65% [======================================== ] 1079/1653 65% [======================================== ] 1080/1653 65% [======================================== ] 1081/1653 65% [======================================== ] 1082/1653 65% [======================================== ] 1083/1653 65% [======================================== ] 1084/1653 65% [======================================== ] 1085/1653 65% [======================================== ] 1086/1653 65% [======================================== ] 1087/1653 65% [======================================== ] 1088/1653 65% [======================================== ] 1089/1653 65% [======================================== ] 1090/1653 65% [======================================== ] 1091/1653 66% [======================================== ] 1092/1653 66% [======================================== ] 1093/1653 66% [========================================= ] 1094/1653 66% [========================================= ] 1095/1653 66% [========================================= ] 1096/1653 66% [========================================= ] 1097/1653 66% [========================================= ] 1098/1653 66% [========================================= ] 1099/1653 66% [========================================= ] 1100/1653 66% [========================================= ] 1101/1653 66% [========================================= ] 1102/1653 66% [========================================= ] 1103/1653 66% [========================================= ] 1104/1653 66% [========================================= ] 1105/1653 66% [========================================= ] 1106/1653 66% [========================================= ] 1107/1653 66% [========================================= ] 1108/1653 67% [========================================= ] 1109/1653 67% [========================================= ] 1110/1653 67% [========================================= ] 1111/1653 67% [========================================= ] 1112/1653 67% [========================================= ] 1113/1653 67% [========================================= ] 1114/1653 67% [========================================= ] 1115/1653 67% [========================================= ] 1116/1653 67% [========================================= ] 1117/1653 67% [========================================= ] 1118/1653 67% [========================================= ] 1119/1653 67% [========================================== ] 1120/1653 67% [========================================== ] 1121/1653 67% [========================================== ] 1122/1653 67% [========================================== ] 1123/1653 67% [========================================== ] 1124/1653 67% [========================================== ] 1125/1653 68% [========================================== ] 1126/1653 68% [========================================== ] 1127/1653 68% [========================================== ] 1128/1653 68% [========================================== ] 1129/1653 68% [========================================== ] 1130/1653 68% [========================================== ] 1131/1653 68% [========================================== ] 1132/1653 68% [========================================== ] 1133/1653 68% [========================================== ] 1134/1653 68% [========================================== ] 1135/1653 68% [========================================== ] 1136/1653 68% [========================================== ] 1137/1653 68% [========================================== ] 1138/1653 68% [========================================== ] 1139/1653 68% [========================================== ] 1140/1653 68% [========================================== ] 1141/1653 69% [========================================== ] 1142/1653 69% [========================================== ] 1143/1653 69% [========================================== ] 1144/1653 69% [========================================== ] 1145/1653 69% [========================================== ] 1146/1653 69% [=========================================== ] 1147/1653 69% [=========================================== ] 1148/1653 69% [=========================================== ] 1149/1653 69% [=========================================== ] 1150/1653 69% [=========================================== ] 1151/1653 69% [=========================================== ] 1152/1653 69% [=========================================== ] 1153/1653 69% [=========================================== ] 1154/1653 69% [=========================================== ] 1155/1653 69% [=========================================== ] 1156/1653 69% [=========================================== ] 1157/1653 69% [=========================================== ] 1158/1653 70% [=========================================== ] 1159/1653 70% [=========================================== ] 1160/1653 70% [=========================================== ] 1161/1653 70% [=========================================== ] 1162/1653 70% [=========================================== ] 1163/1653 70% [=========================================== ] 1164/1653 70% [=========================================== ] 1165/1653 70% [=========================================== ] 1166/1653 70% [=========================================== ] 1167/1653 70% [=========================================== ] 1168/1653 70% [=========================================== ] 1169/1653 70% [=========================================== ] 1170/1653 70% [=========================================== ] 1171/1653 70% [=========================================== ] 1172/1653 70% [=========================================== ] 1173/1653 70% [============================================ ] 1174/1653 71% [============================================ ] 1175/1653 71% [============================================ ] 1176/1653 71% [============================================ ] 1177/1653 71% [============================================ ] 1178/1653 71% [============================================ ] 1179/1653 71% [============================================ ] 1180/1653 71% [============================================ ] 1181/1653 71% [============================================ ] 1182/1653 71% [============================================ ] 1183/1653 71% [============================================ ] 1184/1653 71% [============================================ ] 1185/1653 71% [============================================ ] 1186/1653 71% [============================================ ] 1187/1653 71% [============================================ ] 1188/1653 71% [============================================ ] 1189/1653 71% [============================================ ] 1190/1653 71% [============================================ ] 1191/1653 72% [============================================ ] 1192/1653 72% [============================================ ] 1193/1653 72% [============================================ ] 1194/1653 72% [============================================ ] 1195/1653 72% [============================================ ] 1196/1653 72% [============================================ ] 1197/1653 72% [============================================ ] 1198/1653 72% [============================================ ] 1199/1653 72% [============================================= ] 1200/1653 72% [============================================= ] 1201/1653 72% [============================================= ] 1202/1653 72% [============================================= ] 1203/1653 72% [============================================= ] 1204/1653 72% [============================================= ] 1205/1653 72% [============================================= ] 1206/1653 72% [============================================= ] 1207/1653 73% [============================================= ] 1208/1653 73% [============================================= ] 1209/1653 73% [============================================= ] 1210/1653 73% [============================================= ] 1211/1653 73% [============================================= ] 1212/1653 73% [============================================= ] 1213/1653 73% [============================================= ] 1214/1653 73% [============================================= ] 1215/1653 73% [============================================= ] 1216/1653 73% [============================================= ] 1217/1653 73% [============================================= ] 1218/1653 73% [============================================= ] 1219/1653 73% [============================================= ] 1220/1653 73% [============================================= ] 1221/1653 73% [============================================= ] 1222/1653 73% [============================================= ] 1223/1653 73% [============================================= ] 1224/1653 74% [============================================= ] 1225/1653 74% [============================================= ] 1226/1653 74% [============================================== ] 1227/1653 74% [============================================== ] 1228/1653 74% [============================================== ] 1229/1653 74% [============================================== ] 1230/1653 74% [============================================== ] 1231/1653 74% [============================================== ] 1232/1653 74% [============================================== ] 1233/1653 74% [============================================== ] 1234/1653 74% [============================================== ] 1235/1653 74% [============================================== ] 1236/1653 74% [============================================== ] 1237/1653 74% [============================================== ] 1238/1653 74% [============================================== ] 1239/1653 74% [============================================== ] 1240/1653 75% [============================================== ] 1241/1653 75% [============================================== ] 1242/1653 75% [============================================== ] 1243/1653 75% [============================================== ] 1244/1653 75% [============================================== ] 1245/1653 75% [============================================== ] 1246/1653 75% [============================================== ] 1247/1653 75% [============================================== ] 1248/1653 75% [============================================== ] 1249/1653 75% [============================================== ] 1250/1653 75% [============================================== ] 1251/1653 75% [============================================== ] 1252/1653 75% [============================================== ] 1253/1653 75% [=============================================== ] 1254/1653 75% [=============================================== ] 1255/1653 75% [=============================================== ] 1256/1653 75% [=============================================== ] 1257/1653 76% [=============================================== ] 1258/1653 76% [=============================================== ] 1259/1653 76% [=============================================== ] 1260/1653 76% [=============================================== ] 1261/1653 76% [=============================================== ] 1262/1653 76% [=============================================== ] 1263/1653 76% [=============================================== ] 1264/1653 76% [=============================================== ] 1265/1653 76% [=============================================== ] 1266/1653 76% [=============================================== ] 1267/1653 76% [=============================================== ] 1268/1653 76% [=============================================== ] 1269/1653 76% [=============================================== ] 1270/1653 76% [=============================================== ] 1271/1653 76% [=============================================== ] 1272/1653 76% [=============================================== ] 1273/1653 77% [=============================================== ] 1274/1653 77% [=============================================== ] 1275/1653 77% [=============================================== ] 1276/1653 77% [=============================================== ] 1277/1653 77% [=============================================== ] 1278/1653 77% [=============================================== ] 1279/1653 77% [================================================ ] 1280/1653 77% [================================================ ] 1281/1653 77% [================================================ ] 1282/1653 77% [================================================ ] 1283/1653 77% [================================================ ] 1284/1653 77% [================================================ ] 1285/1653 77% [================================================ ] 1286/1653 77% [================================================ ] 1287/1653 77% [================================================ ] 1288/1653 77% [================================================ ] 1289/1653 77% [================================================ ] 1290/1653 78% [================================================ ] 1291/1653 78% [================================================ ] 1292/1653 78% [================================================ ] 1293/1653 78% [================================================ ] 1294/1653 78% [================================================ ] 1295/1653 78% [================================================ ] 1296/1653 78% [================================================ ] 1297/1653 78% [================================================ ] 1298/1653 78% [================================================ ] 1299/1653 78% [================================================ ] 1300/1653 78% [================================================ ] 1301/1653 78% [================================================ ] 1302/1653 78% [================================================ ] 1303/1653 78% [================================================ ] 1304/1653 78% [================================================ ] 1305/1653 78% [================================================ ] 1306/1653 79% [================================================= ] 1307/1653 79% [================================================= ] 1308/1653 79% [================================================= ] 1309/1653 79% [================================================= ] 1310/1653 79% [================================================= ] 1311/1653 79% [================================================= ] 1312/1653 79% [================================================= ] 1313/1653 79% [================================================= ] 1314/1653 79% [================================================= ] 1315/1653 79% [================================================= ] 1316/1653 79% [================================================= ] 1317/1653 79% [================================================= ] 1318/1653 79% [================================================= ] 1319/1653 79% [================================================= ] 1320/1653 79% [================================================= ] 1321/1653 79% [================================================= ] 1322/1653 79% [================================================= ] 1323/1653 80% [================================================= ] 1324/1653 80% [================================================= ] 1325/1653 80% [================================================= ] 1326/1653 80% [================================================= ] 1327/1653 80% [================================================= ] 1328/1653 80% [================================================= ] 1329/1653 80% [================================================= ] 1330/1653 80% [================================================= ] 1331/1653 80% [================================================= ] 1332/1653 80% [================================================= ] 1333/1653 80% [================================================== ] 1334/1653 80% [================================================== ] 1335/1653 80% [================================================== ] 1336/1653 80% [================================================== ] 1337/1653 80% [================================================== ] 1338/1653 80% [================================================== ] 1339/1653 81% [================================================== ] 1340/1653 81% [================================================== ] 1341/1653 81% [================================================== ] 1342/1653 81% [================================================== ] 1343/1653 81% [================================================== ] 1344/1653 81% [================================================== ] 1345/1653 81% [================================================== ] 1346/1653 81% [================================================== ] 1347/1653 81% [================================================== ] 1348/1653 81% [================================================== ] 1349/1653 81% [================================================== ] 1350/1653 81% [================================================== ] 1351/1653 81% [================================================== ] 1352/1653 81% [================================================== ] 1353/1653 81% [================================================== ] 1354/1653 81% [================================================== ] 1355/1653 81% [================================================== ] 1356/1653 82% [================================================== ] 1357/1653 82% [================================================== ] 1358/1653 82% [================================================== ] 1359/1653 82% [=================================================== ] 1360/1653 82% [=================================================== ] 1361/1653 82% [=================================================== ] 1362/1653 82% [=================================================== ] 1363/1653 82% [=================================================== ] 1364/1653 82% [=================================================== ] 1365/1653 82% [=================================================== ] 1366/1653 82% [=================================================== ] 1367/1653 82% [=================================================== ] 1368/1653 82% [=================================================== ] 1369/1653 82% [=================================================== ] 1370/1653 82% [=================================================== ] 1371/1653 82% [=================================================== ] 1372/1653 83% [=================================================== ] 1373/1653 83% [=================================================== ] 1374/1653 83% [=================================================== ] 1375/1653 83% [=================================================== ] 1376/1653 83% [=================================================== ] 1377/1653 83% [=================================================== ] 1378/1653 83% [=================================================== ] 1379/1653 83% [=================================================== ] 1380/1653 83% [=================================================== ] 1381/1653 83% [=================================================== ] 1382/1653 83% [=================================================== ] 1383/1653 83% [=================================================== ] 1384/1653 83% [=================================================== ] 1385/1653 83% [=================================================== ] 1386/1653 83% [==================================================== ] 1387/1653 83% [==================================================== ] 1388/1653 83% [==================================================== ] 1389/1653 84% [==================================================== ] 1390/1653 84% [==================================================== ] 1391/1653 84% [==================================================== ] 1392/1653 84% [==================================================== ] 1393/1653 84% [==================================================== ] 1394/1653 84% [==================================================== ] 1395/1653 84% [==================================================== ] 1396/1653 84% [==================================================== ] 1397/1653 84% [==================================================== ] 1398/1653 84% [==================================================== ] 1399/1653 84% [==================================================== ] 1400/1653 84% [==================================================== ] 1401/1653 84% [==================================================== ] 1402/1653 84% [==================================================== ] 1403/1653 84% [==================================================== ] 1404/1653 84% [==================================================== ] 1405/1653 84% [==================================================== ] 1406/1653 85% [==================================================== ] 1407/1653 85% [==================================================== ] 1408/1653 85% [==================================================== ] 1409/1653 85% [==================================================== ] 1410/1653 85% [==================================================== ] 1411/1653 85% [==================================================== ] 1412/1653 85% [==================================================== ] 1413/1653 85% [===================================================== ] 1414/1653 85% [===================================================== ] 1415/1653 85% [===================================================== ] 1416/1653 85% [===================================================== ] 1417/1653 85% [===================================================== ] 1418/1653 85% [===================================================== ] 1419/1653 85% [===================================================== ] 1420/1653 85% [===================================================== ] 1421/1653 85% [===================================================== ] 1422/1653 86% [===================================================== ] 1423/1653 86% [===================================================== ] 1424/1653 86% [===================================================== ] 1425/1653 86% [===================================================== ] 1426/1653 86% [===================================================== ] 1427/1653 86% [===================================================== ] 1428/1653 86% [===================================================== ] 1429/1653 86% [===================================================== ] 1430/1653 86% [===================================================== ] 1431/1653 86% [===================================================== ] 1432/1653 86% [===================================================== ] 1433/1653 86% [===================================================== ] 1434/1653 86% [===================================================== ] 1435/1653 86% [===================================================== ] 1436/1653 86% [===================================================== ] 1437/1653 86% [===================================================== ] 1438/1653 86% [===================================================== ] 1439/1653 87% [====================================================== ] 1440/1653 87% [====================================================== ] 1441/1653 87% [====================================================== ] 1442/1653 87% [====================================================== ] 1443/1653 87% [====================================================== ] 1444/1653 87% [====================================================== ] 1445/1653 87% [====================================================== ] 1446/1653 87% [====================================================== ] 1447/1653 87% [====================================================== ] 1448/1653 87% [====================================================== ] 1449/1653 87% [====================================================== ] 1450/1653 87% [====================================================== ] 1451/1653 87% [====================================================== ] 1452/1653 87% [====================================================== ] 1453/1653 87% [====================================================== ] 1454/1653 87% [====================================================== ] 1455/1653 88% [====================================================== ] 1456/1653 88% [====================================================== ] 1457/1653 88% [====================================================== ] 1458/1653 88% [====================================================== ] 1459/1653 88% [====================================================== ] 1460/1653 88% [====================================================== ] 1461/1653 88% [====================================================== ] 1462/1653 88% [====================================================== ] 1463/1653 88% [====================================================== ] 1464/1653 88% [====================================================== ] 1465/1653 88% [====================================================== ] 1466/1653 88% [======================================================= ] 1467/1653 88% [======================================================= ] 1468/1653 88% [======================================================= ] 1469/1653 88% [======================================================= ] 1470/1653 88% [======================================================= ] 1471/1653 88% [======================================================= ] 1472/1653 89% [======================================================= ] 1473/1653 89% [======================================================= ] 1474/1653 89% [======================================================= ] 1475/1653 89% [======================================================= ] 1476/1653 89% [======================================================= ] 1477/1653 89% [======================================================= ] 1478/1653 89% [======================================================= ] 1479/1653 89% [======================================================= ] 1480/1653 89% [======================================================= ] 1481/1653 89% [======================================================= ] 1482/1653 89% [======================================================= ] 1483/1653 89% [======================================================= ] 1484/1653 89% [======================================================= ] 1485/1653 89% [======================================================= ] 1486/1653 89% [======================================================= ] 1487/1653 89% [======================================================= ] 1488/1653 90% [======================================================= ] 1489/1653 90% [======================================================= ] 1490/1653 90% [======================================================= ] 1491/1653 90% [======================================================= ] 1492/1653 90% [======================================================= ] 1493/1653 90% [======================================================== ] 1494/1653 90% [======================================================== ] 1495/1653 90% [======================================================== ] 1496/1653 90% [======================================================== ] 1497/1653 90% [======================================================== ] 1498/1653 90% [======================================================== ] 1499/1653 90% [======================================================== ] 1500/1653 90% [======================================================== ] 1501/1653 90% [======================================================== ] 1502/1653 90% [======================================================== ] 1503/1653 90% [======================================================== ] 1504/1653 90% [======================================================== ] 1505/1653 91% [======================================================== ] 1506/1653 91% [======================================================== ] 1507/1653 91% [======================================================== ] 1508/1653 91% [======================================================== ] 1509/1653 91% [======================================================== ] 1510/1653 91% [======================================================== ] 1511/1653 91% [======================================================== ] 1512/1653 91% [======================================================== ] 1513/1653 91% [======================================================== ] 1514/1653 91% [======================================================== ] 1515/1653 91% [======================================================== ] 1516/1653 91% [======================================================== ] 1517/1653 91% [======================================================== ] 1518/1653 91% [======================================================== ] 1519/1653 91% [========================================================= ] 1520/1653 91% [========================================================= ] 1521/1653 92% [========================================================= ] 1522/1653 92% [========================================================= ] 1523/1653 92% [========================================================= ] 1524/1653 92% [========================================================= ] 1525/1653 92% [========================================================= ] 1526/1653 92% [========================================================= ] 1527/1653 92% [========================================================= ] 1528/1653 92% [========================================================= ] 1529/1653 92% [========================================================= ] 1530/1653 92% [========================================================= ] 1531/1653 92% [========================================================= ] 1532/1653 92% [========================================================= ] 1533/1653 92% [========================================================= ] 1534/1653 92% [========================================================= ] 1535/1653 92% [========================================================= ] 1536/1653 92% [========================================================= ] 1537/1653 92% [========================================================= ] 1538/1653 93% [========================================================= ] 1539/1653 93% [========================================================= ] 1540/1653 93% [========================================================= ] 1541/1653 93% [========================================================= ] 1542/1653 93% [========================================================= ] 1543/1653 93% [========================================================= ] 1544/1653 93% [========================================================= ] 1545/1653 93% [========================================================= ] 1546/1653 93% [========================================================== ] 1547/1653 93% [========================================================== ] 1548/1653 93% [========================================================== ] 1549/1653 93% [========================================================== ] 1550/1653 93% [========================================================== ] 1551/1653 93% [========================================================== ] 1552/1653 93% [========================================================== ] 1553/1653 93% [========================================================== ] 1554/1653 94% [========================================================== ] 1555/1653 94% [========================================================== ] 1556/1653 94% [========================================================== ] 1557/1653 94% [========================================================== ] 1558/1653 94% [========================================================== ] 1559/1653 94% [========================================================== ] 1560/1653 94% [========================================================== ] 1561/1653 94% [========================================================== ] 1562/1653 94% [========================================================== ] 1563/1653 94% [========================================================== ] 1564/1653 94% [========================================================== ] 1565/1653 94% [========================================================== ] 1566/1653 94% [========================================================== ] 1567/1653 94% [========================================================== ] 1568/1653 94% [========================================================== ] 1569/1653 94% [========================================================== ] 1570/1653 94% [========================================================== ] 1571/1653 95% [========================================================== ] 1572/1653 95% [========================================================== ] 1573/1653 95% [=========================================================== ] 1574/1653 95% [=========================================================== ] 1575/1653 95% [=========================================================== ] 1576/1653 95% [=========================================================== ] 1577/1653 95% [=========================================================== ] 1578/1653 95% [=========================================================== ] 1579/1653 95% [=========================================================== ] 1580/1653 95% [=========================================================== ] 1581/1653 95% [=========================================================== ] 1582/1653 95% [=========================================================== ] 1583/1653 95% [=========================================================== ] 1584/1653 95% [=========================================================== ] 1585/1653 95% [=========================================================== ] 1586/1653 95% [=========================================================== ] 1587/1653 96% [=========================================================== ] 1588/1653 96% [=========================================================== ] 1589/1653 96% [=========================================================== ] 1590/1653 96% [=========================================================== ] 1591/1653 96% [=========================================================== ] 1592/1653 96% [=========================================================== ] 1593/1653 96% [=========================================================== ] 1594/1653 96% [=========================================================== ] 1595/1653 96% [=========================================================== ] 1596/1653 96% [=========================================================== ] 1597/1653 96% [=========================================================== ] 1598/1653 96% [=========================================================== ] 1599/1653 96% [============================================================ ] 1600/1653 96% [============================================================ ] 1601/1653 96% [============================================================ ] 1602/1653 96% [============================================================ ] 1603/1653 96% [============================================================ ] 1604/1653 97% [============================================================ ] 1605/1653 97% [============================================================ ] 1606/1653 97% [============================================================ ] 1607/1653 97% [============================================================ ] 1608/1653 97% [============================================================ ] 1609/1653 97% [============================================================ ] 1610/1653 97% [============================================================ ] 1611/1653 97% [============================================================ ] 1612/1653 97% [============================================================ ] 1613/1653 97% [============================================================ ] 1614/1653 97% [============================================================ ] 1615/1653 97% [============================================================ ] 1616/1653 97% [============================================================ ] 1617/1653 97% [============================================================ ] 1618/1653 97% [============================================================ ] 1619/1653 97% [============================================================ ] 1620/1653 98% [============================================================ ] 1621/1653 98% [============================================================ ] 1622/1653 98% [============================================================ ] 1623/1653 98% [============================================================ ] 1624/1653 98% [============================================================ ] 1625/1653 98% [============================================================ ] 1626/1653 98% [============================================================= ] 1627/1653 98% [============================================================= ] 1628/1653 98% [============================================================= ] 1629/1653 98% [============================================================= ] 1630/1653 98% [============================================================= ] 1631/1653 98% [============================================================= ] 1632/1653 98% [============================================================= ] 1633/1653 98% [============================================================= ] 1634/1653 98% [============================================================= ] 1635/1653 98% [============================================================= ] 1636/1653 98% [============================================================= ] 1637/1653 99% [============================================================= ] 1638/1653 99% [============================================================= ] 1639/1653 99% [============================================================= ] 1640/1653 99% [============================================================= ] 1641/1653 99% [============================================================= ] 1642/1653 99% [============================================================= ] 1643/1653 99% [============================================================= ] 1644/1653 99% [============================================================= ] 1645/1653 99% [============================================================= ] 1646/1653 99% [============================================================= ] 1647/1653 99% [============================================================= ] 1648/1653 99% [============================================================= ] 1649/1653 99% [============================================================= ] 1650/1653 99% [============================================================= ] 1651/1653 99% [============================================================= ] 1652/1653 99% [==============================================================] 1653/1653 100% operation complete, 1653 objects in 59681 NAND pages. ln -snf /tmp/instance-18/output-1/host/mips64el-buildroot-linux-gnu/sysroot /tmp/instance-18/output-1/staging make: Leaving directory '/tmp/instance-18/buildroot' make: Entering directory '/tmp/instance-18/buildroot' >>> Buildroot 2023.02-270-gb100440bff Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.37-2-g9f8513dc64119a424b312db97cef5d87d376defa Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.1.14 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> acpica 20220331 Collecting legal info source/include/acpi.h: OK (sha256: 40d8e351f8dfdf5340ec76ac28f0c201b825077d7060bb3686ca1112cb26985d) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> bind 9.16.38 Collecting legal info COPYRIGHT: OK (sha256: 13491a682dc0f5ee2273cebd3949e2be62f9470fe659419a03a308d4f444773b) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libidn2 2.3.4 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> libunistring 1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> libuv 1.44.2 Collecting legal info LICENSE: OK (sha256: 95b8b163c60d17cfce3cef61a2d8a9cf70137502c8fb5f3d93cd2fc529fa98c8) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> xz 5.2.10 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> openssl Collecting legal info >>> libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> bmx7 7.1.1 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mbedtls 2.28.2 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> wireless_tools 30.pre9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> bubblewrap 0.8.0 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.2 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> cgroupfs-mount 1.4 Collecting legal info debian/copyright: OK (sha256: e52f47a650734f70c40c8fd9318f85e42777bf3fba7ff1dfb72f845bb417f7e6) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dbus 1.12.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-dfu-util 0.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> evemu 2.7.0 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> explorercanvas aa989ea9d9bac748638f7c66b0fc88e619715da6 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Collecting legal info >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> 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) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> freeipmi 1.6.10 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.bmc-watchdog: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmiconsole: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmi-dcmi: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmidetect: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmi-fru: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmimonitoring: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmiping: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmipower: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmiseld: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.pstdout: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.sunbmc: OK (sha256: 48f44386b3f359e70d7e4a5d7f1d529d8591a7c64c47df3f4abdf2ad45a6d537) COPYING.ZRESEARCH: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libgcrypt 1.10.1 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.46 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> host-genpart 1.0.2 Collecting legal info >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gnutls 3.7.8 Collecting legal info doc/COPYING.LESSER: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libtasn1 4.19.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> nettle 3.8.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gssdp 1.4.0.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> libsoup 2.74.2 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> 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) >>> libpsl 0.21.2 Collecting legal info COPYING: OK (sha256: 776cd11d54f0ea3e5efdd25ff1a0d952a1744215bb5858ea7aeb91808e70c9f7) src/LICENSE.chromium: OK (sha256: 1d7f52747a9169751cdf2641a8299c0098e9ecdf9429296ffd55bdb14c9ed5b3) >>> sqlite 3.41.2 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> gupnp-dlna 0.12.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> gupnp 1.4.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> iperf3 3.13 Collecting legal info LICENSE: OK (sha256: 35aa7c4618b9884d6faa9b43a4e70291b35ea9f89329d5d33becd852e85221b0) >>> jasper 2.0.33 Collecting legal info LICENSE: OK (sha256: 4ad1bb42aff888c4403d792e6e2c5f1716d6c279fea70b296333c9d577d30b81) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libarchive 3.6.2 Collecting legal info COPYING: OK (sha256: b2cdf763345de2de34cebf54394df3c61a105c3b71288603c251f2fa638200ba) >>> libcdio-paranoia 10.2+2.0.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libcdio 2.1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libcurl 7.88.1 Collecting legal info COPYING: OK (sha256: b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524) >>> libebur128 1.2.6 Collecting legal info COPYING: OK (sha256: d6b4754bb67bdd08b97d5d11b2d7434997a371585a78fe77007149df3af8d09c) >>> liberation 2.1.5 Collecting legal info LICENSE: OK (sha256: 93fed46019c38bbe566b479d22148e2e8a1e85ada614accb0211c37b2c61c19b) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libgphoto2 2.5.27 Collecting legal info COPYING: OK (sha256: ebc385a0b1d477be5177ed6d9129557aa59a3ad0f26ebe7dd97ee942a0fb68ee) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnpth 1.6 Collecting legal info COPYING.LIB: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> libnspr 4.35 Collecting legal info nspr/LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> libpthread-stubs 0.4 Collecting legal info COPYING: OK (sha256: 78c20706e799f2b8f445e71d3d2ade6ba23b3388fd6cbeed7d71796623febde8) >>> libsigrok 0.5.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libzip 1.9.2 Collecting legal info LICENSE: OK (sha256: 01c022eca6d566e2e8792fd0f091a28653b2a608319922bcd4de91c49d1438e1) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> mobile-broadband-provider-info 20221107 Collecting legal info COPYING: OK (sha256: 3d510b215a33087b9ceb9592da21575ea1f9f98bd4d983a38e65fe851a552174) >>> host-libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> ncdu 1.18 Collecting legal info COPYING: OK (sha256: 4590cb935ff8a50cee76ce12c2cb0411c0b06e84c267b478579785dcf328660d) >>> net-tools 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ntp 4.2.8p15 Collecting legal info COPYRIGHT: OK (sha256: 957e6a13445cc61ab1ca3dc80d8c269cf9b0a6d9eaec20f9f39639b0b3e66ee8) >>> nvidia-modprobe 450.57 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> openldap 2.4.59 Collecting legal info LICENSE: OK (sha256: 310fe25c858a9515fc8c8d7d1f24a67c9496f84a91e0a0e41ea9975b1371e569) >>> openresolv 3.12.0 Collecting legal info LICENSE: OK (sha256: 384740bf5e19e7628d20f4dcc22925062fdc6020e9a6f074e567d4d797be57a0) >>> orc 0.4.33 Collecting legal info COPYING: OK (sha256: 4f5dabb1b44bb6fc5cd53820b1f103147ad61b395a57903991325bd1b85d97bf) >>> host-orc 0.4.33 Collecting legal info COPYING: OK (sha256: 4f5dabb1b44bb6fc5cd53820b1f103147ad61b395a57903991325bd1b85d97bf) >>> patch 2.7.6 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixz 1.0.7 Collecting legal info LICENSE: OK (sha256: d036806b4d1efee7c6d86276451c4d833e9798751417e25daae62dfbe348641b) >>> psmisc 23.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> sigrok-cli 0.7.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-sloci-image 0.1.2 Collecting legal info LICENSE: OK (sha256: 4c86c21e003875b85b4b9299156f8cec72c8e8e1abf5aa1f2d3c4dc665a3bea0) >>> smack 1.3.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> sudo 1.9.13p3 Collecting legal info LICENSE.md: OK (sha256: ea33b3971e8e4d9657cd6794a952aaa71b22bd16745f1645455b6ead010e0a28) >>> swupdate 2022.12 Collecting legal info LICENSES/BSD-1-Clause.txt: OK (sha256: 4cf04ed34ff0ebbf5c71345b56e6af5093fc17206364cca0ebbae92ef3940683) LICENSES/BSD-3-Clause.txt: OK (sha256: e27a3e87706b3aa5ff2e50eaafe2e6ed5397fbf2d7679eaf444a6d000518a3a6) LICENSES/CC0-1.0.txt: OK (sha256: 0558101984550fa84d1d13c2af11d116c20079d2be58711e8d99cadce7009192) LICENSES/CC-BY-SA-4.0.txt: OK (sha256: cde7883b9050a1104f4ac19a1572aafd6e5d7323b68351aaf51fbf4beba54966) LICENSES/GPL-2.0-only.txt: OK (sha256: 5d51b52a40391a26cbb2accf5dc5d1c165de49a022d9d5efb50b22204d2682ec) LICENSES/GPL-2.0-or-later.txt: OK (sha256: 43fd695e9b198a9a4997cc2d02e10d26cae937e2c4930b9eff9c6d349c85cd32) LICENSES/ISC.txt: OK (sha256: 492e801f1b0632185431472f148885a4fe8e990b10da57b4986a8bcf140a5374) LICENSES/LGPL-2.1-or-later.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) LICENSES/OFL-1.1.txt: OK (sha256: 8f2368a292194be10b1223a8875815240a9208bb30785cb13d8849eb6a750fe9) >>> tpm2-abrmd 2.3.3 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> tpm2-tss 3.1.0 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> vo-aacenc 0.1.3 Collecting legal info COPYING: OK (sha256: 8b3f1762349248d444ab9acbafe73941254e36e1064954da56bb9ddbd5873ddb) >>> vpnc 0.5.3r550-2jnpr1 Collecting legal info COPYING: OK (sha256: bf3ec1bd1dec31a6ab8980bfd04569f506432f35ee01e88a3910847784bc2de1) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-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: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4: cannot save license (FIRMWARE_UTILS_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (HOST_GENPART_LICENSE_FILES not defined) Legal info produced in /tmp/instance-18/output-1/legal-info make: Leaving directory '/tmp/instance-18/buildroot'