/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/buildroot/autobuild/instance-2/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/buildroot/autobuild/instance-2/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /home/buildroot/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/ash" >> /home/buildroot/autobuild/instance-2/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/buildroot/autobuild/instance-2/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /home/buildroot/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/hush" >> /home/buildroot/autobuild/instance-2/output-1/target/etc/shells; fi grep -qsE '^/usr/bin/screen$' /home/buildroot/autobuild/instance-2/output-1/target/etc/shells || echo "/usr/bin/screen" >> /home/buildroot/autobuild/instance-2/output-1/target/etc/shells mkdir -p /home/buildroot/autobuild/instance-2/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-2/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-2/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-2/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-2/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/instance-2/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-2/output-1/target/etc/shells if [ -x /home/buildroot/autobuild/instance-2/output-1/target/sbin/swapon -a -x /home/buildroot/autobuild/instance-2/output-1/target/sbin/swapoff ]; then /bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/buildroot/autobuild/instance-2/output-1/target/etc/inittab; else /bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/buildroot/autobuild/instance-2/output-1/target/etc/inittab; fi rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/include /home/buildroot/autobuild/instance-2/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-2/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-2/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/rpm /home/buildroot/autobuild/instance-2/output-1/target/usr/doc find /home/buildroot/autobuild/instance-2/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-2/output-1/target/lib/ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-2/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-2/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/man /home/buildroot/autobuild/instance-2/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/info /home/buildroot/autobuild/instance-2/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/doc /home/buildroot/autobuild/instance-2/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-2/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-2/output-1/target/lib/debug /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-2/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/buildroot/autobuild/instance-2/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-2/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/instance-2/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.05-1447-g24261a1762"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.11-git\"" \ ) > /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-2/output-1/per-package /home/buildroot/autobuild/instance-2/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-2/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs printf ' mosquitto -1 nobody -1 * - - - Mosquitto user\n quagga -1 quagga -1 * - - - Quagga priv drop user\n\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /etc/quagga r 600 quagga quagga - - - - -\n /etc/quagga d 755 quagga quagga - - - - -\n\n' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.cramfs mkdir -p /home/buildroot/autobuild/instance-2/output-1/images rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-2/output-1/target/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-2/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/target >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/fakeroot echo "/home/buildroot/autobuild/instance-2/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/fakeroot printf ' /home/buildroot/autobuild/instance-2/output-1/host/bin/mkcramfs -B /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/target /home/buildroot/autobuild/instance-2/output-1/images/rootfs.cramfs\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/fakeroot chmod a+x /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/fakeroot rootdir=/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/target table='/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' warning: estimate of required size (upper bound) is 689MB, but maximum image size is 272MB, we might die prematurely >>> Generating filesystem image rootfs.jffs2 mkdir -p /home/buildroot/autobuild/instance-2/output-1/images rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2 mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-2/output-1/target/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-2/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/target >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/fakeroot echo "/home/buildroot/autobuild/instance-2/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/fakeroot printf ' /home/buildroot/autobuild/instance-2/output-1/host/sbin/mkfs.jffs2 -e 0x20000 --with-xattr -b -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/target -o /home/buildroot/autobuild/instance-2/output-1/images/rootfs.jffs2\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/target table='/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-2/output-1/images rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-2/output-1/target/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-2/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-2/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-2/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-2/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 1692 objects. stage 2: creating image '/home/buildroot/autobuild/instance-2/output-1/images/rootfs.yaffs2' [ ] 1/1692 0% [ ] 2/1692 0% [ ] 3/1692 0% [ ] 4/1692 0% [ ] 5/1692 0% [ ] 6/1692 0% [ ] 7/1692 0% [ ] 8/1692 0% [ ] 9/1692 0% [ ] 10/1692 0% [ ] 11/1692 0% [ ] 12/1692 0% [ ] 13/1692 0% [ ] 14/1692 0% [ ] 15/1692 0% [ ] 16/1692 0% [ ] 17/1692 1% [ ] 18/1692 1% [ ] 19/1692 1% [ ] 20/1692 1% [ ] 21/1692 1% [ ] 22/1692 1% [ ] 23/1692 1% [ ] 24/1692 1% [ ] 25/1692 1% [ ] 26/1692 1% [ ] 27/1692 1% [= ] 28/1692 1% [= ] 29/1692 1% [= ] 30/1692 1% [= ] 31/1692 1% [= ] 32/1692 1% [= ] 33/1692 1% [= ] 34/1692 2% [= ] 35/1692 2% [= ] 36/1692 2% [= ] 37/1692 2% [= ] 38/1692 2% [= ] 39/1692 2% [= ] 40/1692 2% [= ] 41/1692 2% [= ] 42/1692 2% [= ] 43/1692 2% [= ] 44/1692 2% [= ] 45/1692 2% [= ] 46/1692 2% [= ] 47/1692 2% [= ] 48/1692 2% [= ] 49/1692 2% [= ] 50/1692 2% [= ] 51/1692 3% [= ] 52/1692 3% [= ] 53/1692 3% [= ] 54/1692 3% [== ] 55/1692 3% [== ] 56/1692 3% [== ] 57/1692 3% [== ] 58/1692 3% [== ] 59/1692 3% [== ] 60/1692 3% [== ] 61/1692 3% [== ] 62/1692 3% [== ] 63/1692 3% [== ] 64/1692 3% [== ] 65/1692 3% [== ] 66/1692 3% [== ] 67/1692 3% [== ] 68/1692 4% [== ] 69/1692 4% [== ] 70/1692 4% [== ] 71/1692 4% [== ] 72/1692 4% [== ] 73/1692 4% [== ] 74/1692 4% [== ] 75/1692 4% [== ] 76/1692 4% [== ] 77/1692 4% [== ] 78/1692 4% [== ] 79/1692 4% [== ] 80/1692 4% [== ] 81/1692 4% [=== ] 82/1692 4% [=== ] 83/1692 4% [=== ] 84/1692 4% [=== ] 85/1692 5% [=== ] 86/1692 5% [=== ] 87/1692 5% [=== ] 88/1692 5% [=== ] 89/1692 5% [=== ] 90/1692 5% [=== ] 91/1692 5% [=== ] 92/1692 5% [=== ] 93/1692 5% [=== ] 94/1692 5% [=== ] 95/1692 5% [=== ] 96/1692 5% [=== ] 97/1692 5% [=== ] 98/1692 5% [=== ] 99/1692 5% [=== ] 100/1692 5% [=== ] 101/1692 5% [=== ] 102/1692 6% [=== ] 103/1692 6% [=== ] 104/1692 6% [=== ] 105/1692 6% [=== ] 106/1692 6% [=== ] 107/1692 6% [=== ] 108/1692 6% [=== ] 109/1692 6% [==== ] 110/1692 6% [==== ] 111/1692 6% [==== ] 112/1692 6% [==== ] 113/1692 6% [==== ] 114/1692 6% [==== ] 115/1692 6% [==== ] 116/1692 6% [==== ] 117/1692 6% [==== ] 118/1692 6% [==== ] 119/1692 7% [==== ] 120/1692 7% [==== ] 121/1692 7% [==== ] 122/1692 7% [==== ] 123/1692 7% [==== ] 124/1692 7% [==== ] 125/1692 7% [==== ] 126/1692 7% [==== ] 127/1692 7% [==== ] 128/1692 7% [==== ] 129/1692 7% [==== ] 130/1692 7% [==== ] 131/1692 7% [==== ] 132/1692 7% [==== ] 133/1692 7% [==== ] 134/1692 7% [==== ] 135/1692 7% [==== ] 136/1692 8% [===== ] 137/1692 8% [===== ] 138/1692 8% [===== ] 139/1692 8% [===== ] 140/1692 8% [===== ] 141/1692 8% [===== ] 142/1692 8% [===== ] 143/1692 8% [===== ] 144/1692 8% [===== ] 145/1692 8% [===== ] 146/1692 8% [===== ] 147/1692 8% [===== ] 148/1692 8% [===== ] 149/1692 8% [===== ] 150/1692 8% [===== ] 151/1692 8% [===== ] 152/1692 8% [===== ] 153/1692 9% [===== ] 154/1692 9% [===== ] 155/1692 9% [===== ] 156/1692 9% [===== ] 157/1692 9% [===== ] 158/1692 9% [===== ] 159/1692 9% [===== ] 160/1692 9% [===== ] 161/1692 9% [===== ] 162/1692 9% [===== ] 163/1692 9% [====== ] 164/1692 9% [====== ] 165/1692 9% [====== ] 166/1692 9% [====== ] 167/1692 9% [====== ] 168/1692 9% [====== ] 169/1692 9% [====== ] 170/1692 10% [====== ] 171/1692 10% [====== ] 172/1692 10% [====== ] 173/1692 10% [====== ] 174/1692 10% [====== ] 175/1692 10% [====== ] 176/1692 10% [====== ] 177/1692 10% [====== ] 178/1692 10% [====== ] 179/1692 10% [====== ] 180/1692 10% [====== ] 181/1692 10% [====== ] 182/1692 10% [====== ] 183/1692 10% [====== ] 184/1692 10% [====== ] 185/1692 10% [====== ] 186/1692 10% [====== ] 187/1692 11% [====== ] 188/1692 11% [====== ] 189/1692 11% [====== ] 190/1692 11% [====== ] 191/1692 11% [======= ] 192/1692 11% [======= ] 193/1692 11% [======= ] 194/1692 11% [======= ] 195/1692 11% [======= ] 196/1692 11% [======= ] 197/1692 11% [======= ] 198/1692 11% [======= ] 199/1692 11% [======= ] 200/1692 11% [======= ] 201/1692 11% [======= ] 202/1692 11% [======= ] 203/1692 11% [======= ] 204/1692 12% [======= ] 205/1692 12% [======= ] 206/1692 12% [======= ] 207/1692 12% [======= ] 208/1692 12% [======= ] 209/1692 12% [======= ] 210/1692 12% [======= ] 211/1692 12% [======= ] 212/1692 12% [======= ] 213/1692 12% [======= ] 214/1692 12% [======= ] 215/1692 12% [======= ] 216/1692 12% [======= ] 217/1692 12% [======= ] 218/1692 12% [======== ] 219/1692 12% [======== ] 220/1692 13% [======== ] 221/1692 13% [======== ] 222/1692 13% [======== ] 223/1692 13% [======== ] 224/1692 13% [======== ] 225/1692 13% [======== ] 226/1692 13% [======== ] 227/1692 13% [======== ] 228/1692 13% [======== ] 229/1692 13% [======== ] 230/1692 13% [======== ] 231/1692 13% [======== ] 232/1692 13% [======== ] 233/1692 13% [======== ] 234/1692 13% [======== ] 235/1692 13% [======== ] 236/1692 13% [======== ] 237/1692 14% [======== ] 238/1692 14% [======== ] 239/1692 14% [======== ] 240/1692 14% [======== ] 241/1692 14% [======== ] 242/1692 14% [======== ] 243/1692 14% [======== ] 244/1692 14% [======== ] 245/1692 14% [========= ] 246/1692 14% [========= ] 247/1692 14% [========= ] 248/1692 14% [========= ] 249/1692 14% [========= ] 250/1692 14% [========= ] 251/1692 14% [========= ] 252/1692 14% [========= ] 253/1692 14% [========= ] 254/1692 15% [========= ] 255/1692 15% [========= ] 256/1692 15% [========= ] 257/1692 15% [========= ] 258/1692 15% [========= ] 259/1692 15% [========= ] 260/1692 15% [========= ] 261/1692 15% [========= ] 262/1692 15% [========= ] 263/1692 15% [========= ] 264/1692 15% [========= ] 265/1692 15% [========= ] 266/1692 15% [========= ] 267/1692 15% [========= ] 268/1692 15% [========= ] 269/1692 15% [========= ] 270/1692 15% [========= ] 271/1692 16% [========= ] 272/1692 16% [========== ] 273/1692 16% [========== ] 274/1692 16% [========== ] 275/1692 16% [========== ] 276/1692 16% [========== ] 277/1692 16% [========== ] 278/1692 16% [========== ] 279/1692 16% [========== ] 280/1692 16% [========== ] 281/1692 16% [========== ] 282/1692 16% [========== ] 283/1692 16% [========== ] 284/1692 16% [========== ] 285/1692 16% [========== ] 286/1692 16% [========== ] 287/1692 16% [========== ] 288/1692 17% [========== ] 289/1692 17% [========== ] 290/1692 17% [========== ] 291/1692 17% [========== ] 292/1692 17% [========== ] 293/1692 17% [========== ] 294/1692 17% [========== ] 295/1692 17% [========== ] 296/1692 17% [========== ] 297/1692 17% [========== ] 298/1692 17% [========== ] 299/1692 17% [========== ] 300/1692 17% [=========== ] 301/1692 17% [=========== ] 302/1692 17% [=========== ] 303/1692 17% [=========== ] 304/1692 17% [=========== ] 305/1692 18% [=========== ] 306/1692 18% [=========== ] 307/1692 18% [=========== ] 308/1692 18% [=========== ] 309/1692 18% [=========== ] 310/1692 18% [=========== ] 311/1692 18% [=========== ] 312/1692 18% [=========== ] 313/1692 18% [=========== ] 314/1692 18% [=========== ] 315/1692 18% [=========== ] 316/1692 18% [=========== ] 317/1692 18% [=========== ] 318/1692 18% [=========== ] 319/1692 18% [=========== ] 320/1692 18% [=========== ] 321/1692 18% [=========== ] 322/1692 19% [=========== ] 323/1692 19% [=========== ] 324/1692 19% [=========== ] 325/1692 19% [=========== ] 326/1692 19% [=========== ] 327/1692 19% [============ ] 328/1692 19% [============ ] 329/1692 19% [============ ] 330/1692 19% [============ ] 331/1692 19% [============ ] 332/1692 19% [============ ] 333/1692 19% [============ ] 334/1692 19% [============ ] 335/1692 19% [============ ] 336/1692 19% [============ ] 337/1692 19% [============ ] 338/1692 19% [============ ] 339/1692 20% [============ ] 340/1692 20% [============ ] 341/1692 20% [============ ] 342/1692 20% [============ ] 343/1692 20% [============ ] 344/1692 20% [============ ] 345/1692 20% [============ ] 346/1692 20% [============ ] 347/1692 20% [============ ] 348/1692 20% [============ ] 349/1692 20% [============ ] 350/1692 20% [============ ] 351/1692 20% [============ ] 352/1692 20% [============ ] 353/1692 20% [============ ] 354/1692 20% [============= ] 355/1692 20% [============= ] 356/1692 21% [============= ] 357/1692 21% [============= ] 358/1692 21% [============= ] 359/1692 21% [============= ] 360/1692 21% [============= ] 361/1692 21% [============= ] 362/1692 21% [============= ] 363/1692 21% [============= ] 364/1692 21% [============= ] 365/1692 21% [============= ] 366/1692 21% [============= ] 367/1692 21% [============= ] 368/1692 21% [============= ] 369/1692 21% [============= ] 370/1692 21% [============= ] 371/1692 21% [============= ] 372/1692 21% [============= ] 373/1692 22% [============= ] 374/1692 22% [============= ] 375/1692 22% [============= ] 376/1692 22% [============= ] 377/1692 22% [============= ] 378/1692 22% [============= ] 379/1692 22% [============= ] 380/1692 22% [============= ] 381/1692 22% [============= ] 382/1692 22% [============== ] 383/1692 22% [============== ] 384/1692 22% [============== ] 385/1692 22% [============== ] 386/1692 22% [============== ] 387/1692 22% [============== ] 388/1692 22% [============== ] 389/1692 22% [============== ] 390/1692 23% [============== ] 391/1692 23% [============== ] 392/1692 23% [============== ] 393/1692 23% [============== ] 394/1692 23% [============== ] 395/1692 23% [============== ] 396/1692 23% [============== ] 397/1692 23% [============== ] 398/1692 23% [============== ] 399/1692 23% [============== ] 400/1692 23% [============== ] 401/1692 23% [============== ] 402/1692 23% [============== ] 403/1692 23% [============== ] 404/1692 23% [============== ] 405/1692 23% [============== ] 406/1692 23% [============== ] 407/1692 24% [============== ] 408/1692 24% [============== ] 409/1692 24% [=============== ] 410/1692 24% [=============== ] 411/1692 24% [=============== ] 412/1692 24% [=============== ] 413/1692 24% [=============== ] 414/1692 24% [=============== ] 415/1692 24% [=============== ] 416/1692 24% [=============== ] 417/1692 24% [=============== ] 418/1692 24% [=============== ] 419/1692 24% [=============== ] 420/1692 24% [=============== ] 421/1692 24% [=============== ] 422/1692 24% [=============== ] 423/1692 25% [=============== ] 424/1692 25% [=============== ] 425/1692 25% [=============== ] 426/1692 25% [=============== ] 427/1692 25% [=============== ] 428/1692 25% [=============== ] 429/1692 25% [=============== ] 430/1692 25% [=============== ] 431/1692 25% [=============== ] 432/1692 25% [=============== ] 433/1692 25% [=============== ] 434/1692 25% [=============== ] 435/1692 25% [=============== ] 436/1692 25% [================ ] 437/1692 25% [================ ] 438/1692 25% [================ ] 439/1692 25% [================ ] 440/1692 26% [================ ] 441/1692 26% [================ ] 442/1692 26% [================ ] 443/1692 26% [================ ] 444/1692 26% [================ ] 445/1692 26% [================ ] 446/1692 26% [================ ] 447/1692 26% [================ ] 448/1692 26% [================ ] 449/1692 26% [================ ] 450/1692 26% [================ ] 451/1692 26% [================ ] 452/1692 26% [================ ] 453/1692 26% [================ ] 454/1692 26% [================ ] 455/1692 26% [================ ] 456/1692 26% [================ ] 457/1692 27% [================ ] 458/1692 27% [================ ] 459/1692 27% [================ ] 460/1692 27% [================ ] 461/1692 27% [================ ] 462/1692 27% [================ ] 463/1692 27% [================= ] 464/1692 27% [================= ] 465/1692 27% [================= ] 466/1692 27% [================= ] 467/1692 27% [================= ] 468/1692 27% [================= ] 469/1692 27% [================= ] 470/1692 27% [================= ] 471/1692 27% [================= ] 472/1692 27% [================= ] 473/1692 27% [================= ] 474/1692 28% [================= ] 475/1692 28% [================= ] 476/1692 28% [================= ] 477/1692 28% [================= ] 478/1692 28% [================= ] 479/1692 28% [================= ] 480/1692 28% [================= ] 481/1692 28% [================= ] 482/1692 28% [================= ] 483/1692 28% [================= ] 484/1692 28% [================= ] 485/1692 28% [================= ] 486/1692 28% [================= ] 487/1692 28% [================= ] 488/1692 28% [================= ] 489/1692 28% [================= ] 490/1692 28% [================= ] 491/1692 29% [================== ] 492/1692 29% [================== ] 493/1692 29% [================== ] 494/1692 29% [================== ] 495/1692 29% [================== ] 496/1692 29% [================== ] 497/1692 29% [================== ] 498/1692 29% [================== ] 499/1692 29% [================== ] 500/1692 29% [================== ] 501/1692 29% [================== ] 502/1692 29% [================== ] 503/1692 29% [================== ] 504/1692 29% [================== ] 505/1692 29% [================== ] 506/1692 29% [================== ] 507/1692 29% [================== ] 508/1692 30% [================== ] 509/1692 30% [================== ] 510/1692 30% [================== ] 511/1692 30% [================== ] 512/1692 30% [================== ] 513/1692 30% [================== ] 514/1692 30% [================== ] 515/1692 30% [================== ] 516/1692 30% [================== ] 517/1692 30% [================== ] 518/1692 30% [=================== ] 519/1692 30% [=================== ] 520/1692 30% [=================== ] 521/1692 30% [=================== ] 522/1692 30% [=================== ] 523/1692 30% [=================== ] 524/1692 30% [=================== ] 525/1692 31% [=================== ] 526/1692 31% [=================== ] 527/1692 31% [=================== ] 528/1692 31% [=================== ] 529/1692 31% [=================== ] 530/1692 31% [=================== ] 531/1692 31% [=================== ] 532/1692 31% [=================== ] 533/1692 31% [=================== ] 534/1692 31% [=================== ] 535/1692 31% [=================== ] 536/1692 31% [=================== ] 537/1692 31% [=================== ] 538/1692 31% [=================== ] 539/1692 31% [=================== ] 540/1692 31% [=================== ] 541/1692 31% [=================== ] 542/1692 32% [=================== ] 543/1692 32% [=================== ] 544/1692 32% [=================== ] 545/1692 32% [==================== ] 546/1692 32% [==================== ] 547/1692 32% [==================== ] 548/1692 32% [==================== ] 549/1692 32% [==================== ] 550/1692 32% [==================== ] 551/1692 32% [==================== ] 552/1692 32% [==================== ] 553/1692 32% [==================== ] 554/1692 32% [==================== ] 555/1692 32% [==================== ] 556/1692 32% [==================== ] 557/1692 32% [==================== ] 558/1692 32% [==================== ] 559/1692 33% [==================== ] 560/1692 33% [==================== ] 561/1692 33% [==================== ] 562/1692 33% [==================== ] 563/1692 33% [==================== ] 564/1692 33% [==================== ] 565/1692 33% [==================== ] 566/1692 33% [==================== ] 567/1692 33% [==================== ] 568/1692 33% [==================== ] 569/1692 33% [==================== ] 570/1692 33% [==================== ] 571/1692 33% [==================== ] 572/1692 33% [==================== ] 573/1692 33% [===================== ] 574/1692 33% [===================== ] 575/1692 33% [===================== ] 576/1692 34% [===================== ] 577/1692 34% [===================== ] 578/1692 34% [===================== ] 579/1692 34% [===================== ] 580/1692 34% [===================== ] 581/1692 34% [===================== ] 582/1692 34% [===================== ] 583/1692 34% [===================== ] 584/1692 34% [===================== ] 585/1692 34% [===================== ] 586/1692 34% [===================== ] 587/1692 34% [===================== ] 588/1692 34% [===================== ] 589/1692 34% [===================== ] 590/1692 34% [===================== ] 591/1692 34% [===================== ] 592/1692 34% [===================== ] 593/1692 35% [===================== ] 594/1692 35% [===================== ] 595/1692 35% [===================== ] 596/1692 35% [===================== ] 597/1692 35% [===================== ] 598/1692 35% [===================== ] 599/1692 35% [===================== ] 600/1692 35% [====================== ] 601/1692 35% [====================== ] 602/1692 35% [====================== ] 603/1692 35% [====================== ] 604/1692 35% [====================== ] 605/1692 35% [====================== ] 606/1692 35% [====================== ] 607/1692 35% [====================== ] 608/1692 35% [====================== ] 609/1692 35% [====================== ] 610/1692 36% [====================== ] 611/1692 36% [====================== ] 612/1692 36% [====================== ] 613/1692 36% [====================== ] 614/1692 36% [====================== ] 615/1692 36% [====================== ] 616/1692 36% [====================== ] 617/1692 36% [====================== ] 618/1692 36% [====================== ] 619/1692 36% [====================== ] 620/1692 36% [====================== ] 621/1692 36% [====================== ] 622/1692 36% [====================== ] 623/1692 36% [====================== ] 624/1692 36% [====================== ] 625/1692 36% [====================== ] 626/1692 36% [====================== ] 627/1692 37% [======================= ] 628/1692 37% [======================= ] 629/1692 37% [======================= ] 630/1692 37% [======================= ] 631/1692 37% [======================= ] 632/1692 37% [======================= ] 633/1692 37% [======================= ] 634/1692 37% [======================= ] 635/1692 37% [======================= ] 636/1692 37% [======================= ] 637/1692 37% [======================= ] 638/1692 37% [======================= ] 639/1692 37% [======================= ] 640/1692 37% [======================= ] 641/1692 37% [======================= ] 642/1692 37% [======================= ] 643/1692 38% [======================= ] 644/1692 38% [======================= ] 645/1692 38% [======================= ] 646/1692 38% [======================= ] 647/1692 38% [======================= ] 648/1692 38% [======================= ] 649/1692 38% [======================= ] 650/1692 38% [======================= ] 651/1692 38% [======================= ] 652/1692 38% [======================= ] 653/1692 38% [======================= ] 654/1692 38% [======================== ] 655/1692 38% [======================== ] 656/1692 38% [======================== ] 657/1692 38% [======================== ] 658/1692 38% [======================== ] 659/1692 38% [======================== ] 660/1692 39% [======================== ] 661/1692 39% [======================== ] 662/1692 39% [======================== ] 663/1692 39% [======================== ] 664/1692 39% [======================== ] 665/1692 39% [======================== ] 666/1692 39% [======================== ] 667/1692 39% [======================== ] 668/1692 39% [======================== ] 669/1692 39% [======================== ] 670/1692 39% [======================== ] 671/1692 39% [======================== ] 672/1692 39% [======================== ] 673/1692 39% [======================== ] 674/1692 39% [======================== ] 675/1692 39% [======================== ] 676/1692 39% [======================== ] 677/1692 40% [======================== ] 678/1692 40% [======================== ] 679/1692 40% [======================== ] 680/1692 40% [======================== ] 681/1692 40% [======================== ] 682/1692 40% [========================= ] 683/1692 40% [========================= ] 684/1692 40% [========================= ] 685/1692 40% [========================= ] 686/1692 40% [========================= ] 687/1692 40% [========================= ] 688/1692 40% [========================= ] 689/1692 40% [========================= ] 690/1692 40% [========================= ] 691/1692 40% [========================= ] 692/1692 40% [========================= ] 693/1692 40% [========================= ] 694/1692 41% [========================= ] 695/1692 41% [========================= ] 696/1692 41% [========================= ] 697/1692 41% [========================= ] 698/1692 41% [========================= ] 699/1692 41% [========================= ] 700/1692 41% [========================= ] 701/1692 41% [========================= ] 702/1692 41% [========================= ] 703/1692 41% [========================= ] 704/1692 41% [========================= ] 705/1692 41% [========================= ] 706/1692 41% [========================= ] 707/1692 41% [========================= ] 708/1692 41% [========================= ] 709/1692 41% [========================== ] 710/1692 41% [========================== ] 711/1692 42% [========================== ] 712/1692 42% [========================== ] 713/1692 42% [========================== ] 714/1692 42% [========================== ] 715/1692 42% [========================== ] 716/1692 42% [========================== ] 717/1692 42% [========================== ] 718/1692 42% [========================== ] 719/1692 42% [========================== ] 720/1692 42% [========================== ] 721/1692 42% [========================== ] 722/1692 42% [========================== ] 723/1692 42% [========================== ] 724/1692 42% [========================== ] 725/1692 42% [========================== ] 726/1692 42% [========================== ] 727/1692 42% [========================== ] 728/1692 43% [========================== ] 729/1692 43% [========================== ] 730/1692 43% [========================== ] 731/1692 43% [========================== ] 732/1692 43% [========================== ] 733/1692 43% [========================== ] 734/1692 43% [========================== ] 735/1692 43% [========================== ] 736/1692 43% [=========================== ] 737/1692 43% [=========================== ] 738/1692 43% [=========================== ] 739/1692 43% [=========================== ] 740/1692 43% [=========================== ] 741/1692 43% [=========================== ] 742/1692 43% [=========================== ] 743/1692 43% [=========================== ] 744/1692 43% [=========================== ] 745/1692 44% [=========================== ] 746/1692 44% [=========================== ] 747/1692 44% [=========================== ] 748/1692 44% [=========================== ] 749/1692 44% [=========================== ] 750/1692 44% [=========================== ] 751/1692 44% [=========================== ] 752/1692 44% [=========================== ] 753/1692 44% [=========================== ] 754/1692 44% [=========================== ] 755/1692 44% [=========================== ] 756/1692 44% [=========================== ] 757/1692 44% [=========================== ] 758/1692 44% [=========================== ] 759/1692 44% [=========================== ] 760/1692 44% [=========================== ] 761/1692 44% [=========================== ] 762/1692 45% [=========================== ] 763/1692 45% [=========================== ] 764/1692 45% [============================ ] 765/1692 45% [============================ ] 766/1692 45% [============================ ] 767/1692 45% [============================ ] 768/1692 45% [============================ ] 769/1692 45% [============================ ] 770/1692 45% [============================ ] 771/1692 45% [============================ ] 772/1692 45% [============================ ] 773/1692 45% [============================ ] 774/1692 45% [============================ ] 775/1692 45% [============================ ] 776/1692 45% [============================ ] 777/1692 45% [============================ ] 778/1692 45% [============================ ] 779/1692 46% [============================ ] 780/1692 46% [============================ ] 781/1692 46% [============================ ] 782/1692 46% [============================ ] 783/1692 46% [============================ ] 784/1692 46% [============================ ] 785/1692 46% [============================ ] 786/1692 46% [============================ ] 787/1692 46% [============================ ] 788/1692 46% [============================ ] 789/1692 46% [============================ ] 790/1692 46% [============================ ] 791/1692 46% [============================= ] 792/1692 46% [============================= ] 793/1692 46% [============================= ] 794/1692 46% [============================= ] 795/1692 46% [============================= ] 796/1692 47% [============================= ] 797/1692 47% [============================= ] 798/1692 47% [============================= ] 799/1692 47% [============================= ] 800/1692 47% [============================= ] 801/1692 47% [============================= ] 802/1692 47% [============================= ] 803/1692 47% [============================= ] 804/1692 47% [============================= ] 805/1692 47% [============================= ] 806/1692 47% [============================= ] 807/1692 47% [============================= ] 808/1692 47% [============================= ] 809/1692 47% [============================= ] 810/1692 47% [============================= ] 811/1692 47% [============================= ] 812/1692 47% [============================= ] 813/1692 48% [============================= ] 814/1692 48% [============================= ] 815/1692 48% [============================= ] 816/1692 48% [============================= ] 817/1692 48% [============================= ] 818/1692 48% [============================== ] 819/1692 48% [============================== ] 820/1692 48% [============================== ] 821/1692 48% [============================== ] 822/1692 48% [============================== ] 823/1692 48% [============================== ] 824/1692 48% [============================== ] 825/1692 48% [============================== ] 826/1692 48% [============================== ] 827/1692 48% [============================== ] 828/1692 48% [============================== ] 829/1692 48% [============================== ] 830/1692 49% [============================== ] 831/1692 49% [============================== ] 832/1692 49% [============================== ] 833/1692 49% [============================== ] 834/1692 49% [============================== ] 835/1692 49% [============================== ] 836/1692 49% [============================== ] 837/1692 49% [============================== ] 838/1692 49% [============================== ] 839/1692 49% [============================== ] 840/1692 49% [============================== ] 841/1692 49% [============================== ] 842/1692 49% [============================== ] 843/1692 49% [============================== ] 844/1692 49% [============================== ] 845/1692 49% [=============================== ] 846/1692 50% [=============================== ] 847/1692 50% [=============================== ] 848/1692 50% [=============================== ] 849/1692 50% [=============================== ] 850/1692 50% [=============================== ] 851/1692 50% [=============================== ] 852/1692 50% [=============================== ] 853/1692 50% [=============================== ] 854/1692 50% [=============================== ] 855/1692 50% [=============================== ] 856/1692 50% [=============================== ] 857/1692 50% [=============================== ] 858/1692 50% [=============================== ] 859/1692 50% [=============================== ] 860/1692 50% [=============================== ] 861/1692 50% [=============================== ] 862/1692 50% [=============================== ] 863/1692 51% [=============================== ] 864/1692 51% [=============================== ] 865/1692 51% [=============================== ] 866/1692 51% [=============================== ] 867/1692 51% [=============================== ] 868/1692 51% [=============================== ] 869/1692 51% [=============================== ] 870/1692 51% [=============================== ] 871/1692 51% [=============================== ] 872/1692 51% [=============================== ] 873/1692 51% [================================ ] 874/1692 51% [================================ ] 875/1692 51% [================================ ] 876/1692 51% [================================ ] 877/1692 51% [================================ ] 878/1692 51% [================================ ] 879/1692 51% [================================ ] 880/1692 52% [================================ ] 881/1692 52% [================================ ] 882/1692 52% [================================ ] 883/1692 52% [================================ ] 884/1692 52% [================================ ] 885/1692 52% [================================ ] 886/1692 52% [================================ ] 887/1692 52% [================================ ] 888/1692 52% [================================ ] 889/1692 52% [================================ ] 890/1692 52% [================================ ] 891/1692 52% [================================ ] 892/1692 52% [================================ ] 893/1692 52% [================================ ] 894/1692 52% [================================ ] 895/1692 52% [================================ ] 896/1692 52% [================================ ] 897/1692 53% [================================ ] 898/1692 53% [================================ ] 899/1692 53% [================================ ] 900/1692 53% [================================= ] 901/1692 53% [================================= ] 902/1692 53% [================================= ] 903/1692 53% [================================= ] 904/1692 53% [================================= ] 905/1692 53% [================================= ] 906/1692 53% [================================= ] 907/1692 53% [================================= ] 908/1692 53% [================================= ] 909/1692 53% [================================= ] 910/1692 53% [================================= ] 911/1692 53% [================================= ] 912/1692 53% [================================= ] 913/1692 53% [================================= ] 914/1692 54% [================================= ] 915/1692 54% [================================= ] 916/1692 54% [================================= ] 917/1692 54% [================================= ] 918/1692 54% [================================= ] 919/1692 54% [================================= ] 920/1692 54% [================================= ] 921/1692 54% [================================= ] 922/1692 54% [================================= ] 923/1692 54% [================================= ] 924/1692 54% [================================= ] 925/1692 54% [================================= ] 926/1692 54% [================================= ] 927/1692 54% [================================== ] 928/1692 54% [================================== ] 929/1692 54% [================================== ] 930/1692 54% [================================== ] 931/1692 55% [================================== ] 932/1692 55% [================================== ] 933/1692 55% [================================== ] 934/1692 55% [================================== ] 935/1692 55% [================================== ] 936/1692 55% [================================== ] 937/1692 55% [================================== ] 938/1692 55% [================================== ] 939/1692 55% [================================== ] 940/1692 55% [================================== ] 941/1692 55% [================================== ] 942/1692 55% [================================== ] 943/1692 55% [================================== ] 944/1692 55% [================================== ] 945/1692 55% [================================== ] 946/1692 55% [================================== ] 947/1692 55% [================================== ] 948/1692 56% [================================== ] 949/1692 56% [================================== ] 950/1692 56% [================================== ] 951/1692 56% [================================== ] 952/1692 56% [================================== ] 953/1692 56% [================================== ] 954/1692 56% [================================== ] 955/1692 56% [=================================== ] 956/1692 56% [=================================== ] 957/1692 56% [=================================== ] 958/1692 56% [=================================== ] 959/1692 56% [=================================== ] 960/1692 56% [=================================== ] 961/1692 56% [=================================== ] 962/1692 56% [=================================== ] 963/1692 56% [=================================== ] 964/1692 56% [=================================== ] 965/1692 57% [=================================== ] 966/1692 57% [=================================== ] 967/1692 57% [=================================== ] 968/1692 57% [=================================== ] 969/1692 57% [=================================== ] 970/1692 57% [=================================== ] 971/1692 57% [=================================== ] 972/1692 57% [=================================== ] 973/1692 57% [=================================== ] 974/1692 57% [=================================== ] 975/1692 57% [=================================== ] 976/1692 57% [=================================== ] 977/1692 57% [=================================== ] 978/1692 57% [=================================== ] 979/1692 57% [=================================== ] 980/1692 57% [=================================== ] 981/1692 57% [=================================== ] 982/1692 58% [==================================== ] 983/1692 58% [==================================== ] 984/1692 58% [==================================== ] 985/1692 58% [==================================== ] 986/1692 58% [==================================== ] 987/1692 58% [==================================== ] 988/1692 58% [==================================== ] 989/1692 58% [==================================== ] 990/1692 58% [==================================== ] 991/1692 58% [==================================== ] 992/1692 58% [==================================== ] 993/1692 58% [==================================== ] 994/1692 58% [==================================== ] 995/1692 58% [==================================== ] 996/1692 58% [==================================== ] 997/1692 58% [==================================== ] 998/1692 58% [==================================== ] 999/1692 59% [==================================== ] 1000/1692 59% [==================================== ] 1001/1692 59% [==================================== ] 1002/1692 59% [==================================== ] 1003/1692 59% [==================================== ] 1004/1692 59% [==================================== ] 1005/1692 59% [==================================== ] 1006/1692 59% [==================================== ] 1007/1692 59% [==================================== ] 1008/1692 59% [==================================== ] 1009/1692 59% [===================================== ] 1010/1692 59% [===================================== ] 1011/1692 59% [===================================== ] 1012/1692 59% [===================================== ] 1013/1692 59% [===================================== ] 1014/1692 59% [===================================== ] 1015/1692 59% [===================================== ] 1016/1692 60% [===================================== ] 1017/1692 60% [===================================== ] 1018/1692 60% [===================================== ] 1019/1692 60% [===================================== ] 1020/1692 60% [===================================== ] 1021/1692 60% [===================================== ] 1022/1692 60% [===================================== ] 1023/1692 60% [===================================== ] 1024/1692 60% [===================================== ] 1025/1692 60% [===================================== ] 1026/1692 60% [===================================== ] 1027/1692 60% [===================================== ] 1028/1692 60% [===================================== ] 1029/1692 60% [===================================== ] 1030/1692 60% [===================================== ] 1031/1692 60% [===================================== ] 1032/1692 60% [===================================== ] 1033/1692 61% [===================================== ] 1034/1692 61% [===================================== ] 1035/1692 61% [===================================== ] 1036/1692 61% [===================================== ] 1037/1692 61% [====================================== ] 1038/1692 61% [====================================== ] 1039/1692 61% [====================================== ] 1040/1692 61% [====================================== ] 1041/1692 61% [====================================== ] 1042/1692 61% [====================================== ] 1043/1692 61% [====================================== ] 1044/1692 61% [====================================== ] 1045/1692 61% [====================================== ] 1046/1692 61% [====================================== ] 1047/1692 61% [====================================== ] 1048/1692 61% [====================================== ] 1049/1692 61% [====================================== ] 1050/1692 62% [====================================== ] 1051/1692 62% [====================================== ] 1052/1692 62% [====================================== ] 1053/1692 62% [====================================== ] 1054/1692 62% [====================================== ] 1055/1692 62% [====================================== ] 1056/1692 62% [====================================== ] 1057/1692 62% [====================================== ] 1058/1692 62% [====================================== ] 1059/1692 62% [====================================== ] 1060/1692 62% [====================================== ] 1061/1692 62% [====================================== ] 1062/1692 62% [====================================== ] 1063/1692 62% [====================================== ] 1064/1692 62% [======================================= ] 1065/1692 62% [======================================= ] 1066/1692 63% [======================================= ] 1067/1692 63% [======================================= ] 1068/1692 63% [======================================= ] 1069/1692 63% [======================================= ] 1070/1692 63% [======================================= ] 1071/1692 63% [======================================= ] 1072/1692 63% [======================================= ] 1073/1692 63% [======================================= ] 1074/1692 63% [======================================= ] 1075/1692 63% [======================================= ] 1076/1692 63% [======================================= ] 1077/1692 63% [======================================= ] 1078/1692 63% [======================================= ] 1079/1692 63% [======================================= ] 1080/1692 63% [======================================= ] 1081/1692 63% [======================================= ] 1082/1692 63% [======================================= ] 1083/1692 64% [======================================= ] 1084/1692 64% [======================================= ] 1085/1692 64% [======================================= ] 1086/1692 64% [======================================= ] 1087/1692 64% [======================================= ] 1088/1692 64% [======================================= ] 1089/1692 64% [======================================= ] 1090/1692 64% [======================================= ] 1091/1692 64% [======================================== ] 1092/1692 64% [======================================== ] 1093/1692 64% [======================================== ] 1094/1692 64% [======================================== ] 1095/1692 64% [======================================== ] 1096/1692 64% [======================================== ] 1097/1692 64% [======================================== ] 1098/1692 64% [======================================== ] 1099/1692 64% [======================================== ] 1100/1692 65% [======================================== ] 1101/1692 65% [======================================== ] 1102/1692 65% [======================================== ] 1103/1692 65% [======================================== ] 1104/1692 65% [======================================== ] 1105/1692 65% [======================================== ] 1106/1692 65% [======================================== ] 1107/1692 65% [======================================== ] 1108/1692 65% [======================================== ] 1109/1692 65% [======================================== ] 1110/1692 65% [======================================== ] 1111/1692 65% [======================================== ] 1112/1692 65% [======================================== ] 1113/1692 65% [======================================== ] 1114/1692 65% [======================================== ] 1115/1692 65% [======================================== ] 1116/1692 65% [======================================== ] 1117/1692 66% [======================================== ] 1118/1692 66% [========================================= ] 1119/1692 66% [========================================= ] 1120/1692 66% [========================================= ] 1121/1692 66% [========================================= ] 1122/1692 66% [========================================= ] 1123/1692 66% [========================================= ] 1124/1692 66% [========================================= ] 1125/1692 66% [========================================= ] 1126/1692 66% [========================================= ] 1127/1692 66% [========================================= ] 1128/1692 66% [========================================= ] 1129/1692 66% [========================================= ] 1130/1692 66% [========================================= ] 1131/1692 66% [========================================= ] 1132/1692 66% [========================================= ] 1133/1692 66% [========================================= ] 1134/1692 67% [========================================= ] 1135/1692 67% [========================================= ] 1136/1692 67% [========================================= ] 1137/1692 67% [========================================= ] 1138/1692 67% [========================================= ] 1139/1692 67% [========================================= ] 1140/1692 67% [========================================= ] 1141/1692 67% [========================================= ] 1142/1692 67% [========================================= ] 1143/1692 67% [========================================= ] 1144/1692 67% [========================================= ] 1145/1692 67% [========================================= ] 1146/1692 67% [========================================== ] 1147/1692 67% [========================================== ] 1148/1692 67% [========================================== ] 1149/1692 67% [========================================== ] 1150/1692 67% [========================================== ] 1151/1692 68% [========================================== ] 1152/1692 68% [========================================== ] 1153/1692 68% [========================================== ] 1154/1692 68% [========================================== ] 1155/1692 68% [========================================== ] 1156/1692 68% [========================================== ] 1157/1692 68% [========================================== ] 1158/1692 68% [========================================== ] 1159/1692 68% [========================================== ] 1160/1692 68% [========================================== ] 1161/1692 68% [========================================== ] 1162/1692 68% [========================================== ] 1163/1692 68% [========================================== ] 1164/1692 68% [========================================== ] 1165/1692 68% [========================================== ] 1166/1692 68% [========================================== ] 1167/1692 68% [========================================== ] 1168/1692 69% [========================================== ] 1169/1692 69% [========================================== ] 1170/1692 69% [========================================== ] 1171/1692 69% [========================================== ] 1172/1692 69% [========================================== ] 1173/1692 69% [=========================================== ] 1174/1692 69% [=========================================== ] 1175/1692 69% [=========================================== ] 1176/1692 69% [=========================================== ] 1177/1692 69% [=========================================== ] 1178/1692 69% [=========================================== ] 1179/1692 69% [=========================================== ] 1180/1692 69% [=========================================== ] 1181/1692 69% [=========================================== ] 1182/1692 69% [=========================================== ] 1183/1692 69% [=========================================== ] 1184/1692 69% [=========================================== ] 1185/1692 70% [=========================================== ] 1186/1692 70% [=========================================== ] 1187/1692 70% [=========================================== ] 1188/1692 70% [=========================================== ] 1189/1692 70% [=========================================== ] 1190/1692 70% [=========================================== ] 1191/1692 70% [=========================================== ] 1192/1692 70% [=========================================== ] 1193/1692 70% [=========================================== ] 1194/1692 70% [=========================================== ] 1195/1692 70% [=========================================== ] 1196/1692 70% [=========================================== ] 1197/1692 70% [=========================================== ] 1198/1692 70% [=========================================== ] 1199/1692 70% [=========================================== ] 1200/1692 70% [============================================ ] 1201/1692 70% [============================================ ] 1202/1692 71% [============================================ ] 1203/1692 71% [============================================ ] 1204/1692 71% [============================================ ] 1205/1692 71% [============================================ ] 1206/1692 71% [============================================ ] 1207/1692 71% [============================================ ] 1208/1692 71% [============================================ ] 1209/1692 71% [============================================ ] 1210/1692 71% [============================================ ] 1211/1692 71% [============================================ ] 1212/1692 71% [============================================ ] 1213/1692 71% [============================================ ] 1214/1692 71% [============================================ ] 1215/1692 71% [============================================ ] 1216/1692 71% [============================================ ] 1217/1692 71% [============================================ ] 1218/1692 71% [============================================ ] 1219/1692 72% [============================================ ] 1220/1692 72% [============================================ ] 1221/1692 72% [============================================ ] 1222/1692 72% [============================================ ] 1223/1692 72% [============================================ ] 1224/1692 72% [============================================ ] 1225/1692 72% [============================================ ] 1226/1692 72% [============================================ ] 1227/1692 72% [============================================ ] 1228/1692 72% [============================================= ] 1229/1692 72% [============================================= ] 1230/1692 72% [============================================= ] 1231/1692 72% [============================================= ] 1232/1692 72% [============================================= ] 1233/1692 72% [============================================= ] 1234/1692 72% [============================================= ] 1235/1692 72% [============================================= ] 1236/1692 73% [============================================= ] 1237/1692 73% [============================================= ] 1238/1692 73% [============================================= ] 1239/1692 73% [============================================= ] 1240/1692 73% [============================================= ] 1241/1692 73% [============================================= ] 1242/1692 73% [============================================= ] 1243/1692 73% [============================================= ] 1244/1692 73% [============================================= ] 1245/1692 73% [============================================= ] 1246/1692 73% [============================================= ] 1247/1692 73% [============================================= ] 1248/1692 73% [============================================= ] 1249/1692 73% [============================================= ] 1250/1692 73% [============================================= ] 1251/1692 73% [============================================= ] 1252/1692 73% [============================================= ] 1253/1692 74% [============================================= ] 1254/1692 74% [============================================= ] 1255/1692 74% [============================================== ] 1256/1692 74% [============================================== ] 1257/1692 74% [============================================== ] 1258/1692 74% [============================================== ] 1259/1692 74% [============================================== ] 1260/1692 74% [============================================== ] 1261/1692 74% [============================================== ] 1262/1692 74% [============================================== ] 1263/1692 74% [============================================== ] 1264/1692 74% [============================================== ] 1265/1692 74% [============================================== ] 1266/1692 74% [============================================== ] 1267/1692 74% [============================================== ] 1268/1692 74% [============================================== ] 1269/1692 75% [============================================== ] 1270/1692 75% [============================================== ] 1271/1692 75% [============================================== ] 1272/1692 75% [============================================== ] 1273/1692 75% [============================================== ] 1274/1692 75% [============================================== ] 1275/1692 75% [============================================== ] 1276/1692 75% [============================================== ] 1277/1692 75% [============================================== ] 1278/1692 75% [============================================== ] 1279/1692 75% [============================================== ] 1280/1692 75% [============================================== ] 1281/1692 75% [============================================== ] 1282/1692 75% [=============================================== ] 1283/1692 75% [=============================================== ] 1284/1692 75% [=============================================== ] 1285/1692 75% [=============================================== ] 1286/1692 76% [=============================================== ] 1287/1692 76% [=============================================== ] 1288/1692 76% [=============================================== ] 1289/1692 76% [=============================================== ] 1290/1692 76% [=============================================== ] 1291/1692 76% [=============================================== ] 1292/1692 76% [=============================================== ] 1293/1692 76% [=============================================== ] 1294/1692 76% [=============================================== ] 1295/1692 76% [=============================================== ] 1296/1692 76% [=============================================== ] 1297/1692 76% [=============================================== ] 1298/1692 76% [=============================================== ] 1299/1692 76% [=============================================== ] 1300/1692 76% [=============================================== ] 1301/1692 76% [=============================================== ] 1302/1692 76% [=============================================== ] 1303/1692 77% [=============================================== ] 1304/1692 77% [=============================================== ] 1305/1692 77% [=============================================== ] 1306/1692 77% [=============================================== ] 1307/1692 77% [=============================================== ] 1308/1692 77% [=============================================== ] 1309/1692 77% [================================================ ] 1310/1692 77% [================================================ ] 1311/1692 77% [================================================ ] 1312/1692 77% [================================================ ] 1313/1692 77% [================================================ ] 1314/1692 77% [================================================ ] 1315/1692 77% [================================================ ] 1316/1692 77% [================================================ ] 1317/1692 77% [================================================ ] 1318/1692 77% [================================================ ] 1319/1692 77% [================================================ ] 1320/1692 78% [================================================ ] 1321/1692 78% [================================================ ] 1322/1692 78% [================================================ ] 1323/1692 78% [================================================ ] 1324/1692 78% [================================================ ] 1325/1692 78% [================================================ ] 1326/1692 78% [================================================ ] 1327/1692 78% [================================================ ] 1328/1692 78% [================================================ ] 1329/1692 78% [================================================ ] 1330/1692 78% [================================================ ] 1331/1692 78% [================================================ ] 1332/1692 78% [================================================ ] 1333/1692 78% [================================================ ] 1334/1692 78% [================================================ ] 1335/1692 78% [================================================ ] 1336/1692 78% [================================================ ] 1337/1692 79% [================================================= ] 1338/1692 79% [================================================= ] 1339/1692 79% [================================================= ] 1340/1692 79% [================================================= ] 1341/1692 79% [================================================= ] 1342/1692 79% [================================================= ] 1343/1692 79% [================================================= ] 1344/1692 79% [================================================= ] 1345/1692 79% [================================================= ] 1346/1692 79% [================================================= ] 1347/1692 79% [================================================= ] 1348/1692 79% [================================================= ] 1349/1692 79% [================================================= ] 1350/1692 79% [================================================= ] 1351/1692 79% [================================================= ] 1352/1692 79% [================================================= ] 1353/1692 79% [================================================= ] 1354/1692 80% [================================================= ] 1355/1692 80% [================================================= ] 1356/1692 80% [================================================= ] 1357/1692 80% [================================================= ] 1358/1692 80% [================================================= ] 1359/1692 80% [================================================= ] 1360/1692 80% [================================================= ] 1361/1692 80% [================================================= ] 1362/1692 80% [================================================= ] 1363/1692 80% [================================================= ] 1364/1692 80% [================================================== ] 1365/1692 80% [================================================== ] 1366/1692 80% [================================================== ] 1367/1692 80% [================================================== ] 1368/1692 80% [================================================== ] 1369/1692 80% [================================================== ] 1370/1692 80% [================================================== ] 1371/1692 81% [================================================== ] 1372/1692 81% [================================================== ] 1373/1692 81% [================================================== ] 1374/1692 81% [================================================== ] 1375/1692 81% [================================================== ] 1376/1692 81% [================================================== ] 1377/1692 81% [================================================== ] 1378/1692 81% [================================================== ] 1379/1692 81% [================================================== ] 1380/1692 81% [================================================== ] 1381/1692 81% [================================================== ] 1382/1692 81% [================================================== ] 1383/1692 81% [================================================== ] 1384/1692 81% [================================================== ] 1385/1692 81% [================================================== ] 1386/1692 81% [================================================== ] 1387/1692 81% [================================================== ] 1388/1692 82% [================================================== ] 1389/1692 82% [================================================== ] 1390/1692 82% [================================================== ] 1391/1692 82% [=================================================== ] 1392/1692 82% [=================================================== ] 1393/1692 82% [=================================================== ] 1394/1692 82% [=================================================== ] 1395/1692 82% [=================================================== ] 1396/1692 82% [=================================================== ] 1397/1692 82% [=================================================== ] 1398/1692 82% [=================================================== ] 1399/1692 82% [=================================================== ] 1400/1692 82% [=================================================== ] 1401/1692 82% [=================================================== ] 1402/1692 82% [=================================================== ] 1403/1692 82% [=================================================== ] 1404/1692 82% [=================================================== ] 1405/1692 83% [=================================================== ] 1406/1692 83% [=================================================== ] 1407/1692 83% [=================================================== ] 1408/1692 83% [=================================================== ] 1409/1692 83% [=================================================== ] 1410/1692 83% [=================================================== ] 1411/1692 83% [=================================================== ] 1412/1692 83% [=================================================== ] 1413/1692 83% [=================================================== ] 1414/1692 83% [=================================================== ] 1415/1692 83% [=================================================== ] 1416/1692 83% [=================================================== ] 1417/1692 83% [=================================================== ] 1418/1692 83% [=================================================== ] 1419/1692 83% [==================================================== ] 1420/1692 83% [==================================================== ] 1421/1692 83% [==================================================== ] 1422/1692 84% [==================================================== ] 1423/1692 84% [==================================================== ] 1424/1692 84% [==================================================== ] 1425/1692 84% [==================================================== ] 1426/1692 84% [==================================================== ] 1427/1692 84% [==================================================== ] 1428/1692 84% [==================================================== ] 1429/1692 84% [==================================================== ] 1430/1692 84% [==================================================== ] 1431/1692 84% [==================================================== ] 1432/1692 84% [==================================================== ] 1433/1692 84% [==================================================== ] 1434/1692 84% [==================================================== ] 1435/1692 84% [==================================================== ] 1436/1692 84% [==================================================== ] 1437/1692 84% [==================================================== ] 1438/1692 84% [==================================================== ] 1439/1692 85% [==================================================== ] 1440/1692 85% [==================================================== ] 1441/1692 85% [==================================================== ] 1442/1692 85% [==================================================== ] 1443/1692 85% [==================================================== ] 1444/1692 85% [==================================================== ] 1445/1692 85% [==================================================== ] 1446/1692 85% [===================================================== ] 1447/1692 85% [===================================================== ] 1448/1692 85% [===================================================== ] 1449/1692 85% [===================================================== ] 1450/1692 85% [===================================================== ] 1451/1692 85% [===================================================== ] 1452/1692 85% [===================================================== ] 1453/1692 85% [===================================================== ] 1454/1692 85% [===================================================== ] 1455/1692 85% [===================================================== ] 1456/1692 86% [===================================================== ] 1457/1692 86% [===================================================== ] 1458/1692 86% [===================================================== ] 1459/1692 86% [===================================================== ] 1460/1692 86% [===================================================== ] 1461/1692 86% [===================================================== ] 1462/1692 86% [===================================================== ] 1463/1692 86% [===================================================== ] 1464/1692 86% [===================================================== ] 1465/1692 86% [===================================================== ] 1466/1692 86% [===================================================== ] 1467/1692 86% [===================================================== ] 1468/1692 86% [===================================================== ] 1469/1692 86% [===================================================== ] 1470/1692 86% [===================================================== ] 1471/1692 86% [===================================================== ] 1472/1692 86% [===================================================== ] 1473/1692 87% [====================================================== ] 1474/1692 87% [====================================================== ] 1475/1692 87% [====================================================== ] 1476/1692 87% [====================================================== ] 1477/1692 87% [====================================================== ] 1478/1692 87% [====================================================== ] 1479/1692 87% [====================================================== ] 1480/1692 87% [====================================================== ] 1481/1692 87% [====================================================== ] 1482/1692 87% [====================================================== ] 1483/1692 87% [====================================================== ] 1484/1692 87% [====================================================== ] 1485/1692 87% [====================================================== ] 1486/1692 87% [====================================================== ] 1487/1692 87% [====================================================== ] 1488/1692 87% [====================================================== ] 1489/1692 88% [====================================================== ] 1490/1692 88% [====================================================== ] 1491/1692 88% [====================================================== ] 1492/1692 88% [====================================================== ] 1493/1692 88% [====================================================== ] 1494/1692 88% [====================================================== ] 1495/1692 88% [====================================================== ] 1496/1692 88% [====================================================== ] 1497/1692 88% [====================================================== ] 1498/1692 88% [====================================================== ] 1499/1692 88% [====================================================== ] 1500/1692 88% [======================================================= ] 1501/1692 88% [======================================================= ] 1502/1692 88% [======================================================= ] 1503/1692 88% [======================================================= ] 1504/1692 88% [======================================================= ] 1505/1692 88% [======================================================= ] 1506/1692 89% [======================================================= ] 1507/1692 89% [======================================================= ] 1508/1692 89% [======================================================= ] 1509/1692 89% [======================================================= ] 1510/1692 89% [======================================================= ] 1511/1692 89% [======================================================= ] 1512/1692 89% [======================================================= ] 1513/1692 89% [======================================================= ] 1514/1692 89% [======================================================= ] 1515/1692 89% [======================================================= ] 1516/1692 89% [======================================================= ] 1517/1692 89% [======================================================= ] 1518/1692 89% [======================================================= ] 1519/1692 89% [======================================================= ] 1520/1692 89% [======================================================= ] 1521/1692 89% [======================================================= ] 1522/1692 89% [======================================================= ] 1523/1692 90% [======================================================= ] 1524/1692 90% [======================================================= ] 1525/1692 90% [======================================================= ] 1526/1692 90% [======================================================= ] 1527/1692 90% [======================================================= ] 1528/1692 90% [======================================================== ] 1529/1692 90% [======================================================== ] 1530/1692 90% [======================================================== ] 1531/1692 90% [======================================================== ] 1532/1692 90% [======================================================== ] 1533/1692 90% [======================================================== ] 1534/1692 90% [======================================================== ] 1535/1692 90% [======================================================== ] 1536/1692 90% [======================================================== ] 1537/1692 90% [======================================================== ] 1538/1692 90% [======================================================== ] 1539/1692 90% [======================================================== ] 1540/1692 91% [======================================================== ] 1541/1692 91% [======================================================== ] 1542/1692 91% [======================================================== ] 1543/1692 91% [======================================================== ] 1544/1692 91% [======================================================== ] 1545/1692 91% [======================================================== ] 1546/1692 91% [======================================================== ] 1547/1692 91% [======================================================== ] 1548/1692 91% [======================================================== ] 1549/1692 91% [======================================================== ] 1550/1692 91% [======================================================== ] 1551/1692 91% [======================================================== ] 1552/1692 91% [======================================================== ] 1553/1692 91% [======================================================== ] 1554/1692 91% [======================================================== ] 1555/1692 91% [========================================================= ] 1556/1692 91% [========================================================= ] 1557/1692 92% [========================================================= ] 1558/1692 92% [========================================================= ] 1559/1692 92% [========================================================= ] 1560/1692 92% [========================================================= ] 1561/1692 92% [========================================================= ] 1562/1692 92% [========================================================= ] 1563/1692 92% [========================================================= ] 1564/1692 92% [========================================================= ] 1565/1692 92% [========================================================= ] 1566/1692 92% [========================================================= ] 1567/1692 92% [========================================================= ] 1568/1692 92% [========================================================= ] 1569/1692 92% [========================================================= ] 1570/1692 92% [========================================================= ] 1571/1692 92% [========================================================= ] 1572/1692 92% [========================================================= ] 1573/1692 92% [========================================================= ] 1574/1692 93% [========================================================= ] 1575/1692 93% [========================================================= ] 1576/1692 93% [========================================================= ] 1577/1692 93% [========================================================= ] 1578/1692 93% [========================================================= ] 1579/1692 93% [========================================================= ] 1580/1692 93% [========================================================= ] 1581/1692 93% [========================================================= ] 1582/1692 93% [========================================================== ] 1583/1692 93% [========================================================== ] 1584/1692 93% [========================================================== ] 1585/1692 93% [========================================================== ] 1586/1692 93% [========================================================== ] 1587/1692 93% [========================================================== ] 1588/1692 93% [========================================================== ] 1589/1692 93% [========================================================== ] 1590/1692 93% [========================================================== ] 1591/1692 94% [========================================================== ] 1592/1692 94% [========================================================== ] 1593/1692 94% [========================================================== ] 1594/1692 94% [========================================================== ] 1595/1692 94% [========================================================== ] 1596/1692 94% [========================================================== ] 1597/1692 94% [========================================================== ] 1598/1692 94% [========================================================== ] 1599/1692 94% [========================================================== ] 1600/1692 94% [========================================================== ] 1601/1692 94% [========================================================== ] 1602/1692 94% [========================================================== ] 1603/1692 94% [========================================================== ] 1604/1692 94% [========================================================== ] 1605/1692 94% [========================================================== ] 1606/1692 94% [========================================================== ] 1607/1692 94% [========================================================== ] 1608/1692 95% [========================================================== ] 1609/1692 95% [========================================================== ] 1610/1692 95% [=========================================================== ] 1611/1692 95% [=========================================================== ] 1612/1692 95% [=========================================================== ] 1613/1692 95% [=========================================================== ] 1614/1692 95% [=========================================================== ] 1615/1692 95% [=========================================================== ] 1616/1692 95% [=========================================================== ] 1617/1692 95% [=========================================================== ] 1618/1692 95% [=========================================================== ] 1619/1692 95% [=========================================================== ] 1620/1692 95% [=========================================================== ] 1621/1692 95% [=========================================================== ] 1622/1692 95% [=========================================================== ] 1623/1692 95% [=========================================================== ] 1624/1692 95% [=========================================================== ] 1625/1692 96% [=========================================================== ] 1626/1692 96% [=========================================================== ] 1627/1692 96% [=========================================================== ] 1628/1692 96% [=========================================================== ] 1629/1692 96% [=========================================================== ] 1630/1692 96% [=========================================================== ] 1631/1692 96% [=========================================================== ] 1632/1692 96% [=========================================================== ] 1633/1692 96% [=========================================================== ] 1634/1692 96% [=========================================================== ] 1635/1692 96% [=========================================================== ] 1636/1692 96% [=========================================================== ] 1637/1692 96% [============================================================ ] 1638/1692 96% [============================================================ ] 1639/1692 96% [============================================================ ] 1640/1692 96% [============================================================ ] 1641/1692 96% [============================================================ ] 1642/1692 97% [============================================================ ] 1643/1692 97% [============================================================ ] 1644/1692 97% [============================================================ ] 1645/1692 97% [============================================================ ] 1646/1692 97% [============================================================ ] 1647/1692 97% [============================================================ ] 1648/1692 97% [============================================================ ] 1649/1692 97% [============================================================ ] 1650/1692 97% [============================================================ ] 1651/1692 97% [============================================================ ] 1652/1692 97% [============================================================ ] 1653/1692 97% [============================================================ ] 1654/1692 97% [============================================================ ] 1655/1692 97% [============================================================ ] 1656/1692 97% [============================================================ ] 1657/1692 97% [============================================================ ] 1658/1692 97% [============================================================ ] 1659/1692 98% [============================================================ ] 1660/1692 98% [============================================================ ] 1661/1692 98% [============================================================ ] 1662/1692 98% [============================================================ ] 1663/1692 98% [============================================================ ] 1664/1692 98% [============================================================= ] 1665/1692 98% [============================================================= ] 1666/1692 98% [============================================================= ] 1667/1692 98% [============================================================= ] 1668/1692 98% [============================================================= ] 1669/1692 98% [============================================================= ] 1670/1692 98% [============================================================= ] 1671/1692 98% [============================================================= ] 1672/1692 98% [============================================================= ] 1673/1692 98% [============================================================= ] 1674/1692 98% [============================================================= ] 1675/1692 98% [============================================================= ] 1676/1692 99% [============================================================= ] 1677/1692 99% [============================================================= ] 1678/1692 99% [============================================================= ] 1679/1692 99% [============================================================= ] 1680/1692 99% [============================================================= ] 1681/1692 99% [============================================================= ] 1682/1692 99% [============================================================= ] 1683/1692 99% [============================================================= ] 1684/1692 99% [============================================================= ] 1685/1692 99% [============================================================= ] 1686/1692 99% [============================================================= ] 1687/1692 99% [============================================================= ] 1688/1692 99% [============================================================= ] 1689/1692 99% [============================================================= ] 1690/1692 99% [============================================================= ] 1691/1692 99% [==============================================================] 1692/1692 100% operation complete, 1692 objects in 45925 NAND pages. ln -snf /home/buildroot/autobuild/instance-2/output-1/host/powerpc-buildroot-linux-gnu/sysroot /home/buildroot/autobuild/instance-2/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-2/buildroot' >>> Buildroot 2022.05-1447-g24261a1762 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> abootimg 1ebeb393252ab5aeed62e34bc439b6728444f06e Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.35-134-gb6aade18a7e5719c942aa2da6cf3157aca993fa4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-gawk 5.1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 5.17.15 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> zlib Collecting legal info >>> zlib-ng 2.0.6 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> angularjs 1.8.2 Collecting legal info angular.js: OK (sha256: 237656fae6e39d02cd71cbcfbf91b7964eba5796aafca1bfcfff3b054ce3fed6) >>> bdwgc 8.0.6 Collecting legal info README.QUICK: OK (sha256: 0aab7a56a92ed878c4a5464cf282d65f38bcdee64fe9cf213e26254bddb3f340) >>> libatomic_ops 7.6.12 Collecting legal info doc/LICENSING.txt: OK (sha256: f0e630c0ca489767033da5a0c869fb4231db522c5ff479ce55a853a923a00f69) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> bootstrap 4.3.1 Collecting legal info css/bootstrap.css: OK (sha256: 35fbb6dc3891aacaf1ffa07abec2344fdbc454aab533a2a03bcf93577eb7837b) >>> brcm-patchram-plus 95b7b6916d661a4da3f9c0adf52d5e1f4f8ab042 Collecting legal info COPYING: OK (sha256: 26324f5c563b7e338c2876c8abe90c3681c1e9a6163fc59b494c94ad6493eda4) >>> brcmfmac_sdio-firmware-rpi ea9963f3f77b4bb6cd280577eb115152bdd67e8d Collecting legal info LICENCE.broadcom_bcm43xx: OK (sha256: b16056fc91b82a0e3e8de8f86c2dac98201aa9dc3cbd33e8d38f1b087fcec30d) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ca-certificates 20211016 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-python3 3.10.7 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> can-utils 2021.08.0 Collecting legal info LICENSES/BSD-3-Clause: OK (sha256: c3dc748f5e725cf5ed89784fe78e4ff1b05d309bf1e7ade4c572e8fde1b8406c) LICENSES/GPL-2.0-only.txt: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> cantarell 0.0.25 Collecting legal info COPYING: OK (sha256: 79a9d6198c0d9192c1b0bf55bcbc404a39390bd0d8c650cf20d652c2eaa284d8) >>> cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-dbus-python 1.2.18 Collecting legal info COPYING: OK (sha256: 1e4562245383fdb5203b1769789e5b28bba21af4923aea7e8b2614f7f93623c0) dbus-gmain/COPYING: OK (sha256: 064523e3ab64d6f03904132b2cc4a1bd8500586edb4cd050c2ff2b96aed4c33b) >>> host-dbus 1.12.22 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-meson 0.63.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 63.2.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> dialog 1.3-20220117 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-e2tools 0.0.16.4 Collecting legal info COPYING: OK (sha256: 0e79fd282723e1eb3f7381d41233a83ed20cf3e8c83aa53e6847bf7ffe781583) >>> easy-rsa 3.1.0 Collecting legal info COPYING.md: OK (sha256: 7c4a4fc71745d93a87278801f1bca555562ca23f21e18293add64b9e6f6b7bf1) gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ed 1.18 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> evtest 1.35 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> host-genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> geoip 1.6.12 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> git 2.31.2 Collecting legal info COPYING: OK (sha256: 5b2198d1645f767585e8a88ac0499b04472164c0d2da22e75ecf97ef443ab32e) LGPL-2.1: OK (sha256: 1922f45d2c49e390032c9c0ba6d7cac904087f7cec51af30c2b2ad022ce0e76a) >>> libcurl 7.84.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> ifupdown-scripts Collecting legal info >>> host-imx-mkimage lf-5.10.72_2.2.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> initscripts Collecting legal info >>> jpeg-turbo 2.1.4 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> host-jq a17dd3248a666d01be75f6b16be37e80e20b0954 Collecting legal info COPYING: OK (sha256: c8437d414ca5b394718784c3bf5bdff7f01fee417625fabf1fb722ca263037da) >>> knock 0.8 Collecting legal info COPYING: OK (sha256: d747e19206e41702e40822dd91d37cbf40edd86f364ea416d667a0e3013f7189) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libart 2.3.21 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libassuan 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.45 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libb2 0.98.1 Collecting legal info COPYING: OK (sha256: 6a1ee543e5282cd9061881edf462e6fdab181f328da71fc2c9a6950a80e94d01) >>> libcodec2 1.0.1 Collecting legal info COPYING: OK (sha256: 9ebb6f82b7380a62ac74c5f0322c88e6744dedf2ebe1f54d6f088282b39844bf) >>> libdnet 1.14 Collecting legal info LICENSE: OK (sha256: 6b46ec86e290066c47b6607d322135b3c473566e7225ac23d35a7c0588a82da6) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libfribidi 1.0.12 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) >>> libgpgme 1.17.1 Collecting legal info COPYING.LESSER: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libldns 1.8.1 Collecting legal info LICENSE: OK (sha256: 9e0b1505c358d1a7c79555ee8bd1acbe2985dbc74dd81f3697cebf2161e922e6) >>> liblockfile 1.17 Collecting legal info COPYRIGHT: OK (sha256: 3d080ab931103a823e6b9b788ccbc3e9d44797bd54546f3feebfd305f90de46a) licenses/GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) licenses/LGPL-2: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmicrohttpd 0.9.75 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpeg2 0.5.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libnetfilter_cttimeout 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> host-libp11 0.4.12 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libpthsem 2.0.8 Collecting legal info COPYING: OK (sha256: f1b95d3728077d1a3efe7fc17928b1953b1224f6caf9c528e30e570158b7520d) >>> libraw1394 2.1.2 Collecting legal info COPYING.LIB: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libsoxr 0.1.3 Collecting legal info LICENCE: OK (sha256: dc98676341fdcd29d9f279c9679d6a75288785b174ded8d1b2e316c366166135) COPYING.LGPL: OK (sha256: f2f118b9029ec1871b953639ecc46651b2fc7b62e295e6cf3ef2ac4c9a058b33) >>> libsvgtiny ea9d99fc8b231c22d06168135e181d61f4eb2f06 Collecting legal info README: OK (sha256: 92b965c77be71661cae51425a6b40a5ca274f44cc13c723c90fb471a9a26a828) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-netsurf-buildsystem 7574b41345968b5f7e9ca5875faccb1478ce0555 Collecting legal info llvm/LICENSE.TXT: OK (sha256: b2ddc1d607332423f6cf415b2ac619a1c03dd565facdc39a571282a520929a65) >>> libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libucl 0.8.1 Collecting legal info COPYING: OK (sha256: 1bf976835764c1d827e07472a0a75adb098682df56681878af05fc0db7439b03) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> logsurfer 1.8 Collecting legal info >>> host-lttng-babeltrace 1.5.7 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: 12d4222ac628fe4092cba8ed90bc5227a4dedd0b94973273cecbc393325bf1c2) >>> host-elfutils 0.186 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.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> mbedtls 2.28.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> mdevd 0.1.4.0 Collecting legal info COPYING: OK (sha256: 31b60c66aba1fa0a7f8847339ac35c28638e25ff96da700d995533ad810e3995) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> memtester 4.5.1 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> mii-diag 2.11 Collecting legal info mii-diag.c: OK (sha256: c83cf866874d6171fbea4e3786370483beb6d2898ac2ea91123b144effec7fcb) >>> host-moby-buildkit 0.10.0 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> host-go 1.19.1 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> mosquitto 2.0.15 Collecting legal info LICENSE.txt: OK (sha256: d3c4ccace4e5d3cc89d34cf2a0bc85b8596bfc0a32b815d0d77f9b7c41b5350c) epl-v20: OK (sha256: 8c349f80764d0648e645f41ef23772a70c995a0924b5235f735f4a3d09df127c) edl-v10: OK (sha256: 86fc4a3f97cb769c04e8da557036c1066eb8bb22b2d0a5dd31464990fe84047c) >>> nettle 3.8.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> open62541 v1.3.3 Collecting legal info LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> openlayers 7.1.0 Collecting legal info LICENSE.md: OK (sha256: 6c4347b83a8c9feef18d57b18e3b6c44cf901b3c344a4a1fbd837e421555ab8e) >>> openvpn 2.5.7 Collecting legal info COPYRIGHT.GPL: OK (sha256: 1fcb78d7e478bb8a9408010bdc91b36e213b1facfad093df3f7ce7e28af19043) >>> opus-tools 0.2 Collecting legal info COPYING: OK (sha256: c28016e58544119d6b93aea28297d040f17dcef7a9f548d3e6a4d0b558c5d248) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-qoriq-rcw LSDK-21.08 Collecting legal info LICENSE: OK (sha256: 68f4b15ecc085729419bc60ca6eeadca5af0237bbfec791e8a79da9c943d42e9) >>> quagga 1.2.4 Collecting legal info COPYING: OK (sha256: b39c1bad4e51e2a3389cd25fc4addebe41a3ae7c11100795683f9330de1536e5) >>> rtptools 1.22 Collecting legal info LICENSE: OK (sha256: f864592065e232c0b444ae9682a7a1a2c6aafe96712999f794bec24d4441a6a9) >>> screen 4.9.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> scrub 2.6.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) DISCLAIMER: OK (sha256: f76abbfb80cde1036cb553cdecb08bb846a48e33c91ef56c0f494172fd407f33) >>> smcroute 2.5.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> socat 1.7.4.3 Collecting legal info README: OK (sha256: 432aebfec164bedcaada7cdf2849e1f003fa00a91a0a1ed34d7cf4abe980f5fb) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.OpenSSL: OK (sha256: fd9e48ca316a5032069b9521f4f4b4d9b1c60365012bae1e62286bcd5bd2e761) >>> spandsp 3.0.0-6ec23e5a7e Collecting legal info COPYING: OK (sha256: 366576cb0b869cd9e95a4882878607314650488ac635e5df0692180382e9666a) >>> tiff 4.4.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> jpeg Collecting legal info >>> sshpass 1.09 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> statserial 1.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> thttpd 2.29 Collecting legal info thttpd.c: OK (sha256: be059e6b8219d5bb5480fa6a2864bbb34892f56951d03d08b356bc1fa8c81a01) >>> uacme 1.7.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> utf8proc 2.7.0 Collecting legal info LICENSE.md: OK (sha256: 3b510150d34f248a221bb88e1d811238d6c6c18b51231822c42974c39bb07256) >>> host-utp_com dee512ced1e9367d223d22f10797fbf9aeacfab6 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> host-sg3_utils 1.47 Collecting legal info COPYING: OK (sha256: d212debdb0a5d7754c977f6dc53bb6c88b4ace7ab784ddbccd06bb970adb1a37) BSD_LICENSE: OK (sha256: 8ddd1d82f2be2f5cbd5b5c3b5c2ee94a90d2ca7112958448da74dd78384fd96a) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: logsurfer-1.8: cannot save license (LOGSURFER_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-2/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot'