Number of files 1045 Number of fragments 206 Number of symbolic links 464 Number of device nodes 0 Number of fifo nodes 0 Number of socket nodes 0 Number of directories 242 Number of hard-links 0 Number of ids (unique uids + gids) 2 Number of uids 2 root (0) http (33) Number of gids 2 root (0) http (33) >>> Generating filesystem image rootfs.ubifs mkdir -p /home/autobuild/autobuild/instance-8/output-1/images rm -rf /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs mkdir -p /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-8/output-1/target/ /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-8/output-1/host/bin:/home/autobuild/autobuild/instance-8/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-8/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/target >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/fakeroot echo "/home/autobuild/autobuild/instance-8/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/fakeroot printf ' find /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/target -print0 | xargs -0 -r touch -hd @1688890764\n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /home/autobuild/autobuild/instance-8/output-1/host/sbin/mkfs.ubifs -d /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 2048 -m 0x800 -x none -o /home/autobuild/autobuild/instance-8/output-1/images/rootfs.ubifs\n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-8/output-1/host/bin:/home/autobuild/autobuild/instance-8/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-8/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/target table='/home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/autobuild/autobuild/instance-8/output-1/host/bin:/home/autobuild/autobuild/instance-8/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" xz -9 -C crc32 -c /home/autobuild/autobuild/instance-8/output-1/images/rootfs.ubifs > /home/autobuild/autobuild/instance-8/output-1/images/rootfs.ubifs.xz >>> Generating filesystem image rootfs.ubi mkdir -p /home/autobuild/autobuild/instance-8/output-1/images rm -rf /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubi mkdir -p /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubi rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-8/output-1/target/ /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubi/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubi/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubi/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubi/target" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubi/fakeroot PATH="/home/autobuild/autobuild/instance-8/output-1/host/bin:/home/autobuild/autobuild/instance-8/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-8/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubi/target >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubi/fakeroot echo "/home/autobuild/autobuild/instance-8/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubi/target" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubi/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubi/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubi/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubi/fakeroot echo "find /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubi/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubi/fakeroot echo "find /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubi/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubi/fakeroot printf ' find /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubi/target -print0 | xargs -0 -r touch -hd @1688890764\n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubi/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubi/fakeroot printf ' sed '\''s;BR2_ROOTFS_UBIFS_PATH;/home/autobuild/autobuild/instance-8/output-1/images/rootfs.ubifs;;s;BINARIES_DIR;/home/autobuild/autobuild/instance-8/output-1/images;'\'' fs/ubi/ubinize.cfg > /home/autobuild/autobuild/instance-8/output-1/build/ubinize.cfg\n /home/autobuild/autobuild/instance-8/output-1/host/sbin/ubinize -o /home/autobuild/autobuild/instance-8/output-1/images/rootfs.ubi -m 0x800 -p 0x20000 -s 512 /home/autobuild/autobuild/instance-8/output-1/build/ubinize.cfg\n rm /home/autobuild/autobuild/instance-8/output-1/build/ubinize.cfg\n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubi/fakeroot chmod a+x /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubi/fakeroot PATH="/home/autobuild/autobuild/instance-8/output-1/host/bin:/home/autobuild/autobuild/instance-8/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-8/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubi/fakeroot rootdir=/home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubi/target table='/home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_devices_table.txt' ubinize: volume size was not specified in section "ubifs", assume minimum to fit image "/home/autobuild/autobuild/instance-8/output-1/images/rootfs.ubifs"96509952 bytes (92.0 MiB) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-8/output-1/images rm -rf /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-8/output-1/target/ /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-8/output-1/host/bin:/home/autobuild/autobuild/instance-8/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-8/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-8/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' find /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target -print0 | xargs -0 -r touch -hd @1688890764\n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-8/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-8/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-8/output-1/host/bin:/home/autobuild/autobuild/instance-8/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-8/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 1751 objects. stage 2: creating image '/home/autobuild/autobuild/instance-8/output-1/images/rootfs.yaffs2' [ ] 1/1751 0% [ ] 2/1751 0% [ ] 3/1751 0% [ ] 4/1751 0% [ ] 5/1751 0% [ ] 6/1751 0% [ ] 7/1751 0% [ ] 8/1751 0% [ ] 9/1751 0% [ ] 10/1751 0% [ ] 11/1751 0% [ ] 12/1751 0% [ ] 13/1751 0% [ ] 14/1751 0% [ ] 15/1751 0% [ ] 16/1751 0% [ ] 17/1751 0% [ ] 18/1751 1% [ ] 19/1751 1% [ ] 20/1751 1% [ ] 21/1751 1% [ ] 22/1751 1% [ ] 23/1751 1% [ ] 24/1751 1% [ ] 25/1751 1% [ ] 26/1751 1% [ ] 27/1751 1% [ ] 28/1751 1% [= ] 29/1751 1% [= ] 30/1751 1% [= ] 31/1751 1% [= ] 32/1751 1% [= ] 33/1751 1% [= ] 34/1751 1% [= ] 35/1751 1% [= ] 36/1751 2% [= ] 37/1751 2% [= ] 38/1751 2% [= ] 39/1751 2% [= ] 40/1751 2% [= ] 41/1751 2% [= ] 42/1751 2% [= ] 43/1751 2% [= ] 44/1751 2% [= ] 45/1751 2% [= ] 46/1751 2% [= ] 47/1751 2% [= ] 48/1751 2% [= ] 49/1751 2% [= ] 50/1751 2% [= ] 51/1751 2% [= ] 52/1751 2% [= ] 53/1751 3% [= ] 54/1751 3% [= ] 55/1751 3% [= ] 56/1751 3% [== ] 57/1751 3% [== ] 58/1751 3% [== ] 59/1751 3% [== ] 60/1751 3% [== ] 61/1751 3% [== ] 62/1751 3% [== ] 63/1751 3% [== ] 64/1751 3% [== ] 65/1751 3% [== ] 66/1751 3% [== ] 67/1751 3% [== ] 68/1751 3% [== ] 69/1751 3% [== ] 70/1751 3% [== ] 71/1751 4% [== ] 72/1751 4% [== ] 73/1751 4% [== ] 74/1751 4% [== ] 75/1751 4% [== ] 76/1751 4% [== ] 77/1751 4% [== ] 78/1751 4% [== ] 79/1751 4% [== ] 80/1751 4% [== ] 81/1751 4% [== ] 82/1751 4% [== ] 83/1751 4% [== ] 84/1751 4% [=== ] 85/1751 4% [=== ] 86/1751 4% [=== ] 87/1751 4% [=== ] 88/1751 5% [=== ] 89/1751 5% [=== ] 90/1751 5% [=== ] 91/1751 5% [=== ] 92/1751 5% [=== ] 93/1751 5% [=== ] 94/1751 5% [=== ] 95/1751 5% [=== ] 96/1751 5% [=== ] 97/1751 5% [=== ] 98/1751 5% [=== ] 99/1751 5% [=== ] 100/1751 5% [=== ] 101/1751 5% [=== ] 102/1751 5% [=== ] 103/1751 5% [=== ] 104/1751 5% [=== ] 105/1751 5% [=== ] 106/1751 6% [=== ] 107/1751 6% [=== ] 108/1751 6% [=== ] 109/1751 6% [=== ] 110/1751 6% [=== ] 111/1751 6% [=== ] 112/1751 6% [==== ] 113/1751 6% [==== ] 114/1751 6% [==== ] 115/1751 6% [==== ] 116/1751 6% [==== ] 117/1751 6% [==== ] 118/1751 6% [==== ] 119/1751 6% [==== ] 120/1751 6% [==== ] 121/1751 6% [==== ] 122/1751 6% [==== ] 123/1751 7% [==== ] 124/1751 7% [==== ] 125/1751 7% [==== ] 126/1751 7% [==== ] 127/1751 7% [==== ] 128/1751 7% [==== ] 129/1751 7% [==== ] 130/1751 7% [==== ] 131/1751 7% [==== ] 132/1751 7% [==== ] 133/1751 7% [==== ] 134/1751 7% [==== ] 135/1751 7% [==== ] 136/1751 7% [==== ] 137/1751 7% [==== ] 138/1751 7% [==== ] 139/1751 7% [==== ] 140/1751 7% [==== ] 141/1751 8% [===== ] 142/1751 8% [===== ] 143/1751 8% [===== ] 144/1751 8% [===== ] 145/1751 8% [===== ] 146/1751 8% [===== ] 147/1751 8% [===== ] 148/1751 8% [===== ] 149/1751 8% [===== ] 150/1751 8% [===== ] 151/1751 8% [===== ] 152/1751 8% [===== ] 153/1751 8% [===== ] 154/1751 8% [===== ] 155/1751 8% [===== ] 156/1751 8% [===== ] 157/1751 8% [===== ] 158/1751 9% [===== ] 159/1751 9% [===== ] 160/1751 9% [===== ] 161/1751 9% [===== ] 162/1751 9% [===== ] 163/1751 9% [===== ] 164/1751 9% [===== ] 165/1751 9% [===== ] 166/1751 9% [===== ] 167/1751 9% [===== ] 168/1751 9% [===== ] 169/1751 9% [====== ] 170/1751 9% [====== ] 171/1751 9% [====== ] 172/1751 9% [====== ] 173/1751 9% [====== ] 174/1751 9% [====== ] 175/1751 9% [====== ] 176/1751 10% [====== ] 177/1751 10% [====== ] 178/1751 10% [====== ] 179/1751 10% [====== ] 180/1751 10% [====== ] 181/1751 10% [====== ] 182/1751 10% [====== ] 183/1751 10% [====== ] 184/1751 10% [====== ] 185/1751 10% [====== ] 186/1751 10% [====== ] 187/1751 10% [====== ] 188/1751 10% [====== ] 189/1751 10% [====== ] 190/1751 10% [====== ] 191/1751 10% [====== ] 192/1751 10% [====== ] 193/1751 11% [====== ] 194/1751 11% [====== ] 195/1751 11% [====== ] 196/1751 11% [====== ] 197/1751 11% [======= ] 198/1751 11% [======= ] 199/1751 11% [======= ] 200/1751 11% [======= ] 201/1751 11% [======= ] 202/1751 11% [======= ] 203/1751 11% [======= ] 204/1751 11% [======= ] 205/1751 11% [======= ] 206/1751 11% [======= ] 207/1751 11% [======= ] 208/1751 11% [======= ] 209/1751 11% [======= ] 210/1751 11% [======= ] 211/1751 12% [======= ] 212/1751 12% [======= ] 213/1751 12% [======= ] 214/1751 12% [======= ] 215/1751 12% [======= ] 216/1751 12% [======= ] 217/1751 12% [======= ] 218/1751 12% [======= ] 219/1751 12% [======= ] 220/1751 12% [======= ] 221/1751 12% [======= ] 222/1751 12% [======= ] 223/1751 12% [======= ] 224/1751 12% [======= ] 225/1751 12% [======== ] 226/1751 12% [======== ] 227/1751 12% [======== ] 228/1751 13% [======== ] 229/1751 13% [======== ] 230/1751 13% [======== ] 231/1751 13% [======== ] 232/1751 13% [======== ] 233/1751 13% [======== ] 234/1751 13% [======== ] 235/1751 13% [======== ] 236/1751 13% [======== ] 237/1751 13% [======== ] 238/1751 13% [======== ] 239/1751 13% [======== ] 240/1751 13% [======== ] 241/1751 13% [======== ] 242/1751 13% [======== ] 243/1751 13% [======== ] 244/1751 13% [======== ] 245/1751 13% [======== ] 246/1751 14% [======== ] 247/1751 14% [======== ] 248/1751 14% [======== ] 249/1751 14% [======== ] 250/1751 14% [======== ] 251/1751 14% [======== ] 252/1751 14% [======== ] 253/1751 14% [======== ] 254/1751 14% [========= ] 255/1751 14% [========= ] 256/1751 14% [========= ] 257/1751 14% [========= ] 258/1751 14% [========= ] 259/1751 14% [========= ] 260/1751 14% [========= ] 261/1751 14% [========= ] 262/1751 14% [========= ] 263/1751 15% [========= ] 264/1751 15% [========= ] 265/1751 15% [========= ] 266/1751 15% [========= ] 267/1751 15% [========= ] 268/1751 15% [========= ] 269/1751 15% [========= ] 270/1751 15% [========= ] 271/1751 15% [========= ] 272/1751 15% [========= ] 273/1751 15% [========= ] 274/1751 15% [========= ] 275/1751 15% [========= ] 276/1751 15% [========= ] 277/1751 15% [========= ] 278/1751 15% [========= ] 279/1751 15% [========= ] 280/1751 15% [========= ] 281/1751 16% [========= ] 282/1751 16% [========== ] 283/1751 16% [========== ] 284/1751 16% [========== ] 285/1751 16% [========== ] 286/1751 16% [========== ] 287/1751 16% [========== ] 288/1751 16% [========== ] 289/1751 16% [========== ] 290/1751 16% [========== ] 291/1751 16% [========== ] 292/1751 16% [========== ] 293/1751 16% [========== ] 294/1751 16% [========== ] 295/1751 16% [========== ] 296/1751 16% [========== ] 297/1751 16% [========== ] 298/1751 17% [========== ] 299/1751 17% [========== ] 300/1751 17% [========== ] 301/1751 17% [========== ] 302/1751 17% [========== ] 303/1751 17% [========== ] 304/1751 17% [========== ] 305/1751 17% [========== ] 306/1751 17% [========== ] 307/1751 17% [========== ] 308/1751 17% [========== ] 309/1751 17% [========== ] 310/1751 17% [=========== ] 311/1751 17% [=========== ] 312/1751 17% [=========== ] 313/1751 17% [=========== ] 314/1751 17% [=========== ] 315/1751 17% [=========== ] 316/1751 18% [=========== ] 317/1751 18% [=========== ] 318/1751 18% [=========== ] 319/1751 18% [=========== ] 320/1751 18% [=========== ] 321/1751 18% [=========== ] 322/1751 18% [=========== ] 323/1751 18% [=========== ] 324/1751 18% [=========== ] 325/1751 18% [=========== ] 326/1751 18% [=========== ] 327/1751 18% [=========== ] 328/1751 18% [=========== ] 329/1751 18% [=========== ] 330/1751 18% [=========== ] 331/1751 18% [=========== ] 332/1751 18% [=========== ] 333/1751 19% [=========== ] 334/1751 19% [=========== ] 335/1751 19% [=========== ] 336/1751 19% [=========== ] 337/1751 19% [=========== ] 338/1751 19% [============ ] 339/1751 19% [============ ] 340/1751 19% [============ ] 341/1751 19% [============ ] 342/1751 19% [============ ] 343/1751 19% [============ ] 344/1751 19% [============ ] 345/1751 19% [============ ] 346/1751 19% [============ ] 347/1751 19% [============ ] 348/1751 19% [============ ] 349/1751 19% [============ ] 350/1751 19% [============ ] 351/1751 20% [============ ] 352/1751 20% [============ ] 353/1751 20% [============ ] 354/1751 20% [============ ] 355/1751 20% [============ ] 356/1751 20% [============ ] 357/1751 20% [============ ] 358/1751 20% [============ ] 359/1751 20% [============ ] 360/1751 20% [============ ] 361/1751 20% [============ ] 362/1751 20% [============ ] 363/1751 20% [============ ] 364/1751 20% [============ ] 365/1751 20% [============ ] 366/1751 20% [============ ] 367/1751 20% [============= ] 368/1751 21% [============= ] 369/1751 21% [============= ] 370/1751 21% [============= ] 371/1751 21% [============= ] 372/1751 21% [============= ] 373/1751 21% [============= ] 374/1751 21% [============= ] 375/1751 21% [============= ] 376/1751 21% [============= ] 377/1751 21% [============= ] 378/1751 21% [============= ] 379/1751 21% [============= ] 380/1751 21% [============= ] 381/1751 21% [============= ] 382/1751 21% [============= ] 383/1751 21% [============= ] 384/1751 21% [============= ] 385/1751 21% [============= ] 386/1751 22% [============= ] 387/1751 22% [============= ] 388/1751 22% [============= ] 389/1751 22% [============= ] 390/1751 22% [============= ] 391/1751 22% [============= ] 392/1751 22% [============= ] 393/1751 22% [============= ] 394/1751 22% [============= ] 395/1751 22% [============== ] 396/1751 22% [============== ] 397/1751 22% [============== ] 398/1751 22% [============== ] 399/1751 22% [============== ] 400/1751 22% [============== ] 401/1751 22% [============== ] 402/1751 22% [============== ] 403/1751 23% [============== ] 404/1751 23% [============== ] 405/1751 23% [============== ] 406/1751 23% [============== ] 407/1751 23% [============== ] 408/1751 23% [============== ] 409/1751 23% [============== ] 410/1751 23% [============== ] 411/1751 23% [============== ] 412/1751 23% [============== ] 413/1751 23% [============== ] 414/1751 23% [============== ] 415/1751 23% [============== ] 416/1751 23% [============== ] 417/1751 23% [============== ] 418/1751 23% [============== ] 419/1751 23% [============== ] 420/1751 23% [============== ] 421/1751 24% [============== ] 422/1751 24% [============== ] 423/1751 24% [=============== ] 424/1751 24% [=============== ] 425/1751 24% [=============== ] 426/1751 24% [=============== ] 427/1751 24% [=============== ] 428/1751 24% [=============== ] 429/1751 24% [=============== ] 430/1751 24% [=============== ] 431/1751 24% [=============== ] 432/1751 24% [=============== ] 433/1751 24% [=============== ] 434/1751 24% [=============== ] 435/1751 24% [=============== ] 436/1751 24% [=============== ] 437/1751 24% [=============== ] 438/1751 25% [=============== ] 439/1751 25% [=============== ] 440/1751 25% [=============== ] 441/1751 25% [=============== ] 442/1751 25% [=============== ] 443/1751 25% [=============== ] 444/1751 25% [=============== ] 445/1751 25% [=============== ] 446/1751 25% [=============== ] 447/1751 25% [=============== ] 448/1751 25% [=============== ] 449/1751 25% [=============== ] 450/1751 25% [=============== ] 451/1751 25% [================ ] 452/1751 25% [================ ] 453/1751 25% [================ ] 454/1751 25% [================ ] 455/1751 25% [================ ] 456/1751 26% [================ ] 457/1751 26% [================ ] 458/1751 26% [================ ] 459/1751 26% [================ ] 460/1751 26% [================ ] 461/1751 26% [================ ] 462/1751 26% [================ ] 463/1751 26% [================ ] 464/1751 26% [================ ] 465/1751 26% [================ ] 466/1751 26% [================ ] 467/1751 26% [================ ] 468/1751 26% [================ ] 469/1751 26% [================ ] 470/1751 26% [================ ] 471/1751 26% [================ ] 472/1751 26% [================ ] 473/1751 27% [================ ] 474/1751 27% [================ ] 475/1751 27% [================ ] 476/1751 27% [================ ] 477/1751 27% [================ ] 478/1751 27% [================ ] 479/1751 27% [================ ] 480/1751 27% [================= ] 481/1751 27% [================= ] 482/1751 27% [================= ] 483/1751 27% [================= ] 484/1751 27% [================= ] 485/1751 27% [================= ] 486/1751 27% [================= ] 487/1751 27% [================= ] 488/1751 27% [================= ] 489/1751 27% [================= ] 490/1751 27% [================= ] 491/1751 28% [================= ] 492/1751 28% [================= ] 493/1751 28% [================= ] 494/1751 28% [================= ] 495/1751 28% [================= ] 496/1751 28% [================= ] 497/1751 28% [================= ] 498/1751 28% [================= ] 499/1751 28% [================= ] 500/1751 28% [================= ] 501/1751 28% [================= ] 502/1751 28% [================= ] 503/1751 28% [================= ] 504/1751 28% [================= ] 505/1751 28% [================= ] 506/1751 28% [================= ] 507/1751 28% [================= ] 508/1751 29% [================== ] 509/1751 29% [================== ] 510/1751 29% [================== ] 511/1751 29% [================== ] 512/1751 29% [================== ] 513/1751 29% [================== ] 514/1751 29% [================== ] 515/1751 29% [================== ] 516/1751 29% [================== ] 517/1751 29% [================== ] 518/1751 29% [================== ] 519/1751 29% [================== ] 520/1751 29% [================== ] 521/1751 29% [================== ] 522/1751 29% [================== ] 523/1751 29% [================== ] 524/1751 29% [================== ] 525/1751 29% [================== ] 526/1751 30% [================== ] 527/1751 30% [================== ] 528/1751 30% [================== ] 529/1751 30% [================== ] 530/1751 30% [================== ] 531/1751 30% [================== ] 532/1751 30% [================== ] 533/1751 30% [================== ] 534/1751 30% [================== ] 535/1751 30% [================== ] 536/1751 30% [=================== ] 537/1751 30% [=================== ] 538/1751 30% [=================== ] 539/1751 30% [=================== ] 540/1751 30% [=================== ] 541/1751 30% [=================== ] 542/1751 30% [=================== ] 543/1751 31% [=================== ] 544/1751 31% [=================== ] 545/1751 31% [=================== ] 546/1751 31% [=================== ] 547/1751 31% [=================== ] 548/1751 31% [=================== ] 549/1751 31% [=================== ] 550/1751 31% [=================== ] 551/1751 31% [=================== ] 552/1751 31% [=================== ] 553/1751 31% [=================== ] 554/1751 31% [=================== ] 555/1751 31% [=================== ] 556/1751 31% [=================== ] 557/1751 31% [=================== ] 558/1751 31% [=================== ] 559/1751 31% [=================== ] 560/1751 31% [=================== ] 561/1751 32% [=================== ] 562/1751 32% [=================== ] 563/1751 32% [=================== ] 564/1751 32% [==================== ] 565/1751 32% [==================== ] 566/1751 32% [==================== ] 567/1751 32% [==================== ] 568/1751 32% [==================== ] 569/1751 32% [==================== ] 570/1751 32% [==================== ] 571/1751 32% [==================== ] 572/1751 32% [==================== ] 573/1751 32% [==================== ] 574/1751 32% [==================== ] 575/1751 32% [==================== ] 576/1751 32% [==================== ] 577/1751 32% [==================== ] 578/1751 33% [==================== ] 579/1751 33% [==================== ] 580/1751 33% [==================== ] 581/1751 33% [==================== ] 582/1751 33% [==================== ] 583/1751 33% [==================== ] 584/1751 33% [==================== ] 585/1751 33% [==================== ] 586/1751 33% [==================== ] 587/1751 33% [==================== ] 588/1751 33% [==================== ] 589/1751 33% [==================== ] 590/1751 33% [==================== ] 591/1751 33% [==================== ] 592/1751 33% [==================== ] 593/1751 33% [===================== ] 594/1751 33% [===================== ] 595/1751 33% [===================== ] 596/1751 34% [===================== ] 597/1751 34% [===================== ] 598/1751 34% [===================== ] 599/1751 34% [===================== ] 600/1751 34% [===================== ] 601/1751 34% [===================== ] 602/1751 34% [===================== ] 603/1751 34% [===================== ] 604/1751 34% [===================== ] 605/1751 34% [===================== ] 606/1751 34% [===================== ] 607/1751 34% [===================== ] 608/1751 34% [===================== ] 609/1751 34% [===================== ] 610/1751 34% [===================== ] 611/1751 34% [===================== ] 612/1751 34% [===================== ] 613/1751 35% [===================== ] 614/1751 35% [===================== ] 615/1751 35% [===================== ] 616/1751 35% [===================== ] 617/1751 35% [===================== ] 618/1751 35% [===================== ] 619/1751 35% [===================== ] 620/1751 35% [===================== ] 621/1751 35% [====================== ] 622/1751 35% [====================== ] 623/1751 35% [====================== ] 624/1751 35% [====================== ] 625/1751 35% [====================== ] 626/1751 35% [====================== ] 627/1751 35% [====================== ] 628/1751 35% [====================== ] 629/1751 35% [====================== ] 630/1751 35% [====================== ] 631/1751 36% [====================== ] 632/1751 36% [====================== ] 633/1751 36% [====================== ] 634/1751 36% [====================== ] 635/1751 36% [====================== ] 636/1751 36% [====================== ] 637/1751 36% [====================== ] 638/1751 36% [====================== ] 639/1751 36% [====================== ] 640/1751 36% [====================== ] 641/1751 36% [====================== ] 642/1751 36% [====================== ] 643/1751 36% [====================== ] 644/1751 36% [====================== ] 645/1751 36% [====================== ] 646/1751 36% [====================== ] 647/1751 36% [====================== ] 648/1751 37% [====================== ] 649/1751 37% [======================= ] 650/1751 37% [======================= ] 651/1751 37% [======================= ] 652/1751 37% [======================= ] 653/1751 37% [======================= ] 654/1751 37% [======================= ] 655/1751 37% [======================= ] 656/1751 37% [======================= ] 657/1751 37% [======================= ] 658/1751 37% [======================= ] 659/1751 37% [======================= ] 660/1751 37% [======================= ] 661/1751 37% [======================= ] 662/1751 37% [======================= ] 663/1751 37% [======================= ] 664/1751 37% [======================= ] 665/1751 37% [======================= ] 666/1751 38% [======================= ] 667/1751 38% [======================= ] 668/1751 38% [======================= ] 669/1751 38% [======================= ] 670/1751 38% [======================= ] 671/1751 38% [======================= ] 672/1751 38% [======================= ] 673/1751 38% [======================= ] 674/1751 38% [======================= ] 675/1751 38% [======================= ] 676/1751 38% [======================= ] 677/1751 38% [======================== ] 678/1751 38% [======================== ] 679/1751 38% [======================== ] 680/1751 38% [======================== ] 681/1751 38% [======================== ] 682/1751 38% [======================== ] 683/1751 39% [======================== ] 684/1751 39% [======================== ] 685/1751 39% [======================== ] 686/1751 39% [======================== ] 687/1751 39% [======================== ] 688/1751 39% [======================== ] 689/1751 39% [======================== ] 690/1751 39% [======================== ] 691/1751 39% [======================== ] 692/1751 39% [======================== ] 693/1751 39% [======================== ] 694/1751 39% [======================== ] 695/1751 39% [======================== ] 696/1751 39% [======================== ] 697/1751 39% [======================== ] 698/1751 39% [======================== ] 699/1751 39% [======================== ] 700/1751 39% [======================== ] 701/1751 40% [======================== ] 702/1751 40% [======================== ] 703/1751 40% [======================== ] 704/1751 40% [======================== ] 705/1751 40% [======================== ] 706/1751 40% [========================= ] 707/1751 40% [========================= ] 708/1751 40% [========================= ] 709/1751 40% [========================= ] 710/1751 40% [========================= ] 711/1751 40% [========================= ] 712/1751 40% [========================= ] 713/1751 40% [========================= ] 714/1751 40% [========================= ] 715/1751 40% [========================= ] 716/1751 40% [========================= ] 717/1751 40% [========================= ] 718/1751 41% [========================= ] 719/1751 41% [========================= ] 720/1751 41% [========================= ] 721/1751 41% [========================= ] 722/1751 41% [========================= ] 723/1751 41% [========================= ] 724/1751 41% [========================= ] 725/1751 41% [========================= ] 726/1751 41% [========================= ] 727/1751 41% [========================= ] 728/1751 41% [========================= ] 729/1751 41% [========================= ] 730/1751 41% [========================= ] 731/1751 41% [========================= ] 732/1751 41% [========================= ] 733/1751 41% [========================= ] 734/1751 41% [========================== ] 735/1751 41% [========================== ] 736/1751 42% [========================== ] 737/1751 42% [========================== ] 738/1751 42% [========================== ] 739/1751 42% [========================== ] 740/1751 42% [========================== ] 741/1751 42% [========================== ] 742/1751 42% [========================== ] 743/1751 42% [========================== ] 744/1751 42% [========================== ] 745/1751 42% [========================== ] 746/1751 42% [========================== ] 747/1751 42% [========================== ] 748/1751 42% [========================== ] 749/1751 42% [========================== ] 750/1751 42% [========================== ] 751/1751 42% [========================== ] 752/1751 42% [========================== ] 753/1751 43% [========================== ] 754/1751 43% [========================== ] 755/1751 43% [========================== ] 756/1751 43% [========================== ] 757/1751 43% [========================== ] 758/1751 43% [========================== ] 759/1751 43% [========================== ] 760/1751 43% [========================== ] 761/1751 43% [========================== ] 762/1751 43% [=========================== ] 763/1751 43% [=========================== ] 764/1751 43% [=========================== ] 765/1751 43% [=========================== ] 766/1751 43% [=========================== ] 767/1751 43% [=========================== ] 768/1751 43% [=========================== ] 769/1751 43% [=========================== ] 770/1751 43% [=========================== ] 771/1751 44% [=========================== ] 772/1751 44% [=========================== ] 773/1751 44% [=========================== ] 774/1751 44% [=========================== ] 775/1751 44% [=========================== ] 776/1751 44% [=========================== ] 777/1751 44% [=========================== ] 778/1751 44% [=========================== ] 779/1751 44% [=========================== ] 780/1751 44% [=========================== ] 781/1751 44% [=========================== ] 782/1751 44% [=========================== ] 783/1751 44% [=========================== ] 784/1751 44% [=========================== ] 785/1751 44% [=========================== ] 786/1751 44% [=========================== ] 787/1751 44% [=========================== ] 788/1751 45% [=========================== ] 789/1751 45% [=========================== ] 790/1751 45% [============================ ] 791/1751 45% [============================ ] 792/1751 45% [============================ ] 793/1751 45% [============================ ] 794/1751 45% [============================ ] 795/1751 45% [============================ ] 796/1751 45% [============================ ] 797/1751 45% [============================ ] 798/1751 45% [============================ ] 799/1751 45% [============================ ] 800/1751 45% [============================ ] 801/1751 45% [============================ ] 802/1751 45% [============================ ] 803/1751 45% [============================ ] 804/1751 45% [============================ ] 805/1751 45% [============================ ] 806/1751 46% [============================ ] 807/1751 46% [============================ ] 808/1751 46% [============================ ] 809/1751 46% [============================ ] 810/1751 46% [============================ ] 811/1751 46% [============================ ] 812/1751 46% [============================ ] 813/1751 46% [============================ ] 814/1751 46% [============================ ] 815/1751 46% [============================ ] 816/1751 46% [============================ ] 817/1751 46% [============================ ] 818/1751 46% [============================ ] 819/1751 46% [============================= ] 820/1751 46% [============================= ] 821/1751 46% [============================= ] 822/1751 46% [============================= ] 823/1751 47% [============================= ] 824/1751 47% [============================= ] 825/1751 47% [============================= ] 826/1751 47% [============================= ] 827/1751 47% [============================= ] 828/1751 47% [============================= ] 829/1751 47% [============================= ] 830/1751 47% [============================= ] 831/1751 47% [============================= ] 832/1751 47% [============================= ] 833/1751 47% [============================= ] 834/1751 47% [============================= ] 835/1751 47% [============================= ] 836/1751 47% [============================= ] 837/1751 47% [============================= ] 838/1751 47% [============================= ] 839/1751 47% [============================= ] 840/1751 47% [============================= ] 841/1751 48% [============================= ] 842/1751 48% [============================= ] 843/1751 48% [============================= ] 844/1751 48% [============================= ] 845/1751 48% [============================= ] 846/1751 48% [============================= ] 847/1751 48% [============================== ] 848/1751 48% [============================== ] 849/1751 48% [============================== ] 850/1751 48% [============================== ] 851/1751 48% [============================== ] 852/1751 48% [============================== ] 853/1751 48% [============================== ] 854/1751 48% [============================== ] 855/1751 48% [============================== ] 856/1751 48% [============================== ] 857/1751 48% [============================== ] 858/1751 49% [============================== ] 859/1751 49% [============================== ] 860/1751 49% [============================== ] 861/1751 49% [============================== ] 862/1751 49% [============================== ] 863/1751 49% [============================== ] 864/1751 49% [============================== ] 865/1751 49% [============================== ] 866/1751 49% [============================== ] 867/1751 49% [============================== ] 868/1751 49% [============================== ] 869/1751 49% [============================== ] 870/1751 49% [============================== ] 871/1751 49% [============================== ] 872/1751 49% [============================== ] 873/1751 49% [============================== ] 874/1751 49% [============================== ] 875/1751 49% [=============================== ] 876/1751 50% [=============================== ] 877/1751 50% [=============================== ] 878/1751 50% [=============================== ] 879/1751 50% [=============================== ] 880/1751 50% [=============================== ] 881/1751 50% [=============================== ] 882/1751 50% [=============================== ] 883/1751 50% [=============================== ] 884/1751 50% [=============================== ] 885/1751 50% [=============================== ] 886/1751 50% [=============================== ] 887/1751 50% [=============================== ] 888/1751 50% [=============================== ] 889/1751 50% [=============================== ] 890/1751 50% [=============================== ] 891/1751 50% [=============================== ] 892/1751 50% [=============================== ] 893/1751 50% [=============================== ] 894/1751 51% [=============================== ] 895/1751 51% [=============================== ] 896/1751 51% [=============================== ] 897/1751 51% [=============================== ] 898/1751 51% [=============================== ] 899/1751 51% [=============================== ] 900/1751 51% [=============================== ] 901/1751 51% [=============================== ] 902/1751 51% [=============================== ] 903/1751 51% [================================ ] 904/1751 51% [================================ ] 905/1751 51% [================================ ] 906/1751 51% [================================ ] 907/1751 51% [================================ ] 908/1751 51% [================================ ] 909/1751 51% [================================ ] 910/1751 51% [================================ ] 911/1751 52% [================================ ] 912/1751 52% [================================ ] 913/1751 52% [================================ ] 914/1751 52% [================================ ] 915/1751 52% [================================ ] 916/1751 52% [================================ ] 917/1751 52% [================================ ] 918/1751 52% [================================ ] 919/1751 52% [================================ ] 920/1751 52% [================================ ] 921/1751 52% [================================ ] 922/1751 52% [================================ ] 923/1751 52% [================================ ] 924/1751 52% [================================ ] 925/1751 52% [================================ ] 926/1751 52% [================================ ] 927/1751 52% [================================ ] 928/1751 52% [================================ ] 929/1751 53% [================================ ] 930/1751 53% [================================ ] 931/1751 53% [================================= ] 932/1751 53% [================================= ] 933/1751 53% [================================= ] 934/1751 53% [================================= ] 935/1751 53% [================================= ] 936/1751 53% [================================= ] 937/1751 53% [================================= ] 938/1751 53% [================================= ] 939/1751 53% [================================= ] 940/1751 53% [================================= ] 941/1751 53% [================================= ] 942/1751 53% [================================= ] 943/1751 53% [================================= ] 944/1751 53% [================================= ] 945/1751 53% [================================= ] 946/1751 54% [================================= ] 947/1751 54% [================================= ] 948/1751 54% [================================= ] 949/1751 54% [================================= ] 950/1751 54% [================================= ] 951/1751 54% [================================= ] 952/1751 54% [================================= ] 953/1751 54% [================================= ] 954/1751 54% [================================= ] 955/1751 54% [================================= ] 956/1751 54% [================================= ] 957/1751 54% [================================= ] 958/1751 54% [================================= ] 959/1751 54% [================================= ] 960/1751 54% [================================== ] 961/1751 54% [================================== ] 962/1751 54% [================================== ] 963/1751 54% [================================== ] 964/1751 55% [================================== ] 965/1751 55% [================================== ] 966/1751 55% [================================== ] 967/1751 55% [================================== ] 968/1751 55% [================================== ] 969/1751 55% [================================== ] 970/1751 55% [================================== ] 971/1751 55% [================================== ] 972/1751 55% [================================== ] 973/1751 55% [================================== ] 974/1751 55% [================================== ] 975/1751 55% [================================== ] 976/1751 55% [================================== ] 977/1751 55% [================================== ] 978/1751 55% [================================== ] 979/1751 55% [================================== ] 980/1751 55% [================================== ] 981/1751 56% [================================== ] 982/1751 56% [================================== ] 983/1751 56% [================================== ] 984/1751 56% [================================== ] 985/1751 56% [================================== ] 986/1751 56% [================================== ] 987/1751 56% [================================== ] 988/1751 56% [=================================== ] 989/1751 56% [=================================== ] 990/1751 56% [=================================== ] 991/1751 56% [=================================== ] 992/1751 56% [=================================== ] 993/1751 56% [=================================== ] 994/1751 56% [=================================== ] 995/1751 56% [=================================== ] 996/1751 56% [=================================== ] 997/1751 56% [=================================== ] 998/1751 56% [=================================== ] 999/1751 57% [=================================== ] 1000/1751 57% [=================================== ] 1001/1751 57% [=================================== ] 1002/1751 57% [=================================== ] 1003/1751 57% [=================================== ] 1004/1751 57% [=================================== ] 1005/1751 57% [=================================== ] 1006/1751 57% [=================================== ] 1007/1751 57% [=================================== ] 1008/1751 57% [=================================== ] 1009/1751 57% [=================================== ] 1010/1751 57% [=================================== ] 1011/1751 57% [=================================== ] 1012/1751 57% [=================================== ] 1013/1751 57% [=================================== ] 1014/1751 57% [=================================== ] 1015/1751 57% [=================================== ] 1016/1751 58% [==================================== ] 1017/1751 58% [==================================== ] 1018/1751 58% [==================================== ] 1019/1751 58% [==================================== ] 1020/1751 58% [==================================== ] 1021/1751 58% [==================================== ] 1022/1751 58% [==================================== ] 1023/1751 58% [==================================== ] 1024/1751 58% [==================================== ] 1025/1751 58% [==================================== ] 1026/1751 58% [==================================== ] 1027/1751 58% [==================================== ] 1028/1751 58% [==================================== ] 1029/1751 58% [==================================== ] 1030/1751 58% [==================================== ] 1031/1751 58% [==================================== ] 1032/1751 58% [==================================== ] 1033/1751 58% [==================================== ] 1034/1751 59% [==================================== ] 1035/1751 59% [==================================== ] 1036/1751 59% [==================================== ] 1037/1751 59% [==================================== ] 1038/1751 59% [==================================== ] 1039/1751 59% [==================================== ] 1040/1751 59% [==================================== ] 1041/1751 59% [==================================== ] 1042/1751 59% [==================================== ] 1043/1751 59% [==================================== ] 1044/1751 59% [===================================== ] 1045/1751 59% [===================================== ] 1046/1751 59% [===================================== ] 1047/1751 59% [===================================== ] 1048/1751 59% [===================================== ] 1049/1751 59% [===================================== ] 1050/1751 59% [===================================== ] 1051/1751 60% [===================================== ] 1052/1751 60% [===================================== ] 1053/1751 60% [===================================== ] 1054/1751 60% [===================================== ] 1055/1751 60% [===================================== ] 1056/1751 60% [===================================== ] 1057/1751 60% [===================================== ] 1058/1751 60% [===================================== ] 1059/1751 60% [===================================== ] 1060/1751 60% [===================================== ] 1061/1751 60% [===================================== ] 1062/1751 60% [===================================== ] 1063/1751 60% [===================================== ] 1064/1751 60% [===================================== ] 1065/1751 60% [===================================== ] 1066/1751 60% [===================================== ] 1067/1751 60% [===================================== ] 1068/1751 60% [===================================== ] 1069/1751 61% [===================================== ] 1070/1751 61% [===================================== ] 1071/1751 61% [===================================== ] 1072/1751 61% [===================================== ] 1073/1751 61% [====================================== ] 1074/1751 61% [====================================== ] 1075/1751 61% [====================================== ] 1076/1751 61% [====================================== ] 1077/1751 61% [====================================== ] 1078/1751 61% [====================================== ] 1079/1751 61% [====================================== ] 1080/1751 61% [====================================== ] 1081/1751 61% [====================================== ] 1082/1751 61% [====================================== ] 1083/1751 61% [====================================== ] 1084/1751 61% [====================================== ] 1085/1751 61% [====================================== ] 1086/1751 62% [====================================== ] 1087/1751 62% [====================================== ] 1088/1751 62% [====================================== ] 1089/1751 62% [====================================== ] 1090/1751 62% [====================================== ] 1091/1751 62% [====================================== ] 1092/1751 62% [====================================== ] 1093/1751 62% [====================================== ] 1094/1751 62% [====================================== ] 1095/1751 62% [====================================== ] 1096/1751 62% [====================================== ] 1097/1751 62% [====================================== ] 1098/1751 62% [====================================== ] 1099/1751 62% [====================================== ] 1100/1751 62% [====================================== ] 1101/1751 62% [======================================= ] 1102/1751 62% [======================================= ] 1103/1751 62% [======================================= ] 1104/1751 63% [======================================= ] 1105/1751 63% [======================================= ] 1106/1751 63% [======================================= ] 1107/1751 63% [======================================= ] 1108/1751 63% [======================================= ] 1109/1751 63% [======================================= ] 1110/1751 63% [======================================= ] 1111/1751 63% [======================================= ] 1112/1751 63% [======================================= ] 1113/1751 63% [======================================= ] 1114/1751 63% [======================================= ] 1115/1751 63% [======================================= ] 1116/1751 63% [======================================= ] 1117/1751 63% [======================================= ] 1118/1751 63% [======================================= ] 1119/1751 63% [======================================= ] 1120/1751 63% [======================================= ] 1121/1751 64% [======================================= ] 1122/1751 64% [======================================= ] 1123/1751 64% [======================================= ] 1124/1751 64% [======================================= ] 1125/1751 64% [======================================= ] 1126/1751 64% [======================================= ] 1127/1751 64% [======================================= ] 1128/1751 64% [======================================= ] 1129/1751 64% [======================================== ] 1130/1751 64% [======================================== ] 1131/1751 64% [======================================== ] 1132/1751 64% [======================================== ] 1133/1751 64% [======================================== ] 1134/1751 64% [======================================== ] 1135/1751 64% [======================================== ] 1136/1751 64% [======================================== ] 1137/1751 64% [======================================== ] 1138/1751 64% [======================================== ] 1139/1751 65% [======================================== ] 1140/1751 65% [======================================== ] 1141/1751 65% [======================================== ] 1142/1751 65% [======================================== ] 1143/1751 65% [======================================== ] 1144/1751 65% [======================================== ] 1145/1751 65% [======================================== ] 1146/1751 65% [======================================== ] 1147/1751 65% [======================================== ] 1148/1751 65% [======================================== ] 1149/1751 65% [======================================== ] 1150/1751 65% [======================================== ] 1151/1751 65% [======================================== ] 1152/1751 65% [======================================== ] 1153/1751 65% [======================================== ] 1154/1751 65% [======================================== ] 1155/1751 65% [======================================== ] 1156/1751 66% [======================================== ] 1157/1751 66% [========================================= ] 1158/1751 66% [========================================= ] 1159/1751 66% [========================================= ] 1160/1751 66% [========================================= ] 1161/1751 66% [========================================= ] 1162/1751 66% [========================================= ] 1163/1751 66% [========================================= ] 1164/1751 66% [========================================= ] 1165/1751 66% [========================================= ] 1166/1751 66% [========================================= ] 1167/1751 66% [========================================= ] 1168/1751 66% [========================================= ] 1169/1751 66% [========================================= ] 1170/1751 66% [========================================= ] 1171/1751 66% [========================================= ] 1172/1751 66% [========================================= ] 1173/1751 66% [========================================= ] 1174/1751 67% [========================================= ] 1175/1751 67% [========================================= ] 1176/1751 67% [========================================= ] 1177/1751 67% [========================================= ] 1178/1751 67% [========================================= ] 1179/1751 67% [========================================= ] 1180/1751 67% [========================================= ] 1181/1751 67% [========================================= ] 1182/1751 67% [========================================= ] 1183/1751 67% [========================================= ] 1184/1751 67% [========================================= ] 1185/1751 67% [========================================= ] 1186/1751 67% [========================================== ] 1187/1751 67% [========================================== ] 1188/1751 67% [========================================== ] 1189/1751 67% [========================================== ] 1190/1751 67% [========================================== ] 1191/1751 68% [========================================== ] 1192/1751 68% [========================================== ] 1193/1751 68% [========================================== ] 1194/1751 68% [========================================== ] 1195/1751 68% [========================================== ] 1196/1751 68% [========================================== ] 1197/1751 68% [========================================== ] 1198/1751 68% [========================================== ] 1199/1751 68% [========================================== ] 1200/1751 68% [========================================== ] 1201/1751 68% [========================================== ] 1202/1751 68% [========================================== ] 1203/1751 68% [========================================== ] 1204/1751 68% [========================================== ] 1205/1751 68% [========================================== ] 1206/1751 68% [========================================== ] 1207/1751 68% [========================================== ] 1208/1751 68% [========================================== ] 1209/1751 69% [========================================== ] 1210/1751 69% [========================================== ] 1211/1751 69% [========================================== ] 1212/1751 69% [========================================== ] 1213/1751 69% [========================================== ] 1214/1751 69% [=========================================== ] 1215/1751 69% [=========================================== ] 1216/1751 69% [=========================================== ] 1217/1751 69% [=========================================== ] 1218/1751 69% [=========================================== ] 1219/1751 69% [=========================================== ] 1220/1751 69% [=========================================== ] 1221/1751 69% [=========================================== ] 1222/1751 69% [=========================================== ] 1223/1751 69% [=========================================== ] 1224/1751 69% [=========================================== ] 1225/1751 69% [=========================================== ] 1226/1751 70% [=========================================== ] 1227/1751 70% [=========================================== ] 1228/1751 70% [=========================================== ] 1229/1751 70% [=========================================== ] 1230/1751 70% [=========================================== ] 1231/1751 70% [=========================================== ] 1232/1751 70% [=========================================== ] 1233/1751 70% [=========================================== ] 1234/1751 70% [=========================================== ] 1235/1751 70% [=========================================== ] 1236/1751 70% [=========================================== ] 1237/1751 70% [=========================================== ] 1238/1751 70% [=========================================== ] 1239/1751 70% [=========================================== ] 1240/1751 70% [=========================================== ] 1241/1751 70% [=========================================== ] 1242/1751 70% [============================================ ] 1243/1751 70% [============================================ ] 1244/1751 71% [============================================ ] 1245/1751 71% [============================================ ] 1246/1751 71% [============================================ ] 1247/1751 71% [============================================ ] 1248/1751 71% [============================================ ] 1249/1751 71% [============================================ ] 1250/1751 71% [============================================ ] 1251/1751 71% [============================================ ] 1252/1751 71% [============================================ ] 1253/1751 71% [============================================ ] 1254/1751 71% [============================================ ] 1255/1751 71% [============================================ ] 1256/1751 71% [============================================ ] 1257/1751 71% [============================================ ] 1258/1751 71% [============================================ ] 1259/1751 71% [============================================ ] 1260/1751 71% [============================================ ] 1261/1751 72% [============================================ ] 1262/1751 72% [============================================ ] 1263/1751 72% [============================================ ] 1264/1751 72% [============================================ ] 1265/1751 72% [============================================ ] 1266/1751 72% [============================================ ] 1267/1751 72% [============================================ ] 1268/1751 72% [============================================ ] 1269/1751 72% [============================================ ] 1270/1751 72% [============================================= ] 1271/1751 72% [============================================= ] 1272/1751 72% [============================================= ] 1273/1751 72% [============================================= ] 1274/1751 72% [============================================= ] 1275/1751 72% [============================================= ] 1276/1751 72% [============================================= ] 1277/1751 72% [============================================= ] 1278/1751 72% [============================================= ] 1279/1751 73% [============================================= ] 1280/1751 73% [============================================= ] 1281/1751 73% [============================================= ] 1282/1751 73% [============================================= ] 1283/1751 73% [============================================= ] 1284/1751 73% [============================================= ] 1285/1751 73% [============================================= ] 1286/1751 73% [============================================= ] 1287/1751 73% [============================================= ] 1288/1751 73% [============================================= ] 1289/1751 73% [============================================= ] 1290/1751 73% [============================================= ] 1291/1751 73% [============================================= ] 1292/1751 73% [============================================= ] 1293/1751 73% [============================================= ] 1294/1751 73% [============================================= ] 1295/1751 73% [============================================= ] 1296/1751 74% [============================================= ] 1297/1751 74% [============================================= ] 1298/1751 74% [============================================= ] 1299/1751 74% [============================================== ] 1300/1751 74% [============================================== ] 1301/1751 74% [============================================== ] 1302/1751 74% [============================================== ] 1303/1751 74% [============================================== ] 1304/1751 74% [============================================== ] 1305/1751 74% [============================================== ] 1306/1751 74% [============================================== ] 1307/1751 74% [============================================== ] 1308/1751 74% [============================================== ] 1309/1751 74% [============================================== ] 1310/1751 74% [============================================== ] 1311/1751 74% [============================================== ] 1312/1751 74% [============================================== ] 1313/1751 74% [============================================== ] 1314/1751 75% [============================================== ] 1315/1751 75% [============================================== ] 1316/1751 75% [============================================== ] 1317/1751 75% [============================================== ] 1318/1751 75% [============================================== ] 1319/1751 75% [============================================== ] 1320/1751 75% [============================================== ] 1321/1751 75% [============================================== ] 1322/1751 75% [============================================== ] 1323/1751 75% [============================================== ] 1324/1751 75% [============================================== ] 1325/1751 75% [============================================== ] 1326/1751 75% [============================================== ] 1327/1751 75% [=============================================== ] 1328/1751 75% [=============================================== ] 1329/1751 75% [=============================================== ] 1330/1751 75% [=============================================== ] 1331/1751 76% [=============================================== ] 1332/1751 76% [=============================================== ] 1333/1751 76% [=============================================== ] 1334/1751 76% [=============================================== ] 1335/1751 76% [=============================================== ] 1336/1751 76% [=============================================== ] 1337/1751 76% [=============================================== ] 1338/1751 76% [=============================================== ] 1339/1751 76% [=============================================== ] 1340/1751 76% [=============================================== ] 1341/1751 76% [=============================================== ] 1342/1751 76% [=============================================== ] 1343/1751 76% [=============================================== ] 1344/1751 76% [=============================================== ] 1345/1751 76% [=============================================== ] 1346/1751 76% [=============================================== ] 1347/1751 76% [=============================================== ] 1348/1751 76% [=============================================== ] 1349/1751 77% [=============================================== ] 1350/1751 77% [=============================================== ] 1351/1751 77% [=============================================== ] 1352/1751 77% [=============================================== ] 1353/1751 77% [=============================================== ] 1354/1751 77% [=============================================== ] 1355/1751 77% [================================================ ] 1356/1751 77% [================================================ ] 1357/1751 77% [================================================ ] 1358/1751 77% [================================================ ] 1359/1751 77% [================================================ ] 1360/1751 77% [================================================ ] 1361/1751 77% [================================================ ] 1362/1751 77% [================================================ ] 1363/1751 77% [================================================ ] 1364/1751 77% [================================================ ] 1365/1751 77% [================================================ ] 1366/1751 78% [================================================ ] 1367/1751 78% [================================================ ] 1368/1751 78% [================================================ ] 1369/1751 78% [================================================ ] 1370/1751 78% [================================================ ] 1371/1751 78% [================================================ ] 1372/1751 78% [================================================ ] 1373/1751 78% [================================================ ] 1374/1751 78% [================================================ ] 1375/1751 78% [================================================ ] 1376/1751 78% [================================================ ] 1377/1751 78% [================================================ ] 1378/1751 78% [================================================ ] 1379/1751 78% [================================================ ] 1380/1751 78% [================================================ ] 1381/1751 78% [================================================ ] 1382/1751 78% [================================================ ] 1383/1751 78% [================================================= ] 1384/1751 79% [================================================= ] 1385/1751 79% [================================================= ] 1386/1751 79% [================================================= ] 1387/1751 79% [================================================= ] 1388/1751 79% [================================================= ] 1389/1751 79% [================================================= ] 1390/1751 79% [================================================= ] 1391/1751 79% [================================================= ] 1392/1751 79% [================================================= ] 1393/1751 79% [================================================= ] 1394/1751 79% [================================================= ] 1395/1751 79% [================================================= ] 1396/1751 79% [================================================= ] 1397/1751 79% [================================================= ] 1398/1751 79% [================================================= ] 1399/1751 79% [================================================= ] 1400/1751 79% [================================================= ] 1401/1751 80% [================================================= ] 1402/1751 80% [================================================= ] 1403/1751 80% [================================================= ] 1404/1751 80% [================================================= ] 1405/1751 80% [================================================= ] 1406/1751 80% [================================================= ] 1407/1751 80% [================================================= ] 1408/1751 80% [================================================= ] 1409/1751 80% [================================================= ] 1410/1751 80% [================================================= ] 1411/1751 80% [================================================= ] 1412/1751 80% [================================================== ] 1413/1751 80% [================================================== ] 1414/1751 80% [================================================== ] 1415/1751 80% [================================================== ] 1416/1751 80% [================================================== ] 1417/1751 80% [================================================== ] 1418/1751 80% [================================================== ] 1419/1751 81% [================================================== ] 1420/1751 81% [================================================== ] 1421/1751 81% [================================================== ] 1422/1751 81% [================================================== ] 1423/1751 81% [================================================== ] 1424/1751 81% [================================================== ] 1425/1751 81% [================================================== ] 1426/1751 81% [================================================== ] 1427/1751 81% [================================================== ] 1428/1751 81% [================================================== ] 1429/1751 81% [================================================== ] 1430/1751 81% [================================================== ] 1431/1751 81% [================================================== ] 1432/1751 81% [================================================== ] 1433/1751 81% [================================================== ] 1434/1751 81% [================================================== ] 1435/1751 81% [================================================== ] 1436/1751 82% [================================================== ] 1437/1751 82% [================================================== ] 1438/1751 82% [================================================== ] 1439/1751 82% [================================================== ] 1440/1751 82% [=================================================== ] 1441/1751 82% [=================================================== ] 1442/1751 82% [=================================================== ] 1443/1751 82% [=================================================== ] 1444/1751 82% [=================================================== ] 1445/1751 82% [=================================================== ] 1446/1751 82% [=================================================== ] 1447/1751 82% [=================================================== ] 1448/1751 82% [=================================================== ] 1449/1751 82% [=================================================== ] 1450/1751 82% [=================================================== ] 1451/1751 82% [=================================================== ] 1452/1751 82% [=================================================== ] 1453/1751 82% [=================================================== ] 1454/1751 83% [=================================================== ] 1455/1751 83% [=================================================== ] 1456/1751 83% [=================================================== ] 1457/1751 83% [=================================================== ] 1458/1751 83% [=================================================== ] 1459/1751 83% [=================================================== ] 1460/1751 83% [=================================================== ] 1461/1751 83% [=================================================== ] 1462/1751 83% [=================================================== ] 1463/1751 83% [=================================================== ] 1464/1751 83% [=================================================== ] 1465/1751 83% [=================================================== ] 1466/1751 83% [=================================================== ] 1467/1751 83% [=================================================== ] 1468/1751 83% [==================================================== ] 1469/1751 83% [==================================================== ] 1470/1751 83% [==================================================== ] 1471/1751 84% [==================================================== ] 1472/1751 84% [==================================================== ] 1473/1751 84% [==================================================== ] 1474/1751 84% [==================================================== ] 1475/1751 84% [==================================================== ] 1476/1751 84% [==================================================== ] 1477/1751 84% [==================================================== ] 1478/1751 84% [==================================================== ] 1479/1751 84% [==================================================== ] 1480/1751 84% [==================================================== ] 1481/1751 84% [==================================================== ] 1482/1751 84% [==================================================== ] 1483/1751 84% [==================================================== ] 1484/1751 84% [==================================================== ] 1485/1751 84% [==================================================== ] 1486/1751 84% [==================================================== ] 1487/1751 84% [==================================================== ] 1488/1751 84% [==================================================== ] 1489/1751 85% [==================================================== ] 1490/1751 85% [==================================================== ] 1491/1751 85% [==================================================== ] 1492/1751 85% [==================================================== ] 1493/1751 85% [==================================================== ] 1494/1751 85% [==================================================== ] 1495/1751 85% [==================================================== ] 1496/1751 85% [===================================================== ] 1497/1751 85% [===================================================== ] 1498/1751 85% [===================================================== ] 1499/1751 85% [===================================================== ] 1500/1751 85% [===================================================== ] 1501/1751 85% [===================================================== ] 1502/1751 85% [===================================================== ] 1503/1751 85% [===================================================== ] 1504/1751 85% [===================================================== ] 1505/1751 85% [===================================================== ] 1506/1751 86% [===================================================== ] 1507/1751 86% [===================================================== ] 1508/1751 86% [===================================================== ] 1509/1751 86% [===================================================== ] 1510/1751 86% [===================================================== ] 1511/1751 86% [===================================================== ] 1512/1751 86% [===================================================== ] 1513/1751 86% [===================================================== ] 1514/1751 86% [===================================================== ] 1515/1751 86% [===================================================== ] 1516/1751 86% [===================================================== ] 1517/1751 86% [===================================================== ] 1518/1751 86% [===================================================== ] 1519/1751 86% [===================================================== ] 1520/1751 86% [===================================================== ] 1521/1751 86% [===================================================== ] 1522/1751 86% [===================================================== ] 1523/1751 86% [===================================================== ] 1524/1751 87% [===================================================== ] 1525/1751 87% [====================================================== ] 1526/1751 87% [====================================================== ] 1527/1751 87% [====================================================== ] 1528/1751 87% [====================================================== ] 1529/1751 87% [====================================================== ] 1530/1751 87% [====================================================== ] 1531/1751 87% [====================================================== ] 1532/1751 87% [====================================================== ] 1533/1751 87% [====================================================== ] 1534/1751 87% [====================================================== ] 1535/1751 87% [====================================================== ] 1536/1751 87% [====================================================== ] 1537/1751 87% [====================================================== ] 1538/1751 87% [====================================================== ] 1539/1751 87% [====================================================== ] 1540/1751 87% [====================================================== ] 1541/1751 88% [====================================================== ] 1542/1751 88% [====================================================== ] 1543/1751 88% [====================================================== ] 1544/1751 88% [====================================================== ] 1545/1751 88% [====================================================== ] 1546/1751 88% [====================================================== ] 1547/1751 88% [====================================================== ] 1548/1751 88% [====================================================== ] 1549/1751 88% [====================================================== ] 1550/1751 88% [====================================================== ] 1551/1751 88% [====================================================== ] 1552/1751 88% [====================================================== ] 1553/1751 88% [======================================================= ] 1554/1751 88% [======================================================= ] 1555/1751 88% [======================================================= ] 1556/1751 88% [======================================================= ] 1557/1751 88% [======================================================= ] 1558/1751 88% [======================================================= ] 1559/1751 89% [======================================================= ] 1560/1751 89% [======================================================= ] 1561/1751 89% [======================================================= ] 1562/1751 89% [======================================================= ] 1563/1751 89% [======================================================= ] 1564/1751 89% [======================================================= ] 1565/1751 89% [======================================================= ] 1566/1751 89% [======================================================= ] 1567/1751 89% [======================================================= ] 1568/1751 89% [======================================================= ] 1569/1751 89% [======================================================= ] 1570/1751 89% [======================================================= ] 1571/1751 89% [======================================================= ] 1572/1751 89% [======================================================= ] 1573/1751 89% [======================================================= ] 1574/1751 89% [======================================================= ] 1575/1751 89% [======================================================= ] 1576/1751 90% [======================================================= ] 1577/1751 90% [======================================================= ] 1578/1751 90% [======================================================= ] 1579/1751 90% [======================================================= ] 1580/1751 90% [======================================================= ] 1581/1751 90% [======================================================== ] 1582/1751 90% [======================================================== ] 1583/1751 90% [======================================================== ] 1584/1751 90% [======================================================== ] 1585/1751 90% [======================================================== ] 1586/1751 90% [======================================================== ] 1587/1751 90% [======================================================== ] 1588/1751 90% [======================================================== ] 1589/1751 90% [======================================================== ] 1590/1751 90% [======================================================== ] 1591/1751 90% [======================================================== ] 1592/1751 90% [======================================================== ] 1593/1751 90% [======================================================== ] 1594/1751 91% [======================================================== ] 1595/1751 91% [======================================================== ] 1596/1751 91% [======================================================== ] 1597/1751 91% [======================================================== ] 1598/1751 91% [======================================================== ] 1599/1751 91% [======================================================== ] 1600/1751 91% [======================================================== ] 1601/1751 91% [======================================================== ] 1602/1751 91% [======================================================== ] 1603/1751 91% [======================================================== ] 1604/1751 91% [======================================================== ] 1605/1751 91% [======================================================== ] 1606/1751 91% [======================================================== ] 1607/1751 91% [======================================================== ] 1608/1751 91% [======================================================== ] 1609/1751 91% [========================================================= ] 1610/1751 91% [========================================================= ] 1611/1751 92% [========================================================= ] 1612/1751 92% [========================================================= ] 1613/1751 92% [========================================================= ] 1614/1751 92% [========================================================= ] 1615/1751 92% [========================================================= ] 1616/1751 92% [========================================================= ] 1617/1751 92% [========================================================= ] 1618/1751 92% [========================================================= ] 1619/1751 92% [========================================================= ] 1620/1751 92% [========================================================= ] 1621/1751 92% [========================================================= ] 1622/1751 92% [========================================================= ] 1623/1751 92% [========================================================= ] 1624/1751 92% [========================================================= ] 1625/1751 92% [========================================================= ] 1626/1751 92% [========================================================= ] 1627/1751 92% [========================================================= ] 1628/1751 92% [========================================================= ] 1629/1751 93% [========================================================= ] 1630/1751 93% [========================================================= ] 1631/1751 93% [========================================================= ] 1632/1751 93% [========================================================= ] 1633/1751 93% [========================================================= ] 1634/1751 93% [========================================================= ] 1635/1751 93% [========================================================= ] 1636/1751 93% [========================================================= ] 1637/1751 93% [========================================================= ] 1638/1751 93% [========================================================== ] 1639/1751 93% [========================================================== ] 1640/1751 93% [========================================================== ] 1641/1751 93% [========================================================== ] 1642/1751 93% [========================================================== ] 1643/1751 93% [========================================================== ] 1644/1751 93% [========================================================== ] 1645/1751 93% [========================================================== ] 1646/1751 94% [========================================================== ] 1647/1751 94% [========================================================== ] 1648/1751 94% [========================================================== ] 1649/1751 94% [========================================================== ] 1650/1751 94% [========================================================== ] 1651/1751 94% [========================================================== ] 1652/1751 94% [========================================================== ] 1653/1751 94% [========================================================== ] 1654/1751 94% [========================================================== ] 1655/1751 94% [========================================================== ] 1656/1751 94% [========================================================== ] 1657/1751 94% [========================================================== ] 1658/1751 94% [========================================================== ] 1659/1751 94% [========================================================== ] 1660/1751 94% [========================================================== ] 1661/1751 94% [========================================================== ] 1662/1751 94% [========================================================== ] 1663/1751 94% [========================================================== ] 1664/1751 95% [========================================================== ] 1665/1751 95% [========================================================== ] 1666/1751 95% [=========================================================== ] 1667/1751 95% [=========================================================== ] 1668/1751 95% [=========================================================== ] 1669/1751 95% [=========================================================== ] 1670/1751 95% [=========================================================== ] 1671/1751 95% [=========================================================== ] 1672/1751 95% [=========================================================== ] 1673/1751 95% [=========================================================== ] 1674/1751 95% [=========================================================== ] 1675/1751 95% [=========================================================== ] 1676/1751 95% [=========================================================== ] 1677/1751 95% [=========================================================== ] 1678/1751 95% [=========================================================== ] 1679/1751 95% [=========================================================== ] 1680/1751 95% [=========================================================== ] 1681/1751 96% [=========================================================== ] 1682/1751 96% [=========================================================== ] 1683/1751 96% [=========================================================== ] 1684/1751 96% [=========================================================== ] 1685/1751 96% [=========================================================== ] 1686/1751 96% [=========================================================== ] 1687/1751 96% [=========================================================== ] 1688/1751 96% [=========================================================== ] 1689/1751 96% [=========================================================== ] 1690/1751 96% [=========================================================== ] 1691/1751 96% [=========================================================== ] 1692/1751 96% [=========================================================== ] 1693/1751 96% [=========================================================== ] 1694/1751 96% [============================================================ ] 1695/1751 96% [============================================================ ] 1696/1751 96% [============================================================ ] 1697/1751 96% [============================================================ ] 1698/1751 96% [============================================================ ] 1699/1751 97% [============================================================ ] 1700/1751 97% [============================================================ ] 1701/1751 97% [============================================================ ] 1702/1751 97% [============================================================ ] 1703/1751 97% [============================================================ ] 1704/1751 97% [============================================================ ] 1705/1751 97% [============================================================ ] 1706/1751 97% [============================================================ ] 1707/1751 97% [============================================================ ] 1708/1751 97% [============================================================ ] 1709/1751 97% [============================================================ ] 1710/1751 97% [============================================================ ] 1711/1751 97% [============================================================ ] 1712/1751 97% [============================================================ ] 1713/1751 97% [============================================================ ] 1714/1751 97% [============================================================ ] 1715/1751 97% [============================================================ ] 1716/1751 98% [============================================================ ] 1717/1751 98% [============================================================ ] 1718/1751 98% [============================================================ ] 1719/1751 98% [============================================================ ] 1720/1751 98% [============================================================ ] 1721/1751 98% [============================================================ ] 1722/1751 98% [============================================================= ] 1723/1751 98% [============================================================= ] 1724/1751 98% [============================================================= ] 1725/1751 98% [============================================================= ] 1726/1751 98% [============================================================= ] 1727/1751 98% [============================================================= ] 1728/1751 98% [============================================================= ] 1729/1751 98% [============================================================= ] 1730/1751 98% [============================================================= ] 1731/1751 98% [============================================================= ] 1732/1751 98% [============================================================= ] 1733/1751 98% [============================================================= ] 1734/1751 99% [============================================================= ] 1735/1751 99% [============================================================= ] 1736/1751 99% [============================================================= ] 1737/1751 99% [============================================================= ] 1738/1751 99% [============================================================= ] 1739/1751 99% [============================================================= ] 1740/1751 99% [============================================================= ] 1741/1751 99% [============================================================= ] 1742/1751 99% [============================================================= ] 1743/1751 99% [============================================================= ] 1744/1751 99% [============================================================= ] 1745/1751 99% [============================================================= ] 1746/1751 99% [============================================================= ] 1747/1751 99% [============================================================= ] 1748/1751 99% [============================================================= ] 1749/1751 99% [============================================================= ] 1750/1751 99% [==============================================================] 1751/1751 100% operation complete, 1751 objects in 55059 NAND pages. ln -snf /home/autobuild/autobuild/instance-8/output-1/host/powerpc64le-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-8/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-8/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-8/buildroot' >>> Buildroot 2023.05-267-g683b3e93eb Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-fakedate Collecting legal info >>> host-skeleton Collecting legal info >>> host-gcc-final 11.4.0 Collecting legal info >>> glibc 2.37-2-g9f8513dc64119a424b312db97cef5d87d376defa Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.4.0 Collecting legal info >>> host-binutils 2.39 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 5.10.162-cip24 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> host-abootimg 1ebeb393252ab5aeed62e34bc439b6728444f06e Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> angularjs 1.8.2 Collecting legal info angular.js: OK (sha256: 237656fae6e39d02cd71cbcfbf91b7964eba5796aafca1bfcfff3b054ce3fed6) >>> apg 2.3.0b Collecting legal info COPYING: OK (sha256: 5d0c892ea452c3828f1e311637cde4e3a04eb6431554308b3fcdac8c1b330168) >>> attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> babeld 1.9.2 Collecting legal info LICENCE: OK (sha256: b415c41292cedef6c97b243609e50552887c29343566c639f23282d31efd2afd) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> host-bootgen xilinx_v2023.1 Collecting legal info LICENSE: OK (sha256: 4da5f5eff0592e5d275f1871faf9e9a4fc0f6346027bfb777fa59d0aa6a59aa3) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1u Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> bridge-utils 1.7.1 Collecting legal info COPYING: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> 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) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> dcron 1ba33c3325df48de46263276a43ed76cf9d81518 Collecting legal info COPYING: OK (sha256: 640d90f6ee401241ff62834d0d1b33f83049e99b8bfdfa04ed1b0a1635dde3e7) >>> start-stop-daemon 1.20.7.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> 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) >>> watchdog 5.16 Collecting legal info COPYING: OK (sha256: af7f3f94e85080204b37f7c53717a2c94c6b54d7fa516ebd74e008cb4c0391bd) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> catatonit 0.1.7 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> cukinia 0.6.0 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) LICENSE.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-dbus-python 1.2.18 Collecting legal info COPYING: OK (sha256: 1e4562245383fdb5203b1769789e5b28bba21af4923aea7e8b2614f7f93623c0) dbus-gmain/COPYING: OK (sha256: 064523e3ab64d6f03904132b2cc4a1bd8500586edb4cd050c2ff2b96aed4c33b) >>> host-dbus 1.12.28 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-meson 1.1.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 68.0.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.4 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-python-pypa-build 0.10.0 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.1 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-dos2unix 7.5.0 Collecting legal info COPYING.txt: OK (sha256: 6009a35c7aaee9888fd4844972c37b84bce22e7407893727c70f4f3560ae3eac) >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> fbv 1.0b Collecting legal info COPYING: OK (sha256: bf21d97bafcaacb5d6bc3d5502030c340f0e0593614078ab017af91e950083af) >>> fftw-single 3.3.10 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> ficl 4.1.0 Collecting legal info ReadMe.txt: OK (sha256: 1d1dd1f1cde52e8b607c5ccb6a2e5de878fd1719b8c5a4d31b9cdb343c203d0d) >>> flashbench 2e30b1968a66147412f21002ea844122a0d5e2f0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fmtools 2.0.7 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> fontconfig 2.14.2 Collecting legal info COPYING: OK (sha256: 51a51aa9823704fd90bccc616cdd17ebabb5b2b3e9cbde886ca02c7002288067) >>> freetype 2.13.1 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ftop 1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-genimage 16 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) >>> gettext Collecting legal info >>> gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libcurl 8.1.2 Collecting legal info COPYING: OK (sha256: b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524) >>> openssl Collecting legal info >>> libopenssl 1.1.1u Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> inih 56 Collecting legal info LICENSE.txt: OK (sha256: 9ae3b39e83e9158e44b67733baa3bb2d84e80efdcfb14a5820210a42c7abdf7f) >>> initscripts Collecting legal info >>> host-kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libbroadvoice f65b0f50c8c767229fbf1758370880abc0d78564 Collecting legal info COPYING: OK (sha256: 2550586c993ce4a8c23c8b11968ea36192116a896a2504799cc65307d769c094) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libfribidi 1.0.12 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) >>> libgta 1.2.1 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> xz 5.4.3 Collecting legal info COPYING: OK (sha256: 72d7ef9c98be319fd34ce88b45203b36d5936f9c49e82bf3198ffee5e0c7d87e) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmodbus 3.1.10 Collecting legal info COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libqrencode 4.1.1 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> librsync 2.3.2 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> libsilk 4268a02240c35c6055b0f237c46b09b2dcf79e45 Collecting legal info COPYING: OK (sha256: 62a5963f034024665641f4a9888b208f1e39aa7e29e87c9634fdcf07d3073baf) >>> libsndfile 1.2.0 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libxcrypt 4.4.29 Collecting legal info LICENSING: OK (sha256: f9b48b0bc67a92b752780710aa774cf08b62ec2ebaa3f4aebd00069fba6effd2) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> linux-firmware 20221214 Collecting legal info LICENCE.Marvell: OK (sha256: 2d6062d63b91eb750bf741498691604f75184b9fee97608ec537cd09bd6a42b4) LICENCE.atheros_firmware: OK (sha256: 802b7014b26c606cf6248ae8b0ab1ce6d2d1b0db236d38dd269e676cd70710f2) LICENCE.moxa: OK (sha256: 59ae206c89108905ebdc9ad4c9336526bd2c0d50fbf988c21e8c2a82719d42a4) LICENCE.ralink_a_mediatek_company_firmware: OK (sha256: 8568352b57f3574f9d5b2753cdb7c6e5eb2b79e82fbb9c9ba6566947467ef508) LICENCE.rtlwifi_firmware.txt: OK (sha256: a61351665b4f264f6c631364f85b907d8f8f41f8b369533ef4021765f9f3b62e) LICENCE.ti-connectivity: OK (sha256: 106bef96470001e877fcf7ba0337fa6766a317650eb47fcaeb743eeebd62c4ff) LICENCE.xc4000: OK (sha256: 8ea9f4aee5f53ad877041ff089e8c95d34d615ce19a3111e5e1ea70d990ed7ff) LICENCE.xc5000: OK (sha256: 30ec8a66503dc73f83937564ae70ca23aa03259e64727ff4195b5b6f695e782f) LICENCE.xc5000c: OK (sha256: f8822049f32fef2e90a197bd8cf259f476db75d549456bdca8567616a9c07ace) LICENSE.dib0700: OK (sha256: 630fd46c95d3ac6544590c2265ba7348fbc930fb386261a1c04dcd9f403645b8) LICENSE.qcom: OK (sha256: be904cd28cb292b80cdb6cf412ab0d9159d431671e987ad433c1f62e0988a9bc) WHENCE: OK (sha256: 744babd4eae138ccfb5bd343b1589912b9839274f8a794af0b6c9b451df73579) qcom/NOTICE.txt: OK (sha256: fa43e1b9a13b341a07adca9dbe73d0f9072d7966fdfe811c01f0dd2872d7309a) >>> lldpd 1.0.15 Collecting legal info LICENSE: OK (sha256: 0e96a5aea65f16e2239231ce4ab90497f8bc3bb8fe6abe9299aade4726ff7c8d) >>> lua 5.4.6 Collecting legal info doc/readme.html: OK (sha256: 8f1bff27c5b0585ab679dbe4e37e75a1014af0f79732f42a79f86728321a0c6d) >>> luainterpreter Collecting legal info >>> lynx 2.8.9rel.1 Collecting legal info COPYING: OK (sha256: 8406a30ff3134ec23cf752d1ceda92ddaabbe41b4f2dc07ea3cfa139de12d6d6) >>> lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzma-alone 9.22 Collecting legal info lzma.txt: OK (sha256: 65cd2f7b76266889cbdcec55ab8ce6e845beabb5f450d58287439b25666e3b6a) >>> madplay 0.15.2b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 915bfd70548f31d11f9b4ffb21f343d1196af96c79d6aaac5663ea46c39dd3a3) >>> minimodem 0.24 Collecting legal info COPYING: OK (sha256: c298178753129680ef6d3112f0f8b61acc405c86c1997dfe59735257988f8b33) >>> most 5.2.0 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) COPYRIGHT: OK (sha256: 3d8f860532c9f202db9300375fb29a1e7b32f538c6033e7013266ad55317fc3e) >>> slang 2.3.3 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> mpg123 1.31.3 Collecting legal info COPYING: OK (sha256: c22482728a634a8dfdb4ff72a96d4c1ed64cd8f3e79335c401751ac591609366) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> msmtp 1.8.22 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> murata-cyw-fw 8d87950bfad28c65926695b7357bd8995b60016a Collecting legal info LICENCE.cypress: OK (sha256: 3a892759b73e8b459f1a750954b316118b0061fd9d1868d11fa258c104ee7e0c) >>> ngircd 26.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> noip 2.1.9 Collecting legal info COPYING: OK (sha256: 5aaf7e9e1790c6e372b6c5dec8c6c4b60504414a8c56f64c3071d281d3c251fa) >>> host-pahole 1.25 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> 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.4.3 Collecting legal info COPYING: OK (sha256: 72d7ef9c98be319fd34ce88b45203b36d5936f9c49e82bf3198ffee5e0c7d87e) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libbpf 1.1.0 Collecting legal info LICENSE: OK (sha256: 847f4addbd56e2d5be20c4ea0845e972672fc07b755fadaae5f7abd35d71e349) LICENSE.BSD-2-Clause: OK (sha256: e1638b9a0c68ca90fad3df1d6b4e430804d2fbdc15e58d02cffddfae38953bbf) LICENSE.LGPL-2.1: OK (sha256: 0b9a4febcdee6de55872501d5c1a8f5d8b0d1650cd4d5351995ceb22e889f8ca) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> picocom 3.1 Collecting legal info LICENSE.txt: OK (sha256: 9273c6b2c55be95f0f0df292d87e8900e5bfdf5b510a6ea09e80306cf45c10f6) >>> prboom 2.5.0 Collecting legal info COPYING: OK (sha256: 1cba07ce0f6d1366d84b7cc62b76966ba79075e5f379c1e230c3ff0635fa789f) >>> sdl_mixer d1725fcb7c4e987aeb7ecdc94cb8b6375b702170 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> sdl_net 620b0ba7dd84a0fdbd4cc8ef1b2be1cc10f90ae3 Collecting legal info COPYING: OK (sha256: e542f822a6cd82deccf82cf0f50192917b0158d725a6bc6348ab1ccdd890ecbe) >>> procrank_linux 21c30ab4514a5b15ac6e813e21bee0d3d714cb08 Collecting legal info NOTICE: OK (sha256: 38751245389e1e23f73e6f5384b5cbe7fa972cc4410c5adc9c04b082a0b9561a) >>> host-pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> host-python-iniparse 0.5 Collecting legal info LICENSE-PSF: OK (sha256: 9b02e3dfe433ccd2bd94636ef6eb08638b5a54deafe5f87a3d9d9104356c48e0) LICENSE: OK (sha256: ff45637d8a96adc414179e502fbed40160e57205bf2e302140e79a0c71eceaa7) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> host-python-xlrd 2.0.1 Collecting legal info LICENSE: OK (sha256: b5a5dbce60265e305a815a6cb83ed07f24519d8ba644f2a307994488bced8815) >>> radvd 2.19 Collecting legal info COPYRIGHT: OK (sha256: 40a6db00cf0b97f031eaa6c6e87157788f40ced1b88e3ea6d78779bd2a39dc80) >>> rtl8192eu 865656c3a1d1aee8c4ba459ce7608756d17c712f Collecting legal info >>> linux 5.10.162-cip24 Collecting legal info >>> host-uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> rtl8812au-aircrack-ng 35308f4dd73e77fa572c48867cce737449dd8548 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> rtl_433 22.11 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> rtty 8.1.0 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> host-rust-bin 1.70.0 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> s6-dns 2.3.5.4 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> s6-rc 0.5.3.2 Collecting legal info COPYING: OK (sha256: 1898df1e8703bd9c1350d2ec3397880b9b4c1451038a9ce5e1c4b2e58622da39) >>> s6 2.11.1.2 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> host-sentry-cli 2.8.0 Collecting legal info LICENSE: OK (sha256: 9503def7b54ceb6e3cd182fd59bc05d3a30d7eae481e65aaba4b495133c83c14) >>> host-rustc Collecting legal info >>> spawn-fcgi 1.6.4 Collecting legal info COPYING: OK (sha256: 5c98cad2fbaf5c5e2562bcbab401a7c557c1bb1bac9914ecc63730925052fb13) >>> spice-protocol 0.14.4 Collecting legal info COPYING: OK (sha256: eb55ea746be694c449224c7ddce6340648b075fd377281712a19094e7fb7ef92) >>> sudo 1.9.13p3 Collecting legal info LICENSE.md: OK (sha256: ea33b3971e8e4d9657cd6794a952aaa71b22bd16745f1645455b6ead010e0a28) >>> tio 1.47 Collecting legal info LICENSE: OK (sha256: 9248dee77ee136321f24556a96e07ff8f90461013941884a9defd0ac825ef131) >>> uemacs 1cdcf9df88144049750116e36fe20c8c39fa2517 Collecting legal info README: OK (sha256: 6e2a4cf41ec8d4379c154923349733bc0d3935c6fa72c4337cf1bc137b98b90a) >>> ux500-firmware 1.1.3-6 Collecting legal info license.txt: OK (sha256: b5bbc3fb3ff2f8e165b3bf60b25702d8970b3d7fe88b1c883f20615d550a7cb2) >>> vorbis-tools 1.4.2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> webp 1.2.4 Collecting legal info COPYING: OK (sha256: 5aec868f669e384a22372a4e8a1a6cd7d44c64cd451f960ca69cc170d1e13acf) >>> host-xorriso 1.5.4.pl02 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYRIGHT: OK (sha256: 72e99e72cd68f226415e5d898f3b38e24ae7991ed038ed72d789fff5b060f028) >>> xutil_util-macros 1.20.0 Collecting legal info COPYING: OK (sha256: 7db0516389152a90c20ea910e8839d10204ebc25ccbc71fc7f5809dfb98e80ac) >>> yajl 2.1.0 Collecting legal info COPYING: OK (sha256: 054bf2c11686c5442850b1da58ad592e3d1d2a236a362e67279b957f8e662f5a) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-squashfs 4.6.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mtd 2.1.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> 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.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.10.162-cip24: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: rtl8192eu-865656c3a1d1aee8c4ba459ce7608756d17c712f: cannot save license (RTL8192EU_LICENSE_FILES not defined) WARNING: linux-5.10.162-cip24: cannot save license (LINUX_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-8/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-8/buildroot'