622592, 655360, 688128, 720896, 753664, 786432, 819200, 851968, 884736, 917504, 950272, 983040, 1015808, 1048576, 1081344, 1114112, 1146880, 1179648, 1212416, 1245184, 1277952 Allocating group tables: 0/40 done Writing inode tables: 0/40 done Copying files into the device: done Writing superblocks and filesystem accounting information: 0/40 done >>> Generating filesystem image rootfs.ubifs mkdir -p /home/thomas/autobuild/instance-0/output-1/images rm -rf /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ubifs mkdir -p /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-0/output-1/target/ /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-0/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot echo "/home/thomas/autobuild/instance-0/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /home/thomas/autobuild/instance-0/output-1/host/sbin/mkfs.ubifs -d /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 2048 -m 0x800 -x none -o /home/thomas/autobuild/instance-0/output-1/images/rootfs.ubifs\n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target table='/home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" gzip -9 -c -n /home/thomas/autobuild/instance-0/output-1/images/rootfs.ubifs > /home/thomas/autobuild/instance-0/output-1/images/rootfs.ubifs.gz >>> Generating filesystem image rootfs.ubi mkdir -p /home/thomas/autobuild/instance-0/output-1/images rm -rf /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ubi mkdir -p /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ubi rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-0/output-1/target/ /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ubi/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ubi/target" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-0/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ubi/target >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot echo "/home/thomas/autobuild/instance-0/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ubi/target" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ubi/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ubi/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot echo "find /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ubi/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot echo "find /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ubi/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot printf ' sed '\''s;BR2_ROOTFS_UBIFS_PATH;/home/thomas/autobuild/instance-0/output-1/images/rootfs.ubifs;;s;BINARIES_DIR;/home/thomas/autobuild/instance-0/output-1/images;'\'' fs/ubi/ubinize.cfg > /home/thomas/autobuild/instance-0/output-1/build/ubinize.cfg\n /home/thomas/autobuild/instance-0/output-1/host/sbin/ubinize -o /home/thomas/autobuild/instance-0/output-1/images/rootfs.ubi -m 0x800 -p 0x20000 -s 512 /home/thomas/autobuild/instance-0/output-1/build/ubinize.cfg\n rm /home/thomas/autobuild/instance-0/output-1/build/ubinize.cfg\n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot chmod a+x /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot rootdir=/home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ubi/target table='/home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' ubinize: volume size was not specified in section "ubifs", assume minimum to fit image "/home/thomas/autobuild/instance-0/output-1/images/rootfs.ubifs"154312704 bytes (147.1 MiB) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/thomas/autobuild/instance-0/output-1/images rm -rf /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-0/output-1/target/ /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-0/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/thomas/autobuild/instance-0/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/thomas/autobuild/instance-0/output-1/host/bin/mkyaffs2 --all-root /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target /home/thomas/autobuild/instance-0/output-1/images/rootfs.yaffs2\n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target table='/home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 2851 objects. stage 2: creating image '/home/thomas/autobuild/instance-0/output-1/images/rootfs.yaffs2' [ ] 1/2851 0% [ ] 2/2851 0% [ ] 3/2851 0% [ ] 4/2851 0% [ ] 5/2851 0% [ ] 6/2851 0% [ ] 7/2851 0% [ ] 8/2851 0% [ ] 9/2851 0% [ ] 10/2851 0% [ ] 11/2851 0% [ ] 12/2851 0% [ ] 13/2851 0% [ ] 14/2851 0% [ ] 15/2851 0% [ ] 16/2851 0% [ ] 17/2851 0% [ ] 18/2851 0% [ ] 19/2851 0% [ ] 20/2851 0% [ ] 21/2851 0% [ ] 22/2851 0% [ ] 23/2851 0% [ ] 24/2851 0% [ ] 25/2851 0% [ ] 26/2851 0% [ ] 27/2851 0% [ ] 28/2851 0% [ ] 29/2851 1% [ ] 30/2851 1% [ ] 31/2851 1% [ ] 32/2851 1% [ ] 33/2851 1% [ ] 34/2851 1% [ ] 35/2851 1% [ ] 36/2851 1% [ ] 37/2851 1% [ ] 38/2851 1% [ ] 39/2851 1% [ ] 40/2851 1% [ ] 41/2851 1% [ ] 42/2851 1% [ ] 43/2851 1% [ ] 44/2851 1% [ ] 45/2851 1% [= ] 46/2851 1% [= ] 47/2851 1% [= ] 48/2851 1% [= ] 49/2851 1% [= ] 50/2851 1% [= ] 51/2851 1% [= ] 52/2851 1% [= ] 53/2851 1% [= ] 54/2851 1% [= ] 55/2851 1% [= ] 56/2851 1% [= ] 57/2851 1% [= ] 58/2851 2% [= ] 59/2851 2% [= ] 60/2851 2% [= ] 61/2851 2% [= ] 62/2851 2% [= ] 63/2851 2% [= ] 64/2851 2% [= ] 65/2851 2% [= ] 66/2851 2% [= ] 67/2851 2% [= ] 68/2851 2% [= ] 69/2851 2% [= ] 70/2851 2% [= ] 71/2851 2% [= ] 72/2851 2% [= ] 73/2851 2% [= ] 74/2851 2% [= ] 75/2851 2% [= ] 76/2851 2% [= ] 77/2851 2% [= ] 78/2851 2% [= ] 79/2851 2% [= ] 80/2851 2% [= ] 81/2851 2% [= ] 82/2851 2% [= ] 83/2851 2% [= ] 84/2851 2% [= ] 85/2851 2% [= ] 86/2851 3% [= ] 87/2851 3% [= ] 88/2851 3% [= ] 89/2851 3% [= ] 90/2851 3% [= ] 91/2851 3% [== ] 92/2851 3% [== ] 93/2851 3% [== ] 94/2851 3% [== ] 95/2851 3% [== ] 96/2851 3% [== ] 97/2851 3% [== ] 98/2851 3% [== ] 99/2851 3% [== ] 100/2851 3% [== ] 101/2851 3% [== ] 102/2851 3% [== ] 103/2851 3% [== ] 104/2851 3% [== ] 105/2851 3% [== ] 106/2851 3% [== ] 107/2851 3% [== ] 108/2851 3% [== ] 109/2851 3% [== ] 110/2851 3% [== ] 111/2851 3% [== ] 112/2851 3% [== ] 113/2851 3% [== ] 114/2851 3% [== ] 115/2851 4% [== ] 116/2851 4% [== ] 117/2851 4% [== ] 118/2851 4% [== ] 119/2851 4% [== ] 120/2851 4% [== ] 121/2851 4% [== ] 122/2851 4% [== ] 123/2851 4% [== ] 124/2851 4% [== ] 125/2851 4% [== ] 126/2851 4% [== ] 127/2851 4% [== ] 128/2851 4% [== ] 129/2851 4% [== ] 130/2851 4% [== ] 131/2851 4% [== ] 132/2851 4% [== ] 133/2851 4% [== ] 134/2851 4% [== ] 135/2851 4% [== ] 136/2851 4% [== ] 137/2851 4% [=== ] 138/2851 4% [=== ] 139/2851 4% [=== ] 140/2851 4% [=== ] 141/2851 4% [=== ] 142/2851 4% [=== ] 143/2851 5% [=== ] 144/2851 5% [=== ] 145/2851 5% [=== ] 146/2851 5% [=== ] 147/2851 5% [=== ] 148/2851 5% [=== ] 149/2851 5% [=== ] 150/2851 5% [=== ] 151/2851 5% [=== ] 152/2851 5% [=== ] 153/2851 5% [=== ] 154/2851 5% [=== ] 155/2851 5% [=== ] 156/2851 5% [=== ] 157/2851 5% [=== ] 158/2851 5% [=== ] 159/2851 5% [=== ] 160/2851 5% [=== ] 161/2851 5% [=== ] 162/2851 5% [=== ] 163/2851 5% [=== ] 164/2851 5% [=== ] 165/2851 5% [=== ] 166/2851 5% [=== ] 167/2851 5% [=== ] 168/2851 5% [=== ] 169/2851 5% [=== ] 170/2851 5% [=== ] 171/2851 5% [=== ] 172/2851 6% [=== ] 173/2851 6% [=== ] 174/2851 6% [=== ] 175/2851 6% [=== ] 176/2851 6% [=== ] 177/2851 6% [=== ] 178/2851 6% [=== ] 179/2851 6% [=== ] 180/2851 6% [=== ] 181/2851 6% [=== ] 182/2851 6% [=== ] 183/2851 6% [==== ] 184/2851 6% [==== ] 185/2851 6% [==== ] 186/2851 6% [==== ] 187/2851 6% [==== ] 188/2851 6% [==== ] 189/2851 6% [==== ] 190/2851 6% [==== ] 191/2851 6% [==== ] 192/2851 6% [==== ] 193/2851 6% [==== ] 194/2851 6% [==== ] 195/2851 6% [==== ] 196/2851 6% [==== ] 197/2851 6% [==== ] 198/2851 6% [==== ] 199/2851 6% [==== ] 200/2851 7% [==== ] 201/2851 7% [==== ] 202/2851 7% [==== ] 203/2851 7% [==== ] 204/2851 7% [==== ] 205/2851 7% [==== ] 206/2851 7% [==== ] 207/2851 7% [==== ] 208/2851 7% [==== ] 209/2851 7% [==== ] 210/2851 7% [==== ] 211/2851 7% [==== ] 212/2851 7% [==== ] 213/2851 7% [==== ] 214/2851 7% [==== ] 215/2851 7% [==== ] 216/2851 7% [==== ] 217/2851 7% [==== ] 218/2851 7% [==== ] 219/2851 7% [==== ] 220/2851 7% [==== ] 221/2851 7% [==== ] 222/2851 7% [==== ] 223/2851 7% [==== ] 224/2851 7% [==== ] 225/2851 7% [==== ] 226/2851 7% [==== ] 227/2851 7% [==== ] 228/2851 7% [==== ] 229/2851 8% [===== ] 230/2851 8% [===== ] 231/2851 8% [===== ] 232/2851 8% [===== ] 233/2851 8% [===== ] 234/2851 8% [===== ] 235/2851 8% [===== ] 236/2851 8% [===== ] 237/2851 8% [===== ] 238/2851 8% [===== ] 239/2851 8% [===== ] 240/2851 8% [===== ] 241/2851 8% [===== ] 242/2851 8% [===== ] 243/2851 8% [===== ] 244/2851 8% [===== ] 245/2851 8% [===== ] 246/2851 8% [===== ] 247/2851 8% [===== ] 248/2851 8% [===== ] 249/2851 8% [===== ] 250/2851 8% [===== ] 251/2851 8% [===== ] 252/2851 8% [===== ] 253/2851 8% [===== ] 254/2851 8% [===== ] 255/2851 8% [===== ] 256/2851 8% [===== ] 257/2851 9% [===== ] 258/2851 9% [===== ] 259/2851 9% [===== ] 260/2851 9% [===== ] 261/2851 9% [===== ] 262/2851 9% [===== ] 263/2851 9% [===== ] 264/2851 9% [===== ] 265/2851 9% [===== ] 266/2851 9% [===== ] 267/2851 9% [===== ] 268/2851 9% [===== ] 269/2851 9% [===== ] 270/2851 9% [===== ] 271/2851 9% [===== ] 272/2851 9% [===== ] 273/2851 9% [===== ] 274/2851 9% [===== ] 275/2851 9% [====== ] 276/2851 9% [====== ] 277/2851 9% [====== ] 278/2851 9% [====== ] 279/2851 9% [====== ] 280/2851 9% [====== ] 281/2851 9% [====== ] 282/2851 9% [====== ] 283/2851 9% [====== ] 284/2851 9% [====== ] 285/2851 9% [====== ] 286/2851 10% [====== ] 287/2851 10% [====== ] 288/2851 10% [====== ] 289/2851 10% [====== ] 290/2851 10% [====== ] 291/2851 10% [====== ] 292/2851 10% [====== ] 293/2851 10% [====== ] 294/2851 10% [====== ] 295/2851 10% [====== ] 296/2851 10% [====== ] 297/2851 10% [====== ] 298/2851 10% [====== ] 299/2851 10% [====== ] 300/2851 10% [====== ] 301/2851 10% [====== ] 302/2851 10% [====== ] 303/2851 10% [====== ] 304/2851 10% [====== ] 305/2851 10% [====== ] 306/2851 10% [====== ] 307/2851 10% [====== ] 308/2851 10% [====== ] 309/2851 10% [====== ] 310/2851 10% [====== ] 311/2851 10% [====== ] 312/2851 10% [====== ] 313/2851 10% [====== ] 314/2851 11% [====== ] 315/2851 11% [====== ] 316/2851 11% [====== ] 317/2851 11% [====== ] 318/2851 11% [====== ] 319/2851 11% [====== ] 320/2851 11% [====== ] 321/2851 11% [======= ] 322/2851 11% [======= ] 323/2851 11% [======= ] 324/2851 11% [======= ] 325/2851 11% [======= ] 326/2851 11% [======= ] 327/2851 11% [======= ] 328/2851 11% [======= ] 329/2851 11% [======= ] 330/2851 11% [======= ] 331/2851 11% [======= ] 332/2851 11% [======= ] 333/2851 11% [======= ] 334/2851 11% [======= ] 335/2851 11% [======= ] 336/2851 11% [======= ] 337/2851 11% [======= ] 338/2851 11% [======= ] 339/2851 11% [======= ] 340/2851 11% [======= ] 341/2851 11% [======= ] 342/2851 11% [======= ] 343/2851 12% [======= ] 344/2851 12% [======= ] 345/2851 12% [======= ] 346/2851 12% [======= ] 347/2851 12% [======= ] 348/2851 12% [======= ] 349/2851 12% [======= ] 350/2851 12% [======= ] 351/2851 12% [======= ] 352/2851 12% [======= ] 353/2851 12% [======= ] 354/2851 12% [======= ] 355/2851 12% [======= ] 356/2851 12% [======= ] 357/2851 12% [======= ] 358/2851 12% [======= ] 359/2851 12% [======= ] 360/2851 12% [======= ] 361/2851 12% [======= ] 362/2851 12% [======= ] 363/2851 12% [======= ] 364/2851 12% [======= ] 365/2851 12% [======= ] 366/2851 12% [======= ] 367/2851 12% [======== ] 368/2851 12% [======== ] 369/2851 12% [======== ] 370/2851 12% [======== ] 371/2851 13% [======== ] 372/2851 13% [======== ] 373/2851 13% [======== ] 374/2851 13% [======== ] 375/2851 13% [======== ] 376/2851 13% [======== ] 377/2851 13% [======== ] 378/2851 13% [======== ] 379/2851 13% [======== ] 380/2851 13% [======== ] 381/2851 13% [======== ] 382/2851 13% [======== ] 383/2851 13% [======== ] 384/2851 13% [======== ] 385/2851 13% [======== ] 386/2851 13% [======== ] 387/2851 13% [======== ] 388/2851 13% [======== ] 389/2851 13% [======== ] 390/2851 13% [======== ] 391/2851 13% [======== ] 392/2851 13% [======== ] 393/2851 13% [======== ] 394/2851 13% [======== ] 395/2851 13% [======== ] 396/2851 13% [======== ] 397/2851 13% [======== ] 398/2851 13% [======== ] 399/2851 13% [======== ] 400/2851 14% [======== ] 401/2851 14% [======== ] 402/2851 14% [======== ] 403/2851 14% [======== ] 404/2851 14% [======== ] 405/2851 14% [======== ] 406/2851 14% [======== ] 407/2851 14% [======== ] 408/2851 14% [======== ] 409/2851 14% [======== ] 410/2851 14% [======== ] 411/2851 14% [======== ] 412/2851 14% [======== ] 413/2851 14% [========= ] 414/2851 14% [========= ] 415/2851 14% [========= ] 416/2851 14% [========= ] 417/2851 14% [========= ] 418/2851 14% [========= ] 419/2851 14% [========= ] 420/2851 14% [========= ] 421/2851 14% [========= ] 422/2851 14% [========= ] 423/2851 14% [========= ] 424/2851 14% [========= ] 425/2851 14% [========= ] 426/2851 14% [========= ] 427/2851 14% [========= ] 428/2851 15% [========= ] 429/2851 15% [========= ] 430/2851 15% [========= ] 431/2851 15% [========= ] 432/2851 15% [========= ] 433/2851 15% [========= ] 434/2851 15% [========= ] 435/2851 15% [========= ] 436/2851 15% [========= ] 437/2851 15% [========= ] 438/2851 15% [========= ] 439/2851 15% [========= ] 440/2851 15% [========= ] 441/2851 15% [========= ] 442/2851 15% [========= ] 443/2851 15% [========= ] 444/2851 15% [========= ] 445/2851 15% [========= ] 446/2851 15% [========= ] 447/2851 15% [========= ] 448/2851 15% [========= ] 449/2851 15% [========= ] 450/2851 15% [========= ] 451/2851 15% [========= ] 452/2851 15% [========= ] 453/2851 15% [========= ] 454/2851 15% [========= ] 455/2851 15% [========= ] 456/2851 15% [========= ] 457/2851 16% [========= ] 458/2851 16% [========= ] 459/2851 16% [========== ] 460/2851 16% [========== ] 461/2851 16% [========== ] 462/2851 16% [========== ] 463/2851 16% [========== ] 464/2851 16% [========== ] 465/2851 16% [========== ] 466/2851 16% [========== ] 467/2851 16% [========== ] 468/2851 16% [========== ] 469/2851 16% [========== ] 470/2851 16% [========== ] 471/2851 16% [========== ] 472/2851 16% [========== ] 473/2851 16% [========== ] 474/2851 16% [========== ] 475/2851 16% [========== ] 476/2851 16% [========== ] 477/2851 16% [========== ] 478/2851 16% [========== ] 479/2851 16% [========== ] 480/2851 16% [========== ] 481/2851 16% [========== ] 482/2851 16% [========== ] 483/2851 16% [========== ] 484/2851 16% [========== ] 485/2851 17% [========== ] 486/2851 17% [========== ] 487/2851 17% [========== ] 488/2851 17% [========== ] 489/2851 17% [========== ] 490/2851 17% [========== ] 491/2851 17% [========== ] 492/2851 17% [========== ] 493/2851 17% [========== ] 494/2851 17% [========== ] 495/2851 17% [========== ] 496/2851 17% [========== ] 497/2851 17% [========== ] 498/2851 17% [========== ] 499/2851 17% [========== ] 500/2851 17% [========== ] 501/2851 17% [========== ] 502/2851 17% [========== ] 503/2851 17% [========== ] 504/2851 17% [========== ] 505/2851 17% [=========== ] 506/2851 17% [=========== ] 507/2851 17% [=========== ] 508/2851 17% [=========== ] 509/2851 17% [=========== ] 510/2851 17% [=========== ] 511/2851 17% [=========== ] 512/2851 17% [=========== ] 513/2851 17% [=========== ] 514/2851 18% [=========== ] 515/2851 18% [=========== ] 516/2851 18% [=========== ] 517/2851 18% [=========== ] 518/2851 18% [=========== ] 519/2851 18% [=========== ] 520/2851 18% [=========== ] 521/2851 18% [=========== ] 522/2851 18% [=========== ] 523/2851 18% [=========== ] 524/2851 18% [=========== ] 525/2851 18% [=========== ] 526/2851 18% [=========== ] 527/2851 18% [=========== ] 528/2851 18% [=========== ] 529/2851 18% [=========== ] 530/2851 18% [=========== ] 531/2851 18% [=========== ] 532/2851 18% [=========== ] 533/2851 18% [=========== ] 534/2851 18% [=========== ] 535/2851 18% [=========== ] 536/2851 18% [=========== ] 537/2851 18% [=========== ] 538/2851 18% [=========== ] 539/2851 18% [=========== ] 540/2851 18% [=========== ] 541/2851 18% [=========== ] 542/2851 19% [=========== ] 543/2851 19% [=========== ] 544/2851 19% [=========== ] 545/2851 19% [=========== ] 546/2851 19% [=========== ] 547/2851 19% [=========== ] 548/2851 19% [=========== ] 549/2851 19% [=========== ] 550/2851 19% [=========== ] 551/2851 19% [============ ] 552/2851 19% [============ ] 553/2851 19% [============ ] 554/2851 19% [============ ] 555/2851 19% [============ ] 556/2851 19% [============ ] 557/2851 19% [============ ] 558/2851 19% [============ ] 559/2851 19% [============ ] 560/2851 19% [============ ] 561/2851 19% [============ ] 562/2851 19% [============ ] 563/2851 19% [============ ] 564/2851 19% [============ ] 565/2851 19% [============ ] 566/2851 19% [============ ] 567/2851 19% [============ ] 568/2851 19% [============ ] 569/2851 19% [============ ] 570/2851 19% [============ ] 571/2851 20% [============ ] 572/2851 20% [============ ] 573/2851 20% [============ ] 574/2851 20% [============ ] 575/2851 20% [============ ] 576/2851 20% [============ ] 577/2851 20% [============ ] 578/2851 20% [============ ] 579/2851 20% [============ ] 580/2851 20% [============ ] 581/2851 20% [============ ] 582/2851 20% [============ ] 583/2851 20% [============ ] 584/2851 20% [============ ] 585/2851 20% [============ ] 586/2851 20% [============ ] 587/2851 20% [============ ] 588/2851 20% [============ ] 589/2851 20% [============ ] 590/2851 20% [============ ] 591/2851 20% [============ ] 592/2851 20% [============ ] 593/2851 20% [============ ] 594/2851 20% [============ ] 595/2851 20% [============ ] 596/2851 20% [============ ] 597/2851 20% [============= ] 598/2851 20% [============= ] 599/2851 21% [============= ] 600/2851 21% [============= ] 601/2851 21% [============= ] 602/2851 21% [============= ] 603/2851 21% [============= ] 604/2851 21% [============= ] 605/2851 21% [============= ] 606/2851 21% [============= ] 607/2851 21% [============= ] 608/2851 21% [============= ] 609/2851 21% [============= ] 610/2851 21% [============= ] 611/2851 21% [============= ] 612/2851 21% [============= ] 613/2851 21% [============= ] 614/2851 21% [============= ] 615/2851 21% [============= ] 616/2851 21% [============= ] 617/2851 21% [============= ] 618/2851 21% [============= ] 619/2851 21% [============= ] 620/2851 21% [============= ] 621/2851 21% [============= ] 622/2851 21% [============= ] 623/2851 21% [============= ] 624/2851 21% [============= ] 625/2851 21% [============= ] 626/2851 21% [============= ] 627/2851 21% [============= ] 628/2851 22% [============= ] 629/2851 22% [============= ] 630/2851 22% [============= ] 631/2851 22% [============= ] 632/2851 22% [============= ] 633/2851 22% [============= ] 634/2851 22% [============= ] 635/2851 22% [============= ] 636/2851 22% [============= ] 637/2851 22% [============= ] 638/2851 22% [============= ] 639/2851 22% [============= ] 640/2851 22% [============= ] 641/2851 22% [============= ] 642/2851 22% [============= ] 643/2851 22% [============== ] 644/2851 22% [============== ] 645/2851 22% [============== ] 646/2851 22% [============== ] 647/2851 22% [============== ] 648/2851 22% [============== ] 649/2851 22% [============== ] 650/2851 22% [============== ] 651/2851 22% [============== ] 652/2851 22% [============== ] 653/2851 22% [============== ] 654/2851 22% [============== ] 655/2851 22% [============== ] 656/2851 23% [============== ] 657/2851 23% [============== ] 658/2851 23% [============== ] 659/2851 23% [============== ] 660/2851 23% [============== ] 661/2851 23% [============== ] 662/2851 23% [============== ] 663/2851 23% [============== ] 664/2851 23% [============== ] 665/2851 23% [============== ] 666/2851 23% [============== ] 667/2851 23% [============== ] 668/2851 23% [============== ] 669/2851 23% [============== ] 670/2851 23% [============== ] 671/2851 23% [============== ] 672/2851 23% [============== ] 673/2851 23% [============== ] 674/2851 23% [============== ] 675/2851 23% [============== ] 676/2851 23% [============== ] 677/2851 23% [============== ] 678/2851 23% [============== ] 679/2851 23% [============== ] 680/2851 23% [============== ] 681/2851 23% [============== ] 682/2851 23% [============== ] 683/2851 23% [============== ] 684/2851 23% [============== ] 685/2851 24% [============== ] 686/2851 24% [============== ] 687/2851 24% [============== ] 688/2851 24% [============== ] 689/2851 24% [=============== ] 690/2851 24% [=============== ] 691/2851 24% [=============== ] 692/2851 24% [=============== ] 693/2851 24% [=============== ] 694/2851 24% [=============== ] 695/2851 24% [=============== ] 696/2851 24% [=============== ] 697/2851 24% [=============== ] 698/2851 24% [=============== ] 699/2851 24% [=============== ] 700/2851 24% [=============== ] 701/2851 24% [=============== ] 702/2851 24% [=============== ] 703/2851 24% [=============== ] 704/2851 24% [=============== ] 705/2851 24% [=============== ] 706/2851 24% [=============== ] 707/2851 24% [=============== ] 708/2851 24% [=============== ] 709/2851 24% [=============== ] 710/2851 24% [=============== ] 711/2851 24% [=============== ] 712/2851 24% [=============== ] 713/2851 25% [=============== ] 714/2851 25% [=============== ] 715/2851 25% [=============== ] 716/2851 25% [=============== ] 717/2851 25% [=============== ] 718/2851 25% [=============== ] 719/2851 25% [=============== ] 720/2851 25% [=============== ] 721/2851 25% [=============== ] 722/2851 25% [=============== ] 723/2851 25% [=============== ] 724/2851 25% [=============== ] 725/2851 25% [=============== ] 726/2851 25% [=============== ] 727/2851 25% [=============== ] 728/2851 25% [=============== ] 729/2851 25% [=============== ] 730/2851 25% [=============== ] 731/2851 25% [=============== ] 732/2851 25% [=============== ] 733/2851 25% [=============== ] 734/2851 25% [=============== ] 735/2851 25% [================ ] 736/2851 25% [================ ] 737/2851 25% [================ ] 738/2851 25% [================ ] 739/2851 25% [================ ] 740/2851 25% [================ ] 741/2851 25% [================ ] 742/2851 26% [================ ] 743/2851 26% [================ ] 744/2851 26% [================ ] 745/2851 26% [================ ] 746/2851 26% [================ ] 747/2851 26% [================ ] 748/2851 26% [================ ] 749/2851 26% [================ ] 750/2851 26% [================ ] 751/2851 26% [================ ] 752/2851 26% [================ ] 753/2851 26% [================ ] 754/2851 26% [================ ] 755/2851 26% [================ ] 756/2851 26% [================ ] 757/2851 26% [================ ] 758/2851 26% [================ ] 759/2851 26% [================ ] 760/2851 26% [================ ] 761/2851 26% [================ ] 762/2851 26% [================ ] 763/2851 26% [================ ] 764/2851 26% [================ ] 765/2851 26% [================ ] 766/2851 26% [================ ] 767/2851 26% [================ ] 768/2851 26% [================ ] 769/2851 26% [================ ] 770/2851 27% [================ ] 771/2851 27% [================ ] 772/2851 27% [================ ] 773/2851 27% [================ ] 774/2851 27% [================ ] 775/2851 27% [================ ] 776/2851 27% [================ ] 777/2851 27% [================ ] 778/2851 27% [================ ] 779/2851 27% [================ ] 780/2851 27% [================ ] 781/2851 27% [================= ] 782/2851 27% [================= ] 783/2851 27% [================= ] 784/2851 27% [================= ] 785/2851 27% [================= ] 786/2851 27% [================= ] 787/2851 27% [================= ] 788/2851 27% [================= ] 789/2851 27% [================= ] 790/2851 27% [================= ] 791/2851 27% [================= ] 792/2851 27% [================= ] 793/2851 27% [================= ] 794/2851 27% [================= ] 795/2851 27% [================= ] 796/2851 27% [================= ] 797/2851 27% [================= ] 798/2851 27% [================= ] 799/2851 28% [================= ] 800/2851 28% [================= ] 801/2851 28% [================= ] 802/2851 28% [================= ] 803/2851 28% [================= ] 804/2851 28% [================= ] 805/2851 28% [================= ] 806/2851 28% [================= ] 807/2851 28% [================= ] 808/2851 28% [================= ] 809/2851 28% [================= ] 810/2851 28% [================= ] 811/2851 28% [================= ] 812/2851 28% [================= ] 813/2851 28% [================= ] 814/2851 28% [================= ] 815/2851 28% [================= ] 816/2851 28% [================= ] 817/2851 28% [================= ] 818/2851 28% [================= ] 819/2851 28% [================= ] 820/2851 28% [================= ] 821/2851 28% [================= ] 822/2851 28% [================= ] 823/2851 28% [================= ] 824/2851 28% [================= ] 825/2851 28% [================= ] 826/2851 28% [================= ] 827/2851 29% [================== ] 828/2851 29% [================== ] 829/2851 29% [================== ] 830/2851 29% [================== ] 831/2851 29% [================== ] 832/2851 29% [================== ] 833/2851 29% [================== ] 834/2851 29% [================== ] 835/2851 29% [================== ] 836/2851 29% [================== ] 837/2851 29% [================== ] 838/2851 29% [================== ] 839/2851 29% [================== ] 840/2851 29% [================== ] 841/2851 29% [================== ] 842/2851 29% [================== ] 843/2851 29% [================== ] 844/2851 29% [================== ] 845/2851 29% [================== ] 846/2851 29% [================== ] 847/2851 29% [================== ] 848/2851 29% [================== ] 849/2851 29% [================== ] 850/2851 29% [================== ] 851/2851 29% [================== ] 852/2851 29% [================== ] 853/2851 29% [================== ] 854/2851 29% [================== ] 855/2851 29% [================== ] 856/2851 30% [================== ] 857/2851 30% [================== ] 858/2851 30% [================== ] 859/2851 30% [================== ] 860/2851 30% [================== ] 861/2851 30% [================== ] 862/2851 30% [================== ] 863/2851 30% [================== ] 864/2851 30% [================== ] 865/2851 30% [================== ] 866/2851 30% [================== ] 867/2851 30% [================== ] 868/2851 30% [================== ] 869/2851 30% [================== ] 870/2851 30% [================== ] 871/2851 30% [================== ] 872/2851 30% [================== ] 873/2851 30% [=================== ] 874/2851 30% [=================== ] 875/2851 30% [=================== ] 876/2851 30% [=================== ] 877/2851 30% [=================== ] 878/2851 30% [=================== ] 879/2851 30% [=================== ] 880/2851 30% [=================== ] 881/2851 30% [=================== ] 882/2851 30% [=================== ] 883/2851 30% [=================== ] 884/2851 31% [=================== ] 885/2851 31% [=================== ] 886/2851 31% [=================== ] 887/2851 31% [=================== ] 888/2851 31% [=================== ] 889/2851 31% [=================== ] 890/2851 31% [=================== ] 891/2851 31% [=================== ] 892/2851 31% [=================== ] 893/2851 31% [=================== ] 894/2851 31% [=================== ] 895/2851 31% [=================== ] 896/2851 31% [=================== ] 897/2851 31% [=================== ] 898/2851 31% [=================== ] 899/2851 31% [=================== ] 900/2851 31% [=================== ] 901/2851 31% [=================== ] 902/2851 31% [=================== ] 903/2851 31% [=================== ] 904/2851 31% [=================== ] 905/2851 31% [=================== ] 906/2851 31% [=================== ] 907/2851 31% [=================== ] 908/2851 31% [=================== ] 909/2851 31% [=================== ] 910/2851 31% [=================== ] 911/2851 31% [=================== ] 912/2851 31% [=================== ] 913/2851 32% [=================== ] 914/2851 32% [=================== ] 915/2851 32% [=================== ] 916/2851 32% [=================== ] 917/2851 32% [=================== ] 918/2851 32% [=================== ] 919/2851 32% [==================== ] 920/2851 32% [==================== ] 921/2851 32% [==================== ] 922/2851 32% [==================== ] 923/2851 32% [==================== ] 924/2851 32% [==================== ] 925/2851 32% [==================== ] 926/2851 32% [==================== ] 927/2851 32% [==================== ] 928/2851 32% [==================== ] 929/2851 32% [==================== ] 930/2851 32% [==================== ] 931/2851 32% [==================== ] 932/2851 32% [==================== ] 933/2851 32% [==================== ] 934/2851 32% [==================== ] 935/2851 32% [==================== ] 936/2851 32% [==================== ] 937/2851 32% [==================== ] 938/2851 32% [==================== ] 939/2851 32% [==================== ] 940/2851 32% [==================== ] 941/2851 33% [==================== ] 942/2851 33% [==================== ] 943/2851 33% [==================== ] 944/2851 33% [==================== ] 945/2851 33% [==================== ] 946/2851 33% [==================== ] 947/2851 33% [==================== ] 948/2851 33% [==================== ] 949/2851 33% [==================== ] 950/2851 33% [==================== ] 951/2851 33% [==================== ] 952/2851 33% [==================== ] 953/2851 33% [==================== ] 954/2851 33% [==================== ] 955/2851 33% [==================== ] 956/2851 33% [==================== ] 957/2851 33% [==================== ] 958/2851 33% [==================== ] 959/2851 33% [==================== ] 960/2851 33% [==================== ] 961/2851 33% [==================== ] 962/2851 33% [==================== ] 963/2851 33% [==================== ] 964/2851 33% [==================== ] 965/2851 33% [===================== ] 966/2851 33% [===================== ] 967/2851 33% [===================== ] 968/2851 33% [===================== ] 969/2851 33% [===================== ] 970/2851 34% [===================== ] 971/2851 34% [===================== ] 972/2851 34% [===================== ] 973/2851 34% [===================== ] 974/2851 34% [===================== ] 975/2851 34% [===================== ] 976/2851 34% [===================== ] 977/2851 34% [===================== ] 978/2851 34% [===================== ] 979/2851 34% [===================== ] 980/2851 34% [===================== ] 981/2851 34% [===================== ] 982/2851 34% [===================== ] 983/2851 34% [===================== ] 984/2851 34% [===================== ] 985/2851 34% [===================== ] 986/2851 34% [===================== ] 987/2851 34% [===================== ] 988/2851 34% [===================== ] 989/2851 34% [===================== ] 990/2851 34% [===================== ] 991/2851 34% [===================== ] 992/2851 34% [===================== ] 993/2851 34% [===================== ] 994/2851 34% [===================== ] 995/2851 34% [===================== ] 996/2851 34% [===================== ] 997/2851 34% [===================== ] 998/2851 35% [===================== ] 999/2851 35% [===================== ] 1000/2851 35% [===================== ] 1001/2851 35% [===================== ] 1002/2851 35% [===================== ] 1003/2851 35% [===================== ] 1004/2851 35% [===================== ] 1005/2851 35% [===================== ] 1006/2851 35% [===================== ] 1007/2851 35% [===================== ] 1008/2851 35% [===================== ] 1009/2851 35% [===================== ] 1010/2851 35% [===================== ] 1011/2851 35% [====================== ] 1012/2851 35% [====================== ] 1013/2851 35% [====================== ] 1014/2851 35% [====================== ] 1015/2851 35% [====================== ] 1016/2851 35% [====================== ] 1017/2851 35% [====================== ] 1018/2851 35% [====================== ] 1019/2851 35% [====================== ] 1020/2851 35% [====================== ] 1021/2851 35% [====================== ] 1022/2851 35% [====================== ] 1023/2851 35% [====================== ] 1024/2851 35% [====================== ] 1025/2851 35% [====================== ] 1026/2851 35% [====================== ] 1027/2851 36% [====================== ] 1028/2851 36% [====================== ] 1029/2851 36% [====================== ] 1030/2851 36% [====================== ] 1031/2851 36% [====================== ] 1032/2851 36% [====================== ] 1033/2851 36% [====================== ] 1034/2851 36% [====================== ] 1035/2851 36% [====================== ] 1036/2851 36% [====================== ] 1037/2851 36% [====================== ] 1038/2851 36% [====================== ] 1039/2851 36% [====================== ] 1040/2851 36% [====================== ] 1041/2851 36% [====================== ] 1042/2851 36% [====================== ] 1043/2851 36% [====================== ] 1044/2851 36% [====================== ] 1045/2851 36% [====================== ] 1046/2851 36% [====================== ] 1047/2851 36% [====================== ] 1048/2851 36% [====================== ] 1049/2851 36% [====================== ] 1050/2851 36% [====================== ] 1051/2851 36% [====================== ] 1052/2851 36% [====================== ] 1053/2851 36% [====================== ] 1054/2851 36% [====================== ] 1055/2851 37% [====================== ] 1056/2851 37% [====================== ] 1057/2851 37% [======================= ] 1058/2851 37% [======================= ] 1059/2851 37% [======================= ] 1060/2851 37% [======================= ] 1061/2851 37% [======================= ] 1062/2851 37% [======================= ] 1063/2851 37% [======================= ] 1064/2851 37% [======================= ] 1065/2851 37% [======================= ] 1066/2851 37% [======================= ] 1067/2851 37% [======================= ] 1068/2851 37% [======================= ] 1069/2851 37% [======================= ] 1070/2851 37% [======================= ] 1071/2851 37% [======================= ] 1072/2851 37% [======================= ] 1073/2851 37% [======================= ] 1074/2851 37% [======================= ] 1075/2851 37% [======================= ] 1076/2851 37% [======================= ] 1077/2851 37% [======================= ] 1078/2851 37% [======================= ] 1079/2851 37% [======================= ] 1080/2851 37% [======================= ] 1081/2851 37% [======================= ] 1082/2851 37% [======================= ] 1083/2851 37% [======================= ] 1084/2851 38% [======================= ] 1085/2851 38% [======================= ] 1086/2851 38% [======================= ] 1087/2851 38% [======================= ] 1088/2851 38% [======================= ] 1089/2851 38% [======================= ] 1090/2851 38% [======================= ] 1091/2851 38% [======================= ] 1092/2851 38% [======================= ] 1093/2851 38% [======================= ] 1094/2851 38% [======================= ] 1095/2851 38% [======================= ] 1096/2851 38% [======================= ] 1097/2851 38% [======================= ] 1098/2851 38% [======================= ] 1099/2851 38% [======================= ] 1100/2851 38% [======================= ] 1101/2851 38% [======================= ] 1102/2851 38% [======================= ] 1103/2851 38% [======================== ] 1104/2851 38% [======================== ] 1105/2851 38% [======================== ] 1106/2851 38% [======================== ] 1107/2851 38% [======================== ] 1108/2851 38% [======================== ] 1109/2851 38% [======================== ] 1110/2851 38% [======================== ] 1111/2851 38% [======================== ] 1112/2851 39% [======================== ] 1113/2851 39% [======================== ] 1114/2851 39% [======================== ] 1115/2851 39% [======================== ] 1116/2851 39% [======================== ] 1117/2851 39% [======================== ] 1118/2851 39% [======================== ] 1119/2851 39% [======================== ] 1120/2851 39% [======================== ] 1121/2851 39% [======================== ] 1122/2851 39% [======================== ] 1123/2851 39% [======================== ] 1124/2851 39% [======================== ] 1125/2851 39% [======================== ] 1126/2851 39% [======================== ] 1127/2851 39% [======================== ] 1128/2851 39% [======================== ] 1129/2851 39% [======================== ] 1130/2851 39% [======================== ] 1131/2851 39% [======================== ] 1132/2851 39% [======================== ] 1133/2851 39% [======================== ] 1134/2851 39% [======================== ] 1135/2851 39% [======================== ] 1136/2851 39% [======================== ] 1137/2851 39% [======================== ] 1138/2851 39% [======================== ] 1139/2851 39% [======================== ] 1140/2851 39% [======================== ] 1141/2851 40% [======================== ] 1142/2851 40% [======================== ] 1143/2851 40% [======================== ] 1144/2851 40% [======================== ] 1145/2851 40% [======================== ] 1146/2851 40% [======================== ] 1147/2851 40% [======================== ] 1148/2851 40% [======================== ] 1149/2851 40% [========================= ] 1150/2851 40% [========================= ] 1151/2851 40% [========================= ] 1152/2851 40% [========================= ] 1153/2851 40% [========================= ] 1154/2851 40% [========================= ] 1155/2851 40% [========================= ] 1156/2851 40% [========================= ] 1157/2851 40% [========================= ] 1158/2851 40% [========================= ] 1159/2851 40% [========================= ] 1160/2851 40% [========================= ] 1161/2851 40% [========================= ] 1162/2851 40% [========================= ] 1163/2851 40% [========================= ] 1164/2851 40% [========================= ] 1165/2851 40% [========================= ] 1166/2851 40% [========================= ] 1167/2851 40% [========================= ] 1168/2851 40% [========================= ] 1169/2851 41% [========================= ] 1170/2851 41% [========================= ] 1171/2851 41% [========================= ] 1172/2851 41% [========================= ] 1173/2851 41% [========================= ] 1174/2851 41% [========================= ] 1175/2851 41% [========================= ] 1176/2851 41% [========================= ] 1177/2851 41% [========================= ] 1178/2851 41% [========================= ] 1179/2851 41% [========================= ] 1180/2851 41% [========================= ] 1181/2851 41% [========================= ] 1182/2851 41% [========================= ] 1183/2851 41% [========================= ] 1184/2851 41% [========================= ] 1185/2851 41% [========================= ] 1186/2851 41% [========================= ] 1187/2851 41% [========================= ] 1188/2851 41% [========================= ] 1189/2851 41% [========================= ] 1190/2851 41% [========================= ] 1191/2851 41% [========================= ] 1192/2851 41% [========================= ] 1193/2851 41% [========================= ] 1194/2851 41% [========================= ] 1195/2851 41% [========================== ] 1196/2851 41% [========================== ] 1197/2851 41% [========================== ] 1198/2851 42% [========================== ] 1199/2851 42% [========================== ] 1200/2851 42% [========================== ] 1201/2851 42% [========================== ] 1202/2851 42% [========================== ] 1203/2851 42% [========================== ] 1204/2851 42% [========================== ] 1205/2851 42% [========================== ] 1206/2851 42% [========================== ] 1207/2851 42% [========================== ] 1208/2851 42% [========================== ] 1209/2851 42% [========================== ] 1210/2851 42% [========================== ] 1211/2851 42% [========================== ] 1212/2851 42% [========================== ] 1213/2851 42% [========================== ] 1214/2851 42% [========================== ] 1215/2851 42% [========================== ] 1216/2851 42% [========================== ] 1217/2851 42% [========================== ] 1218/2851 42% [========================== ] 1219/2851 42% [========================== ] 1220/2851 42% [========================== ] 1221/2851 42% [========================== ] 1222/2851 42% [========================== ] 1223/2851 42% [========================== ] 1224/2851 42% [========================== ] 1225/2851 42% [========================== ] 1226/2851 43% [========================== ] 1227/2851 43% [========================== ] 1228/2851 43% [========================== ] 1229/2851 43% [========================== ] 1230/2851 43% [========================== ] 1231/2851 43% [========================== ] 1232/2851 43% [========================== ] 1233/2851 43% [========================== ] 1234/2851 43% [========================== ] 1235/2851 43% [========================== ] 1236/2851 43% [========================== ] 1237/2851 43% [========================== ] 1238/2851 43% [========================== ] 1239/2851 43% [========================== ] 1240/2851 43% [========================== ] 1241/2851 43% [=========================== ] 1242/2851 43% [=========================== ] 1243/2851 43% [=========================== ] 1244/2851 43% [=========================== ] 1245/2851 43% [=========================== ] 1246/2851 43% [=========================== ] 1247/2851 43% [=========================== ] 1248/2851 43% [=========================== ] 1249/2851 43% [=========================== ] 1250/2851 43% [=========================== ] 1251/2851 43% [=========================== ] 1252/2851 43% [=========================== ] 1253/2851 43% [=========================== ] 1254/2851 43% [=========================== ] 1255/2851 44% [=========================== ] 1256/2851 44% [=========================== ] 1257/2851 44% [=========================== ] 1258/2851 44% [=========================== ] 1259/2851 44% [=========================== ] 1260/2851 44% [=========================== ] 1261/2851 44% [=========================== ] 1262/2851 44% [=========================== ] 1263/2851 44% [=========================== ] 1264/2851 44% [=========================== ] 1265/2851 44% [=========================== ] 1266/2851 44% [=========================== ] 1267/2851 44% [=========================== ] 1268/2851 44% [=========================== ] 1269/2851 44% [=========================== ] 1270/2851 44% [=========================== ] 1271/2851 44% [=========================== ] 1272/2851 44% [=========================== ] 1273/2851 44% [=========================== ] 1274/2851 44% [=========================== ] 1275/2851 44% [=========================== ] 1276/2851 44% [=========================== ] 1277/2851 44% [=========================== ] 1278/2851 44% [=========================== ] 1279/2851 44% [=========================== ] 1280/2851 44% [=========================== ] 1281/2851 44% [=========================== ] 1282/2851 44% [=========================== ] 1283/2851 45% [=========================== ] 1284/2851 45% [=========================== ] 1285/2851 45% [=========================== ] 1286/2851 45% [=========================== ] 1287/2851 45% [============================ ] 1288/2851 45% [============================ ] 1289/2851 45% [============================ ] 1290/2851 45% [============================ ] 1291/2851 45% [============================ ] 1292/2851 45% [============================ ] 1293/2851 45% [============================ ] 1294/2851 45% [============================ ] 1295/2851 45% [============================ ] 1296/2851 45% [============================ ] 1297/2851 45% [============================ ] 1298/2851 45% [============================ ] 1299/2851 45% [============================ ] 1300/2851 45% [============================ ] 1301/2851 45% [============================ ] 1302/2851 45% [============================ ] 1303/2851 45% [============================ ] 1304/2851 45% [============================ ] 1305/2851 45% [============================ ] 1306/2851 45% [============================ ] 1307/2851 45% [============================ ] 1308/2851 45% [============================ ] 1309/2851 45% [============================ ] 1310/2851 45% [============================ ] 1311/2851 45% [============================ ] 1312/2851 46% [============================ ] 1313/2851 46% [============================ ] 1314/2851 46% [============================ ] 1315/2851 46% [============================ ] 1316/2851 46% [============================ ] 1317/2851 46% [============================ ] 1318/2851 46% [============================ ] 1319/2851 46% [============================ ] 1320/2851 46% [============================ ] 1321/2851 46% [============================ ] 1322/2851 46% [============================ ] 1323/2851 46% [============================ ] 1324/2851 46% [============================ ] 1325/2851 46% [============================ ] 1326/2851 46% [============================ ] 1327/2851 46% [============================ ] 1328/2851 46% [============================ ] 1329/2851 46% [============================ ] 1330/2851 46% [============================ ] 1331/2851 46% [============================ ] 1332/2851 46% [============================ ] 1333/2851 46% [============================= ] 1334/2851 46% [============================= ] 1335/2851 46% [============================= ] 1336/2851 46% [============================= ] 1337/2851 46% [============================= ] 1338/2851 46% [============================= ] 1339/2851 46% [============================= ] 1340/2851 47% [============================= ] 1341/2851 47% [============================= ] 1342/2851 47% [============================= ] 1343/2851 47% [============================= ] 1344/2851 47% [============================= ] 1345/2851 47% [============================= ] 1346/2851 47% [============================= ] 1347/2851 47% [============================= ] 1348/2851 47% [============================= ] 1349/2851 47% [============================= ] 1350/2851 47% [============================= ] 1351/2851 47% [============================= ] 1352/2851 47% [============================= ] 1353/2851 47% [============================= ] 1354/2851 47% [============================= ] 1355/2851 47% [============================= ] 1356/2851 47% [============================= ] 1357/2851 47% [============================= ] 1358/2851 47% [============================= ] 1359/2851 47% [============================= ] 1360/2851 47% [============================= ] 1361/2851 47% [============================= ] 1362/2851 47% [============================= ] 1363/2851 47% [============================= ] 1364/2851 47% [============================= ] 1365/2851 47% [============================= ] 1366/2851 47% [============================= ] 1367/2851 47% [============================= ] 1368/2851 47% [============================= ] 1369/2851 48% [============================= ] 1370/2851 48% [============================= ] 1371/2851 48% [============================= ] 1372/2851 48% [============================= ] 1373/2851 48% [============================= ] 1374/2851 48% [============================= ] 1375/2851 48% [============================= ] 1376/2851 48% [============================= ] 1377/2851 48% [============================= ] 1378/2851 48% [============================= ] 1379/2851 48% [============================== ] 1380/2851 48% [============================== ] 1381/2851 48% [============================== ] 1382/2851 48% [============================== ] 1383/2851 48% [============================== ] 1384/2851 48% [============================== ] 1385/2851 48% [============================== ] 1386/2851 48% [============================== ] 1387/2851 48% [============================== ] 1388/2851 48% [============================== ] 1389/2851 48% [============================== ] 1390/2851 48% [============================== ] 1391/2851 48% [============================== ] 1392/2851 48% [============================== ] 1393/2851 48% [============================== ] 1394/2851 48% [============================== ] 1395/2851 48% [============================== ] 1396/2851 48% [============================== ] 1397/2851 49% [============================== ] 1398/2851 49% [============================== ] 1399/2851 49% [============================== ] 1400/2851 49% [============================== ] 1401/2851 49% [============================== ] 1402/2851 49% [============================== ] 1403/2851 49% [============================== ] 1404/2851 49% [============================== ] 1405/2851 49% [============================== ] 1406/2851 49% [============================== ] 1407/2851 49% [============================== ] 1408/2851 49% [============================== ] 1409/2851 49% [============================== ] 1410/2851 49% [============================== ] 1411/2851 49% [============================== ] 1412/2851 49% [============================== ] 1413/2851 49% [============================== ] 1414/2851 49% [============================== ] 1415/2851 49% [============================== ] 1416/2851 49% [============================== ] 1417/2851 49% [============================== ] 1418/2851 49% [============================== ] 1419/2851 49% [============================== ] 1420/2851 49% [============================== ] 1421/2851 49% [============================== ] 1422/2851 49% [============================== ] 1423/2851 49% [============================== ] 1424/2851 49% [============================== ] 1425/2851 49% [=============================== ] 1426/2851 50% [=============================== ] 1427/2851 50% [=============================== ] 1428/2851 50% [=============================== ] 1429/2851 50% [=============================== ] 1430/2851 50% [=============================== ] 1431/2851 50% [=============================== ] 1432/2851 50% [=============================== ] 1433/2851 50% [=============================== ] 1434/2851 50% [=============================== ] 1435/2851 50% [=============================== ] 1436/2851 50% [=============================== ] 1437/2851 50% [=============================== ] 1438/2851 50% [=============================== ] 1439/2851 50% [=============================== ] 1440/2851 50% [=============================== ] 1441/2851 50% [=============================== ] 1442/2851 50% [=============================== ] 1443/2851 50% [=============================== ] 1444/2851 50% [=============================== ] 1445/2851 50% [=============================== ] 1446/2851 50% [=============================== ] 1447/2851 50% [=============================== ] 1448/2851 50% [=============================== ] 1449/2851 50% [=============================== ] 1450/2851 50% [=============================== ] 1451/2851 50% [=============================== ] 1452/2851 50% [=============================== ] 1453/2851 50% [=============================== ] 1454/2851 50% [=============================== ] 1455/2851 51% [=============================== ] 1456/2851 51% [=============================== ] 1457/2851 51% [=============================== ] 1458/2851 51% [=============================== ] 1459/2851 51% [=============================== ] 1460/2851 51% [=============================== ] 1461/2851 51% [=============================== ] 1462/2851 51% [=============================== ] 1463/2851 51% [=============================== ] 1464/2851 51% [=============================== ] 1465/2851 51% [=============================== ] 1466/2851 51% [=============================== ] 1467/2851 51% [=============================== ] 1468/2851 51% [=============================== ] 1469/2851 51% [=============================== ] 1470/2851 51% [=============================== ] 1471/2851 51% [================================ ] 1472/2851 51% [================================ ] 1473/2851 51% [================================ ] 1474/2851 51% [================================ ] 1475/2851 51% [================================ ] 1476/2851 51% [================================ ] 1477/2851 51% [================================ ] 1478/2851 51% [================================ ] 1479/2851 51% [================================ ] 1480/2851 51% [================================ ] 1481/2851 51% [================================ ] 1482/2851 51% [================================ ] 1483/2851 52% [================================ ] 1484/2851 52% [================================ ] 1485/2851 52% [================================ ] 1486/2851 52% [================================ ] 1487/2851 52% [================================ ] 1488/2851 52% [================================ ] 1489/2851 52% [================================ ] 1490/2851 52% [================================ ] 1491/2851 52% [================================ ] 1492/2851 52% [================================ ] 1493/2851 52% [================================ ] 1494/2851 52% [================================ ] 1495/2851 52% [================================ ] 1496/2851 52% [================================ ] 1497/2851 52% [================================ ] 1498/2851 52% [================================ ] 1499/2851 52% [================================ ] 1500/2851 52% [================================ ] 1501/2851 52% [================================ ] 1502/2851 52% [================================ ] 1503/2851 52% [================================ ] 1504/2851 52% [================================ ] 1505/2851 52% [================================ ] 1506/2851 52% [================================ ] 1507/2851 52% [================================ ] 1508/2851 52% [================================ ] 1509/2851 52% [================================ ] 1510/2851 52% [================================ ] 1511/2851 52% [================================ ] 1512/2851 53% [================================ ] 1513/2851 53% [================================ ] 1514/2851 53% [================================ ] 1515/2851 53% [================================ ] 1516/2851 53% [================================ ] 1517/2851 53% [================================= ] 1518/2851 53% [================================= ] 1519/2851 53% [================================= ] 1520/2851 53% [================================= ] 1521/2851 53% [================================= ] 1522/2851 53% [================================= ] 1523/2851 53% [================================= ] 1524/2851 53% [================================= ] 1525/2851 53% [================================= ] 1526/2851 53% [================================= ] 1527/2851 53% [================================= ] 1528/2851 53% [================================= ] 1529/2851 53% [================================= ] 1530/2851 53% [================================= ] 1531/2851 53% [================================= ] 1532/2851 53% [================================= ] 1533/2851 53% [================================= ] 1534/2851 53% [================================= ] 1535/2851 53% [================================= ] 1536/2851 53% [================================= ] 1537/2851 53% [================================= ] 1538/2851 53% [================================= ] 1539/2851 53% [================================= ] 1540/2851 54% [================================= ] 1541/2851 54% [================================= ] 1542/2851 54% [================================= ] 1543/2851 54% [================================= ] 1544/2851 54% [================================= ] 1545/2851 54% [================================= ] 1546/2851 54% [================================= ] 1547/2851 54% [================================= ] 1548/2851 54% [================================= ] 1549/2851 54% [================================= ] 1550/2851 54% [================================= ] 1551/2851 54% [================================= ] 1552/2851 54% [================================= ] 1553/2851 54% [================================= ] 1554/2851 54% [================================= ] 1555/2851 54% [================================= ] 1556/2851 54% [================================= ] 1557/2851 54% [================================= ] 1558/2851 54% [================================= ] 1559/2851 54% [================================= ] 1560/2851 54% [================================= ] 1561/2851 54% [================================= ] 1562/2851 54% [================================= ] 1563/2851 54% [================================== ] 1564/2851 54% [================================== ] 1565/2851 54% [================================== ] 1566/2851 54% [================================== ] 1567/2851 54% [================================== ] 1568/2851 54% [================================== ] 1569/2851 55% [================================== ] 1570/2851 55% [================================== ] 1571/2851 55% [================================== ] 1572/2851 55% [================================== ] 1573/2851 55% [================================== ] 1574/2851 55% [================================== ] 1575/2851 55% [================================== ] 1576/2851 55% [================================== ] 1577/2851 55% [================================== ] 1578/2851 55% [================================== ] 1579/2851 55% [================================== ] 1580/2851 55% [================================== ] 1581/2851 55% [================================== ] 1582/2851 55% [================================== ] 1583/2851 55% [================================== ] 1584/2851 55% [================================== ] 1585/2851 55% [================================== ] 1586/2851 55% [================================== ] 1587/2851 55% [================================== ] 1588/2851 55% [================================== ] 1589/2851 55% [================================== ] 1590/2851 55% [================================== ] 1591/2851 55% [================================== ] 1592/2851 55% [================================== ] 1593/2851 55% [================================== ] 1594/2851 55% [================================== ] 1595/2851 55% [================================== ] 1596/2851 55% [================================== ] 1597/2851 56% [================================== ] 1598/2851 56% [================================== ] 1599/2851 56% [================================== ] 1600/2851 56% [================================== ] 1601/2851 56% [================================== ] 1602/2851 56% [================================== ] 1603/2851 56% [================================== ] 1604/2851 56% [================================== ] 1605/2851 56% [================================== ] 1606/2851 56% [================================== ] 1607/2851 56% [================================== ] 1608/2851 56% [================================== ] 1609/2851 56% [=================================== ] 1610/2851 56% [=================================== ] 1611/2851 56% [=================================== ] 1612/2851 56% [=================================== ] 1613/2851 56% [=================================== ] 1614/2851 56% [=================================== ] 1615/2851 56% [=================================== ] 1616/2851 56% [=================================== ] 1617/2851 56% [=================================== ] 1618/2851 56% [=================================== ] 1619/2851 56% [=================================== ] 1620/2851 56% [=================================== ] 1621/2851 56% [=================================== ] 1622/2851 56% [=================================== ] 1623/2851 56% [=================================== ] 1624/2851 56% [=================================== ] 1625/2851 56% [=================================== ] 1626/2851 57% [=================================== ] 1627/2851 57% [=================================== ] 1628/2851 57% [=================================== ] 1629/2851 57% [=================================== ] 1630/2851 57% [=================================== ] 1631/2851 57% [=================================== ] 1632/2851 57% [=================================== ] 1633/2851 57% [=================================== ] 1634/2851 57% [=================================== ] 1635/2851 57% [=================================== ] 1636/2851 57% [=================================== ] 1637/2851 57% [=================================== ] 1638/2851 57% [=================================== ] 1639/2851 57% [=================================== ] 1640/2851 57% [=================================== ] 1641/2851 57% [=================================== ] 1642/2851 57% [=================================== ] 1643/2851 57% [=================================== ] 1644/2851 57% [=================================== ] 1645/2851 57% [=================================== ] 1646/2851 57% [=================================== ] 1647/2851 57% [=================================== ] 1648/2851 57% [=================================== ] 1649/2851 57% [=================================== ] 1650/2851 57% [=================================== ] 1651/2851 57% [=================================== ] 1652/2851 57% [=================================== ] 1653/2851 57% [=================================== ] 1654/2851 58% [=================================== ] 1655/2851 58% [==================================== ] 1656/2851 58% [==================================== ] 1657/2851 58% [==================================== ] 1658/2851 58% [==================================== ] 1659/2851 58% [==================================== ] 1660/2851 58% [==================================== ] 1661/2851 58% [==================================== ] 1662/2851 58% [==================================== ] 1663/2851 58% [==================================== ] 1664/2851 58% [==================================== ] 1665/2851 58% [==================================== ] 1666/2851 58% [==================================== ] 1667/2851 58% [==================================== ] 1668/2851 58% [==================================== ] 1669/2851 58% [==================================== ] 1670/2851 58% [==================================== ] 1671/2851 58% [==================================== ] 1672/2851 58% [==================================== ] 1673/2851 58% [==================================== ] 1674/2851 58% [==================================== ] 1675/2851 58% [==================================== ] 1676/2851 58% [==================================== ] 1677/2851 58% [==================================== ] 1678/2851 58% [==================================== ] 1679/2851 58% [==================================== ] 1680/2851 58% [==================================== ] 1681/2851 58% [==================================== ] 1682/2851 58% [==================================== ] 1683/2851 59% [==================================== ] 1684/2851 59% [==================================== ] 1685/2851 59% [==================================== ] 1686/2851 59% [==================================== ] 1687/2851 59% [==================================== ] 1688/2851 59% [==================================== ] 1689/2851 59% [==================================== ] 1690/2851 59% [==================================== ] 1691/2851 59% [==================================== ] 1692/2851 59% [==================================== ] 1693/2851 59% [==================================== ] 1694/2851 59% [==================================== ] 1695/2851 59% [==================================== ] 1696/2851 59% [==================================== ] 1697/2851 59% [==================================== ] 1698/2851 59% [==================================== ] 1699/2851 59% [==================================== ] 1700/2851 59% [==================================== ] 1701/2851 59% [===================================== ] 1702/2851 59% [===================================== ] 1703/2851 59% [===================================== ] 1704/2851 59% [===================================== ] 1705/2851 59% [===================================== ] 1706/2851 59% [===================================== ] 1707/2851 59% [===================================== ] 1708/2851 59% [===================================== ] 1709/2851 59% [===================================== ] 1710/2851 59% [===================================== ] 1711/2851 60% [===================================== ] 1712/2851 60% [===================================== ] 1713/2851 60% [===================================== ] 1714/2851 60% [===================================== ] 1715/2851 60% [===================================== ] 1716/2851 60% [===================================== ] 1717/2851 60% [===================================== ] 1718/2851 60% [===================================== ] 1719/2851 60% [===================================== ] 1720/2851 60% [===================================== ] 1721/2851 60% [===================================== ] 1722/2851 60% [===================================== ] 1723/2851 60% [===================================== ] 1724/2851 60% [===================================== ] 1725/2851 60% [===================================== ] 1726/2851 60% [===================================== ] 1727/2851 60% [===================================== ] 1728/2851 60% [===================================== ] 1729/2851 60% [===================================== ] 1730/2851 60% [===================================== ] 1731/2851 60% [===================================== ] 1732/2851 60% [===================================== ] 1733/2851 60% [===================================== ] 1734/2851 60% [===================================== ] 1735/2851 60% [===================================== ] 1736/2851 60% [===================================== ] 1737/2851 60% [===================================== ] 1738/2851 60% [===================================== ] 1739/2851 60% [===================================== ] 1740/2851 61% [===================================== ] 1741/2851 61% [===================================== ] 1742/2851 61% [===================================== ] 1743/2851 61% [===================================== ] 1744/2851 61% [===================================== ] 1745/2851 61% [===================================== ] 1746/2851 61% [===================================== ] 1747/2851 61% [====================================== ] 1748/2851 61% [====================================== ] 1749/2851 61% [====================================== ] 1750/2851 61% [====================================== ] 1751/2851 61% [====================================== ] 1752/2851 61% [====================================== ] 1753/2851 61% [====================================== ] 1754/2851 61% [====================================== ] 1755/2851 61% [====================================== ] 1756/2851 61% [====================================== ] 1757/2851 61% [====================================== ] 1758/2851 61% [====================================== ] 1759/2851 61% [====================================== ] 1760/2851 61% [====================================== ] 1761/2851 61% [====================================== ] 1762/2851 61% [====================================== ] 1763/2851 61% [====================================== ] 1764/2851 61% [====================================== ] 1765/2851 61% [====================================== ] 1766/2851 61% [====================================== ] 1767/2851 61% [====================================== ] 1768/2851 62% [====================================== ] 1769/2851 62% [====================================== ] 1770/2851 62% [====================================== ] 1771/2851 62% [====================================== ] 1772/2851 62% [====================================== ] 1773/2851 62% [====================================== ] 1774/2851 62% [====================================== ] 1775/2851 62% [====================================== ] 1776/2851 62% [====================================== ] 1777/2851 62% [====================================== ] 1778/2851 62% [====================================== ] 1779/2851 62% [====================================== ] 1780/2851 62% [====================================== ] 1781/2851 62% [====================================== ] 1782/2851 62% [====================================== ] 1783/2851 62% [====================================== ] 1784/2851 62% [====================================== ] 1785/2851 62% [====================================== ] 1786/2851 62% [====================================== ] 1787/2851 62% [====================================== ] 1788/2851 62% [====================================== ] 1789/2851 62% [====================================== ] 1790/2851 62% [====================================== ] 1791/2851 62% [====================================== ] 1792/2851 62% [====================================== ] 1793/2851 62% [======================================= ] 1794/2851 62% [======================================= ] 1795/2851 62% [======================================= ] 1796/2851 62% [======================================= ] 1797/2851 63% [======================================= ] 1798/2851 63% [======================================= ] 1799/2851 63% [======================================= ] 1800/2851 63% [======================================= ] 1801/2851 63% [======================================= ] 1802/2851 63% [======================================= ] 1803/2851 63% [======================================= ] 1804/2851 63% [======================================= ] 1805/2851 63% [======================================= ] 1806/2851 63% [======================================= ] 1807/2851 63% [======================================= ] 1808/2851 63% [======================================= ] 1809/2851 63% [======================================= ] 1810/2851 63% [======================================= ] 1811/2851 63% [======================================= ] 1812/2851 63% [======================================= ] 1813/2851 63% [======================================= ] 1814/2851 63% [======================================= ] 1815/2851 63% [======================================= ] 1816/2851 63% [======================================= ] 1817/2851 63% [======================================= ] 1818/2851 63% [======================================= ] 1819/2851 63% [======================================= ] 1820/2851 63% [======================================= ] 1821/2851 63% [======================================= ] 1822/2851 63% [======================================= ] 1823/2851 63% [======================================= ] 1824/2851 63% [======================================= ] 1825/2851 64% [======================================= ] 1826/2851 64% [======================================= ] 1827/2851 64% [======================================= ] 1828/2851 64% [======================================= ] 1829/2851 64% [======================================= ] 1830/2851 64% [======================================= ] 1831/2851 64% [======================================= ] 1832/2851 64% [======================================= ] 1833/2851 64% [======================================= ] 1834/2851 64% [======================================= ] 1835/2851 64% [======================================= ] 1836/2851 64% [======================================= ] 1837/2851 64% [======================================= ] 1838/2851 64% [======================================= ] 1839/2851 64% [======================================== ] 1840/2851 64% [======================================== ] 1841/2851 64% [======================================== ] 1842/2851 64% [======================================== ] 1843/2851 64% [======================================== ] 1844/2851 64% [======================================== ] 1845/2851 64% [======================================== ] 1846/2851 64% [======================================== ] 1847/2851 64% [======================================== ] 1848/2851 64% [======================================== ] 1849/2851 64% [======================================== ] 1850/2851 64% [======================================== ] 1851/2851 64% [======================================== ] 1852/2851 64% [======================================== ] 1853/2851 64% [======================================== ] 1854/2851 65% [======================================== ] 1855/2851 65% [======================================== ] 1856/2851 65% [======================================== ] 1857/2851 65% [======================================== ] 1858/2851 65% [======================================== ] 1859/2851 65% [======================================== ] 1860/2851 65% [======================================== ] 1861/2851 65% [======================================== ] 1862/2851 65% [======================================== ] 1863/2851 65% [======================================== ] 1864/2851 65% [======================================== ] 1865/2851 65% [======================================== ] 1866/2851 65% [======================================== ] 1867/2851 65% [======================================== ] 1868/2851 65% [======================================== ] 1869/2851 65% [======================================== ] 1870/2851 65% [======================================== ] 1871/2851 65% [======================================== ] 1872/2851 65% [======================================== ] 1873/2851 65% [======================================== ] 1874/2851 65% [======================================== ] 1875/2851 65% [======================================== ] 1876/2851 65% [======================================== ] 1877/2851 65% [======================================== ] 1878/2851 65% [======================================== ] 1879/2851 65% [======================================== ] 1880/2851 65% [======================================== ] 1881/2851 65% [======================================== ] 1882/2851 66% [======================================== ] 1883/2851 66% [======================================== ] 1884/2851 66% [======================================== ] 1885/2851 66% [========================================= ] 1886/2851 66% [========================================= ] 1887/2851 66% [========================================= ] 1888/2851 66% [========================================= ] 1889/2851 66% [========================================= ] 1890/2851 66% [========================================= ] 1891/2851 66% [========================================= ] 1892/2851 66% [========================================= ] 1893/2851 66% [========================================= ] 1894/2851 66% [========================================= ] 1895/2851 66% [========================================= ] 1896/2851 66% [========================================= ] 1897/2851 66% [========================================= ] 1898/2851 66% [========================================= ] 1899/2851 66% [========================================= ] 1900/2851 66% [========================================= ] 1901/2851 66% [========================================= ] 1902/2851 66% [========================================= ] 1903/2851 66% [========================================= ] 1904/2851 66% [========================================= ] 1905/2851 66% [========================================= ] 1906/2851 66% [========================================= ] 1907/2851 66% [========================================= ] 1908/2851 66% [========================================= ] 1909/2851 66% [========================================= ] 1910/2851 66% [========================================= ] 1911/2851 67% [========================================= ] 1912/2851 67% [========================================= ] 1913/2851 67% [========================================= ] 1914/2851 67% [========================================= ] 1915/2851 67% [========================================= ] 1916/2851 67% [========================================= ] 1917/2851 67% [========================================= ] 1918/2851 67% [========================================= ] 1919/2851 67% [========================================= ] 1920/2851 67% [========================================= ] 1921/2851 67% [========================================= ] 1922/2851 67% [========================================= ] 1923/2851 67% [========================================= ] 1924/2851 67% [========================================= ] 1925/2851 67% [========================================= ] 1926/2851 67% [========================================= ] 1927/2851 67% [========================================= ] 1928/2851 67% [========================================= ] 1929/2851 67% [========================================= ] 1930/2851 67% [========================================= ] 1931/2851 67% [========================================== ] 1932/2851 67% [========================================== ] 1933/2851 67% [========================================== ] 1934/2851 67% [========================================== ] 1935/2851 67% [========================================== ] 1936/2851 67% [========================================== ] 1937/2851 67% [========================================== ] 1938/2851 67% [========================================== ] 1939/2851 68% [========================================== ] 1940/2851 68% [========================================== ] 1941/2851 68% [========================================== ] 1942/2851 68% [========================================== ] 1943/2851 68% [========================================== ] 1944/2851 68% [========================================== ] 1945/2851 68% [========================================== ] 1946/2851 68% [========================================== ] 1947/2851 68% [========================================== ] 1948/2851 68% [========================================== ] 1949/2851 68% [========================================== ] 1950/2851 68% [========================================== ] 1951/2851 68% [========================================== ] 1952/2851 68% [========================================== ] 1953/2851 68% [========================================== ] 1954/2851 68% [========================================== ] 1955/2851 68% [========================================== ] 1956/2851 68% [========================================== ] 1957/2851 68% [========================================== ] 1958/2851 68% [========================================== ] 1959/2851 68% [========================================== ] 1960/2851 68% [========================================== ] 1961/2851 68% [========================================== ] 1962/2851 68% [========================================== ] 1963/2851 68% [========================================== ] 1964/2851 68% [========================================== ] 1965/2851 68% [========================================== ] 1966/2851 68% [========================================== ] 1967/2851 68% [========================================== ] 1968/2851 69% [========================================== ] 1969/2851 69% [========================================== ] 1970/2851 69% [========================================== ] 1971/2851 69% [========================================== ] 1972/2851 69% [========================================== ] 1973/2851 69% [========================================== ] 1974/2851 69% [========================================== ] 1975/2851 69% [========================================== ] 1976/2851 69% [========================================== ] 1977/2851 69% [=========================================== ] 1978/2851 69% [=========================================== ] 1979/2851 69% [=========================================== ] 1980/2851 69% [=========================================== ] 1981/2851 69% [=========================================== ] 1982/2851 69% [=========================================== ] 1983/2851 69% [=========================================== ] 1984/2851 69% [=========================================== ] 1985/2851 69% [=========================================== ] 1986/2851 69% [=========================================== ] 1987/2851 69% [=========================================== ] 1988/2851 69% [=========================================== ] 1989/2851 69% [=========================================== ] 1990/2851 69% [=========================================== ] 1991/2851 69% [=========================================== ] 1992/2851 69% [=========================================== ] 1993/2851 69% [=========================================== ] 1994/2851 69% [=========================================== ] 1995/2851 69% [=========================================== ] 1996/2851 70% [=========================================== ] 1997/2851 70% [=========================================== ] 1998/2851 70% [=========================================== ] 1999/2851 70% [=========================================== ] 2000/2851 70% [=========================================== ] 2001/2851 70% [=========================================== ] 2002/2851 70% [=========================================== ] 2003/2851 70% [=========================================== ] 2004/2851 70% [=========================================== ] 2005/2851 70% [=========================================== ] 2006/2851 70% [=========================================== ] 2007/2851 70% [=========================================== ] 2008/2851 70% [=========================================== ] 2009/2851 70% [=========================================== ] 2010/2851 70% [=========================================== ] 2011/2851 70% [=========================================== ] 2012/2851 70% [=========================================== ] 2013/2851 70% [=========================================== ] 2014/2851 70% [=========================================== ] 2015/2851 70% [=========================================== ] 2016/2851 70% [=========================================== ] 2017/2851 70% [=========================================== ] 2018/2851 70% [=========================================== ] 2019/2851 70% [=========================================== ] 2020/2851 70% [=========================================== ] 2021/2851 70% [=========================================== ] 2022/2851 70% [=========================================== ] 2023/2851 70% [============================================ ] 2024/2851 70% [============================================ ] 2025/2851 71% [============================================ ] 2026/2851 71% [============================================ ] 2027/2851 71% [============================================ ] 2028/2851 71% [============================================ ] 2029/2851 71% [============================================ ] 2030/2851 71% [============================================ ] 2031/2851 71% [============================================ ] 2032/2851 71% [============================================ ] 2033/2851 71% [============================================ ] 2034/2851 71% [============================================ ] 2035/2851 71% [============================================ ] 2036/2851 71% [============================================ ] 2037/2851 71% [============================================ ] 2038/2851 71% [============================================ ] 2039/2851 71% [============================================ ] 2040/2851 71% [============================================ ] 2041/2851 71% [============================================ ] 2042/2851 71% [============================================ ] 2043/2851 71% [============================================ ] 2044/2851 71% [============================================ ] 2045/2851 71% [============================================ ] 2046/2851 71% [============================================ ] 2047/2851 71% [============================================ ] 2048/2851 71% [============================================ ] 2049/2851 71% [============================================ ] 2050/2851 71% [============================================ ] 2051/2851 71% [============================================ ] 2052/2851 71% [============================================ ] 2053/2851 72% [============================================ ] 2054/2851 72% [============================================ ] 2055/2851 72% [============================================ ] 2056/2851 72% [============================================ ] 2057/2851 72% [============================================ ] 2058/2851 72% [============================================ ] 2059/2851 72% [============================================ ] 2060/2851 72% [============================================ ] 2061/2851 72% [============================================ ] 2062/2851 72% [============================================ ] 2063/2851 72% [============================================ ] 2064/2851 72% [============================================ ] 2065/2851 72% [============================================ ] 2066/2851 72% [============================================ ] 2067/2851 72% [============================================ ] 2068/2851 72% [============================================ ] 2069/2851 72% [============================================= ] 2070/2851 72% [============================================= ] 2071/2851 72% [============================================= ] 2072/2851 72% [============================================= ] 2073/2851 72% [============================================= ] 2074/2851 72% [============================================= ] 2075/2851 72% [============================================= ] 2076/2851 72% [============================================= ] 2077/2851 72% [============================================= ] 2078/2851 72% [============================================= ] 2079/2851 72% [============================================= ] 2080/2851 72% [============================================= ] 2081/2851 72% [============================================= ] 2082/2851 73% [============================================= ] 2083/2851 73% [============================================= ] 2084/2851 73% [============================================= ] 2085/2851 73% [============================================= ] 2086/2851 73% [============================================= ] 2087/2851 73% [============================================= ] 2088/2851 73% [============================================= ] 2089/2851 73% [============================================= ] 2090/2851 73% [============================================= ] 2091/2851 73% [============================================= ] 2092/2851 73% [============================================= ] 2093/2851 73% [============================================= ] 2094/2851 73% [============================================= ] 2095/2851 73% [============================================= ] 2096/2851 73% [============================================= ] 2097/2851 73% [============================================= ] 2098/2851 73% [============================================= ] 2099/2851 73% [============================================= ] 2100/2851 73% [============================================= ] 2101/2851 73% [============================================= ] 2102/2851 73% [============================================= ] 2103/2851 73% [============================================= ] 2104/2851 73% [============================================= ] 2105/2851 73% [============================================= ] 2106/2851 73% [============================================= ] 2107/2851 73% [============================================= ] 2108/2851 73% [============================================= ] 2109/2851 73% [============================================= ] 2110/2851 74% [============================================= ] 2111/2851 74% [============================================= ] 2112/2851 74% [============================================= ] 2113/2851 74% [============================================= ] 2114/2851 74% [============================================= ] 2115/2851 74% [============================================== ] 2116/2851 74% [============================================== ] 2117/2851 74% [============================================== ] 2118/2851 74% [============================================== ] 2119/2851 74% [============================================== ] 2120/2851 74% [============================================== ] 2121/2851 74% [============================================== ] 2122/2851 74% [============================================== ] 2123/2851 74% [============================================== ] 2124/2851 74% [============================================== ] 2125/2851 74% [============================================== ] 2126/2851 74% [============================================== ] 2127/2851 74% [============================================== ] 2128/2851 74% [============================================== ] 2129/2851 74% [============================================== ] 2130/2851 74% [============================================== ] 2131/2851 74% [============================================== ] 2132/2851 74% [============================================== ] 2133/2851 74% [============================================== ] 2134/2851 74% [============================================== ] 2135/2851 74% [============================================== ] 2136/2851 74% [============================================== ] 2137/2851 74% [============================================== ] 2138/2851 74% [============================================== ] 2139/2851 75% [============================================== ] 2140/2851 75% [============================================== ] 2141/2851 75% [============================================== ] 2142/2851 75% [============================================== ] 2143/2851 75% [============================================== ] 2144/2851 75% [============================================== ] 2145/2851 75% [============================================== ] 2146/2851 75% [============================================== ] 2147/2851 75% [============================================== ] 2148/2851 75% [============================================== ] 2149/2851 75% [============================================== ] 2150/2851 75% [============================================== ] 2151/2851 75% [============================================== ] 2152/2851 75% [============================================== ] 2153/2851 75% [============================================== ] 2154/2851 75% [============================================== ] 2155/2851 75% [============================================== ] 2156/2851 75% [============================================== ] 2157/2851 75% [============================================== ] 2158/2851 75% [============================================== ] 2159/2851 75% [============================================== ] 2160/2851 75% [============================================== ] 2161/2851 75% [=============================================== ] 2162/2851 75% [=============================================== ] 2163/2851 75% [=============================================== ] 2164/2851 75% [=============================================== ] 2165/2851 75% [=============================================== ] 2166/2851 75% [=============================================== ] 2167/2851 76% [=============================================== ] 2168/2851 76% [=============================================== ] 2169/2851 76% [=============================================== ] 2170/2851 76% [=============================================== ] 2171/2851 76% [=============================================== ] 2172/2851 76% [=============================================== ] 2173/2851 76% [=============================================== ] 2174/2851 76% [=============================================== ] 2175/2851 76% [=============================================== ] 2176/2851 76% [=============================================== ] 2177/2851 76% [=============================================== ] 2178/2851 76% [=============================================== ] 2179/2851 76% [=============================================== ] 2180/2851 76% [=============================================== ] 2181/2851 76% [=============================================== ] 2182/2851 76% [=============================================== ] 2183/2851 76% [=============================================== ] 2184/2851 76% [=============================================== ] 2185/2851 76% [=============================================== ] 2186/2851 76% [=============================================== ] 2187/2851 76% [=============================================== ] 2188/2851 76% [=============================================== ] 2189/2851 76% [=============================================== ] 2190/2851 76% [=============================================== ] 2191/2851 76% [=============================================== ] 2192/2851 76% [=============================================== ] 2193/2851 76% [=============================================== ] 2194/2851 76% [=============================================== ] 2195/2851 76% [=============================================== ] 2196/2851 77% [=============================================== ] 2197/2851 77% [=============================================== ] 2198/2851 77% [=============================================== ] 2199/2851 77% [=============================================== ] 2200/2851 77% [=============================================== ] 2201/2851 77% [=============================================== ] 2202/2851 77% [=============================================== ] 2203/2851 77% [=============================================== ] 2204/2851 77% [=============================================== ] 2205/2851 77% [=============================================== ] 2206/2851 77% [=============================================== ] 2207/2851 77% [================================================ ] 2208/2851 77% [================================================ ] 2209/2851 77% [================================================ ] 2210/2851 77% [================================================ ] 2211/2851 77% [================================================ ] 2212/2851 77% [================================================ ] 2213/2851 77% [================================================ ] 2214/2851 77% [================================================ ] 2215/2851 77% [================================================ ] 2216/2851 77% [================================================ ] 2217/2851 77% [================================================ ] 2218/2851 77% [================================================ ] 2219/2851 77% [================================================ ] 2220/2851 77% [================================================ ] 2221/2851 77% [================================================ ] 2222/2851 77% [================================================ ] 2223/2851 77% [================================================ ] 2224/2851 78% [================================================ ] 2225/2851 78% [================================================ ] 2226/2851 78% [================================================ ] 2227/2851 78% [================================================ ] 2228/2851 78% [================================================ ] 2229/2851 78% [================================================ ] 2230/2851 78% [================================================ ] 2231/2851 78% [================================================ ] 2232/2851 78% [================================================ ] 2233/2851 78% [================================================ ] 2234/2851 78% [================================================ ] 2235/2851 78% [================================================ ] 2236/2851 78% [================================================ ] 2237/2851 78% [================================================ ] 2238/2851 78% [================================================ ] 2239/2851 78% [================================================ ] 2240/2851 78% [================================================ ] 2241/2851 78% [================================================ ] 2242/2851 78% [================================================ ] 2243/2851 78% [================================================ ] 2244/2851 78% [================================================ ] 2245/2851 78% [================================================ ] 2246/2851 78% [================================================ ] 2247/2851 78% [================================================ ] 2248/2851 78% [================================================ ] 2249/2851 78% [================================================ ] 2250/2851 78% [================================================ ] 2251/2851 78% [================================================ ] 2252/2851 78% [================================================ ] 2253/2851 79% [================================================= ] 2254/2851 79% [================================================= ] 2255/2851 79% [================================================= ] 2256/2851 79% [================================================= ] 2257/2851 79% [================================================= ] 2258/2851 79% [================================================= ] 2259/2851 79% [================================================= ] 2260/2851 79% [================================================= ] 2261/2851 79% [================================================= ] 2262/2851 79% [================================================= ] 2263/2851 79% [================================================= ] 2264/2851 79% [================================================= ] 2265/2851 79% [================================================= ] 2266/2851 79% [================================================= ] 2267/2851 79% [================================================= ] 2268/2851 79% [================================================= ] 2269/2851 79% [================================================= ] 2270/2851 79% [================================================= ] 2271/2851 79% [================================================= ] 2272/2851 79% [================================================= ] 2273/2851 79% [================================================= ] 2274/2851 79% [================================================= ] 2275/2851 79% [================================================= ] 2276/2851 79% [================================================= ] 2277/2851 79% [================================================= ] 2278/2851 79% [================================================= ] 2279/2851 79% [================================================= ] 2280/2851 79% [================================================= ] 2281/2851 80% [================================================= ] 2282/2851 80% [================================================= ] 2283/2851 80% [================================================= ] 2284/2851 80% [================================================= ] 2285/2851 80% [================================================= ] 2286/2851 80% [================================================= ] 2287/2851 80% [================================================= ] 2288/2851 80% [================================================= ] 2289/2851 80% [================================================= ] 2290/2851 80% [================================================= ] 2291/2851 80% [================================================= ] 2292/2851 80% [================================================= ] 2293/2851 80% [================================================= ] 2294/2851 80% [================================================= ] 2295/2851 80% [================================================= ] 2296/2851 80% [================================================= ] 2297/2851 80% [================================================= ] 2298/2851 80% [================================================= ] 2299/2851 80% [================================================== ] 2300/2851 80% [================================================== ] 2301/2851 80% [================================================== ] 2302/2851 80% [================================================== ] 2303/2851 80% [================================================== ] 2304/2851 80% [================================================== ] 2305/2851 80% [================================================== ] 2306/2851 80% [================================================== ] 2307/2851 80% [================================================== ] 2308/2851 80% [================================================== ] 2309/2851 80% [================================================== ] 2310/2851 81% [================================================== ] 2311/2851 81% [================================================== ] 2312/2851 81% [================================================== ] 2313/2851 81% [================================================== ] 2314/2851 81% [================================================== ] 2315/2851 81% [================================================== ] 2316/2851 81% [================================================== ] 2317/2851 81% [================================================== ] 2318/2851 81% [================================================== ] 2319/2851 81% [================================================== ] 2320/2851 81% [================================================== ] 2321/2851 81% [================================================== ] 2322/2851 81% [================================================== ] 2323/2851 81% [================================================== ] 2324/2851 81% [================================================== ] 2325/2851 81% [================================================== ] 2326/2851 81% [================================================== ] 2327/2851 81% [================================================== ] 2328/2851 81% [================================================== ] 2329/2851 81% [================================================== ] 2330/2851 81% [================================================== ] 2331/2851 81% [================================================== ] 2332/2851 81% [================================================== ] 2333/2851 81% [================================================== ] 2334/2851 81% [================================================== ] 2335/2851 81% [================================================== ] 2336/2851 81% [================================================== ] 2337/2851 81% [================================================== ] 2338/2851 82% [================================================== ] 2339/2851 82% [================================================== ] 2340/2851 82% [================================================== ] 2341/2851 82% [================================================== ] 2342/2851 82% [================================================== ] 2343/2851 82% [================================================== ] 2344/2851 82% [================================================== ] 2345/2851 82% [=================================================== ] 2346/2851 82% [=================================================== ] 2347/2851 82% [=================================================== ] 2348/2851 82% [=================================================== ] 2349/2851 82% [=================================================== ] 2350/2851 82% [=================================================== ] 2351/2851 82% [=================================================== ] 2352/2851 82% [=================================================== ] 2353/2851 82% [=================================================== ] 2354/2851 82% [=================================================== ] 2355/2851 82% [=================================================== ] 2356/2851 82% [=================================================== ] 2357/2851 82% [=================================================== ] 2358/2851 82% [=================================================== ] 2359/2851 82% [=================================================== ] 2360/2851 82% [=================================================== ] 2361/2851 82% [=================================================== ] 2362/2851 82% [=================================================== ] 2363/2851 82% [=================================================== ] 2364/2851 82% [=================================================== ] 2365/2851 82% [=================================================== ] 2366/2851 82% [=================================================== ] 2367/2851 83% [=================================================== ] 2368/2851 83% [=================================================== ] 2369/2851 83% [=================================================== ] 2370/2851 83% [=================================================== ] 2371/2851 83% [=================================================== ] 2372/2851 83% [=================================================== ] 2373/2851 83% [=================================================== ] 2374/2851 83% [=================================================== ] 2375/2851 83% [=================================================== ] 2376/2851 83% [=================================================== ] 2377/2851 83% [=================================================== ] 2378/2851 83% [=================================================== ] 2379/2851 83% [=================================================== ] 2380/2851 83% [=================================================== ] 2381/2851 83% [=================================================== ] 2382/2851 83% [=================================================== ] 2383/2851 83% [=================================================== ] 2384/2851 83% [=================================================== ] 2385/2851 83% [=================================================== ] 2386/2851 83% [=================================================== ] 2387/2851 83% [=================================================== ] 2388/2851 83% [=================================================== ] 2389/2851 83% [=================================================== ] 2390/2851 83% [=================================================== ] 2391/2851 83% [==================================================== ] 2392/2851 83% [==================================================== ] 2393/2851 83% [==================================================== ] 2394/2851 83% [==================================================== ] 2395/2851 84% [==================================================== ] 2396/2851 84% [==================================================== ] 2397/2851 84% [==================================================== ] 2398/2851 84% [==================================================== ] 2399/2851 84% [==================================================== ] 2400/2851 84% [==================================================== ] 2401/2851 84% [==================================================== ] 2402/2851 84% [==================================================== ] 2403/2851 84% [==================================================== ] 2404/2851 84% [==================================================== ] 2405/2851 84% [==================================================== ] 2406/2851 84% [==================================================== ] 2407/2851 84% [==================================================== ] 2408/2851 84% [==================================================== ] 2409/2851 84% [==================================================== ] 2410/2851 84% [==================================================== ] 2411/2851 84% [==================================================== ] 2412/2851 84% [==================================================== ] 2413/2851 84% [==================================================== ] 2414/2851 84% [==================================================== ] 2415/2851 84% [==================================================== ] 2416/2851 84% [==================================================== ] 2417/2851 84% [==================================================== ] 2418/2851 84% [==================================================== ] 2419/2851 84% [==================================================== ] 2420/2851 84% [==================================================== ] 2421/2851 84% [==================================================== ] 2422/2851 84% [==================================================== ] 2423/2851 84% [==================================================== ] 2424/2851 85% [==================================================== ] 2425/2851 85% [==================================================== ] 2426/2851 85% [==================================================== ] 2427/2851 85% [==================================================== ] 2428/2851 85% [==================================================== ] 2429/2851 85% [==================================================== ] 2430/2851 85% [==================================================== ] 2431/2851 85% [==================================================== ] 2432/2851 85% [==================================================== ] 2433/2851 85% [==================================================== ] 2434/2851 85% [==================================================== ] 2435/2851 85% [==================================================== ] 2436/2851 85% [==================================================== ] 2437/2851 85% [===================================================== ] 2438/2851 85% [===================================================== ] 2439/2851 85% [===================================================== ] 2440/2851 85% [===================================================== ] 2441/2851 85% [===================================================== ] 2442/2851 85% [===================================================== ] 2443/2851 85% [===================================================== ] 2444/2851 85% [===================================================== ] 2445/2851 85% [===================================================== ] 2446/2851 85% [===================================================== ] 2447/2851 85% [===================================================== ] 2448/2851 85% [===================================================== ] 2449/2851 85% [===================================================== ] 2450/2851 85% [===================================================== ] 2451/2851 85% [===================================================== ] 2452/2851 86% [===================================================== ] 2453/2851 86% [===================================================== ] 2454/2851 86% [===================================================== ] 2455/2851 86% [===================================================== ] 2456/2851 86% [===================================================== ] 2457/2851 86% [===================================================== ] 2458/2851 86% [===================================================== ] 2459/2851 86% [===================================================== ] 2460/2851 86% [===================================================== ] 2461/2851 86% [===================================================== ] 2462/2851 86% [===================================================== ] 2463/2851 86% [===================================================== ] 2464/2851 86% [===================================================== ] 2465/2851 86% [===================================================== ] 2466/2851 86% [===================================================== ] 2467/2851 86% [===================================================== ] 2468/2851 86% [===================================================== ] 2469/2851 86% [===================================================== ] 2470/2851 86% [===================================================== ] 2471/2851 86% [===================================================== ] 2472/2851 86% [===================================================== ] 2473/2851 86% [===================================================== ] 2474/2851 86% [===================================================== ] 2475/2851 86% [===================================================== ] 2476/2851 86% [===================================================== ] 2477/2851 86% [===================================================== ] 2478/2851 86% [===================================================== ] 2479/2851 86% [===================================================== ] 2480/2851 86% [===================================================== ] 2481/2851 87% [===================================================== ] 2482/2851 87% [===================================================== ] 2483/2851 87% [====================================================== ] 2484/2851 87% [====================================================== ] 2485/2851 87% [====================================================== ] 2486/2851 87% [====================================================== ] 2487/2851 87% [====================================================== ] 2488/2851 87% [====================================================== ] 2489/2851 87% [====================================================== ] 2490/2851 87% [====================================================== ] 2491/2851 87% [====================================================== ] 2492/2851 87% [====================================================== ] 2493/2851 87% [====================================================== ] 2494/2851 87% [====================================================== ] 2495/2851 87% [====================================================== ] 2496/2851 87% [====================================================== ] 2497/2851 87% [====================================================== ] 2498/2851 87% [====================================================== ] 2499/2851 87% [====================================================== ] 2500/2851 87% [====================================================== ] 2501/2851 87% [====================================================== ] 2502/2851 87% [====================================================== ] 2503/2851 87% [====================================================== ] 2504/2851 87% [====================================================== ] 2505/2851 87% [====================================================== ] 2506/2851 87% [====================================================== ] 2507/2851 87% [====================================================== ] 2508/2851 87% [====================================================== ] 2509/2851 88% [====================================================== ] 2510/2851 88% [====================================================== ] 2511/2851 88% [====================================================== ] 2512/2851 88% [====================================================== ] 2513/2851 88% [====================================================== ] 2514/2851 88% [====================================================== ] 2515/2851 88% [====================================================== ] 2516/2851 88% [====================================================== ] 2517/2851 88% [====================================================== ] 2518/2851 88% [====================================================== ] 2519/2851 88% [====================================================== ] 2520/2851 88% [====================================================== ] 2521/2851 88% [====================================================== ] 2522/2851 88% [====================================================== ] 2523/2851 88% [====================================================== ] 2524/2851 88% [====================================================== ] 2525/2851 88% [====================================================== ] 2526/2851 88% [====================================================== ] 2527/2851 88% [====================================================== ] 2528/2851 88% [====================================================== ] 2529/2851 88% [======================================================= ] 2530/2851 88% [======================================================= ] 2531/2851 88% [======================================================= ] 2532/2851 88% [======================================================= ] 2533/2851 88% [======================================================= ] 2534/2851 88% [======================================================= ] 2535/2851 88% [======================================================= ] 2536/2851 88% [======================================================= ] 2537/2851 88% [======================================================= ] 2538/2851 89% [======================================================= ] 2539/2851 89% [======================================================= ] 2540/2851 89% [======================================================= ] 2541/2851 89% [======================================================= ] 2542/2851 89% [======================================================= ] 2543/2851 89% [======================================================= ] 2544/2851 89% [======================================================= ] 2545/2851 89% [======================================================= ] 2546/2851 89% [======================================================= ] 2547/2851 89% [======================================================= ] 2548/2851 89% [======================================================= ] 2549/2851 89% [======================================================= ] 2550/2851 89% [======================================================= ] 2551/2851 89% [======================================================= ] 2552/2851 89% [======================================================= ] 2553/2851 89% [======================================================= ] 2554/2851 89% [======================================================= ] 2555/2851 89% [======================================================= ] 2556/2851 89% [======================================================= ] 2557/2851 89% [======================================================= ] 2558/2851 89% [======================================================= ] 2559/2851 89% [======================================================= ] 2560/2851 89% [======================================================= ] 2561/2851 89% [======================================================= ] 2562/2851 89% [======================================================= ] 2563/2851 89% [======================================================= ] 2564/2851 89% [======================================================= ] 2565/2851 89% [======================================================= ] 2566/2851 90% [======================================================= ] 2567/2851 90% [======================================================= ] 2568/2851 90% [======================================================= ] 2569/2851 90% [======================================================= ] 2570/2851 90% [======================================================= ] 2571/2851 90% [======================================================= ] 2572/2851 90% [======================================================= ] 2573/2851 90% [======================================================= ] 2574/2851 90% [======================================================= ] 2575/2851 90% [======================================================== ] 2576/2851 90% [======================================================== ] 2577/2851 90% [======================================================== ] 2578/2851 90% [======================================================== ] 2579/2851 90% [======================================================== ] 2580/2851 90% [======================================================== ] 2581/2851 90% [======================================================== ] 2582/2851 90% [======================================================== ] 2583/2851 90% [======================================================== ] 2584/2851 90% [======================================================== ] 2585/2851 90% [======================================================== ] 2586/2851 90% [======================================================== ] 2587/2851 90% [======================================================== ] 2588/2851 90% [======================================================== ] 2589/2851 90% [======================================================== ] 2590/2851 90% [======================================================== ] 2591/2851 90% [======================================================== ] 2592/2851 90% [======================================================== ] 2593/2851 90% [======================================================== ] 2594/2851 90% [======================================================== ] 2595/2851 91% [======================================================== ] 2596/2851 91% [======================================================== ] 2597/2851 91% [======================================================== ] 2598/2851 91% [======================================================== ] 2599/2851 91% [======================================================== ] 2600/2851 91% [======================================================== ] 2601/2851 91% [======================================================== ] 2602/2851 91% [======================================================== ] 2603/2851 91% [======================================================== ] 2604/2851 91% [======================================================== ] 2605/2851 91% [======================================================== ] 2606/2851 91% [======================================================== ] 2607/2851 91% [======================================================== ] 2608/2851 91% [======================================================== ] 2609/2851 91% [======================================================== ] 2610/2851 91% [======================================================== ] 2611/2851 91% [======================================================== ] 2612/2851 91% [======================================================== ] 2613/2851 91% [======================================================== ] 2614/2851 91% [======================================================== ] 2615/2851 91% [======================================================== ] 2616/2851 91% [======================================================== ] 2617/2851 91% [======================================================== ] 2618/2851 91% [======================================================== ] 2619/2851 91% [======================================================== ] 2620/2851 91% [======================================================== ] 2621/2851 91% [========================================================= ] 2622/2851 91% [========================================================= ] 2623/2851 92% [========================================================= ] 2624/2851 92% [========================================================= ] 2625/2851 92% [========================================================= ] 2626/2851 92% [========================================================= ] 2627/2851 92% [========================================================= ] 2628/2851 92% [========================================================= ] 2629/2851 92% [========================================================= ] 2630/2851 92% [========================================================= ] 2631/2851 92% [========================================================= ] 2632/2851 92% [========================================================= ] 2633/2851 92% [========================================================= ] 2634/2851 92% [========================================================= ] 2635/2851 92% [========================================================= ] 2636/2851 92% [========================================================= ] 2637/2851 92% [========================================================= ] 2638/2851 92% [========================================================= ] 2639/2851 92% [========================================================= ] 2640/2851 92% [========================================================= ] 2641/2851 92% [========================================================= ] 2642/2851 92% [========================================================= ] 2643/2851 92% [========================================================= ] 2644/2851 92% [========================================================= ] 2645/2851 92% [========================================================= ] 2646/2851 92% [========================================================= ] 2647/2851 92% [========================================================= ] 2648/2851 92% [========================================================= ] 2649/2851 92% [========================================================= ] 2650/2851 92% [========================================================= ] 2651/2851 92% [========================================================= ] 2652/2851 93% [========================================================= ] 2653/2851 93% [========================================================= ] 2654/2851 93% [========================================================= ] 2655/2851 93% [========================================================= ] 2656/2851 93% [========================================================= ] 2657/2851 93% [========================================================= ] 2658/2851 93% [========================================================= ] 2659/2851 93% [========================================================= ] 2660/2851 93% [========================================================= ] 2661/2851 93% [========================================================= ] 2662/2851 93% [========================================================= ] 2663/2851 93% [========================================================= ] 2664/2851 93% [========================================================= ] 2665/2851 93% [========================================================= ] 2666/2851 93% [========================================================= ] 2667/2851 93% [========================================================== ] 2668/2851 93% [========================================================== ] 2669/2851 93% [========================================================== ] 2670/2851 93% [========================================================== ] 2671/2851 93% [========================================================== ] 2672/2851 93% [========================================================== ] 2673/2851 93% [========================================================== ] 2674/2851 93% [========================================================== ] 2675/2851 93% [========================================================== ] 2676/2851 93% [========================================================== ] 2677/2851 93% [========================================================== ] 2678/2851 93% [========================================================== ] 2679/2851 93% [========================================================== ] 2680/2851 94% [========================================================== ] 2681/2851 94% [========================================================== ] 2682/2851 94% [========================================================== ] 2683/2851 94% [========================================================== ] 2684/2851 94% [========================================================== ] 2685/2851 94% [========================================================== ] 2686/2851 94% [========================================================== ] 2687/2851 94% [========================================================== ] 2688/2851 94% [========================================================== ] 2689/2851 94% [========================================================== ] 2690/2851 94% [========================================================== ] 2691/2851 94% [========================================================== ] 2692/2851 94% [========================================================== ] 2693/2851 94% [========================================================== ] 2694/2851 94% [========================================================== ] 2695/2851 94% [========================================================== ] 2696/2851 94% [========================================================== ] 2697/2851 94% [========================================================== ] 2698/2851 94% [========================================================== ] 2699/2851 94% [========================================================== ] 2700/2851 94% [========================================================== ] 2701/2851 94% [========================================================== ] 2702/2851 94% [========================================================== ] 2703/2851 94% [========================================================== ] 2704/2851 94% [========================================================== ] 2705/2851 94% [========================================================== ] 2706/2851 94% [========================================================== ] 2707/2851 94% [========================================================== ] 2708/2851 94% [========================================================== ] 2709/2851 95% [========================================================== ] 2710/2851 95% [========================================================== ] 2711/2851 95% [========================================================== ] 2712/2851 95% [========================================================== ] 2713/2851 95% [=========================================================== ] 2714/2851 95% [=========================================================== ] 2715/2851 95% [=========================================================== ] 2716/2851 95% [=========================================================== ] 2717/2851 95% [=========================================================== ] 2718/2851 95% [=========================================================== ] 2719/2851 95% [=========================================================== ] 2720/2851 95% [=========================================================== ] 2721/2851 95% [=========================================================== ] 2722/2851 95% [=========================================================== ] 2723/2851 95% [=========================================================== ] 2724/2851 95% [=========================================================== ] 2725/2851 95% [=========================================================== ] 2726/2851 95% [=========================================================== ] 2727/2851 95% [=========================================================== ] 2728/2851 95% [=========================================================== ] 2729/2851 95% [=========================================================== ] 2730/2851 95% [=========================================================== ] 2731/2851 95% [=========================================================== ] 2732/2851 95% [=========================================================== ] 2733/2851 95% [=========================================================== ] 2734/2851 95% [=========================================================== ] 2735/2851 95% [=========================================================== ] 2736/2851 95% [=========================================================== ] 2737/2851 96% [=========================================================== ] 2738/2851 96% [=========================================================== ] 2739/2851 96% [=========================================================== ] 2740/2851 96% [=========================================================== ] 2741/2851 96% [=========================================================== ] 2742/2851 96% [=========================================================== ] 2743/2851 96% [=========================================================== ] 2744/2851 96% [=========================================================== ] 2745/2851 96% [=========================================================== ] 2746/2851 96% [=========================================================== ] 2747/2851 96% [=========================================================== ] 2748/2851 96% [=========================================================== ] 2749/2851 96% [=========================================================== ] 2750/2851 96% [=========================================================== ] 2751/2851 96% [=========================================================== ] 2752/2851 96% [=========================================================== ] 2753/2851 96% [=========================================================== ] 2754/2851 96% [=========================================================== ] 2755/2851 96% [=========================================================== ] 2756/2851 96% [=========================================================== ] 2757/2851 96% [=========================================================== ] 2758/2851 96% [=========================================================== ] 2759/2851 96% [============================================================ ] 2760/2851 96% [============================================================ ] 2761/2851 96% [============================================================ ] 2762/2851 96% [============================================================ ] 2763/2851 96% [============================================================ ] 2764/2851 96% [============================================================ ] 2765/2851 96% [============================================================ ] 2766/2851 97% [============================================================ ] 2767/2851 97% [============================================================ ] 2768/2851 97% [============================================================ ] 2769/2851 97% [============================================================ ] 2770/2851 97% [============================================================ ] 2771/2851 97% [============================================================ ] 2772/2851 97% [============================================================ ] 2773/2851 97% [============================================================ ] 2774/2851 97% [============================================================ ] 2775/2851 97% [============================================================ ] 2776/2851 97% [============================================================ ] 2777/2851 97% [============================================================ ] 2778/2851 97% [============================================================ ] 2779/2851 97% [============================================================ ] 2780/2851 97% [============================================================ ] 2781/2851 97% [============================================================ ] 2782/2851 97% [============================================================ ] 2783/2851 97% [============================================================ ] 2784/2851 97% [============================================================ ] 2785/2851 97% [============================================================ ] 2786/2851 97% [============================================================ ] 2787/2851 97% [============================================================ ] 2788/2851 97% [============================================================ ] 2789/2851 97% [============================================================ ] 2790/2851 97% [============================================================ ] 2791/2851 97% [============================================================ ] 2792/2851 97% [============================================================ ] 2793/2851 97% [============================================================ ] 2794/2851 98% [============================================================ ] 2795/2851 98% [============================================================ ] 2796/2851 98% [============================================================ ] 2797/2851 98% [============================================================ ] 2798/2851 98% [============================================================ ] 2799/2851 98% [============================================================ ] 2800/2851 98% [============================================================ ] 2801/2851 98% [============================================================ ] 2802/2851 98% [============================================================ ] 2803/2851 98% [============================================================ ] 2804/2851 98% [============================================================ ] 2805/2851 98% [============================================================= ] 2806/2851 98% [============================================================= ] 2807/2851 98% [============================================================= ] 2808/2851 98% [============================================================= ] 2809/2851 98% [============================================================= ] 2810/2851 98% [============================================================= ] 2811/2851 98% [============================================================= ] 2812/2851 98% [============================================================= ] 2813/2851 98% [============================================================= ] 2814/2851 98% [============================================================= ] 2815/2851 98% [============================================================= ] 2816/2851 98% [============================================================= ] 2817/2851 98% [============================================================= ] 2818/2851 98% [============================================================= ] 2819/2851 98% [============================================================= ] 2820/2851 98% [============================================================= ] 2821/2851 98% [============================================================= ] 2822/2851 98% [============================================================= ] 2823/2851 99% [============================================================= ] 2824/2851 99% [============================================================= ] 2825/2851 99% [============================================================= ] 2826/2851 99% [============================================================= ] 2827/2851 99% [============================================================= ] 2828/2851 99% [============================================================= ] 2829/2851 99% [============================================================= ] 2830/2851 99% [============================================================= ] 2831/2851 99% [============================================================= ] 2832/2851 99% [============================================================= ] 2833/2851 99% [============================================================= ] 2834/2851 99% [============================================================= ] 2835/2851 99% [============================================================= ] 2836/2851 99% [============================================================= ] 2837/2851 99% [============================================================= ] 2838/2851 99% [============================================================= ] 2839/2851 99% [============================================================= ] 2840/2851 99% [============================================================= ] 2841/2851 99% [============================================================= ] 2842/2851 99% [============================================================= ] 2843/2851 99% [============================================================= ] 2844/2851 99% [============================================================= ] 2845/2851 99% [============================================================= ] 2846/2851 99% [============================================================= ] 2847/2851 99% [============================================================= ] 2848/2851 99% [============================================================= ] 2849/2851 99% [============================================================= ] 2850/2851 99% [==============================================================] 2851/2851 100% operation complete, 2851 objects in 84570 NAND pages. ln -snf /home/thomas/autobuild/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot /home/thomas/autobuild/instance-0/output-1/staging make: Leaving directory '/home/thomas/autobuild/instance-0/buildroot' make: Entering directory '/home/thomas/autobuild/instance-0/buildroot' >>> Buildroot 2022.08-rc1-3122-g5d03d2346a Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 12.2.0 Collecting legal info >>> glibc 2.37-2-g9f8513dc64119a424b312db97cef5d87d376defa Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 12.2.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 5.4.233 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> aespipe 2.4f Collecting legal info >>> ascii-invaders 1.0.1 Collecting legal info LICENSE: OK (sha512: 1e455684996d7733b2f1ccd4606d034694d16ceff6ede6125d7f1537d20dabe05976cca4cef5cbf6c31352cbd62a515fd8e34a2ffb54dae1181c1116b24c6cf7) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> atftp 0.8.0 Collecting legal info LICENSE: OK (sha256: 86dc744860e6dfacfeba2f33fea908db03fe67c7e37a878285b7aae8e4596735) >>> 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) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> atop 2.8.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> audit 3.0.7 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> libcap-ng 0.8.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> babeltrace2 2.0.4 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) lgpl-2.1.txt: OK (sha256: c68fd1ffc1623ea0dace21abf57305818e4998a4ae0c79010aaaa943eb660b55) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: d919c6347409efde6dea63c6f349fb06bc060a2b721fc3df07b5f720b5f1d60e) >>> elfutils 0.186 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.2 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libselinux 3.3 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> libsepol 3.3 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> bash 5.2.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> bluez5_utils-headers 5.66 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> bluez5_utils 5.66 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> dbus 1.12.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> bsdiff 4.3 Collecting legal info bsdiff.c: OK (sha256: fc0a6e634ef77dcf14bf36c7b6d1e57ba1ac5c4809073dfaacb3b5f7ab277eb7) >>> host-btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ca-certificates 20230311 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> cpulimit 0.2 Collecting legal info LICENSE: OK (sha256: 920489ca9da706d842870701155e70a101315ba0783cff39765d7e15e0916a4a) >>> 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) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dbus-glib 0.112 Collecting legal info COPYING: OK (sha256: 589bc300214a8b9ecd121f51570fe6342617487fd8fc0fb1f4ec26a13d5b96f8) >>> host-dbus 1.12.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> host-dbus-glib 0.112 Collecting legal info COPYING: OK (sha256: 589bc300214a8b9ecd121f51570fe6342617487fd8fc0fb1f4ec26a13d5b96f8) >>> dcron 1ba33c3325df48de46263276a43ed76cf9d81518 Collecting legal info COPYING: OK (sha256: 640d90f6ee401241ff62834d0d1b33f83049e99b8bfdfa04ed1b0a1635dde3e7) >>> dehydrated 0.7.1 Collecting legal info LICENSE: OK (sha256: f25ab9c5f13abf15ab097180423ef6b82a89c552e92d49ae627762ee9c04a3a8) >>> dotconf 1.3 Collecting legal info COPYING: OK (sha256: a50cc98d5044a7bbddabe61fc0ec42aa671c73bf414d0c6b50da83ea8ae041c6) >>> host-e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-erofs-utils 1.5 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> faad2 2.10.1 Collecting legal info COPYING: OK (sha256: d3baf3a54943cf12a994c85867a18dec84f810901b2f2878ddfd77efcc3c150f) >>> faifa 0.1 Collecting legal info COPYING: OK (sha256: 9b62e4601b2b9cd5719a393e88ed71a8304048862502db765ed9d6ff8cf38c5e) >>> libpcap 1.10.3 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> fetchmail 6.4.35 Collecting legal info COPYING: OK (sha256: 6d87443b61041067a5eddb2cabf8aebff15b8b40771ad6b5e4754e607ec21b39) >>> openssl Collecting legal info >>> libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> fio 3.28 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) MORAL-LICENSE: OK (sha256: 8a240c1ad13d1fe3e58588643d81d0695899be4a669fe6d8fafa76ca6a89db2c) >>> fxload 2008_10_13 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> gconf 3.2.6 Collecting legal info COPYING: OK (sha256: 94b03f1a60a7fd5007149530626a895a6ef5a8b9342abfd56860c5f3956f5d23) >>> 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) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> giflib 5.2.1 Collecting legal info COPYING: OK (sha256: 0c9b7990ecdca88b676db232c226548ac408b279f550d424d996f0d83591dd8e) >>> googlefontdirectory 94dff3eaa9301b6640cccc63c56d6ff33d82882c Collecting legal info ufl/ubuntu/LICENCE.txt: OK (sha256: 2f0015108d68627bd788d313f529c21ff4da2c2c42a5e1f3883acc83480f9002) >>> host-imx-mkimage lf-5.10.72_2.2.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> jpeg-turbo 2.1.4 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> jpeg Collecting legal info >>> libassuan 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.46 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libbson 1.9.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) THIRD_PARTY_NOTICES: OK (sha256: 8dc5cb3146b026715e6c145621c7732f36c295d825b7b3a03076ad3f238db48e) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcurl 7.88.1 Collecting legal info COPYING: OK (sha256: b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524) >>> libssh2 1.10.0 Collecting legal info COPYING: OK (sha256: 859e60d760a3446ecaf777339f1eef98c527aea40714384d24b882a83ffdd23a) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdvdread 6.1.3 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> libeXosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libosip2 5.3.1 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libfribidi 1.0.12 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) >>> libldns 1.8.3 Collecting legal info LICENSE: OK (sha256: 9e0b1505c358d1a7c79555ee8bd1acbe2985dbc74dd81f3697cebf2161e922e6) >>> libmms 0.6.4 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libmng 2.0.3 Collecting legal info LICENSE: OK (sha256: ba280734838eb3f22a85b92a7e62de357d4d4c325029dce723b0cb125c417c35) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpd 11.8.17 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libnetfilter_conntrack 1.0.9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnftnl 1.2.3 Collecting legal info COPYING: OK (sha256: 98193898c663001eff2fdcfb676e210c13042bc1a05e8d570c363efa396f8e24) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> libreplaygain r475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> libsemanage 3.3 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libsndfile 1.2.0 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libtalloc 2.3.4 Collecting legal info talloc.h: OK (sha256: f8340c449dd64a55c6605b02fcad2aec6f473612ac6026739a22995380a8043c) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> libtheora 1.1.1 Collecting legal info COPYING: OK (sha256: 8417fad7da775735564e209484a2e011e0fa201e94f01fdbee6e4977e478e6fc) LICENSE: OK (sha256: 654a0238f789f4435c4818f50005b141d013c5a09a31d861efc1d0d67ba975a4) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> lighttpd 1.4.69 Collecting legal info COPYING: OK (sha256: 5c98cad2fbaf5c5e2562bcbab401a7c557c1bb1bac9914ecc63730925052fb13) >>> xxhash 0.8.1 Collecting legal info LICENSE: OK (sha256: 553d0035773ddd1590045f8fdc3a4c6ead31e36336721aeca8421e88ed1c9f80) cli/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lockdev 1.0.3 Collecting legal info LICENSE: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> memstat 1.0 Collecting legal info debian/copyright: OK (sha256: 5e5db2a2fab637bbbc5d2400141fcb9f1b4b55540d025c2dc54378dc497cb524) >>> msmtp 1.8.22 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-mtools 4.0.42 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> multicat 2.3 Collecting legal info COPYING: OK (sha256: 94f68aec169fb6c9937eade757251714d38a56812be5dbfc3973914a71ad8d2d) >>> musepack r475 Collecting legal info libmpcdec/COPYING: OK (sha256: 141f551d8e4f037b7f6bc9136b7d3116c7ae9ec8da10c4f14c07c6dc34bc9aa5) libmpcenc/quant.c: OK (sha256: 0da88639aebbd614151ee52294fa13789f8cd28d9f2e0a56998b89b5c21ddc2b) >>> openlayers 7.2.2 Collecting legal info LICENSE.md: OK (sha256: 6c4347b83a8c9feef18d57b18e3b6c44cf901b3c344a4a1fbd837e421555ab8e) >>> openobex 1.7.2 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-openocd 0.11.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> host-libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> openresolv 3.12.0 Collecting legal info LICENSE: OK (sha256: 384740bf5e19e7628d20f4dcc22925062fdc6020e9a6f074e567d4d797be57a0) >>> opensc 0.22.0 Collecting legal info COPYING: OK (sha256: 376b54d4c5f4aa99421823fa4da93e3ab73096fce2400e89858632aa7da24a14) >>> pcsc-lite 1.9.9 Collecting legal info COPYING: OK (sha256: 40d4358bb8dc8d30f5365ae6d999b6f820bbc051b292912482f2e4d0ebd837e1) GPL-3.0.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> opus-tools 0.2 Collecting legal info COPYING: OK (sha256: c28016e58544119d6b93aea28297d040f17dcef7a9f548d3e6a4d0b558c5d248) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pdmenu 1.3.6 Collecting legal info doc/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> slang 2.3.3 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> host-pigz 2.7 Collecting legal info README: OK (sha256: 67e2b9e30e924724a9d72549a6004ed15a041f51d9ea9ab781e048fa27ae07a2) >>> pkcs11-helper 1.29.0 Collecting legal info COPYING: OK (sha256: 808705ac1daafe07a76431929575c5712a8693977a39ec9102aed25f030754d9) COPYING.BSD: OK (sha256: 865496cf23a6c792739ff2f9ea11e95ac99db89cfe3780a295b4e1495a9c19fe) COPYING.GPL: OK (sha256: cd2e7d63a11058f19c58b06fb8c759140ce70788369dce6e6e9db40d3475021e) >>> policycoreutils 3.2 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> ptpd2 2.3.1 Collecting legal info COPYRIGHT: OK (sha256: 5e101ac565a8e74ef4efbf7e0c95ef9333e00618c05dbf5fb4ed50a5bab1ff09) >>> qcom-db410c-firmware 1034.2.1 Collecting legal info LICENSE: OK (sha256: 11e60ad6f83c2a86e40dca374c24230b53650dd3e0adf2e72c15f8cafedc2e5a) >>> quota 4.09 Collecting legal info COPYING: OK (sha256: 32a5fd41e7a257f7f0373988ea8d45cebdbf376060703c242c11c000751b1203) >>> host-nfs-utils 2.6.2 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> host-libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> rapidxml 1.13 Collecting legal info license.txt: OK (sha256: 794bf3b2ecf5cf0c740ac6c524d66ce6284c4b1de1f983d21a242b8abbeb9720) >>> host-rauc 1.9 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-squashfs 4.6.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.2.10 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zstd 1.5.4 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> rs485conf 5c8d00cf70950fab3454549b81dea843d844492a Collecting legal info LICENSE: OK (sha256: 3e5c80d50879a9572ac9e463215a942490a67b56dfd8a3e27004d7c62e0493c8) >>> sp-oops-extract 0.0.7-1 Collecting legal info COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> speechd 0.11.4 Collecting legal info COPYING.GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPL-3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> sslh 1.22c Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> uemacs 1cdcf9df88144049750116e36fe20c8c39fa2517 Collecting legal info README: OK (sha256: 6e2a4cf41ec8d4379c154923349733bc0d3935c6fa72c4337cf1bc137b98b90a) >>> uftp 5.0.1 Collecting legal info LICENSE.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> usb_modeswitch 2.6.1 Collecting legal info COPYING: OK (sha256: 6195429209313925c0eba6c0da4ee7a6cb4277b99e35c886913f80f91ec20b94) >>> usb_modeswitch_data 20191128 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> ussp-push 0.11 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> wpan-tools 0.9 Collecting legal info COPYING: OK (sha256: fe8e595c24d821a60885eb259619df5e5e3976c48465fde0be29fcd78530798f) >>> xorriso 1.5.4.pl02 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYRIGHT: OK (sha256: 72e99e72cd68f226415e5d898f3b38e24ae7991ed038ed72d789fff5b060f028) >>> yavta 583bedefc2a247d2cfd32d1b4a0abbe3e2015c70 Collecting legal info COPYING.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-mtd 2.1.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-12.2.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-12.2.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.4.233: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: aespipe-2.4f: cannot save license (AESPIPE_LICENSE_FILES not defined) Legal info produced in /home/thomas/autobuild/instance-0/output-1/legal-info make: Leaving directory '/home/thomas/autobuild/instance-0/buildroot'