gzip(8): 0 ( 0%) gzip(9): 3998 (1e+02%) 7zip: 0 ( 0%) Writing index for 3998 block(s)... Writing compressed data... >>> Generating filesystem image rootfs.ext2 mkdir -p /nvmedata/autobuild/instance-30/output-1/images rm -rf /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/ext2 mkdir -p /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/ext2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-30/output-1/target/ /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/ext2/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/ext2/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/ext2/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/ext2/target" >> /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/ext2/fakeroot PATH="/nvmedata/autobuild/instance-30/output-1/host/bin:/nvmedata/autobuild/instance-30/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-30/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/ext2/target >> /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/ext2/fakeroot echo "/nvmedata/autobuild/instance-30/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/ext2/target" >> /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/ext2/fakeroot echo "find /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/ext2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/ext2/fakeroot echo "find /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/ext2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -f /nvmedata/autobuild/instance-30/output-1/images/rootfs.ext2\n /nvmedata/autobuild/instance-30/output-1/host/sbin/mkfs.ext2 -d /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/ext2/target -r 0 -N 0 -m 5 -L "rootfs" -O ^64bit /nvmedata/autobuild/instance-30/output-1/images/rootfs.ext2 "5G" || { ret=$?; echo "*** Maybe you need to increase the filesystem size (BR2_TARGET_ROOTFS_EXT2_SIZE)" 1>&2; exit $ret; }\n' >> /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/ext2/fakeroot chmod a+x /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/ext2/fakeroot PATH="/nvmedata/autobuild/instance-30/output-1/host/bin:/nvmedata/autobuild/instance-30/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-30/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/ext2/fakeroot rootdir=/nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/ext2/target table='/nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/full_devices_table.txt' mke2fs 1.46.5 (30-Dec-2021) Creating regular file /nvmedata/autobuild/instance-30/output-1/images/rootfs.ext2 Creating filesystem with 1310720 4k blocks and 327680 inodes Filesystem UUID: 164fee7f-f8b5-4977-b49d-d4f2d78ae52e Superblock backups stored on blocks: 32768, 65536, 98304, 131072, 163840, 196608, 229376, 262144, 294912, 327680, 360448, 393216, 425984, 458752, 491520, 524288, 557056, 589824, 622592, 655360, 688128, 720896, 753664, 786432, 819200, 851968, 884736, 917504, 950272, 983040, 1015808, 1048576, 1081344, 1114112, 1146880, 1179648, 1212416, 1245184, 1277952 Allocating group tables: 0/40 done Writing inode tables: 0/40 done Copying files into the device: done Writing superblocks and filesystem accounting information: 0/40 done PATH="/nvmedata/autobuild/instance-30/output-1/host/bin:/nvmedata/autobuild/instance-30/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" lz4 -l -9 -c /nvmedata/autobuild/instance-30/output-1/images/rootfs.ext2 > /nvmedata/autobuild/instance-30/output-1/images/rootfs.ext2.lz4 >>> Generating filesystem image rootfs.yaffs2 mkdir -p /nvmedata/autobuild/instance-30/output-1/images rm -rf /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/yaffs2 mkdir -p /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-30/output-1/target/ /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/yaffs2/target" >> /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/nvmedata/autobuild/instance-30/output-1/host/bin:/nvmedata/autobuild/instance-30/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-30/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/yaffs2/target >> /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/nvmedata/autobuild/instance-30/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/yaffs2/target" >> /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /nvmedata/autobuild/instance-30/output-1/host/bin/mkyaffs2 --all-root /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/yaffs2/target /nvmedata/autobuild/instance-30/output-1/images/rootfs.yaffs2\n' >> /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/nvmedata/autobuild/instance-30/output-1/host/bin:/nvmedata/autobuild/instance-30/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-30/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/yaffs2/target table='/nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 2795 objects. stage 2: creating image '/nvmedata/autobuild/instance-30/output-1/images/rootfs.yaffs2' [ ] 1/2795 0% [ ] 2/2795 0% [ ] 3/2795 0% [ ] 4/2795 0% [ ] 5/2795 0% [ ] 6/2795 0% [ ] 7/2795 0% [ ] 8/2795 0% [ ] 9/2795 0% [ ] 10/2795 0% [ ] 11/2795 0% [ ] 12/2795 0% [ ] 13/2795 0% [ ] 14/2795 0% [ ] 15/2795 0% [ ] 16/2795 0% [ ] 17/2795 0% [ ] 18/2795 0% [ ] 19/2795 0% [ ] 20/2795 0% [ ] 21/2795 0% [ ] 22/2795 0% [ ] 23/2795 0% [ ] 24/2795 0% [ ] 25/2795 0% [ ] 26/2795 0% [ ] 27/2795 0% [ ] 28/2795 1% [ ] 29/2795 1% [ ] 30/2795 1% [ ] 31/2795 1% [ ] 32/2795 1% [ ] 33/2795 1% [ ] 34/2795 1% [ ] 35/2795 1% [ ] 36/2795 1% [ ] 37/2795 1% [ ] 38/2795 1% [ ] 39/2795 1% [ ] 40/2795 1% [ ] 41/2795 1% [ ] 42/2795 1% [ ] 43/2795 1% [ ] 44/2795 1% [ ] 45/2795 1% [= ] 46/2795 1% [= ] 47/2795 1% [= ] 48/2795 1% [= ] 49/2795 1% [= ] 50/2795 1% [= ] 51/2795 1% [= ] 52/2795 1% [= ] 53/2795 1% [= ] 54/2795 1% [= ] 55/2795 1% [= ] 56/2795 2% [= ] 57/2795 2% [= ] 58/2795 2% [= ] 59/2795 2% [= ] 60/2795 2% [= ] 61/2795 2% [= ] 62/2795 2% [= ] 63/2795 2% [= ] 64/2795 2% [= ] 65/2795 2% [= ] 66/2795 2% [= ] 67/2795 2% [= ] 68/2795 2% [= ] 69/2795 2% [= ] 70/2795 2% [= ] 71/2795 2% [= ] 72/2795 2% [= ] 73/2795 2% [= ] 74/2795 2% [= ] 75/2795 2% [= ] 76/2795 2% [= ] 77/2795 2% [= ] 78/2795 2% [= ] 79/2795 2% [= ] 80/2795 2% [= ] 81/2795 2% [= ] 82/2795 2% [= ] 83/2795 2% [= ] 84/2795 3% [= ] 85/2795 3% [= ] 86/2795 3% [= ] 87/2795 3% [= ] 88/2795 3% [= ] 89/2795 3% [= ] 90/2795 3% [== ] 91/2795 3% [== ] 92/2795 3% [== ] 93/2795 3% [== ] 94/2795 3% [== ] 95/2795 3% [== ] 96/2795 3% [== ] 97/2795 3% [== ] 98/2795 3% [== ] 99/2795 3% [== ] 100/2795 3% [== ] 101/2795 3% [== ] 102/2795 3% [== ] 103/2795 3% [== ] 104/2795 3% [== ] 105/2795 3% [== ] 106/2795 3% [== ] 107/2795 3% [== ] 108/2795 3% [== ] 109/2795 3% [== ] 110/2795 3% [== ] 111/2795 3% [== ] 112/2795 4% [== ] 113/2795 4% [== ] 114/2795 4% [== ] 115/2795 4% [== ] 116/2795 4% [== ] 117/2795 4% [== ] 118/2795 4% [== ] 119/2795 4% [== ] 120/2795 4% [== ] 121/2795 4% [== ] 122/2795 4% [== ] 123/2795 4% [== ] 124/2795 4% [== ] 125/2795 4% [== ] 126/2795 4% [== ] 127/2795 4% [== ] 128/2795 4% [== ] 129/2795 4% [== ] 130/2795 4% [== ] 131/2795 4% [== ] 132/2795 4% [== ] 133/2795 4% [== ] 134/2795 4% [== ] 135/2795 4% [=== ] 136/2795 4% [=== ] 137/2795 4% [=== ] 138/2795 4% [=== ] 139/2795 4% [=== ] 140/2795 5% [=== ] 141/2795 5% [=== ] 142/2795 5% [=== ] 143/2795 5% [=== ] 144/2795 5% [=== ] 145/2795 5% [=== ] 146/2795 5% [=== ] 147/2795 5% [=== ] 148/2795 5% [=== ] 149/2795 5% [=== ] 150/2795 5% [=== ] 151/2795 5% [=== ] 152/2795 5% [=== ] 153/2795 5% [=== ] 154/2795 5% [=== ] 155/2795 5% [=== ] 156/2795 5% [=== ] 157/2795 5% [=== ] 158/2795 5% [=== ] 159/2795 5% [=== ] 160/2795 5% [=== ] 161/2795 5% [=== ] 162/2795 5% [=== ] 163/2795 5% [=== ] 164/2795 5% [=== ] 165/2795 5% [=== ] 166/2795 5% [=== ] 167/2795 5% [=== ] 168/2795 6% [=== ] 169/2795 6% [=== ] 170/2795 6% [=== ] 171/2795 6% [=== ] 172/2795 6% [=== ] 173/2795 6% [=== ] 174/2795 6% [=== ] 175/2795 6% [=== ] 176/2795 6% [=== ] 177/2795 6% [=== ] 178/2795 6% [=== ] 179/2795 6% [=== ] 180/2795 6% [==== ] 181/2795 6% [==== ] 182/2795 6% [==== ] 183/2795 6% [==== ] 184/2795 6% [==== ] 185/2795 6% [==== ] 186/2795 6% [==== ] 187/2795 6% [==== ] 188/2795 6% [==== ] 189/2795 6% [==== ] 190/2795 6% [==== ] 191/2795 6% [==== ] 192/2795 6% [==== ] 193/2795 6% [==== ] 194/2795 6% [==== ] 195/2795 6% [==== ] 196/2795 7% [==== ] 197/2795 7% [==== ] 198/2795 7% [==== ] 199/2795 7% [==== ] 200/2795 7% [==== ] 201/2795 7% [==== ] 202/2795 7% [==== ] 203/2795 7% [==== ] 204/2795 7% [==== ] 205/2795 7% [==== ] 206/2795 7% [==== ] 207/2795 7% [==== ] 208/2795 7% [==== ] 209/2795 7% [==== ] 210/2795 7% [==== ] 211/2795 7% [==== ] 212/2795 7% [==== ] 213/2795 7% [==== ] 214/2795 7% [==== ] 215/2795 7% [==== ] 216/2795 7% [==== ] 217/2795 7% [==== ] 218/2795 7% [==== ] 219/2795 7% [==== ] 220/2795 7% [==== ] 221/2795 7% [==== ] 222/2795 7% [==== ] 223/2795 7% [==== ] 224/2795 8% [==== ] 225/2795 8% [===== ] 226/2795 8% [===== ] 227/2795 8% [===== ] 228/2795 8% [===== ] 229/2795 8% [===== ] 230/2795 8% [===== ] 231/2795 8% [===== ] 232/2795 8% [===== ] 233/2795 8% [===== ] 234/2795 8% [===== ] 235/2795 8% [===== ] 236/2795 8% [===== ] 237/2795 8% [===== ] 238/2795 8% [===== ] 239/2795 8% [===== ] 240/2795 8% [===== ] 241/2795 8% [===== ] 242/2795 8% [===== ] 243/2795 8% [===== ] 244/2795 8% [===== ] 245/2795 8% [===== ] 246/2795 8% [===== ] 247/2795 8% [===== ] 248/2795 8% [===== ] 249/2795 8% [===== ] 250/2795 8% [===== ] 251/2795 8% [===== ] 252/2795 9% [===== ] 253/2795 9% [===== ] 254/2795 9% [===== ] 255/2795 9% [===== ] 256/2795 9% [===== ] 257/2795 9% [===== ] 258/2795 9% [===== ] 259/2795 9% [===== ] 260/2795 9% [===== ] 261/2795 9% [===== ] 262/2795 9% [===== ] 263/2795 9% [===== ] 264/2795 9% [===== ] 265/2795 9% [===== ] 266/2795 9% [===== ] 267/2795 9% [===== ] 268/2795 9% [===== ] 269/2795 9% [===== ] 270/2795 9% [====== ] 271/2795 9% [====== ] 272/2795 9% [====== ] 273/2795 9% [====== ] 274/2795 9% [====== ] 275/2795 9% [====== ] 276/2795 9% [====== ] 277/2795 9% [====== ] 278/2795 9% [====== ] 279/2795 9% [====== ] 280/2795 10% [====== ] 281/2795 10% [====== ] 282/2795 10% [====== ] 283/2795 10% [====== ] 284/2795 10% [====== ] 285/2795 10% [====== ] 286/2795 10% [====== ] 287/2795 10% [====== ] 288/2795 10% [====== ] 289/2795 10% [====== ] 290/2795 10% [====== ] 291/2795 10% [====== ] 292/2795 10% [====== ] 293/2795 10% [====== ] 294/2795 10% [====== ] 295/2795 10% [====== ] 296/2795 10% [====== ] 297/2795 10% [====== ] 298/2795 10% [====== ] 299/2795 10% [====== ] 300/2795 10% [====== ] 301/2795 10% [====== ] 302/2795 10% [====== ] 303/2795 10% [====== ] 304/2795 10% [====== ] 305/2795 10% [====== ] 306/2795 10% [====== ] 307/2795 10% [====== ] 308/2795 11% [====== ] 309/2795 11% [====== ] 310/2795 11% [====== ] 311/2795 11% [====== ] 312/2795 11% [====== ] 313/2795 11% [====== ] 314/2795 11% [====== ] 315/2795 11% [======= ] 316/2795 11% [======= ] 317/2795 11% [======= ] 318/2795 11% [======= ] 319/2795 11% [======= ] 320/2795 11% [======= ] 321/2795 11% [======= ] 322/2795 11% [======= ] 323/2795 11% [======= ] 324/2795 11% [======= ] 325/2795 11% [======= ] 326/2795 11% [======= ] 327/2795 11% [======= ] 328/2795 11% [======= ] 329/2795 11% [======= ] 330/2795 11% [======= ] 331/2795 11% [======= ] 332/2795 11% [======= ] 333/2795 11% [======= ] 334/2795 11% [======= ] 335/2795 11% [======= ] 336/2795 12% [======= ] 337/2795 12% [======= ] 338/2795 12% [======= ] 339/2795 12% [======= ] 340/2795 12% [======= ] 341/2795 12% [======= ] 342/2795 12% [======= ] 343/2795 12% [======= ] 344/2795 12% [======= ] 345/2795 12% [======= ] 346/2795 12% [======= ] 347/2795 12% [======= ] 348/2795 12% [======= ] 349/2795 12% [======= ] 350/2795 12% [======= ] 351/2795 12% [======= ] 352/2795 12% [======= ] 353/2795 12% [======= ] 354/2795 12% [======= ] 355/2795 12% [======= ] 356/2795 12% [======= ] 357/2795 12% [======= ] 358/2795 12% [======= ] 359/2795 12% [======= ] 360/2795 12% [======== ] 361/2795 12% [======== ] 362/2795 12% [======== ] 363/2795 12% [======== ] 364/2795 13% [======== ] 365/2795 13% [======== ] 366/2795 13% [======== ] 367/2795 13% [======== ] 368/2795 13% [======== ] 369/2795 13% [======== ] 370/2795 13% [======== ] 371/2795 13% [======== ] 372/2795 13% [======== ] 373/2795 13% [======== ] 374/2795 13% [======== ] 375/2795 13% [======== ] 376/2795 13% [======== ] 377/2795 13% [======== ] 378/2795 13% [======== ] 379/2795 13% [======== ] 380/2795 13% [======== ] 381/2795 13% [======== ] 382/2795 13% [======== ] 383/2795 13% [======== ] 384/2795 13% [======== ] 385/2795 13% [======== ] 386/2795 13% [======== ] 387/2795 13% [======== ] 388/2795 13% [======== ] 389/2795 13% [======== ] 390/2795 13% [======== ] 391/2795 13% [======== ] 392/2795 14% [======== ] 393/2795 14% [======== ] 394/2795 14% [======== ] 395/2795 14% [======== ] 396/2795 14% [======== ] 397/2795 14% [======== ] 398/2795 14% [======== ] 399/2795 14% [======== ] 400/2795 14% [======== ] 401/2795 14% [======== ] 402/2795 14% [======== ] 403/2795 14% [======== ] 404/2795 14% [======== ] 405/2795 14% [========= ] 406/2795 14% [========= ] 407/2795 14% [========= ] 408/2795 14% [========= ] 409/2795 14% [========= ] 410/2795 14% [========= ] 411/2795 14% [========= ] 412/2795 14% [========= ] 413/2795 14% [========= ] 414/2795 14% [========= ] 415/2795 14% [========= ] 416/2795 14% [========= ] 417/2795 14% [========= ] 418/2795 14% [========= ] 419/2795 14% [========= ] 420/2795 15% [========= ] 421/2795 15% [========= ] 422/2795 15% [========= ] 423/2795 15% [========= ] 424/2795 15% [========= ] 425/2795 15% [========= ] 426/2795 15% [========= ] 427/2795 15% [========= ] 428/2795 15% [========= ] 429/2795 15% [========= ] 430/2795 15% [========= ] 431/2795 15% [========= ] 432/2795 15% [========= ] 433/2795 15% [========= ] 434/2795 15% [========= ] 435/2795 15% [========= ] 436/2795 15% [========= ] 437/2795 15% [========= ] 438/2795 15% [========= ] 439/2795 15% [========= ] 440/2795 15% [========= ] 441/2795 15% [========= ] 442/2795 15% [========= ] 443/2795 15% [========= ] 444/2795 15% [========= ] 445/2795 15% [========= ] 446/2795 15% [========= ] 447/2795 15% [========= ] 448/2795 16% [========= ] 449/2795 16% [========= ] 450/2795 16% [========== ] 451/2795 16% [========== ] 452/2795 16% [========== ] 453/2795 16% [========== ] 454/2795 16% [========== ] 455/2795 16% [========== ] 456/2795 16% [========== ] 457/2795 16% [========== ] 458/2795 16% [========== ] 459/2795 16% [========== ] 460/2795 16% [========== ] 461/2795 16% [========== ] 462/2795 16% [========== ] 463/2795 16% [========== ] 464/2795 16% [========== ] 465/2795 16% [========== ] 466/2795 16% [========== ] 467/2795 16% [========== ] 468/2795 16% [========== ] 469/2795 16% [========== ] 470/2795 16% [========== ] 471/2795 16% [========== ] 472/2795 16% [========== ] 473/2795 16% [========== ] 474/2795 16% [========== ] 475/2795 16% [========== ] 476/2795 17% [========== ] 477/2795 17% [========== ] 478/2795 17% [========== ] 479/2795 17% [========== ] 480/2795 17% [========== ] 481/2795 17% [========== ] 482/2795 17% [========== ] 483/2795 17% [========== ] 484/2795 17% [========== ] 485/2795 17% [========== ] 486/2795 17% [========== ] 487/2795 17% [========== ] 488/2795 17% [========== ] 489/2795 17% [========== ] 490/2795 17% [========== ] 491/2795 17% [========== ] 492/2795 17% [========== ] 493/2795 17% [========== ] 494/2795 17% [========== ] 495/2795 17% [=========== ] 496/2795 17% [=========== ] 497/2795 17% [=========== ] 498/2795 17% [=========== ] 499/2795 17% [=========== ] 500/2795 17% [=========== ] 501/2795 17% [=========== ] 502/2795 17% [=========== ] 503/2795 17% [=========== ] 504/2795 18% [=========== ] 505/2795 18% [=========== ] 506/2795 18% [=========== ] 507/2795 18% [=========== ] 508/2795 18% [=========== ] 509/2795 18% [=========== ] 510/2795 18% [=========== ] 511/2795 18% [=========== ] 512/2795 18% [=========== ] 513/2795 18% [=========== ] 514/2795 18% [=========== ] 515/2795 18% [=========== ] 516/2795 18% [=========== ] 517/2795 18% [=========== ] 518/2795 18% [=========== ] 519/2795 18% [=========== ] 520/2795 18% [=========== ] 521/2795 18% [=========== ] 522/2795 18% [=========== ] 523/2795 18% [=========== ] 524/2795 18% [=========== ] 525/2795 18% [=========== ] 526/2795 18% [=========== ] 527/2795 18% [=========== ] 528/2795 18% [=========== ] 529/2795 18% [=========== ] 530/2795 18% [=========== ] 531/2795 18% [=========== ] 532/2795 19% [=========== ] 533/2795 19% [=========== ] 534/2795 19% [=========== ] 535/2795 19% [=========== ] 536/2795 19% [=========== ] 537/2795 19% [=========== ] 538/2795 19% [=========== ] 539/2795 19% [=========== ] 540/2795 19% [============ ] 541/2795 19% [============ ] 542/2795 19% [============ ] 543/2795 19% [============ ] 544/2795 19% [============ ] 545/2795 19% [============ ] 546/2795 19% [============ ] 547/2795 19% [============ ] 548/2795 19% [============ ] 549/2795 19% [============ ] 550/2795 19% [============ ] 551/2795 19% [============ ] 552/2795 19% [============ ] 553/2795 19% [============ ] 554/2795 19% [============ ] 555/2795 19% [============ ] 556/2795 19% [============ ] 557/2795 19% [============ ] 558/2795 19% [============ ] 559/2795 20% [============ ] 560/2795 20% [============ ] 561/2795 20% [============ ] 562/2795 20% [============ ] 563/2795 20% [============ ] 564/2795 20% [============ ] 565/2795 20% [============ ] 566/2795 20% [============ ] 567/2795 20% [============ ] 568/2795 20% [============ ] 569/2795 20% [============ ] 570/2795 20% [============ ] 571/2795 20% [============ ] 572/2795 20% [============ ] 573/2795 20% [============ ] 574/2795 20% [============ ] 575/2795 20% [============ ] 576/2795 20% [============ ] 577/2795 20% [============ ] 578/2795 20% [============ ] 579/2795 20% [============ ] 580/2795 20% [============ ] 581/2795 20% [============ ] 582/2795 20% [============ ] 583/2795 20% [============ ] 584/2795 20% [============ ] 585/2795 20% [============ ] 586/2795 20% [============= ] 587/2795 21% [============= ] 588/2795 21% [============= ] 589/2795 21% [============= ] 590/2795 21% [============= ] 591/2795 21% [============= ] 592/2795 21% [============= ] 593/2795 21% [============= ] 594/2795 21% [============= ] 595/2795 21% [============= ] 596/2795 21% [============= ] 597/2795 21% [============= ] 598/2795 21% [============= ] 599/2795 21% [============= ] 600/2795 21% [============= ] 601/2795 21% [============= ] 602/2795 21% [============= ] 603/2795 21% [============= ] 604/2795 21% [============= ] 605/2795 21% [============= ] 606/2795 21% [============= ] 607/2795 21% [============= ] 608/2795 21% [============= ] 609/2795 21% [============= ] 610/2795 21% [============= ] 611/2795 21% [============= ] 612/2795 21% [============= ] 613/2795 21% [============= ] 614/2795 21% [============= ] 615/2795 22% [============= ] 616/2795 22% [============= ] 617/2795 22% [============= ] 618/2795 22% [============= ] 619/2795 22% [============= ] 620/2795 22% [============= ] 621/2795 22% [============= ] 622/2795 22% [============= ] 623/2795 22% [============= ] 624/2795 22% [============= ] 625/2795 22% [============= ] 626/2795 22% [============= ] 627/2795 22% [============= ] 628/2795 22% [============= ] 629/2795 22% [============= ] 630/2795 22% [============= ] 631/2795 22% [============== ] 632/2795 22% [============== ] 633/2795 22% [============== ] 634/2795 22% [============== ] 635/2795 22% [============== ] 636/2795 22% [============== ] 637/2795 22% [============== ] 638/2795 22% [============== ] 639/2795 22% [============== ] 640/2795 22% [============== ] 641/2795 22% [============== ] 642/2795 22% [============== ] 643/2795 23% [============== ] 644/2795 23% [============== ] 645/2795 23% [============== ] 646/2795 23% [============== ] 647/2795 23% [============== ] 648/2795 23% [============== ] 649/2795 23% [============== ] 650/2795 23% [============== ] 651/2795 23% [============== ] 652/2795 23% [============== ] 653/2795 23% [============== ] 654/2795 23% [============== ] 655/2795 23% [============== ] 656/2795 23% [============== ] 657/2795 23% [============== ] 658/2795 23% [============== ] 659/2795 23% [============== ] 660/2795 23% [============== ] 661/2795 23% [============== ] 662/2795 23% [============== ] 663/2795 23% [============== ] 664/2795 23% [============== ] 665/2795 23% [============== ] 666/2795 23% [============== ] 667/2795 23% [============== ] 668/2795 23% [============== ] 669/2795 23% [============== ] 670/2795 23% [============== ] 671/2795 24% [============== ] 672/2795 24% [============== ] 673/2795 24% [============== ] 674/2795 24% [============== ] 675/2795 24% [============== ] 676/2795 24% [=============== ] 677/2795 24% [=============== ] 678/2795 24% [=============== ] 679/2795 24% [=============== ] 680/2795 24% [=============== ] 681/2795 24% [=============== ] 682/2795 24% [=============== ] 683/2795 24% [=============== ] 684/2795 24% [=============== ] 685/2795 24% [=============== ] 686/2795 24% [=============== ] 687/2795 24% [=============== ] 688/2795 24% [=============== ] 689/2795 24% [=============== ] 690/2795 24% [=============== ] 691/2795 24% [=============== ] 692/2795 24% [=============== ] 693/2795 24% [=============== ] 694/2795 24% [=============== ] 695/2795 24% [=============== ] 696/2795 24% [=============== ] 697/2795 24% [=============== ] 698/2795 24% [=============== ] 699/2795 25% [=============== ] 700/2795 25% [=============== ] 701/2795 25% [=============== ] 702/2795 25% [=============== ] 703/2795 25% [=============== ] 704/2795 25% [=============== ] 705/2795 25% [=============== ] 706/2795 25% [=============== ] 707/2795 25% [=============== ] 708/2795 25% [=============== ] 709/2795 25% [=============== ] 710/2795 25% [=============== ] 711/2795 25% [=============== ] 712/2795 25% [=============== ] 713/2795 25% [=============== ] 714/2795 25% [=============== ] 715/2795 25% [=============== ] 716/2795 25% [=============== ] 717/2795 25% [=============== ] 718/2795 25% [=============== ] 719/2795 25% [=============== ] 720/2795 25% [=============== ] 721/2795 25% [================ ] 722/2795 25% [================ ] 723/2795 25% [================ ] 724/2795 25% [================ ] 725/2795 25% [================ ] 726/2795 25% [================ ] 727/2795 26% [================ ] 728/2795 26% [================ ] 729/2795 26% [================ ] 730/2795 26% [================ ] 731/2795 26% [================ ] 732/2795 26% [================ ] 733/2795 26% [================ ] 734/2795 26% [================ ] 735/2795 26% [================ ] 736/2795 26% [================ ] 737/2795 26% [================ ] 738/2795 26% [================ ] 739/2795 26% [================ ] 740/2795 26% [================ ] 741/2795 26% [================ ] 742/2795 26% [================ ] 743/2795 26% [================ ] 744/2795 26% [================ ] 745/2795 26% [================ ] 746/2795 26% [================ ] 747/2795 26% [================ ] 748/2795 26% [================ ] 749/2795 26% [================ ] 750/2795 26% [================ ] 751/2795 26% [================ ] 752/2795 26% [================ ] 753/2795 26% [================ ] 754/2795 26% [================ ] 755/2795 27% [================ ] 756/2795 27% [================ ] 757/2795 27% [================ ] 758/2795 27% [================ ] 759/2795 27% [================ ] 760/2795 27% [================ ] 761/2795 27% [================ ] 762/2795 27% [================ ] 763/2795 27% [================ ] 764/2795 27% [================ ] 765/2795 27% [================ ] 766/2795 27% [================= ] 767/2795 27% [================= ] 768/2795 27% [================= ] 769/2795 27% [================= ] 770/2795 27% [================= ] 771/2795 27% [================= ] 772/2795 27% [================= ] 773/2795 27% [================= ] 774/2795 27% [================= ] 775/2795 27% [================= ] 776/2795 27% [================= ] 777/2795 27% [================= ] 778/2795 27% [================= ] 779/2795 27% [================= ] 780/2795 27% [================= ] 781/2795 27% [================= ] 782/2795 27% [================= ] 783/2795 28% [================= ] 784/2795 28% [================= ] 785/2795 28% [================= ] 786/2795 28% [================= ] 787/2795 28% [================= ] 788/2795 28% [================= ] 789/2795 28% [================= ] 790/2795 28% [================= ] 791/2795 28% [================= ] 792/2795 28% [================= ] 793/2795 28% [================= ] 794/2795 28% [================= ] 795/2795 28% [================= ] 796/2795 28% [================= ] 797/2795 28% [================= ] 798/2795 28% [================= ] 799/2795 28% [================= ] 800/2795 28% [================= ] 801/2795 28% [================= ] 802/2795 28% [================= ] 803/2795 28% [================= ] 804/2795 28% [================= ] 805/2795 28% [================= ] 806/2795 28% [================= ] 807/2795 28% [================= ] 808/2795 28% [================= ] 809/2795 28% [================= ] 810/2795 28% [================= ] 811/2795 29% [================== ] 812/2795 29% [================== ] 813/2795 29% [================== ] 814/2795 29% [================== ] 815/2795 29% [================== ] 816/2795 29% [================== ] 817/2795 29% [================== ] 818/2795 29% [================== ] 819/2795 29% [================== ] 820/2795 29% [================== ] 821/2795 29% [================== ] 822/2795 29% [================== ] 823/2795 29% [================== ] 824/2795 29% [================== ] 825/2795 29% [================== ] 826/2795 29% [================== ] 827/2795 29% [================== ] 828/2795 29% [================== ] 829/2795 29% [================== ] 830/2795 29% [================== ] 831/2795 29% [================== ] 832/2795 29% [================== ] 833/2795 29% [================== ] 834/2795 29% [================== ] 835/2795 29% [================== ] 836/2795 29% [================== ] 837/2795 29% [================== ] 838/2795 29% [================== ] 839/2795 30% [================== ] 840/2795 30% [================== ] 841/2795 30% [================== ] 842/2795 30% [================== ] 843/2795 30% [================== ] 844/2795 30% [================== ] 845/2795 30% [================== ] 846/2795 30% [================== ] 847/2795 30% [================== ] 848/2795 30% [================== ] 849/2795 30% [================== ] 850/2795 30% [================== ] 851/2795 30% [================== ] 852/2795 30% [================== ] 853/2795 30% [================== ] 854/2795 30% [================== ] 855/2795 30% [================== ] 856/2795 30% [=================== ] 857/2795 30% [=================== ] 858/2795 30% [=================== ] 859/2795 30% [=================== ] 860/2795 30% [=================== ] 861/2795 30% [=================== ] 862/2795 30% [=================== ] 863/2795 30% [=================== ] 864/2795 30% [=================== ] 865/2795 30% [=================== ] 866/2795 30% [=================== ] 867/2795 31% [=================== ] 868/2795 31% [=================== ] 869/2795 31% [=================== ] 870/2795 31% [=================== ] 871/2795 31% [=================== ] 872/2795 31% [=================== ] 873/2795 31% [=================== ] 874/2795 31% [=================== ] 875/2795 31% [=================== ] 876/2795 31% [=================== ] 877/2795 31% [=================== ] 878/2795 31% [=================== ] 879/2795 31% [=================== ] 880/2795 31% [=================== ] 881/2795 31% [=================== ] 882/2795 31% [=================== ] 883/2795 31% [=================== ] 884/2795 31% [=================== ] 885/2795 31% [=================== ] 886/2795 31% [=================== ] 887/2795 31% [=================== ] 888/2795 31% [=================== ] 889/2795 31% [=================== ] 890/2795 31% [=================== ] 891/2795 31% [=================== ] 892/2795 31% [=================== ] 893/2795 31% [=================== ] 894/2795 31% [=================== ] 895/2795 32% [=================== ] 896/2795 32% [=================== ] 897/2795 32% [=================== ] 898/2795 32% [=================== ] 899/2795 32% [=================== ] 900/2795 32% [=================== ] 901/2795 32% [==================== ] 902/2795 32% [==================== ] 903/2795 32% [==================== ] 904/2795 32% [==================== ] 905/2795 32% [==================== ] 906/2795 32% [==================== ] 907/2795 32% [==================== ] 908/2795 32% [==================== ] 909/2795 32% [==================== ] 910/2795 32% [==================== ] 911/2795 32% [==================== ] 912/2795 32% [==================== ] 913/2795 32% [==================== ] 914/2795 32% [==================== ] 915/2795 32% [==================== ] 916/2795 32% [==================== ] 917/2795 32% [==================== ] 918/2795 32% [==================== ] 919/2795 32% [==================== ] 920/2795 32% [==================== ] 921/2795 32% [==================== ] 922/2795 32% [==================== ] 923/2795 33% [==================== ] 924/2795 33% [==================== ] 925/2795 33% [==================== ] 926/2795 33% [==================== ] 927/2795 33% [==================== ] 928/2795 33% [==================== ] 929/2795 33% [==================== ] 930/2795 33% [==================== ] 931/2795 33% [==================== ] 932/2795 33% [==================== ] 933/2795 33% [==================== ] 934/2795 33% [==================== ] 935/2795 33% [==================== ] 936/2795 33% [==================== ] 937/2795 33% [==================== ] 938/2795 33% [==================== ] 939/2795 33% [==================== ] 940/2795 33% [==================== ] 941/2795 33% [==================== ] 942/2795 33% [==================== ] 943/2795 33% [==================== ] 944/2795 33% [==================== ] 945/2795 33% [==================== ] 946/2795 33% [===================== ] 947/2795 33% [===================== ] 948/2795 33% [===================== ] 949/2795 33% [===================== ] 950/2795 33% [===================== ] 951/2795 34% [===================== ] 952/2795 34% [===================== ] 953/2795 34% [===================== ] 954/2795 34% [===================== ] 955/2795 34% [===================== ] 956/2795 34% [===================== ] 957/2795 34% [===================== ] 958/2795 34% [===================== ] 959/2795 34% [===================== ] 960/2795 34% [===================== ] 961/2795 34% [===================== ] 962/2795 34% [===================== ] 963/2795 34% [===================== ] 964/2795 34% [===================== ] 965/2795 34% [===================== ] 966/2795 34% [===================== ] 967/2795 34% [===================== ] 968/2795 34% [===================== ] 969/2795 34% [===================== ] 970/2795 34% [===================== ] 971/2795 34% [===================== ] 972/2795 34% [===================== ] 973/2795 34% [===================== ] 974/2795 34% [===================== ] 975/2795 34% [===================== ] 976/2795 34% [===================== ] 977/2795 34% [===================== ] 978/2795 34% [===================== ] 979/2795 35% [===================== ] 980/2795 35% [===================== ] 981/2795 35% [===================== ] 982/2795 35% [===================== ] 983/2795 35% [===================== ] 984/2795 35% [===================== ] 985/2795 35% [===================== ] 986/2795 35% [===================== ] 987/2795 35% [===================== ] 988/2795 35% [===================== ] 989/2795 35% [===================== ] 990/2795 35% [===================== ] 991/2795 35% [====================== ] 992/2795 35% [====================== ] 993/2795 35% [====================== ] 994/2795 35% [====================== ] 995/2795 35% [====================== ] 996/2795 35% [====================== ] 997/2795 35% [====================== ] 998/2795 35% [====================== ] 999/2795 35% [====================== ] 1000/2795 35% [====================== ] 1001/2795 35% [====================== ] 1002/2795 35% [====================== ] 1003/2795 35% [====================== ] 1004/2795 35% [====================== ] 1005/2795 35% [====================== ] 1006/2795 35% [====================== ] 1007/2795 36% [====================== ] 1008/2795 36% [====================== ] 1009/2795 36% [====================== ] 1010/2795 36% [====================== ] 1011/2795 36% [====================== ] 1012/2795 36% [====================== ] 1013/2795 36% [====================== ] 1014/2795 36% [====================== ] 1015/2795 36% [====================== ] 1016/2795 36% [====================== ] 1017/2795 36% [====================== ] 1018/2795 36% [====================== ] 1019/2795 36% [====================== ] 1020/2795 36% [====================== ] 1021/2795 36% [====================== ] 1022/2795 36% [====================== ] 1023/2795 36% [====================== ] 1024/2795 36% [====================== ] 1025/2795 36% [====================== ] 1026/2795 36% [====================== ] 1027/2795 36% [====================== ] 1028/2795 36% [====================== ] 1029/2795 36% [====================== ] 1030/2795 36% [====================== ] 1031/2795 36% [====================== ] 1032/2795 36% [====================== ] 1033/2795 36% [====================== ] 1034/2795 36% [====================== ] 1035/2795 37% [====================== ] 1036/2795 37% [======================= ] 1037/2795 37% [======================= ] 1038/2795 37% [======================= ] 1039/2795 37% [======================= ] 1040/2795 37% [======================= ] 1041/2795 37% [======================= ] 1042/2795 37% [======================= ] 1043/2795 37% [======================= ] 1044/2795 37% [======================= ] 1045/2795 37% [======================= ] 1046/2795 37% [======================= ] 1047/2795 37% [======================= ] 1048/2795 37% [======================= ] 1049/2795 37% [======================= ] 1050/2795 37% [======================= ] 1051/2795 37% [======================= ] 1052/2795 37% [======================= ] 1053/2795 37% [======================= ] 1054/2795 37% [======================= ] 1055/2795 37% [======================= ] 1056/2795 37% [======================= ] 1057/2795 37% [======================= ] 1058/2795 37% [======================= ] 1059/2795 37% [======================= ] 1060/2795 37% [======================= ] 1061/2795 37% [======================= ] 1062/2795 37% [======================= ] 1063/2795 38% [======================= ] 1064/2795 38% [======================= ] 1065/2795 38% [======================= ] 1066/2795 38% [======================= ] 1067/2795 38% [======================= ] 1068/2795 38% [======================= ] 1069/2795 38% [======================= ] 1070/2795 38% [======================= ] 1071/2795 38% [======================= ] 1072/2795 38% [======================= ] 1073/2795 38% [======================= ] 1074/2795 38% [======================= ] 1075/2795 38% [======================= ] 1076/2795 38% [======================= ] 1077/2795 38% [======================= ] 1078/2795 38% [======================= ] 1079/2795 38% [======================= ] 1080/2795 38% [======================= ] 1081/2795 38% [======================== ] 1082/2795 38% [======================== ] 1083/2795 38% [======================== ] 1084/2795 38% [======================== ] 1085/2795 38% [======================== ] 1086/2795 38% [======================== ] 1087/2795 38% [======================== ] 1088/2795 38% [======================== ] 1089/2795 38% [======================== ] 1090/2795 38% [======================== ] 1091/2795 39% [======================== ] 1092/2795 39% [======================== ] 1093/2795 39% [======================== ] 1094/2795 39% [======================== ] 1095/2795 39% [======================== ] 1096/2795 39% [======================== ] 1097/2795 39% [======================== ] 1098/2795 39% [======================== ] 1099/2795 39% [======================== ] 1100/2795 39% [======================== ] 1101/2795 39% [======================== ] 1102/2795 39% [======================== ] 1103/2795 39% [======================== ] 1104/2795 39% [======================== ] 1105/2795 39% [======================== ] 1106/2795 39% [======================== ] 1107/2795 39% [======================== ] 1108/2795 39% [======================== ] 1109/2795 39% [======================== ] 1110/2795 39% [======================== ] 1111/2795 39% [======================== ] 1112/2795 39% [======================== ] 1113/2795 39% [======================== ] 1114/2795 39% [======================== ] 1115/2795 39% [======================== ] 1116/2795 39% [======================== ] 1117/2795 39% [======================== ] 1118/2795 40% [======================== ] 1119/2795 40% [======================== ] 1120/2795 40% [======================== ] 1121/2795 40% [======================== ] 1122/2795 40% [======================== ] 1123/2795 40% [======================== ] 1124/2795 40% [======================== ] 1125/2795 40% [======================== ] 1126/2795 40% [======================== ] 1127/2795 40% [========================= ] 1128/2795 40% [========================= ] 1129/2795 40% [========================= ] 1130/2795 40% [========================= ] 1131/2795 40% [========================= ] 1132/2795 40% [========================= ] 1133/2795 40% [========================= ] 1134/2795 40% [========================= ] 1135/2795 40% [========================= ] 1136/2795 40% [========================= ] 1137/2795 40% [========================= ] 1138/2795 40% [========================= ] 1139/2795 40% [========================= ] 1140/2795 40% [========================= ] 1141/2795 40% [========================= ] 1142/2795 40% [========================= ] 1143/2795 40% [========================= ] 1144/2795 40% [========================= ] 1145/2795 40% [========================= ] 1146/2795 41% [========================= ] 1147/2795 41% [========================= ] 1148/2795 41% [========================= ] 1149/2795 41% [========================= ] 1150/2795 41% [========================= ] 1151/2795 41% [========================= ] 1152/2795 41% [========================= ] 1153/2795 41% [========================= ] 1154/2795 41% [========================= ] 1155/2795 41% [========================= ] 1156/2795 41% [========================= ] 1157/2795 41% [========================= ] 1158/2795 41% [========================= ] 1159/2795 41% [========================= ] 1160/2795 41% [========================= ] 1161/2795 41% [========================= ] 1162/2795 41% [========================= ] 1163/2795 41% [========================= ] 1164/2795 41% [========================= ] 1165/2795 41% [========================= ] 1166/2795 41% [========================= ] 1167/2795 41% [========================= ] 1168/2795 41% [========================= ] 1169/2795 41% [========================= ] 1170/2795 41% [========================= ] 1171/2795 41% [========================= ] 1172/2795 41% [========================== ] 1173/2795 41% [========================== ] 1174/2795 42% [========================== ] 1175/2795 42% [========================== ] 1176/2795 42% [========================== ] 1177/2795 42% [========================== ] 1178/2795 42% [========================== ] 1179/2795 42% [========================== ] 1180/2795 42% [========================== ] 1181/2795 42% [========================== ] 1182/2795 42% [========================== ] 1183/2795 42% [========================== ] 1184/2795 42% [========================== ] 1185/2795 42% [========================== ] 1186/2795 42% [========================== ] 1187/2795 42% [========================== ] 1188/2795 42% [========================== ] 1189/2795 42% [========================== ] 1190/2795 42% [========================== ] 1191/2795 42% [========================== ] 1192/2795 42% [========================== ] 1193/2795 42% [========================== ] 1194/2795 42% [========================== ] 1195/2795 42% [========================== ] 1196/2795 42% [========================== ] 1197/2795 42% [========================== ] 1198/2795 42% [========================== ] 1199/2795 42% [========================== ] 1200/2795 42% [========================== ] 1201/2795 42% [========================== ] 1202/2795 43% [========================== ] 1203/2795 43% [========================== ] 1204/2795 43% [========================== ] 1205/2795 43% [========================== ] 1206/2795 43% [========================== ] 1207/2795 43% [========================== ] 1208/2795 43% [========================== ] 1209/2795 43% [========================== ] 1210/2795 43% [========================== ] 1211/2795 43% [========================== ] 1212/2795 43% [========================== ] 1213/2795 43% [========================== ] 1214/2795 43% [========================== ] 1215/2795 43% [========================== ] 1216/2795 43% [========================== ] 1217/2795 43% [=========================== ] 1218/2795 43% [=========================== ] 1219/2795 43% [=========================== ] 1220/2795 43% [=========================== ] 1221/2795 43% [=========================== ] 1222/2795 43% [=========================== ] 1223/2795 43% [=========================== ] 1224/2795 43% [=========================== ] 1225/2795 43% [=========================== ] 1226/2795 43% [=========================== ] 1227/2795 43% [=========================== ] 1228/2795 43% [=========================== ] 1229/2795 43% [=========================== ] 1230/2795 44% [=========================== ] 1231/2795 44% [=========================== ] 1232/2795 44% [=========================== ] 1233/2795 44% [=========================== ] 1234/2795 44% [=========================== ] 1235/2795 44% [=========================== ] 1236/2795 44% [=========================== ] 1237/2795 44% [=========================== ] 1238/2795 44% [=========================== ] 1239/2795 44% [=========================== ] 1240/2795 44% [=========================== ] 1241/2795 44% [=========================== ] 1242/2795 44% [=========================== ] 1243/2795 44% [=========================== ] 1244/2795 44% [=========================== ] 1245/2795 44% [=========================== ] 1246/2795 44% [=========================== ] 1247/2795 44% [=========================== ] 1248/2795 44% [=========================== ] 1249/2795 44% [=========================== ] 1250/2795 44% [=========================== ] 1251/2795 44% [=========================== ] 1252/2795 44% [=========================== ] 1253/2795 44% [=========================== ] 1254/2795 44% [=========================== ] 1255/2795 44% [=========================== ] 1256/2795 44% [=========================== ] 1257/2795 44% [=========================== ] 1258/2795 45% [=========================== ] 1259/2795 45% [=========================== ] 1260/2795 45% [=========================== ] 1261/2795 45% [=========================== ] 1262/2795 45% [============================ ] 1263/2795 45% [============================ ] 1264/2795 45% [============================ ] 1265/2795 45% [============================ ] 1266/2795 45% [============================ ] 1267/2795 45% [============================ ] 1268/2795 45% [============================ ] 1269/2795 45% [============================ ] 1270/2795 45% [============================ ] 1271/2795 45% [============================ ] 1272/2795 45% [============================ ] 1273/2795 45% [============================ ] 1274/2795 45% [============================ ] 1275/2795 45% [============================ ] 1276/2795 45% [============================ ] 1277/2795 45% [============================ ] 1278/2795 45% [============================ ] 1279/2795 45% [============================ ] 1280/2795 45% [============================ ] 1281/2795 45% [============================ ] 1282/2795 45% [============================ ] 1283/2795 45% [============================ ] 1284/2795 45% [============================ ] 1285/2795 45% [============================ ] 1286/2795 46% [============================ ] 1287/2795 46% [============================ ] 1288/2795 46% [============================ ] 1289/2795 46% [============================ ] 1290/2795 46% [============================ ] 1291/2795 46% [============================ ] 1292/2795 46% [============================ ] 1293/2795 46% [============================ ] 1294/2795 46% [============================ ] 1295/2795 46% [============================ ] 1296/2795 46% [============================ ] 1297/2795 46% [============================ ] 1298/2795 46% [============================ ] 1299/2795 46% [============================ ] 1300/2795 46% [============================ ] 1301/2795 46% [============================ ] 1302/2795 46% [============================ ] 1303/2795 46% [============================ ] 1304/2795 46% [============================ ] 1305/2795 46% [============================ ] 1306/2795 46% [============================ ] 1307/2795 46% [============================= ] 1308/2795 46% [============================= ] 1309/2795 46% [============================= ] 1310/2795 46% [============================= ] 1311/2795 46% [============================= ] 1312/2795 46% [============================= ] 1313/2795 46% [============================= ] 1314/2795 47% [============================= ] 1315/2795 47% [============================= ] 1316/2795 47% [============================= ] 1317/2795 47% [============================= ] 1318/2795 47% [============================= ] 1319/2795 47% [============================= ] 1320/2795 47% [============================= ] 1321/2795 47% [============================= ] 1322/2795 47% [============================= ] 1323/2795 47% [============================= ] 1324/2795 47% [============================= ] 1325/2795 47% [============================= ] 1326/2795 47% [============================= ] 1327/2795 47% [============================= ] 1328/2795 47% [============================= ] 1329/2795 47% [============================= ] 1330/2795 47% [============================= ] 1331/2795 47% [============================= ] 1332/2795 47% [============================= ] 1333/2795 47% [============================= ] 1334/2795 47% [============================= ] 1335/2795 47% [============================= ] 1336/2795 47% [============================= ] 1337/2795 47% [============================= ] 1338/2795 47% [============================= ] 1339/2795 47% [============================= ] 1340/2795 47% [============================= ] 1341/2795 47% [============================= ] 1342/2795 48% [============================= ] 1343/2795 48% [============================= ] 1344/2795 48% [============================= ] 1345/2795 48% [============================= ] 1346/2795 48% [============================= ] 1347/2795 48% [============================= ] 1348/2795 48% [============================= ] 1349/2795 48% [============================= ] 1350/2795 48% [============================= ] 1351/2795 48% [============================= ] 1352/2795 48% [============================== ] 1353/2795 48% [============================== ] 1354/2795 48% [============================== ] 1355/2795 48% [============================== ] 1356/2795 48% [============================== ] 1357/2795 48% [============================== ] 1358/2795 48% [============================== ] 1359/2795 48% [============================== ] 1360/2795 48% [============================== ] 1361/2795 48% [============================== ] 1362/2795 48% [============================== ] 1363/2795 48% [============================== ] 1364/2795 48% [============================== ] 1365/2795 48% [============================== ] 1366/2795 48% [============================== ] 1367/2795 48% [============================== ] 1368/2795 48% [============================== ] 1369/2795 48% [============================== ] 1370/2795 49% [============================== ] 1371/2795 49% [============================== ] 1372/2795 49% [============================== ] 1373/2795 49% [============================== ] 1374/2795 49% [============================== ] 1375/2795 49% [============================== ] 1376/2795 49% [============================== ] 1377/2795 49% [============================== ] 1378/2795 49% [============================== ] 1379/2795 49% [============================== ] 1380/2795 49% [============================== ] 1381/2795 49% [============================== ] 1382/2795 49% [============================== ] 1383/2795 49% [============================== ] 1384/2795 49% [============================== ] 1385/2795 49% [============================== ] 1386/2795 49% [============================== ] 1387/2795 49% [============================== ] 1388/2795 49% [============================== ] 1389/2795 49% [============================== ] 1390/2795 49% [============================== ] 1391/2795 49% [============================== ] 1392/2795 49% [============================== ] 1393/2795 49% [============================== ] 1394/2795 49% [============================== ] 1395/2795 49% [============================== ] 1396/2795 49% [============================== ] 1397/2795 49% [=============================== ] 1398/2795 50% [=============================== ] 1399/2795 50% [=============================== ] 1400/2795 50% [=============================== ] 1401/2795 50% [=============================== ] 1402/2795 50% [=============================== ] 1403/2795 50% [=============================== ] 1404/2795 50% [=============================== ] 1405/2795 50% [=============================== ] 1406/2795 50% [=============================== ] 1407/2795 50% [=============================== ] 1408/2795 50% [=============================== ] 1409/2795 50% [=============================== ] 1410/2795 50% [=============================== ] 1411/2795 50% [=============================== ] 1412/2795 50% [=============================== ] 1413/2795 50% [=============================== ] 1414/2795 50% [=============================== ] 1415/2795 50% [=============================== ] 1416/2795 50% [=============================== ] 1417/2795 50% [=============================== ] 1418/2795 50% [=============================== ] 1419/2795 50% [=============================== ] 1420/2795 50% [=============================== ] 1421/2795 50% [=============================== ] 1422/2795 50% [=============================== ] 1423/2795 50% [=============================== ] 1424/2795 50% [=============================== ] 1425/2795 50% [=============================== ] 1426/2795 51% [=============================== ] 1427/2795 51% [=============================== ] 1428/2795 51% [=============================== ] 1429/2795 51% [=============================== ] 1430/2795 51% [=============================== ] 1431/2795 51% [=============================== ] 1432/2795 51% [=============================== ] 1433/2795 51% [=============================== ] 1434/2795 51% [=============================== ] 1435/2795 51% [=============================== ] 1436/2795 51% [=============================== ] 1437/2795 51% [=============================== ] 1438/2795 51% [=============================== ] 1439/2795 51% [=============================== ] 1440/2795 51% [=============================== ] 1441/2795 51% [=============================== ] 1442/2795 51% [================================ ] 1443/2795 51% [================================ ] 1444/2795 51% [================================ ] 1445/2795 51% [================================ ] 1446/2795 51% [================================ ] 1447/2795 51% [================================ ] 1448/2795 51% [================================ ] 1449/2795 51% [================================ ] 1450/2795 51% [================================ ] 1451/2795 51% [================================ ] 1452/2795 51% [================================ ] 1453/2795 51% [================================ ] 1454/2795 52% [================================ ] 1455/2795 52% [================================ ] 1456/2795 52% [================================ ] 1457/2795 52% [================================ ] 1458/2795 52% [================================ ] 1459/2795 52% [================================ ] 1460/2795 52% [================================ ] 1461/2795 52% [================================ ] 1462/2795 52% [================================ ] 1463/2795 52% [================================ ] 1464/2795 52% [================================ ] 1465/2795 52% [================================ ] 1466/2795 52% [================================ ] 1467/2795 52% [================================ ] 1468/2795 52% [================================ ] 1469/2795 52% [================================ ] 1470/2795 52% [================================ ] 1471/2795 52% [================================ ] 1472/2795 52% [================================ ] 1473/2795 52% [================================ ] 1474/2795 52% [================================ ] 1475/2795 52% [================================ ] 1476/2795 52% [================================ ] 1477/2795 52% [================================ ] 1478/2795 52% [================================ ] 1479/2795 52% [================================ ] 1480/2795 52% [================================ ] 1481/2795 52% [================================ ] 1482/2795 53% [================================ ] 1483/2795 53% [================================ ] 1484/2795 53% [================================ ] 1485/2795 53% [================================ ] 1486/2795 53% [================================ ] 1487/2795 53% [================================= ] 1488/2795 53% [================================= ] 1489/2795 53% [================================= ] 1490/2795 53% [================================= ] 1491/2795 53% [================================= ] 1492/2795 53% [================================= ] 1493/2795 53% [================================= ] 1494/2795 53% [================================= ] 1495/2795 53% [================================= ] 1496/2795 53% [================================= ] 1497/2795 53% [================================= ] 1498/2795 53% [================================= ] 1499/2795 53% [================================= ] 1500/2795 53% [================================= ] 1501/2795 53% [================================= ] 1502/2795 53% [================================= ] 1503/2795 53% [================================= ] 1504/2795 53% [================================= ] 1505/2795 53% [================================= ] 1506/2795 53% [================================= ] 1507/2795 53% [================================= ] 1508/2795 53% [================================= ] 1509/2795 53% [================================= ] 1510/2795 54% [================================= ] 1511/2795 54% [================================= ] 1512/2795 54% [================================= ] 1513/2795 54% [================================= ] 1514/2795 54% [================================= ] 1515/2795 54% [================================= ] 1516/2795 54% [================================= ] 1517/2795 54% [================================= ] 1518/2795 54% [================================= ] 1519/2795 54% [================================= ] 1520/2795 54% [================================= ] 1521/2795 54% [================================= ] 1522/2795 54% [================================= ] 1523/2795 54% [================================= ] 1524/2795 54% [================================= ] 1525/2795 54% [================================= ] 1526/2795 54% [================================= ] 1527/2795 54% [================================= ] 1528/2795 54% [================================= ] 1529/2795 54% [================================= ] 1530/2795 54% [================================= ] 1531/2795 54% [================================= ] 1532/2795 54% [================================== ] 1533/2795 54% [================================== ] 1534/2795 54% [================================== ] 1535/2795 54% [================================== ] 1536/2795 54% [================================== ] 1537/2795 54% [================================== ] 1538/2795 55% [================================== ] 1539/2795 55% [================================== ] 1540/2795 55% [================================== ] 1541/2795 55% [================================== ] 1542/2795 55% [================================== ] 1543/2795 55% [================================== ] 1544/2795 55% [================================== ] 1545/2795 55% [================================== ] 1546/2795 55% [================================== ] 1547/2795 55% [================================== ] 1548/2795 55% [================================== ] 1549/2795 55% [================================== ] 1550/2795 55% [================================== ] 1551/2795 55% [================================== ] 1552/2795 55% [================================== ] 1553/2795 55% [================================== ] 1554/2795 55% [================================== ] 1555/2795 55% [================================== ] 1556/2795 55% [================================== ] 1557/2795 55% [================================== ] 1558/2795 55% [================================== ] 1559/2795 55% [================================== ] 1560/2795 55% [================================== ] 1561/2795 55% [================================== ] 1562/2795 55% [================================== ] 1563/2795 55% [================================== ] 1564/2795 55% [================================== ] 1565/2795 55% [================================== ] 1566/2795 56% [================================== ] 1567/2795 56% [================================== ] 1568/2795 56% [================================== ] 1569/2795 56% [================================== ] 1570/2795 56% [================================== ] 1571/2795 56% [================================== ] 1572/2795 56% [================================== ] 1573/2795 56% [================================== ] 1574/2795 56% [================================== ] 1575/2795 56% [================================== ] 1576/2795 56% [================================== ] 1577/2795 56% [=================================== ] 1578/2795 56% [=================================== ] 1579/2795 56% [=================================== ] 1580/2795 56% [=================================== ] 1581/2795 56% [=================================== ] 1582/2795 56% [=================================== ] 1583/2795 56% [=================================== ] 1584/2795 56% [=================================== ] 1585/2795 56% [=================================== ] 1586/2795 56% [=================================== ] 1587/2795 56% [=================================== ] 1588/2795 56% [=================================== ] 1589/2795 56% [=================================== ] 1590/2795 56% [=================================== ] 1591/2795 56% [=================================== ] 1592/2795 56% [=================================== ] 1593/2795 56% [=================================== ] 1594/2795 57% [=================================== ] 1595/2795 57% [=================================== ] 1596/2795 57% [=================================== ] 1597/2795 57% [=================================== ] 1598/2795 57% [=================================== ] 1599/2795 57% [=================================== ] 1600/2795 57% [=================================== ] 1601/2795 57% [=================================== ] 1602/2795 57% [=================================== ] 1603/2795 57% [=================================== ] 1604/2795 57% [=================================== ] 1605/2795 57% [=================================== ] 1606/2795 57% [=================================== ] 1607/2795 57% [=================================== ] 1608/2795 57% [=================================== ] 1609/2795 57% [=================================== ] 1610/2795 57% [=================================== ] 1611/2795 57% [=================================== ] 1612/2795 57% [=================================== ] 1613/2795 57% [=================================== ] 1614/2795 57% [=================================== ] 1615/2795 57% [=================================== ] 1616/2795 57% [=================================== ] 1617/2795 57% [=================================== ] 1618/2795 57% [=================================== ] 1619/2795 57% [=================================== ] 1620/2795 57% [=================================== ] 1621/2795 57% [=================================== ] 1622/2795 58% [==================================== ] 1623/2795 58% [==================================== ] 1624/2795 58% [==================================== ] 1625/2795 58% [==================================== ] 1626/2795 58% [==================================== ] 1627/2795 58% [==================================== ] 1628/2795 58% [==================================== ] 1629/2795 58% [==================================== ] 1630/2795 58% [==================================== ] 1631/2795 58% [==================================== ] 1632/2795 58% [==================================== ] 1633/2795 58% [==================================== ] 1634/2795 58% [==================================== ] 1635/2795 58% [==================================== ] 1636/2795 58% [==================================== ] 1637/2795 58% [==================================== ] 1638/2795 58% [==================================== ] 1639/2795 58% [==================================== ] 1640/2795 58% [==================================== ] 1641/2795 58% [==================================== ] 1642/2795 58% [==================================== ] 1643/2795 58% [==================================== ] 1644/2795 58% [==================================== ] 1645/2795 58% [==================================== ] 1646/2795 58% [==================================== ] 1647/2795 58% [==================================== ] 1648/2795 58% [==================================== ] 1649/2795 58% [==================================== ] 1650/2795 59% [==================================== ] 1651/2795 59% [==================================== ] 1652/2795 59% [==================================== ] 1653/2795 59% [==================================== ] 1654/2795 59% [==================================== ] 1655/2795 59% [==================================== ] 1656/2795 59% [==================================== ] 1657/2795 59% [==================================== ] 1658/2795 59% [==================================== ] 1659/2795 59% [==================================== ] 1660/2795 59% [==================================== ] 1661/2795 59% [==================================== ] 1662/2795 59% [==================================== ] 1663/2795 59% [==================================== ] 1664/2795 59% [==================================== ] 1665/2795 59% [==================================== ] 1666/2795 59% [==================================== ] 1667/2795 59% [===================================== ] 1668/2795 59% [===================================== ] 1669/2795 59% [===================================== ] 1670/2795 59% [===================================== ] 1671/2795 59% [===================================== ] 1672/2795 59% [===================================== ] 1673/2795 59% [===================================== ] 1674/2795 59% [===================================== ] 1675/2795 59% [===================================== ] 1676/2795 59% [===================================== ] 1677/2795 60% [===================================== ] 1678/2795 60% [===================================== ] 1679/2795 60% [===================================== ] 1680/2795 60% [===================================== ] 1681/2795 60% [===================================== ] 1682/2795 60% [===================================== ] 1683/2795 60% [===================================== ] 1684/2795 60% [===================================== ] 1685/2795 60% [===================================== ] 1686/2795 60% [===================================== ] 1687/2795 60% [===================================== ] 1688/2795 60% [===================================== ] 1689/2795 60% [===================================== ] 1690/2795 60% [===================================== ] 1691/2795 60% [===================================== ] 1692/2795 60% [===================================== ] 1693/2795 60% [===================================== ] 1694/2795 60% [===================================== ] 1695/2795 60% [===================================== ] 1696/2795 60% [===================================== ] 1697/2795 60% [===================================== ] 1698/2795 60% [===================================== ] 1699/2795 60% [===================================== ] 1700/2795 60% [===================================== ] 1701/2795 60% [===================================== ] 1702/2795 60% [===================================== ] 1703/2795 60% [===================================== ] 1704/2795 60% [===================================== ] 1705/2795 61% [===================================== ] 1706/2795 61% [===================================== ] 1707/2795 61% [===================================== ] 1708/2795 61% [===================================== ] 1709/2795 61% [===================================== ] 1710/2795 61% [===================================== ] 1711/2795 61% [===================================== ] 1712/2795 61% [===================================== ] 1713/2795 61% [====================================== ] 1714/2795 61% [====================================== ] 1715/2795 61% [====================================== ] 1716/2795 61% [====================================== ] 1717/2795 61% [====================================== ] 1718/2795 61% [====================================== ] 1719/2795 61% [====================================== ] 1720/2795 61% [====================================== ] 1721/2795 61% [====================================== ] 1722/2795 61% [====================================== ] 1723/2795 61% [====================================== ] 1724/2795 61% [====================================== ] 1725/2795 61% [====================================== ] 1726/2795 61% [====================================== ] 1727/2795 61% [====================================== ] 1728/2795 61% [====================================== ] 1729/2795 61% [====================================== ] 1730/2795 61% [====================================== ] 1731/2795 61% [====================================== ] 1732/2795 61% [====================================== ] 1733/2795 62% [====================================== ] 1734/2795 62% [====================================== ] 1735/2795 62% [====================================== ] 1736/2795 62% [====================================== ] 1737/2795 62% [====================================== ] 1738/2795 62% [====================================== ] 1739/2795 62% [====================================== ] 1740/2795 62% [====================================== ] 1741/2795 62% [====================================== ] 1742/2795 62% [====================================== ] 1743/2795 62% [====================================== ] 1744/2795 62% [====================================== ] 1745/2795 62% [====================================== ] 1746/2795 62% [====================================== ] 1747/2795 62% [====================================== ] 1748/2795 62% [====================================== ] 1749/2795 62% [====================================== ] 1750/2795 62% [====================================== ] 1751/2795 62% [====================================== ] 1752/2795 62% [====================================== ] 1753/2795 62% [====================================== ] 1754/2795 62% [====================================== ] 1755/2795 62% [====================================== ] 1756/2795 62% [====================================== ] 1757/2795 62% [====================================== ] 1758/2795 62% [======================================= ] 1759/2795 62% [======================================= ] 1760/2795 62% [======================================= ] 1761/2795 63% [======================================= ] 1762/2795 63% [======================================= ] 1763/2795 63% [======================================= ] 1764/2795 63% [======================================= ] 1765/2795 63% [======================================= ] 1766/2795 63% [======================================= ] 1767/2795 63% [======================================= ] 1768/2795 63% [======================================= ] 1769/2795 63% [======================================= ] 1770/2795 63% [======================================= ] 1771/2795 63% [======================================= ] 1772/2795 63% [======================================= ] 1773/2795 63% [======================================= ] 1774/2795 63% [======================================= ] 1775/2795 63% [======================================= ] 1776/2795 63% [======================================= ] 1777/2795 63% [======================================= ] 1778/2795 63% [======================================= ] 1779/2795 63% [======================================= ] 1780/2795 63% [======================================= ] 1781/2795 63% [======================================= ] 1782/2795 63% [======================================= ] 1783/2795 63% [======================================= ] 1784/2795 63% [======================================= ] 1785/2795 63% [======================================= ] 1786/2795 63% [======================================= ] 1787/2795 63% [======================================= ] 1788/2795 63% [======================================= ] 1789/2795 64% [======================================= ] 1790/2795 64% [======================================= ] 1791/2795 64% [======================================= ] 1792/2795 64% [======================================= ] 1793/2795 64% [======================================= ] 1794/2795 64% [======================================= ] 1795/2795 64% [======================================= ] 1796/2795 64% [======================================= ] 1797/2795 64% [======================================= ] 1798/2795 64% [======================================= ] 1799/2795 64% [======================================= ] 1800/2795 64% [======================================= ] 1801/2795 64% [======================================= ] 1802/2795 64% [======================================= ] 1803/2795 64% [======================================== ] 1804/2795 64% [======================================== ] 1805/2795 64% [======================================== ] 1806/2795 64% [======================================== ] 1807/2795 64% [======================================== ] 1808/2795 64% [======================================== ] 1809/2795 64% [======================================== ] 1810/2795 64% [======================================== ] 1811/2795 64% [======================================== ] 1812/2795 64% [======================================== ] 1813/2795 64% [======================================== ] 1814/2795 64% [======================================== ] 1815/2795 64% [======================================== ] 1816/2795 64% [======================================== ] 1817/2795 65% [======================================== ] 1818/2795 65% [======================================== ] 1819/2795 65% [======================================== ] 1820/2795 65% [======================================== ] 1821/2795 65% [======================================== ] 1822/2795 65% [======================================== ] 1823/2795 65% [======================================== ] 1824/2795 65% [======================================== ] 1825/2795 65% [======================================== ] 1826/2795 65% [======================================== ] 1827/2795 65% [======================================== ] 1828/2795 65% [======================================== ] 1829/2795 65% [======================================== ] 1830/2795 65% [======================================== ] 1831/2795 65% [======================================== ] 1832/2795 65% [======================================== ] 1833/2795 65% [======================================== ] 1834/2795 65% [======================================== ] 1835/2795 65% [======================================== ] 1836/2795 65% [======================================== ] 1837/2795 65% [======================================== ] 1838/2795 65% [======================================== ] 1839/2795 65% [======================================== ] 1840/2795 65% [======================================== ] 1841/2795 65% [======================================== ] 1842/2795 65% [======================================== ] 1843/2795 65% [======================================== ] 1844/2795 65% [======================================== ] 1845/2795 66% [======================================== ] 1846/2795 66% [======================================== ] 1847/2795 66% [======================================== ] 1848/2795 66% [========================================= ] 1849/2795 66% [========================================= ] 1850/2795 66% [========================================= ] 1851/2795 66% [========================================= ] 1852/2795 66% [========================================= ] 1853/2795 66% [========================================= ] 1854/2795 66% [========================================= ] 1855/2795 66% [========================================= ] 1856/2795 66% [========================================= ] 1857/2795 66% [========================================= ] 1858/2795 66% [========================================= ] 1859/2795 66% [========================================= ] 1860/2795 66% [========================================= ] 1861/2795 66% [========================================= ] 1862/2795 66% [========================================= ] 1863/2795 66% [========================================= ] 1864/2795 66% [========================================= ] 1865/2795 66% [========================================= ] 1866/2795 66% [========================================= ] 1867/2795 66% [========================================= ] 1868/2795 66% [========================================= ] 1869/2795 66% [========================================= ] 1870/2795 66% [========================================= ] 1871/2795 66% [========================================= ] 1872/2795 66% [========================================= ] 1873/2795 67% [========================================= ] 1874/2795 67% [========================================= ] 1875/2795 67% [========================================= ] 1876/2795 67% [========================================= ] 1877/2795 67% [========================================= ] 1878/2795 67% [========================================= ] 1879/2795 67% [========================================= ] 1880/2795 67% [========================================= ] 1881/2795 67% [========================================= ] 1882/2795 67% [========================================= ] 1883/2795 67% [========================================= ] 1884/2795 67% [========================================= ] 1885/2795 67% [========================================= ] 1886/2795 67% [========================================= ] 1887/2795 67% [========================================= ] 1888/2795 67% [========================================= ] 1889/2795 67% [========================================= ] 1890/2795 67% [========================================= ] 1891/2795 67% [========================================= ] 1892/2795 67% [========================================= ] 1893/2795 67% [========================================== ] 1894/2795 67% [========================================== ] 1895/2795 67% [========================================== ] 1896/2795 67% [========================================== ] 1897/2795 67% [========================================== ] 1898/2795 67% [========================================== ] 1899/2795 67% [========================================== ] 1900/2795 67% [========================================== ] 1901/2795 68% [========================================== ] 1902/2795 68% [========================================== ] 1903/2795 68% [========================================== ] 1904/2795 68% [========================================== ] 1905/2795 68% [========================================== ] 1906/2795 68% [========================================== ] 1907/2795 68% [========================================== ] 1908/2795 68% [========================================== ] 1909/2795 68% [========================================== ] 1910/2795 68% [========================================== ] 1911/2795 68% [========================================== ] 1912/2795 68% [========================================== ] 1913/2795 68% [========================================== ] 1914/2795 68% [========================================== ] 1915/2795 68% [========================================== ] 1916/2795 68% [========================================== ] 1917/2795 68% [========================================== ] 1918/2795 68% [========================================== ] 1919/2795 68% [========================================== ] 1920/2795 68% [========================================== ] 1921/2795 68% [========================================== ] 1922/2795 68% [========================================== ] 1923/2795 68% [========================================== ] 1924/2795 68% [========================================== ] 1925/2795 68% [========================================== ] 1926/2795 68% [========================================== ] 1927/2795 68% [========================================== ] 1928/2795 68% [========================================== ] 1929/2795 69% [========================================== ] 1930/2795 69% [========================================== ] 1931/2795 69% [========================================== ] 1932/2795 69% [========================================== ] 1933/2795 69% [========================================== ] 1934/2795 69% [========================================== ] 1935/2795 69% [========================================== ] 1936/2795 69% [========================================== ] 1937/2795 69% [========================================== ] 1938/2795 69% [=========================================== ] 1939/2795 69% [=========================================== ] 1940/2795 69% [=========================================== ] 1941/2795 69% [=========================================== ] 1942/2795 69% [=========================================== ] 1943/2795 69% [=========================================== ] 1944/2795 69% [=========================================== ] 1945/2795 69% [=========================================== ] 1946/2795 69% [=========================================== ] 1947/2795 69% [=========================================== ] 1948/2795 69% [=========================================== ] 1949/2795 69% [=========================================== ] 1950/2795 69% [=========================================== ] 1951/2795 69% [=========================================== ] 1952/2795 69% [=========================================== ] 1953/2795 69% [=========================================== ] 1954/2795 69% [=========================================== ] 1955/2795 69% [=========================================== ] 1956/2795 69% [=========================================== ] 1957/2795 70% [=========================================== ] 1958/2795 70% [=========================================== ] 1959/2795 70% [=========================================== ] 1960/2795 70% [=========================================== ] 1961/2795 70% [=========================================== ] 1962/2795 70% [=========================================== ] 1963/2795 70% [=========================================== ] 1964/2795 70% [=========================================== ] 1965/2795 70% [=========================================== ] 1966/2795 70% [=========================================== ] 1967/2795 70% [=========================================== ] 1968/2795 70% [=========================================== ] 1969/2795 70% [=========================================== ] 1970/2795 70% [=========================================== ] 1971/2795 70% [=========================================== ] 1972/2795 70% [=========================================== ] 1973/2795 70% [=========================================== ] 1974/2795 70% [=========================================== ] 1975/2795 70% [=========================================== ] 1976/2795 70% [=========================================== ] 1977/2795 70% [=========================================== ] 1978/2795 70% [=========================================== ] 1979/2795 70% [=========================================== ] 1980/2795 70% [=========================================== ] 1981/2795 70% [=========================================== ] 1982/2795 70% [=========================================== ] 1983/2795 70% [============================================ ] 1984/2795 70% [============================================ ] 1985/2795 71% [============================================ ] 1986/2795 71% [============================================ ] 1987/2795 71% [============================================ ] 1988/2795 71% [============================================ ] 1989/2795 71% [============================================ ] 1990/2795 71% [============================================ ] 1991/2795 71% [============================================ ] 1992/2795 71% [============================================ ] 1993/2795 71% [============================================ ] 1994/2795 71% [============================================ ] 1995/2795 71% [============================================ ] 1996/2795 71% [============================================ ] 1997/2795 71% [============================================ ] 1998/2795 71% [============================================ ] 1999/2795 71% [============================================ ] 2000/2795 71% [============================================ ] 2001/2795 71% [============================================ ] 2002/2795 71% [============================================ ] 2003/2795 71% [============================================ ] 2004/2795 71% [============================================ ] 2005/2795 71% [============================================ ] 2006/2795 71% [============================================ ] 2007/2795 71% [============================================ ] 2008/2795 71% [============================================ ] 2009/2795 71% [============================================ ] 2010/2795 71% [============================================ ] 2011/2795 71% [============================================ ] 2012/2795 71% [============================================ ] 2013/2795 72% [============================================ ] 2014/2795 72% [============================================ ] 2015/2795 72% [============================================ ] 2016/2795 72% [============================================ ] 2017/2795 72% [============================================ ] 2018/2795 72% [============================================ ] 2019/2795 72% [============================================ ] 2020/2795 72% [============================================ ] 2021/2795 72% [============================================ ] 2022/2795 72% [============================================ ] 2023/2795 72% [============================================ ] 2024/2795 72% [============================================ ] 2025/2795 72% [============================================ ] 2026/2795 72% [============================================ ] 2027/2795 72% [============================================ ] 2028/2795 72% [============================================= ] 2029/2795 72% [============================================= ] 2030/2795 72% [============================================= ] 2031/2795 72% [============================================= ] 2032/2795 72% [============================================= ] 2033/2795 72% [============================================= ] 2034/2795 72% [============================================= ] 2035/2795 72% [============================================= ] 2036/2795 72% [============================================= ] 2037/2795 72% [============================================= ] 2038/2795 72% [============================================= ] 2039/2795 72% [============================================= ] 2040/2795 72% [============================================= ] 2041/2795 73% [============================================= ] 2042/2795 73% [============================================= ] 2043/2795 73% [============================================= ] 2044/2795 73% [============================================= ] 2045/2795 73% [============================================= ] 2046/2795 73% [============================================= ] 2047/2795 73% [============================================= ] 2048/2795 73% [============================================= ] 2049/2795 73% [============================================= ] 2050/2795 73% [============================================= ] 2051/2795 73% [============================================= ] 2052/2795 73% [============================================= ] 2053/2795 73% [============================================= ] 2054/2795 73% [============================================= ] 2055/2795 73% [============================================= ] 2056/2795 73% [============================================= ] 2057/2795 73% [============================================= ] 2058/2795 73% [============================================= ] 2059/2795 73% [============================================= ] 2060/2795 73% [============================================= ] 2061/2795 73% [============================================= ] 2062/2795 73% [============================================= ] 2063/2795 73% [============================================= ] 2064/2795 73% [============================================= ] 2065/2795 73% [============================================= ] 2066/2795 73% [============================================= ] 2067/2795 73% [============================================= ] 2068/2795 73% [============================================= ] 2069/2795 74% [============================================= ] 2070/2795 74% [============================================= ] 2071/2795 74% [============================================= ] 2072/2795 74% [============================================= ] 2073/2795 74% [============================================== ] 2074/2795 74% [============================================== ] 2075/2795 74% [============================================== ] 2076/2795 74% [============================================== ] 2077/2795 74% [============================================== ] 2078/2795 74% [============================================== ] 2079/2795 74% [============================================== ] 2080/2795 74% [============================================== ] 2081/2795 74% [============================================== ] 2082/2795 74% [============================================== ] 2083/2795 74% [============================================== ] 2084/2795 74% [============================================== ] 2085/2795 74% [============================================== ] 2086/2795 74% [============================================== ] 2087/2795 74% [============================================== ] 2088/2795 74% [============================================== ] 2089/2795 74% [============================================== ] 2090/2795 74% [============================================== ] 2091/2795 74% [============================================== ] 2092/2795 74% [============================================== ] 2093/2795 74% [============================================== ] 2094/2795 74% [============================================== ] 2095/2795 74% [============================================== ] 2096/2795 74% [============================================== ] 2097/2795 75% [============================================== ] 2098/2795 75% [============================================== ] 2099/2795 75% [============================================== ] 2100/2795 75% [============================================== ] 2101/2795 75% [============================================== ] 2102/2795 75% [============================================== ] 2103/2795 75% [============================================== ] 2104/2795 75% [============================================== ] 2105/2795 75% [============================================== ] 2106/2795 75% [============================================== ] 2107/2795 75% [============================================== ] 2108/2795 75% [============================================== ] 2109/2795 75% [============================================== ] 2110/2795 75% [============================================== ] 2111/2795 75% [============================================== ] 2112/2795 75% [============================================== ] 2113/2795 75% [============================================== ] 2114/2795 75% [============================================== ] 2115/2795 75% [============================================== ] 2116/2795 75% [============================================== ] 2117/2795 75% [============================================== ] 2118/2795 75% [=============================================== ] 2119/2795 75% [=============================================== ] 2120/2795 75% [=============================================== ] 2121/2795 75% [=============================================== ] 2122/2795 75% [=============================================== ] 2123/2795 75% [=============================================== ] 2124/2795 75% [=============================================== ] 2125/2795 76% [=============================================== ] 2126/2795 76% [=============================================== ] 2127/2795 76% [=============================================== ] 2128/2795 76% [=============================================== ] 2129/2795 76% [=============================================== ] 2130/2795 76% [=============================================== ] 2131/2795 76% [=============================================== ] 2132/2795 76% [=============================================== ] 2133/2795 76% [=============================================== ] 2134/2795 76% [=============================================== ] 2135/2795 76% [=============================================== ] 2136/2795 76% [=============================================== ] 2137/2795 76% [=============================================== ] 2138/2795 76% [=============================================== ] 2139/2795 76% [=============================================== ] 2140/2795 76% [=============================================== ] 2141/2795 76% [=============================================== ] 2142/2795 76% [=============================================== ] 2143/2795 76% [=============================================== ] 2144/2795 76% [=============================================== ] 2145/2795 76% [=============================================== ] 2146/2795 76% [=============================================== ] 2147/2795 76% [=============================================== ] 2148/2795 76% [=============================================== ] 2149/2795 76% [=============================================== ] 2150/2795 76% [=============================================== ] 2151/2795 76% [=============================================== ] 2152/2795 76% [=============================================== ] 2153/2795 77% [=============================================== ] 2154/2795 77% [=============================================== ] 2155/2795 77% [=============================================== ] 2156/2795 77% [=============================================== ] 2157/2795 77% [=============================================== ] 2158/2795 77% [=============================================== ] 2159/2795 77% [=============================================== ] 2160/2795 77% [=============================================== ] 2161/2795 77% [=============================================== ] 2162/2795 77% [=============================================== ] 2163/2795 77% [================================================ ] 2164/2795 77% [================================================ ] 2165/2795 77% [================================================ ] 2166/2795 77% [================================================ ] 2167/2795 77% [================================================ ] 2168/2795 77% [================================================ ] 2169/2795 77% [================================================ ] 2170/2795 77% [================================================ ] 2171/2795 77% [================================================ ] 2172/2795 77% [================================================ ] 2173/2795 77% [================================================ ] 2174/2795 77% [================================================ ] 2175/2795 77% [================================================ ] 2176/2795 77% [================================================ ] 2177/2795 77% [================================================ ] 2178/2795 77% [================================================ ] 2179/2795 77% [================================================ ] 2180/2795 77% [================================================ ] 2181/2795 78% [================================================ ] 2182/2795 78% [================================================ ] 2183/2795 78% [================================================ ] 2184/2795 78% [================================================ ] 2185/2795 78% [================================================ ] 2186/2795 78% [================================================ ] 2187/2795 78% [================================================ ] 2188/2795 78% [================================================ ] 2189/2795 78% [================================================ ] 2190/2795 78% [================================================ ] 2191/2795 78% [================================================ ] 2192/2795 78% [================================================ ] 2193/2795 78% [================================================ ] 2194/2795 78% [================================================ ] 2195/2795 78% [================================================ ] 2196/2795 78% [================================================ ] 2197/2795 78% [================================================ ] 2198/2795 78% [================================================ ] 2199/2795 78% [================================================ ] 2200/2795 78% [================================================ ] 2201/2795 78% [================================================ ] 2202/2795 78% [================================================ ] 2203/2795 78% [================================================ ] 2204/2795 78% [================================================ ] 2205/2795 78% [================================================ ] 2206/2795 78% [================================================ ] 2207/2795 78% [================================================ ] 2208/2795 78% [================================================= ] 2209/2795 79% [================================================= ] 2210/2795 79% [================================================= ] 2211/2795 79% [================================================= ] 2212/2795 79% [================================================= ] 2213/2795 79% [================================================= ] 2214/2795 79% [================================================= ] 2215/2795 79% [================================================= ] 2216/2795 79% [================================================= ] 2217/2795 79% [================================================= ] 2218/2795 79% [================================================= ] 2219/2795 79% [================================================= ] 2220/2795 79% [================================================= ] 2221/2795 79% [================================================= ] 2222/2795 79% [================================================= ] 2223/2795 79% [================================================= ] 2224/2795 79% [================================================= ] 2225/2795 79% [================================================= ] 2226/2795 79% [================================================= ] 2227/2795 79% [================================================= ] 2228/2795 79% [================================================= ] 2229/2795 79% [================================================= ] 2230/2795 79% [================================================= ] 2231/2795 79% [================================================= ] 2232/2795 79% [================================================= ] 2233/2795 79% [================================================= ] 2234/2795 79% [================================================= ] 2235/2795 79% [================================================= ] 2236/2795 80% [================================================= ] 2237/2795 80% [================================================= ] 2238/2795 80% [================================================= ] 2239/2795 80% [================================================= ] 2240/2795 80% [================================================= ] 2241/2795 80% [================================================= ] 2242/2795 80% [================================================= ] 2243/2795 80% [================================================= ] 2244/2795 80% [================================================= ] 2245/2795 80% [================================================= ] 2246/2795 80% [================================================= ] 2247/2795 80% [================================================= ] 2248/2795 80% [================================================= ] 2249/2795 80% [================================================= ] 2250/2795 80% [================================================= ] 2251/2795 80% [================================================= ] 2252/2795 80% [================================================= ] 2253/2795 80% [================================================= ] 2254/2795 80% [================================================== ] 2255/2795 80% [================================================== ] 2256/2795 80% [================================================== ] 2257/2795 80% [================================================== ] 2258/2795 80% [================================================== ] 2259/2795 80% [================================================== ] 2260/2795 80% [================================================== ] 2261/2795 80% [================================================== ] 2262/2795 80% [================================================== ] 2263/2795 80% [================================================== ] 2264/2795 81% [================================================== ] 2265/2795 81% [================================================== ] 2266/2795 81% [================================================== ] 2267/2795 81% [================================================== ] 2268/2795 81% [================================================== ] 2269/2795 81% [================================================== ] 2270/2795 81% [================================================== ] 2271/2795 81% [================================================== ] 2272/2795 81% [================================================== ] 2273/2795 81% [================================================== ] 2274/2795 81% [================================================== ] 2275/2795 81% [================================================== ] 2276/2795 81% [================================================== ] 2277/2795 81% [================================================== ] 2278/2795 81% [================================================== ] 2279/2795 81% [================================================== ] 2280/2795 81% [================================================== ] 2281/2795 81% [================================================== ] 2282/2795 81% [================================================== ] 2283/2795 81% [================================================== ] 2284/2795 81% [================================================== ] 2285/2795 81% [================================================== ] 2286/2795 81% [================================================== ] 2287/2795 81% [================================================== ] 2288/2795 81% [================================================== ] 2289/2795 81% [================================================== ] 2290/2795 81% [================================================== ] 2291/2795 81% [================================================== ] 2292/2795 82% [================================================== ] 2293/2795 82% [================================================== ] 2294/2795 82% [================================================== ] 2295/2795 82% [================================================== ] 2296/2795 82% [================================================== ] 2297/2795 82% [================================================== ] 2298/2795 82% [================================================== ] 2299/2795 82% [=================================================== ] 2300/2795 82% [=================================================== ] 2301/2795 82% [=================================================== ] 2302/2795 82% [=================================================== ] 2303/2795 82% [=================================================== ] 2304/2795 82% [=================================================== ] 2305/2795 82% [=================================================== ] 2306/2795 82% [=================================================== ] 2307/2795 82% [=================================================== ] 2308/2795 82% [=================================================== ] 2309/2795 82% [=================================================== ] 2310/2795 82% [=================================================== ] 2311/2795 82% [=================================================== ] 2312/2795 82% [=================================================== ] 2313/2795 82% [=================================================== ] 2314/2795 82% [=================================================== ] 2315/2795 82% [=================================================== ] 2316/2795 82% [=================================================== ] 2317/2795 82% [=================================================== ] 2318/2795 82% [=================================================== ] 2319/2795 82% [=================================================== ] 2320/2795 83% [=================================================== ] 2321/2795 83% [=================================================== ] 2322/2795 83% [=================================================== ] 2323/2795 83% [=================================================== ] 2324/2795 83% [=================================================== ] 2325/2795 83% [=================================================== ] 2326/2795 83% [=================================================== ] 2327/2795 83% [=================================================== ] 2328/2795 83% [=================================================== ] 2329/2795 83% [=================================================== ] 2330/2795 83% [=================================================== ] 2331/2795 83% [=================================================== ] 2332/2795 83% [=================================================== ] 2333/2795 83% [=================================================== ] 2334/2795 83% [=================================================== ] 2335/2795 83% [=================================================== ] 2336/2795 83% [=================================================== ] 2337/2795 83% [=================================================== ] 2338/2795 83% [=================================================== ] 2339/2795 83% [=================================================== ] 2340/2795 83% [=================================================== ] 2341/2795 83% [=================================================== ] 2342/2795 83% [=================================================== ] 2343/2795 83% [=================================================== ] 2344/2795 83% [==================================================== ] 2345/2795 83% [==================================================== ] 2346/2795 83% [==================================================== ] 2347/2795 83% [==================================================== ] 2348/2795 84% [==================================================== ] 2349/2795 84% [==================================================== ] 2350/2795 84% [==================================================== ] 2351/2795 84% [==================================================== ] 2352/2795 84% [==================================================== ] 2353/2795 84% [==================================================== ] 2354/2795 84% [==================================================== ] 2355/2795 84% [==================================================== ] 2356/2795 84% [==================================================== ] 2357/2795 84% [==================================================== ] 2358/2795 84% [==================================================== ] 2359/2795 84% [==================================================== ] 2360/2795 84% [==================================================== ] 2361/2795 84% [==================================================== ] 2362/2795 84% [==================================================== ] 2363/2795 84% [==================================================== ] 2364/2795 84% [==================================================== ] 2365/2795 84% [==================================================== ] 2366/2795 84% [==================================================== ] 2367/2795 84% [==================================================== ] 2368/2795 84% [==================================================== ] 2369/2795 84% [==================================================== ] 2370/2795 84% [==================================================== ] 2371/2795 84% [==================================================== ] 2372/2795 84% [==================================================== ] 2373/2795 84% [==================================================== ] 2374/2795 84% [==================================================== ] 2375/2795 84% [==================================================== ] 2376/2795 85% [==================================================== ] 2377/2795 85% [==================================================== ] 2378/2795 85% [==================================================== ] 2379/2795 85% [==================================================== ] 2380/2795 85% [==================================================== ] 2381/2795 85% [==================================================== ] 2382/2795 85% [==================================================== ] 2383/2795 85% [==================================================== ] 2384/2795 85% [==================================================== ] 2385/2795 85% [==================================================== ] 2386/2795 85% [==================================================== ] 2387/2795 85% [==================================================== ] 2388/2795 85% [==================================================== ] 2389/2795 85% [===================================================== ] 2390/2795 85% [===================================================== ] 2391/2795 85% [===================================================== ] 2392/2795 85% [===================================================== ] 2393/2795 85% [===================================================== ] 2394/2795 85% [===================================================== ] 2395/2795 85% [===================================================== ] 2396/2795 85% [===================================================== ] 2397/2795 85% [===================================================== ] 2398/2795 85% [===================================================== ] 2399/2795 85% [===================================================== ] 2400/2795 85% [===================================================== ] 2401/2795 85% [===================================================== ] 2402/2795 85% [===================================================== ] 2403/2795 85% [===================================================== ] 2404/2795 86% [===================================================== ] 2405/2795 86% [===================================================== ] 2406/2795 86% [===================================================== ] 2407/2795 86% [===================================================== ] 2408/2795 86% [===================================================== ] 2409/2795 86% [===================================================== ] 2410/2795 86% [===================================================== ] 2411/2795 86% [===================================================== ] 2412/2795 86% [===================================================== ] 2413/2795 86% [===================================================== ] 2414/2795 86% [===================================================== ] 2415/2795 86% [===================================================== ] 2416/2795 86% [===================================================== ] 2417/2795 86% [===================================================== ] 2418/2795 86% [===================================================== ] 2419/2795 86% [===================================================== ] 2420/2795 86% [===================================================== ] 2421/2795 86% [===================================================== ] 2422/2795 86% [===================================================== ] 2423/2795 86% [===================================================== ] 2424/2795 86% [===================================================== ] 2425/2795 86% [===================================================== ] 2426/2795 86% [===================================================== ] 2427/2795 86% [===================================================== ] 2428/2795 86% [===================================================== ] 2429/2795 86% [===================================================== ] 2430/2795 86% [===================================================== ] 2431/2795 86% [===================================================== ] 2432/2795 87% [===================================================== ] 2433/2795 87% [===================================================== ] 2434/2795 87% [====================================================== ] 2435/2795 87% [====================================================== ] 2436/2795 87% [====================================================== ] 2437/2795 87% [====================================================== ] 2438/2795 87% [====================================================== ] 2439/2795 87% [====================================================== ] 2440/2795 87% [====================================================== ] 2441/2795 87% [====================================================== ] 2442/2795 87% [====================================================== ] 2443/2795 87% [====================================================== ] 2444/2795 87% [====================================================== ] 2445/2795 87% [====================================================== ] 2446/2795 87% [====================================================== ] 2447/2795 87% [====================================================== ] 2448/2795 87% [====================================================== ] 2449/2795 87% [====================================================== ] 2450/2795 87% [====================================================== ] 2451/2795 87% [====================================================== ] 2452/2795 87% [====================================================== ] 2453/2795 87% [====================================================== ] 2454/2795 87% [====================================================== ] 2455/2795 87% [====================================================== ] 2456/2795 87% [====================================================== ] 2457/2795 87% [====================================================== ] 2458/2795 87% [====================================================== ] 2459/2795 87% [====================================================== ] 2460/2795 88% [====================================================== ] 2461/2795 88% [====================================================== ] 2462/2795 88% [====================================================== ] 2463/2795 88% [====================================================== ] 2464/2795 88% [====================================================== ] 2465/2795 88% [====================================================== ] 2466/2795 88% [====================================================== ] 2467/2795 88% [====================================================== ] 2468/2795 88% [====================================================== ] 2469/2795 88% [====================================================== ] 2470/2795 88% [====================================================== ] 2471/2795 88% [====================================================== ] 2472/2795 88% [====================================================== ] 2473/2795 88% [====================================================== ] 2474/2795 88% [====================================================== ] 2475/2795 88% [====================================================== ] 2476/2795 88% [====================================================== ] 2477/2795 88% [====================================================== ] 2478/2795 88% [====================================================== ] 2479/2795 88% [======================================================= ] 2480/2795 88% [======================================================= ] 2481/2795 88% [======================================================= ] 2482/2795 88% [======================================================= ] 2483/2795 88% [======================================================= ] 2484/2795 88% [======================================================= ] 2485/2795 88% [======================================================= ] 2486/2795 88% [======================================================= ] 2487/2795 88% [======================================================= ] 2488/2795 89% [======================================================= ] 2489/2795 89% [======================================================= ] 2490/2795 89% [======================================================= ] 2491/2795 89% [======================================================= ] 2492/2795 89% [======================================================= ] 2493/2795 89% [======================================================= ] 2494/2795 89% [======================================================= ] 2495/2795 89% [======================================================= ] 2496/2795 89% [======================================================= ] 2497/2795 89% [======================================================= ] 2498/2795 89% [======================================================= ] 2499/2795 89% [======================================================= ] 2500/2795 89% [======================================================= ] 2501/2795 89% [======================================================= ] 2502/2795 89% [======================================================= ] 2503/2795 89% [======================================================= ] 2504/2795 89% [======================================================= ] 2505/2795 89% [======================================================= ] 2506/2795 89% [======================================================= ] 2507/2795 89% [======================================================= ] 2508/2795 89% [======================================================= ] 2509/2795 89% [======================================================= ] 2510/2795 89% [======================================================= ] 2511/2795 89% [======================================================= ] 2512/2795 89% [======================================================= ] 2513/2795 89% [======================================================= ] 2514/2795 89% [======================================================= ] 2515/2795 89% [======================================================= ] 2516/2795 90% [======================================================= ] 2517/2795 90% [======================================================= ] 2518/2795 90% [======================================================= ] 2519/2795 90% [======================================================= ] 2520/2795 90% [======================================================= ] 2521/2795 90% [======================================================= ] 2522/2795 90% [======================================================= ] 2523/2795 90% [======================================================= ] 2524/2795 90% [======================================================== ] 2525/2795 90% [======================================================== ] 2526/2795 90% [======================================================== ] 2527/2795 90% [======================================================== ] 2528/2795 90% [======================================================== ] 2529/2795 90% [======================================================== ] 2530/2795 90% [======================================================== ] 2531/2795 90% [======================================================== ] 2532/2795 90% [======================================================== ] 2533/2795 90% [======================================================== ] 2534/2795 90% [======================================================== ] 2535/2795 90% [======================================================== ] 2536/2795 90% [======================================================== ] 2537/2795 90% [======================================================== ] 2538/2795 90% [======================================================== ] 2539/2795 90% [======================================================== ] 2540/2795 90% [======================================================== ] 2541/2795 90% [======================================================== ] 2542/2795 90% [======================================================== ] 2543/2795 90% [======================================================== ] 2544/2795 91% [======================================================== ] 2545/2795 91% [======================================================== ] 2546/2795 91% [======================================================== ] 2547/2795 91% [======================================================== ] 2548/2795 91% [======================================================== ] 2549/2795 91% [======================================================== ] 2550/2795 91% [======================================================== ] 2551/2795 91% [======================================================== ] 2552/2795 91% [======================================================== ] 2553/2795 91% [======================================================== ] 2554/2795 91% [======================================================== ] 2555/2795 91% [======================================================== ] 2556/2795 91% [======================================================== ] 2557/2795 91% [======================================================== ] 2558/2795 91% [======================================================== ] 2559/2795 91% [======================================================== ] 2560/2795 91% [======================================================== ] 2561/2795 91% [======================================================== ] 2562/2795 91% [======================================================== ] 2563/2795 91% [======================================================== ] 2564/2795 91% [======================================================== ] 2565/2795 91% [======================================================== ] 2566/2795 91% [======================================================== ] 2567/2795 91% [======================================================== ] 2568/2795 91% [======================================================== ] 2569/2795 91% [========================================================= ] 2570/2795 91% [========================================================= ] 2571/2795 91% [========================================================= ] 2572/2795 92% [========================================================= ] 2573/2795 92% [========================================================= ] 2574/2795 92% [========================================================= ] 2575/2795 92% [========================================================= ] 2576/2795 92% [========================================================= ] 2577/2795 92% [========================================================= ] 2578/2795 92% [========================================================= ] 2579/2795 92% [========================================================= ] 2580/2795 92% [========================================================= ] 2581/2795 92% [========================================================= ] 2582/2795 92% [========================================================= ] 2583/2795 92% [========================================================= ] 2584/2795 92% [========================================================= ] 2585/2795 92% [========================================================= ] 2586/2795 92% [========================================================= ] 2587/2795 92% [========================================================= ] 2588/2795 92% [========================================================= ] 2589/2795 92% [========================================================= ] 2590/2795 92% [========================================================= ] 2591/2795 92% [========================================================= ] 2592/2795 92% [========================================================= ] 2593/2795 92% [========================================================= ] 2594/2795 92% [========================================================= ] 2595/2795 92% [========================================================= ] 2596/2795 92% [========================================================= ] 2597/2795 92% [========================================================= ] 2598/2795 92% [========================================================= ] 2599/2795 92% [========================================================= ] 2600/2795 93% [========================================================= ] 2601/2795 93% [========================================================= ] 2602/2795 93% [========================================================= ] 2603/2795 93% [========================================================= ] 2604/2795 93% [========================================================= ] 2605/2795 93% [========================================================= ] 2606/2795 93% [========================================================= ] 2607/2795 93% [========================================================= ] 2608/2795 93% [========================================================= ] 2609/2795 93% [========================================================= ] 2610/2795 93% [========================================================= ] 2611/2795 93% [========================================================= ] 2612/2795 93% [========================================================= ] 2613/2795 93% [========================================================= ] 2614/2795 93% [========================================================== ] 2615/2795 93% [========================================================== ] 2616/2795 93% [========================================================== ] 2617/2795 93% [========================================================== ] 2618/2795 93% [========================================================== ] 2619/2795 93% [========================================================== ] 2620/2795 93% [========================================================== ] 2621/2795 93% [========================================================== ] 2622/2795 93% [========================================================== ] 2623/2795 93% [========================================================== ] 2624/2795 93% [========================================================== ] 2625/2795 93% [========================================================== ] 2626/2795 93% [========================================================== ] 2627/2795 93% [========================================================== ] 2628/2795 94% [========================================================== ] 2629/2795 94% [========================================================== ] 2630/2795 94% [========================================================== ] 2631/2795 94% [========================================================== ] 2632/2795 94% [========================================================== ] 2633/2795 94% [========================================================== ] 2634/2795 94% [========================================================== ] 2635/2795 94% [========================================================== ] 2636/2795 94% [========================================================== ] 2637/2795 94% [========================================================== ] 2638/2795 94% [========================================================== ] 2639/2795 94% [========================================================== ] 2640/2795 94% [========================================================== ] 2641/2795 94% [========================================================== ] 2642/2795 94% [========================================================== ] 2643/2795 94% [========================================================== ] 2644/2795 94% [========================================================== ] 2645/2795 94% [========================================================== ] 2646/2795 94% [========================================================== ] 2647/2795 94% [========================================================== ] 2648/2795 94% [========================================================== ] 2649/2795 94% [========================================================== ] 2650/2795 94% [========================================================== ] 2651/2795 94% [========================================================== ] 2652/2795 94% [========================================================== ] 2653/2795 94% [========================================================== ] 2654/2795 94% [========================================================== ] 2655/2795 94% [========================================================== ] 2656/2795 95% [========================================================== ] 2657/2795 95% [========================================================== ] 2658/2795 95% [========================================================== ] 2659/2795 95% [=========================================================== ] 2660/2795 95% [=========================================================== ] 2661/2795 95% [=========================================================== ] 2662/2795 95% [=========================================================== ] 2663/2795 95% [=========================================================== ] 2664/2795 95% [=========================================================== ] 2665/2795 95% [=========================================================== ] 2666/2795 95% [=========================================================== ] 2667/2795 95% [=========================================================== ] 2668/2795 95% [=========================================================== ] 2669/2795 95% [=========================================================== ] 2670/2795 95% [=========================================================== ] 2671/2795 95% [=========================================================== ] 2672/2795 95% [=========================================================== ] 2673/2795 95% [=========================================================== ] 2674/2795 95% [=========================================================== ] 2675/2795 95% [=========================================================== ] 2676/2795 95% [=========================================================== ] 2677/2795 95% [=========================================================== ] 2678/2795 95% [=========================================================== ] 2679/2795 95% [=========================================================== ] 2680/2795 95% [=========================================================== ] 2681/2795 95% [=========================================================== ] 2682/2795 95% [=========================================================== ] 2683/2795 95% [=========================================================== ] 2684/2795 96% [=========================================================== ] 2685/2795 96% [=========================================================== ] 2686/2795 96% [=========================================================== ] 2687/2795 96% [=========================================================== ] 2688/2795 96% [=========================================================== ] 2689/2795 96% [=========================================================== ] 2690/2795 96% [=========================================================== ] 2691/2795 96% [=========================================================== ] 2692/2795 96% [=========================================================== ] 2693/2795 96% [=========================================================== ] 2694/2795 96% [=========================================================== ] 2695/2795 96% [=========================================================== ] 2696/2795 96% [=========================================================== ] 2697/2795 96% [=========================================================== ] 2698/2795 96% [=========================================================== ] 2699/2795 96% [=========================================================== ] 2700/2795 96% [=========================================================== ] 2701/2795 96% [=========================================================== ] 2702/2795 96% [=========================================================== ] 2703/2795 96% [=========================================================== ] 2704/2795 96% [============================================================ ] 2705/2795 96% [============================================================ ] 2706/2795 96% [============================================================ ] 2707/2795 96% [============================================================ ] 2708/2795 96% [============================================================ ] 2709/2795 96% [============================================================ ] 2710/2795 96% [============================================================ ] 2711/2795 96% [============================================================ ] 2712/2795 97% [============================================================ ] 2713/2795 97% [============================================================ ] 2714/2795 97% [============================================================ ] 2715/2795 97% [============================================================ ] 2716/2795 97% [============================================================ ] 2717/2795 97% [============================================================ ] 2718/2795 97% [============================================================ ] 2719/2795 97% [============================================================ ] 2720/2795 97% [============================================================ ] 2721/2795 97% [============================================================ ] 2722/2795 97% [============================================================ ] 2723/2795 97% [============================================================ ] 2724/2795 97% [============================================================ ] 2725/2795 97% [============================================================ ] 2726/2795 97% [============================================================ ] 2727/2795 97% [============================================================ ] 2728/2795 97% [============================================================ ] 2729/2795 97% [============================================================ ] 2730/2795 97% [============================================================ ] 2731/2795 97% [============================================================ ] 2732/2795 97% [============================================================ ] 2733/2795 97% [============================================================ ] 2734/2795 97% [============================================================ ] 2735/2795 97% [============================================================ ] 2736/2795 97% [============================================================ ] 2737/2795 97% [============================================================ ] 2738/2795 97% [============================================================ ] 2739/2795 97% [============================================================ ] 2740/2795 98% [============================================================ ] 2741/2795 98% [============================================================ ] 2742/2795 98% [============================================================ ] 2743/2795 98% [============================================================ ] 2744/2795 98% [============================================================ ] 2745/2795 98% [============================================================ ] 2746/2795 98% [============================================================ ] 2747/2795 98% [============================================================ ] 2748/2795 98% [============================================================ ] 2749/2795 98% [============================================================= ] 2750/2795 98% [============================================================= ] 2751/2795 98% [============================================================= ] 2752/2795 98% [============================================================= ] 2753/2795 98% [============================================================= ] 2754/2795 98% [============================================================= ] 2755/2795 98% [============================================================= ] 2756/2795 98% [============================================================= ] 2757/2795 98% [============================================================= ] 2758/2795 98% [============================================================= ] 2759/2795 98% [============================================================= ] 2760/2795 98% [============================================================= ] 2761/2795 98% [============================================================= ] 2762/2795 98% [============================================================= ] 2763/2795 98% [============================================================= ] 2764/2795 98% [============================================================= ] 2765/2795 98% [============================================================= ] 2766/2795 98% [============================================================= ] 2767/2795 98% [============================================================= ] 2768/2795 99% [============================================================= ] 2769/2795 99% [============================================================= ] 2770/2795 99% [============================================================= ] 2771/2795 99% [============================================================= ] 2772/2795 99% [============================================================= ] 2773/2795 99% [============================================================= ] 2774/2795 99% [============================================================= ] 2775/2795 99% [============================================================= ] 2776/2795 99% [============================================================= ] 2777/2795 99% [============================================================= ] 2778/2795 99% [============================================================= ] 2779/2795 99% [============================================================= ] 2780/2795 99% [============================================================= ] 2781/2795 99% [============================================================= ] 2782/2795 99% [============================================================= ] 2783/2795 99% [============================================================= ] 2784/2795 99% [============================================================= ] 2785/2795 99% [============================================================= ] 2786/2795 99% [============================================================= ] 2787/2795 99% [============================================================= ] 2788/2795 99% [============================================================= ] 2789/2795 99% [============================================================= ] 2790/2795 99% [============================================================= ] 2791/2795 99% [============================================================= ] 2792/2795 99% [============================================================= ] 2793/2795 99% [============================================================= ] 2794/2795 99% [==============================================================] 2795/2795 100% operation complete, 2795 objects in 129939 NAND pages. ln -snf /nvmedata/autobuild/instance-30/output-1/host/powerpc64le-buildroot-linux-gnu/sysroot /nvmedata/autobuild/instance-30/output-1/staging make: Leaving directory '/nvmedata/autobuild/instance-30/buildroot' make: Entering directory '/nvmedata/autobuild/instance-30/buildroot' >>> Buildroot 2022.02-887-gc2d3033ddc Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> host-abootimg 1ebeb393252ab5aeed62e34bc439b6728444f06e Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-skeleton Collecting legal info >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> aer-inject 9bd5e2c7886fca72f139cd8402488a2235957d41 Collecting legal info README: OK (sha256: 659a191d8775e05c6c6a9a4ba66b3577c577342bb83f20d393135eb6633c8973) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.3.0 Collecting legal info >>> glibc 2.35-6-g491f2ef1f0ff849490f374917957018d07ee0586 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-gawk 5.1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 10.3.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 5.15.37 Collecting legal info >>> aespipe 2.4f Collecting legal info >>> bash 5.1.16 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) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bc 1.07.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> bearssl 0.6 Collecting legal info LICENSE.txt: OK (sha256: 771bf18c8633ea69ec9b07d2e604c4b99b7bef41b0f5ce6385d24df4448f61ca) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> bwm-ng 0.6.3 Collecting legal info COPYING: OK (sha256: 8556cc15ba3c0a411bf7d94bac5870829fb725f294b450c724c1e0856a601556) >>> c-periphery 2.3.1 Collecting legal info LICENSE: OK (sha256: 7121a0a2ba36ed9388be2f1a916f0e3584d8e49cc7888fbcfcf83bab2a8bebef) >>> host-cmake 3.18.6 Collecting legal info Copyright.txt: OK (sha256: 131b9ff756b64a25b7461c3c1382e70b16c70a5b4833a1577897fa3ea6d88f8d) >>> 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-python3 3.10.4 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-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-expat 2.4.7 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1o Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> 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) >>> cjson 1.7.15 Collecting legal info LICENSE: OK (sha256: a36dda207c36db5818729c54e7ad4e8b0c6fba847491ba64f372c1a2037b6d5c) >>> 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) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dehydrated 0.7.0 Collecting legal info LICENSE: OK (sha256: b4583b7dd07e3e2a08906de38e7e329d41f921ed9dcb6310b3886e013a6b8723) >>> dhcp 4.4.3 Collecting legal info LICENSE: OK (sha256: 45a39c430be0920cb9570f34b32d2378fe6048c034f2f3265b9326d64ada73df) >>> dnsmasq 2.86 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) COPYING-v3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libidn2 2.3.2 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> dvdauthor 0.7.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> libdvdread 6.1.2 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> 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) >>> execline 2.8.0.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> faad2 2.10.0 Collecting legal info COPYING: OK (sha256: d3baf3a54943cf12a994c85867a18dec84f810901b2f2878ddfd77efcc3c150f) >>> fan-ctrl 1.3 Collecting legal info ERROR: No hash found for fan-ctrl.c >>> fbgrab 1.5 Collecting legal info COPYING: OK (sha256: fa5fc1d1eec39532ea517518eeefd7b6e3c14341a55e5880a0e2a49eee47a5b7) >>> host-firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Collecting legal info >>> fluid-soundfont 3.1 Collecting legal info COPYING: OK (sha256: 8ef830b65c97a976b86e34bb5fde08d99dfb1db13c4149b5b20bc837ac6c4568) >>> fmtools 2.0.7 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> fping 5.1 Collecting legal info COPYING: OK (sha256: 6051b27e4b4a648f7bc8b329024da53a6e95ce88fcf0ccc259c371a74b741757) >>> fswebcam 20200725 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> jpeg Collecting legal info >>> jpeg-turbo 2.1.3 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> gnuplot 5.4.3 Collecting legal info Copyright: OK (sha256: 895928ec0735cca1c8cec42656c7e314a065d0242813bb8693c0c1bf61fd4e4d) >>> gumbo-parser 0.10.1 Collecting legal info COPYING: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> haserl 0.9.36 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> htpdate 1.3.4 Collecting legal info LICENSE: OK (sha256: 7989949df09a0489434723c571541604cd3f2e0418c6a6aa9179bfaf8ec807cc) >>> openssl Collecting legal info >>> libopenssl 1.1.1o Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> initscripts Collecting legal info >>> jasper 2.0.33 Collecting legal info LICENSE: OK (sha256: 4ad1bb42aff888c4403d792e6e2c5f1716d6c279fea70b296333c9d577d30b81) >>> keepalived 2.2.7 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> keyutils 1.6.3 Collecting legal info LICENCE.GPL: OK (sha256: f46409d4822b2457b39bbd0e7881eecb396130eb8320b7748fa7e9488970aa6d) LICENCE.LGPL: OK (sha256: 0d15593e3a8ad90917f8509b5ac1e4b5e5d196434a68029aa9dc0858a4a4c521) >>> kmod 29 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libcodec2 1.0.1 Collecting legal info COPYING: OK (sha256: 9ebb6f82b7380a62ac74c5f0322c88e6744dedf2ebe1f54d6f088282b39844bf) >>> libcsv 3.0.3 Collecting legal info COPYING.LESSER: OK (sha256: 6876b170378d38f65aadd271485f0a5c45beaa043a7d3de5e1636ec927922c83) >>> libcurl 7.83.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> libebur128 1.2.6 Collecting legal info COPYING: OK (sha256: d6b4754bb67bdd08b97d5d11b2d7434997a371585a78fe77007149df3af8d09c) >>> libg7221 dbfc29d4806ecdace50379a2f4d68a992a6fec34 Collecting legal info COPYING: OK (sha256: 26cc5f718279b45dbe34e25a2d29b2c8ca487bd9ab11b2d68c9318ff59d5c645) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libmbus 0.8.0 Collecting legal info COPYING: OK (sha256: ea171a4ae443eca7186f564db2c3cc8b84c1ac343f227f92cd52ec6a948f4a74) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libndp 1.8 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_cthelper 1.0.0 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnids 1.26 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> liboauth 1.0.3 Collecting legal info COPYING.MIT: OK (sha256: c30608672733bf3abd2ccf6f3206be8d91b7ee58b007b2fdbcfbc61c655e7fb7) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libsysfs 2.1.1 Collecting legal info cmd/GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lib/LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtelnet 0.23 Collecting legal info COPYING: OK (sha256: b1faf309467bc1d0aab9b42d6e86a614e78f8fe3580e289966b5b9f9a8f94d99) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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) >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> liburiparser 0.9.6 Collecting legal info COPYING: OK (sha256: 287f09e6546a9610f949f89e8fb937cacfeabd7bfaa8c8a0c18312193bf04ad3) >>> libvncserver 0.9.13 Collecting legal info COPYING: OK (sha256: 4d23c8c814e5baf007d854f01d8502e77dc56a41144934e003fb32c4e052d20f) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> make 4.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> nfacct 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> nginx 1.20.1 Collecting legal info LICENSE: OK (sha256: b57270c1f73eb6624b38b2d0a1affcec56b21fab39efbf8c837428f05cef1d73) >>> host-nodejs 14.18.3 Collecting legal info LICENSE: OK (sha256: b3a67885b5a6ac35e8bbe8190509e41b79b0d9a2e3fbd47186f2ac4727f63be5) >>> host-icu 70-1 Collecting legal info LICENSE: OK (sha256: 861671f8c712aa046f8f5ac89239e6c33821636516c5d0cc8c4e1973085f27a6) >>> numactl 2.0.14 Collecting legal info README.md: OK (sha256: e2b738b1303c088421b09933a78c1326fe43692e2c05a7c510a2eb7e7a8eb575) >>> openvpn 2.5.6 Collecting legal info COPYRIGHT.GPL: OK (sha256: 1fcb78d7e478bb8a9408010bdc91b36e213b1facfad093df3f7ce7e28af19043) >>> pkcs11-helper 1.28 Collecting legal info COPYING: OK (sha256: 808705ac1daafe07a76431929575c5712a8693977a39ec9102aed25f030754d9) COPYING.BSD: OK (sha256: 865496cf23a6c792739ff2f9ea11e95ac99db89cfe3780a295b4e1495a9c19fe) COPYING.GPL: OK (sha256: cd2e7d63a11058f19c58b06fb8c759140ce70788369dce6e6e9db40d3475021e) >>> host-pahole 73383b3a39afe86b22e098773e47b8546c48a649 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-elfutils 0.186 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-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-libbpf 0.7.0 Collecting legal info LICENSE: OK (sha256: 847f4addbd56e2d5be20c4ea0845e972672fc07b755fadaae5f7abd35d71e349) LICENSE.BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) LICENSE.LGPL-2.1: OK (sha256: 0b9a4febcdee6de55872501d5c1a8f5d8b0d1650cd4d5351995ceb22e889f8ca) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> perl-astro-suntime 0.06 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-perl 5.34.1 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 06bab256e2e039c59d2ca3c5853425317b4a0f251fe4e5d5201a987b11fc4f78) >>> host-perl-module-build 0.4231 Collecting legal info LICENSE: OK (sha256: f35ac2cc6b808a38c42c2d230b875217b0a24bb51e5a497ebb630cbb3d806c3e) >>> perl 5.34.1 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 06bab256e2e039c59d2ca3c5853425317b4a0f251fe4e5d5201a987b11fc4f78) >>> perl-class-std-fast 0.0.8 Collecting legal info README: OK (sha256: aa1ab90c498aee078076e9a1f83e5f14bbfd841509582795ab5a9571428c0c38) >>> perl-class-std 0.013 Collecting legal info README: OK (sha256: b8175bf3750dc54096bf1506c681b4f13262e5b82e40244e9a77730c6b72e4d6) >>> perl-dist-checkconflicts 0.11 Collecting legal info LICENSE: OK (sha256: b4e0637ed96008ddcbf7e0ddeb73967df3d0b4dc62a6b7fdb86eac37018cb12e) >>> perl-encode-locale 1.05 Collecting legal info README: OK (sha256: edfeacafbed5a0f2c4a2a3db3fb0274a7f210768d01c853c60b7feac841c83c8) >>> perl-http-date 6.05 Collecting legal info LICENSE: OK (sha256: 305b71c4d2fd6380585689c5f1c620737a36a318ce0f9c772badce0fe293a44e) >>> perl-io-html 1.004 Collecting legal info LICENSE: OK (sha256: 669fdd41b60ef6169a975b87a5fe35c50e81b9efc8f96b2459f4fbb238079d84) >>> perl-math-int64 0.54 Collecting legal info COPYING: OK (sha256: 59feedfdc4f99a746c54e06ac46c4627fb1e29be3bc71756184f92333600f72b) >>> perl-module-implementation 0.09 Collecting legal info LICENSE: OK (sha256: dd34e4dbcadfaa3db992201873e1cbb4b4f4c18e9bf000821d5c768e66d7ff0b) >>> perl-module-runtime 0.016 Collecting legal info README: OK (sha256: ad1761020436687e8493208336ef53e84589fdba212da59b05b8111cca75ddc1) >>> perl-mojolicious-plugin-authentication 1.37 Collecting legal info LICENSE: OK (sha256: 37d219684a6c5f8754435fb0dd36a779121e416553fd6a75e22a7545039d1021) >>> perl-mojolicious 9.24 Collecting legal info LICENSE: OK (sha256: 19e2e0f2079ea1ce1576eb4ecc0575b33fe45b2b8e71f4aa589d6bedd1da4e0a) >>> perl-package-stash 0.39 Collecting legal info LICENSE: OK (sha256: 810b319a6f4a53c9cbbef513da17b2f0c872accd149bb889f153f4b78cf8cbb8) >>> perl-path-tiny 0.122 Collecting legal info LICENSE: OK (sha256: c1a19c0d83f668a784640c0b41e024f37b182ad38011b170f9200123e57f6070) >>> perl-stream-buffered 0.03 Collecting legal info LICENSE: OK (sha256: 68e8c38e6d2f2b0570a908411f8321b80a7e35ea44f43729807c9ac9a025f591) >>> perl-timedate 2.33 Collecting legal info README: OK (sha256: e72e67533eb3ddd705ae718898945e2f3bf3702e91e85bb67824575706bd5bf9) >>> perl-try-tiny 0.31 Collecting legal info LICENCE: OK (sha256: f1864ede834871a1207fcd19838b6bd5e1ff0a8704f5cc523fc397126041ed0b) >>> popperjs 1.16.0 Collecting legal info LICENSE.md: OK (sha256: 2961310ed05cd9373a08b8191c071425a7fede0ca5d807ca38fa5f5f61c5b834) >>> pure-ftpd 1.0.50 Collecting legal info COPYING: OK (sha256: c1be5d56c28927b05131d7384bd522af4b11c3afea45725f5ca7983c11db61ac) >>> host-qemu 7.0.0 Collecting legal info COPYING: OK (sha256: 6f04ae8364d0079a192b14635f4b1da294ce18724c034c39a6a41d1b09df6100) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.70.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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) >>> host-python-setuptools 62.1.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> host-qoriq-rcw LSDK-20.12 Collecting legal info LICENSE: OK (sha256: 68f4b15ecc085729419bc60ca6eeadca5af0237bbfec791e8a79da9c943d42e9) >>> qprint 1.1 Collecting legal info COPYING: OK (sha256: 3bd4089942977a357fed0d3c84b6ea877000c20c7c344c2feabf4b10db9f7495) >>> s6-portable-utils 2.2.3.2 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> s6 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> sdl2 2.0.22 Collecting legal info LICENSE.txt: OK (sha256: fcb07e07ac6bc8b2fcf047b50431ef4ebe5b619d7ca7c82212018309a9067426) >>> sdl2_mixer 2.0.4 Collecting legal info COPYING.txt: OK (sha256: 113727180e7956cb9718b03b41da85b63ea54743a33047071a623bf672895a10) >>> shellinabox 2.20 Collecting legal info COPYING: OK (sha256: 04ef60ab9b83cde6f0862ea18474454477efb34c52ebce1f8d8260a398a39362) GPL-2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> spawn-fcgi 1.6.4 Collecting legal info COPYING: OK (sha256: 5c98cad2fbaf5c5e2562bcbab401a7c557c1bb1bac9914ecc63730925052fb13) >>> speex 1.2.0 Collecting legal info COPYING: OK (sha256: 671bb5d8fd3c6b05a2e831d90f978ac27965c92bd8ea6d16b3df76e3440c0e9f) >>> speexdsp 1.2.0 Collecting legal info COPYING: OK (sha256: 671bb5d8fd3c6b05a2e831d90f978ac27965c92bd8ea6d16b3df76e3440c0e9f) >>> spidev_test 5.8 Collecting legal info >>> sslh 1.22c Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> start-stop-daemon 1.20.7.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> tcpreplay 4.3.4 Collecting legal info docs/LICENSE: OK (sha256: 07cf5e92d475287a7d1663b33097f40cae5adf03ed8920fcd4374e3dfb48c8ad) >>> tinymembench 0.4 Collecting legal info LICENSE: OK (sha256: 8ba473aced4630aee2808efe17b53e904a9d68a9b3361de491717f9a4e75da39) >>> twolame 0.4.0 Collecting legal info COPYING: OK (sha256: 257a842724705950b07da76ce0e22ffa80ec77b3e9dfc6702522ac342409da0f) >>> udpxy 1.0.23-9-prod Collecting legal info README: OK (sha256: 60ead3913246c7cd930fe653c0053aba1af2cd9f82b266befdbbd6e0b8ecb750) >>> uredir 3.3 Collecting legal info LICENSE: OK (sha256: e4b8fd3375ce44e5e03be199724a8785510ea5fa58ed92a7a34fd0ccbd35db10) >>> wavpack 5.4.0 Collecting legal info COPYING: OK (sha256: f38defde000d62c4ff158f1445cb85a0c2f67cbc1d3cfa34ed882f439f6e3b43) >>> which 2.21 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> wilc-firmware wilc_linux_15_6 Collecting legal info LICENSE.wilc_fw: OK (sha256: 71355eee947a312594dbdaac039827544f93d23949b65c356b7b0ce09e2600fb) >>> host-zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> 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-cdrkit 1.1.11 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> host-libcap 2.64 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-cloop 3.14.1.3 Collecting legal info README: OK (sha256: 1b1f89e94e131e259b9e334565c5c3500d4b8aa755b75c3f145ddcdff3b89124) advancecomp-1.15/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-10.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.15.37: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: aespipe-2.4f: cannot save license (AESPIPE_LICENSE_FILES not defined) WARNING: firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4: cannot save license (HOST_FIRMWARE_UTILS_LICENSE_FILES not defined) WARNING: spidev_test-5.8: cannot save license (SPIDEV_TEST_LICENSE_FILES not defined) Legal info produced in /nvmedata/autobuild/instance-30/output-1/legal-info make: Leaving directory '/nvmedata/autobuild/instance-30/buildroot'