printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -f /home/buildroot/autobuild/instance-1/output-1/images/rootfs.ext2\n /home/buildroot/autobuild/instance-1/output-1/host/sbin/mkfs.ext2 -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/target -r 1 -N 0 -m 5 -L "rootfs" -O ^64bit /home/buildroot/autobuild/instance-1/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' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot chmod a+x /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot rootdir=/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/target table='/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' mke2fs 1.46.5 (30-Dec-2021) Creating regular file /home/buildroot/autobuild/instance-1/output-1/images/rootfs.ext2 Creating filesystem with 1310720 4k blocks and 327680 inodes Filesystem UUID: 6d5eb238-5b99-4512-8b22-e6ebae111cd1 Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736 Allocating group tables: 0/40 done Writing inode tables: 0/40 done Copying files into the device: done Writing superblocks and filesystem accounting information: 0/40 done PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" xz -9 -C crc32 -c -T 4 /home/buildroot/autobuild/instance-1/output-1/images/rootfs.ext2 > /home/buildroot/autobuild/instance-1/output-1/images/rootfs.ext2.xz >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-1/output-1/images rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-1/output-1/target/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-1/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-1/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-1/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-1/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 2413 objects. stage 2: creating image '/home/buildroot/autobuild/instance-1/output-1/images/rootfs.yaffs2' [ ] 1/2413 0% [ ] 2/2413 0% [ ] 3/2413 0% [ ] 4/2413 0% [ ] 5/2413 0% [ ] 6/2413 0% [ ] 7/2413 0% [ ] 8/2413 0% [ ] 9/2413 0% [ ] 10/2413 0% [ ] 11/2413 0% [ ] 12/2413 0% [ ] 13/2413 0% [ ] 14/2413 0% [ ] 15/2413 0% [ ] 16/2413 0% [ ] 17/2413 0% [ ] 18/2413 0% [ ] 19/2413 0% [ ] 20/2413 0% [ ] 21/2413 0% [ ] 22/2413 0% [ ] 23/2413 0% [ ] 24/2413 0% [ ] 25/2413 1% [ ] 26/2413 1% [ ] 27/2413 1% [ ] 28/2413 1% [ ] 29/2413 1% [ ] 30/2413 1% [ ] 31/2413 1% [ ] 32/2413 1% [ ] 33/2413 1% [ ] 34/2413 1% [ ] 35/2413 1% [ ] 36/2413 1% [ ] 37/2413 1% [ ] 38/2413 1% [= ] 39/2413 1% [= ] 40/2413 1% [= ] 41/2413 1% [= ] 42/2413 1% [= ] 43/2413 1% [= ] 44/2413 1% [= ] 45/2413 1% [= ] 46/2413 1% [= ] 47/2413 1% [= ] 48/2413 1% [= ] 49/2413 2% [= ] 50/2413 2% [= ] 51/2413 2% [= ] 52/2413 2% [= ] 53/2413 2% [= ] 54/2413 2% [= ] 55/2413 2% [= ] 56/2413 2% [= ] 57/2413 2% [= ] 58/2413 2% [= ] 59/2413 2% [= ] 60/2413 2% [= ] 61/2413 2% [= ] 62/2413 2% [= ] 63/2413 2% [= ] 64/2413 2% [= ] 65/2413 2% [= ] 66/2413 2% [= ] 67/2413 2% [= ] 68/2413 2% [= ] 69/2413 2% [= ] 70/2413 2% [= ] 71/2413 2% [= ] 72/2413 2% [= ] 73/2413 3% [= ] 74/2413 3% [= ] 75/2413 3% [= ] 76/2413 3% [= ] 77/2413 3% [== ] 78/2413 3% [== ] 79/2413 3% [== ] 80/2413 3% [== ] 81/2413 3% [== ] 82/2413 3% [== ] 83/2413 3% [== ] 84/2413 3% [== ] 85/2413 3% [== ] 86/2413 3% [== ] 87/2413 3% [== ] 88/2413 3% [== ] 89/2413 3% [== ] 90/2413 3% [== ] 91/2413 3% [== ] 92/2413 3% [== ] 93/2413 3% [== ] 94/2413 3% [== ] 95/2413 3% [== ] 96/2413 3% [== ] 97/2413 4% [== ] 98/2413 4% [== ] 99/2413 4% [== ] 100/2413 4% [== ] 101/2413 4% [== ] 102/2413 4% [== ] 103/2413 4% [== ] 104/2413 4% [== ] 105/2413 4% [== ] 106/2413 4% [== ] 107/2413 4% [== ] 108/2413 4% [== ] 109/2413 4% [== ] 110/2413 4% [== ] 111/2413 4% [== ] 112/2413 4% [== ] 113/2413 4% [== ] 114/2413 4% [== ] 115/2413 4% [== ] 116/2413 4% [=== ] 117/2413 4% [=== ] 118/2413 4% [=== ] 119/2413 4% [=== ] 120/2413 4% [=== ] 121/2413 5% [=== ] 122/2413 5% [=== ] 123/2413 5% [=== ] 124/2413 5% [=== ] 125/2413 5% [=== ] 126/2413 5% [=== ] 127/2413 5% [=== ] 128/2413 5% [=== ] 129/2413 5% [=== ] 130/2413 5% [=== ] 131/2413 5% [=== ] 132/2413 5% [=== ] 133/2413 5% [=== ] 134/2413 5% [=== ] 135/2413 5% [=== ] 136/2413 5% [=== ] 137/2413 5% [=== ] 138/2413 5% [=== ] 139/2413 5% [=== ] 140/2413 5% [=== ] 141/2413 5% [=== ] 142/2413 5% [=== ] 143/2413 5% [=== ] 144/2413 5% [=== ] 145/2413 6% [=== ] 146/2413 6% [=== ] 147/2413 6% [=== ] 148/2413 6% [=== ] 149/2413 6% [=== ] 150/2413 6% [=== ] 151/2413 6% [=== ] 152/2413 6% [=== ] 153/2413 6% [=== ] 154/2413 6% [=== ] 155/2413 6% [==== ] 156/2413 6% [==== ] 157/2413 6% [==== ] 158/2413 6% [==== ] 159/2413 6% [==== ] 160/2413 6% [==== ] 161/2413 6% [==== ] 162/2413 6% [==== ] 163/2413 6% [==== ] 164/2413 6% [==== ] 165/2413 6% [==== ] 166/2413 6% [==== ] 167/2413 6% [==== ] 168/2413 6% [==== ] 169/2413 7% [==== ] 170/2413 7% [==== ] 171/2413 7% [==== ] 172/2413 7% [==== ] 173/2413 7% [==== ] 174/2413 7% [==== ] 175/2413 7% [==== ] 176/2413 7% [==== ] 177/2413 7% [==== ] 178/2413 7% [==== ] 179/2413 7% [==== ] 180/2413 7% [==== ] 181/2413 7% [==== ] 182/2413 7% [==== ] 183/2413 7% [==== ] 184/2413 7% [==== ] 185/2413 7% [==== ] 186/2413 7% [==== ] 187/2413 7% [==== ] 188/2413 7% [==== ] 189/2413 7% [==== ] 190/2413 7% [==== ] 191/2413 7% [==== ] 192/2413 7% [==== ] 193/2413 7% [==== ] 194/2413 8% [===== ] 195/2413 8% [===== ] 196/2413 8% [===== ] 197/2413 8% [===== ] 198/2413 8% [===== ] 199/2413 8% [===== ] 200/2413 8% [===== ] 201/2413 8% [===== ] 202/2413 8% [===== ] 203/2413 8% [===== ] 204/2413 8% [===== ] 205/2413 8% [===== ] 206/2413 8% [===== ] 207/2413 8% [===== ] 208/2413 8% [===== ] 209/2413 8% [===== ] 210/2413 8% [===== ] 211/2413 8% [===== ] 212/2413 8% [===== ] 213/2413 8% [===== ] 214/2413 8% [===== ] 215/2413 8% [===== ] 216/2413 8% [===== ] 217/2413 8% [===== ] 218/2413 9% [===== ] 219/2413 9% [===== ] 220/2413 9% [===== ] 221/2413 9% [===== ] 222/2413 9% [===== ] 223/2413 9% [===== ] 224/2413 9% [===== ] 225/2413 9% [===== ] 226/2413 9% [===== ] 227/2413 9% [===== ] 228/2413 9% [===== ] 229/2413 9% [===== ] 230/2413 9% [===== ] 231/2413 9% [===== ] 232/2413 9% [===== ] 233/2413 9% [====== ] 234/2413 9% [====== ] 235/2413 9% [====== ] 236/2413 9% [====== ] 237/2413 9% [====== ] 238/2413 9% [====== ] 239/2413 9% [====== ] 240/2413 9% [====== ] 241/2413 9% [====== ] 242/2413 10% [====== ] 243/2413 10% [====== ] 244/2413 10% [====== ] 245/2413 10% [====== ] 246/2413 10% [====== ] 247/2413 10% [====== ] 248/2413 10% [====== ] 249/2413 10% [====== ] 250/2413 10% [====== ] 251/2413 10% [====== ] 252/2413 10% [====== ] 253/2413 10% [====== ] 254/2413 10% [====== ] 255/2413 10% [====== ] 256/2413 10% [====== ] 257/2413 10% [====== ] 258/2413 10% [====== ] 259/2413 10% [====== ] 260/2413 10% [====== ] 261/2413 10% [====== ] 262/2413 10% [====== ] 263/2413 10% [====== ] 264/2413 10% [====== ] 265/2413 10% [====== ] 266/2413 11% [====== ] 267/2413 11% [====== ] 268/2413 11% [====== ] 269/2413 11% [====== ] 270/2413 11% [====== ] 271/2413 11% [====== ] 272/2413 11% [======= ] 273/2413 11% [======= ] 274/2413 11% [======= ] 275/2413 11% [======= ] 276/2413 11% [======= ] 277/2413 11% [======= ] 278/2413 11% [======= ] 279/2413 11% [======= ] 280/2413 11% [======= ] 281/2413 11% [======= ] 282/2413 11% [======= ] 283/2413 11% [======= ] 284/2413 11% [======= ] 285/2413 11% [======= ] 286/2413 11% [======= ] 287/2413 11% [======= ] 288/2413 11% [======= ] 289/2413 11% [======= ] 290/2413 12% [======= ] 291/2413 12% [======= ] 292/2413 12% [======= ] 293/2413 12% [======= ] 294/2413 12% [======= ] 295/2413 12% [======= ] 296/2413 12% [======= ] 297/2413 12% [======= ] 298/2413 12% [======= ] 299/2413 12% [======= ] 300/2413 12% [======= ] 301/2413 12% [======= ] 302/2413 12% [======= ] 303/2413 12% [======= ] 304/2413 12% [======= ] 305/2413 12% [======= ] 306/2413 12% [======= ] 307/2413 12% [======= ] 308/2413 12% [======= ] 309/2413 12% [======= ] 310/2413 12% [======= ] 311/2413 12% [======== ] 312/2413 12% [======== ] 313/2413 12% [======== ] 314/2413 13% [======== ] 315/2413 13% [======== ] 316/2413 13% [======== ] 317/2413 13% [======== ] 318/2413 13% [======== ] 319/2413 13% [======== ] 320/2413 13% [======== ] 321/2413 13% [======== ] 322/2413 13% [======== ] 323/2413 13% [======== ] 324/2413 13% [======== ] 325/2413 13% [======== ] 326/2413 13% [======== ] 327/2413 13% [======== ] 328/2413 13% [======== ] 329/2413 13% [======== ] 330/2413 13% [======== ] 331/2413 13% [======== ] 332/2413 13% [======== ] 333/2413 13% [======== ] 334/2413 13% [======== ] 335/2413 13% [======== ] 336/2413 13% [======== ] 337/2413 13% [======== ] 338/2413 14% [======== ] 339/2413 14% [======== ] 340/2413 14% [======== ] 341/2413 14% [======== ] 342/2413 14% [======== ] 343/2413 14% [======== ] 344/2413 14% [======== ] 345/2413 14% [======== ] 346/2413 14% [======== ] 347/2413 14% [======== ] 348/2413 14% [======== ] 349/2413 14% [======== ] 350/2413 14% [========= ] 351/2413 14% [========= ] 352/2413 14% [========= ] 353/2413 14% [========= ] 354/2413 14% [========= ] 355/2413 14% [========= ] 356/2413 14% [========= ] 357/2413 14% [========= ] 358/2413 14% [========= ] 359/2413 14% [========= ] 360/2413 14% [========= ] 361/2413 14% [========= ] 362/2413 15% [========= ] 363/2413 15% [========= ] 364/2413 15% [========= ] 365/2413 15% [========= ] 366/2413 15% [========= ] 367/2413 15% [========= ] 368/2413 15% [========= ] 369/2413 15% [========= ] 370/2413 15% [========= ] 371/2413 15% [========= ] 372/2413 15% [========= ] 373/2413 15% [========= ] 374/2413 15% [========= ] 375/2413 15% [========= ] 376/2413 15% [========= ] 377/2413 15% [========= ] 378/2413 15% [========= ] 379/2413 15% [========= ] 380/2413 15% [========= ] 381/2413 15% [========= ] 382/2413 15% [========= ] 383/2413 15% [========= ] 384/2413 15% [========= ] 385/2413 15% [========= ] 386/2413 15% [========= ] 387/2413 16% [========= ] 388/2413 16% [========= ] 389/2413 16% [========== ] 390/2413 16% [========== ] 391/2413 16% [========== ] 392/2413 16% [========== ] 393/2413 16% [========== ] 394/2413 16% [========== ] 395/2413 16% [========== ] 396/2413 16% [========== ] 397/2413 16% [========== ] 398/2413 16% [========== ] 399/2413 16% [========== ] 400/2413 16% [========== ] 401/2413 16% [========== ] 402/2413 16% [========== ] 403/2413 16% [========== ] 404/2413 16% [========== ] 405/2413 16% [========== ] 406/2413 16% [========== ] 407/2413 16% [========== ] 408/2413 16% [========== ] 409/2413 16% [========== ] 410/2413 16% [========== ] 411/2413 17% [========== ] 412/2413 17% [========== ] 413/2413 17% [========== ] 414/2413 17% [========== ] 415/2413 17% [========== ] 416/2413 17% [========== ] 417/2413 17% [========== ] 418/2413 17% [========== ] 419/2413 17% [========== ] 420/2413 17% [========== ] 421/2413 17% [========== ] 422/2413 17% [========== ] 423/2413 17% [========== ] 424/2413 17% [========== ] 425/2413 17% [========== ] 426/2413 17% [========== ] 427/2413 17% [========== ] 428/2413 17% [=========== ] 429/2413 17% [=========== ] 430/2413 17% [=========== ] 431/2413 17% [=========== ] 432/2413 17% [=========== ] 433/2413 17% [=========== ] 434/2413 17% [=========== ] 435/2413 18% [=========== ] 436/2413 18% [=========== ] 437/2413 18% [=========== ] 438/2413 18% [=========== ] 439/2413 18% [=========== ] 440/2413 18% [=========== ] 441/2413 18% [=========== ] 442/2413 18% [=========== ] 443/2413 18% [=========== ] 444/2413 18% [=========== ] 445/2413 18% [=========== ] 446/2413 18% [=========== ] 447/2413 18% [=========== ] 448/2413 18% [=========== ] 449/2413 18% [=========== ] 450/2413 18% [=========== ] 451/2413 18% [=========== ] 452/2413 18% [=========== ] 453/2413 18% [=========== ] 454/2413 18% [=========== ] 455/2413 18% [=========== ] 456/2413 18% [=========== ] 457/2413 18% [=========== ] 458/2413 18% [=========== ] 459/2413 19% [=========== ] 460/2413 19% [=========== ] 461/2413 19% [=========== ] 462/2413 19% [=========== ] 463/2413 19% [=========== ] 464/2413 19% [=========== ] 465/2413 19% [=========== ] 466/2413 19% [=========== ] 467/2413 19% [============ ] 468/2413 19% [============ ] 469/2413 19% [============ ] 470/2413 19% [============ ] 471/2413 19% [============ ] 472/2413 19% [============ ] 473/2413 19% [============ ] 474/2413 19% [============ ] 475/2413 19% [============ ] 476/2413 19% [============ ] 477/2413 19% [============ ] 478/2413 19% [============ ] 479/2413 19% [============ ] 480/2413 19% [============ ] 481/2413 19% [============ ] 482/2413 19% [============ ] 483/2413 20% [============ ] 484/2413 20% [============ ] 485/2413 20% [============ ] 486/2413 20% [============ ] 487/2413 20% [============ ] 488/2413 20% [============ ] 489/2413 20% [============ ] 490/2413 20% [============ ] 491/2413 20% [============ ] 492/2413 20% [============ ] 493/2413 20% [============ ] 494/2413 20% [============ ] 495/2413 20% [============ ] 496/2413 20% [============ ] 497/2413 20% [============ ] 498/2413 20% [============ ] 499/2413 20% [============ ] 500/2413 20% [============ ] 501/2413 20% [============ ] 502/2413 20% [============ ] 503/2413 20% [============ ] 504/2413 20% [============ ] 505/2413 20% [============= ] 506/2413 20% [============= ] 507/2413 21% [============= ] 508/2413 21% [============= ] 509/2413 21% [============= ] 510/2413 21% [============= ] 511/2413 21% [============= ] 512/2413 21% [============= ] 513/2413 21% [============= ] 514/2413 21% [============= ] 515/2413 21% [============= ] 516/2413 21% [============= ] 517/2413 21% [============= ] 518/2413 21% [============= ] 519/2413 21% [============= ] 520/2413 21% [============= ] 521/2413 21% [============= ] 522/2413 21% [============= ] 523/2413 21% [============= ] 524/2413 21% [============= ] 525/2413 21% [============= ] 526/2413 21% [============= ] 527/2413 21% [============= ] 528/2413 21% [============= ] 529/2413 21% [============= ] 530/2413 21% [============= ] 531/2413 22% [============= ] 532/2413 22% [============= ] 533/2413 22% [============= ] 534/2413 22% [============= ] 535/2413 22% [============= ] 536/2413 22% [============= ] 537/2413 22% [============= ] 538/2413 22% [============= ] 539/2413 22% [============= ] 540/2413 22% [============= ] 541/2413 22% [============= ] 542/2413 22% [============= ] 543/2413 22% [============= ] 544/2413 22% [============== ] 545/2413 22% [============== ] 546/2413 22% [============== ] 547/2413 22% [============== ] 548/2413 22% [============== ] 549/2413 22% [============== ] 550/2413 22% [============== ] 551/2413 22% [============== ] 552/2413 22% [============== ] 553/2413 22% [============== ] 554/2413 22% [============== ] 555/2413 23% [============== ] 556/2413 23% [============== ] 557/2413 23% [============== ] 558/2413 23% [============== ] 559/2413 23% [============== ] 560/2413 23% [============== ] 561/2413 23% [============== ] 562/2413 23% [============== ] 563/2413 23% [============== ] 564/2413 23% [============== ] 565/2413 23% [============== ] 566/2413 23% [============== ] 567/2413 23% [============== ] 568/2413 23% [============== ] 569/2413 23% [============== ] 570/2413 23% [============== ] 571/2413 23% [============== ] 572/2413 23% [============== ] 573/2413 23% [============== ] 574/2413 23% [============== ] 575/2413 23% [============== ] 576/2413 23% [============== ] 577/2413 23% [============== ] 578/2413 23% [============== ] 579/2413 23% [============== ] 580/2413 24% [============== ] 581/2413 24% [============== ] 582/2413 24% [============== ] 583/2413 24% [=============== ] 584/2413 24% [=============== ] 585/2413 24% [=============== ] 586/2413 24% [=============== ] 587/2413 24% [=============== ] 588/2413 24% [=============== ] 589/2413 24% [=============== ] 590/2413 24% [=============== ] 591/2413 24% [=============== ] 592/2413 24% [=============== ] 593/2413 24% [=============== ] 594/2413 24% [=============== ] 595/2413 24% [=============== ] 596/2413 24% [=============== ] 597/2413 24% [=============== ] 598/2413 24% [=============== ] 599/2413 24% [=============== ] 600/2413 24% [=============== ] 601/2413 24% [=============== ] 602/2413 24% [=============== ] 603/2413 24% [=============== ] 604/2413 25% [=============== ] 605/2413 25% [=============== ] 606/2413 25% [=============== ] 607/2413 25% [=============== ] 608/2413 25% [=============== ] 609/2413 25% [=============== ] 610/2413 25% [=============== ] 611/2413 25% [=============== ] 612/2413 25% [=============== ] 613/2413 25% [=============== ] 614/2413 25% [=============== ] 615/2413 25% [=============== ] 616/2413 25% [=============== ] 617/2413 25% [=============== ] 618/2413 25% [=============== ] 619/2413 25% [=============== ] 620/2413 25% [=============== ] 621/2413 25% [=============== ] 622/2413 25% [================ ] 623/2413 25% [================ ] 624/2413 25% [================ ] 625/2413 25% [================ ] 626/2413 25% [================ ] 627/2413 25% [================ ] 628/2413 26% [================ ] 629/2413 26% [================ ] 630/2413 26% [================ ] 631/2413 26% [================ ] 632/2413 26% [================ ] 633/2413 26% [================ ] 634/2413 26% [================ ] 635/2413 26% [================ ] 636/2413 26% [================ ] 637/2413 26% [================ ] 638/2413 26% [================ ] 639/2413 26% [================ ] 640/2413 26% [================ ] 641/2413 26% [================ ] 642/2413 26% [================ ] 643/2413 26% [================ ] 644/2413 26% [================ ] 645/2413 26% [================ ] 646/2413 26% [================ ] 647/2413 26% [================ ] 648/2413 26% [================ ] 649/2413 26% [================ ] 650/2413 26% [================ ] 651/2413 26% [================ ] 652/2413 27% [================ ] 653/2413 27% [================ ] 654/2413 27% [================ ] 655/2413 27% [================ ] 656/2413 27% [================ ] 657/2413 27% [================ ] 658/2413 27% [================ ] 659/2413 27% [================ ] 660/2413 27% [================ ] 661/2413 27% [================= ] 662/2413 27% [================= ] 663/2413 27% [================= ] 664/2413 27% [================= ] 665/2413 27% [================= ] 666/2413 27% [================= ] 667/2413 27% [================= ] 668/2413 27% [================= ] 669/2413 27% [================= ] 670/2413 27% [================= ] 671/2413 27% [================= ] 672/2413 27% [================= ] 673/2413 27% [================= ] 674/2413 27% [================= ] 675/2413 27% [================= ] 676/2413 28% [================= ] 677/2413 28% [================= ] 678/2413 28% [================= ] 679/2413 28% [================= ] 680/2413 28% [================= ] 681/2413 28% [================= ] 682/2413 28% [================= ] 683/2413 28% [================= ] 684/2413 28% [================= ] 685/2413 28% [================= ] 686/2413 28% [================= ] 687/2413 28% [================= ] 688/2413 28% [================= ] 689/2413 28% [================= ] 690/2413 28% [================= ] 691/2413 28% [================= ] 692/2413 28% [================= ] 693/2413 28% [================= ] 694/2413 28% [================= ] 695/2413 28% [================= ] 696/2413 28% [================= ] 697/2413 28% [================= ] 698/2413 28% [================= ] 699/2413 28% [================= ] 700/2413 29% [================== ] 701/2413 29% [================== ] 702/2413 29% [================== ] 703/2413 29% [================== ] 704/2413 29% [================== ] 705/2413 29% [================== ] 706/2413 29% [================== ] 707/2413 29% [================== ] 708/2413 29% [================== ] 709/2413 29% [================== ] 710/2413 29% [================== ] 711/2413 29% [================== ] 712/2413 29% [================== ] 713/2413 29% [================== ] 714/2413 29% [================== ] 715/2413 29% [================== ] 716/2413 29% [================== ] 717/2413 29% [================== ] 718/2413 29% [================== ] 719/2413 29% [================== ] 720/2413 29% [================== ] 721/2413 29% [================== ] 722/2413 29% [================== ] 723/2413 29% [================== ] 724/2413 30% [================== ] 725/2413 30% [================== ] 726/2413 30% [================== ] 727/2413 30% [================== ] 728/2413 30% [================== ] 729/2413 30% [================== ] 730/2413 30% [================== ] 731/2413 30% [================== ] 732/2413 30% [================== ] 733/2413 30% [================== ] 734/2413 30% [================== ] 735/2413 30% [================== ] 736/2413 30% [================== ] 737/2413 30% [================== ] 738/2413 30% [================== ] 739/2413 30% [=================== ] 740/2413 30% [=================== ] 741/2413 30% [=================== ] 742/2413 30% [=================== ] 743/2413 30% [=================== ] 744/2413 30% [=================== ] 745/2413 30% [=================== ] 746/2413 30% [=================== ] 747/2413 30% [=================== ] 748/2413 30% [=================== ] 749/2413 31% [=================== ] 750/2413 31% [=================== ] 751/2413 31% [=================== ] 752/2413 31% [=================== ] 753/2413 31% [=================== ] 754/2413 31% [=================== ] 755/2413 31% [=================== ] 756/2413 31% [=================== ] 757/2413 31% [=================== ] 758/2413 31% [=================== ] 759/2413 31% [=================== ] 760/2413 31% [=================== ] 761/2413 31% [=================== ] 762/2413 31% [=================== ] 763/2413 31% [=================== ] 764/2413 31% [=================== ] 765/2413 31% [=================== ] 766/2413 31% [=================== ] 767/2413 31% [=================== ] 768/2413 31% [=================== ] 769/2413 31% [=================== ] 770/2413 31% [=================== ] 771/2413 31% [=================== ] 772/2413 31% [=================== ] 773/2413 32% [=================== ] 774/2413 32% [=================== ] 775/2413 32% [=================== ] 776/2413 32% [=================== ] 777/2413 32% [=================== ] 778/2413 32% [==================== ] 779/2413 32% [==================== ] 780/2413 32% [==================== ] 781/2413 32% [==================== ] 782/2413 32% [==================== ] 783/2413 32% [==================== ] 784/2413 32% [==================== ] 785/2413 32% [==================== ] 786/2413 32% [==================== ] 787/2413 32% [==================== ] 788/2413 32% [==================== ] 789/2413 32% [==================== ] 790/2413 32% [==================== ] 791/2413 32% [==================== ] 792/2413 32% [==================== ] 793/2413 32% [==================== ] 794/2413 32% [==================== ] 795/2413 32% [==================== ] 796/2413 32% [==================== ] 797/2413 33% [==================== ] 798/2413 33% [==================== ] 799/2413 33% [==================== ] 800/2413 33% [==================== ] 801/2413 33% [==================== ] 802/2413 33% [==================== ] 803/2413 33% [==================== ] 804/2413 33% [==================== ] 805/2413 33% [==================== ] 806/2413 33% [==================== ] 807/2413 33% [==================== ] 808/2413 33% [==================== ] 809/2413 33% [==================== ] 810/2413 33% [==================== ] 811/2413 33% [==================== ] 812/2413 33% [==================== ] 813/2413 33% [==================== ] 814/2413 33% [==================== ] 815/2413 33% [==================== ] 816/2413 33% [==================== ] 817/2413 33% [===================== ] 818/2413 33% [===================== ] 819/2413 33% [===================== ] 820/2413 33% [===================== ] 821/2413 34% [===================== ] 822/2413 34% [===================== ] 823/2413 34% [===================== ] 824/2413 34% [===================== ] 825/2413 34% [===================== ] 826/2413 34% [===================== ] 827/2413 34% [===================== ] 828/2413 34% [===================== ] 829/2413 34% [===================== ] 830/2413 34% [===================== ] 831/2413 34% [===================== ] 832/2413 34% [===================== ] 833/2413 34% [===================== ] 834/2413 34% [===================== ] 835/2413 34% [===================== ] 836/2413 34% [===================== ] 837/2413 34% [===================== ] 838/2413 34% [===================== ] 839/2413 34% [===================== ] 840/2413 34% [===================== ] 841/2413 34% [===================== ] 842/2413 34% [===================== ] 843/2413 34% [===================== ] 844/2413 34% [===================== ] 845/2413 35% [===================== ] 846/2413 35% [===================== ] 847/2413 35% [===================== ] 848/2413 35% [===================== ] 849/2413 35% [===================== ] 850/2413 35% [===================== ] 851/2413 35% [===================== ] 852/2413 35% [===================== ] 853/2413 35% [===================== ] 854/2413 35% [===================== ] 855/2413 35% [===================== ] 856/2413 35% [====================== ] 857/2413 35% [====================== ] 858/2413 35% [====================== ] 859/2413 35% [====================== ] 860/2413 35% [====================== ] 861/2413 35% [====================== ] 862/2413 35% [====================== ] 863/2413 35% [====================== ] 864/2413 35% [====================== ] 865/2413 35% [====================== ] 866/2413 35% [====================== ] 867/2413 35% [====================== ] 868/2413 35% [====================== ] 869/2413 36% [====================== ] 870/2413 36% [====================== ] 871/2413 36% [====================== ] 872/2413 36% [====================== ] 873/2413 36% [====================== ] 874/2413 36% [====================== ] 875/2413 36% [====================== ] 876/2413 36% [====================== ] 877/2413 36% [====================== ] 878/2413 36% [====================== ] 879/2413 36% [====================== ] 880/2413 36% [====================== ] 881/2413 36% [====================== ] 882/2413 36% [====================== ] 883/2413 36% [====================== ] 884/2413 36% [====================== ] 885/2413 36% [====================== ] 886/2413 36% [====================== ] 887/2413 36% [====================== ] 888/2413 36% [====================== ] 889/2413 36% [====================== ] 890/2413 36% [====================== ] 891/2413 36% [====================== ] 892/2413 36% [====================== ] 893/2413 37% [====================== ] 894/2413 37% [====================== ] 895/2413 37% [======================= ] 896/2413 37% [======================= ] 897/2413 37% [======================= ] 898/2413 37% [======================= ] 899/2413 37% [======================= ] 900/2413 37% [======================= ] 901/2413 37% [======================= ] 902/2413 37% [======================= ] 903/2413 37% [======================= ] 904/2413 37% [======================= ] 905/2413 37% [======================= ] 906/2413 37% [======================= ] 907/2413 37% [======================= ] 908/2413 37% [======================= ] 909/2413 37% [======================= ] 910/2413 37% [======================= ] 911/2413 37% [======================= ] 912/2413 37% [======================= ] 913/2413 37% [======================= ] 914/2413 37% [======================= ] 915/2413 37% [======================= ] 916/2413 37% [======================= ] 917/2413 38% [======================= ] 918/2413 38% [======================= ] 919/2413 38% [======================= ] 920/2413 38% [======================= ] 921/2413 38% [======================= ] 922/2413 38% [======================= ] 923/2413 38% [======================= ] 924/2413 38% [======================= ] 925/2413 38% [======================= ] 926/2413 38% [======================= ] 927/2413 38% [======================= ] 928/2413 38% [======================= ] 929/2413 38% [======================= ] 930/2413 38% [======================= ] 931/2413 38% [======================= ] 932/2413 38% [======================= ] 933/2413 38% [======================= ] 934/2413 38% [======================== ] 935/2413 38% [======================== ] 936/2413 38% [======================== ] 937/2413 38% [======================== ] 938/2413 38% [======================== ] 939/2413 38% [======================== ] 940/2413 38% [======================== ] 941/2413 38% [======================== ] 942/2413 39% [======================== ] 943/2413 39% [======================== ] 944/2413 39% [======================== ] 945/2413 39% [======================== ] 946/2413 39% [======================== ] 947/2413 39% [======================== ] 948/2413 39% [======================== ] 949/2413 39% [======================== ] 950/2413 39% [======================== ] 951/2413 39% [======================== ] 952/2413 39% [======================== ] 953/2413 39% [======================== ] 954/2413 39% [======================== ] 955/2413 39% [======================== ] 956/2413 39% [======================== ] 957/2413 39% [======================== ] 958/2413 39% [======================== ] 959/2413 39% [======================== ] 960/2413 39% [======================== ] 961/2413 39% [======================== ] 962/2413 39% [======================== ] 963/2413 39% [======================== ] 964/2413 39% [======================== ] 965/2413 39% [======================== ] 966/2413 40% [======================== ] 967/2413 40% [======================== ] 968/2413 40% [======================== ] 969/2413 40% [======================== ] 970/2413 40% [======================== ] 971/2413 40% [======================== ] 972/2413 40% [========================= ] 973/2413 40% [========================= ] 974/2413 40% [========================= ] 975/2413 40% [========================= ] 976/2413 40% [========================= ] 977/2413 40% [========================= ] 978/2413 40% [========================= ] 979/2413 40% [========================= ] 980/2413 40% [========================= ] 981/2413 40% [========================= ] 982/2413 40% [========================= ] 983/2413 40% [========================= ] 984/2413 40% [========================= ] 985/2413 40% [========================= ] 986/2413 40% [========================= ] 987/2413 40% [========================= ] 988/2413 40% [========================= ] 989/2413 40% [========================= ] 990/2413 41% [========================= ] 991/2413 41% [========================= ] 992/2413 41% [========================= ] 993/2413 41% [========================= ] 994/2413 41% [========================= ] 995/2413 41% [========================= ] 996/2413 41% [========================= ] 997/2413 41% [========================= ] 998/2413 41% [========================= ] 999/2413 41% [========================= ] 1000/2413 41% [========================= ] 1001/2413 41% [========================= ] 1002/2413 41% [========================= ] 1003/2413 41% [========================= ] 1004/2413 41% [========================= ] 1005/2413 41% [========================= ] 1006/2413 41% [========================= ] 1007/2413 41% [========================= ] 1008/2413 41% [========================= ] 1009/2413 41% [========================= ] 1010/2413 41% [========================= ] 1011/2413 41% [========================== ] 1012/2413 41% [========================== ] 1013/2413 41% [========================== ] 1014/2413 42% [========================== ] 1015/2413 42% [========================== ] 1016/2413 42% [========================== ] 1017/2413 42% [========================== ] 1018/2413 42% [========================== ] 1019/2413 42% [========================== ] 1020/2413 42% [========================== ] 1021/2413 42% [========================== ] 1022/2413 42% [========================== ] 1023/2413 42% [========================== ] 1024/2413 42% [========================== ] 1025/2413 42% [========================== ] 1026/2413 42% [========================== ] 1027/2413 42% [========================== ] 1028/2413 42% [========================== ] 1029/2413 42% [========================== ] 1030/2413 42% [========================== ] 1031/2413 42% [========================== ] 1032/2413 42% [========================== ] 1033/2413 42% [========================== ] 1034/2413 42% [========================== ] 1035/2413 42% [========================== ] 1036/2413 42% [========================== ] 1037/2413 42% [========================== ] 1038/2413 43% [========================== ] 1039/2413 43% [========================== ] 1040/2413 43% [========================== ] 1041/2413 43% [========================== ] 1042/2413 43% [========================== ] 1043/2413 43% [========================== ] 1044/2413 43% [========================== ] 1045/2413 43% [========================== ] 1046/2413 43% [========================== ] 1047/2413 43% [========================== ] 1048/2413 43% [========================== ] 1049/2413 43% [========================== ] 1050/2413 43% [=========================== ] 1051/2413 43% [=========================== ] 1052/2413 43% [=========================== ] 1053/2413 43% [=========================== ] 1054/2413 43% [=========================== ] 1055/2413 43% [=========================== ] 1056/2413 43% [=========================== ] 1057/2413 43% [=========================== ] 1058/2413 43% [=========================== ] 1059/2413 43% [=========================== ] 1060/2413 43% [=========================== ] 1061/2413 43% [=========================== ] 1062/2413 44% [=========================== ] 1063/2413 44% [=========================== ] 1064/2413 44% [=========================== ] 1065/2413 44% [=========================== ] 1066/2413 44% [=========================== ] 1067/2413 44% [=========================== ] 1068/2413 44% [=========================== ] 1069/2413 44% [=========================== ] 1070/2413 44% [=========================== ] 1071/2413 44% [=========================== ] 1072/2413 44% [=========================== ] 1073/2413 44% [=========================== ] 1074/2413 44% [=========================== ] 1075/2413 44% [=========================== ] 1076/2413 44% [=========================== ] 1077/2413 44% [=========================== ] 1078/2413 44% [=========================== ] 1079/2413 44% [=========================== ] 1080/2413 44% [=========================== ] 1081/2413 44% [=========================== ] 1082/2413 44% [=========================== ] 1083/2413 44% [=========================== ] 1084/2413 44% [=========================== ] 1085/2413 44% [=========================== ] 1086/2413 45% [=========================== ] 1087/2413 45% [=========================== ] 1088/2413 45% [=========================== ] 1089/2413 45% [============================ ] 1090/2413 45% [============================ ] 1091/2413 45% [============================ ] 1092/2413 45% [============================ ] 1093/2413 45% [============================ ] 1094/2413 45% [============================ ] 1095/2413 45% [============================ ] 1096/2413 45% [============================ ] 1097/2413 45% [============================ ] 1098/2413 45% [============================ ] 1099/2413 45% [============================ ] 1100/2413 45% [============================ ] 1101/2413 45% [============================ ] 1102/2413 45% [============================ ] 1103/2413 45% [============================ ] 1104/2413 45% [============================ ] 1105/2413 45% [============================ ] 1106/2413 45% [============================ ] 1107/2413 45% [============================ ] 1108/2413 45% [============================ ] 1109/2413 45% [============================ ] 1110/2413 46% [============================ ] 1111/2413 46% [============================ ] 1112/2413 46% [============================ ] 1113/2413 46% [============================ ] 1114/2413 46% [============================ ] 1115/2413 46% [============================ ] 1116/2413 46% [============================ ] 1117/2413 46% [============================ ] 1118/2413 46% [============================ ] 1119/2413 46% [============================ ] 1120/2413 46% [============================ ] 1121/2413 46% [============================ ] 1122/2413 46% [============================ ] 1123/2413 46% [============================ ] 1124/2413 46% [============================ ] 1125/2413 46% [============================ ] 1126/2413 46% [============================ ] 1127/2413 46% [============================ ] 1128/2413 46% [============================= ] 1129/2413 46% [============================= ] 1130/2413 46% [============================= ] 1131/2413 46% [============================= ] 1132/2413 46% [============================= ] 1133/2413 46% [============================= ] 1134/2413 46% [============================= ] 1135/2413 47% [============================= ] 1136/2413 47% [============================= ] 1137/2413 47% [============================= ] 1138/2413 47% [============================= ] 1139/2413 47% [============================= ] 1140/2413 47% [============================= ] 1141/2413 47% [============================= ] 1142/2413 47% [============================= ] 1143/2413 47% [============================= ] 1144/2413 47% [============================= ] 1145/2413 47% [============================= ] 1146/2413 47% [============================= ] 1147/2413 47% [============================= ] 1148/2413 47% [============================= ] 1149/2413 47% [============================= ] 1150/2413 47% [============================= ] 1151/2413 47% [============================= ] 1152/2413 47% [============================= ] 1153/2413 47% [============================= ] 1154/2413 47% [============================= ] 1155/2413 47% [============================= ] 1156/2413 47% [============================= ] 1157/2413 47% [============================= ] 1158/2413 47% [============================= ] 1159/2413 48% [============================= ] 1160/2413 48% [============================= ] 1161/2413 48% [============================= ] 1162/2413 48% [============================= ] 1163/2413 48% [============================= ] 1164/2413 48% [============================= ] 1165/2413 48% [============================= ] 1166/2413 48% [============================= ] 1167/2413 48% [============================== ] 1168/2413 48% [============================== ] 1169/2413 48% [============================== ] 1170/2413 48% [============================== ] 1171/2413 48% [============================== ] 1172/2413 48% [============================== ] 1173/2413 48% [============================== ] 1174/2413 48% [============================== ] 1175/2413 48% [============================== ] 1176/2413 48% [============================== ] 1177/2413 48% [============================== ] 1178/2413 48% [============================== ] 1179/2413 48% [============================== ] 1180/2413 48% [============================== ] 1181/2413 48% [============================== ] 1182/2413 48% [============================== ] 1183/2413 49% [============================== ] 1184/2413 49% [============================== ] 1185/2413 49% [============================== ] 1186/2413 49% [============================== ] 1187/2413 49% [============================== ] 1188/2413 49% [============================== ] 1189/2413 49% [============================== ] 1190/2413 49% [============================== ] 1191/2413 49% [============================== ] 1192/2413 49% [============================== ] 1193/2413 49% [============================== ] 1194/2413 49% [============================== ] 1195/2413 49% [============================== ] 1196/2413 49% [============================== ] 1197/2413 49% [============================== ] 1198/2413 49% [============================== ] 1199/2413 49% [============================== ] 1200/2413 49% [============================== ] 1201/2413 49% [============================== ] 1202/2413 49% [============================== ] 1203/2413 49% [============================== ] 1204/2413 49% [============================== ] 1205/2413 49% [============================== ] 1206/2413 49% [=============================== ] 1207/2413 50% [=============================== ] 1208/2413 50% [=============================== ] 1209/2413 50% [=============================== ] 1210/2413 50% [=============================== ] 1211/2413 50% [=============================== ] 1212/2413 50% [=============================== ] 1213/2413 50% [=============================== ] 1214/2413 50% [=============================== ] 1215/2413 50% [=============================== ] 1216/2413 50% [=============================== ] 1217/2413 50% [=============================== ] 1218/2413 50% [=============================== ] 1219/2413 50% [=============================== ] 1220/2413 50% [=============================== ] 1221/2413 50% [=============================== ] 1222/2413 50% [=============================== ] 1223/2413 50% [=============================== ] 1224/2413 50% [=============================== ] 1225/2413 50% [=============================== ] 1226/2413 50% [=============================== ] 1227/2413 50% [=============================== ] 1228/2413 50% [=============================== ] 1229/2413 50% [=============================== ] 1230/2413 50% [=============================== ] 1231/2413 51% [=============================== ] 1232/2413 51% [=============================== ] 1233/2413 51% [=============================== ] 1234/2413 51% [=============================== ] 1235/2413 51% [=============================== ] 1236/2413 51% [=============================== ] 1237/2413 51% [=============================== ] 1238/2413 51% [=============================== ] 1239/2413 51% [=============================== ] 1240/2413 51% [=============================== ] 1241/2413 51% [=============================== ] 1242/2413 51% [=============================== ] 1243/2413 51% [=============================== ] 1244/2413 51% [=============================== ] 1245/2413 51% [================================ ] 1246/2413 51% [================================ ] 1247/2413 51% [================================ ] 1248/2413 51% [================================ ] 1249/2413 51% [================================ ] 1250/2413 51% [================================ ] 1251/2413 51% [================================ ] 1252/2413 51% [================================ ] 1253/2413 51% [================================ ] 1254/2413 51% [================================ ] 1255/2413 52% [================================ ] 1256/2413 52% [================================ ] 1257/2413 52% [================================ ] 1258/2413 52% [================================ ] 1259/2413 52% [================================ ] 1260/2413 52% [================================ ] 1261/2413 52% [================================ ] 1262/2413 52% [================================ ] 1263/2413 52% [================================ ] 1264/2413 52% [================================ ] 1265/2413 52% [================================ ] 1266/2413 52% [================================ ] 1267/2413 52% [================================ ] 1268/2413 52% [================================ ] 1269/2413 52% [================================ ] 1270/2413 52% [================================ ] 1271/2413 52% [================================ ] 1272/2413 52% [================================ ] 1273/2413 52% [================================ ] 1274/2413 52% [================================ ] 1275/2413 52% [================================ ] 1276/2413 52% [================================ ] 1277/2413 52% [================================ ] 1278/2413 52% [================================ ] 1279/2413 53% [================================ ] 1280/2413 53% [================================ ] 1281/2413 53% [================================ ] 1282/2413 53% [================================ ] 1283/2413 53% [================================ ] 1284/2413 53% [================================= ] 1285/2413 53% [================================= ] 1286/2413 53% [================================= ] 1287/2413 53% [================================= ] 1288/2413 53% [================================= ] 1289/2413 53% [================================= ] 1290/2413 53% [================================= ] 1291/2413 53% [================================= ] 1292/2413 53% [================================= ] 1293/2413 53% [================================= ] 1294/2413 53% [================================= ] 1295/2413 53% [================================= ] 1296/2413 53% [================================= ] 1297/2413 53% [================================= ] 1298/2413 53% [================================= ] 1299/2413 53% [================================= ] 1300/2413 53% [================================= ] 1301/2413 53% [================================= ] 1302/2413 53% [================================= ] 1303/2413 53% [================================= ] 1304/2413 54% [================================= ] 1305/2413 54% [================================= ] 1306/2413 54% [================================= ] 1307/2413 54% [================================= ] 1308/2413 54% [================================= ] 1309/2413 54% [================================= ] 1310/2413 54% [================================= ] 1311/2413 54% [================================= ] 1312/2413 54% [================================= ] 1313/2413 54% [================================= ] 1314/2413 54% [================================= ] 1315/2413 54% [================================= ] 1316/2413 54% [================================= ] 1317/2413 54% [================================= ] 1318/2413 54% [================================= ] 1319/2413 54% [================================= ] 1320/2413 54% [================================= ] 1321/2413 54% [================================= ] 1322/2413 54% [================================= ] 1323/2413 54% [================================== ] 1324/2413 54% [================================== ] 1325/2413 54% [================================== ] 1326/2413 54% [================================== ] 1327/2413 54% [================================== ] 1328/2413 55% [================================== ] 1329/2413 55% [================================== ] 1330/2413 55% [================================== ] 1331/2413 55% [================================== ] 1332/2413 55% [================================== ] 1333/2413 55% [================================== ] 1334/2413 55% [================================== ] 1335/2413 55% [================================== ] 1336/2413 55% [================================== ] 1337/2413 55% [================================== ] 1338/2413 55% [================================== ] 1339/2413 55% [================================== ] 1340/2413 55% [================================== ] 1341/2413 55% [================================== ] 1342/2413 55% [================================== ] 1343/2413 55% [================================== ] 1344/2413 55% [================================== ] 1345/2413 55% [================================== ] 1346/2413 55% [================================== ] 1347/2413 55% [================================== ] 1348/2413 55% [================================== ] 1349/2413 55% [================================== ] 1350/2413 55% [================================== ] 1351/2413 55% [================================== ] 1352/2413 56% [================================== ] 1353/2413 56% [================================== ] 1354/2413 56% [================================== ] 1355/2413 56% [================================== ] 1356/2413 56% [================================== ] 1357/2413 56% [================================== ] 1358/2413 56% [================================== ] 1359/2413 56% [================================== ] 1360/2413 56% [================================== ] 1361/2413 56% [================================== ] 1362/2413 56% [=================================== ] 1363/2413 56% [=================================== ] 1364/2413 56% [=================================== ] 1365/2413 56% [=================================== ] 1366/2413 56% [=================================== ] 1367/2413 56% [=================================== ] 1368/2413 56% [=================================== ] 1369/2413 56% [=================================== ] 1370/2413 56% [=================================== ] 1371/2413 56% [=================================== ] 1372/2413 56% [=================================== ] 1373/2413 56% [=================================== ] 1374/2413 56% [=================================== ] 1375/2413 56% [=================================== ] 1376/2413 57% [=================================== ] 1377/2413 57% [=================================== ] 1378/2413 57% [=================================== ] 1379/2413 57% [=================================== ] 1380/2413 57% [=================================== ] 1381/2413 57% [=================================== ] 1382/2413 57% [=================================== ] 1383/2413 57% [=================================== ] 1384/2413 57% [=================================== ] 1385/2413 57% [=================================== ] 1386/2413 57% [=================================== ] 1387/2413 57% [=================================== ] 1388/2413 57% [=================================== ] 1389/2413 57% [=================================== ] 1390/2413 57% [=================================== ] 1391/2413 57% [=================================== ] 1392/2413 57% [=================================== ] 1393/2413 57% [=================================== ] 1394/2413 57% [=================================== ] 1395/2413 57% [=================================== ] 1396/2413 57% [=================================== ] 1397/2413 57% [=================================== ] 1398/2413 57% [=================================== ] 1399/2413 57% [=================================== ] 1400/2413 58% [=================================== ] 1401/2413 58% [==================================== ] 1402/2413 58% [==================================== ] 1403/2413 58% [==================================== ] 1404/2413 58% [==================================== ] 1405/2413 58% [==================================== ] 1406/2413 58% [==================================== ] 1407/2413 58% [==================================== ] 1408/2413 58% [==================================== ] 1409/2413 58% [==================================== ] 1410/2413 58% [==================================== ] 1411/2413 58% [==================================== ] 1412/2413 58% [==================================== ] 1413/2413 58% [==================================== ] 1414/2413 58% [==================================== ] 1415/2413 58% [==================================== ] 1416/2413 58% [==================================== ] 1417/2413 58% [==================================== ] 1418/2413 58% [==================================== ] 1419/2413 58% [==================================== ] 1420/2413 58% [==================================== ] 1421/2413 58% [==================================== ] 1422/2413 58% [==================================== ] 1423/2413 58% [==================================== ] 1424/2413 59% [==================================== ] 1425/2413 59% [==================================== ] 1426/2413 59% [==================================== ] 1427/2413 59% [==================================== ] 1428/2413 59% [==================================== ] 1429/2413 59% [==================================== ] 1430/2413 59% [==================================== ] 1431/2413 59% [==================================== ] 1432/2413 59% [==================================== ] 1433/2413 59% [==================================== ] 1434/2413 59% [==================================== ] 1435/2413 59% [==================================== ] 1436/2413 59% [==================================== ] 1437/2413 59% [==================================== ] 1438/2413 59% [==================================== ] 1439/2413 59% [==================================== ] 1440/2413 59% [===================================== ] 1441/2413 59% [===================================== ] 1442/2413 59% [===================================== ] 1443/2413 59% [===================================== ] 1444/2413 59% [===================================== ] 1445/2413 59% [===================================== ] 1446/2413 59% [===================================== ] 1447/2413 59% [===================================== ] 1448/2413 60% [===================================== ] 1449/2413 60% [===================================== ] 1450/2413 60% [===================================== ] 1451/2413 60% [===================================== ] 1452/2413 60% [===================================== ] 1453/2413 60% [===================================== ] 1454/2413 60% [===================================== ] 1455/2413 60% [===================================== ] 1456/2413 60% [===================================== ] 1457/2413 60% [===================================== ] 1458/2413 60% [===================================== ] 1459/2413 60% [===================================== ] 1460/2413 60% [===================================== ] 1461/2413 60% [===================================== ] 1462/2413 60% [===================================== ] 1463/2413 60% [===================================== ] 1464/2413 60% [===================================== ] 1465/2413 60% [===================================== ] 1466/2413 60% [===================================== ] 1467/2413 60% [===================================== ] 1468/2413 60% [===================================== ] 1469/2413 60% [===================================== ] 1470/2413 60% [===================================== ] 1471/2413 60% [===================================== ] 1472/2413 61% [===================================== ] 1473/2413 61% [===================================== ] 1474/2413 61% [===================================== ] 1475/2413 61% [===================================== ] 1476/2413 61% [===================================== ] 1477/2413 61% [===================================== ] 1478/2413 61% [====================================== ] 1479/2413 61% [====================================== ] 1480/2413 61% [====================================== ] 1481/2413 61% [====================================== ] 1482/2413 61% [====================================== ] 1483/2413 61% [====================================== ] 1484/2413 61% [====================================== ] 1485/2413 61% [====================================== ] 1486/2413 61% [====================================== ] 1487/2413 61% [====================================== ] 1488/2413 61% [====================================== ] 1489/2413 61% [====================================== ] 1490/2413 61% [====================================== ] 1491/2413 61% [====================================== ] 1492/2413 61% [====================================== ] 1493/2413 61% [====================================== ] 1494/2413 61% [====================================== ] 1495/2413 61% [====================================== ] 1496/2413 61% [====================================== ] 1497/2413 62% [====================================== ] 1498/2413 62% [====================================== ] 1499/2413 62% [====================================== ] 1500/2413 62% [====================================== ] 1501/2413 62% [====================================== ] 1502/2413 62% [====================================== ] 1503/2413 62% [====================================== ] 1504/2413 62% [====================================== ] 1505/2413 62% [====================================== ] 1506/2413 62% [====================================== ] 1507/2413 62% [====================================== ] 1508/2413 62% [====================================== ] 1509/2413 62% [====================================== ] 1510/2413 62% [====================================== ] 1511/2413 62% [====================================== ] 1512/2413 62% [====================================== ] 1513/2413 62% [====================================== ] 1514/2413 62% [====================================== ] 1515/2413 62% [====================================== ] 1516/2413 62% [====================================== ] 1517/2413 62% [======================================= ] 1518/2413 62% [======================================= ] 1519/2413 62% [======================================= ] 1520/2413 62% [======================================= ] 1521/2413 63% [======================================= ] 1522/2413 63% [======================================= ] 1523/2413 63% [======================================= ] 1524/2413 63% [======================================= ] 1525/2413 63% [======================================= ] 1526/2413 63% [======================================= ] 1527/2413 63% [======================================= ] 1528/2413 63% [======================================= ] 1529/2413 63% [======================================= ] 1530/2413 63% [======================================= ] 1531/2413 63% [======================================= ] 1532/2413 63% [======================================= ] 1533/2413 63% [======================================= ] 1534/2413 63% [======================================= ] 1535/2413 63% [======================================= ] 1536/2413 63% [======================================= ] 1537/2413 63% [======================================= ] 1538/2413 63% [======================================= ] 1539/2413 63% [======================================= ] 1540/2413 63% [======================================= ] 1541/2413 63% [======================================= ] 1542/2413 63% [======================================= ] 1543/2413 63% [======================================= ] 1544/2413 63% [======================================= ] 1545/2413 64% [======================================= ] 1546/2413 64% [======================================= ] 1547/2413 64% [======================================= ] 1548/2413 64% [======================================= ] 1549/2413 64% [======================================= ] 1550/2413 64% [======================================= ] 1551/2413 64% [======================================= ] 1552/2413 64% [======================================= ] 1553/2413 64% [======================================= ] 1554/2413 64% [======================================= ] 1555/2413 64% [======================================= ] 1556/2413 64% [======================================== ] 1557/2413 64% [======================================== ] 1558/2413 64% [======================================== ] 1559/2413 64% [======================================== ] 1560/2413 64% [======================================== ] 1561/2413 64% [======================================== ] 1562/2413 64% [======================================== ] 1563/2413 64% [======================================== ] 1564/2413 64% [======================================== ] 1565/2413 64% [======================================== ] 1566/2413 64% [======================================== ] 1567/2413 64% [======================================== ] 1568/2413 64% [======================================== ] 1569/2413 65% [======================================== ] 1570/2413 65% [======================================== ] 1571/2413 65% [======================================== ] 1572/2413 65% [======================================== ] 1573/2413 65% [======================================== ] 1574/2413 65% [======================================== ] 1575/2413 65% [======================================== ] 1576/2413 65% [======================================== ] 1577/2413 65% [======================================== ] 1578/2413 65% [======================================== ] 1579/2413 65% [======================================== ] 1580/2413 65% [======================================== ] 1581/2413 65% [======================================== ] 1582/2413 65% [======================================== ] 1583/2413 65% [======================================== ] 1584/2413 65% [======================================== ] 1585/2413 65% [======================================== ] 1586/2413 65% [======================================== ] 1587/2413 65% [======================================== ] 1588/2413 65% [======================================== ] 1589/2413 65% [======================================== ] 1590/2413 65% [======================================== ] 1591/2413 65% [======================================== ] 1592/2413 65% [======================================== ] 1593/2413 66% [======================================== ] 1594/2413 66% [======================================== ] 1595/2413 66% [========================================= ] 1596/2413 66% [========================================= ] 1597/2413 66% [========================================= ] 1598/2413 66% [========================================= ] 1599/2413 66% [========================================= ] 1600/2413 66% [========================================= ] 1601/2413 66% [========================================= ] 1602/2413 66% [========================================= ] 1603/2413 66% [========================================= ] 1604/2413 66% [========================================= ] 1605/2413 66% [========================================= ] 1606/2413 66% [========================================= ] 1607/2413 66% [========================================= ] 1608/2413 66% [========================================= ] 1609/2413 66% [========================================= ] 1610/2413 66% [========================================= ] 1611/2413 66% [========================================= ] 1612/2413 66% [========================================= ] 1613/2413 66% [========================================= ] 1614/2413 66% [========================================= ] 1615/2413 66% [========================================= ] 1616/2413 66% [========================================= ] 1617/2413 67% [========================================= ] 1618/2413 67% [========================================= ] 1619/2413 67% [========================================= ] 1620/2413 67% [========================================= ] 1621/2413 67% [========================================= ] 1622/2413 67% [========================================= ] 1623/2413 67% [========================================= ] 1624/2413 67% [========================================= ] 1625/2413 67% [========================================= ] 1626/2413 67% [========================================= ] 1627/2413 67% [========================================= ] 1628/2413 67% [========================================= ] 1629/2413 67% [========================================= ] 1630/2413 67% [========================================= ] 1631/2413 67% [========================================= ] 1632/2413 67% [========================================= ] 1633/2413 67% [========================================= ] 1634/2413 67% [========================================== ] 1635/2413 67% [========================================== ] 1636/2413 67% [========================================== ] 1637/2413 67% [========================================== ] 1638/2413 67% [========================================== ] 1639/2413 67% [========================================== ] 1640/2413 67% [========================================== ] 1641/2413 68% [========================================== ] 1642/2413 68% [========================================== ] 1643/2413 68% [========================================== ] 1644/2413 68% [========================================== ] 1645/2413 68% [========================================== ] 1646/2413 68% [========================================== ] 1647/2413 68% [========================================== ] 1648/2413 68% [========================================== ] 1649/2413 68% [========================================== ] 1650/2413 68% [========================================== ] 1651/2413 68% [========================================== ] 1652/2413 68% [========================================== ] 1653/2413 68% [========================================== ] 1654/2413 68% [========================================== ] 1655/2413 68% [========================================== ] 1656/2413 68% [========================================== ] 1657/2413 68% [========================================== ] 1658/2413 68% [========================================== ] 1659/2413 68% [========================================== ] 1660/2413 68% [========================================== ] 1661/2413 68% [========================================== ] 1662/2413 68% [========================================== ] 1663/2413 68% [========================================== ] 1664/2413 68% [========================================== ] 1665/2413 69% [========================================== ] 1666/2413 69% [========================================== ] 1667/2413 69% [========================================== ] 1668/2413 69% [========================================== ] 1669/2413 69% [========================================== ] 1670/2413 69% [========================================== ] 1671/2413 69% [========================================== ] 1672/2413 69% [========================================== ] 1673/2413 69% [=========================================== ] 1674/2413 69% [=========================================== ] 1675/2413 69% [=========================================== ] 1676/2413 69% [=========================================== ] 1677/2413 69% [=========================================== ] 1678/2413 69% [=========================================== ] 1679/2413 69% [=========================================== ] 1680/2413 69% [=========================================== ] 1681/2413 69% [=========================================== ] 1682/2413 69% [=========================================== ] 1683/2413 69% [=========================================== ] 1684/2413 69% [=========================================== ] 1685/2413 69% [=========================================== ] 1686/2413 69% [=========================================== ] 1687/2413 69% [=========================================== ] 1688/2413 69% [=========================================== ] 1689/2413 69% [=========================================== ] 1690/2413 70% [=========================================== ] 1691/2413 70% [=========================================== ] 1692/2413 70% [=========================================== ] 1693/2413 70% [=========================================== ] 1694/2413 70% [=========================================== ] 1695/2413 70% [=========================================== ] 1696/2413 70% [=========================================== ] 1697/2413 70% [=========================================== ] 1698/2413 70% [=========================================== ] 1699/2413 70% [=========================================== ] 1700/2413 70% [=========================================== ] 1701/2413 70% [=========================================== ] 1702/2413 70% [=========================================== ] 1703/2413 70% [=========================================== ] 1704/2413 70% [=========================================== ] 1705/2413 70% [=========================================== ] 1706/2413 70% [=========================================== ] 1707/2413 70% [=========================================== ] 1708/2413 70% [=========================================== ] 1709/2413 70% [=========================================== ] 1710/2413 70% [=========================================== ] 1711/2413 70% [=========================================== ] 1712/2413 70% [============================================ ] 1713/2413 70% [============================================ ] 1714/2413 71% [============================================ ] 1715/2413 71% [============================================ ] 1716/2413 71% [============================================ ] 1717/2413 71% [============================================ ] 1718/2413 71% [============================================ ] 1719/2413 71% [============================================ ] 1720/2413 71% [============================================ ] 1721/2413 71% [============================================ ] 1722/2413 71% [============================================ ] 1723/2413 71% [============================================ ] 1724/2413 71% [============================================ ] 1725/2413 71% [============================================ ] 1726/2413 71% [============================================ ] 1727/2413 71% [============================================ ] 1728/2413 71% [============================================ ] 1729/2413 71% [============================================ ] 1730/2413 71% [============================================ ] 1731/2413 71% [============================================ ] 1732/2413 71% [============================================ ] 1733/2413 71% [============================================ ] 1734/2413 71% [============================================ ] 1735/2413 71% [============================================ ] 1736/2413 71% [============================================ ] 1737/2413 71% [============================================ ] 1738/2413 72% [============================================ ] 1739/2413 72% [============================================ ] 1740/2413 72% [============================================ ] 1741/2413 72% [============================================ ] 1742/2413 72% [============================================ ] 1743/2413 72% [============================================ ] 1744/2413 72% [============================================ ] 1745/2413 72% [============================================ ] 1746/2413 72% [============================================ ] 1747/2413 72% [============================================ ] 1748/2413 72% [============================================ ] 1749/2413 72% [============================================ ] 1750/2413 72% [============================================ ] 1751/2413 72% [============================================= ] 1752/2413 72% [============================================= ] 1753/2413 72% [============================================= ] 1754/2413 72% [============================================= ] 1755/2413 72% [============================================= ] 1756/2413 72% [============================================= ] 1757/2413 72% [============================================= ] 1758/2413 72% [============================================= ] 1759/2413 72% [============================================= ] 1760/2413 72% [============================================= ] 1761/2413 72% [============================================= ] 1762/2413 73% [============================================= ] 1763/2413 73% [============================================= ] 1764/2413 73% [============================================= ] 1765/2413 73% [============================================= ] 1766/2413 73% [============================================= ] 1767/2413 73% [============================================= ] 1768/2413 73% [============================================= ] 1769/2413 73% [============================================= ] 1770/2413 73% [============================================= ] 1771/2413 73% [============================================= ] 1772/2413 73% [============================================= ] 1773/2413 73% [============================================= ] 1774/2413 73% [============================================= ] 1775/2413 73% [============================================= ] 1776/2413 73% [============================================= ] 1777/2413 73% [============================================= ] 1778/2413 73% [============================================= ] 1779/2413 73% [============================================= ] 1780/2413 73% [============================================= ] 1781/2413 73% [============================================= ] 1782/2413 73% [============================================= ] 1783/2413 73% [============================================= ] 1784/2413 73% [============================================= ] 1785/2413 73% [============================================= ] 1786/2413 74% [============================================= ] 1787/2413 74% [============================================= ] 1788/2413 74% [============================================= ] 1789/2413 74% [============================================= ] 1790/2413 74% [============================================== ] 1791/2413 74% [============================================== ] 1792/2413 74% [============================================== ] 1793/2413 74% [============================================== ] 1794/2413 74% [============================================== ] 1795/2413 74% [============================================== ] 1796/2413 74% [============================================== ] 1797/2413 74% [============================================== ] 1798/2413 74% [============================================== ] 1799/2413 74% [============================================== ] 1800/2413 74% [============================================== ] 1801/2413 74% [============================================== ] 1802/2413 74% [============================================== ] 1803/2413 74% [============================================== ] 1804/2413 74% [============================================== ] 1805/2413 74% [============================================== ] 1806/2413 74% [============================================== ] 1807/2413 74% [============================================== ] 1808/2413 74% [============================================== ] 1809/2413 74% [============================================== ] 1810/2413 75% [============================================== ] 1811/2413 75% [============================================== ] 1812/2413 75% [============================================== ] 1813/2413 75% [============================================== ] 1814/2413 75% [============================================== ] 1815/2413 75% [============================================== ] 1816/2413 75% [============================================== ] 1817/2413 75% [============================================== ] 1818/2413 75% [============================================== ] 1819/2413 75% [============================================== ] 1820/2413 75% [============================================== ] 1821/2413 75% [============================================== ] 1822/2413 75% [============================================== ] 1823/2413 75% [============================================== ] 1824/2413 75% [============================================== ] 1825/2413 75% [============================================== ] 1826/2413 75% [============================================== ] 1827/2413 75% [============================================== ] 1828/2413 75% [============================================== ] 1829/2413 75% [=============================================== ] 1830/2413 75% [=============================================== ] 1831/2413 75% [=============================================== ] 1832/2413 75% [=============================================== ] 1833/2413 75% [=============================================== ] 1834/2413 76% [=============================================== ] 1835/2413 76% [=============================================== ] 1836/2413 76% [=============================================== ] 1837/2413 76% [=============================================== ] 1838/2413 76% [=============================================== ] 1839/2413 76% [=============================================== ] 1840/2413 76% [=============================================== ] 1841/2413 76% [=============================================== ] 1842/2413 76% [=============================================== ] 1843/2413 76% [=============================================== ] 1844/2413 76% [=============================================== ] 1845/2413 76% [=============================================== ] 1846/2413 76% [=============================================== ] 1847/2413 76% [=============================================== ] 1848/2413 76% [=============================================== ] 1849/2413 76% [=============================================== ] 1850/2413 76% [=============================================== ] 1851/2413 76% [=============================================== ] 1852/2413 76% [=============================================== ] 1853/2413 76% [=============================================== ] 1854/2413 76% [=============================================== ] 1855/2413 76% [=============================================== ] 1856/2413 76% [=============================================== ] 1857/2413 76% [=============================================== ] 1858/2413 76% [=============================================== ] 1859/2413 77% [=============================================== ] 1860/2413 77% [=============================================== ] 1861/2413 77% [=============================================== ] 1862/2413 77% [=============================================== ] 1863/2413 77% [=============================================== ] 1864/2413 77% [=============================================== ] 1865/2413 77% [=============================================== ] 1866/2413 77% [=============================================== ] 1867/2413 77% [=============================================== ] 1868/2413 77% [================================================ ] 1869/2413 77% [================================================ ] 1870/2413 77% [================================================ ] 1871/2413 77% [================================================ ] 1872/2413 77% [================================================ ] 1873/2413 77% [================================================ ] 1874/2413 77% [================================================ ] 1875/2413 77% [================================================ ] 1876/2413 77% [================================================ ] 1877/2413 77% [================================================ ] 1878/2413 77% [================================================ ] 1879/2413 77% [================================================ ] 1880/2413 77% [================================================ ] 1881/2413 77% [================================================ ] 1882/2413 77% [================================================ ] 1883/2413 78% [================================================ ] 1884/2413 78% [================================================ ] 1885/2413 78% [================================================ ] 1886/2413 78% [================================================ ] 1887/2413 78% [================================================ ] 1888/2413 78% [================================================ ] 1889/2413 78% [================================================ ] 1890/2413 78% [================================================ ] 1891/2413 78% [================================================ ] 1892/2413 78% [================================================ ] 1893/2413 78% [================================================ ] 1894/2413 78% [================================================ ] 1895/2413 78% [================================================ ] 1896/2413 78% [================================================ ] 1897/2413 78% [================================================ ] 1898/2413 78% [================================================ ] 1899/2413 78% [================================================ ] 1900/2413 78% [================================================ ] 1901/2413 78% [================================================ ] 1902/2413 78% [================================================ ] 1903/2413 78% [================================================ ] 1904/2413 78% [================================================ ] 1905/2413 78% [================================================ ] 1906/2413 78% [================================================ ] 1907/2413 79% [================================================= ] 1908/2413 79% [================================================= ] 1909/2413 79% [================================================= ] 1910/2413 79% [================================================= ] 1911/2413 79% [================================================= ] 1912/2413 79% [================================================= ] 1913/2413 79% [================================================= ] 1914/2413 79% [================================================= ] 1915/2413 79% [================================================= ] 1916/2413 79% [================================================= ] 1917/2413 79% [================================================= ] 1918/2413 79% [================================================= ] 1919/2413 79% [================================================= ] 1920/2413 79% [================================================= ] 1921/2413 79% [================================================= ] 1922/2413 79% [================================================= ] 1923/2413 79% [================================================= ] 1924/2413 79% [================================================= ] 1925/2413 79% [================================================= ] 1926/2413 79% [================================================= ] 1927/2413 79% [================================================= ] 1928/2413 79% [================================================= ] 1929/2413 79% [================================================= ] 1930/2413 79% [================================================= ] 1931/2413 80% [================================================= ] 1932/2413 80% [================================================= ] 1933/2413 80% [================================================= ] 1934/2413 80% [================================================= ] 1935/2413 80% [================================================= ] 1936/2413 80% [================================================= ] 1937/2413 80% [================================================= ] 1938/2413 80% [================================================= ] 1939/2413 80% [================================================= ] 1940/2413 80% [================================================= ] 1941/2413 80% [================================================= ] 1942/2413 80% [================================================= ] 1943/2413 80% [================================================= ] 1944/2413 80% [================================================= ] 1945/2413 80% [================================================== ] 1946/2413 80% [================================================== ] 1947/2413 80% [================================================== ] 1948/2413 80% [================================================== ] 1949/2413 80% [================================================== ] 1950/2413 80% [================================================== ] 1951/2413 80% [================================================== ] 1952/2413 80% [================================================== ] 1953/2413 80% [================================================== ] 1954/2413 80% [================================================== ] 1955/2413 81% [================================================== ] 1956/2413 81% [================================================== ] 1957/2413 81% [================================================== ] 1958/2413 81% [================================================== ] 1959/2413 81% [================================================== ] 1960/2413 81% [================================================== ] 1961/2413 81% [================================================== ] 1962/2413 81% [================================================== ] 1963/2413 81% [================================================== ] 1964/2413 81% [================================================== ] 1965/2413 81% [================================================== ] 1966/2413 81% [================================================== ] 1967/2413 81% [================================================== ] 1968/2413 81% [================================================== ] 1969/2413 81% [================================================== ] 1970/2413 81% [================================================== ] 1971/2413 81% [================================================== ] 1972/2413 81% [================================================== ] 1973/2413 81% [================================================== ] 1974/2413 81% [================================================== ] 1975/2413 81% [================================================== ] 1976/2413 81% [================================================== ] 1977/2413 81% [================================================== ] 1978/2413 81% [================================================== ] 1979/2413 82% [================================================== ] 1980/2413 82% [================================================== ] 1981/2413 82% [================================================== ] 1982/2413 82% [================================================== ] 1983/2413 82% [================================================== ] 1984/2413 82% [=================================================== ] 1985/2413 82% [=================================================== ] 1986/2413 82% [=================================================== ] 1987/2413 82% [=================================================== ] 1988/2413 82% [=================================================== ] 1989/2413 82% [=================================================== ] 1990/2413 82% [=================================================== ] 1991/2413 82% [=================================================== ] 1992/2413 82% [=================================================== ] 1993/2413 82% [=================================================== ] 1994/2413 82% [=================================================== ] 1995/2413 82% [=================================================== ] 1996/2413 82% [=================================================== ] 1997/2413 82% [=================================================== ] 1998/2413 82% [=================================================== ] 1999/2413 82% [=================================================== ] 2000/2413 82% [=================================================== ] 2001/2413 82% [=================================================== ] 2002/2413 82% [=================================================== ] 2003/2413 83% [=================================================== ] 2004/2413 83% [=================================================== ] 2005/2413 83% [=================================================== ] 2006/2413 83% [=================================================== ] 2007/2413 83% [=================================================== ] 2008/2413 83% [=================================================== ] 2009/2413 83% [=================================================== ] 2010/2413 83% [=================================================== ] 2011/2413 83% [=================================================== ] 2012/2413 83% [=================================================== ] 2013/2413 83% [=================================================== ] 2014/2413 83% [=================================================== ] 2015/2413 83% [=================================================== ] 2016/2413 83% [=================================================== ] 2017/2413 83% [=================================================== ] 2018/2413 83% [=================================================== ] 2019/2413 83% [=================================================== ] 2020/2413 83% [=================================================== ] 2021/2413 83% [=================================================== ] 2022/2413 83% [=================================================== ] 2023/2413 83% [==================================================== ] 2024/2413 83% [==================================================== ] 2025/2413 83% [==================================================== ] 2026/2413 83% [==================================================== ] 2027/2413 84% [==================================================== ] 2028/2413 84% [==================================================== ] 2029/2413 84% [==================================================== ] 2030/2413 84% [==================================================== ] 2031/2413 84% [==================================================== ] 2032/2413 84% [==================================================== ] 2033/2413 84% [==================================================== ] 2034/2413 84% [==================================================== ] 2035/2413 84% [==================================================== ] 2036/2413 84% [==================================================== ] 2037/2413 84% [==================================================== ] 2038/2413 84% [==================================================== ] 2039/2413 84% [==================================================== ] 2040/2413 84% [==================================================== ] 2041/2413 84% [==================================================== ] 2042/2413 84% [==================================================== ] 2043/2413 84% [==================================================== ] 2044/2413 84% [==================================================== ] 2045/2413 84% [==================================================== ] 2046/2413 84% [==================================================== ] 2047/2413 84% [==================================================== ] 2048/2413 84% [==================================================== ] 2049/2413 84% [==================================================== ] 2050/2413 84% [==================================================== ] 2051/2413 84% [==================================================== ] 2052/2413 85% [==================================================== ] 2053/2413 85% [==================================================== ] 2054/2413 85% [==================================================== ] 2055/2413 85% [==================================================== ] 2056/2413 85% [==================================================== ] 2057/2413 85% [==================================================== ] 2058/2413 85% [==================================================== ] 2059/2413 85% [==================================================== ] 2060/2413 85% [==================================================== ] 2061/2413 85% [==================================================== ] 2062/2413 85% [===================================================== ] 2063/2413 85% [===================================================== ] 2064/2413 85% [===================================================== ] 2065/2413 85% [===================================================== ] 2066/2413 85% [===================================================== ] 2067/2413 85% [===================================================== ] 2068/2413 85% [===================================================== ] 2069/2413 85% [===================================================== ] 2070/2413 85% [===================================================== ] 2071/2413 85% [===================================================== ] 2072/2413 85% [===================================================== ] 2073/2413 85% [===================================================== ] 2074/2413 85% [===================================================== ] 2075/2413 85% [===================================================== ] 2076/2413 86% [===================================================== ] 2077/2413 86% [===================================================== ] 2078/2413 86% [===================================================== ] 2079/2413 86% [===================================================== ] 2080/2413 86% [===================================================== ] 2081/2413 86% [===================================================== ] 2082/2413 86% [===================================================== ] 2083/2413 86% [===================================================== ] 2084/2413 86% [===================================================== ] 2085/2413 86% [===================================================== ] 2086/2413 86% [===================================================== ] 2087/2413 86% [===================================================== ] 2088/2413 86% [===================================================== ] 2089/2413 86% [===================================================== ] 2090/2413 86% [===================================================== ] 2091/2413 86% [===================================================== ] 2092/2413 86% [===================================================== ] 2093/2413 86% [===================================================== ] 2094/2413 86% [===================================================== ] 2095/2413 86% [===================================================== ] 2096/2413 86% [===================================================== ] 2097/2413 86% [===================================================== ] 2098/2413 86% [===================================================== ] 2099/2413 86% [===================================================== ] 2100/2413 87% [===================================================== ] 2101/2413 87% [====================================================== ] 2102/2413 87% [====================================================== ] 2103/2413 87% [====================================================== ] 2104/2413 87% [====================================================== ] 2105/2413 87% [====================================================== ] 2106/2413 87% [====================================================== ] 2107/2413 87% [====================================================== ] 2108/2413 87% [====================================================== ] 2109/2413 87% [====================================================== ] 2110/2413 87% [====================================================== ] 2111/2413 87% [====================================================== ] 2112/2413 87% [====================================================== ] 2113/2413 87% [====================================================== ] 2114/2413 87% [====================================================== ] 2115/2413 87% [====================================================== ] 2116/2413 87% [====================================================== ] 2117/2413 87% [====================================================== ] 2118/2413 87% [====================================================== ] 2119/2413 87% [====================================================== ] 2120/2413 87% [====================================================== ] 2121/2413 87% [====================================================== ] 2122/2413 87% [====================================================== ] 2123/2413 87% [====================================================== ] 2124/2413 88% [====================================================== ] 2125/2413 88% [====================================================== ] 2126/2413 88% [====================================================== ] 2127/2413 88% [====================================================== ] 2128/2413 88% [====================================================== ] 2129/2413 88% [====================================================== ] 2130/2413 88% [====================================================== ] 2131/2413 88% [====================================================== ] 2132/2413 88% [====================================================== ] 2133/2413 88% [====================================================== ] 2134/2413 88% [====================================================== ] 2135/2413 88% [====================================================== ] 2136/2413 88% [====================================================== ] 2137/2413 88% [====================================================== ] 2138/2413 88% [====================================================== ] 2139/2413 88% [====================================================== ] 2140/2413 88% [======================================================= ] 2141/2413 88% [======================================================= ] 2142/2413 88% [======================================================= ] 2143/2413 88% [======================================================= ] 2144/2413 88% [======================================================= ] 2145/2413 88% [======================================================= ] 2146/2413 88% [======================================================= ] 2147/2413 88% [======================================================= ] 2148/2413 89% [======================================================= ] 2149/2413 89% [======================================================= ] 2150/2413 89% [======================================================= ] 2151/2413 89% [======================================================= ] 2152/2413 89% [======================================================= ] 2153/2413 89% [======================================================= ] 2154/2413 89% [======================================================= ] 2155/2413 89% [======================================================= ] 2156/2413 89% [======================================================= ] 2157/2413 89% [======================================================= ] 2158/2413 89% [======================================================= ] 2159/2413 89% [======================================================= ] 2160/2413 89% [======================================================= ] 2161/2413 89% [======================================================= ] 2162/2413 89% [======================================================= ] 2163/2413 89% [======================================================= ] 2164/2413 89% [======================================================= ] 2165/2413 89% [======================================================= ] 2166/2413 89% [======================================================= ] 2167/2413 89% [======================================================= ] 2168/2413 89% [======================================================= ] 2169/2413 89% [======================================================= ] 2170/2413 89% [======================================================= ] 2171/2413 89% [======================================================= ] 2172/2413 90% [======================================================= ] 2173/2413 90% [======================================================= ] 2174/2413 90% [======================================================= ] 2175/2413 90% [======================================================= ] 2176/2413 90% [======================================================= ] 2177/2413 90% [======================================================= ] 2178/2413 90% [======================================================= ] 2179/2413 90% [======================================================== ] 2180/2413 90% [======================================================== ] 2181/2413 90% [======================================================== ] 2182/2413 90% [======================================================== ] 2183/2413 90% [======================================================== ] 2184/2413 90% [======================================================== ] 2185/2413 90% [======================================================== ] 2186/2413 90% [======================================================== ] 2187/2413 90% [======================================================== ] 2188/2413 90% [======================================================== ] 2189/2413 90% [======================================================== ] 2190/2413 90% [======================================================== ] 2191/2413 90% [======================================================== ] 2192/2413 90% [======================================================== ] 2193/2413 90% [======================================================== ] 2194/2413 90% [======================================================== ] 2195/2413 90% [======================================================== ] 2196/2413 91% [======================================================== ] 2197/2413 91% [======================================================== ] 2198/2413 91% [======================================================== ] 2199/2413 91% [======================================================== ] 2200/2413 91% [======================================================== ] 2201/2413 91% [======================================================== ] 2202/2413 91% [======================================================== ] 2203/2413 91% [======================================================== ] 2204/2413 91% [======================================================== ] 2205/2413 91% [======================================================== ] 2206/2413 91% [======================================================== ] 2207/2413 91% [======================================================== ] 2208/2413 91% [======================================================== ] 2209/2413 91% [======================================================== ] 2210/2413 91% [======================================================== ] 2211/2413 91% [======================================================== ] 2212/2413 91% [======================================================== ] 2213/2413 91% [======================================================== ] 2214/2413 91% [======================================================== ] 2215/2413 91% [======================================================== ] 2216/2413 91% [======================================================== ] 2217/2413 91% [======================================================== ] 2218/2413 91% [========================================================= ] 2219/2413 91% [========================================================= ] 2220/2413 92% [========================================================= ] 2221/2413 92% [========================================================= ] 2222/2413 92% [========================================================= ] 2223/2413 92% [========================================================= ] 2224/2413 92% [========================================================= ] 2225/2413 92% [========================================================= ] 2226/2413 92% [========================================================= ] 2227/2413 92% [========================================================= ] 2228/2413 92% [========================================================= ] 2229/2413 92% [========================================================= ] 2230/2413 92% [========================================================= ] 2231/2413 92% [========================================================= ] 2232/2413 92% [========================================================= ] 2233/2413 92% [========================================================= ] 2234/2413 92% [========================================================= ] 2235/2413 92% [========================================================= ] 2236/2413 92% [========================================================= ] 2237/2413 92% [========================================================= ] 2238/2413 92% [========================================================= ] 2239/2413 92% [========================================================= ] 2240/2413 92% [========================================================= ] 2241/2413 92% [========================================================= ] 2242/2413 92% [========================================================= ] 2243/2413 92% [========================================================= ] 2244/2413 92% [========================================================= ] 2245/2413 93% [========================================================= ] 2246/2413 93% [========================================================= ] 2247/2413 93% [========================================================= ] 2248/2413 93% [========================================================= ] 2249/2413 93% [========================================================= ] 2250/2413 93% [========================================================= ] 2251/2413 93% [========================================================= ] 2252/2413 93% [========================================================= ] 2253/2413 93% [========================================================= ] 2254/2413 93% [========================================================= ] 2255/2413 93% [========================================================= ] 2256/2413 93% [========================================================= ] 2257/2413 93% [========================================================== ] 2258/2413 93% [========================================================== ] 2259/2413 93% [========================================================== ] 2260/2413 93% [========================================================== ] 2261/2413 93% [========================================================== ] 2262/2413 93% [========================================================== ] 2263/2413 93% [========================================================== ] 2264/2413 93% [========================================================== ] 2265/2413 93% [========================================================== ] 2266/2413 93% [========================================================== ] 2267/2413 93% [========================================================== ] 2268/2413 93% [========================================================== ] 2269/2413 94% [========================================================== ] 2270/2413 94% [========================================================== ] 2271/2413 94% [========================================================== ] 2272/2413 94% [========================================================== ] 2273/2413 94% [========================================================== ] 2274/2413 94% [========================================================== ] 2275/2413 94% [========================================================== ] 2276/2413 94% [========================================================== ] 2277/2413 94% [========================================================== ] 2278/2413 94% [========================================================== ] 2279/2413 94% [========================================================== ] 2280/2413 94% [========================================================== ] 2281/2413 94% [========================================================== ] 2282/2413 94% [========================================================== ] 2283/2413 94% [========================================================== ] 2284/2413 94% [========================================================== ] 2285/2413 94% [========================================================== ] 2286/2413 94% [========================================================== ] 2287/2413 94% [========================================================== ] 2288/2413 94% [========================================================== ] 2289/2413 94% [========================================================== ] 2290/2413 94% [========================================================== ] 2291/2413 94% [========================================================== ] 2292/2413 94% [========================================================== ] 2293/2413 95% [========================================================== ] 2294/2413 95% [========================================================== ] 2295/2413 95% [========================================================== ] 2296/2413 95% [=========================================================== ] 2297/2413 95% [=========================================================== ] 2298/2413 95% [=========================================================== ] 2299/2413 95% [=========================================================== ] 2300/2413 95% [=========================================================== ] 2301/2413 95% [=========================================================== ] 2302/2413 95% [=========================================================== ] 2303/2413 95% [=========================================================== ] 2304/2413 95% [=========================================================== ] 2305/2413 95% [=========================================================== ] 2306/2413 95% [=========================================================== ] 2307/2413 95% [=========================================================== ] 2308/2413 95% [=========================================================== ] 2309/2413 95% [=========================================================== ] 2310/2413 95% [=========================================================== ] 2311/2413 95% [=========================================================== ] 2312/2413 95% [=========================================================== ] 2313/2413 95% [=========================================================== ] 2314/2413 95% [=========================================================== ] 2315/2413 95% [=========================================================== ] 2316/2413 95% [=========================================================== ] 2317/2413 96% [=========================================================== ] 2318/2413 96% [=========================================================== ] 2319/2413 96% [=========================================================== ] 2320/2413 96% [=========================================================== ] 2321/2413 96% [=========================================================== ] 2322/2413 96% [=========================================================== ] 2323/2413 96% [=========================================================== ] 2324/2413 96% [=========================================================== ] 2325/2413 96% [=========================================================== ] 2326/2413 96% [=========================================================== ] 2327/2413 96% [=========================================================== ] 2328/2413 96% [=========================================================== ] 2329/2413 96% [=========================================================== ] 2330/2413 96% [=========================================================== ] 2331/2413 96% [=========================================================== ] 2332/2413 96% [=========================================================== ] 2333/2413 96% [=========================================================== ] 2334/2413 96% [=========================================================== ] 2335/2413 96% [============================================================ ] 2336/2413 96% [============================================================ ] 2337/2413 96% [============================================================ ] 2338/2413 96% [============================================================ ] 2339/2413 96% [============================================================ ] 2340/2413 96% [============================================================ ] 2341/2413 97% [============================================================ ] 2342/2413 97% [============================================================ ] 2343/2413 97% [============================================================ ] 2344/2413 97% [============================================================ ] 2345/2413 97% [============================================================ ] 2346/2413 97% [============================================================ ] 2347/2413 97% [============================================================ ] 2348/2413 97% [============================================================ ] 2349/2413 97% [============================================================ ] 2350/2413 97% [============================================================ ] 2351/2413 97% [============================================================ ] 2352/2413 97% [============================================================ ] 2353/2413 97% [============================================================ ] 2354/2413 97% [============================================================ ] 2355/2413 97% [============================================================ ] 2356/2413 97% [============================================================ ] 2357/2413 97% [============================================================ ] 2358/2413 97% [============================================================ ] 2359/2413 97% [============================================================ ] 2360/2413 97% [============================================================ ] 2361/2413 97% [============================================================ ] 2362/2413 97% [============================================================ ] 2363/2413 97% [============================================================ ] 2364/2413 97% [============================================================ ] 2365/2413 98% [============================================================ ] 2366/2413 98% [============================================================ ] 2367/2413 98% [============================================================ ] 2368/2413 98% [============================================================ ] 2369/2413 98% [============================================================ ] 2370/2413 98% [============================================================ ] 2371/2413 98% [============================================================ ] 2372/2413 98% [============================================================ ] 2373/2413 98% [============================================================ ] 2374/2413 98% [============================================================= ] 2375/2413 98% [============================================================= ] 2376/2413 98% [============================================================= ] 2377/2413 98% [============================================================= ] 2378/2413 98% [============================================================= ] 2379/2413 98% [============================================================= ] 2380/2413 98% [============================================================= ] 2381/2413 98% [============================================================= ] 2382/2413 98% [============================================================= ] 2383/2413 98% [============================================================= ] 2384/2413 98% [============================================================= ] 2385/2413 98% [============================================================= ] 2386/2413 98% [============================================================= ] 2387/2413 98% [============================================================= ] 2388/2413 98% [============================================================= ] 2389/2413 99% [============================================================= ] 2390/2413 99% [============================================================= ] 2391/2413 99% [============================================================= ] 2392/2413 99% [============================================================= ] 2393/2413 99% [============================================================= ] 2394/2413 99% [============================================================= ] 2395/2413 99% [============================================================= ] 2396/2413 99% [============================================================= ] 2397/2413 99% [============================================================= ] 2398/2413 99% [============================================================= ] 2399/2413 99% [============================================================= ] 2400/2413 99% [============================================================= ] 2401/2413 99% [============================================================= ] 2402/2413 99% [============================================================= ] 2403/2413 99% [============================================================= ] 2404/2413 99% [============================================================= ] 2405/2413 99% [============================================================= ] 2406/2413 99% [============================================================= ] 2407/2413 99% [============================================================= ] 2408/2413 99% [============================================================= ] 2409/2413 99% [============================================================= ] 2410/2413 99% [============================================================= ] 2411/2413 99% [============================================================= ] 2412/2413 99% [==============================================================] 2413/2413 100% operation complete, 2413 objects in 79892 NAND pages. ln -snf /home/buildroot/autobuild/instance-1/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot /home/buildroot/autobuild/instance-1/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-1/buildroot' >>> Buildroot 2021.05-6109-g3068edf19d3 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external-bootlin 2021.11-1 Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> host-aespipe 2.4f Collecting legal info >>> alsa-lib 1.2.6.1 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-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> toolchain Collecting legal info >>> toolchain-external Collecting legal info >>> host-android-tools 4.2.2+git20130218 Collecting legal info debian/copyright: OK (sha256: 170c5939bf8c8eed1db8f66f2d6155e8c1a3e799e390b55e7aad253195b1ebf5) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> armbian-firmware 5d685ad233b4dfd03a4d025fa0061f6b0f850cb3 Collecting legal info >>> atftp 0.7.5 Collecting legal info LICENSE: OK (sha256: 86dc744860e6dfacfeba2f33fea908db03fe67c7e37a878285b7aae8e4596735) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> boost 1.79.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> bootstrap 4.3.1 Collecting legal info css/bootstrap.css: OK (sha256: 35fbb6dc3891aacaf1ffa07abec2344fdbc454aab533a2a03bcf93577eb7837b) >>> botan 2.19.1 Collecting legal info license.txt: OK (sha256: 472faf6d2231130382779f96de506be19296473750356449fc426ddc9cb03b50) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> sqlite 3.38.5 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> host-btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-cmake 3.18.6 Collecting legal info Copyright.txt: OK (sha256: 131b9ff756b64a25b7461c3c1382e70b16c70a5b4833a1577897fa3ea6d88f8d) >>> 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) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> libtirpc 1.3.2 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> pciutils 3.8.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> c-ares 1.18.1 Collecting legal info LICENSE.md: OK (sha256: db4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4c) >>> ca-certificates 20211016 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> 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.7 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> cctz 2.3 Collecting legal info LICENSE.txt: OK (sha256: c79a7fea0e3cac04cd43f20e7b648e5a0ff8fa5344e644b0ee09ca1162b62747) >>> cfm 0.3 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnl 3.5.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-checkpolicy 3.3 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-libselinux 3.3 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> host-libsepol 3.3 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> 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) >>> cracklib 2.9.7 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cracklib 2.9.7 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cryptsetup 2.4.3 Collecting legal info COPYING: OK (sha256: 45670cce8b6a0ddd66c8016cd8ccef6cd71f35717cbacc7f1e895b3855207b33) COPYING.LGPL: OK (sha256: 8c33cc37871654ec7ed87e6fbb896c8cf33ef5ef05b1611a5aed857596ffafa5) >>> host-json-c 0.15 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> host-lvm2 2.03.14 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libaio 0.3.112 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> host-popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> cxxtest 4.4 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-cxxtest 4.4 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-python-setuptools 62.1.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> dc3dd 7.2.641 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-delve 1.8.0 Collecting legal info LICENSE: OK (sha256: 778864b990007e8cef6633f8c372dd05bac1fada6cf67b008afb1483f83b38f5) >>> host-go 1.18.3 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> host-doxygen 1.8.18 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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) >>> easy-rsa 3.0.8 Collecting legal info COPYING.md: OK (sha256: 7c4a4fc71745d93a87278801f1bca555562ca23f21e18293add64b9e6f6b7bf1) gpl-2.0.txt: OK (sha256: 640d90f6ee401241ff62834d0d1b33f83049e99b8bfdfa04ed1b0a1635dde3e7) >>> enscript 1.6.6 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> ethtool 5.17 Collecting legal info LICENSE: OK (sha256: 5d632934396f90c82dfebe3c9512648bbb6333b406113d0cd331b0e0aa2d34a1) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> expat 2.4.7 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> faad2 2.10.0 Collecting legal info COPYING: OK (sha256: d3baf3a54943cf12a994c85867a18dec84f810901b2f2878ddfd77efcc3c150f) >>> fftw-double 3.3.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> fftw-single 3.3.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> ficl 4.1.0 Collecting legal info ReadMe.txt: OK (sha256: 1d1dd1f1cde52e8b607c5ccb6a2e5de878fd1719b8c5a4d31b9cdb343c203d0d) >>> flashrom 1.2 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libusb 1.0.25 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> flatcc 0.6.0 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> host-flatcc 0.6.0 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> freeradius-client 1.1.7 Collecting legal info COPYRIGHT: OK (sha256: e579878de7971b2224ae2263bbc61f6c465fe40e884a9068d5fa9d17fbfd2ebe) >>> fscryptctl f037dcf4354ce8f25d0f371b58dfe7a7ac27576f Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> gli 559cbe1ec38878e182507d331e0780fbae5baf15 Collecting legal info manual.md: OK (sha256: e26459f62353e631d18379668c82b85f9fd2fd993f2818277e4fce21e957f87a) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> hans 1.0 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> httping 2.5 Collecting legal info license.txt: OK (sha256: c5db2e5b9a692fcdf2bd370f1533529063fbcf8947a8f5ee9d4b050a14e0566d) >>> initscripts Collecting legal info >>> irda-utils 0.9.18 Collecting legal info man/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> jo 1.6 Collecting legal info COPYING: OK (sha256: 41d8b23dc6e76731f4920b9ce42d0d4a248d243a510319e2441d174a115f35cf) >>> host-jq a17dd3248a666d01be75f6b16be37e80e20b0954 Collecting legal info COPYING: OK (sha256: c8437d414ca5b394718784c3bf5bdff7f01fee417625fabf1fb722ca263037da) >>> jsoncpp 1.9.5 Collecting legal info LICENSE: OK (sha256: cec0db5f6d7ed6b3a72647bd50aed02e13c3377fd44382b96dc2915534c042ad) >>> host-meson 0.62.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> jszip 3.2.2 Collecting legal info LICENSE.markdown: OK (sha256: 14450c78405ad2a2173e25740b56406556779149df9c4c83523a8c63d0686210) >>> host-kmod 29 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> leveldb 1.23 Collecting legal info LICENSE: OK (sha256: ccc19f1da0798ed666609b65a5b44dd8b3abe6fc08b9c0592eb76e82e174db19) >>> libasplib be7fac89218a84b75f7598e3d76625ece99296f2 Collecting legal info LICENSE: OK (sha256: 12ac5047f2af0522f06798b1589ffc4599bc29c91f954d7874e0320634e777c0) >>> libb64 1.2.1 Collecting legal info LICENSE: OK (sha256: 834b7afa1b3c40289a3be775d3625016be1c0d7ea7a4a26c1eb207f53dc961d8) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcurl 7.84.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdvdread 6.1.2 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> libenca 1.19 Collecting legal info COPYING: OK (sha256: 87f1bd4a52b4029476b684fcdd51fed3c6b2540e462d3c2d3bfc9be4558b2825) >>> libfastjson 0.99.9 Collecting legal info COPYING: OK (sha256: b29370bbfa98816e1fca0901f18149d920736771bfd68b4ee0eb00c78b38d245) >>> libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> libgeotiff 1.7.1 Collecting legal info LICENSE: OK (sha256: a822a731a7ac4ba7d8f18fa0dc29db2e68a5dcfc315b46e4a4c8956720d55d93) >>> proj 8.1.1 Collecting legal info COPYING: OK (sha256: 6a8f30793e877d32e3f88b972f0970a051a3b5a26cd057d3993cb51e21c43319) >>> host-sqlite 3.38.5 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> tiff 4.4.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> libgpg-error 1.42 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libhttpserver 0.18.2 Collecting legal info COPYING.LESSER: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libmicrohttpd 0.9.75 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libjson 7.6.1 Collecting legal info License.txt: OK (sha256: bd62d605bef39ab7ae39f6fa333ba513edb93cfcd56c9c966f1d34e31ff7c69b) >>> libldns 1.8.1 Collecting legal info LICENSE: OK (sha256: 9e0b1505c358d1a7c79555ee8bd1acbe2985dbc74dd81f3697cebf2161e922e6) >>> libmaxminddb 1.6.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libmemcached 1.0.18 Collecting legal info COPYING: OK (sha256: 4e9032d0f539276db05519ee3d09ca6167d2134ec91c556e8c80ef3efe633fd2) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> libmspack 0.10.1alpha Collecting legal info COPYING.LIB: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libndp 1.8 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_cttimeout 1.0.0 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnpupnp 4.2.2 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libpwquality 1.4.4 Collecting legal info COPYING: OK (sha256: aa44d09f651bf99b56253187c7778a240740c767d28453ab7fdc9804c842baee) >>> libraw1394 2.1.2 Collecting legal info COPYING.LIB: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libsndfile 1.1.0 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libsoxr 0.1.3 Collecting legal info LICENCE: OK (sha256: dc98676341fdcd29d9f279c9679d6a75288785b174ded8d1b2e316c366166135) COPYING.LGPL: OK (sha256: f2f118b9029ec1871b953639ecc46651b2fc7b62e295e6cf3ef2ac4c9a058b33) >>> 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) >>> libubootenv 7dbfffa4cc0e42ad3febb122a711fe9d1b20e9f7 Collecting legal info LICENSES/CC0-1.0.txt: OK (sha256: 0558101984550fa84d1d13c2af11d116c20079d2be58711e8d99cadce7009192) LICENSES/LGPL-2.1-or-later.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) >>> libupnp 1.14.12 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> libupnpp 0.21.0 Collecting legal info COPYING: OK (sha256: 00a89b0d18aacd4114decf79122db87bf35bddaf2bc50e383c9c9f4c263390b2) >>> libxcrypt 4.4.28 Collecting legal info LICENSING: OK (sha256: f9b48b0bc67a92b752780710aa774cf08b62ec2ebaa3f4aebd00069fba6effd2) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libxkbcommon 1.4.0 Collecting legal info LICENSE: OK (sha256: 086caee279449369d41c1157911ec7696e707b93feba7280de757d3c470b2dfb) >>> host-lpc3250loader 1.0 Collecting legal info LPC3250loader.py: OK (sha256: 9a817497240e8e92f09ccfec7568a74673dc30ec008b541c8706663677b4e7a9) >>> minimodem 0.24 Collecting legal info COPYING: OK (sha256: c298178753129680ef6d3112f0f8b61acc405c86c1997dfe59735257988f8b33) >>> mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> nano 6.3 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> neon 0.32.2 Collecting legal info src/COPYING.LIB: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) test/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) README.md: OK (sha256: ce2421ee38d6c0e02c85ac076478a0f92da6ef92b92b7a174877cabf01b2e531) >>> openobex 1.7.2 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> openresolv 3.12.0 Collecting legal info LICENSE: OK (sha256: 384740bf5e19e7628d20f4dcc22925062fdc6020e9a6f074e567d4d797be57a0) >>> opus-tools 0.2 Collecting legal info COPYING: OK (sha256: c28016e58544119d6b93aea28297d040f17dcef7a9f548d3e6a4d0b558c5d248) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> phytool 2 Collecting legal info LICENSE: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-pigz 2.6 Collecting legal info README: OK (sha256: 830b3e1b05cc20f443d89d7d8703a3c63fd64c57ab716f5e81fd178517df1e11) >>> popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> powertop 2.13 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) >>> pps-tools e2b25049df9a4da28168b7378016f1650d0dfa6b Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> qoriq-cadence-dp-firmware lsdk1909 Collecting legal info COPYING: OK (sha256: d55f024af2bfff714b90de596f6d0399124b999e8c18a86b13a3b507bae6f561) >>> rcw-smarc-sal28 11 Collecting legal info COPYING: OK (sha256: 803c65088eed36a6697ca9f03f4379bbad24e276dc8da7fef5eb4dc4008415a1) >>> re2 2022-04-01 Collecting legal info LICENSE: OK (sha256: 6040cda75d90b1738292a631d89934c411ef7ffd543c4d6a1b7edfc8edf29449) >>> host-sam-ba 3.5 Collecting legal info LICENSE.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sdparm 1.10 Collecting legal info COPYING: OK (sha256: 4f98444e14adb18a94a65c3ded5f0dad42d382c6a2288b593a2d5bd5ecc4f46d) >>> sg3_utils 1.47 Collecting legal info COPYING: OK (sha256: d212debdb0a5d7754c977f6dc53bb6c88b4ace7ab784ddbccd06bb970adb1a37) BSD_LICENSE: OK (sha256: 8ddd1d82f2be2f5cbd5b5c3b5c2ee94a90d2ca7112958448da74dd78384fd96a) >>> seatd 0.6.4 Collecting legal info LICENSE: OK (sha256: 282a494803d666616bd726e0279636b5f6a31387ae19a707459074050f2600d3) >>> speex 1.2.0 Collecting legal info COPYING: OK (sha256: 671bb5d8fd3c6b05a2e831d90f978ac27965c92bd8ea6d16b3df76e3440c0e9f) >>> speexdsp 1.2.0 Collecting legal info COPYING: OK (sha256: 671bb5d8fd3c6b05a2e831d90f978ac27965c92bd8ea6d16b3df76e3440c0e9f) >>> sredird 2.2.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> sunwait 7326b53e5406c7ebd552ae6dc0fc659252a18e7f Collecting legal info LICENSE: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> tclap 1.2.4 Collecting legal info COPYING: OK (sha256: cd81a61d47aeb1ed63036ca260baee37719923bbd7ebd988ec4edae128f3b6eb) >>> tz Collecting legal info >>> host-tzdata 2021e Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-zic 2021e Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-tzdump e1a52ce12a701b8ea4163d6719713e38c0e53d35 Collecting legal info >>> ulog 0389d243352255f6182326dccdae3d56dadc078f Collecting legal info COPYING: OK (sha256: cbb97dd2528af2aa2b9aee6c1b3ff1caed758044c17b2c811cf44b2528c496da) >>> host-alchemy d95b3c38cd37814a1b98d0bbf813de7adaaecfbc Collecting legal info COPYING: OK (sha256: 542f44eecd9f8806ec1ae285201e442ab547c82d9f8c70e44c977d6332a2bea0) README: OK (sha256: 49872815ee3de163f07a83737c996e77a5bffa186d06b1e3bb969bfb68c251df) >>> usb_modeswitch 2.6.1 Collecting legal info COPYING: OK (sha256: 6195429209313925c0eba6c0da4ee7a6cb4277b99e35c886913f80f91ec20b94) >>> usb_modeswitch_data 20191128 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> valijson 0.6 Collecting legal info LICENSE: OK (sha256: 1a0f99926a2dbec30eba3db820236d9953fbe3048976923ac24980e655fbe991) >>> vulkan-headers 1.2.203 Collecting legal info LICENSE.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> wireless_tools 30.pre9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> wolfssl 5.2.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSING: OK (sha256: b23c1da1f85d699d3288d73c952b4cd02760d23dc1ddc1b221cbb8be82387189) >>> x264 35417dcd65a57321fbadf98c9a4cff1cb741db4b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> xxhash 0.8.1 Collecting legal info LICENSE: OK (sha256: 553d0035773ddd1590045f8fdc3a4c6ead31e36336721aeca8421e88ed1c9f80) cli/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> yajl 2.1.0 Collecting legal info COPYING: OK (sha256: 054bf2c11686c5442850b1da58ad592e3d1d2a236a362e67279b957f8e662f5a) >>> yaml-cpp 0.6.3 Collecting legal info LICENSE: OK (sha256: aa6fcc27be034e41e21dd832f9175bfe694a48491d9e14ff0fa278e19ad14f1b) >>> zd1211-firmware 1.5 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> zeromq 4.3.4 Collecting legal info COPYING: OK (sha256: 4fd86507c9b486764343065a9e035222869a27b5789efeb4fd93edc85412d7a3) COPYING.LESSER: OK (sha256: 83f32abe61ee58ffb1b007412c08415168c052501dbf56d7a47aaaac52b03ef6) >>> 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-axfsutils 384a1ea214c8cf8359faba00a12513ee7ae1a9f5 Collecting legal info mkfs.axfs-legacy/COPYING: OK (sha256: 1929a1e67d189aa3a24de76255841b33818f7f65944b6e73a1568ba575ab54d5) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-bootlin-2021.11-1: cannot save license (TOOLCHAIN_EXTERNAL_BOOTLIN_LICENSE_FILES not defined) WARNING: aespipe-2.4f: cannot save license (HOST_AESPIPE_LICENSE_FILES not defined) WARNING: armbian-firmware-5d685ad233b4dfd03a4d025fa0061f6b0f850cb3: cannot save license (ARMBIAN_FIRMWARE_LICENSE_FILES not defined) WARNING: tzdump-e1a52ce12a701b8ea4163d6719713e38c0e53d35: cannot save license (HOST_TZDUMP_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-1/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot'