[FSCK] Check node 949 / 2374 (40.04%) [FSCK] Check node 1186 / 2374 (50.04%) [FSCK] Check node 1423 / 2374 (60.04%) [FSCK] Check node 1660 / 2374 (70.04%) [FSCK] Check node 1897 / 2374 (80.04%) [FSCK] Check node 2134 / 2374 (90.04%) [FSCK] Check node 2371 / 2374 (100.04%) [FSCK] Max image size: 204 MB, Free space: 4631 MB [FSCK] Unreachable nat entries [Ok..] [0x0] [FSCK] SIT valid block bitmap checking [Ok..] [FSCK] Hard link checking for regular file [Ok..] [0x0] [FSCK] valid_block_count matching with CP [Ok..] [0x9469] [FSCK] valid_node_count matching with CP (de lookup) [Ok..] [0x946] [FSCK] valid_node_count matching with CP (nat lookup) [Ok..] [0x946] [FSCK] valid_inode_count matched with CP [Ok..] [0x93f] [FSCK] free segment_count matched with CP [Ok..] [0x999] [FSCK] next block offset is free [Ok..] [FSCK] fixing SIT types [FSCK] other corrupted bugs [Ok..] Done: 0.000000 secs >>> Generating filesystem image rootfs.ubifs mkdir -p /tmp/instance-8/output-1/images rm -rf /tmp/instance-8/output-1/build/buildroot-fs/ubifs mkdir -p /tmp/instance-8/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /tmp/instance-8/output-1/target/ /tmp/instance-8/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /tmp/instance-8/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /tmp/instance-8/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /tmp/instance-8/output-1/build/buildroot-fs/ubifs/target" >> /tmp/instance-8/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/tmp/instance-8/output-1/host/bin:/tmp/instance-8/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-8/buildroot/support/scripts/mkusers /tmp/instance-8/output-1/build/buildroot-fs/full_users_table.txt /tmp/instance-8/output-1/build/buildroot-fs/ubifs/target >> /tmp/instance-8/output-1/build/buildroot-fs/ubifs/fakeroot echo "/tmp/instance-8/output-1/host/bin/makedevs -d /tmp/instance-8/output-1/build/buildroot-fs/full_devices_table.txt /tmp/instance-8/output-1/build/buildroot-fs/ubifs/target" >> /tmp/instance-8/output-1/build/buildroot-fs/ubifs/fakeroot printf ' rm -rf /tmp/instance-8/output-1/build/buildroot-fs/ubifs/target/usr/lib/udev/hwdb.d/ /tmp/instance-8/output-1/build/buildroot-fs/ubifs/target/etc/udev/hwdb.d/\n' >> /tmp/instance-8/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /tmp/instance-8/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-8/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /tmp/instance-8/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-8/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /tmp/instance-8/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /tmp/instance-8/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /tmp/instance-8/output-1/host/sbin/mkfs.ubifs -d /tmp/instance-8/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 2048 -m 0x800 -x none -o /tmp/instance-8/output-1/images/rootfs.ubifs\n' >> /tmp/instance-8/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /tmp/instance-8/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/tmp/instance-8/output-1/host/bin:/tmp/instance-8/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /tmp/instance-8/output-1/host/bin/fakeroot -- /tmp/instance-8/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/tmp/instance-8/output-1/build/buildroot-fs/ubifs/target table='/tmp/instance-8/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/tmp/instance-8/output-1/host/bin:/tmp/instance-8/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" gzip -9 -c -n /tmp/instance-8/output-1/images/rootfs.ubifs > /tmp/instance-8/output-1/images/rootfs.ubifs.gz >>> Generating filesystem image rootfs.ubi mkdir -p /tmp/instance-8/output-1/images rm -rf /tmp/instance-8/output-1/build/buildroot-fs/ubi mkdir -p /tmp/instance-8/output-1/build/buildroot-fs/ubi rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /tmp/instance-8/output-1/target/ /tmp/instance-8/output-1/build/buildroot-fs/ubi/target echo '#!/bin/sh' > /tmp/instance-8/output-1/build/buildroot-fs/ubi/fakeroot echo "set -e" >> /tmp/instance-8/output-1/build/buildroot-fs/ubi/fakeroot echo "chown -h -R 0:0 /tmp/instance-8/output-1/build/buildroot-fs/ubi/target" >> /tmp/instance-8/output-1/build/buildroot-fs/ubi/fakeroot PATH="/tmp/instance-8/output-1/host/bin:/tmp/instance-8/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-8/buildroot/support/scripts/mkusers /tmp/instance-8/output-1/build/buildroot-fs/full_users_table.txt /tmp/instance-8/output-1/build/buildroot-fs/ubi/target >> /tmp/instance-8/output-1/build/buildroot-fs/ubi/fakeroot echo "/tmp/instance-8/output-1/host/bin/makedevs -d /tmp/instance-8/output-1/build/buildroot-fs/full_devices_table.txt /tmp/instance-8/output-1/build/buildroot-fs/ubi/target" >> /tmp/instance-8/output-1/build/buildroot-fs/ubi/fakeroot printf ' rm -rf /tmp/instance-8/output-1/build/buildroot-fs/ubi/target/usr/lib/udev/hwdb.d/ /tmp/instance-8/output-1/build/buildroot-fs/ubi/target/etc/udev/hwdb.d/\n' >> /tmp/instance-8/output-1/build/buildroot-fs/ubi/fakeroot echo "find /tmp/instance-8/output-1/build/buildroot-fs/ubi/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-8/output-1/build/buildroot-fs/ubi/fakeroot echo "find /tmp/instance-8/output-1/build/buildroot-fs/ubi/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-8/output-1/build/buildroot-fs/ubi/fakeroot printf ' \n' >> /tmp/instance-8/output-1/build/buildroot-fs/ubi/fakeroot printf ' \n' >> /tmp/instance-8/output-1/build/buildroot-fs/ubi/fakeroot printf ' sed '\''s;BR2_ROOTFS_UBIFS_PATH;/tmp/instance-8/output-1/images/rootfs.ubifs;;s;BINARIES_DIR;/tmp/instance-8/output-1/images;'\'' fs/ubi/ubinize.cfg > /tmp/instance-8/output-1/build/ubinize.cfg\n /tmp/instance-8/output-1/host/sbin/ubinize -o /tmp/instance-8/output-1/images/rootfs.ubi -m 0x800 -p 0x20000 -s 512 /tmp/instance-8/output-1/build/ubinize.cfg\n rm /tmp/instance-8/output-1/build/ubinize.cfg\n' >> /tmp/instance-8/output-1/build/buildroot-fs/ubi/fakeroot chmod a+x /tmp/instance-8/output-1/build/buildroot-fs/ubi/fakeroot PATH="/tmp/instance-8/output-1/host/bin:/tmp/instance-8/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /tmp/instance-8/output-1/host/bin/fakeroot -- /tmp/instance-8/output-1/build/buildroot-fs/ubi/fakeroot rootdir=/tmp/instance-8/output-1/build/buildroot-fs/ubi/target table='/tmp/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 "/tmp/instance-8/output-1/images/rootfs.ubifs"149151744 bytes (142.2 MiB) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /tmp/instance-8/output-1/images rm -rf /tmp/instance-8/output-1/build/buildroot-fs/yaffs2 mkdir -p /tmp/instance-8/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /tmp/instance-8/output-1/target/ /tmp/instance-8/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /tmp/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /tmp/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /tmp/instance-8/output-1/build/buildroot-fs/yaffs2/target" >> /tmp/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/tmp/instance-8/output-1/host/bin:/tmp/instance-8/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-8/buildroot/support/scripts/mkusers /tmp/instance-8/output-1/build/buildroot-fs/full_users_table.txt /tmp/instance-8/output-1/build/buildroot-fs/yaffs2/target >> /tmp/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/tmp/instance-8/output-1/host/bin/makedevs -d /tmp/instance-8/output-1/build/buildroot-fs/full_devices_table.txt /tmp/instance-8/output-1/build/buildroot-fs/yaffs2/target" >> /tmp/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /tmp/instance-8/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /tmp/instance-8/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /tmp/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /tmp/instance-8/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /tmp/instance-8/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /tmp/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /tmp/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /tmp/instance-8/output-1/host/bin/mkyaffs2 --all-root /tmp/instance-8/output-1/build/buildroot-fs/yaffs2/target /tmp/instance-8/output-1/images/rootfs.yaffs2\n' >> /tmp/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /tmp/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/tmp/instance-8/output-1/host/bin:/tmp/instance-8/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /tmp/instance-8/output-1/host/bin/fakeroot -- /tmp/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/tmp/instance-8/output-1/build/buildroot-fs/yaffs2/target table='/tmp/instance-8/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/tmp/instance-8/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 2367 objects. stage 2: creating image '/tmp/instance-8/output-1/images/rootfs.yaffs2' [ ] 1/2367 0% [ ] 2/2367 0% [ ] 3/2367 0% [ ] 4/2367 0% [ ] 5/2367 0% [ ] 6/2367 0% [ ] 7/2367 0% [ ] 8/2367 0% [ ] 9/2367 0% [ ] 10/2367 0% [ ] 11/2367 0% [ ] 12/2367 0% [ ] 13/2367 0% [ ] 14/2367 0% [ ] 15/2367 0% [ ] 16/2367 0% [ ] 17/2367 0% [ ] 18/2367 0% [ ] 19/2367 0% [ ] 20/2367 0% [ ] 21/2367 0% [ ] 22/2367 0% [ ] 23/2367 0% [ ] 24/2367 1% [ ] 25/2367 1% [ ] 26/2367 1% [ ] 27/2367 1% [ ] 28/2367 1% [ ] 29/2367 1% [ ] 30/2367 1% [ ] 31/2367 1% [ ] 32/2367 1% [ ] 33/2367 1% [ ] 34/2367 1% [ ] 35/2367 1% [ ] 36/2367 1% [ ] 37/2367 1% [ ] 38/2367 1% [= ] 39/2367 1% [= ] 40/2367 1% [= ] 41/2367 1% [= ] 42/2367 1% [= ] 43/2367 1% [= ] 44/2367 1% [= ] 45/2367 1% [= ] 46/2367 1% [= ] 47/2367 1% [= ] 48/2367 2% [= ] 49/2367 2% [= ] 50/2367 2% [= ] 51/2367 2% [= ] 52/2367 2% [= ] 53/2367 2% [= ] 54/2367 2% [= ] 55/2367 2% [= ] 56/2367 2% [= ] 57/2367 2% [= ] 58/2367 2% [= ] 59/2367 2% [= ] 60/2367 2% [= ] 61/2367 2% [= ] 62/2367 2% [= ] 63/2367 2% [= ] 64/2367 2% [= ] 65/2367 2% [= ] 66/2367 2% [= ] 67/2367 2% [= ] 68/2367 2% [= ] 69/2367 2% [= ] 70/2367 2% [= ] 71/2367 2% [= ] 72/2367 3% [= ] 73/2367 3% [= ] 74/2367 3% [= ] 75/2367 3% [= ] 76/2367 3% [== ] 77/2367 3% [== ] 78/2367 3% [== ] 79/2367 3% [== ] 80/2367 3% [== ] 81/2367 3% [== ] 82/2367 3% [== ] 83/2367 3% [== ] 84/2367 3% [== ] 85/2367 3% [== ] 86/2367 3% [== ] 87/2367 3% [== ] 88/2367 3% [== ] 89/2367 3% [== ] 90/2367 3% [== ] 91/2367 3% [== ] 92/2367 3% [== ] 93/2367 3% [== ] 94/2367 3% [== ] 95/2367 4% [== ] 96/2367 4% [== ] 97/2367 4% [== ] 98/2367 4% [== ] 99/2367 4% [== ] 100/2367 4% [== ] 101/2367 4% [== ] 102/2367 4% [== ] 103/2367 4% [== ] 104/2367 4% [== ] 105/2367 4% [== ] 106/2367 4% [== ] 107/2367 4% [== ] 108/2367 4% [== ] 109/2367 4% [== ] 110/2367 4% [== ] 111/2367 4% [== ] 112/2367 4% [== ] 113/2367 4% [== ] 114/2367 4% [=== ] 115/2367 4% [=== ] 116/2367 4% [=== ] 117/2367 4% [=== ] 118/2367 4% [=== ] 119/2367 5% [=== ] 120/2367 5% [=== ] 121/2367 5% [=== ] 122/2367 5% [=== ] 123/2367 5% [=== ] 124/2367 5% [=== ] 125/2367 5% [=== ] 126/2367 5% [=== ] 127/2367 5% [=== ] 128/2367 5% [=== ] 129/2367 5% [=== ] 130/2367 5% [=== ] 131/2367 5% [=== ] 132/2367 5% [=== ] 133/2367 5% [=== ] 134/2367 5% [=== ] 135/2367 5% [=== ] 136/2367 5% [=== ] 137/2367 5% [=== ] 138/2367 5% [=== ] 139/2367 5% [=== ] 140/2367 5% [=== ] 141/2367 5% [=== ] 142/2367 5% [=== ] 143/2367 6% [=== ] 144/2367 6% [=== ] 145/2367 6% [=== ] 146/2367 6% [=== ] 147/2367 6% [=== ] 148/2367 6% [=== ] 149/2367 6% [=== ] 150/2367 6% [=== ] 151/2367 6% [=== ] 152/2367 6% [==== ] 153/2367 6% [==== ] 154/2367 6% [==== ] 155/2367 6% [==== ] 156/2367 6% [==== ] 157/2367 6% [==== ] 158/2367 6% [==== ] 159/2367 6% [==== ] 160/2367 6% [==== ] 161/2367 6% [==== ] 162/2367 6% [==== ] 163/2367 6% [==== ] 164/2367 6% [==== ] 165/2367 6% [==== ] 166/2367 7% [==== ] 167/2367 7% [==== ] 168/2367 7% [==== ] 169/2367 7% [==== ] 170/2367 7% [==== ] 171/2367 7% [==== ] 172/2367 7% [==== ] 173/2367 7% [==== ] 174/2367 7% [==== ] 175/2367 7% [==== ] 176/2367 7% [==== ] 177/2367 7% [==== ] 178/2367 7% [==== ] 179/2367 7% [==== ] 180/2367 7% [==== ] 181/2367 7% [==== ] 182/2367 7% [==== ] 183/2367 7% [==== ] 184/2367 7% [==== ] 185/2367 7% [==== ] 186/2367 7% [==== ] 187/2367 7% [==== ] 188/2367 7% [==== ] 189/2367 7% [==== ] 190/2367 8% [===== ] 191/2367 8% [===== ] 192/2367 8% [===== ] 193/2367 8% [===== ] 194/2367 8% [===== ] 195/2367 8% [===== ] 196/2367 8% [===== ] 197/2367 8% [===== ] 198/2367 8% [===== ] 199/2367 8% [===== ] 200/2367 8% [===== ] 201/2367 8% [===== ] 202/2367 8% [===== ] 203/2367 8% [===== ] 204/2367 8% [===== ] 205/2367 8% [===== ] 206/2367 8% [===== ] 207/2367 8% [===== ] 208/2367 8% [===== ] 209/2367 8% [===== ] 210/2367 8% [===== ] 211/2367 8% [===== ] 212/2367 8% [===== ] 213/2367 8% [===== ] 214/2367 9% [===== ] 215/2367 9% [===== ] 216/2367 9% [===== ] 217/2367 9% [===== ] 218/2367 9% [===== ] 219/2367 9% [===== ] 220/2367 9% [===== ] 221/2367 9% [===== ] 222/2367 9% [===== ] 223/2367 9% [===== ] 224/2367 9% [===== ] 225/2367 9% [===== ] 226/2367 9% [===== ] 227/2367 9% [===== ] 228/2367 9% [===== ] 229/2367 9% [====== ] 230/2367 9% [====== ] 231/2367 9% [====== ] 232/2367 9% [====== ] 233/2367 9% [====== ] 234/2367 9% [====== ] 235/2367 9% [====== ] 236/2367 9% [====== ] 237/2367 10% [====== ] 238/2367 10% [====== ] 239/2367 10% [====== ] 240/2367 10% [====== ] 241/2367 10% [====== ] 242/2367 10% [====== ] 243/2367 10% [====== ] 244/2367 10% [====== ] 245/2367 10% [====== ] 246/2367 10% [====== ] 247/2367 10% [====== ] 248/2367 10% [====== ] 249/2367 10% [====== ] 250/2367 10% [====== ] 251/2367 10% [====== ] 252/2367 10% [====== ] 253/2367 10% [====== ] 254/2367 10% [====== ] 255/2367 10% [====== ] 256/2367 10% [====== ] 257/2367 10% [====== ] 258/2367 10% [====== ] 259/2367 10% [====== ] 260/2367 10% [====== ] 261/2367 11% [====== ] 262/2367 11% [====== ] 263/2367 11% [====== ] 264/2367 11% [====== ] 265/2367 11% [====== ] 266/2367 11% [====== ] 267/2367 11% [======= ] 268/2367 11% [======= ] 269/2367 11% [======= ] 270/2367 11% [======= ] 271/2367 11% [======= ] 272/2367 11% [======= ] 273/2367 11% [======= ] 274/2367 11% [======= ] 275/2367 11% [======= ] 276/2367 11% [======= ] 277/2367 11% [======= ] 278/2367 11% [======= ] 279/2367 11% [======= ] 280/2367 11% [======= ] 281/2367 11% [======= ] 282/2367 11% [======= ] 283/2367 11% [======= ] 284/2367 11% [======= ] 285/2367 12% [======= ] 286/2367 12% [======= ] 287/2367 12% [======= ] 288/2367 12% [======= ] 289/2367 12% [======= ] 290/2367 12% [======= ] 291/2367 12% [======= ] 292/2367 12% [======= ] 293/2367 12% [======= ] 294/2367 12% [======= ] 295/2367 12% [======= ] 296/2367 12% [======= ] 297/2367 12% [======= ] 298/2367 12% [======= ] 299/2367 12% [======= ] 300/2367 12% [======= ] 301/2367 12% [======= ] 302/2367 12% [======= ] 303/2367 12% [======= ] 304/2367 12% [======= ] 305/2367 12% [======== ] 306/2367 12% [======== ] 307/2367 12% [======== ] 308/2367 13% [======== ] 309/2367 13% [======== ] 310/2367 13% [======== ] 311/2367 13% [======== ] 312/2367 13% [======== ] 313/2367 13% [======== ] 314/2367 13% [======== ] 315/2367 13% [======== ] 316/2367 13% [======== ] 317/2367 13% [======== ] 318/2367 13% [======== ] 319/2367 13% [======== ] 320/2367 13% [======== ] 321/2367 13% [======== ] 322/2367 13% [======== ] 323/2367 13% [======== ] 324/2367 13% [======== ] 325/2367 13% [======== ] 326/2367 13% [======== ] 327/2367 13% [======== ] 328/2367 13% [======== ] 329/2367 13% [======== ] 330/2367 13% [======== ] 331/2367 13% [======== ] 332/2367 14% [======== ] 333/2367 14% [======== ] 334/2367 14% [======== ] 335/2367 14% [======== ] 336/2367 14% [======== ] 337/2367 14% [======== ] 338/2367 14% [======== ] 339/2367 14% [======== ] 340/2367 14% [======== ] 341/2367 14% [======== ] 342/2367 14% [======== ] 343/2367 14% [========= ] 344/2367 14% [========= ] 345/2367 14% [========= ] 346/2367 14% [========= ] 347/2367 14% [========= ] 348/2367 14% [========= ] 349/2367 14% [========= ] 350/2367 14% [========= ] 351/2367 14% [========= ] 352/2367 14% [========= ] 353/2367 14% [========= ] 354/2367 14% [========= ] 355/2367 14% [========= ] 356/2367 15% [========= ] 357/2367 15% [========= ] 358/2367 15% [========= ] 359/2367 15% [========= ] 360/2367 15% [========= ] 361/2367 15% [========= ] 362/2367 15% [========= ] 363/2367 15% [========= ] 364/2367 15% [========= ] 365/2367 15% [========= ] 366/2367 15% [========= ] 367/2367 15% [========= ] 368/2367 15% [========= ] 369/2367 15% [========= ] 370/2367 15% [========= ] 371/2367 15% [========= ] 372/2367 15% [========= ] 373/2367 15% [========= ] 374/2367 15% [========= ] 375/2367 15% [========= ] 376/2367 15% [========= ] 377/2367 15% [========= ] 378/2367 15% [========= ] 379/2367 16% [========= ] 380/2367 16% [========= ] 381/2367 16% [========== ] 382/2367 16% [========== ] 383/2367 16% [========== ] 384/2367 16% [========== ] 385/2367 16% [========== ] 386/2367 16% [========== ] 387/2367 16% [========== ] 388/2367 16% [========== ] 389/2367 16% [========== ] 390/2367 16% [========== ] 391/2367 16% [========== ] 392/2367 16% [========== ] 393/2367 16% [========== ] 394/2367 16% [========== ] 395/2367 16% [========== ] 396/2367 16% [========== ] 397/2367 16% [========== ] 398/2367 16% [========== ] 399/2367 16% [========== ] 400/2367 16% [========== ] 401/2367 16% [========== ] 402/2367 16% [========== ] 403/2367 17% [========== ] 404/2367 17% [========== ] 405/2367 17% [========== ] 406/2367 17% [========== ] 407/2367 17% [========== ] 408/2367 17% [========== ] 409/2367 17% [========== ] 410/2367 17% [========== ] 411/2367 17% [========== ] 412/2367 17% [========== ] 413/2367 17% [========== ] 414/2367 17% [========== ] 415/2367 17% [========== ] 416/2367 17% [========== ] 417/2367 17% [========== ] 418/2367 17% [========== ] 419/2367 17% [=========== ] 420/2367 17% [=========== ] 421/2367 17% [=========== ] 422/2367 17% [=========== ] 423/2367 17% [=========== ] 424/2367 17% [=========== ] 425/2367 17% [=========== ] 426/2367 17% [=========== ] 427/2367 18% [=========== ] 428/2367 18% [=========== ] 429/2367 18% [=========== ] 430/2367 18% [=========== ] 431/2367 18% [=========== ] 432/2367 18% [=========== ] 433/2367 18% [=========== ] 434/2367 18% [=========== ] 435/2367 18% [=========== ] 436/2367 18% [=========== ] 437/2367 18% [=========== ] 438/2367 18% [=========== ] 439/2367 18% [=========== ] 440/2367 18% [=========== ] 441/2367 18% [=========== ] 442/2367 18% [=========== ] 443/2367 18% [=========== ] 444/2367 18% [=========== ] 445/2367 18% [=========== ] 446/2367 18% [=========== ] 447/2367 18% [=========== ] 448/2367 18% [=========== ] 449/2367 18% [=========== ] 450/2367 19% [=========== ] 451/2367 19% [=========== ] 452/2367 19% [=========== ] 453/2367 19% [=========== ] 454/2367 19% [=========== ] 455/2367 19% [=========== ] 456/2367 19% [=========== ] 457/2367 19% [=========== ] 458/2367 19% [============ ] 459/2367 19% [============ ] 460/2367 19% [============ ] 461/2367 19% [============ ] 462/2367 19% [============ ] 463/2367 19% [============ ] 464/2367 19% [============ ] 465/2367 19% [============ ] 466/2367 19% [============ ] 467/2367 19% [============ ] 468/2367 19% [============ ] 469/2367 19% [============ ] 470/2367 19% [============ ] 471/2367 19% [============ ] 472/2367 19% [============ ] 473/2367 19% [============ ] 474/2367 20% [============ ] 475/2367 20% [============ ] 476/2367 20% [============ ] 477/2367 20% [============ ] 478/2367 20% [============ ] 479/2367 20% [============ ] 480/2367 20% [============ ] 481/2367 20% [============ ] 482/2367 20% [============ ] 483/2367 20% [============ ] 484/2367 20% [============ ] 485/2367 20% [============ ] 486/2367 20% [============ ] 487/2367 20% [============ ] 488/2367 20% [============ ] 489/2367 20% [============ ] 490/2367 20% [============ ] 491/2367 20% [============ ] 492/2367 20% [============ ] 493/2367 20% [============ ] 494/2367 20% [============ ] 495/2367 20% [============ ] 496/2367 20% [============= ] 497/2367 20% [============= ] 498/2367 21% [============= ] 499/2367 21% [============= ] 500/2367 21% [============= ] 501/2367 21% [============= ] 502/2367 21% [============= ] 503/2367 21% [============= ] 504/2367 21% [============= ] 505/2367 21% [============= ] 506/2367 21% [============= ] 507/2367 21% [============= ] 508/2367 21% [============= ] 509/2367 21% [============= ] 510/2367 21% [============= ] 511/2367 21% [============= ] 512/2367 21% [============= ] 513/2367 21% [============= ] 514/2367 21% [============= ] 515/2367 21% [============= ] 516/2367 21% [============= ] 517/2367 21% [============= ] 518/2367 21% [============= ] 519/2367 21% [============= ] 520/2367 21% [============= ] 521/2367 22% [============= ] 522/2367 22% [============= ] 523/2367 22% [============= ] 524/2367 22% [============= ] 525/2367 22% [============= ] 526/2367 22% [============= ] 527/2367 22% [============= ] 528/2367 22% [============= ] 529/2367 22% [============= ] 530/2367 22% [============= ] 531/2367 22% [============= ] 532/2367 22% [============= ] 533/2367 22% [============= ] 534/2367 22% [============== ] 535/2367 22% [============== ] 536/2367 22% [============== ] 537/2367 22% [============== ] 538/2367 22% [============== ] 539/2367 22% [============== ] 540/2367 22% [============== ] 541/2367 22% [============== ] 542/2367 22% [============== ] 543/2367 22% [============== ] 544/2367 22% [============== ] 545/2367 23% [============== ] 546/2367 23% [============== ] 547/2367 23% [============== ] 548/2367 23% [============== ] 549/2367 23% [============== ] 550/2367 23% [============== ] 551/2367 23% [============== ] 552/2367 23% [============== ] 553/2367 23% [============== ] 554/2367 23% [============== ] 555/2367 23% [============== ] 556/2367 23% [============== ] 557/2367 23% [============== ] 558/2367 23% [============== ] 559/2367 23% [============== ] 560/2367 23% [============== ] 561/2367 23% [============== ] 562/2367 23% [============== ] 563/2367 23% [============== ] 564/2367 23% [============== ] 565/2367 23% [============== ] 566/2367 23% [============== ] 567/2367 23% [============== ] 568/2367 23% [============== ] 569/2367 24% [============== ] 570/2367 24% [============== ] 571/2367 24% [============== ] 572/2367 24% [=============== ] 573/2367 24% [=============== ] 574/2367 24% [=============== ] 575/2367 24% [=============== ] 576/2367 24% [=============== ] 577/2367 24% [=============== ] 578/2367 24% [=============== ] 579/2367 24% [=============== ] 580/2367 24% [=============== ] 581/2367 24% [=============== ] 582/2367 24% [=============== ] 583/2367 24% [=============== ] 584/2367 24% [=============== ] 585/2367 24% [=============== ] 586/2367 24% [=============== ] 587/2367 24% [=============== ] 588/2367 24% [=============== ] 589/2367 24% [=============== ] 590/2367 24% [=============== ] 591/2367 24% [=============== ] 592/2367 25% [=============== ] 593/2367 25% [=============== ] 594/2367 25% [=============== ] 595/2367 25% [=============== ] 596/2367 25% [=============== ] 597/2367 25% [=============== ] 598/2367 25% [=============== ] 599/2367 25% [=============== ] 600/2367 25% [=============== ] 601/2367 25% [=============== ] 602/2367 25% [=============== ] 603/2367 25% [=============== ] 604/2367 25% [=============== ] 605/2367 25% [=============== ] 606/2367 25% [=============== ] 607/2367 25% [=============== ] 608/2367 25% [=============== ] 609/2367 25% [=============== ] 610/2367 25% [================ ] 611/2367 25% [================ ] 612/2367 25% [================ ] 613/2367 25% [================ ] 614/2367 25% [================ ] 615/2367 25% [================ ] 616/2367 26% [================ ] 617/2367 26% [================ ] 618/2367 26% [================ ] 619/2367 26% [================ ] 620/2367 26% [================ ] 621/2367 26% [================ ] 622/2367 26% [================ ] 623/2367 26% [================ ] 624/2367 26% [================ ] 625/2367 26% [================ ] 626/2367 26% [================ ] 627/2367 26% [================ ] 628/2367 26% [================ ] 629/2367 26% [================ ] 630/2367 26% [================ ] 631/2367 26% [================ ] 632/2367 26% [================ ] 633/2367 26% [================ ] 634/2367 26% [================ ] 635/2367 26% [================ ] 636/2367 26% [================ ] 637/2367 26% [================ ] 638/2367 26% [================ ] 639/2367 26% [================ ] 640/2367 27% [================ ] 641/2367 27% [================ ] 642/2367 27% [================ ] 643/2367 27% [================ ] 644/2367 27% [================ ] 645/2367 27% [================ ] 646/2367 27% [================ ] 647/2367 27% [================ ] 648/2367 27% [================ ] 649/2367 27% [================= ] 650/2367 27% [================= ] 651/2367 27% [================= ] 652/2367 27% [================= ] 653/2367 27% [================= ] 654/2367 27% [================= ] 655/2367 27% [================= ] 656/2367 27% [================= ] 657/2367 27% [================= ] 658/2367 27% [================= ] 659/2367 27% [================= ] 660/2367 27% [================= ] 661/2367 27% [================= ] 662/2367 27% [================= ] 663/2367 28% [================= ] 664/2367 28% [================= ] 665/2367 28% [================= ] 666/2367 28% [================= ] 667/2367 28% [================= ] 668/2367 28% [================= ] 669/2367 28% [================= ] 670/2367 28% [================= ] 671/2367 28% [================= ] 672/2367 28% [================= ] 673/2367 28% [================= ] 674/2367 28% [================= ] 675/2367 28% [================= ] 676/2367 28% [================= ] 677/2367 28% [================= ] 678/2367 28% [================= ] 679/2367 28% [================= ] 680/2367 28% [================= ] 681/2367 28% [================= ] 682/2367 28% [================= ] 683/2367 28% [================= ] 684/2367 28% [================= ] 685/2367 28% [================= ] 686/2367 28% [================= ] 687/2367 29% [================== ] 688/2367 29% [================== ] 689/2367 29% [================== ] 690/2367 29% [================== ] 691/2367 29% [================== ] 692/2367 29% [================== ] 693/2367 29% [================== ] 694/2367 29% [================== ] 695/2367 29% [================== ] 696/2367 29% [================== ] 697/2367 29% [================== ] 698/2367 29% [================== ] 699/2367 29% [================== ] 700/2367 29% [================== ] 701/2367 29% [================== ] 702/2367 29% [================== ] 703/2367 29% [================== ] 704/2367 29% [================== ] 705/2367 29% [================== ] 706/2367 29% [================== ] 707/2367 29% [================== ] 708/2367 29% [================== ] 709/2367 29% [================== ] 710/2367 29% [================== ] 711/2367 30% [================== ] 712/2367 30% [================== ] 713/2367 30% [================== ] 714/2367 30% [================== ] 715/2367 30% [================== ] 716/2367 30% [================== ] 717/2367 30% [================== ] 718/2367 30% [================== ] 719/2367 30% [================== ] 720/2367 30% [================== ] 721/2367 30% [================== ] 722/2367 30% [================== ] 723/2367 30% [================== ] 724/2367 30% [================== ] 725/2367 30% [=================== ] 726/2367 30% [=================== ] 727/2367 30% [=================== ] 728/2367 30% [=================== ] 729/2367 30% [=================== ] 730/2367 30% [=================== ] 731/2367 30% [=================== ] 732/2367 30% [=================== ] 733/2367 30% [=================== ] 734/2367 31% [=================== ] 735/2367 31% [=================== ] 736/2367 31% [=================== ] 737/2367 31% [=================== ] 738/2367 31% [=================== ] 739/2367 31% [=================== ] 740/2367 31% [=================== ] 741/2367 31% [=================== ] 742/2367 31% [=================== ] 743/2367 31% [=================== ] 744/2367 31% [=================== ] 745/2367 31% [=================== ] 746/2367 31% [=================== ] 747/2367 31% [=================== ] 748/2367 31% [=================== ] 749/2367 31% [=================== ] 750/2367 31% [=================== ] 751/2367 31% [=================== ] 752/2367 31% [=================== ] 753/2367 31% [=================== ] 754/2367 31% [=================== ] 755/2367 31% [=================== ] 756/2367 31% [=================== ] 757/2367 31% [=================== ] 758/2367 32% [=================== ] 759/2367 32% [=================== ] 760/2367 32% [=================== ] 761/2367 32% [=================== ] 762/2367 32% [=================== ] 763/2367 32% [==================== ] 764/2367 32% [==================== ] 765/2367 32% [==================== ] 766/2367 32% [==================== ] 767/2367 32% [==================== ] 768/2367 32% [==================== ] 769/2367 32% [==================== ] 770/2367 32% [==================== ] 771/2367 32% [==================== ] 772/2367 32% [==================== ] 773/2367 32% [==================== ] 774/2367 32% [==================== ] 775/2367 32% [==================== ] 776/2367 32% [==================== ] 777/2367 32% [==================== ] 778/2367 32% [==================== ] 779/2367 32% [==================== ] 780/2367 32% [==================== ] 781/2367 32% [==================== ] 782/2367 33% [==================== ] 783/2367 33% [==================== ] 784/2367 33% [==================== ] 785/2367 33% [==================== ] 786/2367 33% [==================== ] 787/2367 33% [==================== ] 788/2367 33% [==================== ] 789/2367 33% [==================== ] 790/2367 33% [==================== ] 791/2367 33% [==================== ] 792/2367 33% [==================== ] 793/2367 33% [==================== ] 794/2367 33% [==================== ] 795/2367 33% [==================== ] 796/2367 33% [==================== ] 797/2367 33% [==================== ] 798/2367 33% [==================== ] 799/2367 33% [==================== ] 800/2367 33% [==================== ] 801/2367 33% [===================== ] 802/2367 33% [===================== ] 803/2367 33% [===================== ] 804/2367 33% [===================== ] 805/2367 34% [===================== ] 806/2367 34% [===================== ] 807/2367 34% [===================== ] 808/2367 34% [===================== ] 809/2367 34% [===================== ] 810/2367 34% [===================== ] 811/2367 34% [===================== ] 812/2367 34% [===================== ] 813/2367 34% [===================== ] 814/2367 34% [===================== ] 815/2367 34% [===================== ] 816/2367 34% [===================== ] 817/2367 34% [===================== ] 818/2367 34% [===================== ] 819/2367 34% [===================== ] 820/2367 34% [===================== ] 821/2367 34% [===================== ] 822/2367 34% [===================== ] 823/2367 34% [===================== ] 824/2367 34% [===================== ] 825/2367 34% [===================== ] 826/2367 34% [===================== ] 827/2367 34% [===================== ] 828/2367 34% [===================== ] 829/2367 35% [===================== ] 830/2367 35% [===================== ] 831/2367 35% [===================== ] 832/2367 35% [===================== ] 833/2367 35% [===================== ] 834/2367 35% [===================== ] 835/2367 35% [===================== ] 836/2367 35% [===================== ] 837/2367 35% [===================== ] 838/2367 35% [===================== ] 839/2367 35% [====================== ] 840/2367 35% [====================== ] 841/2367 35% [====================== ] 842/2367 35% [====================== ] 843/2367 35% [====================== ] 844/2367 35% [====================== ] 845/2367 35% [====================== ] 846/2367 35% [====================== ] 847/2367 35% [====================== ] 848/2367 35% [====================== ] 849/2367 35% [====================== ] 850/2367 35% [====================== ] 851/2367 35% [====================== ] 852/2367 35% [====================== ] 853/2367 36% [====================== ] 854/2367 36% [====================== ] 855/2367 36% [====================== ] 856/2367 36% [====================== ] 857/2367 36% [====================== ] 858/2367 36% [====================== ] 859/2367 36% [====================== ] 860/2367 36% [====================== ] 861/2367 36% [====================== ] 862/2367 36% [====================== ] 863/2367 36% [====================== ] 864/2367 36% [====================== ] 865/2367 36% [====================== ] 866/2367 36% [====================== ] 867/2367 36% [====================== ] 868/2367 36% [====================== ] 869/2367 36% [====================== ] 870/2367 36% [====================== ] 871/2367 36% [====================== ] 872/2367 36% [====================== ] 873/2367 36% [====================== ] 874/2367 36% [====================== ] 875/2367 36% [====================== ] 876/2367 37% [====================== ] 877/2367 37% [====================== ] 878/2367 37% [======================= ] 879/2367 37% [======================= ] 880/2367 37% [======================= ] 881/2367 37% [======================= ] 882/2367 37% [======================= ] 883/2367 37% [======================= ] 884/2367 37% [======================= ] 885/2367 37% [======================= ] 886/2367 37% [======================= ] 887/2367 37% [======================= ] 888/2367 37% [======================= ] 889/2367 37% [======================= ] 890/2367 37% [======================= ] 891/2367 37% [======================= ] 892/2367 37% [======================= ] 893/2367 37% [======================= ] 894/2367 37% [======================= ] 895/2367 37% [======================= ] 896/2367 37% [======================= ] 897/2367 37% [======================= ] 898/2367 37% [======================= ] 899/2367 37% [======================= ] 900/2367 38% [======================= ] 901/2367 38% [======================= ] 902/2367 38% [======================= ] 903/2367 38% [======================= ] 904/2367 38% [======================= ] 905/2367 38% [======================= ] 906/2367 38% [======================= ] 907/2367 38% [======================= ] 908/2367 38% [======================= ] 909/2367 38% [======================= ] 910/2367 38% [======================= ] 911/2367 38% [======================= ] 912/2367 38% [======================= ] 913/2367 38% [======================= ] 914/2367 38% [======================= ] 915/2367 38% [======================= ] 916/2367 38% [======================== ] 917/2367 38% [======================== ] 918/2367 38% [======================== ] 919/2367 38% [======================== ] 920/2367 38% [======================== ] 921/2367 38% [======================== ] 922/2367 38% [======================== ] 923/2367 38% [======================== ] 924/2367 39% [======================== ] 925/2367 39% [======================== ] 926/2367 39% [======================== ] 927/2367 39% [======================== ] 928/2367 39% [======================== ] 929/2367 39% [======================== ] 930/2367 39% [======================== ] 931/2367 39% [======================== ] 932/2367 39% [======================== ] 933/2367 39% [======================== ] 934/2367 39% [======================== ] 935/2367 39% [======================== ] 936/2367 39% [======================== ] 937/2367 39% [======================== ] 938/2367 39% [======================== ] 939/2367 39% [======================== ] 940/2367 39% [======================== ] 941/2367 39% [======================== ] 942/2367 39% [======================== ] 943/2367 39% [======================== ] 944/2367 39% [======================== ] 945/2367 39% [======================== ] 946/2367 39% [======================== ] 947/2367 40% [======================== ] 948/2367 40% [======================== ] 949/2367 40% [======================== ] 950/2367 40% [======================== ] 951/2367 40% [======================== ] 952/2367 40% [======================== ] 953/2367 40% [======================== ] 954/2367 40% [========================= ] 955/2367 40% [========================= ] 956/2367 40% [========================= ] 957/2367 40% [========================= ] 958/2367 40% [========================= ] 959/2367 40% [========================= ] 960/2367 40% [========================= ] 961/2367 40% [========================= ] 962/2367 40% [========================= ] 963/2367 40% [========================= ] 964/2367 40% [========================= ] 965/2367 40% [========================= ] 966/2367 40% [========================= ] 967/2367 40% [========================= ] 968/2367 40% [========================= ] 969/2367 40% [========================= ] 970/2367 40% [========================= ] 971/2367 41% [========================= ] 972/2367 41% [========================= ] 973/2367 41% [========================= ] 974/2367 41% [========================= ] 975/2367 41% [========================= ] 976/2367 41% [========================= ] 977/2367 41% [========================= ] 978/2367 41% [========================= ] 979/2367 41% [========================= ] 980/2367 41% [========================= ] 981/2367 41% [========================= ] 982/2367 41% [========================= ] 983/2367 41% [========================= ] 984/2367 41% [========================= ] 985/2367 41% [========================= ] 986/2367 41% [========================= ] 987/2367 41% [========================= ] 988/2367 41% [========================= ] 989/2367 41% [========================= ] 990/2367 41% [========================= ] 991/2367 41% [========================= ] 992/2367 41% [========================== ] 993/2367 41% [========================== ] 994/2367 41% [========================== ] 995/2367 42% [========================== ] 996/2367 42% [========================== ] 997/2367 42% [========================== ] 998/2367 42% [========================== ] 999/2367 42% [========================== ] 1000/2367 42% [========================== ] 1001/2367 42% [========================== ] 1002/2367 42% [========================== ] 1003/2367 42% [========================== ] 1004/2367 42% [========================== ] 1005/2367 42% [========================== ] 1006/2367 42% [========================== ] 1007/2367 42% [========================== ] 1008/2367 42% [========================== ] 1009/2367 42% [========================== ] 1010/2367 42% [========================== ] 1011/2367 42% [========================== ] 1012/2367 42% [========================== ] 1013/2367 42% [========================== ] 1014/2367 42% [========================== ] 1015/2367 42% [========================== ] 1016/2367 42% [========================== ] 1017/2367 42% [========================== ] 1018/2367 43% [========================== ] 1019/2367 43% [========================== ] 1020/2367 43% [========================== ] 1021/2367 43% [========================== ] 1022/2367 43% [========================== ] 1023/2367 43% [========================== ] 1024/2367 43% [========================== ] 1025/2367 43% [========================== ] 1026/2367 43% [========================== ] 1027/2367 43% [========================== ] 1028/2367 43% [========================== ] 1029/2367 43% [========================== ] 1030/2367 43% [=========================== ] 1031/2367 43% [=========================== ] 1032/2367 43% [=========================== ] 1033/2367 43% [=========================== ] 1034/2367 43% [=========================== ] 1035/2367 43% [=========================== ] 1036/2367 43% [=========================== ] 1037/2367 43% [=========================== ] 1038/2367 43% [=========================== ] 1039/2367 43% [=========================== ] 1040/2367 43% [=========================== ] 1041/2367 43% [=========================== ] 1042/2367 44% [=========================== ] 1043/2367 44% [=========================== ] 1044/2367 44% [=========================== ] 1045/2367 44% [=========================== ] 1046/2367 44% [=========================== ] 1047/2367 44% [=========================== ] 1048/2367 44% [=========================== ] 1049/2367 44% [=========================== ] 1050/2367 44% [=========================== ] 1051/2367 44% [=========================== ] 1052/2367 44% [=========================== ] 1053/2367 44% [=========================== ] 1054/2367 44% [=========================== ] 1055/2367 44% [=========================== ] 1056/2367 44% [=========================== ] 1057/2367 44% [=========================== ] 1058/2367 44% [=========================== ] 1059/2367 44% [=========================== ] 1060/2367 44% [=========================== ] 1061/2367 44% [=========================== ] 1062/2367 44% [=========================== ] 1063/2367 44% [=========================== ] 1064/2367 44% [=========================== ] 1065/2367 44% [=========================== ] 1066/2367 45% [=========================== ] 1067/2367 45% [=========================== ] 1068/2367 45% [============================ ] 1069/2367 45% [============================ ] 1070/2367 45% [============================ ] 1071/2367 45% [============================ ] 1072/2367 45% [============================ ] 1073/2367 45% [============================ ] 1074/2367 45% [============================ ] 1075/2367 45% [============================ ] 1076/2367 45% [============================ ] 1077/2367 45% [============================ ] 1078/2367 45% [============================ ] 1079/2367 45% [============================ ] 1080/2367 45% [============================ ] 1081/2367 45% [============================ ] 1082/2367 45% [============================ ] 1083/2367 45% [============================ ] 1084/2367 45% [============================ ] 1085/2367 45% [============================ ] 1086/2367 45% [============================ ] 1087/2367 45% [============================ ] 1088/2367 45% [============================ ] 1089/2367 46% [============================ ] 1090/2367 46% [============================ ] 1091/2367 46% [============================ ] 1092/2367 46% [============================ ] 1093/2367 46% [============================ ] 1094/2367 46% [============================ ] 1095/2367 46% [============================ ] 1096/2367 46% [============================ ] 1097/2367 46% [============================ ] 1098/2367 46% [============================ ] 1099/2367 46% [============================ ] 1100/2367 46% [============================ ] 1101/2367 46% [============================ ] 1102/2367 46% [============================ ] 1103/2367 46% [============================ ] 1104/2367 46% [============================ ] 1105/2367 46% [============================ ] 1106/2367 46% [============================ ] 1107/2367 46% [============================= ] 1108/2367 46% [============================= ] 1109/2367 46% [============================= ] 1110/2367 46% [============================= ] 1111/2367 46% [============================= ] 1112/2367 46% [============================= ] 1113/2367 47% [============================= ] 1114/2367 47% [============================= ] 1115/2367 47% [============================= ] 1116/2367 47% [============================= ] 1117/2367 47% [============================= ] 1118/2367 47% [============================= ] 1119/2367 47% [============================= ] 1120/2367 47% [============================= ] 1121/2367 47% [============================= ] 1122/2367 47% [============================= ] 1123/2367 47% [============================= ] 1124/2367 47% [============================= ] 1125/2367 47% [============================= ] 1126/2367 47% [============================= ] 1127/2367 47% [============================= ] 1128/2367 47% [============================= ] 1129/2367 47% [============================= ] 1130/2367 47% [============================= ] 1131/2367 47% [============================= ] 1132/2367 47% [============================= ] 1133/2367 47% [============================= ] 1134/2367 47% [============================= ] 1135/2367 47% [============================= ] 1136/2367 47% [============================= ] 1137/2367 48% [============================= ] 1138/2367 48% [============================= ] 1139/2367 48% [============================= ] 1140/2367 48% [============================= ] 1141/2367 48% [============================= ] 1142/2367 48% [============================= ] 1143/2367 48% [============================= ] 1144/2367 48% [============================= ] 1145/2367 48% [============================== ] 1146/2367 48% [============================== ] 1147/2367 48% [============================== ] 1148/2367 48% [============================== ] 1149/2367 48% [============================== ] 1150/2367 48% [============================== ] 1151/2367 48% [============================== ] 1152/2367 48% [============================== ] 1153/2367 48% [============================== ] 1154/2367 48% [============================== ] 1155/2367 48% [============================== ] 1156/2367 48% [============================== ] 1157/2367 48% [============================== ] 1158/2367 48% [============================== ] 1159/2367 48% [============================== ] 1160/2367 49% [============================== ] 1161/2367 49% [============================== ] 1162/2367 49% [============================== ] 1163/2367 49% [============================== ] 1164/2367 49% [============================== ] 1165/2367 49% [============================== ] 1166/2367 49% [============================== ] 1167/2367 49% [============================== ] 1168/2367 49% [============================== ] 1169/2367 49% [============================== ] 1170/2367 49% [============================== ] 1171/2367 49% [============================== ] 1172/2367 49% [============================== ] 1173/2367 49% [============================== ] 1174/2367 49% [============================== ] 1175/2367 49% [============================== ] 1176/2367 49% [============================== ] 1177/2367 49% [============================== ] 1178/2367 49% [============================== ] 1179/2367 49% [============================== ] 1180/2367 49% [============================== ] 1181/2367 49% [============================== ] 1182/2367 49% [============================== ] 1183/2367 49% [=============================== ] 1184/2367 50% [=============================== ] 1185/2367 50% [=============================== ] 1186/2367 50% [=============================== ] 1187/2367 50% [=============================== ] 1188/2367 50% [=============================== ] 1189/2367 50% [=============================== ] 1190/2367 50% [=============================== ] 1191/2367 50% [=============================== ] 1192/2367 50% [=============================== ] 1193/2367 50% [=============================== ] 1194/2367 50% [=============================== ] 1195/2367 50% [=============================== ] 1196/2367 50% [=============================== ] 1197/2367 50% [=============================== ] 1198/2367 50% [=============================== ] 1199/2367 50% [=============================== ] 1200/2367 50% [=============================== ] 1201/2367 50% [=============================== ] 1202/2367 50% [=============================== ] 1203/2367 50% [=============================== ] 1204/2367 50% [=============================== ] 1205/2367 50% [=============================== ] 1206/2367 50% [=============================== ] 1207/2367 50% [=============================== ] 1208/2367 51% [=============================== ] 1209/2367 51% [=============================== ] 1210/2367 51% [=============================== ] 1211/2367 51% [=============================== ] 1212/2367 51% [=============================== ] 1213/2367 51% [=============================== ] 1214/2367 51% [=============================== ] 1215/2367 51% [=============================== ] 1216/2367 51% [=============================== ] 1217/2367 51% [=============================== ] 1218/2367 51% [=============================== ] 1219/2367 51% [=============================== ] 1220/2367 51% [=============================== ] 1221/2367 51% [================================ ] 1222/2367 51% [================================ ] 1223/2367 51% [================================ ] 1224/2367 51% [================================ ] 1225/2367 51% [================================ ] 1226/2367 51% [================================ ] 1227/2367 51% [================================ ] 1228/2367 51% [================================ ] 1229/2367 51% [================================ ] 1230/2367 51% [================================ ] 1231/2367 52% [================================ ] 1232/2367 52% [================================ ] 1233/2367 52% [================================ ] 1234/2367 52% [================================ ] 1235/2367 52% [================================ ] 1236/2367 52% [================================ ] 1237/2367 52% [================================ ] 1238/2367 52% [================================ ] 1239/2367 52% [================================ ] 1240/2367 52% [================================ ] 1241/2367 52% [================================ ] 1242/2367 52% [================================ ] 1243/2367 52% [================================ ] 1244/2367 52% [================================ ] 1245/2367 52% [================================ ] 1246/2367 52% [================================ ] 1247/2367 52% [================================ ] 1248/2367 52% [================================ ] 1249/2367 52% [================================ ] 1250/2367 52% [================================ ] 1251/2367 52% [================================ ] 1252/2367 52% [================================ ] 1253/2367 52% [================================ ] 1254/2367 52% [================================ ] 1255/2367 53% [================================ ] 1256/2367 53% [================================ ] 1257/2367 53% [================================ ] 1258/2367 53% [================================ ] 1259/2367 53% [================================= ] 1260/2367 53% [================================= ] 1261/2367 53% [================================= ] 1262/2367 53% [================================= ] 1263/2367 53% [================================= ] 1264/2367 53% [================================= ] 1265/2367 53% [================================= ] 1266/2367 53% [================================= ] 1267/2367 53% [================================= ] 1268/2367 53% [================================= ] 1269/2367 53% [================================= ] 1270/2367 53% [================================= ] 1271/2367 53% [================================= ] 1272/2367 53% [================================= ] 1273/2367 53% [================================= ] 1274/2367 53% [================================= ] 1275/2367 53% [================================= ] 1276/2367 53% [================================= ] 1277/2367 53% [================================= ] 1278/2367 53% [================================= ] 1279/2367 54% [================================= ] 1280/2367 54% [================================= ] 1281/2367 54% [================================= ] 1282/2367 54% [================================= ] 1283/2367 54% [================================= ] 1284/2367 54% [================================= ] 1285/2367 54% [================================= ] 1286/2367 54% [================================= ] 1287/2367 54% [================================= ] 1288/2367 54% [================================= ] 1289/2367 54% [================================= ] 1290/2367 54% [================================= ] 1291/2367 54% [================================= ] 1292/2367 54% [================================= ] 1293/2367 54% [================================= ] 1294/2367 54% [================================= ] 1295/2367 54% [================================= ] 1296/2367 54% [================================= ] 1297/2367 54% [================================= ] 1298/2367 54% [================================== ] 1299/2367 54% [================================== ] 1300/2367 54% [================================== ] 1301/2367 54% [================================== ] 1302/2367 55% [================================== ] 1303/2367 55% [================================== ] 1304/2367 55% [================================== ] 1305/2367 55% [================================== ] 1306/2367 55% [================================== ] 1307/2367 55% [================================== ] 1308/2367 55% [================================== ] 1309/2367 55% [================================== ] 1310/2367 55% [================================== ] 1311/2367 55% [================================== ] 1312/2367 55% [================================== ] 1313/2367 55% [================================== ] 1314/2367 55% [================================== ] 1315/2367 55% [================================== ] 1316/2367 55% [================================== ] 1317/2367 55% [================================== ] 1318/2367 55% [================================== ] 1319/2367 55% [================================== ] 1320/2367 55% [================================== ] 1321/2367 55% [================================== ] 1322/2367 55% [================================== ] 1323/2367 55% [================================== ] 1324/2367 55% [================================== ] 1325/2367 55% [================================== ] 1326/2367 56% [================================== ] 1327/2367 56% [================================== ] 1328/2367 56% [================================== ] 1329/2367 56% [================================== ] 1330/2367 56% [================================== ] 1331/2367 56% [================================== ] 1332/2367 56% [================================== ] 1333/2367 56% [================================== ] 1334/2367 56% [================================== ] 1335/2367 56% [================================== ] 1336/2367 56% [=================================== ] 1337/2367 56% [=================================== ] 1338/2367 56% [=================================== ] 1339/2367 56% [=================================== ] 1340/2367 56% [=================================== ] 1341/2367 56% [=================================== ] 1342/2367 56% [=================================== ] 1343/2367 56% [=================================== ] 1344/2367 56% [=================================== ] 1345/2367 56% [=================================== ] 1346/2367 56% [=================================== ] 1347/2367 56% [=================================== ] 1348/2367 56% [=================================== ] 1349/2367 56% [=================================== ] 1350/2367 57% [=================================== ] 1351/2367 57% [=================================== ] 1352/2367 57% [=================================== ] 1353/2367 57% [=================================== ] 1354/2367 57% [=================================== ] 1355/2367 57% [=================================== ] 1356/2367 57% [=================================== ] 1357/2367 57% [=================================== ] 1358/2367 57% [=================================== ] 1359/2367 57% [=================================== ] 1360/2367 57% [=================================== ] 1361/2367 57% [=================================== ] 1362/2367 57% [=================================== ] 1363/2367 57% [=================================== ] 1364/2367 57% [=================================== ] 1365/2367 57% [=================================== ] 1366/2367 57% [=================================== ] 1367/2367 57% [=================================== ] 1368/2367 57% [=================================== ] 1369/2367 57% [=================================== ] 1370/2367 57% [=================================== ] 1371/2367 57% [=================================== ] 1372/2367 57% [=================================== ] 1373/2367 58% [=================================== ] 1374/2367 58% [==================================== ] 1375/2367 58% [==================================== ] 1376/2367 58% [==================================== ] 1377/2367 58% [==================================== ] 1378/2367 58% [==================================== ] 1379/2367 58% [==================================== ] 1380/2367 58% [==================================== ] 1381/2367 58% [==================================== ] 1382/2367 58% [==================================== ] 1383/2367 58% [==================================== ] 1384/2367 58% [==================================== ] 1385/2367 58% [==================================== ] 1386/2367 58% [==================================== ] 1387/2367 58% [==================================== ] 1388/2367 58% [==================================== ] 1389/2367 58% [==================================== ] 1390/2367 58% [==================================== ] 1391/2367 58% [==================================== ] 1392/2367 58% [==================================== ] 1393/2367 58% [==================================== ] 1394/2367 58% [==================================== ] 1395/2367 58% [==================================== ] 1396/2367 58% [==================================== ] 1397/2367 59% [==================================== ] 1398/2367 59% [==================================== ] 1399/2367 59% [==================================== ] 1400/2367 59% [==================================== ] 1401/2367 59% [==================================== ] 1402/2367 59% [==================================== ] 1403/2367 59% [==================================== ] 1404/2367 59% [==================================== ] 1405/2367 59% [==================================== ] 1406/2367 59% [==================================== ] 1407/2367 59% [==================================== ] 1408/2367 59% [==================================== ] 1409/2367 59% [==================================== ] 1410/2367 59% [==================================== ] 1411/2367 59% [==================================== ] 1412/2367 59% [===================================== ] 1413/2367 59% [===================================== ] 1414/2367 59% [===================================== ] 1415/2367 59% [===================================== ] 1416/2367 59% [===================================== ] 1417/2367 59% [===================================== ] 1418/2367 59% [===================================== ] 1419/2367 59% [===================================== ] 1420/2367 59% [===================================== ] 1421/2367 60% [===================================== ] 1422/2367 60% [===================================== ] 1423/2367 60% [===================================== ] 1424/2367 60% [===================================== ] 1425/2367 60% [===================================== ] 1426/2367 60% [===================================== ] 1427/2367 60% [===================================== ] 1428/2367 60% [===================================== ] 1429/2367 60% [===================================== ] 1430/2367 60% [===================================== ] 1431/2367 60% [===================================== ] 1432/2367 60% [===================================== ] 1433/2367 60% [===================================== ] 1434/2367 60% [===================================== ] 1435/2367 60% [===================================== ] 1436/2367 60% [===================================== ] 1437/2367 60% [===================================== ] 1438/2367 60% [===================================== ] 1439/2367 60% [===================================== ] 1440/2367 60% [===================================== ] 1441/2367 60% [===================================== ] 1442/2367 60% [===================================== ] 1443/2367 60% [===================================== ] 1444/2367 61% [===================================== ] 1445/2367 61% [===================================== ] 1446/2367 61% [===================================== ] 1447/2367 61% [===================================== ] 1448/2367 61% [===================================== ] 1449/2367 61% [===================================== ] 1450/2367 61% [====================================== ] 1451/2367 61% [====================================== ] 1452/2367 61% [====================================== ] 1453/2367 61% [====================================== ] 1454/2367 61% [====================================== ] 1455/2367 61% [====================================== ] 1456/2367 61% [====================================== ] 1457/2367 61% [====================================== ] 1458/2367 61% [====================================== ] 1459/2367 61% [====================================== ] 1460/2367 61% [====================================== ] 1461/2367 61% [====================================== ] 1462/2367 61% [====================================== ] 1463/2367 61% [====================================== ] 1464/2367 61% [====================================== ] 1465/2367 61% [====================================== ] 1466/2367 61% [====================================== ] 1467/2367 61% [====================================== ] 1468/2367 62% [====================================== ] 1469/2367 62% [====================================== ] 1470/2367 62% [====================================== ] 1471/2367 62% [====================================== ] 1472/2367 62% [====================================== ] 1473/2367 62% [====================================== ] 1474/2367 62% [====================================== ] 1475/2367 62% [====================================== ] 1476/2367 62% [====================================== ] 1477/2367 62% [====================================== ] 1478/2367 62% [====================================== ] 1479/2367 62% [====================================== ] 1480/2367 62% [====================================== ] 1481/2367 62% [====================================== ] 1482/2367 62% [====================================== ] 1483/2367 62% [====================================== ] 1484/2367 62% [====================================== ] 1485/2367 62% [====================================== ] 1486/2367 62% [====================================== ] 1487/2367 62% [====================================== ] 1488/2367 62% [======================================= ] 1489/2367 62% [======================================= ] 1490/2367 62% [======================================= ] 1491/2367 62% [======================================= ] 1492/2367 63% [======================================= ] 1493/2367 63% [======================================= ] 1494/2367 63% [======================================= ] 1495/2367 63% [======================================= ] 1496/2367 63% [======================================= ] 1497/2367 63% [======================================= ] 1498/2367 63% [======================================= ] 1499/2367 63% [======================================= ] 1500/2367 63% [======================================= ] 1501/2367 63% [======================================= ] 1502/2367 63% [======================================= ] 1503/2367 63% [======================================= ] 1504/2367 63% [======================================= ] 1505/2367 63% [======================================= ] 1506/2367 63% [======================================= ] 1507/2367 63% [======================================= ] 1508/2367 63% [======================================= ] 1509/2367 63% [======================================= ] 1510/2367 63% [======================================= ] 1511/2367 63% [======================================= ] 1512/2367 63% [======================================= ] 1513/2367 63% [======================================= ] 1514/2367 63% [======================================= ] 1515/2367 64% [======================================= ] 1516/2367 64% [======================================= ] 1517/2367 64% [======================================= ] 1518/2367 64% [======================================= ] 1519/2367 64% [======================================= ] 1520/2367 64% [======================================= ] 1521/2367 64% [======================================= ] 1522/2367 64% [======================================= ] 1523/2367 64% [======================================= ] 1524/2367 64% [======================================= ] 1525/2367 64% [======================================= ] 1526/2367 64% [======================================= ] 1527/2367 64% [======================================== ] 1528/2367 64% [======================================== ] 1529/2367 64% [======================================== ] 1530/2367 64% [======================================== ] 1531/2367 64% [======================================== ] 1532/2367 64% [======================================== ] 1533/2367 64% [======================================== ] 1534/2367 64% [======================================== ] 1535/2367 64% [======================================== ] 1536/2367 64% [======================================== ] 1537/2367 64% [======================================== ] 1538/2367 64% [======================================== ] 1539/2367 65% [======================================== ] 1540/2367 65% [======================================== ] 1541/2367 65% [======================================== ] 1542/2367 65% [======================================== ] 1543/2367 65% [======================================== ] 1544/2367 65% [======================================== ] 1545/2367 65% [======================================== ] 1546/2367 65% [======================================== ] 1547/2367 65% [======================================== ] 1548/2367 65% [======================================== ] 1549/2367 65% [======================================== ] 1550/2367 65% [======================================== ] 1551/2367 65% [======================================== ] 1552/2367 65% [======================================== ] 1553/2367 65% [======================================== ] 1554/2367 65% [======================================== ] 1555/2367 65% [======================================== ] 1556/2367 65% [======================================== ] 1557/2367 65% [======================================== ] 1558/2367 65% [======================================== ] 1559/2367 65% [======================================== ] 1560/2367 65% [======================================== ] 1561/2367 65% [======================================== ] 1562/2367 65% [======================================== ] 1563/2367 66% [======================================== ] 1564/2367 66% [======================================== ] 1565/2367 66% [========================================= ] 1566/2367 66% [========================================= ] 1567/2367 66% [========================================= ] 1568/2367 66% [========================================= ] 1569/2367 66% [========================================= ] 1570/2367 66% [========================================= ] 1571/2367 66% [========================================= ] 1572/2367 66% [========================================= ] 1573/2367 66% [========================================= ] 1574/2367 66% [========================================= ] 1575/2367 66% [========================================= ] 1576/2367 66% [========================================= ] 1577/2367 66% [========================================= ] 1578/2367 66% [========================================= ] 1579/2367 66% [========================================= ] 1580/2367 66% [========================================= ] 1581/2367 66% [========================================= ] 1582/2367 66% [========================================= ] 1583/2367 66% [========================================= ] 1584/2367 66% [========================================= ] 1585/2367 66% [========================================= ] 1586/2367 67% [========================================= ] 1587/2367 67% [========================================= ] 1588/2367 67% [========================================= ] 1589/2367 67% [========================================= ] 1590/2367 67% [========================================= ] 1591/2367 67% [========================================= ] 1592/2367 67% [========================================= ] 1593/2367 67% [========================================= ] 1594/2367 67% [========================================= ] 1595/2367 67% [========================================= ] 1596/2367 67% [========================================= ] 1597/2367 67% [========================================= ] 1598/2367 67% [========================================= ] 1599/2367 67% [========================================= ] 1600/2367 67% [========================================= ] 1601/2367 67% [========================================= ] 1602/2367 67% [========================================= ] 1603/2367 67% [========================================== ] 1604/2367 67% [========================================== ] 1605/2367 67% [========================================== ] 1606/2367 67% [========================================== ] 1607/2367 67% [========================================== ] 1608/2367 67% [========================================== ] 1609/2367 67% [========================================== ] 1610/2367 68% [========================================== ] 1611/2367 68% [========================================== ] 1612/2367 68% [========================================== ] 1613/2367 68% [========================================== ] 1614/2367 68% [========================================== ] 1615/2367 68% [========================================== ] 1616/2367 68% [========================================== ] 1617/2367 68% [========================================== ] 1618/2367 68% [========================================== ] 1619/2367 68% [========================================== ] 1620/2367 68% [========================================== ] 1621/2367 68% [========================================== ] 1622/2367 68% [========================================== ] 1623/2367 68% [========================================== ] 1624/2367 68% [========================================== ] 1625/2367 68% [========================================== ] 1626/2367 68% [========================================== ] 1627/2367 68% [========================================== ] 1628/2367 68% [========================================== ] 1629/2367 68% [========================================== ] 1630/2367 68% [========================================== ] 1631/2367 68% [========================================== ] 1632/2367 68% [========================================== ] 1633/2367 68% [========================================== ] 1634/2367 69% [========================================== ] 1635/2367 69% [========================================== ] 1636/2367 69% [========================================== ] 1637/2367 69% [========================================== ] 1638/2367 69% [========================================== ] 1639/2367 69% [========================================== ] 1640/2367 69% [========================================== ] 1641/2367 69% [=========================================== ] 1642/2367 69% [=========================================== ] 1643/2367 69% [=========================================== ] 1644/2367 69% [=========================================== ] 1645/2367 69% [=========================================== ] 1646/2367 69% [=========================================== ] 1647/2367 69% [=========================================== ] 1648/2367 69% [=========================================== ] 1649/2367 69% [=========================================== ] 1650/2367 69% [=========================================== ] 1651/2367 69% [=========================================== ] 1652/2367 69% [=========================================== ] 1653/2367 69% [=========================================== ] 1654/2367 69% [=========================================== ] 1655/2367 69% [=========================================== ] 1656/2367 69% [=========================================== ] 1657/2367 70% [=========================================== ] 1658/2367 70% [=========================================== ] 1659/2367 70% [=========================================== ] 1660/2367 70% [=========================================== ] 1661/2367 70% [=========================================== ] 1662/2367 70% [=========================================== ] 1663/2367 70% [=========================================== ] 1664/2367 70% [=========================================== ] 1665/2367 70% [=========================================== ] 1666/2367 70% [=========================================== ] 1667/2367 70% [=========================================== ] 1668/2367 70% [=========================================== ] 1669/2367 70% [=========================================== ] 1670/2367 70% [=========================================== ] 1671/2367 70% [=========================================== ] 1672/2367 70% [=========================================== ] 1673/2367 70% [=========================================== ] 1674/2367 70% [=========================================== ] 1675/2367 70% [=========================================== ] 1676/2367 70% [=========================================== ] 1677/2367 70% [=========================================== ] 1678/2367 70% [=========================================== ] 1679/2367 70% [============================================ ] 1680/2367 70% [============================================ ] 1681/2367 71% [============================================ ] 1682/2367 71% [============================================ ] 1683/2367 71% [============================================ ] 1684/2367 71% [============================================ ] 1685/2367 71% [============================================ ] 1686/2367 71% [============================================ ] 1687/2367 71% [============================================ ] 1688/2367 71% [============================================ ] 1689/2367 71% [============================================ ] 1690/2367 71% [============================================ ] 1691/2367 71% [============================================ ] 1692/2367 71% [============================================ ] 1693/2367 71% [============================================ ] 1694/2367 71% [============================================ ] 1695/2367 71% [============================================ ] 1696/2367 71% [============================================ ] 1697/2367 71% [============================================ ] 1698/2367 71% [============================================ ] 1699/2367 71% [============================================ ] 1700/2367 71% [============================================ ] 1701/2367 71% [============================================ ] 1702/2367 71% [============================================ ] 1703/2367 71% [============================================ ] 1704/2367 71% [============================================ ] 1705/2367 72% [============================================ ] 1706/2367 72% [============================================ ] 1707/2367 72% [============================================ ] 1708/2367 72% [============================================ ] 1709/2367 72% [============================================ ] 1710/2367 72% [============================================ ] 1711/2367 72% [============================================ ] 1712/2367 72% [============================================ ] 1713/2367 72% [============================================ ] 1714/2367 72% [============================================ ] 1715/2367 72% [============================================ ] 1716/2367 72% [============================================ ] 1717/2367 72% [============================================= ] 1718/2367 72% [============================================= ] 1719/2367 72% [============================================= ] 1720/2367 72% [============================================= ] 1721/2367 72% [============================================= ] 1722/2367 72% [============================================= ] 1723/2367 72% [============================================= ] 1724/2367 72% [============================================= ] 1725/2367 72% [============================================= ] 1726/2367 72% [============================================= ] 1727/2367 72% [============================================= ] 1728/2367 73% [============================================= ] 1729/2367 73% [============================================= ] 1730/2367 73% [============================================= ] 1731/2367 73% [============================================= ] 1732/2367 73% [============================================= ] 1733/2367 73% [============================================= ] 1734/2367 73% [============================================= ] 1735/2367 73% [============================================= ] 1736/2367 73% [============================================= ] 1737/2367 73% [============================================= ] 1738/2367 73% [============================================= ] 1739/2367 73% [============================================= ] 1740/2367 73% [============================================= ] 1741/2367 73% [============================================= ] 1742/2367 73% [============================================= ] 1743/2367 73% [============================================= ] 1744/2367 73% [============================================= ] 1745/2367 73% [============================================= ] 1746/2367 73% [============================================= ] 1747/2367 73% [============================================= ] 1748/2367 73% [============================================= ] 1749/2367 73% [============================================= ] 1750/2367 73% [============================================= ] 1751/2367 73% [============================================= ] 1752/2367 74% [============================================= ] 1753/2367 74% [============================================= ] 1754/2367 74% [============================================= ] 1755/2367 74% [============================================= ] 1756/2367 74% [============================================== ] 1757/2367 74% [============================================== ] 1758/2367 74% [============================================== ] 1759/2367 74% [============================================== ] 1760/2367 74% [============================================== ] 1761/2367 74% [============================================== ] 1762/2367 74% [============================================== ] 1763/2367 74% [============================================== ] 1764/2367 74% [============================================== ] 1765/2367 74% [============================================== ] 1766/2367 74% [============================================== ] 1767/2367 74% [============================================== ] 1768/2367 74% [============================================== ] 1769/2367 74% [============================================== ] 1770/2367 74% [============================================== ] 1771/2367 74% [============================================== ] 1772/2367 74% [============================================== ] 1773/2367 74% [============================================== ] 1774/2367 74% [============================================== ] 1775/2367 74% [============================================== ] 1776/2367 75% [============================================== ] 1777/2367 75% [============================================== ] 1778/2367 75% [============================================== ] 1779/2367 75% [============================================== ] 1780/2367 75% [============================================== ] 1781/2367 75% [============================================== ] 1782/2367 75% [============================================== ] 1783/2367 75% [============================================== ] 1784/2367 75% [============================================== ] 1785/2367 75% [============================================== ] 1786/2367 75% [============================================== ] 1787/2367 75% [============================================== ] 1788/2367 75% [============================================== ] 1789/2367 75% [============================================== ] 1790/2367 75% [============================================== ] 1791/2367 75% [============================================== ] 1792/2367 75% [============================================== ] 1793/2367 75% [============================================== ] 1794/2367 75% [=============================================== ] 1795/2367 75% [=============================================== ] 1796/2367 75% [=============================================== ] 1797/2367 75% [=============================================== ] 1798/2367 75% [=============================================== ] 1799/2367 76% [=============================================== ] 1800/2367 76% [=============================================== ] 1801/2367 76% [=============================================== ] 1802/2367 76% [=============================================== ] 1803/2367 76% [=============================================== ] 1804/2367 76% [=============================================== ] 1805/2367 76% [=============================================== ] 1806/2367 76% [=============================================== ] 1807/2367 76% [=============================================== ] 1808/2367 76% [=============================================== ] 1809/2367 76% [=============================================== ] 1810/2367 76% [=============================================== ] 1811/2367 76% [=============================================== ] 1812/2367 76% [=============================================== ] 1813/2367 76% [=============================================== ] 1814/2367 76% [=============================================== ] 1815/2367 76% [=============================================== ] 1816/2367 76% [=============================================== ] 1817/2367 76% [=============================================== ] 1818/2367 76% [=============================================== ] 1819/2367 76% [=============================================== ] 1820/2367 76% [=============================================== ] 1821/2367 76% [=============================================== ] 1822/2367 76% [=============================================== ] 1823/2367 77% [=============================================== ] 1824/2367 77% [=============================================== ] 1825/2367 77% [=============================================== ] 1826/2367 77% [=============================================== ] 1827/2367 77% [=============================================== ] 1828/2367 77% [=============================================== ] 1829/2367 77% [=============================================== ] 1830/2367 77% [=============================================== ] 1831/2367 77% [=============================================== ] 1832/2367 77% [================================================ ] 1833/2367 77% [================================================ ] 1834/2367 77% [================================================ ] 1835/2367 77% [================================================ ] 1836/2367 77% [================================================ ] 1837/2367 77% [================================================ ] 1838/2367 77% [================================================ ] 1839/2367 77% [================================================ ] 1840/2367 77% [================================================ ] 1841/2367 77% [================================================ ] 1842/2367 77% [================================================ ] 1843/2367 77% [================================================ ] 1844/2367 77% [================================================ ] 1845/2367 77% [================================================ ] 1846/2367 77% [================================================ ] 1847/2367 78% [================================================ ] 1848/2367 78% [================================================ ] 1849/2367 78% [================================================ ] 1850/2367 78% [================================================ ] 1851/2367 78% [================================================ ] 1852/2367 78% [================================================ ] 1853/2367 78% [================================================ ] 1854/2367 78% [================================================ ] 1855/2367 78% [================================================ ] 1856/2367 78% [================================================ ] 1857/2367 78% [================================================ ] 1858/2367 78% [================================================ ] 1859/2367 78% [================================================ ] 1860/2367 78% [================================================ ] 1861/2367 78% [================================================ ] 1862/2367 78% [================================================ ] 1863/2367 78% [================================================ ] 1864/2367 78% [================================================ ] 1865/2367 78% [================================================ ] 1866/2367 78% [================================================ ] 1867/2367 78% [================================================ ] 1868/2367 78% [================================================ ] 1869/2367 78% [================================================ ] 1870/2367 79% [================================================= ] 1871/2367 79% [================================================= ] 1872/2367 79% [================================================= ] 1873/2367 79% [================================================= ] 1874/2367 79% [================================================= ] 1875/2367 79% [================================================= ] 1876/2367 79% [================================================= ] 1877/2367 79% [================================================= ] 1878/2367 79% [================================================= ] 1879/2367 79% [================================================= ] 1880/2367 79% [================================================= ] 1881/2367 79% [================================================= ] 1882/2367 79% [================================================= ] 1883/2367 79% [================================================= ] 1884/2367 79% [================================================= ] 1885/2367 79% [================================================= ] 1886/2367 79% [================================================= ] 1887/2367 79% [================================================= ] 1888/2367 79% [================================================= ] 1889/2367 79% [================================================= ] 1890/2367 79% [================================================= ] 1891/2367 79% [================================================= ] 1892/2367 79% [================================================= ] 1893/2367 79% [================================================= ] 1894/2367 80% [================================================= ] 1895/2367 80% [================================================= ] 1896/2367 80% [================================================= ] 1897/2367 80% [================================================= ] 1898/2367 80% [================================================= ] 1899/2367 80% [================================================= ] 1900/2367 80% [================================================= ] 1901/2367 80% [================================================= ] 1902/2367 80% [================================================= ] 1903/2367 80% [================================================= ] 1904/2367 80% [================================================= ] 1905/2367 80% [================================================= ] 1906/2367 80% [================================================= ] 1907/2367 80% [================================================= ] 1908/2367 80% [================================================== ] 1909/2367 80% [================================================== ] 1910/2367 80% [================================================== ] 1911/2367 80% [================================================== ] 1912/2367 80% [================================================== ] 1913/2367 80% [================================================== ] 1914/2367 80% [================================================== ] 1915/2367 80% [================================================== ] 1916/2367 80% [================================================== ] 1917/2367 80% [================================================== ] 1918/2367 81% [================================================== ] 1919/2367 81% [================================================== ] 1920/2367 81% [================================================== ] 1921/2367 81% [================================================== ] 1922/2367 81% [================================================== ] 1923/2367 81% [================================================== ] 1924/2367 81% [================================================== ] 1925/2367 81% [================================================== ] 1926/2367 81% [================================================== ] 1927/2367 81% [================================================== ] 1928/2367 81% [================================================== ] 1929/2367 81% [================================================== ] 1930/2367 81% [================================================== ] 1931/2367 81% [================================================== ] 1932/2367 81% [================================================== ] 1933/2367 81% [================================================== ] 1934/2367 81% [================================================== ] 1935/2367 81% [================================================== ] 1936/2367 81% [================================================== ] 1937/2367 81% [================================================== ] 1938/2367 81% [================================================== ] 1939/2367 81% [================================================== ] 1940/2367 81% [================================================== ] 1941/2367 82% [================================================== ] 1942/2367 82% [================================================== ] 1943/2367 82% [================================================== ] 1944/2367 82% [================================================== ] 1945/2367 82% [================================================== ] 1946/2367 82% [================================================== ] 1947/2367 82% [=================================================== ] 1948/2367 82% [=================================================== ] 1949/2367 82% [=================================================== ] 1950/2367 82% [=================================================== ] 1951/2367 82% [=================================================== ] 1952/2367 82% [=================================================== ] 1953/2367 82% [=================================================== ] 1954/2367 82% [=================================================== ] 1955/2367 82% [=================================================== ] 1956/2367 82% [=================================================== ] 1957/2367 82% [=================================================== ] 1958/2367 82% [=================================================== ] 1959/2367 82% [=================================================== ] 1960/2367 82% [=================================================== ] 1961/2367 82% [=================================================== ] 1962/2367 82% [=================================================== ] 1963/2367 82% [=================================================== ] 1964/2367 82% [=================================================== ] 1965/2367 83% [=================================================== ] 1966/2367 83% [=================================================== ] 1967/2367 83% [=================================================== ] 1968/2367 83% [=================================================== ] 1969/2367 83% [=================================================== ] 1970/2367 83% [=================================================== ] 1971/2367 83% [=================================================== ] 1972/2367 83% [=================================================== ] 1973/2367 83% [=================================================== ] 1974/2367 83% [=================================================== ] 1975/2367 83% [=================================================== ] 1976/2367 83% [=================================================== ] 1977/2367 83% [=================================================== ] 1978/2367 83% [=================================================== ] 1979/2367 83% [=================================================== ] 1980/2367 83% [=================================================== ] 1981/2367 83% [=================================================== ] 1982/2367 83% [=================================================== ] 1983/2367 83% [=================================================== ] 1984/2367 83% [=================================================== ] 1985/2367 83% [==================================================== ] 1986/2367 83% [==================================================== ] 1987/2367 83% [==================================================== ] 1988/2367 83% [==================================================== ] 1989/2367 84% [==================================================== ] 1990/2367 84% [==================================================== ] 1991/2367 84% [==================================================== ] 1992/2367 84% [==================================================== ] 1993/2367 84% [==================================================== ] 1994/2367 84% [==================================================== ] 1995/2367 84% [==================================================== ] 1996/2367 84% [==================================================== ] 1997/2367 84% [==================================================== ] 1998/2367 84% [==================================================== ] 1999/2367 84% [==================================================== ] 2000/2367 84% [==================================================== ] 2001/2367 84% [==================================================== ] 2002/2367 84% [==================================================== ] 2003/2367 84% [==================================================== ] 2004/2367 84% [==================================================== ] 2005/2367 84% [==================================================== ] 2006/2367 84% [==================================================== ] 2007/2367 84% [==================================================== ] 2008/2367 84% [==================================================== ] 2009/2367 84% [==================================================== ] 2010/2367 84% [==================================================== ] 2011/2367 84% [==================================================== ] 2012/2367 85% [==================================================== ] 2013/2367 85% [==================================================== ] 2014/2367 85% [==================================================== ] 2015/2367 85% [==================================================== ] 2016/2367 85% [==================================================== ] 2017/2367 85% [==================================================== ] 2018/2367 85% [==================================================== ] 2019/2367 85% [==================================================== ] 2020/2367 85% [==================================================== ] 2021/2367 85% [==================================================== ] 2022/2367 85% [==================================================== ] 2023/2367 85% [===================================================== ] 2024/2367 85% [===================================================== ] 2025/2367 85% [===================================================== ] 2026/2367 85% [===================================================== ] 2027/2367 85% [===================================================== ] 2028/2367 85% [===================================================== ] 2029/2367 85% [===================================================== ] 2030/2367 85% [===================================================== ] 2031/2367 85% [===================================================== ] 2032/2367 85% [===================================================== ] 2033/2367 85% [===================================================== ] 2034/2367 85% [===================================================== ] 2035/2367 85% [===================================================== ] 2036/2367 86% [===================================================== ] 2037/2367 86% [===================================================== ] 2038/2367 86% [===================================================== ] 2039/2367 86% [===================================================== ] 2040/2367 86% [===================================================== ] 2041/2367 86% [===================================================== ] 2042/2367 86% [===================================================== ] 2043/2367 86% [===================================================== ] 2044/2367 86% [===================================================== ] 2045/2367 86% [===================================================== ] 2046/2367 86% [===================================================== ] 2047/2367 86% [===================================================== ] 2048/2367 86% [===================================================== ] 2049/2367 86% [===================================================== ] 2050/2367 86% [===================================================== ] 2051/2367 86% [===================================================== ] 2052/2367 86% [===================================================== ] 2053/2367 86% [===================================================== ] 2054/2367 86% [===================================================== ] 2055/2367 86% [===================================================== ] 2056/2367 86% [===================================================== ] 2057/2367 86% [===================================================== ] 2058/2367 86% [===================================================== ] 2059/2367 86% [===================================================== ] 2060/2367 87% [===================================================== ] 2061/2367 87% [====================================================== ] 2062/2367 87% [====================================================== ] 2063/2367 87% [====================================================== ] 2064/2367 87% [====================================================== ] 2065/2367 87% [====================================================== ] 2066/2367 87% [====================================================== ] 2067/2367 87% [====================================================== ] 2068/2367 87% [====================================================== ] 2069/2367 87% [====================================================== ] 2070/2367 87% [====================================================== ] 2071/2367 87% [====================================================== ] 2072/2367 87% [====================================================== ] 2073/2367 87% [====================================================== ] 2074/2367 87% [====================================================== ] 2075/2367 87% [====================================================== ] 2076/2367 87% [====================================================== ] 2077/2367 87% [====================================================== ] 2078/2367 87% [====================================================== ] 2079/2367 87% [====================================================== ] 2080/2367 87% [====================================================== ] 2081/2367 87% [====================================================== ] 2082/2367 87% [====================================================== ] 2083/2367 88% [====================================================== ] 2084/2367 88% [====================================================== ] 2085/2367 88% [====================================================== ] 2086/2367 88% [====================================================== ] 2087/2367 88% [====================================================== ] 2088/2367 88% [====================================================== ] 2089/2367 88% [====================================================== ] 2090/2367 88% [====================================================== ] 2091/2367 88% [====================================================== ] 2092/2367 88% [====================================================== ] 2093/2367 88% [====================================================== ] 2094/2367 88% [====================================================== ] 2095/2367 88% [====================================================== ] 2096/2367 88% [====================================================== ] 2097/2367 88% [====================================================== ] 2098/2367 88% [====================================================== ] 2099/2367 88% [======================================================= ] 2100/2367 88% [======================================================= ] 2101/2367 88% [======================================================= ] 2102/2367 88% [======================================================= ] 2103/2367 88% [======================================================= ] 2104/2367 88% [======================================================= ] 2105/2367 88% [======================================================= ] 2106/2367 88% [======================================================= ] 2107/2367 89% [======================================================= ] 2108/2367 89% [======================================================= ] 2109/2367 89% [======================================================= ] 2110/2367 89% [======================================================= ] 2111/2367 89% [======================================================= ] 2112/2367 89% [======================================================= ] 2113/2367 89% [======================================================= ] 2114/2367 89% [======================================================= ] 2115/2367 89% [======================================================= ] 2116/2367 89% [======================================================= ] 2117/2367 89% [======================================================= ] 2118/2367 89% [======================================================= ] 2119/2367 89% [======================================================= ] 2120/2367 89% [======================================================= ] 2121/2367 89% [======================================================= ] 2122/2367 89% [======================================================= ] 2123/2367 89% [======================================================= ] 2124/2367 89% [======================================================= ] 2125/2367 89% [======================================================= ] 2126/2367 89% [======================================================= ] 2127/2367 89% [======================================================= ] 2128/2367 89% [======================================================= ] 2129/2367 89% [======================================================= ] 2130/2367 89% [======================================================= ] 2131/2367 90% [======================================================= ] 2132/2367 90% [======================================================= ] 2133/2367 90% [======================================================= ] 2134/2367 90% [======================================================= ] 2135/2367 90% [======================================================= ] 2136/2367 90% [======================================================= ] 2137/2367 90% [======================================================== ] 2138/2367 90% [======================================================== ] 2139/2367 90% [======================================================== ] 2140/2367 90% [======================================================== ] 2141/2367 90% [======================================================== ] 2142/2367 90% [======================================================== ] 2143/2367 90% [======================================================== ] 2144/2367 90% [======================================================== ] 2145/2367 90% [======================================================== ] 2146/2367 90% [======================================================== ] 2147/2367 90% [======================================================== ] 2148/2367 90% [======================================================== ] 2149/2367 90% [======================================================== ] 2150/2367 90% [======================================================== ] 2151/2367 90% [======================================================== ] 2152/2367 90% [======================================================== ] 2153/2367 90% [======================================================== ] 2154/2367 91% [======================================================== ] 2155/2367 91% [======================================================== ] 2156/2367 91% [======================================================== ] 2157/2367 91% [======================================================== ] 2158/2367 91% [======================================================== ] 2159/2367 91% [======================================================== ] 2160/2367 91% [======================================================== ] 2161/2367 91% [======================================================== ] 2162/2367 91% [======================================================== ] 2163/2367 91% [======================================================== ] 2164/2367 91% [======================================================== ] 2165/2367 91% [======================================================== ] 2166/2367 91% [======================================================== ] 2167/2367 91% [======================================================== ] 2168/2367 91% [======================================================== ] 2169/2367 91% [======================================================== ] 2170/2367 91% [======================================================== ] 2171/2367 91% [======================================================== ] 2172/2367 91% [======================================================== ] 2173/2367 91% [======================================================== ] 2174/2367 91% [======================================================== ] 2175/2367 91% [======================================================== ] 2176/2367 91% [========================================================= ] 2177/2367 91% [========================================================= ] 2178/2367 92% [========================================================= ] 2179/2367 92% [========================================================= ] 2180/2367 92% [========================================================= ] 2181/2367 92% [========================================================= ] 2182/2367 92% [========================================================= ] 2183/2367 92% [========================================================= ] 2184/2367 92% [========================================================= ] 2185/2367 92% [========================================================= ] 2186/2367 92% [========================================================= ] 2187/2367 92% [========================================================= ] 2188/2367 92% [========================================================= ] 2189/2367 92% [========================================================= ] 2190/2367 92% [========================================================= ] 2191/2367 92% [========================================================= ] 2192/2367 92% [========================================================= ] 2193/2367 92% [========================================================= ] 2194/2367 92% [========================================================= ] 2195/2367 92% [========================================================= ] 2196/2367 92% [========================================================= ] 2197/2367 92% [========================================================= ] 2198/2367 92% [========================================================= ] 2199/2367 92% [========================================================= ] 2200/2367 92% [========================================================= ] 2201/2367 92% [========================================================= ] 2202/2367 93% [========================================================= ] 2203/2367 93% [========================================================= ] 2204/2367 93% [========================================================= ] 2205/2367 93% [========================================================= ] 2206/2367 93% [========================================================= ] 2207/2367 93% [========================================================= ] 2208/2367 93% [========================================================= ] 2209/2367 93% [========================================================= ] 2210/2367 93% [========================================================= ] 2211/2367 93% [========================================================= ] 2212/2367 93% [========================================================= ] 2213/2367 93% [========================================================= ] 2214/2367 93% [========================================================== ] 2215/2367 93% [========================================================== ] 2216/2367 93% [========================================================== ] 2217/2367 93% [========================================================== ] 2218/2367 93% [========================================================== ] 2219/2367 93% [========================================================== ] 2220/2367 93% [========================================================== ] 2221/2367 93% [========================================================== ] 2222/2367 93% [========================================================== ] 2223/2367 93% [========================================================== ] 2224/2367 93% [========================================================== ] 2225/2367 94% [========================================================== ] 2226/2367 94% [========================================================== ] 2227/2367 94% [========================================================== ] 2228/2367 94% [========================================================== ] 2229/2367 94% [========================================================== ] 2230/2367 94% [========================================================== ] 2231/2367 94% [========================================================== ] 2232/2367 94% [========================================================== ] 2233/2367 94% [========================================================== ] 2234/2367 94% [========================================================== ] 2235/2367 94% [========================================================== ] 2236/2367 94% [========================================================== ] 2237/2367 94% [========================================================== ] 2238/2367 94% [========================================================== ] 2239/2367 94% [========================================================== ] 2240/2367 94% [========================================================== ] 2241/2367 94% [========================================================== ] 2242/2367 94% [========================================================== ] 2243/2367 94% [========================================================== ] 2244/2367 94% [========================================================== ] 2245/2367 94% [========================================================== ] 2246/2367 94% [========================================================== ] 2247/2367 94% [========================================================== ] 2248/2367 94% [========================================================== ] 2249/2367 95% [========================================================== ] 2250/2367 95% [========================================================== ] 2251/2367 95% [========================================================== ] 2252/2367 95% [=========================================================== ] 2253/2367 95% [=========================================================== ] 2254/2367 95% [=========================================================== ] 2255/2367 95% [=========================================================== ] 2256/2367 95% [=========================================================== ] 2257/2367 95% [=========================================================== ] 2258/2367 95% [=========================================================== ] 2259/2367 95% [=========================================================== ] 2260/2367 95% [=========================================================== ] 2261/2367 95% [=========================================================== ] 2262/2367 95% [=========================================================== ] 2263/2367 95% [=========================================================== ] 2264/2367 95% [=========================================================== ] 2265/2367 95% [=========================================================== ] 2266/2367 95% [=========================================================== ] 2267/2367 95% [=========================================================== ] 2268/2367 95% [=========================================================== ] 2269/2367 95% [=========================================================== ] 2270/2367 95% [=========================================================== ] 2271/2367 95% [=========================================================== ] 2272/2367 95% [=========================================================== ] 2273/2367 96% [=========================================================== ] 2274/2367 96% [=========================================================== ] 2275/2367 96% [=========================================================== ] 2276/2367 96% [=========================================================== ] 2277/2367 96% [=========================================================== ] 2278/2367 96% [=========================================================== ] 2279/2367 96% [=========================================================== ] 2280/2367 96% [=========================================================== ] 2281/2367 96% [=========================================================== ] 2282/2367 96% [=========================================================== ] 2283/2367 96% [=========================================================== ] 2284/2367 96% [=========================================================== ] 2285/2367 96% [=========================================================== ] 2286/2367 96% [=========================================================== ] 2287/2367 96% [=========================================================== ] 2288/2367 96% [=========================================================== ] 2289/2367 96% [=========================================================== ] 2290/2367 96% [============================================================ ] 2291/2367 96% [============================================================ ] 2292/2367 96% [============================================================ ] 2293/2367 96% [============================================================ ] 2294/2367 96% [============================================================ ] 2295/2367 96% [============================================================ ] 2296/2367 97% [============================================================ ] 2297/2367 97% [============================================================ ] 2298/2367 97% [============================================================ ] 2299/2367 97% [============================================================ ] 2300/2367 97% [============================================================ ] 2301/2367 97% [============================================================ ] 2302/2367 97% [============================================================ ] 2303/2367 97% [============================================================ ] 2304/2367 97% [============================================================ ] 2305/2367 97% [============================================================ ] 2306/2367 97% [============================================================ ] 2307/2367 97% [============================================================ ] 2308/2367 97% [============================================================ ] 2309/2367 97% [============================================================ ] 2310/2367 97% [============================================================ ] 2311/2367 97% [============================================================ ] 2312/2367 97% [============================================================ ] 2313/2367 97% [============================================================ ] 2314/2367 97% [============================================================ ] 2315/2367 97% [============================================================ ] 2316/2367 97% [============================================================ ] 2317/2367 97% [============================================================ ] 2318/2367 97% [============================================================ ] 2319/2367 97% [============================================================ ] 2320/2367 98% [============================================================ ] 2321/2367 98% [============================================================ ] 2322/2367 98% [============================================================ ] 2323/2367 98% [============================================================ ] 2324/2367 98% [============================================================ ] 2325/2367 98% [============================================================ ] 2326/2367 98% [============================================================ ] 2327/2367 98% [============================================================ ] 2328/2367 98% [============================================================= ] 2329/2367 98% [============================================================= ] 2330/2367 98% [============================================================= ] 2331/2367 98% [============================================================= ] 2332/2367 98% [============================================================= ] 2333/2367 98% [============================================================= ] 2334/2367 98% [============================================================= ] 2335/2367 98% [============================================================= ] 2336/2367 98% [============================================================= ] 2337/2367 98% [============================================================= ] 2338/2367 98% [============================================================= ] 2339/2367 98% [============================================================= ] 2340/2367 98% [============================================================= ] 2341/2367 98% [============================================================= ] 2342/2367 98% [============================================================= ] 2343/2367 98% [============================================================= ] 2344/2367 99% [============================================================= ] 2345/2367 99% [============================================================= ] 2346/2367 99% [============================================================= ] 2347/2367 99% [============================================================= ] 2348/2367 99% [============================================================= ] 2349/2367 99% [============================================================= ] 2350/2367 99% [============================================================= ] 2351/2367 99% [============================================================= ] 2352/2367 99% [============================================================= ] 2353/2367 99% [============================================================= ] 2354/2367 99% [============================================================= ] 2355/2367 99% [============================================================= ] 2356/2367 99% [============================================================= ] 2357/2367 99% [============================================================= ] 2358/2367 99% [============================================================= ] 2359/2367 99% [============================================================= ] 2360/2367 99% [============================================================= ] 2361/2367 99% [============================================================= ] 2362/2367 99% [============================================================= ] 2363/2367 99% [============================================================= ] 2364/2367 99% [============================================================= ] 2365/2367 99% [============================================================= ] 2366/2367 99% [==============================================================] 2367/2367 100% operation complete, 2367 objects in 73337 NAND pages. ln -snf /tmp/instance-8/output-1/host/arc-buildroot-linux-uclibc/sysroot /tmp/instance-8/output-1/staging make: Leaving directory '/tmp/instance-8/buildroot' make: Entering directory '/tmp/instance-8/buildroot' >>> Buildroot 2022.08-455-g4f00b909b9 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final arc-2020.09-release Collecting legal info >>> host-binutils 2.39 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> 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-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial arc-2020.09-release Collecting legal info >>> linux-headers 5.4.212 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> alsa-lib 1.2.7.2 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> android-tools 4.2.2+git20130218 Collecting legal info debian/copyright: OK (sha256: 170c5939bf8c8eed1db8f66f2d6155e8c1a3e799e390b55e7aad253195b1ebf5) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-android-tools 4.2.2+git20130218 Collecting legal info debian/copyright: OK (sha256: 170c5939bf8c8eed1db8f66f2d6155e8c1a3e799e390b55e7aad253195b1ebf5) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> bearssl 0.6 Collecting legal info LICENSE.txt: OK (sha256: 771bf18c8633ea69ec9b07d2e604c4b99b7bef41b0f5ce6385d24df4448f61ca) >>> bird 2.0.10 Collecting legal info README: OK (sha256: 94c53c84320078920ac1f0d49c81a4e9004512f534521a58bdf145acbcbc2cd2) >>> bitwise 0.43 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-bmap-tools 3.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-python-setuptools 65.3.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.7 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.9 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.3 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> kmod 29 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> 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) >>> file 5.41 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: c4fa92d6504b88484a12140fe3e24b9b29b0112717f94b1ff4205d54828b1c70) >>> host-file 5.41 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: c4fa92d6504b88484a12140fe3e24b9b29b0112717f94b1ff4205d54828b1c70) >>> ca-certificates 20211016 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> can-utils 2021.08.0 Collecting legal info LICENSES/BSD-3-Clause: OK (sha256: c3dc748f5e725cf5ed89784fe78e4ff1b05d309bf1e7ade4c572e8fde1b8406c) LICENSES/GPL-2.0-only.txt: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> cantarell 0.0.25 Collecting legal info COPYING: OK (sha256: 79a9d6198c0d9192c1b0bf55bcbc404a39390bd0d8c650cf20d652c2eaa284d8) >>> cmocka 1.1.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> corkscrew 2.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> cracklib 2.9.8 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cracklib 2.9.8 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> dav1d 1.0.0 Collecting legal info COPYING: OK (sha256: b327887de263238deaa80c34cdd2ff3e0ba1d35db585ce14a37ce3e74ee389e9) >>> host-meson 0.63.3 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> dieharder 3.31.1 Collecting legal info COPYING: OK (sha256: c475bcd1afa6fc15a65174e31c599c0d23706a34e4b9f2fcb03a4dad5438d53f) >>> gsl 2.6 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ebtables 2.0.11 Collecting legal info COPYING: OK (sha256: ebdb8ae564c952792017ec680e2edd30443642216eb9f8a3d8fa166c0cb628c1) >>> expat 2.4.9 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-f2fs-tools 1.15.0 Collecting legal info COPYING: OK (sha256: 662abb3a8a80b36ae7036c289dd1e03b361ee5dd2e6fd5211d0d8d029146449f) >>> 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) >>> fping 5.1 Collecting legal info COPYING: OK (sha256: 6051b27e4b4a648f7bc8b329024da53a6e95ce88fcf0ccc259c371a74b741757) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> ftop 1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> haserl 0.9.36 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> heirloom-mailx 12.5 Collecting legal info COPYING: OK (sha256: 5ddc00aed98a0cf75fc7edfd9f3aeb1e919ae0ad5e9ff55d61f643d62d802b07) >>> inadyn 2.9.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> initscripts Collecting legal info >>> leafnode2 2.0.0.alpha20140727b Collecting legal info COPYING: OK (sha256: 59d37f745dc5a2d63a51dff344f4ad89f72e76f8c7b7d877f20880d838b1bec9) COPYING.LGPL: OK (sha256: 0c92246a9d3636e0aa6a244f6c481639b2e530fbbb25bc048ce7acd83e1fc5f6) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libcorrect ce6c17f1f988765ae3695315d7cce1f2a2e6cf0d Collecting legal info LICENSE: OK (sha256: 135138cd4304aa637836758dc5edfb5f21b7d09ecc637d25288d206b151a5768) >>> libcurl 7.84.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> libdill 32d0e8b733416208e0412a56490332772bc5c6e1 Collecting legal info COPYING: OK (sha256: 3f78d9c42c8919cb6dc63e51de17b9eb40a49d9cdd876ce59e77392721e8c2c6) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libhtp 0.5.40 Collecting legal info LICENSE: OK (sha256: 87c93904e5434c81622ea690c2b90097b9f162aaa92a96542649a157dbf98d15) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> libiio 0.24 Collecting legal info COPYING.txt: OK (sha256: 102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> libnetfilter_cthelper 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libopenaptx 0.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libpwquality 1.4.4 Collecting legal info COPYING: OK (sha256: aa44d09f651bf99b56253187c7778a240740c767d28453ab7fdc9804c842baee) >>> libsha1 0.3 Collecting legal info COPYING: OK (sha256: 4c387926596bfeacc5b72ebeb96ab36c299a07568e18592c727a6c11dd512c20) >>> libshout 2.4.5 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libsndfile 1.1.0 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libsoxr 0.1.3 Collecting legal info LICENCE: OK (sha256: dc98676341fdcd29d9f279c9679d6a75288785b174ded8d1b2e316c366166135) COPYING.LGPL: OK (sha256: f2f118b9029ec1871b953639ecc46651b2fc7b62e295e6cf3ef2ac4c9a058b33) >>> libuhttpd 3.14.1 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> libwebsock 3c1615eeadb0b582b63851073bfe3e5132f31ebc Collecting legal info COPYING.lesser: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libxmlrpc r3119 Collecting legal info doc/COPYING: OK (sha256: db7a6d3f187b218c3534010a83424c6bcdef88e6a0b6b1aa3a8762238bd642e6) >>> linux-firmware 20220310 Collecting legal info LICENCE.Marvell: OK (sha256: 2d6062d63b91eb750bf741498691604f75184b9fee97608ec537cd09bd6a42b4) LICENCE.cypress: OK (sha256: ae0db6cc4db33941148df0f67de53e76a77b1b5a46b3165edb7040aa2750015f) LICENCE.iwlwifi_firmware: OK (sha256: 16d5040c7cf851fc693b7542e20870935b99802533ea1bfd231c377a2305e5c5) LICENCE.qat_firmware: OK (sha256: 2051d5bf0755a0668f8c3d9a0d1c41d4b8cc411aba70f720fda71ae9e3b4d25c) LICENSE.QualcommAtheros_ath10k: OK (sha256: 337a55102138d7baa143ee4a4c6c91693e0113fece35d380b2a12109e8c23b3f) WHENCE: OK (sha256: 75afdb5d45a21ff95ff7aa82d67bc42a83830f2def98ea937c01d6e7603d76f9) >>> linuxptp 3.1.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lockdev 1.0.3 Collecting legal info LICENSE: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> make 4.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> mbedtls 2.28.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> memcached 1.6.16 Collecting legal info COPYING: OK (sha256: bc887c4ad8051fe690ace9528fe37a2e0bb362e6d963331d82e845ca9b585a0c) >>> minizip-zlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> monit 5.26.0 Collecting legal info COPYING: OK (sha256: d5a4f52b1a5e1e7fe14e01a76aac8b08dc6bbea15466058f271456c97aac1ada) >>> most 5.2.0 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) COPYRIGHT: OK (sha256: 3d8f860532c9f202db9300375fb29a1e7b32f538c6033e7013266ad55317fc3e) >>> slang 2.3.2 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> mpd-mpc 0.34 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mpg123 1.25.15 Collecting legal info COPYING: OK (sha256: f40e0dd86b27b52e429b693a87b3ca63ae0a98a4d142e77207aa6bdf1db7a295) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> mpir 3.0.0 Collecting legal info COPYING.LIB: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> host-yasm 1.3.0 Collecting legal info COPYING: OK (sha256: 795f8d76eade6130129b680ac72ea81cb3e143467a65ea1f5f64946151d7fa20) BSD.txt: OK (sha256: a84b45f23040624681ca6974ff48d8ef6b477a1cb51e4a1c842e49d00c231e0d) Artistic.txt: OK (sha256: b7fd9b73ea99602016a326e0b62e6646060d18febdd065ceca8bb482208c3d88) GNU_GPL-2.0: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) GNU_LGPL-2.0: OK (sha256: 1faefae1fe8838a2e48864df7d1376e421a50c551c5ae2f60c9f2093206e18a9) >>> msmtp 1.8.14 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> mtdev 1.1.6 Collecting legal info COPYING: OK (sha256: 795bfe74daae59a97d3a0c8ec0ba0f08c243adf94a3aa7981a4136fce31d55b4) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> nilfs-utils 2.2.9 Collecting legal info COPYING: OK (sha512: 4fc92d3998910acb108f81b1aee70a55a572b661a2766d0e57a55e48e2b737eea41415356cbd62593f26aec5797ab9fbb40211d7782b5834b4855ff1ce6ad5f7) >>> odroidc2-firmware s905_6.0.1_v5.5 Collecting legal info >>> open-plc-utils 32408520fcebe785983a68e39ec83830a3005779 Collecting legal info LICENSE: OK (sha256: 3137c632bbcec5e88b72dc13f4fe06ee184eea364fec8f7494bdfa57672ef921) >>> opentyrian-data 2.1 Collecting legal info >>> opentyrian cf5dbeb69eebd9ef9afc4473088d9469b79589eb Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> p910nd 0.97 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcsc-lite 1.9.8 Collecting legal info COPYING: OK (sha256: 40d4358bb8dc8d30f5365ae6d999b6f820bbc051b292912482f2e4d0ebd837e1) GPL-3.0.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pigz 2.7 Collecting legal info README: OK (sha256: 67e2b9e30e924724a9d72549a6004ed15a041f51d9ea9ab781e048fa27ae07a2) >>> pipewire 0.3.57 Collecting legal info COPYING: OK (sha256: 8909c319a7e27dbb33a15b9035f89ab3b7b2f6a12f8bcddc755206a8db1ada44) LICENSE: OK (sha256: be4be5d77424833edf31f53fc1f1cecb6996b9e2d747d9e6fb8f878362ebc92b) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> read-edid 3.0.2 Collecting legal info LICENSE: OK (sha256: 1f8e8a59865d73076ab0a015330bc5bde7332384281260093878a3c366b778b7) >>> rtty 7.4.0 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> s6-linux-utils 2.5.1.5 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> sbc 2.0 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> screen 4.9.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> sdl_mixer d1725fcb7c4e987aeb7ecdc94cb8b6375b702170 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> sdl_ttf 70b2940cc75e92aab02a67d2f827caf2836a2c74 Collecting legal info COPYING: OK (sha256: b609721d3d4ac67facaf86f068c8b311b6c5f6cef89b6d84268aa38b7867ab7b) >>> sdparm 1.10 Collecting legal info COPYING: OK (sha256: 4f98444e14adb18a94a65c3ded5f0dad42d382c6a2288b593a2d5bd5ecc4f46d) >>> sofia-sip 1.13.8 Collecting legal info COPYING: OK (sha256: e1c0890440efe31b6cd2ee2abf895eb917c787799f079133f5809414d90d5d60) COPYRIGHTS: OK (sha256: b402ae58cf355b33be8fa023f704a039e3d41ecaccd2bbcda43ca31d703e4556) >>> sound-theme-borealis 0.9a Collecting legal info >>> sound-theme-freedesktop 0.7 Collecting legal info >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> spidev_test 4.10 Collecting legal info >>> host-squashfs 4.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> strongswan 5.9.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 2292e21797754548dccdef9eef6aee7584e552fbd890fa914e1de8d3577d23f0) >>> tcpdump 4.99.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> tcpreplay 4.4.2 Collecting legal info docs/LICENSE: OK (sha256: 07cf5e92d475287a7d1663b33097f40cae5adf03ed8920fcd4374e3dfb48c8ad) >>> thttpd 2.29 Collecting legal info thttpd.c: OK (sha256: be059e6b8219d5bb5480fa6a2864bbb34892f56951d03d08b356bc1fa8c81a01) >>> tini 0.19.0 Collecting legal info LICENSE: OK (sha256: e5f46bca81266bdd511cf08018d66866870531794569c04f9b45f50dd23c28b0) >>> tinycbor 0.6.0 Collecting legal info LICENSE: OK (sha256: 3c6ba0b5bfa7830505301ffb336a17b0748e0d61c4d34216e9dc98f10e40395e) >>> tor 0.4.7.10 Collecting legal info LICENSE: OK (sha256: 47b54ed17e8fdcab3c44729a1789a09b208f9a63a845a7e50def9df729eebad0) >>> twolame 0.4.0 Collecting legal info COPYING: OK (sha256: 257a842724705950b07da76ce0e22ffa80ec77b3e9dfc6702522ac342409da0f) >>> unbound 1.16.3 Collecting legal info LICENSE: OK (sha256: 8eb9a16cbfb8703090bbfa3a2028fd46bb351509a2f90dc1001e51fbe6fd45db) >>> vis-network 9.1.0 Collecting legal info LICENSE-APACHE-2.0: OK (sha256: 1509904280a272780fd69c04b858f512cf216f8e3464a0dd98d8f34416feced9) LICENSE-MIT: OK (sha256: 1f65085e54c036645082257618db2c7b787e68c3b02485e214ecd09e0834ee8f) >>> vmtouch 1.3.1 Collecting legal info LICENSE: OK (sha256: 13258709ed29c17394e0a3ba8c8b9360af35b85231db514f11a0ba385cecd08e) >>> whetstone 1.2 Collecting legal info >>> xinetd 2.3.15 Collecting legal info COPYRIGHT: OK (sha256: 2f3dd19831b1837f7360f80a7700a130c04a59e387d4359299d6df712308bbed) >>> ympd 1.3.0 Collecting legal info LICENSE: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-mtd 2.1.3 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-arc-2020.09-release: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-arc-2020.09-release: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.4.212: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: odroidc2-firmware-s905_6.0.1_v5.5: cannot save license (ODROIDC2_FIRMWARE_LICENSE_FILES not defined) WARNING: opentyrian-data-2.1: cannot save license (OPENTYRIAN_DATA_LICENSE_FILES not defined) WARNING: sound-theme-borealis-0.9a: cannot save license (SOUND_THEME_BOREALIS_LICENSE_FILES not defined) WARNING: sound-theme-freedesktop-0.7: cannot save license (SOUND_THEME_FREEDESKTOP_LICENSE_FILES not defined) WARNING: spidev_test-4.10: cannot save license (SPIDEV_TEST_LICENSE_FILES not defined) WARNING: whetstone-1.2: cannot save license (WHETSTONE_LICENSE_FILES not defined) Legal info produced in /tmp/instance-8/output-1/legal-info make: Leaving directory '/tmp/instance-8/buildroot'