sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-g1', '-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', '-g1', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-Og', '-g1'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-1/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-1/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%mpcorenovfp%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-1/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-1/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-1/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-1/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-1/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-1/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-1/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%mpcorenovfp%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-Og', '-g1'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-g1', '-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', '-g1', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-1/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-1/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-1/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-1/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-1/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /home/buildroot/autobuild/instance-1/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /home/buildroot/autobuild/instance-1/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/buildroot/autobuild/instance-1/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/ash$' /home/buildroot/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/ash" >> /home/buildroot/autobuild/instance-1/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/buildroot/autobuild/instance-1/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/hush$' /home/buildroot/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/hush" >> /home/buildroot/autobuild/instance-1/output-1/target/etc/shells; fi mkdir -p /home/buildroot/autobuild/instance-1/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-1/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-1/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-1/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-1/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/buildroot/autobuild/instance-1/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-1/output-1/target/etc/shells if [ -x /home/buildroot/autobuild/instance-1/output-1/target/sbin/swapon -a -x /home/buildroot/autobuild/instance-1/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/buildroot/autobuild/instance-1/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/buildroot/autobuild/instance-1/output-1/target/etc/inittab; fi rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/include /home/buildroot/autobuild/instance-1/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-1/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-1/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/rpm /home/buildroot/autobuild/instance-1/output-1/target/usr/doc find /home/buildroot/autobuild/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-1/output-1/target/lib/ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-1/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/man /home/buildroot/autobuild/instance-1/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/info /home/buildroot/autobuild/instance-1/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/doc /home/buildroot/autobuild/instance-1/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-1/output-1/target/usr/share 2>/dev/null || true find /home/buildroot/autobuild/instance-1/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/buildroot/autobuild/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-1/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/instance-1/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.05.3"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.05.3"; \ echo "PRETTY_NAME=\"Buildroot 2024.05.3\"" \ ) > /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=4 \ PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-1/output-1/per-package \ /home/buildroot/autobuild/instance-1/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-1/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs printf ' ftp -1 ftp -1 * /home/ftp - - Anonymous FTP User\n\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /var/lib/nginx d 755 33 33 - - - - -\n\n' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.btrfs mkdir -p /home/buildroot/autobuild/instance-1/output-1/images rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-1/output-1/target/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-1/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot echo "/home/buildroot/autobuild/instance-1/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot printf ' rm -f -f /home/buildroot/autobuild/instance-1/output-1/images/rootfs.btrfs\n /home/buildroot/autobuild/instance-1/output-1/host/bin/mkfs.btrfs -f -r '\''/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target'\'' -L '\'''\'' --byte-count '\''100m'\'' --nodesize '\''16384'\'' --sectorsize '\''4096'\'' /home/buildroot/autobuild/instance-1/output-1/images/rootfs.btrfs\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot chmod a+x /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot rootdir=/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target table='/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' ERROR: zoned: unable to stat /home/buildroot/autobuild/instance-1/output-1/images/rootfs.btrfs btrfs-progs v5.16.2 See http://btrfs.wiki.kernel.org for more information. NOTE: several default settings have changed in version 5.15, please make sure this does not affect your deployments: - DUP for metadata (-m dup) - enabled no-holes (-O no-holes) - enabled free-space-tree (-R free-space-tree) Making image is completed. Label: UUID: 70dafdb7-4a8a-4ca4-b778-e583a691bb82 Node size: 16384 Sector size: 4096 Filesystem size: 1.24GiB Block group profiles: Data: single 128.00MiB Metadata: DUP 63.44MiB System: DUP 8.00MiB SSD detected: no Zoned device: no Incompat features: extref, skinny-metadata, no-holes Runtime features: free-space-tree Checksum: crc32c Number of devices: 1 Devices: ID SIZE PATH 1 1.24GiB /home/buildroot/autobuild/instance-1/output-1/images/rootfs.btrfs >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-1/output-1/images rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-1/output-1/target/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-1/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-1/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-1/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-1/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 1673 objects. stage 2: creating image '/home/buildroot/autobuild/instance-1/output-1/images/rootfs.yaffs2' [ ] 1/1673 0% [ ] 2/1673 0% [ ] 3/1673 0% [ ] 4/1673 0% [ ] 5/1673 0% [ ] 6/1673 0% [ ] 7/1673 0% [ ] 8/1673 0% [ ] 9/1673 0% [ ] 10/1673 0% [ ] 11/1673 0% [ ] 12/1673 0% [ ] 13/1673 0% [ ] 14/1673 0% [ ] 15/1673 0% [ ] 16/1673 0% [ ] 17/1673 1% [ ] 18/1673 1% [ ] 19/1673 1% [ ] 20/1673 1% [ ] 21/1673 1% [ ] 22/1673 1% [ ] 23/1673 1% [ ] 24/1673 1% [ ] 25/1673 1% [ ] 26/1673 1% [= ] 27/1673 1% [= ] 28/1673 1% [= ] 29/1673 1% [= ] 30/1673 1% [= ] 31/1673 1% [= ] 32/1673 1% [= ] 33/1673 1% [= ] 34/1673 2% [= ] 35/1673 2% [= ] 36/1673 2% [= ] 37/1673 2% [= ] 38/1673 2% [= ] 39/1673 2% [= ] 40/1673 2% [= ] 41/1673 2% [= ] 42/1673 2% [= ] 43/1673 2% [= ] 44/1673 2% [= ] 45/1673 2% [= ] 46/1673 2% [= ] 47/1673 2% [= ] 48/1673 2% [= ] 49/1673 2% [= ] 50/1673 2% [= ] 51/1673 3% [= ] 52/1673 3% [= ] 53/1673 3% [== ] 54/1673 3% [== ] 55/1673 3% [== ] 56/1673 3% [== ] 57/1673 3% [== ] 58/1673 3% [== ] 59/1673 3% [== ] 60/1673 3% [== ] 61/1673 3% [== ] 62/1673 3% [== ] 63/1673 3% [== ] 64/1673 3% [== ] 65/1673 3% [== ] 66/1673 3% [== ] 67/1673 4% [== ] 68/1673 4% [== ] 69/1673 4% [== ] 70/1673 4% [== ] 71/1673 4% [== ] 72/1673 4% [== ] 73/1673 4% [== ] 74/1673 4% [== ] 75/1673 4% [== ] 76/1673 4% [== ] 77/1673 4% [== ] 78/1673 4% [== ] 79/1673 4% [== ] 80/1673 4% [=== ] 81/1673 4% [=== ] 82/1673 4% [=== ] 83/1673 4% [=== ] 84/1673 5% [=== ] 85/1673 5% [=== ] 86/1673 5% [=== ] 87/1673 5% [=== ] 88/1673 5% [=== ] 89/1673 5% [=== ] 90/1673 5% [=== ] 91/1673 5% [=== ] 92/1673 5% [=== ] 93/1673 5% [=== ] 94/1673 5% [=== ] 95/1673 5% [=== ] 96/1673 5% [=== ] 97/1673 5% [=== ] 98/1673 5% [=== ] 99/1673 5% [=== ] 100/1673 5% [=== ] 101/1673 6% [=== ] 102/1673 6% [=== ] 103/1673 6% [=== ] 104/1673 6% [=== ] 105/1673 6% [=== ] 106/1673 6% [=== ] 107/1673 6% [==== ] 108/1673 6% [==== ] 109/1673 6% [==== ] 110/1673 6% [==== ] 111/1673 6% [==== ] 112/1673 6% [==== ] 113/1673 6% [==== ] 114/1673 6% [==== ] 115/1673 6% [==== ] 116/1673 6% [==== ] 117/1673 6% [==== ] 118/1673 7% [==== ] 119/1673 7% [==== ] 120/1673 7% [==== ] 121/1673 7% [==== ] 122/1673 7% [==== ] 123/1673 7% [==== ] 124/1673 7% [==== ] 125/1673 7% [==== ] 126/1673 7% [==== ] 127/1673 7% [==== ] 128/1673 7% [==== ] 129/1673 7% [==== ] 130/1673 7% [==== ] 131/1673 7% [==== ] 132/1673 7% [==== ] 133/1673 7% [==== ] 134/1673 8% [===== ] 135/1673 8% [===== ] 136/1673 8% [===== ] 137/1673 8% [===== ] 138/1673 8% [===== ] 139/1673 8% [===== ] 140/1673 8% [===== ] 141/1673 8% [===== ] 142/1673 8% [===== ] 143/1673 8% [===== ] 144/1673 8% [===== ] 145/1673 8% [===== ] 146/1673 8% [===== ] 147/1673 8% [===== ] 148/1673 8% [===== ] 149/1673 8% [===== ] 150/1673 8% [===== ] 151/1673 9% [===== ] 152/1673 9% [===== ] 153/1673 9% [===== ] 154/1673 9% [===== ] 155/1673 9% [===== ] 156/1673 9% [===== ] 157/1673 9% [===== ] 158/1673 9% [===== ] 159/1673 9% [===== ] 160/1673 9% [===== ] 161/1673 9% [====== ] 162/1673 9% [====== ] 163/1673 9% [====== ] 164/1673 9% [====== ] 165/1673 9% [====== ] 166/1673 9% [====== ] 167/1673 9% [====== ] 168/1673 10% [====== ] 169/1673 10% [====== ] 170/1673 10% [====== ] 171/1673 10% [====== ] 172/1673 10% [====== ] 173/1673 10% [====== ] 174/1673 10% [====== ] 175/1673 10% [====== ] 176/1673 10% [====== ] 177/1673 10% [====== ] 178/1673 10% [====== ] 179/1673 10% [====== ] 180/1673 10% [====== ] 181/1673 10% [====== ] 182/1673 10% [====== ] 183/1673 10% [====== ] 184/1673 10% [====== ] 185/1673 11% [====== ] 186/1673 11% [====== ] 187/1673 11% [====== ] 188/1673 11% [======= ] 189/1673 11% [======= ] 190/1673 11% [======= ] 191/1673 11% [======= ] 192/1673 11% [======= ] 193/1673 11% [======= ] 194/1673 11% [======= ] 195/1673 11% [======= ] 196/1673 11% [======= ] 197/1673 11% [======= ] 198/1673 11% [======= ] 199/1673 11% [======= ] 200/1673 11% [======= ] 201/1673 12% [======= ] 202/1673 12% [======= ] 203/1673 12% [======= ] 204/1673 12% [======= ] 205/1673 12% [======= ] 206/1673 12% [======= ] 207/1673 12% [======= ] 208/1673 12% [======= ] 209/1673 12% [======= ] 210/1673 12% [======= ] 211/1673 12% [======= ] 212/1673 12% [======= ] 213/1673 12% [======= ] 214/1673 12% [======= ] 215/1673 12% [======== ] 216/1673 12% [======== ] 217/1673 12% [======== ] 218/1673 13% [======== ] 219/1673 13% [======== ] 220/1673 13% [======== ] 221/1673 13% [======== ] 222/1673 13% [======== ] 223/1673 13% [======== ] 224/1673 13% [======== ] 225/1673 13% [======== ] 226/1673 13% [======== ] 227/1673 13% [======== ] 228/1673 13% [======== ] 229/1673 13% [======== ] 230/1673 13% [======== ] 231/1673 13% [======== ] 232/1673 13% [======== ] 233/1673 13% [======== ] 234/1673 13% [======== ] 235/1673 14% [======== ] 236/1673 14% [======== ] 237/1673 14% [======== ] 238/1673 14% [======== ] 239/1673 14% [======== ] 240/1673 14% [======== ] 241/1673 14% [======== ] 242/1673 14% [========= ] 243/1673 14% [========= ] 244/1673 14% [========= ] 245/1673 14% [========= ] 246/1673 14% [========= ] 247/1673 14% [========= ] 248/1673 14% [========= ] 249/1673 14% [========= ] 250/1673 14% [========= ] 251/1673 15% [========= ] 252/1673 15% [========= ] 253/1673 15% [========= ] 254/1673 15% [========= ] 255/1673 15% [========= ] 256/1673 15% [========= ] 257/1673 15% [========= ] 258/1673 15% [========= ] 259/1673 15% [========= ] 260/1673 15% [========= ] 261/1673 15% [========= ] 262/1673 15% [========= ] 263/1673 15% [========= ] 264/1673 15% [========= ] 265/1673 15% [========= ] 266/1673 15% [========= ] 267/1673 15% [========= ] 268/1673 16% [========= ] 269/1673 16% [========== ] 270/1673 16% [========== ] 271/1673 16% [========== ] 272/1673 16% [========== ] 273/1673 16% [========== ] 274/1673 16% [========== ] 275/1673 16% [========== ] 276/1673 16% [========== ] 277/1673 16% [========== ] 278/1673 16% [========== ] 279/1673 16% [========== ] 280/1673 16% [========== ] 281/1673 16% [========== ] 282/1673 16% [========== ] 283/1673 16% [========== ] 284/1673 16% [========== ] 285/1673 17% [========== ] 286/1673 17% [========== ] 287/1673 17% [========== ] 288/1673 17% [========== ] 289/1673 17% [========== ] 290/1673 17% [========== ] 291/1673 17% [========== ] 292/1673 17% [========== ] 293/1673 17% [========== ] 294/1673 17% [========== ] 295/1673 17% [========== ] 296/1673 17% [=========== ] 297/1673 17% [=========== ] 298/1673 17% [=========== ] 299/1673 17% [=========== ] 300/1673 17% [=========== ] 301/1673 17% [=========== ] 302/1673 18% [=========== ] 303/1673 18% [=========== ] 304/1673 18% [=========== ] 305/1673 18% [=========== ] 306/1673 18% [=========== ] 307/1673 18% [=========== ] 308/1673 18% [=========== ] 309/1673 18% [=========== ] 310/1673 18% [=========== ] 311/1673 18% [=========== ] 312/1673 18% [=========== ] 313/1673 18% [=========== ] 314/1673 18% [=========== ] 315/1673 18% [=========== ] 316/1673 18% [=========== ] 317/1673 18% [=========== ] 318/1673 19% [=========== ] 319/1673 19% [=========== ] 320/1673 19% [=========== ] 321/1673 19% [=========== ] 322/1673 19% [=========== ] 323/1673 19% [============ ] 324/1673 19% [============ ] 325/1673 19% [============ ] 326/1673 19% [============ ] 327/1673 19% [============ ] 328/1673 19% [============ ] 329/1673 19% [============ ] 330/1673 19% [============ ] 331/1673 19% [============ ] 332/1673 19% [============ ] 333/1673 19% [============ ] 334/1673 19% [============ ] 335/1673 20% [============ ] 336/1673 20% [============ ] 337/1673 20% [============ ] 338/1673 20% [============ ] 339/1673 20% [============ ] 340/1673 20% [============ ] 341/1673 20% [============ ] 342/1673 20% [============ ] 343/1673 20% [============ ] 344/1673 20% [============ ] 345/1673 20% [============ ] 346/1673 20% [============ ] 347/1673 20% [============ ] 348/1673 20% [============ ] 349/1673 20% [============ ] 350/1673 20% [============= ] 351/1673 20% [============= ] 352/1673 21% [============= ] 353/1673 21% [============= ] 354/1673 21% [============= ] 355/1673 21% [============= ] 356/1673 21% [============= ] 357/1673 21% [============= ] 358/1673 21% [============= ] 359/1673 21% [============= ] 360/1673 21% [============= ] 361/1673 21% [============= ] 362/1673 21% [============= ] 363/1673 21% [============= ] 364/1673 21% [============= ] 365/1673 21% [============= ] 366/1673 21% [============= ] 367/1673 21% [============= ] 368/1673 21% [============= ] 369/1673 22% [============= ] 370/1673 22% [============= ] 371/1673 22% [============= ] 372/1673 22% [============= ] 373/1673 22% [============= ] 374/1673 22% [============= ] 375/1673 22% [============= ] 376/1673 22% [============= ] 377/1673 22% [============== ] 378/1673 22% [============== ] 379/1673 22% [============== ] 380/1673 22% [============== ] 381/1673 22% [============== ] 382/1673 22% [============== ] 383/1673 22% [============== ] 384/1673 22% [============== ] 385/1673 23% [============== ] 386/1673 23% [============== ] 387/1673 23% [============== ] 388/1673 23% [============== ] 389/1673 23% [============== ] 390/1673 23% [============== ] 391/1673 23% [============== ] 392/1673 23% [============== ] 393/1673 23% [============== ] 394/1673 23% [============== ] 395/1673 23% [============== ] 396/1673 23% [============== ] 397/1673 23% [============== ] 398/1673 23% [============== ] 399/1673 23% [============== ] 400/1673 23% [============== ] 401/1673 23% [============== ] 402/1673 24% [============== ] 403/1673 24% [============== ] 404/1673 24% [=============== ] 405/1673 24% [=============== ] 406/1673 24% [=============== ] 407/1673 24% [=============== ] 408/1673 24% [=============== ] 409/1673 24% [=============== ] 410/1673 24% [=============== ] 411/1673 24% [=============== ] 412/1673 24% [=============== ] 413/1673 24% [=============== ] 414/1673 24% [=============== ] 415/1673 24% [=============== ] 416/1673 24% [=============== ] 417/1673 24% [=============== ] 418/1673 24% [=============== ] 419/1673 25% [=============== ] 420/1673 25% [=============== ] 421/1673 25% [=============== ] 422/1673 25% [=============== ] 423/1673 25% [=============== ] 424/1673 25% [=============== ] 425/1673 25% [=============== ] 426/1673 25% [=============== ] 427/1673 25% [=============== ] 428/1673 25% [=============== ] 429/1673 25% [=============== ] 430/1673 25% [=============== ] 431/1673 25% [================ ] 432/1673 25% [================ ] 433/1673 25% [================ ] 434/1673 25% [================ ] 435/1673 26% [================ ] 436/1673 26% [================ ] 437/1673 26% [================ ] 438/1673 26% [================ ] 439/1673 26% [================ ] 440/1673 26% [================ ] 441/1673 26% [================ ] 442/1673 26% [================ ] 443/1673 26% [================ ] 444/1673 26% [================ ] 445/1673 26% [================ ] 446/1673 26% [================ ] 447/1673 26% [================ ] 448/1673 26% [================ ] 449/1673 26% [================ ] 450/1673 26% [================ ] 451/1673 26% [================ ] 452/1673 27% [================ ] 453/1673 27% [================ ] 454/1673 27% [================ ] 455/1673 27% [================ ] 456/1673 27% [================ ] 457/1673 27% [================ ] 458/1673 27% [================= ] 459/1673 27% [================= ] 460/1673 27% [================= ] 461/1673 27% [================= ] 462/1673 27% [================= ] 463/1673 27% [================= ] 464/1673 27% [================= ] 465/1673 27% [================= ] 466/1673 27% [================= ] 467/1673 27% [================= ] 468/1673 27% [================= ] 469/1673 28% [================= ] 470/1673 28% [================= ] 471/1673 28% [================= ] 472/1673 28% [================= ] 473/1673 28% [================= ] 474/1673 28% [================= ] 475/1673 28% [================= ] 476/1673 28% [================= ] 477/1673 28% [================= ] 478/1673 28% [================= ] 479/1673 28% [================= ] 480/1673 28% [================= ] 481/1673 28% [================= ] 482/1673 28% [================= ] 483/1673 28% [================= ] 484/1673 28% [================= ] 485/1673 28% [================== ] 486/1673 29% [================== ] 487/1673 29% [================== ] 488/1673 29% [================== ] 489/1673 29% [================== ] 490/1673 29% [================== ] 491/1673 29% [================== ] 492/1673 29% [================== ] 493/1673 29% [================== ] 494/1673 29% [================== ] 495/1673 29% [================== ] 496/1673 29% [================== ] 497/1673 29% [================== ] 498/1673 29% [================== ] 499/1673 29% [================== ] 500/1673 29% [================== ] 501/1673 29% [================== ] 502/1673 30% [================== ] 503/1673 30% [================== ] 504/1673 30% [================== ] 505/1673 30% [================== ] 506/1673 30% [================== ] 507/1673 30% [================== ] 508/1673 30% [================== ] 509/1673 30% [================== ] 510/1673 30% [================== ] 511/1673 30% [================== ] 512/1673 30% [=================== ] 513/1673 30% [=================== ] 514/1673 30% [=================== ] 515/1673 30% [=================== ] 516/1673 30% [=================== ] 517/1673 30% [=================== ] 518/1673 30% [=================== ] 519/1673 31% [=================== ] 520/1673 31% [=================== ] 521/1673 31% [=================== ] 522/1673 31% [=================== ] 523/1673 31% [=================== ] 524/1673 31% [=================== ] 525/1673 31% [=================== ] 526/1673 31% [=================== ] 527/1673 31% [=================== ] 528/1673 31% [=================== ] 529/1673 31% [=================== ] 530/1673 31% [=================== ] 531/1673 31% [=================== ] 532/1673 31% [=================== ] 533/1673 31% [=================== ] 534/1673 31% [=================== ] 535/1673 31% [=================== ] 536/1673 32% [=================== ] 537/1673 32% [=================== ] 538/1673 32% [=================== ] 539/1673 32% [==================== ] 540/1673 32% [==================== ] 541/1673 32% [==================== ] 542/1673 32% [==================== ] 543/1673 32% [==================== ] 544/1673 32% [==================== ] 545/1673 32% [==================== ] 546/1673 32% [==================== ] 547/1673 32% [==================== ] 548/1673 32% [==================== ] 549/1673 32% [==================== ] 550/1673 32% [==================== ] 551/1673 32% [==================== ] 552/1673 32% [==================== ] 553/1673 33% [==================== ] 554/1673 33% [==================== ] 555/1673 33% [==================== ] 556/1673 33% [==================== ] 557/1673 33% [==================== ] 558/1673 33% [==================== ] 559/1673 33% [==================== ] 560/1673 33% [==================== ] 561/1673 33% [==================== ] 562/1673 33% [==================== ] 563/1673 33% [==================== ] 564/1673 33% [==================== ] 565/1673 33% [==================== ] 566/1673 33% [===================== ] 567/1673 33% [===================== ] 568/1673 33% [===================== ] 569/1673 34% [===================== ] 570/1673 34% [===================== ] 571/1673 34% [===================== ] 572/1673 34% [===================== ] 573/1673 34% [===================== ] 574/1673 34% [===================== ] 575/1673 34% [===================== ] 576/1673 34% [===================== ] 577/1673 34% [===================== ] 578/1673 34% [===================== ] 579/1673 34% [===================== ] 580/1673 34% [===================== ] 581/1673 34% [===================== ] 582/1673 34% [===================== ] 583/1673 34% [===================== ] 584/1673 34% [===================== ] 585/1673 34% [===================== ] 586/1673 35% [===================== ] 587/1673 35% [===================== ] 588/1673 35% [===================== ] 589/1673 35% [===================== ] 590/1673 35% [===================== ] 591/1673 35% [===================== ] 592/1673 35% [===================== ] 593/1673 35% [====================== ] 594/1673 35% [====================== ] 595/1673 35% [====================== ] 596/1673 35% [====================== ] 597/1673 35% [====================== ] 598/1673 35% [====================== ] 599/1673 35% [====================== ] 600/1673 35% [====================== ] 601/1673 35% [====================== ] 602/1673 35% [====================== ] 603/1673 36% [====================== ] 604/1673 36% [====================== ] 605/1673 36% [====================== ] 606/1673 36% [====================== ] 607/1673 36% [====================== ] 608/1673 36% [====================== ] 609/1673 36% [====================== ] 610/1673 36% [====================== ] 611/1673 36% [====================== ] 612/1673 36% [====================== ] 613/1673 36% [====================== ] 614/1673 36% [====================== ] 615/1673 36% [====================== ] 616/1673 36% [====================== ] 617/1673 36% [====================== ] 618/1673 36% [====================== ] 619/1673 36% [====================== ] 620/1673 37% [======================= ] 621/1673 37% [======================= ] 622/1673 37% [======================= ] 623/1673 37% [======================= ] 624/1673 37% [======================= ] 625/1673 37% [======================= ] 626/1673 37% [======================= ] 627/1673 37% [======================= ] 628/1673 37% [======================= ] 629/1673 37% [======================= ] 630/1673 37% [======================= ] 631/1673 37% [======================= ] 632/1673 37% [======================= ] 633/1673 37% [======================= ] 634/1673 37% [======================= ] 635/1673 37% [======================= ] 636/1673 38% [======================= ] 637/1673 38% [======================= ] 638/1673 38% [======================= ] 639/1673 38% [======================= ] 640/1673 38% [======================= ] 641/1673 38% [======================= ] 642/1673 38% [======================= ] 643/1673 38% [======================= ] 644/1673 38% [======================= ] 645/1673 38% [======================= ] 646/1673 38% [======================= ] 647/1673 38% [======================== ] 648/1673 38% [======================== ] 649/1673 38% [======================== ] 650/1673 38% [======================== ] 651/1673 38% [======================== ] 652/1673 38% [======================== ] 653/1673 39% [======================== ] 654/1673 39% [======================== ] 655/1673 39% [======================== ] 656/1673 39% [======================== ] 657/1673 39% [======================== ] 658/1673 39% [======================== ] 659/1673 39% [======================== ] 660/1673 39% [======================== ] 661/1673 39% [======================== ] 662/1673 39% [======================== ] 663/1673 39% [======================== ] 664/1673 39% [======================== ] 665/1673 39% [======================== ] 666/1673 39% [======================== ] 667/1673 39% [======================== ] 668/1673 39% [======================== ] 669/1673 39% [======================== ] 670/1673 40% [======================== ] 671/1673 40% [======================== ] 672/1673 40% [======================== ] 673/1673 40% [======================== ] 674/1673 40% [========================= ] 675/1673 40% [========================= ] 676/1673 40% [========================= ] 677/1673 40% [========================= ] 678/1673 40% [========================= ] 679/1673 40% [========================= ] 680/1673 40% [========================= ] 681/1673 40% [========================= ] 682/1673 40% [========================= ] 683/1673 40% [========================= ] 684/1673 40% [========================= ] 685/1673 40% [========================= ] 686/1673 41% [========================= ] 687/1673 41% [========================= ] 688/1673 41% [========================= ] 689/1673 41% [========================= ] 690/1673 41% [========================= ] 691/1673 41% [========================= ] 692/1673 41% [========================= ] 693/1673 41% [========================= ] 694/1673 41% [========================= ] 695/1673 41% [========================= ] 696/1673 41% [========================= ] 697/1673 41% [========================= ] 698/1673 41% [========================= ] 699/1673 41% [========================= ] 700/1673 41% [========================= ] 701/1673 41% [========================== ] 702/1673 41% [========================== ] 703/1673 42% [========================== ] 704/1673 42% [========================== ] 705/1673 42% [========================== ] 706/1673 42% [========================== ] 707/1673 42% [========================== ] 708/1673 42% [========================== ] 709/1673 42% [========================== ] 710/1673 42% [========================== ] 711/1673 42% [========================== ] 712/1673 42% [========================== ] 713/1673 42% [========================== ] 714/1673 42% [========================== ] 715/1673 42% [========================== ] 716/1673 42% [========================== ] 717/1673 42% [========================== ] 718/1673 42% [========================== ] 719/1673 42% [========================== ] 720/1673 43% [========================== ] 721/1673 43% [========================== ] 722/1673 43% [========================== ] 723/1673 43% [========================== ] 724/1673 43% [========================== ] 725/1673 43% [========================== ] 726/1673 43% [========================== ] 727/1673 43% [========================== ] 728/1673 43% [=========================== ] 729/1673 43% [=========================== ] 730/1673 43% [=========================== ] 731/1673 43% [=========================== ] 732/1673 43% [=========================== ] 733/1673 43% [=========================== ] 734/1673 43% [=========================== ] 735/1673 43% [=========================== ] 736/1673 43% [=========================== ] 737/1673 44% [=========================== ] 738/1673 44% [=========================== ] 739/1673 44% [=========================== ] 740/1673 44% [=========================== ] 741/1673 44% [=========================== ] 742/1673 44% [=========================== ] 743/1673 44% [=========================== ] 744/1673 44% [=========================== ] 745/1673 44% [=========================== ] 746/1673 44% [=========================== ] 747/1673 44% [=========================== ] 748/1673 44% [=========================== ] 749/1673 44% [=========================== ] 750/1673 44% [=========================== ] 751/1673 44% [=========================== ] 752/1673 44% [=========================== ] 753/1673 45% [=========================== ] 754/1673 45% [=========================== ] 755/1673 45% [============================ ] 756/1673 45% [============================ ] 757/1673 45% [============================ ] 758/1673 45% [============================ ] 759/1673 45% [============================ ] 760/1673 45% [============================ ] 761/1673 45% [============================ ] 762/1673 45% [============================ ] 763/1673 45% [============================ ] 764/1673 45% [============================ ] 765/1673 45% [============================ ] 766/1673 45% [============================ ] 767/1673 45% [============================ ] 768/1673 45% [============================ ] 769/1673 45% [============================ ] 770/1673 46% [============================ ] 771/1673 46% [============================ ] 772/1673 46% [============================ ] 773/1673 46% [============================ ] 774/1673 46% [============================ ] 775/1673 46% [============================ ] 776/1673 46% [============================ ] 777/1673 46% [============================ ] 778/1673 46% [============================ ] 779/1673 46% [============================ ] 780/1673 46% [============================ ] 781/1673 46% [============================ ] 782/1673 46% [============================= ] 783/1673 46% [============================= ] 784/1673 46% [============================= ] 785/1673 46% [============================= ] 786/1673 46% [============================= ] 787/1673 47% [============================= ] 788/1673 47% [============================= ] 789/1673 47% [============================= ] 790/1673 47% [============================= ] 791/1673 47% [============================= ] 792/1673 47% [============================= ] 793/1673 47% [============================= ] 794/1673 47% [============================= ] 795/1673 47% [============================= ] 796/1673 47% [============================= ] 797/1673 47% [============================= ] 798/1673 47% [============================= ] 799/1673 47% [============================= ] 800/1673 47% [============================= ] 801/1673 47% [============================= ] 802/1673 47% [============================= ] 803/1673 47% [============================= ] 804/1673 48% [============================= ] 805/1673 48% [============================= ] 806/1673 48% [============================= ] 807/1673 48% [============================= ] 808/1673 48% [============================= ] 809/1673 48% [============================== ] 810/1673 48% [============================== ] 811/1673 48% [============================== ] 812/1673 48% [============================== ] 813/1673 48% [============================== ] 814/1673 48% [============================== ] 815/1673 48% [============================== ] 816/1673 48% [============================== ] 817/1673 48% [============================== ] 818/1673 48% [============================== ] 819/1673 48% [============================== ] 820/1673 49% [============================== ] 821/1673 49% [============================== ] 822/1673 49% [============================== ] 823/1673 49% [============================== ] 824/1673 49% [============================== ] 825/1673 49% [============================== ] 826/1673 49% [============================== ] 827/1673 49% [============================== ] 828/1673 49% [============================== ] 829/1673 49% [============================== ] 830/1673 49% [============================== ] 831/1673 49% [============================== ] 832/1673 49% [============================== ] 833/1673 49% [============================== ] 834/1673 49% [============================== ] 835/1673 49% [============================== ] 836/1673 49% [=============================== ] 837/1673 50% [=============================== ] 838/1673 50% [=============================== ] 839/1673 50% [=============================== ] 840/1673 50% [=============================== ] 841/1673 50% [=============================== ] 842/1673 50% [=============================== ] 843/1673 50% [=============================== ] 844/1673 50% [=============================== ] 845/1673 50% [=============================== ] 846/1673 50% [=============================== ] 847/1673 50% [=============================== ] 848/1673 50% [=============================== ] 849/1673 50% [=============================== ] 850/1673 50% [=============================== ] 851/1673 50% [=============================== ] 852/1673 50% [=============================== ] 853/1673 50% [=============================== ] 854/1673 51% [=============================== ] 855/1673 51% [=============================== ] 856/1673 51% [=============================== ] 857/1673 51% [=============================== ] 858/1673 51% [=============================== ] 859/1673 51% [=============================== ] 860/1673 51% [=============================== ] 861/1673 51% [=============================== ] 862/1673 51% [=============================== ] 863/1673 51% [================================ ] 864/1673 51% [================================ ] 865/1673 51% [================================ ] 866/1673 51% [================================ ] 867/1673 51% [================================ ] 868/1673 51% [================================ ] 869/1673 51% [================================ ] 870/1673 52% [================================ ] 871/1673 52% [================================ ] 872/1673 52% [================================ ] 873/1673 52% [================================ ] 874/1673 52% [================================ ] 875/1673 52% [================================ ] 876/1673 52% [================================ ] 877/1673 52% [================================ ] 878/1673 52% [================================ ] 879/1673 52% [================================ ] 880/1673 52% [================================ ] 881/1673 52% [================================ ] 882/1673 52% [================================ ] 883/1673 52% [================================ ] 884/1673 52% [================================ ] 885/1673 52% [================================ ] 886/1673 52% [================================ ] 887/1673 53% [================================ ] 888/1673 53% [================================ ] 889/1673 53% [================================ ] 890/1673 53% [================================= ] 891/1673 53% [================================= ] 892/1673 53% [================================= ] 893/1673 53% [================================= ] 894/1673 53% [================================= ] 895/1673 53% [================================= ] 896/1673 53% [================================= ] 897/1673 53% [================================= ] 898/1673 53% [================================= ] 899/1673 53% [================================= ] 900/1673 53% [================================= ] 901/1673 53% [================================= ] 902/1673 53% [================================= ] 903/1673 53% [================================= ] 904/1673 54% [================================= ] 905/1673 54% [================================= ] 906/1673 54% [================================= ] 907/1673 54% [================================= ] 908/1673 54% [================================= ] 909/1673 54% [================================= ] 910/1673 54% [================================= ] 911/1673 54% [================================= ] 912/1673 54% [================================= ] 913/1673 54% [================================= ] 914/1673 54% [================================= ] 915/1673 54% [================================= ] 916/1673 54% [================================= ] 917/1673 54% [================================== ] 918/1673 54% [================================== ] 919/1673 54% [================================== ] 920/1673 54% [================================== ] 921/1673 55% [================================== ] 922/1673 55% [================================== ] 923/1673 55% [================================== ] 924/1673 55% [================================== ] 925/1673 55% [================================== ] 926/1673 55% [================================== ] 927/1673 55% [================================== ] 928/1673 55% [================================== ] 929/1673 55% [================================== ] 930/1673 55% [================================== ] 931/1673 55% [================================== ] 932/1673 55% [================================== ] 933/1673 55% [================================== ] 934/1673 55% [================================== ] 935/1673 55% [================================== ] 936/1673 55% [================================== ] 937/1673 56% [================================== ] 938/1673 56% [================================== ] 939/1673 56% [================================== ] 940/1673 56% [================================== ] 941/1673 56% [================================== ] 942/1673 56% [================================== ] 943/1673 56% [================================== ] 944/1673 56% [=================================== ] 945/1673 56% [=================================== ] 946/1673 56% [=================================== ] 947/1673 56% [=================================== ] 948/1673 56% [=================================== ] 949/1673 56% [=================================== ] 950/1673 56% [=================================== ] 951/1673 56% [=================================== ] 952/1673 56% [=================================== ] 953/1673 56% [=================================== ] 954/1673 57% [=================================== ] 955/1673 57% [=================================== ] 956/1673 57% [=================================== ] 957/1673 57% [=================================== ] 958/1673 57% [=================================== ] 959/1673 57% [=================================== ] 960/1673 57% [=================================== ] 961/1673 57% [=================================== ] 962/1673 57% [=================================== ] 963/1673 57% [=================================== ] 964/1673 57% [=================================== ] 965/1673 57% [=================================== ] 966/1673 57% [=================================== ] 967/1673 57% [=================================== ] 968/1673 57% [=================================== ] 969/1673 57% [=================================== ] 970/1673 57% [=================================== ] 971/1673 58% [==================================== ] 972/1673 58% [==================================== ] 973/1673 58% [==================================== ] 974/1673 58% [==================================== ] 975/1673 58% [==================================== ] 976/1673 58% [==================================== ] 977/1673 58% [==================================== ] 978/1673 58% [==================================== ] 979/1673 58% [==================================== ] 980/1673 58% [==================================== ] 981/1673 58% [==================================== ] 982/1673 58% [==================================== ] 983/1673 58% [==================================== ] 984/1673 58% [==================================== ] 985/1673 58% [==================================== ] 986/1673 58% [==================================== ] 987/1673 58% [==================================== ] 988/1673 59% [==================================== ] 989/1673 59% [==================================== ] 990/1673 59% [==================================== ] 991/1673 59% [==================================== ] 992/1673 59% [==================================== ] 993/1673 59% [==================================== ] 994/1673 59% [==================================== ] 995/1673 59% [==================================== ] 996/1673 59% [==================================== ] 997/1673 59% [==================================== ] 998/1673 59% [===================================== ] 999/1673 59% [===================================== ] 1000/1673 59% [===================================== ] 1001/1673 59% [===================================== ] 1002/1673 59% [===================================== ] 1003/1673 59% [===================================== ] 1004/1673 60% [===================================== ] 1005/1673 60% [===================================== ] 1006/1673 60% [===================================== ] 1007/1673 60% [===================================== ] 1008/1673 60% [===================================== ] 1009/1673 60% [===================================== ] 1010/1673 60% [===================================== ] 1011/1673 60% [===================================== ] 1012/1673 60% [===================================== ] 1013/1673 60% [===================================== ] 1014/1673 60% [===================================== ] 1015/1673 60% [===================================== ] 1016/1673 60% [===================================== ] 1017/1673 60% [===================================== ] 1018/1673 60% [===================================== ] 1019/1673 60% [===================================== ] 1020/1673 60% [===================================== ] 1021/1673 61% [===================================== ] 1022/1673 61% [===================================== ] 1023/1673 61% [===================================== ] 1024/1673 61% [===================================== ] 1025/1673 61% [====================================== ] 1026/1673 61% [====================================== ] 1027/1673 61% [====================================== ] 1028/1673 61% [====================================== ] 1029/1673 61% [====================================== ] 1030/1673 61% [====================================== ] 1031/1673 61% [====================================== ] 1032/1673 61% [====================================== ] 1033/1673 61% [====================================== ] 1034/1673 61% [====================================== ] 1035/1673 61% [====================================== ] 1036/1673 61% [====================================== ] 1037/1673 61% [====================================== ] 1038/1673 62% [====================================== ] 1039/1673 62% [====================================== ] 1040/1673 62% [====================================== ] 1041/1673 62% [====================================== ] 1042/1673 62% [====================================== ] 1043/1673 62% [====================================== ] 1044/1673 62% [====================================== ] 1045/1673 62% [====================================== ] 1046/1673 62% [====================================== ] 1047/1673 62% [====================================== ] 1048/1673 62% [====================================== ] 1049/1673 62% [====================================== ] 1050/1673 62% [====================================== ] 1051/1673 62% [====================================== ] 1052/1673 62% [======================================= ] 1053/1673 62% [======================================= ] 1054/1673 63% [======================================= ] 1055/1673 63% [======================================= ] 1056/1673 63% [======================================= ] 1057/1673 63% [======================================= ] 1058/1673 63% [======================================= ] 1059/1673 63% [======================================= ] 1060/1673 63% [======================================= ] 1061/1673 63% [======================================= ] 1062/1673 63% [======================================= ] 1063/1673 63% [======================================= ] 1064/1673 63% [======================================= ] 1065/1673 63% [======================================= ] 1066/1673 63% [======================================= ] 1067/1673 63% [======================================= ] 1068/1673 63% [======================================= ] 1069/1673 63% [======================================= ] 1070/1673 63% [======================================= ] 1071/1673 64% [======================================= ] 1072/1673 64% [======================================= ] 1073/1673 64% [======================================= ] 1074/1673 64% [======================================= ] 1075/1673 64% [======================================= ] 1076/1673 64% [======================================= ] 1077/1673 64% [======================================= ] 1078/1673 64% [======================================= ] 1079/1673 64% [======================================== ] 1080/1673 64% [======================================== ] 1081/1673 64% [======================================== ] 1082/1673 64% [======================================== ] 1083/1673 64% [======================================== ] 1084/1673 64% [======================================== ] 1085/1673 64% [======================================== ] 1086/1673 64% [======================================== ] 1087/1673 64% [======================================== ] 1088/1673 65% [======================================== ] 1089/1673 65% [======================================== ] 1090/1673 65% [======================================== ] 1091/1673 65% [======================================== ] 1092/1673 65% [======================================== ] 1093/1673 65% [======================================== ] 1094/1673 65% [======================================== ] 1095/1673 65% [======================================== ] 1096/1673 65% [======================================== ] 1097/1673 65% [======================================== ] 1098/1673 65% [======================================== ] 1099/1673 65% [======================================== ] 1100/1673 65% [======================================== ] 1101/1673 65% [======================================== ] 1102/1673 65% [======================================== ] 1103/1673 65% [======================================== ] 1104/1673 65% [======================================== ] 1105/1673 66% [======================================== ] 1106/1673 66% [========================================= ] 1107/1673 66% [========================================= ] 1108/1673 66% [========================================= ] 1109/1673 66% [========================================= ] 1110/1673 66% [========================================= ] 1111/1673 66% [========================================= ] 1112/1673 66% [========================================= ] 1113/1673 66% [========================================= ] 1114/1673 66% [========================================= ] 1115/1673 66% [========================================= ] 1116/1673 66% [========================================= ] 1117/1673 66% [========================================= ] 1118/1673 66% [========================================= ] 1119/1673 66% [========================================= ] 1120/1673 66% [========================================= ] 1121/1673 67% [========================================= ] 1122/1673 67% [========================================= ] 1123/1673 67% [========================================= ] 1124/1673 67% [========================================= ] 1125/1673 67% [========================================= ] 1126/1673 67% [========================================= ] 1127/1673 67% [========================================= ] 1128/1673 67% [========================================= ] 1129/1673 67% [========================================= ] 1130/1673 67% [========================================= ] 1131/1673 67% [========================================= ] 1132/1673 67% [========================================= ] 1133/1673 67% [========================================== ] 1134/1673 67% [========================================== ] 1135/1673 67% [========================================== ] 1136/1673 67% [========================================== ] 1137/1673 67% [========================================== ] 1138/1673 68% [========================================== ] 1139/1673 68% [========================================== ] 1140/1673 68% [========================================== ] 1141/1673 68% [========================================== ] 1142/1673 68% [========================================== ] 1143/1673 68% [========================================== ] 1144/1673 68% [========================================== ] 1145/1673 68% [========================================== ] 1146/1673 68% [========================================== ] 1147/1673 68% [========================================== ] 1148/1673 68% [========================================== ] 1149/1673 68% [========================================== ] 1150/1673 68% [========================================== ] 1151/1673 68% [========================================== ] 1152/1673 68% [========================================== ] 1153/1673 68% [========================================== ] 1154/1673 68% [========================================== ] 1155/1673 69% [========================================== ] 1156/1673 69% [========================================== ] 1157/1673 69% [========================================== ] 1158/1673 69% [========================================== ] 1159/1673 69% [========================================== ] 1160/1673 69% [=========================================== ] 1161/1673 69% [=========================================== ] 1162/1673 69% [=========================================== ] 1163/1673 69% [=========================================== ] 1164/1673 69% [=========================================== ] 1165/1673 69% [=========================================== ] 1166/1673 69% [=========================================== ] 1167/1673 69% [=========================================== ] 1168/1673 69% [=========================================== ] 1169/1673 69% [=========================================== ] 1170/1673 69% [=========================================== ] 1171/1673 69% [=========================================== ] 1172/1673 70% [=========================================== ] 1173/1673 70% [=========================================== ] 1174/1673 70% [=========================================== ] 1175/1673 70% [=========================================== ] 1176/1673 70% [=========================================== ] 1177/1673 70% [=========================================== ] 1178/1673 70% [=========================================== ] 1179/1673 70% [=========================================== ] 1180/1673 70% [=========================================== ] 1181/1673 70% [=========================================== ] 1182/1673 70% [=========================================== ] 1183/1673 70% [=========================================== ] 1184/1673 70% [=========================================== ] 1185/1673 70% [=========================================== ] 1186/1673 70% [=========================================== ] 1187/1673 70% [============================================ ] 1188/1673 71% [============================================ ] 1189/1673 71% [============================================ ] 1190/1673 71% [============================================ ] 1191/1673 71% [============================================ ] 1192/1673 71% [============================================ ] 1193/1673 71% [============================================ ] 1194/1673 71% [============================================ ] 1195/1673 71% [============================================ ] 1196/1673 71% [============================================ ] 1197/1673 71% [============================================ ] 1198/1673 71% [============================================ ] 1199/1673 71% [============================================ ] 1200/1673 71% [============================================ ] 1201/1673 71% [============================================ ] 1202/1673 71% [============================================ ] 1203/1673 71% [============================================ ] 1204/1673 71% [============================================ ] 1205/1673 72% [============================================ ] 1206/1673 72% [============================================ ] 1207/1673 72% [============================================ ] 1208/1673 72% [============================================ ] 1209/1673 72% [============================================ ] 1210/1673 72% [============================================ ] 1211/1673 72% [============================================ ] 1212/1673 72% [============================================ ] 1213/1673 72% [============================================ ] 1214/1673 72% [============================================= ] 1215/1673 72% [============================================= ] 1216/1673 72% [============================================= ] 1217/1673 72% [============================================= ] 1218/1673 72% [============================================= ] 1219/1673 72% [============================================= ] 1220/1673 72% [============================================= ] 1221/1673 72% [============================================= ] 1222/1673 73% [============================================= ] 1223/1673 73% [============================================= ] 1224/1673 73% [============================================= ] 1225/1673 73% [============================================= ] 1226/1673 73% [============================================= ] 1227/1673 73% [============================================= ] 1228/1673 73% [============================================= ] 1229/1673 73% [============================================= ] 1230/1673 73% [============================================= ] 1231/1673 73% [============================================= ] 1232/1673 73% [============================================= ] 1233/1673 73% [============================================= ] 1234/1673 73% [============================================= ] 1235/1673 73% [============================================= ] 1236/1673 73% [============================================= ] 1237/1673 73% [============================================= ] 1238/1673 73% [============================================= ] 1239/1673 74% [============================================= ] 1240/1673 74% [============================================= ] 1241/1673 74% [============================================== ] 1242/1673 74% [============================================== ] 1243/1673 74% [============================================== ] 1244/1673 74% [============================================== ] 1245/1673 74% [============================================== ] 1246/1673 74% [============================================== ] 1247/1673 74% [============================================== ] 1248/1673 74% [============================================== ] 1249/1673 74% [============================================== ] 1250/1673 74% [============================================== ] 1251/1673 74% [============================================== ] 1252/1673 74% [============================================== ] 1253/1673 74% [============================================== ] 1254/1673 74% [============================================== ] 1255/1673 75% [============================================== ] 1256/1673 75% [============================================== ] 1257/1673 75% [============================================== ] 1258/1673 75% [============================================== ] 1259/1673 75% [============================================== ] 1260/1673 75% [============================================== ] 1261/1673 75% [============================================== ] 1262/1673 75% [============================================== ] 1263/1673 75% [============================================== ] 1264/1673 75% [============================================== ] 1265/1673 75% [============================================== ] 1266/1673 75% [============================================== ] 1267/1673 75% [============================================== ] 1268/1673 75% [=============================================== ] 1269/1673 75% [=============================================== ] 1270/1673 75% [=============================================== ] 1271/1673 75% [=============================================== ] 1272/1673 76% [=============================================== ] 1273/1673 76% [=============================================== ] 1274/1673 76% [=============================================== ] 1275/1673 76% [=============================================== ] 1276/1673 76% [=============================================== ] 1277/1673 76% [=============================================== ] 1278/1673 76% [=============================================== ] 1279/1673 76% [=============================================== ] 1280/1673 76% [=============================================== ] 1281/1673 76% [=============================================== ] 1282/1673 76% [=============================================== ] 1283/1673 76% [=============================================== ] 1284/1673 76% [=============================================== ] 1285/1673 76% [=============================================== ] 1286/1673 76% [=============================================== ] 1287/1673 76% [=============================================== ] 1288/1673 76% [=============================================== ] 1289/1673 77% [=============================================== ] 1290/1673 77% [=============================================== ] 1291/1673 77% [=============================================== ] 1292/1673 77% [=============================================== ] 1293/1673 77% [=============================================== ] 1294/1673 77% [=============================================== ] 1295/1673 77% [================================================ ] 1296/1673 77% [================================================ ] 1297/1673 77% [================================================ ] 1298/1673 77% [================================================ ] 1299/1673 77% [================================================ ] 1300/1673 77% [================================================ ] 1301/1673 77% [================================================ ] 1302/1673 77% [================================================ ] 1303/1673 77% [================================================ ] 1304/1673 77% [================================================ ] 1305/1673 78% [================================================ ] 1306/1673 78% [================================================ ] 1307/1673 78% [================================================ ] 1308/1673 78% [================================================ ] 1309/1673 78% [================================================ ] 1310/1673 78% [================================================ ] 1311/1673 78% [================================================ ] 1312/1673 78% [================================================ ] 1313/1673 78% [================================================ ] 1314/1673 78% [================================================ ] 1315/1673 78% [================================================ ] 1316/1673 78% [================================================ ] 1317/1673 78% [================================================ ] 1318/1673 78% [================================================ ] 1319/1673 78% [================================================ ] 1320/1673 78% [================================================ ] 1321/1673 78% [================================================ ] 1322/1673 79% [================================================= ] 1323/1673 79% [================================================= ] 1324/1673 79% [================================================= ] 1325/1673 79% [================================================= ] 1326/1673 79% [================================================= ] 1327/1673 79% [================================================= ] 1328/1673 79% [================================================= ] 1329/1673 79% [================================================= ] 1330/1673 79% [================================================= ] 1331/1673 79% [================================================= ] 1332/1673 79% [================================================= ] 1333/1673 79% [================================================= ] 1334/1673 79% [================================================= ] 1335/1673 79% [================================================= ] 1336/1673 79% [================================================= ] 1337/1673 79% [================================================= ] 1338/1673 79% [================================================= ] 1339/1673 80% [================================================= ] 1340/1673 80% [================================================= ] 1341/1673 80% [================================================= ] 1342/1673 80% [================================================= ] 1343/1673 80% [================================================= ] 1344/1673 80% [================================================= ] 1345/1673 80% [================================================= ] 1346/1673 80% [================================================= ] 1347/1673 80% [================================================= ] 1348/1673 80% [================================================= ] 1349/1673 80% [================================================== ] 1350/1673 80% [================================================== ] 1351/1673 80% [================================================== ] 1352/1673 80% [================================================== ] 1353/1673 80% [================================================== ] 1354/1673 80% [================================================== ] 1355/1673 80% [================================================== ] 1356/1673 81% [================================================== ] 1357/1673 81% [================================================== ] 1358/1673 81% [================================================== ] 1359/1673 81% [================================================== ] 1360/1673 81% [================================================== ] 1361/1673 81% [================================================== ] 1362/1673 81% [================================================== ] 1363/1673 81% [================================================== ] 1364/1673 81% [================================================== ] 1365/1673 81% [================================================== ] 1366/1673 81% [================================================== ] 1367/1673 81% [================================================== ] 1368/1673 81% [================================================== ] 1369/1673 81% [================================================== ] 1370/1673 81% [================================================== ] 1371/1673 81% [================================================== ] 1372/1673 82% [================================================== ] 1373/1673 82% [================================================== ] 1374/1673 82% [================================================== ] 1375/1673 82% [================================================== ] 1376/1673 82% [=================================================== ] 1377/1673 82% [=================================================== ] 1378/1673 82% [=================================================== ] 1379/1673 82% [=================================================== ] 1380/1673 82% [=================================================== ] 1381/1673 82% [=================================================== ] 1382/1673 82% [=================================================== ] 1383/1673 82% [=================================================== ] 1384/1673 82% [=================================================== ] 1385/1673 82% [=================================================== ] 1386/1673 82% [=================================================== ] 1387/1673 82% [=================================================== ] 1388/1673 82% [=================================================== ] 1389/1673 83% [=================================================== ] 1390/1673 83% [=================================================== ] 1391/1673 83% [=================================================== ] 1392/1673 83% [=================================================== ] 1393/1673 83% [=================================================== ] 1394/1673 83% [=================================================== ] 1395/1673 83% [=================================================== ] 1396/1673 83% [=================================================== ] 1397/1673 83% [=================================================== ] 1398/1673 83% [=================================================== ] 1399/1673 83% [=================================================== ] 1400/1673 83% [=================================================== ] 1401/1673 83% [=================================================== ] 1402/1673 83% [=================================================== ] 1403/1673 83% [==================================================== ] 1404/1673 83% [==================================================== ] 1405/1673 83% [==================================================== ] 1406/1673 84% [==================================================== ] 1407/1673 84% [==================================================== ] 1408/1673 84% [==================================================== ] 1409/1673 84% [==================================================== ] 1410/1673 84% [==================================================== ] 1411/1673 84% [==================================================== ] 1412/1673 84% [==================================================== ] 1413/1673 84% [==================================================== ] 1414/1673 84% [==================================================== ] 1415/1673 84% [==================================================== ] 1416/1673 84% [==================================================== ] 1417/1673 84% [==================================================== ] 1418/1673 84% [==================================================== ] 1419/1673 84% [==================================================== ] 1420/1673 84% [==================================================== ] 1421/1673 84% [==================================================== ] 1422/1673 84% [==================================================== ] 1423/1673 85% [==================================================== ] 1424/1673 85% [==================================================== ] 1425/1673 85% [==================================================== ] 1426/1673 85% [==================================================== ] 1427/1673 85% [==================================================== ] 1428/1673 85% [==================================================== ] 1429/1673 85% [==================================================== ] 1430/1673 85% [===================================================== ] 1431/1673 85% [===================================================== ] 1432/1673 85% [===================================================== ] 1433/1673 85% [===================================================== ] 1434/1673 85% [===================================================== ] 1435/1673 85% [===================================================== ] 1436/1673 85% [===================================================== ] 1437/1673 85% [===================================================== ] 1438/1673 85% [===================================================== ] 1439/1673 86% [===================================================== ] 1440/1673 86% [===================================================== ] 1441/1673 86% [===================================================== ] 1442/1673 86% [===================================================== ] 1443/1673 86% [===================================================== ] 1444/1673 86% [===================================================== ] 1445/1673 86% [===================================================== ] 1446/1673 86% [===================================================== ] 1447/1673 86% [===================================================== ] 1448/1673 86% [===================================================== ] 1449/1673 86% [===================================================== ] 1450/1673 86% [===================================================== ] 1451/1673 86% [===================================================== ] 1452/1673 86% [===================================================== ] 1453/1673 86% [===================================================== ] 1454/1673 86% [===================================================== ] 1455/1673 86% [===================================================== ] 1456/1673 87% [===================================================== ] 1457/1673 87% [====================================================== ] 1458/1673 87% [====================================================== ] 1459/1673 87% [====================================================== ] 1460/1673 87% [====================================================== ] 1461/1673 87% [====================================================== ] 1462/1673 87% [====================================================== ] 1463/1673 87% [====================================================== ] 1464/1673 87% [====================================================== ] 1465/1673 87% [====================================================== ] 1466/1673 87% [====================================================== ] 1467/1673 87% [====================================================== ] 1468/1673 87% [====================================================== ] 1469/1673 87% [====================================================== ] 1470/1673 87% [====================================================== ] 1471/1673 87% [====================================================== ] 1472/1673 87% [====================================================== ] 1473/1673 88% [====================================================== ] 1474/1673 88% [====================================================== ] 1475/1673 88% [====================================================== ] 1476/1673 88% [====================================================== ] 1477/1673 88% [====================================================== ] 1478/1673 88% [====================================================== ] 1479/1673 88% [====================================================== ] 1480/1673 88% [====================================================== ] 1481/1673 88% [====================================================== ] 1482/1673 88% [====================================================== ] 1483/1673 88% [====================================================== ] 1484/1673 88% [======================================================= ] 1485/1673 88% [======================================================= ] 1486/1673 88% [======================================================= ] 1487/1673 88% [======================================================= ] 1488/1673 88% [======================================================= ] 1489/1673 89% [======================================================= ] 1490/1673 89% [======================================================= ] 1491/1673 89% [======================================================= ] 1492/1673 89% [======================================================= ] 1493/1673 89% [======================================================= ] 1494/1673 89% [======================================================= ] 1495/1673 89% [======================================================= ] 1496/1673 89% [======================================================= ] 1497/1673 89% [======================================================= ] 1498/1673 89% [======================================================= ] 1499/1673 89% [======================================================= ] 1500/1673 89% [======================================================= ] 1501/1673 89% [======================================================= ] 1502/1673 89% [======================================================= ] 1503/1673 89% [======================================================= ] 1504/1673 89% [======================================================= ] 1505/1673 89% [======================================================= ] 1506/1673 90% [======================================================= ] 1507/1673 90% [======================================================= ] 1508/1673 90% [======================================================= ] 1509/1673 90% [======================================================= ] 1510/1673 90% [======================================================= ] 1511/1673 90% [======================================================== ] 1512/1673 90% [======================================================== ] 1513/1673 90% [======================================================== ] 1514/1673 90% [======================================================== ] 1515/1673 90% [======================================================== ] 1516/1673 90% [======================================================== ] 1517/1673 90% [======================================================== ] 1518/1673 90% [======================================================== ] 1519/1673 90% [======================================================== ] 1520/1673 90% [======================================================== ] 1521/1673 90% [======================================================== ] 1522/1673 90% [======================================================== ] 1523/1673 91% [======================================================== ] 1524/1673 91% [======================================================== ] 1525/1673 91% [======================================================== ] 1526/1673 91% [======================================================== ] 1527/1673 91% [======================================================== ] 1528/1673 91% [======================================================== ] 1529/1673 91% [======================================================== ] 1530/1673 91% [======================================================== ] 1531/1673 91% [======================================================== ] 1532/1673 91% [======================================================== ] 1533/1673 91% [======================================================== ] 1534/1673 91% [======================================================== ] 1535/1673 91% [======================================================== ] 1536/1673 91% [======================================================== ] 1537/1673 91% [======================================================== ] 1538/1673 91% [========================================================= ] 1539/1673 91% [========================================================= ] 1540/1673 92% [========================================================= ] 1541/1673 92% [========================================================= ] 1542/1673 92% [========================================================= ] 1543/1673 92% [========================================================= ] 1544/1673 92% [========================================================= ] 1545/1673 92% [========================================================= ] 1546/1673 92% [========================================================= ] 1547/1673 92% [========================================================= ] 1548/1673 92% [========================================================= ] 1549/1673 92% [========================================================= ] 1550/1673 92% [========================================================= ] 1551/1673 92% [========================================================= ] 1552/1673 92% [========================================================= ] 1553/1673 92% [========================================================= ] 1554/1673 92% [========================================================= ] 1555/1673 92% [========================================================= ] 1556/1673 93% [========================================================= ] 1557/1673 93% [========================================================= ] 1558/1673 93% [========================================================= ] 1559/1673 93% [========================================================= ] 1560/1673 93% [========================================================= ] 1561/1673 93% [========================================================= ] 1562/1673 93% [========================================================= ] 1563/1673 93% [========================================================= ] 1564/1673 93% [========================================================= ] 1565/1673 93% [========================================================== ] 1566/1673 93% [========================================================== ] 1567/1673 93% [========================================================== ] 1568/1673 93% [========================================================== ] 1569/1673 93% [========================================================== ] 1570/1673 93% [========================================================== ] 1571/1673 93% [========================================================== ] 1572/1673 93% [========================================================== ] 1573/1673 94% [========================================================== ] 1574/1673 94% [========================================================== ] 1575/1673 94% [========================================================== ] 1576/1673 94% [========================================================== ] 1577/1673 94% [========================================================== ] 1578/1673 94% [========================================================== ] 1579/1673 94% [========================================================== ] 1580/1673 94% [========================================================== ] 1581/1673 94% [========================================================== ] 1582/1673 94% [========================================================== ] 1583/1673 94% [========================================================== ] 1584/1673 94% [========================================================== ] 1585/1673 94% [========================================================== ] 1586/1673 94% [========================================================== ] 1587/1673 94% [========================================================== ] 1588/1673 94% [========================================================== ] 1589/1673 94% [========================================================== ] 1590/1673 95% [========================================================== ] 1591/1673 95% [========================================================== ] 1592/1673 95% [=========================================================== ] 1593/1673 95% [=========================================================== ] 1594/1673 95% [=========================================================== ] 1595/1673 95% [=========================================================== ] 1596/1673 95% [=========================================================== ] 1597/1673 95% [=========================================================== ] 1598/1673 95% [=========================================================== ] 1599/1673 95% [=========================================================== ] 1600/1673 95% [=========================================================== ] 1601/1673 95% [=========================================================== ] 1602/1673 95% [=========================================================== ] 1603/1673 95% [=========================================================== ] 1604/1673 95% [=========================================================== ] 1605/1673 95% [=========================================================== ] 1606/1673 95% [=========================================================== ] 1607/1673 96% [=========================================================== ] 1608/1673 96% [=========================================================== ] 1609/1673 96% [=========================================================== ] 1610/1673 96% [=========================================================== ] 1611/1673 96% [=========================================================== ] 1612/1673 96% [=========================================================== ] 1613/1673 96% [=========================================================== ] 1614/1673 96% [=========================================================== ] 1615/1673 96% [=========================================================== ] 1616/1673 96% [=========================================================== ] 1617/1673 96% [=========================================================== ] 1618/1673 96% [=========================================================== ] 1619/1673 96% [============================================================ ] 1620/1673 96% [============================================================ ] 1621/1673 96% [============================================================ ] 1622/1673 96% [============================================================ ] 1623/1673 97% [============================================================ ] 1624/1673 97% [============================================================ ] 1625/1673 97% [============================================================ ] 1626/1673 97% [============================================================ ] 1627/1673 97% [============================================================ ] 1628/1673 97% [============================================================ ] 1629/1673 97% [============================================================ ] 1630/1673 97% [============================================================ ] 1631/1673 97% [============================================================ ] 1632/1673 97% [============================================================ ] 1633/1673 97% [============================================================ ] 1634/1673 97% [============================================================ ] 1635/1673 97% [============================================================ ] 1636/1673 97% [============================================================ ] 1637/1673 97% [============================================================ ] 1638/1673 97% [============================================================ ] 1639/1673 97% [============================================================ ] 1640/1673 98% [============================================================ ] 1641/1673 98% [============================================================ ] 1642/1673 98% [============================================================ ] 1643/1673 98% [============================================================ ] 1644/1673 98% [============================================================ ] 1645/1673 98% [============================================================ ] 1646/1673 98% [============================================================= ] 1647/1673 98% [============================================================= ] 1648/1673 98% [============================================================= ] 1649/1673 98% [============================================================= ] 1650/1673 98% [============================================================= ] 1651/1673 98% [============================================================= ] 1652/1673 98% [============================================================= ] 1653/1673 98% [============================================================= ] 1654/1673 98% [============================================================= ] 1655/1673 98% [============================================================= ] 1656/1673 98% [============================================================= ] 1657/1673 99% [============================================================= ] 1658/1673 99% [============================================================= ] 1659/1673 99% [============================================================= ] 1660/1673 99% [============================================================= ] 1661/1673 99% [============================================================= ] 1662/1673 99% [============================================================= ] 1663/1673 99% [============================================================= ] 1664/1673 99% [============================================================= ] 1665/1673 99% [============================================================= ] 1666/1673 99% [============================================================= ] 1667/1673 99% [============================================================= ] 1668/1673 99% [============================================================= ] 1669/1673 99% [============================================================= ] 1670/1673 99% [============================================================= ] 1671/1673 99% [============================================================= ] 1672/1673 99% [==============================================================] 1673/1673 100% operation complete, 1673 objects in 46525 NAND pages. ln -snf /home/buildroot/autobuild/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot /home/buildroot/autobuild/instance-1/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-1/buildroot' >>> Buildroot 2024.05.3 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 13.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> glibc 2.39-74-g198632a05f6c7b9ab67d3331d8caace9ceabb685 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: bba29819a3e938fae92674d6a88533e10605e389da8b51cdcba0a94f6221c5bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-tar 1.35 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-gawk 5.3.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.41 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.3.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.8.12 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-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> host-aespipe 2.4g Collecting legal info >>> host-android-tools 4.2.2+git20130218 Collecting legal info debian/copyright: OK (sha256: 170c5939bf8c8eed1db8f66f2d6155e8c1a3e799e390b55e7aad253195b1ebf5) >>> host-openssl Collecting legal info >>> host-libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-autoconf 2.72 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) >>> bitwise 0.50 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> brcm-patchram-plus 15bd6638dd6d3a37d22dbc18059f6d9eb885f057 Collecting legal info COPYING: OK (sha256: 26324f5c563b7e338c2876c8abe90c3681c1e9a6163fc59b494c94ad6493eda4) >>> host-btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-cmake 3.28.3 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) 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) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> libxcrypt 4.4.36 Collecting legal info LICENSING: OK (sha256: f9b48b0bc67a92b752780710aa774cf08b62ec2ebaa3f4aebd00069fba6effd2) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> pciutils 3.10.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> cifs-utils 6.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-delve 1.22.1 Collecting legal info LICENSE: OK (sha256: 778864b990007e8cef6633f8c372dd05bac1fada6cf67b008afb1483f83b38f5) >>> host-go 1.22.5 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap-stage3 1.21.8 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap-stage2 1.19.13 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap-stage1 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> dialog 1.3-20220117 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> dieharder 3.31.1.4 Collecting legal info COPYING: OK (sha256: c475bcd1afa6fc15a65174e31c599c0d23706a34e4b9f2fcb03a4dad5438d53f) >>> gsl 2.7.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> earlyoom 1.7 Collecting legal info LICENSE: OK (sha256: e730b3ec729de46d987ae73f30ed337e4cbe832f09205330acfa71848c6e0087) >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> fb-test-app 1.1.1 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> fbdump 0.4.2 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> flashbench 2e30b1968a66147412f21002ea844122a0d5e2f0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fping 5.1 Collecting legal info COPYING: OK (sha256: 6051b27e4b4a648f7bc8b329024da53a6e95ce88fcf0ccc259c371a74b741757) >>> freetype 2.13.2 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> git 2.45.2 Collecting legal info COPYING: OK (sha256: 5b2198d1645f767585e8a88ac0499b04472164c0d2da22e75ecf97ef443ab32e) LGPL-2.1: OK (sha256: 1922f45d2c49e390032c9c0ba6d7cac904087f7cec51af30c2b2ad022ce0e76a) >>> openssl Collecting legal info >>> libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> imlib2 1.7.3 Collecting legal info COPYING: OK (sha256: fb70339dd33a77b6213c7ae067fccf93d04af44ff3f937c61f8863f7970e73f6) COPYING-PLAIN: OK (sha256: 8c9a2e92ed4937e2d30c2ea95439c36ed3002fc47e34efee43455a460fee8ef5) >>> inadyn 2.12.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> initscripts Collecting legal info >>> iptables 1.8.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> jpeg-turbo 2.1.5 Collecting legal info LICENSE.md: OK (sha256: 60c756742db3ad1913304e8b13f0e86e22e51adb50cc0b3333c163f7e45ceec1) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> jpeg Collecting legal info >>> jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> json-c 0.17 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> lft 3.91 Collecting legal info COPYING: OK (sha256: e3b7634630e6800eccca6ecafb5d40153d4f8f7a20e2b2399bf3c0ea92f44614) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcap-ng 0.8.5 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> libcorrect ce6c17f1f988765ae3695315d7cce1f2a2e6cf0d Collecting legal info LICENSE: OK (sha256: 135138cd4304aa637836758dc5edfb5f21b7d09ecc637d25288d206b151a5768) >>> libee 0.4.1 Collecting legal info COPYING: OK (sha256: 275fecbf835387e042ba96884f0f05356a485a6ea8449b2c5295cc11652ad439) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libfreefare c2b0cfa4b9fb0e4be88604f00b7a2405618d5abc Collecting legal info COPYING: OK (sha256: be6209dfd763a0ba77fbe990cfd2512804441d8b5f0cad927baa3341b50fcade) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb 1.0.27 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.8 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libgcrypt 1.10.3 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.48 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> liblogging 1.0.6 Collecting legal info COPYING: OK (sha256: a5626f700d3ee92513673b5f43733af5b651d9e7a9157d4bd81ceb9c89ec04b0) >>> libmbus 0.8.0 Collecting legal info COPYING: OK (sha256: ea171a4ae443eca7186f564db2c3cc8b84c1ac343f227f92cd52ec6a948f4a74) >>> libminiupnpc 2.2.7 Collecting legal info LICENSE: OK (sha256: 7480ae23b082c05ad9823896163d78f3a96f1beadce51f29c96cf898545c27e5) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_cttimeout 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnids 1.26 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-libp11 0.4.12 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libsocketcan 0.0.12 Collecting legal info LICENSE: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libsrtp 2.6.0 Collecting legal info LICENSE: OK (sha256: 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae) >>> libubox 75a3b870cace1171faf57bd55e5a9a2f1564f757 Collecting legal info >>> libucl 0.8.2 Collecting legal info COPYING: OK (sha256: 1bf976835764c1d827e07472a0a75adb098682df56681878af05fc0db7439b03) >>> libuecc 7 Collecting legal info COPYRIGHT: OK (sha256: ec4d9fcc3a37a7998a9ea4decf38f4c0c91a44fd05bb17638c52fe16f2b12e23) >>> libxkbcommon 1.4.0 Collecting legal info LICENSE: OK (sha256: 086caee279449369d41c1157911ec7696e707b93feba7280de757d3c470b2dfb) >>> host-meson 1.3.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.8 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> host-python-pypa-build 1.0.3 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 24.0 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-setuptools 69.2.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> linuxconsoletools 1.8.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzma-alone 9.22 Collecting legal info lzma.txt: OK (sha256: 65cd2f7b76266889cbdcec55ab8ce6e845beabb5f450d58287439b25666e3b6a) >>> mg 3.7 Collecting legal info UNLICENSE: OK (sha256: 7e12e5df4bae12cb21581ba157ced20e1986a0508dd10d0e8a4ab9a4cf94e85c) >>> host-microchip-hss-payload-generator 2023.09 Collecting legal info tools/hss-payload-generator/LICENSE.md: OK (sha256: 0b67b1d44bcad078580fc5d8e9580a48a9466b769db58aeb1631d4c5ef97e08a) >>> host-elfutils 0.189 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.4.6 Collecting legal info COPYING: OK (sha256: 29a1e305b2e34eefe5d4602d00cde1d528b71c5d9f2eec5106972cf6ddb6f73f) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> host-moby-buildkit 0.11.6 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> neon-2-sse 097a5ecacd527d5b5c3006e360fb9cb1c1c48a1f Collecting legal info LICENSE: OK (sha256: 7022f51b439a5915e933ecc270c83e24ca0cb2cceeb08b0132dcd4dbb03ed2dc) >>> nginx 1.26.1 Collecting legal info LICENSE: OK (sha256: f19c4caea60247490199c5a6d0134281e3fb20b3d7577e6873c628597f5381d9) >>> numactl 2.0.16 Collecting legal info LICENSE.GPL2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> obsidian-cursors 1.0 Collecting legal info >>> oniguruma 6.9.9 Collecting legal info COPYING: OK (sha256: 70ba5469ea0bab6e18a32d7009068f996503168d27be57747e08da34337ff26f) >>> openresolv 3.13.2 Collecting legal info LICENSE: OK (sha256: 384740bf5e19e7628d20f4dcc22925062fdc6020e9a6f074e567d4d797be57a0) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pppd e1266c76d1ad39f98f11676e34f180f78c5a510c Collecting legal info LICENSE.BSD: OK (sha256: 5d588eb3b157d52112afea935c88a7ff9efddc1e2d95a42c25d3b96ad9055008) LICENSE.GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> host-python-lxml 5.2.2 Collecting legal info LICENSES.txt: OK (sha256: 41d49dd406aa0e1548a6d5f21a30d6bf638b3cd96eb7289dd348d83ed2e40392) doc/licenses/BSD.txt: OK (sha256: 69edb445c1335a8312d4c09271847e9956d84f0d9f724d125340cc3fad767b2a) doc/licenses/elementtree.txt: OK (sha256: 0497ae8138811ef4466ede653bab7a59feb3d3c14f9ed50fc33a00aeb5bec32e) src/lxml/isoschematron/resources/rng/iso-schematron.rng: OK (sha256: 56c5b13f28b78958890c36e3249c34c169041e42ebcfdce8080f3324ba2bf4de) >>> host-libxml2 2.12.9 Collecting legal info Copyright: OK (sha256: 7fb0a66f3989f9bd5c7e5438a3de02cd4a7a47dde0aea2f7ea2ba2ff454ee6a4) >>> host-libxslt 1.1.42 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> rhash 1.4.4 Collecting legal info COPYING: OK (sha256: 953e55838353335148c90b5a38a4894292680b1d4c37228ffddddbf18ce54bf5) >>> rtl8723ds-bt 14cedf3a9fec1aa8c500fa52f3e3acc433cbcf08 Collecting legal info >>> host-sam-ba 3.7 Collecting legal info LICENSE.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> sl 5.02 Collecting legal info LICENSE: OK (sha256: 72c7d262e2c9ddf019edc90af852a01a410338efff4e75e1c005b77ada4be7c4) >>> sord 0.16.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> spandsp 3.0.0-6ec23e5a7e Collecting legal info COPYING: OK (sha256: 366576cb0b869cd9e95a4882878607314650488ac635e5df0692180382e9666a) >>> tiff 4.6.0 Collecting legal info LICENSE.md: OK (sha256: 0780558a8bfba0af1160ec1ff11ade4f41c0d7deafd6ecfc796b492a788e380d) >>> ubus f787c97b34894a38b15599886cacbca01271684f Collecting legal info ubusd_acl.h: OK (sha256: a3caa6c0e90c87b7c97c2ac3d0c0d416082ef777215faec2e9b24ea6e68f6988) >>> udpxy 1.0-25.1 Collecting legal info README: OK (sha256: aac36b21c5afa931fd0e5d796814e29102a3b1f2742fb8694a26ef135aebf943) >>> uhttpd 15346de8d3ba422002496526ee24c62a3601ab8c Collecting legal info uhttpd.h: OK (sha256: ce1803f83f776cc88661e303fede0e5ff52faf1d9f74508fadbecf7705b4c84d) >>> vde2 2.3.3 Collecting legal info COPYING: OK (sha256: fb295d0c24b8ef4b39017ac68e772e8e6e839612ce10da12b9f48d1e8e512e2e) COPYING.libvdeplug: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> vis-network 9.1.0 Collecting legal info LICENSE-APACHE-2.0: OK (sha256: 1509904280a272780fd69c04b858f512cf216f8e3464a0dd98d8f34416feced9) LICENSE-MIT: OK (sha256: 1f65085e54c036645082257618db2c7b787e68c3b02485e214ecd09e0834ee8f) >>> vsftpd 3.0.5 Collecting legal info COPYING: OK (sha256: c9cf119e2f9dbcf187fb805ba5aded105db26a693803636fb7228c98460ffbf2) >>> webp 1.3.2 Collecting legal info COPYING: OK (sha256: 5aec868f669e384a22372a4e8a1a6cd7d44c64cd451f960ca69cc170d1e13acf) >>> whetstone 1.2 Collecting legal info >>> host-xorriso 1.5.4.pl02 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYRIGHT: OK (sha256: 72e99e72cd68f226415e5d898f3b38e24ae7991ed038ed72d789fff5b060f028) >>> host-acl 2.3.2 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.34 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: aespipe-2.4g: cannot save license (HOST_AESPIPE_LICENSE_FILES not defined) WARNING: libubox-75a3b870cace1171faf57bd55e5a9a2f1564f757: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: obsidian-cursors-1.0: cannot save license (OBSIDIAN_CURSORS_LICENSE_FILES not defined) WARNING: rtl8723ds-bt-14cedf3a9fec1aa8c500fa52f3e3acc433cbcf08: cannot save license (RTL8723DS_BT_LICENSE_FILES not defined) WARNING: whetstone-1.2: cannot save license (WHETSTONE_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-1/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot'