echo "set -e" >> /nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/ext2/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/ext2/target" >> /nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/ext2/fakeroot PATH="/nvmedata/autobuild/instance-16/output-1/host/bin:/nvmedata/autobuild/instance-16/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-16/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/ext2/target >> /nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/ext2/fakeroot echo "/nvmedata/autobuild/instance-16/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/ext2/target" >> /nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -rf /nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/ext2/target/usr/lib/udev/hwdb.d/ /nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/ext2/target/etc/udev/hwdb.d/\n' >> /nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/ext2/fakeroot echo "find /nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/ext2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/ext2/fakeroot echo "find /nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/ext2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -f /nvmedata/autobuild/instance-16/output-1/images/rootfs.ext2\n /nvmedata/autobuild/instance-16/output-1/host/sbin/mkfs.ext4 -d /nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/ext2/target -r 1 -N 0 -m 5 -L "rootfs" -O ^64bit /nvmedata/autobuild/instance-16/output-1/images/rootfs.ext2 "5G" || { ret=$?; echo "*** Maybe you need to increase the filesystem size (BR2_TARGET_ROOTFS_EXT2_SIZE)" 1>&2; exit $ret; }\n' >> /nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/ext2/fakeroot chmod a+x /nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/ext2/fakeroot PATH="/nvmedata/autobuild/instance-16/output-1/host/bin:/nvmedata/autobuild/instance-16/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-16/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/ext2/fakeroot rootdir=/nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/ext2/target table='/nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/full_devices_table.txt' mke2fs 1.46.5 (30-Dec-2021) Creating regular file /nvmedata/autobuild/instance-16/output-1/images/rootfs.ext2 64-bit filesystem support is not enabled. The larger fields afforded by this feature enable full-strength checksumming. Pass -O 64bit to rectify. Creating filesystem with 1310720 4k blocks and 327680 inodes Filesystem UUID: 1b1db886-926e-488e-88ba-d4ec87f01c5e Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736 Allocating group tables: 0/40 done Writing inode tables: 0/40 done Creating journal (16384 blocks): done Copying files into the device: done Writing superblocks and filesystem accounting information: 0/40 done PATH="/nvmedata/autobuild/instance-16/output-1/host/bin:/nvmedata/autobuild/instance-16/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" zstd -19 -z -f -T1 /nvmedata/autobuild/instance-16/output-1/images/rootfs.ext2 > /nvmedata/autobuild/instance-16/output-1/images/rootfs.ext2.zst ln -sf rootfs.ext2.zst /nvmedata/autobuild/instance-16/output-1/images/rootfs.ext4.zst >>> Generating filesystem image rootfs.yaffs2 mkdir -p /nvmedata/autobuild/instance-16/output-1/images rm -rf /nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2 mkdir -p /nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-16/output-1/target/ /nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/target" >> /nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/nvmedata/autobuild/instance-16/output-1/host/bin:/nvmedata/autobuild/instance-16/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-16/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/target >> /nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/nvmedata/autobuild/instance-16/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/target" >> /nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /nvmedata/autobuild/instance-16/output-1/host/bin/mkyaffs2 --all-root /nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/target /nvmedata/autobuild/instance-16/output-1/images/rootfs.yaffs2\n' >> /nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/nvmedata/autobuild/instance-16/output-1/host/bin:/nvmedata/autobuild/instance-16/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-16/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/target table='/nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/nvmedata/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 2456 objects. stage 2: creating image '/nvmedata/autobuild/instance-16/output-1/images/rootfs.yaffs2' [ ] 1/2456 0% [ ] 2/2456 0% [ ] 3/2456 0% [ ] 4/2456 0% [ ] 5/2456 0% [ ] 6/2456 0% [ ] 7/2456 0% [ ] 8/2456 0% [ ] 9/2456 0% [ ] 10/2456 0% [ ] 11/2456 0% [ ] 12/2456 0% [ ] 13/2456 0% [ ] 14/2456 0% [ ] 15/2456 0% [ ] 16/2456 0% [ ] 17/2456 0% [ ] 18/2456 0% [ ] 19/2456 0% [ ] 20/2456 0% [ ] 21/2456 0% [ ] 22/2456 0% [ ] 23/2456 0% [ ] 24/2456 0% [ ] 25/2456 1% [ ] 26/2456 1% [ ] 27/2456 1% [ ] 28/2456 1% [ ] 29/2456 1% [ ] 30/2456 1% [ ] 31/2456 1% [ ] 32/2456 1% [ ] 33/2456 1% [ ] 34/2456 1% [ ] 35/2456 1% [ ] 36/2456 1% [ ] 37/2456 1% [ ] 38/2456 1% [ ] 39/2456 1% [= ] 40/2456 1% [= ] 41/2456 1% [= ] 42/2456 1% [= ] 43/2456 1% [= ] 44/2456 1% [= ] 45/2456 1% [= ] 46/2456 1% [= ] 47/2456 1% [= ] 48/2456 1% [= ] 49/2456 1% [= ] 50/2456 2% [= ] 51/2456 2% [= ] 52/2456 2% [= ] 53/2456 2% [= ] 54/2456 2% [= ] 55/2456 2% [= ] 56/2456 2% [= ] 57/2456 2% [= ] 58/2456 2% [= ] 59/2456 2% [= ] 60/2456 2% [= ] 61/2456 2% [= ] 62/2456 2% [= ] 63/2456 2% [= ] 64/2456 2% [= ] 65/2456 2% [= ] 66/2456 2% [= ] 67/2456 2% [= ] 68/2456 2% [= ] 69/2456 2% [= ] 70/2456 2% [= ] 71/2456 2% [= ] 72/2456 2% [= ] 73/2456 2% [= ] 74/2456 3% [= ] 75/2456 3% [= ] 76/2456 3% [= ] 77/2456 3% [= ] 78/2456 3% [= ] 79/2456 3% [== ] 80/2456 3% [== ] 81/2456 3% [== ] 82/2456 3% [== ] 83/2456 3% [== ] 84/2456 3% [== ] 85/2456 3% [== ] 86/2456 3% [== ] 87/2456 3% [== ] 88/2456 3% [== ] 89/2456 3% [== ] 90/2456 3% [== ] 91/2456 3% [== ] 92/2456 3% [== ] 93/2456 3% [== ] 94/2456 3% [== ] 95/2456 3% [== ] 96/2456 3% [== ] 97/2456 3% [== ] 98/2456 3% [== ] 99/2456 4% [== ] 100/2456 4% [== ] 101/2456 4% [== ] 102/2456 4% [== ] 103/2456 4% [== ] 104/2456 4% [== ] 105/2456 4% [== ] 106/2456 4% [== ] 107/2456 4% [== ] 108/2456 4% [== ] 109/2456 4% [== ] 110/2456 4% [== ] 111/2456 4% [== ] 112/2456 4% [== ] 113/2456 4% [== ] 114/2456 4% [== ] 115/2456 4% [== ] 116/2456 4% [== ] 117/2456 4% [== ] 118/2456 4% [=== ] 119/2456 4% [=== ] 120/2456 4% [=== ] 121/2456 4% [=== ] 122/2456 4% [=== ] 123/2456 5% [=== ] 124/2456 5% [=== ] 125/2456 5% [=== ] 126/2456 5% [=== ] 127/2456 5% [=== ] 128/2456 5% [=== ] 129/2456 5% [=== ] 130/2456 5% [=== ] 131/2456 5% [=== ] 132/2456 5% [=== ] 133/2456 5% [=== ] 134/2456 5% [=== ] 135/2456 5% [=== ] 136/2456 5% [=== ] 137/2456 5% [=== ] 138/2456 5% [=== ] 139/2456 5% [=== ] 140/2456 5% [=== ] 141/2456 5% [=== ] 142/2456 5% [=== ] 143/2456 5% [=== ] 144/2456 5% [=== ] 145/2456 5% [=== ] 146/2456 5% [=== ] 147/2456 5% [=== ] 148/2456 6% [=== ] 149/2456 6% [=== ] 150/2456 6% [=== ] 151/2456 6% [=== ] 152/2456 6% [=== ] 153/2456 6% [=== ] 154/2456 6% [=== ] 155/2456 6% [=== ] 156/2456 6% [=== ] 157/2456 6% [=== ] 158/2456 6% [==== ] 159/2456 6% [==== ] 160/2456 6% [==== ] 161/2456 6% [==== ] 162/2456 6% [==== ] 163/2456 6% [==== ] 164/2456 6% [==== ] 165/2456 6% [==== ] 166/2456 6% [==== ] 167/2456 6% [==== ] 168/2456 6% [==== ] 169/2456 6% [==== ] 170/2456 6% [==== ] 171/2456 6% [==== ] 172/2456 7% [==== ] 173/2456 7% [==== ] 174/2456 7% [==== ] 175/2456 7% [==== ] 176/2456 7% [==== ] 177/2456 7% [==== ] 178/2456 7% [==== ] 179/2456 7% [==== ] 180/2456 7% [==== ] 181/2456 7% [==== ] 182/2456 7% [==== ] 183/2456 7% [==== ] 184/2456 7% [==== ] 185/2456 7% [==== ] 186/2456 7% [==== ] 187/2456 7% [==== ] 188/2456 7% [==== ] 189/2456 7% [==== ] 190/2456 7% [==== ] 191/2456 7% [==== ] 192/2456 7% [==== ] 193/2456 7% [==== ] 194/2456 7% [==== ] 195/2456 7% [==== ] 196/2456 7% [==== ] 197/2456 8% [==== ] 198/2456 8% [===== ] 199/2456 8% [===== ] 200/2456 8% [===== ] 201/2456 8% [===== ] 202/2456 8% [===== ] 203/2456 8% [===== ] 204/2456 8% [===== ] 205/2456 8% [===== ] 206/2456 8% [===== ] 207/2456 8% [===== ] 208/2456 8% [===== ] 209/2456 8% [===== ] 210/2456 8% [===== ] 211/2456 8% [===== ] 212/2456 8% [===== ] 213/2456 8% [===== ] 214/2456 8% [===== ] 215/2456 8% [===== ] 216/2456 8% [===== ] 217/2456 8% [===== ] 218/2456 8% [===== ] 219/2456 8% [===== ] 220/2456 8% [===== ] 221/2456 8% [===== ] 222/2456 9% [===== ] 223/2456 9% [===== ] 224/2456 9% [===== ] 225/2456 9% [===== ] 226/2456 9% [===== ] 227/2456 9% [===== ] 228/2456 9% [===== ] 229/2456 9% [===== ] 230/2456 9% [===== ] 231/2456 9% [===== ] 232/2456 9% [===== ] 233/2456 9% [===== ] 234/2456 9% [===== ] 235/2456 9% [===== ] 236/2456 9% [===== ] 237/2456 9% [====== ] 238/2456 9% [====== ] 239/2456 9% [====== ] 240/2456 9% [====== ] 241/2456 9% [====== ] 242/2456 9% [====== ] 243/2456 9% [====== ] 244/2456 9% [====== ] 245/2456 9% [====== ] 246/2456 10% [====== ] 247/2456 10% [====== ] 248/2456 10% [====== ] 249/2456 10% [====== ] 250/2456 10% [====== ] 251/2456 10% [====== ] 252/2456 10% [====== ] 253/2456 10% [====== ] 254/2456 10% [====== ] 255/2456 10% [====== ] 256/2456 10% [====== ] 257/2456 10% [====== ] 258/2456 10% [====== ] 259/2456 10% [====== ] 260/2456 10% [====== ] 261/2456 10% [====== ] 262/2456 10% [====== ] 263/2456 10% [====== ] 264/2456 10% [====== ] 265/2456 10% [====== ] 266/2456 10% [====== ] 267/2456 10% [====== ] 268/2456 10% [====== ] 269/2456 10% [====== ] 270/2456 10% [====== ] 271/2456 11% [====== ] 272/2456 11% [====== ] 273/2456 11% [====== ] 274/2456 11% [====== ] 275/2456 11% [====== ] 276/2456 11% [====== ] 277/2456 11% [======= ] 278/2456 11% [======= ] 279/2456 11% [======= ] 280/2456 11% [======= ] 281/2456 11% [======= ] 282/2456 11% [======= ] 283/2456 11% [======= ] 284/2456 11% [======= ] 285/2456 11% [======= ] 286/2456 11% [======= ] 287/2456 11% [======= ] 288/2456 11% [======= ] 289/2456 11% [======= ] 290/2456 11% [======= ] 291/2456 11% [======= ] 292/2456 11% [======= ] 293/2456 11% [======= ] 294/2456 11% [======= ] 295/2456 12% [======= ] 296/2456 12% [======= ] 297/2456 12% [======= ] 298/2456 12% [======= ] 299/2456 12% [======= ] 300/2456 12% [======= ] 301/2456 12% [======= ] 302/2456 12% [======= ] 303/2456 12% [======= ] 304/2456 12% [======= ] 305/2456 12% [======= ] 306/2456 12% [======= ] 307/2456 12% [======= ] 308/2456 12% [======= ] 309/2456 12% [======= ] 310/2456 12% [======= ] 311/2456 12% [======= ] 312/2456 12% [======= ] 313/2456 12% [======= ] 314/2456 12% [======= ] 315/2456 12% [======= ] 316/2456 12% [======== ] 317/2456 12% [======== ] 318/2456 12% [======== ] 319/2456 12% [======== ] 320/2456 13% [======== ] 321/2456 13% [======== ] 322/2456 13% [======== ] 323/2456 13% [======== ] 324/2456 13% [======== ] 325/2456 13% [======== ] 326/2456 13% [======== ] 327/2456 13% [======== ] 328/2456 13% [======== ] 329/2456 13% [======== ] 330/2456 13% [======== ] 331/2456 13% [======== ] 332/2456 13% [======== ] 333/2456 13% [======== ] 334/2456 13% [======== ] 335/2456 13% [======== ] 336/2456 13% [======== ] 337/2456 13% [======== ] 338/2456 13% [======== ] 339/2456 13% [======== ] 340/2456 13% [======== ] 341/2456 13% [======== ] 342/2456 13% [======== ] 343/2456 13% [======== ] 344/2456 14% [======== ] 345/2456 14% [======== ] 346/2456 14% [======== ] 347/2456 14% [======== ] 348/2456 14% [======== ] 349/2456 14% [======== ] 350/2456 14% [======== ] 351/2456 14% [======== ] 352/2456 14% [======== ] 353/2456 14% [======== ] 354/2456 14% [======== ] 355/2456 14% [======== ] 356/2456 14% [========= ] 357/2456 14% [========= ] 358/2456 14% [========= ] 359/2456 14% [========= ] 360/2456 14% [========= ] 361/2456 14% [========= ] 362/2456 14% [========= ] 363/2456 14% [========= ] 364/2456 14% [========= ] 365/2456 14% [========= ] 366/2456 14% [========= ] 367/2456 14% [========= ] 368/2456 14% [========= ] 369/2456 15% [========= ] 370/2456 15% [========= ] 371/2456 15% [========= ] 372/2456 15% [========= ] 373/2456 15% [========= ] 374/2456 15% [========= ] 375/2456 15% [========= ] 376/2456 15% [========= ] 377/2456 15% [========= ] 378/2456 15% [========= ] 379/2456 15% [========= ] 380/2456 15% [========= ] 381/2456 15% [========= ] 382/2456 15% [========= ] 383/2456 15% [========= ] 384/2456 15% [========= ] 385/2456 15% [========= ] 386/2456 15% [========= ] 387/2456 15% [========= ] 388/2456 15% [========= ] 389/2456 15% [========= ] 390/2456 15% [========= ] 391/2456 15% [========= ] 392/2456 15% [========= ] 393/2456 16% [========= ] 394/2456 16% [========= ] 395/2456 16% [========= ] 396/2456 16% [========== ] 397/2456 16% [========== ] 398/2456 16% [========== ] 399/2456 16% [========== ] 400/2456 16% [========== ] 401/2456 16% [========== ] 402/2456 16% [========== ] 403/2456 16% [========== ] 404/2456 16% [========== ] 405/2456 16% [========== ] 406/2456 16% [========== ] 407/2456 16% [========== ] 408/2456 16% [========== ] 409/2456 16% [========== ] 410/2456 16% [========== ] 411/2456 16% [========== ] 412/2456 16% [========== ] 413/2456 16% [========== ] 414/2456 16% [========== ] 415/2456 16% [========== ] 416/2456 16% [========== ] 417/2456 16% [========== ] 418/2456 17% [========== ] 419/2456 17% [========== ] 420/2456 17% [========== ] 421/2456 17% [========== ] 422/2456 17% [========== ] 423/2456 17% [========== ] 424/2456 17% [========== ] 425/2456 17% [========== ] 426/2456 17% [========== ] 427/2456 17% [========== ] 428/2456 17% [========== ] 429/2456 17% [========== ] 430/2456 17% [========== ] 431/2456 17% [========== ] 432/2456 17% [========== ] 433/2456 17% [========== ] 434/2456 17% [========== ] 435/2456 17% [=========== ] 436/2456 17% [=========== ] 437/2456 17% [=========== ] 438/2456 17% [=========== ] 439/2456 17% [=========== ] 440/2456 17% [=========== ] 441/2456 17% [=========== ] 442/2456 17% [=========== ] 443/2456 18% [=========== ] 444/2456 18% [=========== ] 445/2456 18% [=========== ] 446/2456 18% [=========== ] 447/2456 18% [=========== ] 448/2456 18% [=========== ] 449/2456 18% [=========== ] 450/2456 18% [=========== ] 451/2456 18% [=========== ] 452/2456 18% [=========== ] 453/2456 18% [=========== ] 454/2456 18% [=========== ] 455/2456 18% [=========== ] 456/2456 18% [=========== ] 457/2456 18% [=========== ] 458/2456 18% [=========== ] 459/2456 18% [=========== ] 460/2456 18% [=========== ] 461/2456 18% [=========== ] 462/2456 18% [=========== ] 463/2456 18% [=========== ] 464/2456 18% [=========== ] 465/2456 18% [=========== ] 466/2456 18% [=========== ] 467/2456 19% [=========== ] 468/2456 19% [=========== ] 469/2456 19% [=========== ] 470/2456 19% [=========== ] 471/2456 19% [=========== ] 472/2456 19% [=========== ] 473/2456 19% [=========== ] 474/2456 19% [=========== ] 475/2456 19% [============ ] 476/2456 19% [============ ] 477/2456 19% [============ ] 478/2456 19% [============ ] 479/2456 19% [============ ] 480/2456 19% [============ ] 481/2456 19% [============ ] 482/2456 19% [============ ] 483/2456 19% [============ ] 484/2456 19% [============ ] 485/2456 19% [============ ] 486/2456 19% [============ ] 487/2456 19% [============ ] 488/2456 19% [============ ] 489/2456 19% [============ ] 490/2456 19% [============ ] 491/2456 19% [============ ] 492/2456 20% [============ ] 493/2456 20% [============ ] 494/2456 20% [============ ] 495/2456 20% [============ ] 496/2456 20% [============ ] 497/2456 20% [============ ] 498/2456 20% [============ ] 499/2456 20% [============ ] 500/2456 20% [============ ] 501/2456 20% [============ ] 502/2456 20% [============ ] 503/2456 20% [============ ] 504/2456 20% [============ ] 505/2456 20% [============ ] 506/2456 20% [============ ] 507/2456 20% [============ ] 508/2456 20% [============ ] 509/2456 20% [============ ] 510/2456 20% [============ ] 511/2456 20% [============ ] 512/2456 20% [============ ] 513/2456 20% [============ ] 514/2456 20% [============= ] 515/2456 20% [============= ] 516/2456 21% [============= ] 517/2456 21% [============= ] 518/2456 21% [============= ] 519/2456 21% [============= ] 520/2456 21% [============= ] 521/2456 21% [============= ] 522/2456 21% [============= ] 523/2456 21% [============= ] 524/2456 21% [============= ] 525/2456 21% [============= ] 526/2456 21% [============= ] 527/2456 21% [============= ] 528/2456 21% [============= ] 529/2456 21% [============= ] 530/2456 21% [============= ] 531/2456 21% [============= ] 532/2456 21% [============= ] 533/2456 21% [============= ] 534/2456 21% [============= ] 535/2456 21% [============= ] 536/2456 21% [============= ] 537/2456 21% [============= ] 538/2456 21% [============= ] 539/2456 21% [============= ] 540/2456 21% [============= ] 541/2456 22% [============= ] 542/2456 22% [============= ] 543/2456 22% [============= ] 544/2456 22% [============= ] 545/2456 22% [============= ] 546/2456 22% [============= ] 547/2456 22% [============= ] 548/2456 22% [============= ] 549/2456 22% [============= ] 550/2456 22% [============= ] 551/2456 22% [============= ] 552/2456 22% [============= ] 553/2456 22% [============= ] 554/2456 22% [============== ] 555/2456 22% [============== ] 556/2456 22% [============== ] 557/2456 22% [============== ] 558/2456 22% [============== ] 559/2456 22% [============== ] 560/2456 22% [============== ] 561/2456 22% [============== ] 562/2456 22% [============== ] 563/2456 22% [============== ] 564/2456 22% [============== ] 565/2456 23% [============== ] 566/2456 23% [============== ] 567/2456 23% [============== ] 568/2456 23% [============== ] 569/2456 23% [============== ] 570/2456 23% [============== ] 571/2456 23% [============== ] 572/2456 23% [============== ] 573/2456 23% [============== ] 574/2456 23% [============== ] 575/2456 23% [============== ] 576/2456 23% [============== ] 577/2456 23% [============== ] 578/2456 23% [============== ] 579/2456 23% [============== ] 580/2456 23% [============== ] 581/2456 23% [============== ] 582/2456 23% [============== ] 583/2456 23% [============== ] 584/2456 23% [============== ] 585/2456 23% [============== ] 586/2456 23% [============== ] 587/2456 23% [============== ] 588/2456 23% [============== ] 589/2456 23% [============== ] 590/2456 24% [============== ] 591/2456 24% [============== ] 592/2456 24% [============== ] 593/2456 24% [============== ] 594/2456 24% [=============== ] 595/2456 24% [=============== ] 596/2456 24% [=============== ] 597/2456 24% [=============== ] 598/2456 24% [=============== ] 599/2456 24% [=============== ] 600/2456 24% [=============== ] 601/2456 24% [=============== ] 602/2456 24% [=============== ] 603/2456 24% [=============== ] 604/2456 24% [=============== ] 605/2456 24% [=============== ] 606/2456 24% [=============== ] 607/2456 24% [=============== ] 608/2456 24% [=============== ] 609/2456 24% [=============== ] 610/2456 24% [=============== ] 611/2456 24% [=============== ] 612/2456 24% [=============== ] 613/2456 24% [=============== ] 614/2456 25% [=============== ] 615/2456 25% [=============== ] 616/2456 25% [=============== ] 617/2456 25% [=============== ] 618/2456 25% [=============== ] 619/2456 25% [=============== ] 620/2456 25% [=============== ] 621/2456 25% [=============== ] 622/2456 25% [=============== ] 623/2456 25% [=============== ] 624/2456 25% [=============== ] 625/2456 25% [=============== ] 626/2456 25% [=============== ] 627/2456 25% [=============== ] 628/2456 25% [=============== ] 629/2456 25% [=============== ] 630/2456 25% [=============== ] 631/2456 25% [=============== ] 632/2456 25% [=============== ] 633/2456 25% [================ ] 634/2456 25% [================ ] 635/2456 25% [================ ] 636/2456 25% [================ ] 637/2456 25% [================ ] 638/2456 25% [================ ] 639/2456 26% [================ ] 640/2456 26% [================ ] 641/2456 26% [================ ] 642/2456 26% [================ ] 643/2456 26% [================ ] 644/2456 26% [================ ] 645/2456 26% [================ ] 646/2456 26% [================ ] 647/2456 26% [================ ] 648/2456 26% [================ ] 649/2456 26% [================ ] 650/2456 26% [================ ] 651/2456 26% [================ ] 652/2456 26% [================ ] 653/2456 26% [================ ] 654/2456 26% [================ ] 655/2456 26% [================ ] 656/2456 26% [================ ] 657/2456 26% [================ ] 658/2456 26% [================ ] 659/2456 26% [================ ] 660/2456 26% [================ ] 661/2456 26% [================ ] 662/2456 26% [================ ] 663/2456 26% [================ ] 664/2456 27% [================ ] 665/2456 27% [================ ] 666/2456 27% [================ ] 667/2456 27% [================ ] 668/2456 27% [================ ] 669/2456 27% [================ ] 670/2456 27% [================ ] 671/2456 27% [================ ] 672/2456 27% [================ ] 673/2456 27% [================= ] 674/2456 27% [================= ] 675/2456 27% [================= ] 676/2456 27% [================= ] 677/2456 27% [================= ] 678/2456 27% [================= ] 679/2456 27% [================= ] 680/2456 27% [================= ] 681/2456 27% [================= ] 682/2456 27% [================= ] 683/2456 27% [================= ] 684/2456 27% [================= ] 685/2456 27% [================= ] 686/2456 27% [================= ] 687/2456 27% [================= ] 688/2456 28% [================= ] 689/2456 28% [================= ] 690/2456 28% [================= ] 691/2456 28% [================= ] 692/2456 28% [================= ] 693/2456 28% [================= ] 694/2456 28% [================= ] 695/2456 28% [================= ] 696/2456 28% [================= ] 697/2456 28% [================= ] 698/2456 28% [================= ] 699/2456 28% [================= ] 700/2456 28% [================= ] 701/2456 28% [================= ] 702/2456 28% [================= ] 703/2456 28% [================= ] 704/2456 28% [================= ] 705/2456 28% [================= ] 706/2456 28% [================= ] 707/2456 28% [================= ] 708/2456 28% [================= ] 709/2456 28% [================= ] 710/2456 28% [================= ] 711/2456 28% [================= ] 712/2456 28% [================= ] 713/2456 29% [================== ] 714/2456 29% [================== ] 715/2456 29% [================== ] 716/2456 29% [================== ] 717/2456 29% [================== ] 718/2456 29% [================== ] 719/2456 29% [================== ] 720/2456 29% [================== ] 721/2456 29% [================== ] 722/2456 29% [================== ] 723/2456 29% [================== ] 724/2456 29% [================== ] 725/2456 29% [================== ] 726/2456 29% [================== ] 727/2456 29% [================== ] 728/2456 29% [================== ] 729/2456 29% [================== ] 730/2456 29% [================== ] 731/2456 29% [================== ] 732/2456 29% [================== ] 733/2456 29% [================== ] 734/2456 29% [================== ] 735/2456 29% [================== ] 736/2456 29% [================== ] 737/2456 30% [================== ] 738/2456 30% [================== ] 739/2456 30% [================== ] 740/2456 30% [================== ] 741/2456 30% [================== ] 742/2456 30% [================== ] 743/2456 30% [================== ] 744/2456 30% [================== ] 745/2456 30% [================== ] 746/2456 30% [================== ] 747/2456 30% [================== ] 748/2456 30% [================== ] 749/2456 30% [================== ] 750/2456 30% [================== ] 751/2456 30% [================== ] 752/2456 30% [=================== ] 753/2456 30% [=================== ] 754/2456 30% [=================== ] 755/2456 30% [=================== ] 756/2456 30% [=================== ] 757/2456 30% [=================== ] 758/2456 30% [=================== ] 759/2456 30% [=================== ] 760/2456 30% [=================== ] 761/2456 30% [=================== ] 762/2456 31% [=================== ] 763/2456 31% [=================== ] 764/2456 31% [=================== ] 765/2456 31% [=================== ] 766/2456 31% [=================== ] 767/2456 31% [=================== ] 768/2456 31% [=================== ] 769/2456 31% [=================== ] 770/2456 31% [=================== ] 771/2456 31% [=================== ] 772/2456 31% [=================== ] 773/2456 31% [=================== ] 774/2456 31% [=================== ] 775/2456 31% [=================== ] 776/2456 31% [=================== ] 777/2456 31% [=================== ] 778/2456 31% [=================== ] 779/2456 31% [=================== ] 780/2456 31% [=================== ] 781/2456 31% [=================== ] 782/2456 31% [=================== ] 783/2456 31% [=================== ] 784/2456 31% [=================== ] 785/2456 31% [=================== ] 786/2456 32% [=================== ] 787/2456 32% [=================== ] 788/2456 32% [=================== ] 789/2456 32% [=================== ] 790/2456 32% [=================== ] 791/2456 32% [=================== ] 792/2456 32% [==================== ] 793/2456 32% [==================== ] 794/2456 32% [==================== ] 795/2456 32% [==================== ] 796/2456 32% [==================== ] 797/2456 32% [==================== ] 798/2456 32% [==================== ] 799/2456 32% [==================== ] 800/2456 32% [==================== ] 801/2456 32% [==================== ] 802/2456 32% [==================== ] 803/2456 32% [==================== ] 804/2456 32% [==================== ] 805/2456 32% [==================== ] 806/2456 32% [==================== ] 807/2456 32% [==================== ] 808/2456 32% [==================== ] 809/2456 32% [==================== ] 810/2456 32% [==================== ] 811/2456 33% [==================== ] 812/2456 33% [==================== ] 813/2456 33% [==================== ] 814/2456 33% [==================== ] 815/2456 33% [==================== ] 816/2456 33% [==================== ] 817/2456 33% [==================== ] 818/2456 33% [==================== ] 819/2456 33% [==================== ] 820/2456 33% [==================== ] 821/2456 33% [==================== ] 822/2456 33% [==================== ] 823/2456 33% [==================== ] 824/2456 33% [==================== ] 825/2456 33% [==================== ] 826/2456 33% [==================== ] 827/2456 33% [==================== ] 828/2456 33% [==================== ] 829/2456 33% [==================== ] 830/2456 33% [==================== ] 831/2456 33% [===================== ] 832/2456 33% [===================== ] 833/2456 33% [===================== ] 834/2456 33% [===================== ] 835/2456 33% [===================== ] 836/2456 34% [===================== ] 837/2456 34% [===================== ] 838/2456 34% [===================== ] 839/2456 34% [===================== ] 840/2456 34% [===================== ] 841/2456 34% [===================== ] 842/2456 34% [===================== ] 843/2456 34% [===================== ] 844/2456 34% [===================== ] 845/2456 34% [===================== ] 846/2456 34% [===================== ] 847/2456 34% [===================== ] 848/2456 34% [===================== ] 849/2456 34% [===================== ] 850/2456 34% [===================== ] 851/2456 34% [===================== ] 852/2456 34% [===================== ] 853/2456 34% [===================== ] 854/2456 34% [===================== ] 855/2456 34% [===================== ] 856/2456 34% [===================== ] 857/2456 34% [===================== ] 858/2456 34% [===================== ] 859/2456 34% [===================== ] 860/2456 35% [===================== ] 861/2456 35% [===================== ] 862/2456 35% [===================== ] 863/2456 35% [===================== ] 864/2456 35% [===================== ] 865/2456 35% [===================== ] 866/2456 35% [===================== ] 867/2456 35% [===================== ] 868/2456 35% [===================== ] 869/2456 35% [===================== ] 870/2456 35% [===================== ] 871/2456 35% [====================== ] 872/2456 35% [====================== ] 873/2456 35% [====================== ] 874/2456 35% [====================== ] 875/2456 35% [====================== ] 876/2456 35% [====================== ] 877/2456 35% [====================== ] 878/2456 35% [====================== ] 879/2456 35% [====================== ] 880/2456 35% [====================== ] 881/2456 35% [====================== ] 882/2456 35% [====================== ] 883/2456 35% [====================== ] 884/2456 35% [====================== ] 885/2456 36% [====================== ] 886/2456 36% [====================== ] 887/2456 36% [====================== ] 888/2456 36% [====================== ] 889/2456 36% [====================== ] 890/2456 36% [====================== ] 891/2456 36% [====================== ] 892/2456 36% [====================== ] 893/2456 36% [====================== ] 894/2456 36% [====================== ] 895/2456 36% [====================== ] 896/2456 36% [====================== ] 897/2456 36% [====================== ] 898/2456 36% [====================== ] 899/2456 36% [====================== ] 900/2456 36% [====================== ] 901/2456 36% [====================== ] 902/2456 36% [====================== ] 903/2456 36% [====================== ] 904/2456 36% [====================== ] 905/2456 36% [====================== ] 906/2456 36% [====================== ] 907/2456 36% [====================== ] 908/2456 36% [====================== ] 909/2456 37% [====================== ] 910/2456 37% [====================== ] 911/2456 37% [======================= ] 912/2456 37% [======================= ] 913/2456 37% [======================= ] 914/2456 37% [======================= ] 915/2456 37% [======================= ] 916/2456 37% [======================= ] 917/2456 37% [======================= ] 918/2456 37% [======================= ] 919/2456 37% [======================= ] 920/2456 37% [======================= ] 921/2456 37% [======================= ] 922/2456 37% [======================= ] 923/2456 37% [======================= ] 924/2456 37% [======================= ] 925/2456 37% [======================= ] 926/2456 37% [======================= ] 927/2456 37% [======================= ] 928/2456 37% [======================= ] 929/2456 37% [======================= ] 930/2456 37% [======================= ] 931/2456 37% [======================= ] 932/2456 37% [======================= ] 933/2456 37% [======================= ] 934/2456 38% [======================= ] 935/2456 38% [======================= ] 936/2456 38% [======================= ] 937/2456 38% [======================= ] 938/2456 38% [======================= ] 939/2456 38% [======================= ] 940/2456 38% [======================= ] 941/2456 38% [======================= ] 942/2456 38% [======================= ] 943/2456 38% [======================= ] 944/2456 38% [======================= ] 945/2456 38% [======================= ] 946/2456 38% [======================= ] 947/2456 38% [======================= ] 948/2456 38% [======================= ] 949/2456 38% [======================= ] 950/2456 38% [======================== ] 951/2456 38% [======================== ] 952/2456 38% [======================== ] 953/2456 38% [======================== ] 954/2456 38% [======================== ] 955/2456 38% [======================== ] 956/2456 38% [======================== ] 957/2456 38% [======================== ] 958/2456 39% [======================== ] 959/2456 39% [======================== ] 960/2456 39% [======================== ] 961/2456 39% [======================== ] 962/2456 39% [======================== ] 963/2456 39% [======================== ] 964/2456 39% [======================== ] 965/2456 39% [======================== ] 966/2456 39% [======================== ] 967/2456 39% [======================== ] 968/2456 39% [======================== ] 969/2456 39% [======================== ] 970/2456 39% [======================== ] 971/2456 39% [======================== ] 972/2456 39% [======================== ] 973/2456 39% [======================== ] 974/2456 39% [======================== ] 975/2456 39% [======================== ] 976/2456 39% [======================== ] 977/2456 39% [======================== ] 978/2456 39% [======================== ] 979/2456 39% [======================== ] 980/2456 39% [======================== ] 981/2456 39% [======================== ] 982/2456 39% [======================== ] 983/2456 40% [======================== ] 984/2456 40% [======================== ] 985/2456 40% [======================== ] 986/2456 40% [======================== ] 987/2456 40% [======================== ] 988/2456 40% [======================== ] 989/2456 40% [======================== ] 990/2456 40% [========================= ] 991/2456 40% [========================= ] 992/2456 40% [========================= ] 993/2456 40% [========================= ] 994/2456 40% [========================= ] 995/2456 40% [========================= ] 996/2456 40% [========================= ] 997/2456 40% [========================= ] 998/2456 40% [========================= ] 999/2456 40% [========================= ] 1000/2456 40% [========================= ] 1001/2456 40% [========================= ] 1002/2456 40% [========================= ] 1003/2456 40% [========================= ] 1004/2456 40% [========================= ] 1005/2456 40% [========================= ] 1006/2456 40% [========================= ] 1007/2456 41% [========================= ] 1008/2456 41% [========================= ] 1009/2456 41% [========================= ] 1010/2456 41% [========================= ] 1011/2456 41% [========================= ] 1012/2456 41% [========================= ] 1013/2456 41% [========================= ] 1014/2456 41% [========================= ] 1015/2456 41% [========================= ] 1016/2456 41% [========================= ] 1017/2456 41% [========================= ] 1018/2456 41% [========================= ] 1019/2456 41% [========================= ] 1020/2456 41% [========================= ] 1021/2456 41% [========================= ] 1022/2456 41% [========================= ] 1023/2456 41% [========================= ] 1024/2456 41% [========================= ] 1025/2456 41% [========================= ] 1026/2456 41% [========================= ] 1027/2456 41% [========================= ] 1028/2456 41% [========================= ] 1029/2456 41% [========================== ] 1030/2456 41% [========================== ] 1031/2456 41% [========================== ] 1032/2456 42% [========================== ] 1033/2456 42% [========================== ] 1034/2456 42% [========================== ] 1035/2456 42% [========================== ] 1036/2456 42% [========================== ] 1037/2456 42% [========================== ] 1038/2456 42% [========================== ] 1039/2456 42% [========================== ] 1040/2456 42% [========================== ] 1041/2456 42% [========================== ] 1042/2456 42% [========================== ] 1043/2456 42% [========================== ] 1044/2456 42% [========================== ] 1045/2456 42% [========================== ] 1046/2456 42% [========================== ] 1047/2456 42% [========================== ] 1048/2456 42% [========================== ] 1049/2456 42% [========================== ] 1050/2456 42% [========================== ] 1051/2456 42% [========================== ] 1052/2456 42% [========================== ] 1053/2456 42% [========================== ] 1054/2456 42% [========================== ] 1055/2456 42% [========================== ] 1056/2456 42% [========================== ] 1057/2456 43% [========================== ] 1058/2456 43% [========================== ] 1059/2456 43% [========================== ] 1060/2456 43% [========================== ] 1061/2456 43% [========================== ] 1062/2456 43% [========================== ] 1063/2456 43% [========================== ] 1064/2456 43% [========================== ] 1065/2456 43% [========================== ] 1066/2456 43% [========================== ] 1067/2456 43% [========================== ] 1068/2456 43% [========================== ] 1069/2456 43% [=========================== ] 1070/2456 43% [=========================== ] 1071/2456 43% [=========================== ] 1072/2456 43% [=========================== ] 1073/2456 43% [=========================== ] 1074/2456 43% [=========================== ] 1075/2456 43% [=========================== ] 1076/2456 43% [=========================== ] 1077/2456 43% [=========================== ] 1078/2456 43% [=========================== ] 1079/2456 43% [=========================== ] 1080/2456 43% [=========================== ] 1081/2456 44% [=========================== ] 1082/2456 44% [=========================== ] 1083/2456 44% [=========================== ] 1084/2456 44% [=========================== ] 1085/2456 44% [=========================== ] 1086/2456 44% [=========================== ] 1087/2456 44% [=========================== ] 1088/2456 44% [=========================== ] 1089/2456 44% [=========================== ] 1090/2456 44% [=========================== ] 1091/2456 44% [=========================== ] 1092/2456 44% [=========================== ] 1093/2456 44% [=========================== ] 1094/2456 44% [=========================== ] 1095/2456 44% [=========================== ] 1096/2456 44% [=========================== ] 1097/2456 44% [=========================== ] 1098/2456 44% [=========================== ] 1099/2456 44% [=========================== ] 1100/2456 44% [=========================== ] 1101/2456 44% [=========================== ] 1102/2456 44% [=========================== ] 1103/2456 44% [=========================== ] 1104/2456 44% [=========================== ] 1105/2456 44% [=========================== ] 1106/2456 45% [=========================== ] 1107/2456 45% [=========================== ] 1108/2456 45% [=========================== ] 1109/2456 45% [============================ ] 1110/2456 45% [============================ ] 1111/2456 45% [============================ ] 1112/2456 45% [============================ ] 1113/2456 45% [============================ ] 1114/2456 45% [============================ ] 1115/2456 45% [============================ ] 1116/2456 45% [============================ ] 1117/2456 45% [============================ ] 1118/2456 45% [============================ ] 1119/2456 45% [============================ ] 1120/2456 45% [============================ ] 1121/2456 45% [============================ ] 1122/2456 45% [============================ ] 1123/2456 45% [============================ ] 1124/2456 45% [============================ ] 1125/2456 45% [============================ ] 1126/2456 45% [============================ ] 1127/2456 45% [============================ ] 1128/2456 45% [============================ ] 1129/2456 45% [============================ ] 1130/2456 46% [============================ ] 1131/2456 46% [============================ ] 1132/2456 46% [============================ ] 1133/2456 46% [============================ ] 1134/2456 46% [============================ ] 1135/2456 46% [============================ ] 1136/2456 46% [============================ ] 1137/2456 46% [============================ ] 1138/2456 46% [============================ ] 1139/2456 46% [============================ ] 1140/2456 46% [============================ ] 1141/2456 46% [============================ ] 1142/2456 46% [============================ ] 1143/2456 46% [============================ ] 1144/2456 46% [============================ ] 1145/2456 46% [============================ ] 1146/2456 46% [============================ ] 1147/2456 46% [============================ ] 1148/2456 46% [============================= ] 1149/2456 46% [============================= ] 1150/2456 46% [============================= ] 1151/2456 46% [============================= ] 1152/2456 46% [============================= ] 1153/2456 46% [============================= ] 1154/2456 46% [============================= ] 1155/2456 47% [============================= ] 1156/2456 47% [============================= ] 1157/2456 47% [============================= ] 1158/2456 47% [============================= ] 1159/2456 47% [============================= ] 1160/2456 47% [============================= ] 1161/2456 47% [============================= ] 1162/2456 47% [============================= ] 1163/2456 47% [============================= ] 1164/2456 47% [============================= ] 1165/2456 47% [============================= ] 1166/2456 47% [============================= ] 1167/2456 47% [============================= ] 1168/2456 47% [============================= ] 1169/2456 47% [============================= ] 1170/2456 47% [============================= ] 1171/2456 47% [============================= ] 1172/2456 47% [============================= ] 1173/2456 47% [============================= ] 1174/2456 47% [============================= ] 1175/2456 47% [============================= ] 1176/2456 47% [============================= ] 1177/2456 47% [============================= ] 1178/2456 47% [============================= ] 1179/2456 48% [============================= ] 1180/2456 48% [============================= ] 1181/2456 48% [============================= ] 1182/2456 48% [============================= ] 1183/2456 48% [============================= ] 1184/2456 48% [============================= ] 1185/2456 48% [============================= ] 1186/2456 48% [============================= ] 1187/2456 48% [============================= ] 1188/2456 48% [============================== ] 1189/2456 48% [============================== ] 1190/2456 48% [============================== ] 1191/2456 48% [============================== ] 1192/2456 48% [============================== ] 1193/2456 48% [============================== ] 1194/2456 48% [============================== ] 1195/2456 48% [============================== ] 1196/2456 48% [============================== ] 1197/2456 48% [============================== ] 1198/2456 48% [============================== ] 1199/2456 48% [============================== ] 1200/2456 48% [============================== ] 1201/2456 48% [============================== ] 1202/2456 48% [============================== ] 1203/2456 48% [============================== ] 1204/2456 49% [============================== ] 1205/2456 49% [============================== ] 1206/2456 49% [============================== ] 1207/2456 49% [============================== ] 1208/2456 49% [============================== ] 1209/2456 49% [============================== ] 1210/2456 49% [============================== ] 1211/2456 49% [============================== ] 1212/2456 49% [============================== ] 1213/2456 49% [============================== ] 1214/2456 49% [============================== ] 1215/2456 49% [============================== ] 1216/2456 49% [============================== ] 1217/2456 49% [============================== ] 1218/2456 49% [============================== ] 1219/2456 49% [============================== ] 1220/2456 49% [============================== ] 1221/2456 49% [============================== ] 1222/2456 49% [============================== ] 1223/2456 49% [============================== ] 1224/2456 49% [============================== ] 1225/2456 49% [============================== ] 1226/2456 49% [============================== ] 1227/2456 49% [=============================== ] 1228/2456 50% [=============================== ] 1229/2456 50% [=============================== ] 1230/2456 50% [=============================== ] 1231/2456 50% [=============================== ] 1232/2456 50% [=============================== ] 1233/2456 50% [=============================== ] 1234/2456 50% [=============================== ] 1235/2456 50% [=============================== ] 1236/2456 50% [=============================== ] 1237/2456 50% [=============================== ] 1238/2456 50% [=============================== ] 1239/2456 50% [=============================== ] 1240/2456 50% [=============================== ] 1241/2456 50% [=============================== ] 1242/2456 50% [=============================== ] 1243/2456 50% [=============================== ] 1244/2456 50% [=============================== ] 1245/2456 50% [=============================== ] 1246/2456 50% [=============================== ] 1247/2456 50% [=============================== ] 1248/2456 50% [=============================== ] 1249/2456 50% [=============================== ] 1250/2456 50% [=============================== ] 1251/2456 50% [=============================== ] 1252/2456 50% [=============================== ] 1253/2456 51% [=============================== ] 1254/2456 51% [=============================== ] 1255/2456 51% [=============================== ] 1256/2456 51% [=============================== ] 1257/2456 51% [=============================== ] 1258/2456 51% [=============================== ] 1259/2456 51% [=============================== ] 1260/2456 51% [=============================== ] 1261/2456 51% [=============================== ] 1262/2456 51% [=============================== ] 1263/2456 51% [=============================== ] 1264/2456 51% [=============================== ] 1265/2456 51% [=============================== ] 1266/2456 51% [=============================== ] 1267/2456 51% [================================ ] 1268/2456 51% [================================ ] 1269/2456 51% [================================ ] 1270/2456 51% [================================ ] 1271/2456 51% [================================ ] 1272/2456 51% [================================ ] 1273/2456 51% [================================ ] 1274/2456 51% [================================ ] 1275/2456 51% [================================ ] 1276/2456 51% [================================ ] 1277/2456 51% [================================ ] 1278/2456 52% [================================ ] 1279/2456 52% [================================ ] 1280/2456 52% [================================ ] 1281/2456 52% [================================ ] 1282/2456 52% [================================ ] 1283/2456 52% [================================ ] 1284/2456 52% [================================ ] 1285/2456 52% [================================ ] 1286/2456 52% [================================ ] 1287/2456 52% [================================ ] 1288/2456 52% [================================ ] 1289/2456 52% [================================ ] 1290/2456 52% [================================ ] 1291/2456 52% [================================ ] 1292/2456 52% [================================ ] 1293/2456 52% [================================ ] 1294/2456 52% [================================ ] 1295/2456 52% [================================ ] 1296/2456 52% [================================ ] 1297/2456 52% [================================ ] 1298/2456 52% [================================ ] 1299/2456 52% [================================ ] 1300/2456 52% [================================ ] 1301/2456 52% [================================ ] 1302/2456 53% [================================ ] 1303/2456 53% [================================ ] 1304/2456 53% [================================ ] 1305/2456 53% [================================ ] 1306/2456 53% [================================ ] 1307/2456 53% [================================= ] 1308/2456 53% [================================= ] 1309/2456 53% [================================= ] 1310/2456 53% [================================= ] 1311/2456 53% [================================= ] 1312/2456 53% [================================= ] 1313/2456 53% [================================= ] 1314/2456 53% [================================= ] 1315/2456 53% [================================= ] 1316/2456 53% [================================= ] 1317/2456 53% [================================= ] 1318/2456 53% [================================= ] 1319/2456 53% [================================= ] 1320/2456 53% [================================= ] 1321/2456 53% [================================= ] 1322/2456 53% [================================= ] 1323/2456 53% [================================= ] 1324/2456 53% [================================= ] 1325/2456 53% [================================= ] 1326/2456 53% [================================= ] 1327/2456 54% [================================= ] 1328/2456 54% [================================= ] 1329/2456 54% [================================= ] 1330/2456 54% [================================= ] 1331/2456 54% [================================= ] 1332/2456 54% [================================= ] 1333/2456 54% [================================= ] 1334/2456 54% [================================= ] 1335/2456 54% [================================= ] 1336/2456 54% [================================= ] 1337/2456 54% [================================= ] 1338/2456 54% [================================= ] 1339/2456 54% [================================= ] 1340/2456 54% [================================= ] 1341/2456 54% [================================= ] 1342/2456 54% [================================= ] 1343/2456 54% [================================= ] 1344/2456 54% [================================= ] 1345/2456 54% [================================= ] 1346/2456 54% [================================== ] 1347/2456 54% [================================== ] 1348/2456 54% [================================== ] 1349/2456 54% [================================== ] 1350/2456 54% [================================== ] 1351/2456 55% [================================== ] 1352/2456 55% [================================== ] 1353/2456 55% [================================== ] 1354/2456 55% [================================== ] 1355/2456 55% [================================== ] 1356/2456 55% [================================== ] 1357/2456 55% [================================== ] 1358/2456 55% [================================== ] 1359/2456 55% [================================== ] 1360/2456 55% [================================== ] 1361/2456 55% [================================== ] 1362/2456 55% [================================== ] 1363/2456 55% [================================== ] 1364/2456 55% [================================== ] 1365/2456 55% [================================== ] 1366/2456 55% [================================== ] 1367/2456 55% [================================== ] 1368/2456 55% [================================== ] 1369/2456 55% [================================== ] 1370/2456 55% [================================== ] 1371/2456 55% [================================== ] 1372/2456 55% [================================== ] 1373/2456 55% [================================== ] 1374/2456 55% [================================== ] 1375/2456 55% [================================== ] 1376/2456 56% [================================== ] 1377/2456 56% [================================== ] 1378/2456 56% [================================== ] 1379/2456 56% [================================== ] 1380/2456 56% [================================== ] 1381/2456 56% [================================== ] 1382/2456 56% [================================== ] 1383/2456 56% [================================== ] 1384/2456 56% [================================== ] 1385/2456 56% [================================== ] 1386/2456 56% [=================================== ] 1387/2456 56% [=================================== ] 1388/2456 56% [=================================== ] 1389/2456 56% [=================================== ] 1390/2456 56% [=================================== ] 1391/2456 56% [=================================== ] 1392/2456 56% [=================================== ] 1393/2456 56% [=================================== ] 1394/2456 56% [=================================== ] 1395/2456 56% [=================================== ] 1396/2456 56% [=================================== ] 1397/2456 56% [=================================== ] 1398/2456 56% [=================================== ] 1399/2456 56% [=================================== ] 1400/2456 57% [=================================== ] 1401/2456 57% [=================================== ] 1402/2456 57% [=================================== ] 1403/2456 57% [=================================== ] 1404/2456 57% [=================================== ] 1405/2456 57% [=================================== ] 1406/2456 57% [=================================== ] 1407/2456 57% [=================================== ] 1408/2456 57% [=================================== ] 1409/2456 57% [=================================== ] 1410/2456 57% [=================================== ] 1411/2456 57% [=================================== ] 1412/2456 57% [=================================== ] 1413/2456 57% [=================================== ] 1414/2456 57% [=================================== ] 1415/2456 57% [=================================== ] 1416/2456 57% [=================================== ] 1417/2456 57% [=================================== ] 1418/2456 57% [=================================== ] 1419/2456 57% [=================================== ] 1420/2456 57% [=================================== ] 1421/2456 57% [=================================== ] 1422/2456 57% [=================================== ] 1423/2456 57% [=================================== ] 1424/2456 57% [=================================== ] 1425/2456 58% [=================================== ] 1426/2456 58% [==================================== ] 1427/2456 58% [==================================== ] 1428/2456 58% [==================================== ] 1429/2456 58% [==================================== ] 1430/2456 58% [==================================== ] 1431/2456 58% [==================================== ] 1432/2456 58% [==================================== ] 1433/2456 58% [==================================== ] 1434/2456 58% [==================================== ] 1435/2456 58% [==================================== ] 1436/2456 58% [==================================== ] 1437/2456 58% [==================================== ] 1438/2456 58% [==================================== ] 1439/2456 58% [==================================== ] 1440/2456 58% [==================================== ] 1441/2456 58% [==================================== ] 1442/2456 58% [==================================== ] 1443/2456 58% [==================================== ] 1444/2456 58% [==================================== ] 1445/2456 58% [==================================== ] 1446/2456 58% [==================================== ] 1447/2456 58% [==================================== ] 1448/2456 58% [==================================== ] 1449/2456 58% [==================================== ] 1450/2456 59% [==================================== ] 1451/2456 59% [==================================== ] 1452/2456 59% [==================================== ] 1453/2456 59% [==================================== ] 1454/2456 59% [==================================== ] 1455/2456 59% [==================================== ] 1456/2456 59% [==================================== ] 1457/2456 59% [==================================== ] 1458/2456 59% [==================================== ] 1459/2456 59% [==================================== ] 1460/2456 59% [==================================== ] 1461/2456 59% [==================================== ] 1462/2456 59% [==================================== ] 1463/2456 59% [==================================== ] 1464/2456 59% [==================================== ] 1465/2456 59% [===================================== ] 1466/2456 59% [===================================== ] 1467/2456 59% [===================================== ] 1468/2456 59% [===================================== ] 1469/2456 59% [===================================== ] 1470/2456 59% [===================================== ] 1471/2456 59% [===================================== ] 1472/2456 59% [===================================== ] 1473/2456 59% [===================================== ] 1474/2456 60% [===================================== ] 1475/2456 60% [===================================== ] 1476/2456 60% [===================================== ] 1477/2456 60% [===================================== ] 1478/2456 60% [===================================== ] 1479/2456 60% [===================================== ] 1480/2456 60% [===================================== ] 1481/2456 60% [===================================== ] 1482/2456 60% [===================================== ] 1483/2456 60% [===================================== ] 1484/2456 60% [===================================== ] 1485/2456 60% [===================================== ] 1486/2456 60% [===================================== ] 1487/2456 60% [===================================== ] 1488/2456 60% [===================================== ] 1489/2456 60% [===================================== ] 1490/2456 60% [===================================== ] 1491/2456 60% [===================================== ] 1492/2456 60% [===================================== ] 1493/2456 60% [===================================== ] 1494/2456 60% [===================================== ] 1495/2456 60% [===================================== ] 1496/2456 60% [===================================== ] 1497/2456 60% [===================================== ] 1498/2456 60% [===================================== ] 1499/2456 61% [===================================== ] 1500/2456 61% [===================================== ] 1501/2456 61% [===================================== ] 1502/2456 61% [===================================== ] 1503/2456 61% [===================================== ] 1504/2456 61% [===================================== ] 1505/2456 61% [====================================== ] 1506/2456 61% [====================================== ] 1507/2456 61% [====================================== ] 1508/2456 61% [====================================== ] 1509/2456 61% [====================================== ] 1510/2456 61% [====================================== ] 1511/2456 61% [====================================== ] 1512/2456 61% [====================================== ] 1513/2456 61% [====================================== ] 1514/2456 61% [====================================== ] 1515/2456 61% [====================================== ] 1516/2456 61% [====================================== ] 1517/2456 61% [====================================== ] 1518/2456 61% [====================================== ] 1519/2456 61% [====================================== ] 1520/2456 61% [====================================== ] 1521/2456 61% [====================================== ] 1522/2456 61% [====================================== ] 1523/2456 62% [====================================== ] 1524/2456 62% [====================================== ] 1525/2456 62% [====================================== ] 1526/2456 62% [====================================== ] 1527/2456 62% [====================================== ] 1528/2456 62% [====================================== ] 1529/2456 62% [====================================== ] 1530/2456 62% [====================================== ] 1531/2456 62% [====================================== ] 1532/2456 62% [====================================== ] 1533/2456 62% [====================================== ] 1534/2456 62% [====================================== ] 1535/2456 62% [====================================== ] 1536/2456 62% [====================================== ] 1537/2456 62% [====================================== ] 1538/2456 62% [====================================== ] 1539/2456 62% [====================================== ] 1540/2456 62% [====================================== ] 1541/2456 62% [====================================== ] 1542/2456 62% [====================================== ] 1543/2456 62% [====================================== ] 1544/2456 62% [======================================= ] 1545/2456 62% [======================================= ] 1546/2456 62% [======================================= ] 1547/2456 62% [======================================= ] 1548/2456 63% [======================================= ] 1549/2456 63% [======================================= ] 1550/2456 63% [======================================= ] 1551/2456 63% [======================================= ] 1552/2456 63% [======================================= ] 1553/2456 63% [======================================= ] 1554/2456 63% [======================================= ] 1555/2456 63% [======================================= ] 1556/2456 63% [======================================= ] 1557/2456 63% [======================================= ] 1558/2456 63% [======================================= ] 1559/2456 63% [======================================= ] 1560/2456 63% [======================================= ] 1561/2456 63% [======================================= ] 1562/2456 63% [======================================= ] 1563/2456 63% [======================================= ] 1564/2456 63% [======================================= ] 1565/2456 63% [======================================= ] 1566/2456 63% [======================================= ] 1567/2456 63% [======================================= ] 1568/2456 63% [======================================= ] 1569/2456 63% [======================================= ] 1570/2456 63% [======================================= ] 1571/2456 63% [======================================= ] 1572/2456 64% [======================================= ] 1573/2456 64% [======================================= ] 1574/2456 64% [======================================= ] 1575/2456 64% [======================================= ] 1576/2456 64% [======================================= ] 1577/2456 64% [======================================= ] 1578/2456 64% [======================================= ] 1579/2456 64% [======================================= ] 1580/2456 64% [======================================= ] 1581/2456 64% [======================================= ] 1582/2456 64% [======================================= ] 1583/2456 64% [======================================= ] 1584/2456 64% [======================================== ] 1585/2456 64% [======================================== ] 1586/2456 64% [======================================== ] 1587/2456 64% [======================================== ] 1588/2456 64% [======================================== ] 1589/2456 64% [======================================== ] 1590/2456 64% [======================================== ] 1591/2456 64% [======================================== ] 1592/2456 64% [======================================== ] 1593/2456 64% [======================================== ] 1594/2456 64% [======================================== ] 1595/2456 64% [======================================== ] 1596/2456 64% [======================================== ] 1597/2456 65% [======================================== ] 1598/2456 65% [======================================== ] 1599/2456 65% [======================================== ] 1600/2456 65% [======================================== ] 1601/2456 65% [======================================== ] 1602/2456 65% [======================================== ] 1603/2456 65% [======================================== ] 1604/2456 65% [======================================== ] 1605/2456 65% [======================================== ] 1606/2456 65% [======================================== ] 1607/2456 65% [======================================== ] 1608/2456 65% [======================================== ] 1609/2456 65% [======================================== ] 1610/2456 65% [======================================== ] 1611/2456 65% [======================================== ] 1612/2456 65% [======================================== ] 1613/2456 65% [======================================== ] 1614/2456 65% [======================================== ] 1615/2456 65% [======================================== ] 1616/2456 65% [======================================== ] 1617/2456 65% [======================================== ] 1618/2456 65% [======================================== ] 1619/2456 65% [======================================== ] 1620/2456 65% [======================================== ] 1621/2456 66% [======================================== ] 1622/2456 66% [======================================== ] 1623/2456 66% [======================================== ] 1624/2456 66% [========================================= ] 1625/2456 66% [========================================= ] 1626/2456 66% [========================================= ] 1627/2456 66% [========================================= ] 1628/2456 66% [========================================= ] 1629/2456 66% [========================================= ] 1630/2456 66% [========================================= ] 1631/2456 66% [========================================= ] 1632/2456 66% [========================================= ] 1633/2456 66% [========================================= ] 1634/2456 66% [========================================= ] 1635/2456 66% [========================================= ] 1636/2456 66% [========================================= ] 1637/2456 66% [========================================= ] 1638/2456 66% [========================================= ] 1639/2456 66% [========================================= ] 1640/2456 66% [========================================= ] 1641/2456 66% [========================================= ] 1642/2456 66% [========================================= ] 1643/2456 66% [========================================= ] 1644/2456 66% [========================================= ] 1645/2456 66% [========================================= ] 1646/2456 67% [========================================= ] 1647/2456 67% [========================================= ] 1648/2456 67% [========================================= ] 1649/2456 67% [========================================= ] 1650/2456 67% [========================================= ] 1651/2456 67% [========================================= ] 1652/2456 67% [========================================= ] 1653/2456 67% [========================================= ] 1654/2456 67% [========================================= ] 1655/2456 67% [========================================= ] 1656/2456 67% [========================================= ] 1657/2456 67% [========================================= ] 1658/2456 67% [========================================= ] 1659/2456 67% [========================================= ] 1660/2456 67% [========================================= ] 1661/2456 67% [========================================= ] 1662/2456 67% [========================================= ] 1663/2456 67% [========================================== ] 1664/2456 67% [========================================== ] 1665/2456 67% [========================================== ] 1666/2456 67% [========================================== ] 1667/2456 67% [========================================== ] 1668/2456 67% [========================================== ] 1669/2456 67% [========================================== ] 1670/2456 67% [========================================== ] 1671/2456 68% [========================================== ] 1672/2456 68% [========================================== ] 1673/2456 68% [========================================== ] 1674/2456 68% [========================================== ] 1675/2456 68% [========================================== ] 1676/2456 68% [========================================== ] 1677/2456 68% [========================================== ] 1678/2456 68% [========================================== ] 1679/2456 68% [========================================== ] 1680/2456 68% [========================================== ] 1681/2456 68% [========================================== ] 1682/2456 68% [========================================== ] 1683/2456 68% [========================================== ] 1684/2456 68% [========================================== ] 1685/2456 68% [========================================== ] 1686/2456 68% [========================================== ] 1687/2456 68% [========================================== ] 1688/2456 68% [========================================== ] 1689/2456 68% [========================================== ] 1690/2456 68% [========================================== ] 1691/2456 68% [========================================== ] 1692/2456 68% [========================================== ] 1693/2456 68% [========================================== ] 1694/2456 68% [========================================== ] 1695/2456 69% [========================================== ] 1696/2456 69% [========================================== ] 1697/2456 69% [========================================== ] 1698/2456 69% [========================================== ] 1699/2456 69% [========================================== ] 1700/2456 69% [========================================== ] 1701/2456 69% [========================================== ] 1702/2456 69% [========================================== ] 1703/2456 69% [=========================================== ] 1704/2456 69% [=========================================== ] 1705/2456 69% [=========================================== ] 1706/2456 69% [=========================================== ] 1707/2456 69% [=========================================== ] 1708/2456 69% [=========================================== ] 1709/2456 69% [=========================================== ] 1710/2456 69% [=========================================== ] 1711/2456 69% [=========================================== ] 1712/2456 69% [=========================================== ] 1713/2456 69% [=========================================== ] 1714/2456 69% [=========================================== ] 1715/2456 69% [=========================================== ] 1716/2456 69% [=========================================== ] 1717/2456 69% [=========================================== ] 1718/2456 69% [=========================================== ] 1719/2456 69% [=========================================== ] 1720/2456 70% [=========================================== ] 1721/2456 70% [=========================================== ] 1722/2456 70% [=========================================== ] 1723/2456 70% [=========================================== ] 1724/2456 70% [=========================================== ] 1725/2456 70% [=========================================== ] 1726/2456 70% [=========================================== ] 1727/2456 70% [=========================================== ] 1728/2456 70% [=========================================== ] 1729/2456 70% [=========================================== ] 1730/2456 70% [=========================================== ] 1731/2456 70% [=========================================== ] 1732/2456 70% [=========================================== ] 1733/2456 70% [=========================================== ] 1734/2456 70% [=========================================== ] 1735/2456 70% [=========================================== ] 1736/2456 70% [=========================================== ] 1737/2456 70% [=========================================== ] 1738/2456 70% [=========================================== ] 1739/2456 70% [=========================================== ] 1740/2456 70% [=========================================== ] 1741/2456 70% [=========================================== ] 1742/2456 70% [============================================ ] 1743/2456 70% [============================================ ] 1744/2456 71% [============================================ ] 1745/2456 71% [============================================ ] 1746/2456 71% [============================================ ] 1747/2456 71% [============================================ ] 1748/2456 71% [============================================ ] 1749/2456 71% [============================================ ] 1750/2456 71% [============================================ ] 1751/2456 71% [============================================ ] 1752/2456 71% [============================================ ] 1753/2456 71% [============================================ ] 1754/2456 71% [============================================ ] 1755/2456 71% [============================================ ] 1756/2456 71% [============================================ ] 1757/2456 71% [============================================ ] 1758/2456 71% [============================================ ] 1759/2456 71% [============================================ ] 1760/2456 71% [============================================ ] 1761/2456 71% [============================================ ] 1762/2456 71% [============================================ ] 1763/2456 71% [============================================ ] 1764/2456 71% [============================================ ] 1765/2456 71% [============================================ ] 1766/2456 71% [============================================ ] 1767/2456 71% [============================================ ] 1768/2456 71% [============================================ ] 1769/2456 72% [============================================ ] 1770/2456 72% [============================================ ] 1771/2456 72% [============================================ ] 1772/2456 72% [============================================ ] 1773/2456 72% [============================================ ] 1774/2456 72% [============================================ ] 1775/2456 72% [============================================ ] 1776/2456 72% [============================================ ] 1777/2456 72% [============================================ ] 1778/2456 72% [============================================ ] 1779/2456 72% [============================================ ] 1780/2456 72% [============================================ ] 1781/2456 72% [============================================ ] 1782/2456 72% [============================================= ] 1783/2456 72% [============================================= ] 1784/2456 72% [============================================= ] 1785/2456 72% [============================================= ] 1786/2456 72% [============================================= ] 1787/2456 72% [============================================= ] 1788/2456 72% [============================================= ] 1789/2456 72% [============================================= ] 1790/2456 72% [============================================= ] 1791/2456 72% [============================================= ] 1792/2456 72% [============================================= ] 1793/2456 73% [============================================= ] 1794/2456 73% [============================================= ] 1795/2456 73% [============================================= ] 1796/2456 73% [============================================= ] 1797/2456 73% [============================================= ] 1798/2456 73% [============================================= ] 1799/2456 73% [============================================= ] 1800/2456 73% [============================================= ] 1801/2456 73% [============================================= ] 1802/2456 73% [============================================= ] 1803/2456 73% [============================================= ] 1804/2456 73% [============================================= ] 1805/2456 73% [============================================= ] 1806/2456 73% [============================================= ] 1807/2456 73% [============================================= ] 1808/2456 73% [============================================= ] 1809/2456 73% [============================================= ] 1810/2456 73% [============================================= ] 1811/2456 73% [============================================= ] 1812/2456 73% [============================================= ] 1813/2456 73% [============================================= ] 1814/2456 73% [============================================= ] 1815/2456 73% [============================================= ] 1816/2456 73% [============================================= ] 1817/2456 73% [============================================= ] 1818/2456 74% [============================================= ] 1819/2456 74% [============================================= ] 1820/2456 74% [============================================= ] 1821/2456 74% [============================================= ] 1822/2456 74% [============================================== ] 1823/2456 74% [============================================== ] 1824/2456 74% [============================================== ] 1825/2456 74% [============================================== ] 1826/2456 74% [============================================== ] 1827/2456 74% [============================================== ] 1828/2456 74% [============================================== ] 1829/2456 74% [============================================== ] 1830/2456 74% [============================================== ] 1831/2456 74% [============================================== ] 1832/2456 74% [============================================== ] 1833/2456 74% [============================================== ] 1834/2456 74% [============================================== ] 1835/2456 74% [============================================== ] 1836/2456 74% [============================================== ] 1837/2456 74% [============================================== ] 1838/2456 74% [============================================== ] 1839/2456 74% [============================================== ] 1840/2456 74% [============================================== ] 1841/2456 74% [============================================== ] 1842/2456 75% [============================================== ] 1843/2456 75% [============================================== ] 1844/2456 75% [============================================== ] 1845/2456 75% [============================================== ] 1846/2456 75% [============================================== ] 1847/2456 75% [============================================== ] 1848/2456 75% [============================================== ] 1849/2456 75% [============================================== ] 1850/2456 75% [============================================== ] 1851/2456 75% [============================================== ] 1852/2456 75% [============================================== ] 1853/2456 75% [============================================== ] 1854/2456 75% [============================================== ] 1855/2456 75% [============================================== ] 1856/2456 75% [============================================== ] 1857/2456 75% [============================================== ] 1858/2456 75% [============================================== ] 1859/2456 75% [============================================== ] 1860/2456 75% [============================================== ] 1861/2456 75% [=============================================== ] 1862/2456 75% [=============================================== ] 1863/2456 75% [=============================================== ] 1864/2456 75% [=============================================== ] 1865/2456 75% [=============================================== ] 1866/2456 75% [=============================================== ] 1867/2456 76% [=============================================== ] 1868/2456 76% [=============================================== ] 1869/2456 76% [=============================================== ] 1870/2456 76% [=============================================== ] 1871/2456 76% [=============================================== ] 1872/2456 76% [=============================================== ] 1873/2456 76% [=============================================== ] 1874/2456 76% [=============================================== ] 1875/2456 76% [=============================================== ] 1876/2456 76% [=============================================== ] 1877/2456 76% [=============================================== ] 1878/2456 76% [=============================================== ] 1879/2456 76% [=============================================== ] 1880/2456 76% [=============================================== ] 1881/2456 76% [=============================================== ] 1882/2456 76% [=============================================== ] 1883/2456 76% [=============================================== ] 1884/2456 76% [=============================================== ] 1885/2456 76% [=============================================== ] 1886/2456 76% [=============================================== ] 1887/2456 76% [=============================================== ] 1888/2456 76% [=============================================== ] 1889/2456 76% [=============================================== ] 1890/2456 76% [=============================================== ] 1891/2456 76% [=============================================== ] 1892/2456 77% [=============================================== ] 1893/2456 77% [=============================================== ] 1894/2456 77% [=============================================== ] 1895/2456 77% [=============================================== ] 1896/2456 77% [=============================================== ] 1897/2456 77% [=============================================== ] 1898/2456 77% [=============================================== ] 1899/2456 77% [=============================================== ] 1900/2456 77% [=============================================== ] 1901/2456 77% [================================================ ] 1902/2456 77% [================================================ ] 1903/2456 77% [================================================ ] 1904/2456 77% [================================================ ] 1905/2456 77% [================================================ ] 1906/2456 77% [================================================ ] 1907/2456 77% [================================================ ] 1908/2456 77% [================================================ ] 1909/2456 77% [================================================ ] 1910/2456 77% [================================================ ] 1911/2456 77% [================================================ ] 1912/2456 77% [================================================ ] 1913/2456 77% [================================================ ] 1914/2456 77% [================================================ ] 1915/2456 77% [================================================ ] 1916/2456 78% [================================================ ] 1917/2456 78% [================================================ ] 1918/2456 78% [================================================ ] 1919/2456 78% [================================================ ] 1920/2456 78% [================================================ ] 1921/2456 78% [================================================ ] 1922/2456 78% [================================================ ] 1923/2456 78% [================================================ ] 1924/2456 78% [================================================ ] 1925/2456 78% [================================================ ] 1926/2456 78% [================================================ ] 1927/2456 78% [================================================ ] 1928/2456 78% [================================================ ] 1929/2456 78% [================================================ ] 1930/2456 78% [================================================ ] 1931/2456 78% [================================================ ] 1932/2456 78% [================================================ ] 1933/2456 78% [================================================ ] 1934/2456 78% [================================================ ] 1935/2456 78% [================================================ ] 1936/2456 78% [================================================ ] 1937/2456 78% [================================================ ] 1938/2456 78% [================================================ ] 1939/2456 78% [================================================ ] 1940/2456 78% [================================================ ] 1941/2456 79% [================================================= ] 1942/2456 79% [================================================= ] 1943/2456 79% [================================================= ] 1944/2456 79% [================================================= ] 1945/2456 79% [================================================= ] 1946/2456 79% [================================================= ] 1947/2456 79% [================================================= ] 1948/2456 79% [================================================= ] 1949/2456 79% [================================================= ] 1950/2456 79% [================================================= ] 1951/2456 79% [================================================= ] 1952/2456 79% [================================================= ] 1953/2456 79% [================================================= ] 1954/2456 79% [================================================= ] 1955/2456 79% [================================================= ] 1956/2456 79% [================================================= ] 1957/2456 79% [================================================= ] 1958/2456 79% [================================================= ] 1959/2456 79% [================================================= ] 1960/2456 79% [================================================= ] 1961/2456 79% [================================================= ] 1962/2456 79% [================================================= ] 1963/2456 79% [================================================= ] 1964/2456 79% [================================================= ] 1965/2456 80% [================================================= ] 1966/2456 80% [================================================= ] 1967/2456 80% [================================================= ] 1968/2456 80% [================================================= ] 1969/2456 80% [================================================= ] 1970/2456 80% [================================================= ] 1971/2456 80% [================================================= ] 1972/2456 80% [================================================= ] 1973/2456 80% [================================================= ] 1974/2456 80% [================================================= ] 1975/2456 80% [================================================= ] 1976/2456 80% [================================================= ] 1977/2456 80% [================================================= ] 1978/2456 80% [================================================= ] 1979/2456 80% [================================================= ] 1980/2456 80% [================================================== ] 1981/2456 80% [================================================== ] 1982/2456 80% [================================================== ] 1983/2456 80% [================================================== ] 1984/2456 80% [================================================== ] 1985/2456 80% [================================================== ] 1986/2456 80% [================================================== ] 1987/2456 80% [================================================== ] 1988/2456 80% [================================================== ] 1989/2456 80% [================================================== ] 1990/2456 81% [================================================== ] 1991/2456 81% [================================================== ] 1992/2456 81% [================================================== ] 1993/2456 81% [================================================== ] 1994/2456 81% [================================================== ] 1995/2456 81% [================================================== ] 1996/2456 81% [================================================== ] 1997/2456 81% [================================================== ] 1998/2456 81% [================================================== ] 1999/2456 81% [================================================== ] 2000/2456 81% [================================================== ] 2001/2456 81% [================================================== ] 2002/2456 81% [================================================== ] 2003/2456 81% [================================================== ] 2004/2456 81% [================================================== ] 2005/2456 81% [================================================== ] 2006/2456 81% [================================================== ] 2007/2456 81% [================================================== ] 2008/2456 81% [================================================== ] 2009/2456 81% [================================================== ] 2010/2456 81% [================================================== ] 2011/2456 81% [================================================== ] 2012/2456 81% [================================================== ] 2013/2456 81% [================================================== ] 2014/2456 82% [================================================== ] 2015/2456 82% [================================================== ] 2016/2456 82% [================================================== ] 2017/2456 82% [================================================== ] 2018/2456 82% [================================================== ] 2019/2456 82% [================================================== ] 2020/2456 82% [=================================================== ] 2021/2456 82% [=================================================== ] 2022/2456 82% [=================================================== ] 2023/2456 82% [=================================================== ] 2024/2456 82% [=================================================== ] 2025/2456 82% [=================================================== ] 2026/2456 82% [=================================================== ] 2027/2456 82% [=================================================== ] 2028/2456 82% [=================================================== ] 2029/2456 82% [=================================================== ] 2030/2456 82% [=================================================== ] 2031/2456 82% [=================================================== ] 2032/2456 82% [=================================================== ] 2033/2456 82% [=================================================== ] 2034/2456 82% [=================================================== ] 2035/2456 82% [=================================================== ] 2036/2456 82% [=================================================== ] 2037/2456 82% [=================================================== ] 2038/2456 82% [=================================================== ] 2039/2456 83% [=================================================== ] 2040/2456 83% [=================================================== ] 2041/2456 83% [=================================================== ] 2042/2456 83% [=================================================== ] 2043/2456 83% [=================================================== ] 2044/2456 83% [=================================================== ] 2045/2456 83% [=================================================== ] 2046/2456 83% [=================================================== ] 2047/2456 83% [=================================================== ] 2048/2456 83% [=================================================== ] 2049/2456 83% [=================================================== ] 2050/2456 83% [=================================================== ] 2051/2456 83% [=================================================== ] 2052/2456 83% [=================================================== ] 2053/2456 83% [=================================================== ] 2054/2456 83% [=================================================== ] 2055/2456 83% [=================================================== ] 2056/2456 83% [=================================================== ] 2057/2456 83% [=================================================== ] 2058/2456 83% [=================================================== ] 2059/2456 83% [==================================================== ] 2060/2456 83% [==================================================== ] 2061/2456 83% [==================================================== ] 2062/2456 83% [==================================================== ] 2063/2456 83% [==================================================== ] 2064/2456 84% [==================================================== ] 2065/2456 84% [==================================================== ] 2066/2456 84% [==================================================== ] 2067/2456 84% [==================================================== ] 2068/2456 84% [==================================================== ] 2069/2456 84% [==================================================== ] 2070/2456 84% [==================================================== ] 2071/2456 84% [==================================================== ] 2072/2456 84% [==================================================== ] 2073/2456 84% [==================================================== ] 2074/2456 84% [==================================================== ] 2075/2456 84% [==================================================== ] 2076/2456 84% [==================================================== ] 2077/2456 84% [==================================================== ] 2078/2456 84% [==================================================== ] 2079/2456 84% [==================================================== ] 2080/2456 84% [==================================================== ] 2081/2456 84% [==================================================== ] 2082/2456 84% [==================================================== ] 2083/2456 84% [==================================================== ] 2084/2456 84% [==================================================== ] 2085/2456 84% [==================================================== ] 2086/2456 84% [==================================================== ] 2087/2456 84% [==================================================== ] 2088/2456 85% [==================================================== ] 2089/2456 85% [==================================================== ] 2090/2456 85% [==================================================== ] 2091/2456 85% [==================================================== ] 2092/2456 85% [==================================================== ] 2093/2456 85% [==================================================== ] 2094/2456 85% [==================================================== ] 2095/2456 85% [==================================================== ] 2096/2456 85% [==================================================== ] 2097/2456 85% [==================================================== ] 2098/2456 85% [==================================================== ] 2099/2456 85% [===================================================== ] 2100/2456 85% [===================================================== ] 2101/2456 85% [===================================================== ] 2102/2456 85% [===================================================== ] 2103/2456 85% [===================================================== ] 2104/2456 85% [===================================================== ] 2105/2456 85% [===================================================== ] 2106/2456 85% [===================================================== ] 2107/2456 85% [===================================================== ] 2108/2456 85% [===================================================== ] 2109/2456 85% [===================================================== ] 2110/2456 85% [===================================================== ] 2111/2456 85% [===================================================== ] 2112/2456 85% [===================================================== ] 2113/2456 86% [===================================================== ] 2114/2456 86% [===================================================== ] 2115/2456 86% [===================================================== ] 2116/2456 86% [===================================================== ] 2117/2456 86% [===================================================== ] 2118/2456 86% [===================================================== ] 2119/2456 86% [===================================================== ] 2120/2456 86% [===================================================== ] 2121/2456 86% [===================================================== ] 2122/2456 86% [===================================================== ] 2123/2456 86% [===================================================== ] 2124/2456 86% [===================================================== ] 2125/2456 86% [===================================================== ] 2126/2456 86% [===================================================== ] 2127/2456 86% [===================================================== ] 2128/2456 86% [===================================================== ] 2129/2456 86% [===================================================== ] 2130/2456 86% [===================================================== ] 2131/2456 86% [===================================================== ] 2132/2456 86% [===================================================== ] 2133/2456 86% [===================================================== ] 2134/2456 86% [===================================================== ] 2135/2456 86% [===================================================== ] 2136/2456 86% [===================================================== ] 2137/2456 87% [===================================================== ] 2138/2456 87% [===================================================== ] 2139/2456 87% [====================================================== ] 2140/2456 87% [====================================================== ] 2141/2456 87% [====================================================== ] 2142/2456 87% [====================================================== ] 2143/2456 87% [====================================================== ] 2144/2456 87% [====================================================== ] 2145/2456 87% [====================================================== ] 2146/2456 87% [====================================================== ] 2147/2456 87% [====================================================== ] 2148/2456 87% [====================================================== ] 2149/2456 87% [====================================================== ] 2150/2456 87% [====================================================== ] 2151/2456 87% [====================================================== ] 2152/2456 87% [====================================================== ] 2153/2456 87% [====================================================== ] 2154/2456 87% [====================================================== ] 2155/2456 87% [====================================================== ] 2156/2456 87% [====================================================== ] 2157/2456 87% [====================================================== ] 2158/2456 87% [====================================================== ] 2159/2456 87% [====================================================== ] 2160/2456 87% [====================================================== ] 2161/2456 87% [====================================================== ] 2162/2456 88% [====================================================== ] 2163/2456 88% [====================================================== ] 2164/2456 88% [====================================================== ] 2165/2456 88% [====================================================== ] 2166/2456 88% [====================================================== ] 2167/2456 88% [====================================================== ] 2168/2456 88% [====================================================== ] 2169/2456 88% [====================================================== ] 2170/2456 88% [====================================================== ] 2171/2456 88% [====================================================== ] 2172/2456 88% [====================================================== ] 2173/2456 88% [====================================================== ] 2174/2456 88% [====================================================== ] 2175/2456 88% [====================================================== ] 2176/2456 88% [====================================================== ] 2177/2456 88% [====================================================== ] 2178/2456 88% [======================================================= ] 2179/2456 88% [======================================================= ] 2180/2456 88% [======================================================= ] 2181/2456 88% [======================================================= ] 2182/2456 88% [======================================================= ] 2183/2456 88% [======================================================= ] 2184/2456 88% [======================================================= ] 2185/2456 88% [======================================================= ] 2186/2456 89% [======================================================= ] 2187/2456 89% [======================================================= ] 2188/2456 89% [======================================================= ] 2189/2456 89% [======================================================= ] 2190/2456 89% [======================================================= ] 2191/2456 89% [======================================================= ] 2192/2456 89% [======================================================= ] 2193/2456 89% [======================================================= ] 2194/2456 89% [======================================================= ] 2195/2456 89% [======================================================= ] 2196/2456 89% [======================================================= ] 2197/2456 89% [======================================================= ] 2198/2456 89% [======================================================= ] 2199/2456 89% [======================================================= ] 2200/2456 89% [======================================================= ] 2201/2456 89% [======================================================= ] 2202/2456 89% [======================================================= ] 2203/2456 89% [======================================================= ] 2204/2456 89% [======================================================= ] 2205/2456 89% [======================================================= ] 2206/2456 89% [======================================================= ] 2207/2456 89% [======================================================= ] 2208/2456 89% [======================================================= ] 2209/2456 89% [======================================================= ] 2210/2456 89% [======================================================= ] 2211/2456 90% [======================================================= ] 2212/2456 90% [======================================================= ] 2213/2456 90% [======================================================= ] 2214/2456 90% [======================================================= ] 2215/2456 90% [======================================================= ] 2216/2456 90% [======================================================= ] 2217/2456 90% [======================================================= ] 2218/2456 90% [======================================================== ] 2219/2456 90% [======================================================== ] 2220/2456 90% [======================================================== ] 2221/2456 90% [======================================================== ] 2222/2456 90% [======================================================== ] 2223/2456 90% [======================================================== ] 2224/2456 90% [======================================================== ] 2225/2456 90% [======================================================== ] 2226/2456 90% [======================================================== ] 2227/2456 90% [======================================================== ] 2228/2456 90% [======================================================== ] 2229/2456 90% [======================================================== ] 2230/2456 90% [======================================================== ] 2231/2456 90% [======================================================== ] 2232/2456 90% [======================================================== ] 2233/2456 90% [======================================================== ] 2234/2456 90% [======================================================== ] 2235/2456 91% [======================================================== ] 2236/2456 91% [======================================================== ] 2237/2456 91% [======================================================== ] 2238/2456 91% [======================================================== ] 2239/2456 91% [======================================================== ] 2240/2456 91% [======================================================== ] 2241/2456 91% [======================================================== ] 2242/2456 91% [======================================================== ] 2243/2456 91% [======================================================== ] 2244/2456 91% [======================================================== ] 2245/2456 91% [======================================================== ] 2246/2456 91% [======================================================== ] 2247/2456 91% [======================================================== ] 2248/2456 91% [======================================================== ] 2249/2456 91% [======================================================== ] 2250/2456 91% [======================================================== ] 2251/2456 91% [======================================================== ] 2252/2456 91% [======================================================== ] 2253/2456 91% [======================================================== ] 2254/2456 91% [======================================================== ] 2255/2456 91% [======================================================== ] 2256/2456 91% [======================================================== ] 2257/2456 91% [========================================================= ] 2258/2456 91% [========================================================= ] 2259/2456 91% [========================================================= ] 2260/2456 92% [========================================================= ] 2261/2456 92% [========================================================= ] 2262/2456 92% [========================================================= ] 2263/2456 92% [========================================================= ] 2264/2456 92% [========================================================= ] 2265/2456 92% [========================================================= ] 2266/2456 92% [========================================================= ] 2267/2456 92% [========================================================= ] 2268/2456 92% [========================================================= ] 2269/2456 92% [========================================================= ] 2270/2456 92% [========================================================= ] 2271/2456 92% [========================================================= ] 2272/2456 92% [========================================================= ] 2273/2456 92% [========================================================= ] 2274/2456 92% [========================================================= ] 2275/2456 92% [========================================================= ] 2276/2456 92% [========================================================= ] 2277/2456 92% [========================================================= ] 2278/2456 92% [========================================================= ] 2279/2456 92% [========================================================= ] 2280/2456 92% [========================================================= ] 2281/2456 92% [========================================================= ] 2282/2456 92% [========================================================= ] 2283/2456 92% [========================================================= ] 2284/2456 92% [========================================================= ] 2285/2456 93% [========================================================= ] 2286/2456 93% [========================================================= ] 2287/2456 93% [========================================================= ] 2288/2456 93% [========================================================= ] 2289/2456 93% [========================================================= ] 2290/2456 93% [========================================================= ] 2291/2456 93% [========================================================= ] 2292/2456 93% [========================================================= ] 2293/2456 93% [========================================================= ] 2294/2456 93% [========================================================= ] 2295/2456 93% [========================================================= ] 2296/2456 93% [========================================================= ] 2297/2456 93% [========================================================== ] 2298/2456 93% [========================================================== ] 2299/2456 93% [========================================================== ] 2300/2456 93% [========================================================== ] 2301/2456 93% [========================================================== ] 2302/2456 93% [========================================================== ] 2303/2456 93% [========================================================== ] 2304/2456 93% [========================================================== ] 2305/2456 93% [========================================================== ] 2306/2456 93% [========================================================== ] 2307/2456 93% [========================================================== ] 2308/2456 93% [========================================================== ] 2309/2456 94% [========================================================== ] 2310/2456 94% [========================================================== ] 2311/2456 94% [========================================================== ] 2312/2456 94% [========================================================== ] 2313/2456 94% [========================================================== ] 2314/2456 94% [========================================================== ] 2315/2456 94% [========================================================== ] 2316/2456 94% [========================================================== ] 2317/2456 94% [========================================================== ] 2318/2456 94% [========================================================== ] 2319/2456 94% [========================================================== ] 2320/2456 94% [========================================================== ] 2321/2456 94% [========================================================== ] 2322/2456 94% [========================================================== ] 2323/2456 94% [========================================================== ] 2324/2456 94% [========================================================== ] 2325/2456 94% [========================================================== ] 2326/2456 94% [========================================================== ] 2327/2456 94% [========================================================== ] 2328/2456 94% [========================================================== ] 2329/2456 94% [========================================================== ] 2330/2456 94% [========================================================== ] 2331/2456 94% [========================================================== ] 2332/2456 94% [========================================================== ] 2333/2456 94% [========================================================== ] 2334/2456 95% [========================================================== ] 2335/2456 95% [========================================================== ] 2336/2456 95% [========================================================== ] 2337/2456 95% [=========================================================== ] 2338/2456 95% [=========================================================== ] 2339/2456 95% [=========================================================== ] 2340/2456 95% [=========================================================== ] 2341/2456 95% [=========================================================== ] 2342/2456 95% [=========================================================== ] 2343/2456 95% [=========================================================== ] 2344/2456 95% [=========================================================== ] 2345/2456 95% [=========================================================== ] 2346/2456 95% [=========================================================== ] 2347/2456 95% [=========================================================== ] 2348/2456 95% [=========================================================== ] 2349/2456 95% [=========================================================== ] 2350/2456 95% [=========================================================== ] 2351/2456 95% [=========================================================== ] 2352/2456 95% [=========================================================== ] 2353/2456 95% [=========================================================== ] 2354/2456 95% [=========================================================== ] 2355/2456 95% [=========================================================== ] 2356/2456 95% [=========================================================== ] 2357/2456 95% [=========================================================== ] 2358/2456 96% [=========================================================== ] 2359/2456 96% [=========================================================== ] 2360/2456 96% [=========================================================== ] 2361/2456 96% [=========================================================== ] 2362/2456 96% [=========================================================== ] 2363/2456 96% [=========================================================== ] 2364/2456 96% [=========================================================== ] 2365/2456 96% [=========================================================== ] 2366/2456 96% [=========================================================== ] 2367/2456 96% [=========================================================== ] 2368/2456 96% [=========================================================== ] 2369/2456 96% [=========================================================== ] 2370/2456 96% [=========================================================== ] 2371/2456 96% [=========================================================== ] 2372/2456 96% [=========================================================== ] 2373/2456 96% [=========================================================== ] 2374/2456 96% [=========================================================== ] 2375/2456 96% [=========================================================== ] 2376/2456 96% [============================================================ ] 2377/2456 96% [============================================================ ] 2378/2456 96% [============================================================ ] 2379/2456 96% [============================================================ ] 2380/2456 96% [============================================================ ] 2381/2456 96% [============================================================ ] 2382/2456 96% [============================================================ ] 2383/2456 97% [============================================================ ] 2384/2456 97% [============================================================ ] 2385/2456 97% [============================================================ ] 2386/2456 97% [============================================================ ] 2387/2456 97% [============================================================ ] 2388/2456 97% [============================================================ ] 2389/2456 97% [============================================================ ] 2390/2456 97% [============================================================ ] 2391/2456 97% [============================================================ ] 2392/2456 97% [============================================================ ] 2393/2456 97% [============================================================ ] 2394/2456 97% [============================================================ ] 2395/2456 97% [============================================================ ] 2396/2456 97% [============================================================ ] 2397/2456 97% [============================================================ ] 2398/2456 97% [============================================================ ] 2399/2456 97% [============================================================ ] 2400/2456 97% [============================================================ ] 2401/2456 97% [============================================================ ] 2402/2456 97% [============================================================ ] 2403/2456 97% [============================================================ ] 2404/2456 97% [============================================================ ] 2405/2456 97% [============================================================ ] 2406/2456 97% [============================================================ ] 2407/2456 98% [============================================================ ] 2408/2456 98% [============================================================ ] 2409/2456 98% [============================================================ ] 2410/2456 98% [============================================================ ] 2411/2456 98% [============================================================ ] 2412/2456 98% [============================================================ ] 2413/2456 98% [============================================================ ] 2414/2456 98% [============================================================ ] 2415/2456 98% [============================================================ ] 2416/2456 98% [============================================================= ] 2417/2456 98% [============================================================= ] 2418/2456 98% [============================================================= ] 2419/2456 98% [============================================================= ] 2420/2456 98% [============================================================= ] 2421/2456 98% [============================================================= ] 2422/2456 98% [============================================================= ] 2423/2456 98% [============================================================= ] 2424/2456 98% [============================================================= ] 2425/2456 98% [============================================================= ] 2426/2456 98% [============================================================= ] 2427/2456 98% [============================================================= ] 2428/2456 98% [============================================================= ] 2429/2456 98% [============================================================= ] 2430/2456 98% [============================================================= ] 2431/2456 98% [============================================================= ] 2432/2456 99% [============================================================= ] 2433/2456 99% [============================================================= ] 2434/2456 99% [============================================================= ] 2435/2456 99% [============================================================= ] 2436/2456 99% [============================================================= ] 2437/2456 99% [============================================================= ] 2438/2456 99% [============================================================= ] 2439/2456 99% [============================================================= ] 2440/2456 99% [============================================================= ] 2441/2456 99% [============================================================= ] 2442/2456 99% [============================================================= ] 2443/2456 99% [============================================================= ] 2444/2456 99% [============================================================= ] 2445/2456 99% [============================================================= ] 2446/2456 99% [============================================================= ] 2447/2456 99% [============================================================= ] 2448/2456 99% [============================================================= ] 2449/2456 99% [============================================================= ] 2450/2456 99% [============================================================= ] 2451/2456 99% [============================================================= ] 2452/2456 99% [============================================================= ] 2453/2456 99% [============================================================= ] 2454/2456 99% [============================================================= ] 2455/2456 99% [==============================================================] 2456/2456 100% operation complete, 2456 objects in 65566 NAND pages. ln -snf /nvmedata/autobuild/instance-16/output-1/host/mips64el-buildroot-linux-uclibc/sysroot /nvmedata/autobuild/instance-16/output-1/staging make: Leaving directory '/nvmedata/autobuild/instance-16/buildroot' make: Entering directory '/nvmedata/autobuild/instance-16/buildroot' >>> Buildroot 2022.08-rc2 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> alsa-lib 1.2.7.2 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> 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-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 11.3.0 Collecting legal info >>> linux-headers 5.17.15 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> angularjs 1.8.2 Collecting legal info angular.js: OK (sha256: 237656fae6e39d02cd71cbcfbf91b7964eba5796aafca1bfcfff3b054ce3fed6) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> bdwgc 8.0.6 Collecting legal info README.QUICK: OK (sha256: 0aab7a56a92ed878c4a5464cf282d65f38bcdee64fe9cf213e26254bddb3f340) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libatomic_ops 7.6.12 Collecting legal info doc/LICENSING.txt: OK (sha256: f0e630c0ca489767033da5a0c869fb4231db522c5ff479ce55a853a923a00f69) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> blktrace 1.3.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> file 5.41 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: c4fa92d6504b88484a12140fe3e24b9b29b0112717f94b1ff4205d54828b1c70) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-file 5.41 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: c4fa92d6504b88484a12140fe3e24b9b29b0112717f94b1ff4205d54828b1c70) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> libcap-ng 0.8.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> kmod 29 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> ntp 4.2.8p15 Collecting legal info COPYRIGHT: OK (sha256: 957e6a13445cc61ab1ca3dc80d8c269cf9b0a6d9eaec20f9f39639b0b3e66ee8) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> cryptsetup 2.5.0 Collecting legal info COPYING: OK (sha256: 45670cce8b6a0ddd66c8016cd8ccef6cd71f35717cbacc7f1e895b3855207b33) COPYING.LGPL: OK (sha256: 8c33cc37871654ec7ed87e6fbb896c8cf33ef5ef05b1611a5aed857596ffafa5) >>> json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> libargon2 20190702 Collecting legal info LICENSE: OK (sha256: 220f8736a89ff51c92ef3d497f413b48e6cf1df3d6278bc909c6308c78e1718e) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> lvm2 2.03.14 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> dbus-triggerd ba3dbec805cb707c94c54de21666bf18b79bcc09 Collecting legal info dbus-triggerd.c: OK (sha256: 30d135650639af9019633690fc1aecbfc150aeeef9446347d4286a58338d10b0) >>> dbus 1.12.22 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> 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-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) >>> ebtables 2.0.11 Collecting legal info COPYING: OK (sha256: ebdb8ae564c952792017ec680e2edd30443642216eb9f8a3d8fa166c0cb628c1) >>> ethtool 5.18 Collecting legal info LICENSE: OK (sha256: 5d632934396f90c82dfebe3c9512648bbb6333b406113d0cd331b0e0aa2d34a1) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> evemu 2.7.0 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> host-meson 0.63.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 63.2.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.5 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> faifa 0.1 Collecting legal info COPYING: OK (sha256: 9b62e4601b2b9cd5719a393e88ed71a8304048862502db765ed9d6ff8cf38c5e) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libnl 3.6.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> fbv 1.0b Collecting legal info COPYING: OK (sha256: bf21d97bafcaacb5d6bc3d5502030c340f0e0593614078ab017af91e950083af) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> font-awesome 4.7.0 Collecting legal info >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) >>> giflib 5.2.1 Collecting legal info COPYING: OK (sha256: 0c9b7990ecdca88b676db232c226548ac408b279f550d424d996f0d83591dd8e) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gpsd 3.23.1 Collecting legal info COPYING: OK (sha256: fdf339997bbca9eaf507476b82fbcac608fc39a3d89b86b51e16db4c9f933716) >>> host-scons 3.1.2 Collecting legal info LICENSE.txt: OK (sha256: 72ed889165fb28378cadac14552be4a959f1ebab6b148abb5dd2b49712c3c6f6) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> pps-tools e2b25049df9a4da28168b7378016f1650d0dfa6b Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> heirloom-mailx 12.5 Collecting legal info COPYING: OK (sha256: 5ddc00aed98a0cf75fc7edfd9f3aeb1e919ae0ad5e9ff55d61f643d62d802b07) >>> htpdate 1.3.5 Collecting legal info LICENSE: OK (sha256: 7989949df09a0489434723c571541604cd3f2e0418c6a6aa9179bfaf8ec807cc) >>> ijs 0.35 Collecting legal info README: OK (sha256: f723390b7ee019eccf07763dcb5744acf8bb43034bc3ba3d6f1c94440e365b4f) >>> initscripts Collecting legal info >>> ipset 7.15 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> joe 4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> jpeg-turbo 2.1.3 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> knock 0.8 Collecting legal info COPYING: OK (sha256: d747e19206e41702e40822dd91d37cbf40edd86f364ea416d667a0e3013f7189) >>> leptonica 1.82.0 Collecting legal info leptonica-license.txt: OK (sha256: 87829abb5bbb00b55a107365da89e9a33f86c4250169e5a1e5588505be7d5806) >>> jpeg Collecting legal info >>> libcddb 1.3.2 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcurl 7.84.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> libidn2 2.3.2 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libdcadec 0.2.0 Collecting legal info COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libdvbcsa 1.1.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libee 0.4.1 Collecting legal info COPYING: OK (sha256: 275fecbf835387e042ba96884f0f05356a485a6ea8449b2c5295cc11652ad439) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libenca 1.19 Collecting legal info COPYING: OK (sha256: 87f1bd4a52b4029476b684fcdd51fed3c6b2540e462d3c2d3bfc9be4558b2825) >>> libesmtp 1.1.0 Collecting legal info COPYING.GPL: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) LICENSE: OK (sha256: 20c17d8b8c48a600800dfd14f95d5cb9ff47066a9641ddeab48dc54aec96e331) >>> libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> libfuse3 3.11.0 Collecting legal info LICENSE: OK (sha256: b8832d9caaa075bbbd2aef24efa09f8b7ab66a832812d88c602da0c7b4397fad) >>> libgta 1.2.1 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libiio 0.23 Collecting legal info COPYING.txt: OK (sha256: 102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b) >>> libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libite 2.5.2 Collecting legal info LICENSE: OK (sha256: 20db0601195f708d68ff7907907b3cd3b25808efa8332e064b11f00c839a5d2f) src/chomp.c: OK (sha256: c2882adb51555b836f35babc59f618d9ddceadcaa2d1dc80bbd4699614d2cd14) src/pidfile.c: OK (sha256: bff7fa7b74324f13a24d56ebb8b49bc9c63ea01836a1c8b5a6afcbbabed62918) >>> libmdbx 0.11.8 Collecting legal info LICENSE: OK (sha256: 310fe25c858a9515fc8c8d7d1f24a67c9496f84a91e0a0e41ea9975b1371e569) >>> libmng 2.0.3 Collecting legal info LICENSE: OK (sha256: ba280734838eb3f22a85b92a7e62de357d4d4c325029dce723b0cb125c417c35) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libpfm4 4.11.0 Collecting legal info COPYING: OK (sha256: beef323d68fc5db9c67b20e8e9de7ccde371d20cdbcdd686804055b18b926d90) >>> libpthsem 2.0.8 Collecting legal info COPYING: OK (sha256: f1b95d3728077d1a3efe7fc17928b1953b1224f6caf9c528e30e570158b7520d) >>> libreplaygain r475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> librtlsdr ed0317e6a58c098874ac58b769cf2e609c18d9a5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libserialport 0.1.1 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libtasn1 4.18.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> libudfread 1.1.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libuio 6ef3d8d096a641686bfdd112035aa04aa16fe81a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libuv 1.43.0 Collecting legal info LICENSE: OK (sha256: 6d20216ae022fbeed23916f48508fd807ece3d8464992330643b0e64e5c0c24b) >>> libxmlrpc r3119 Collecting legal info doc/COPYING: OK (sha256: db7a6d3f187b218c3534010a83424c6bcdef88e6a0b6b1aa3a8762238bd642e6) >>> linenoise 1.0 Collecting legal info LICENSE: OK (sha256: efe1692aa5b869edaa0ac88f95eb0276c1125304ffc636a299db3ebbab47f62b) >>> linux-syscall-support e1e7b0ad8ee99a875b272c8e33e308472e897660 Collecting legal info LICENSE: OK (sha256: c180f12840c00224cceed7139192018d2c7e6061db4ce4310b8626f7ad10bf26) >>> host-lpc3250loader 1.0 Collecting legal info LPC3250loader.py: OK (sha256: 9a817497240e8e92f09ccfec7568a74673dc30ec008b541c8706663677b4e7a9) >>> luksmeta 9 Collecting legal info COPYING: OK (sha256: 4b72eb6b5a336cd3ec837cc2d6347c23bf7574168db6b4802267700b93021abf) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> mpdecimal 2.5.1 Collecting legal info LICENSE.txt: OK (sha256: b07528d8b1dbf1e2d2741052996f0876e23342ce2d30d0effa39c5457716c25a) >>> mpg123 1.25.15 Collecting legal info COPYING: OK (sha256: f40e0dd86b27b52e429b693a87b3ca63ae0a98a4d142e77207aa6bdf1db7a295) >>> mrouted 4.4 Collecting legal info LICENSE: OK (sha256: 834f45ed282fd010f354ecc0a50538af519a1cfcc4d2866de3be06982fa9ed29) >>> host-mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> 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-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-mtools 4.0.38 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> netdata 1.33.1 Collecting legal info LICENSE: OK (sha256: 0e5fd9d833efe9b79f784d1903281554af82d1b4261af67d35455728e5572aa6) >>> nettle 3.8 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> nvme 1.12 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> obsidian-cursors 1.0 Collecting legal info >>> odroidc2-firmware s905_6.0.1_v5.5 Collecting legal info >>> 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) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> p11-kit 0.24.1 Collecting legal info COPYING: OK (sha256: 2e1ba993904df807a10c3eda1e5c272338edc35674b679773a8b3ad460731054) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> pipewire 0.3.56 Collecting legal info COPYING: OK (sha256: 8909c319a7e27dbb33a15b9035f89ab3b7b2f6a12f8bcddc755206a8db1ada44) LICENSE: OK (sha256: be4be5d77424833edf31f53fc1f1cecb6996b9e2d747d9e6fb8f878362ebc92b) >>> pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> pngquant 2.17.0 Collecting legal info COPYRIGHT: OK (sha256: e4f467f7abf860b4e620f5f60fdd88bc3a63a0fdb98a481fb002b5e511c9b826) >>> procrank_linux 21c30ab4514a5b15ac6e813e21bee0d3d714cb08 Collecting legal info NOTICE: OK (sha256: 38751245389e1e23f73e6f5384b5cbe7fa972cc4410c5adc9c04b082a0b9561a) >>> qoriq-cadence-dp-firmware lsdk1909 Collecting legal info COPYING: OK (sha256: d55f024af2bfff714b90de596f6d0399124b999e8c18a86b13a3b507bae6f561) EULA: OK (sha256: 9665930f69c0b6f4a4c055d7fe2b8ee563e771efbc83892abb1955e61492cdf7) EULA.txt: OK (sha256: 53e3eb0b2bd81c171fa04c17514e20b39b7bb1fe1224c593f7717f615fb9d52b) >>> rapidxml 1.13 Collecting legal info license.txt: OK (sha256: 794bf3b2ecf5cf0c740ac6c524d66ce6284c4b1de1f983d21a242b8abbeb9720) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> squashfs 4.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-squashfs 4.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> stress 1.0.4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-swig 4.0.2 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> tinycbor 0.6.0 Collecting legal info LICENSE: OK (sha256: 3c6ba0b5bfa7830505301ffb336a17b0748e0d61c4d34216e9dc98f10e40395e) >>> tslib 1.22 Collecting legal info COPYING: OK (sha256: 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9) >>> wayland 1.20.0 Collecting legal info COPYING: OK (sha256: 6eefcb023622a463168a5c20add95fd24a38c7482622a9254a23b99b7c153061) >>> host-wayland 1.20.0 Collecting legal info COPYING: OK (sha256: 6eefcb023622a463168a5c20add95fd24a38c7482622a9254a23b99b7c153061) >>> host-libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> wilc-firmware wilc_linux_15_7 Collecting legal info LICENSE.wilc_fw: OK (sha256: 71355eee947a312594dbdaac039827544f93d23949b65c356b7b0ce09e2600fb) >>> wilink-bt-firmware 43fca73c6a98c63fcb98f82af5bf83761778e005 Collecting legal info LICENSE: OK (sha256: 21fd99ce784dc33b39ec0b4a383a9a9b8dafea261d73ad4548683c4eecd87f37) >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Collecting legal info README: OK (sha256: 8632a67e5a76be4cdf7fd0fc6509e21bd6c647183bd9d2325310d5098c652a3a) >>> zd1211-firmware 1.5 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> zerofree 1.1.1 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> zlog 1.2.15 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: font-awesome-4.7.0: cannot save license (FONT_AWESOME_LICENSE_FILES not defined) WARNING: obsidian-cursors-1.0: cannot save license (OBSIDIAN_CURSORS_LICENSE_FILES not defined) WARNING: odroidc2-firmware-s905_6.0.1_v5.5: cannot save license (ODROIDC2_FIRMWARE_LICENSE_FILES not defined) Legal info produced in /nvmedata/autobuild/instance-16/output-1/legal-info make: Leaving directory '/nvmedata/autobuild/instance-16/buildroot'