rm -rf /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/ubi mkdir -p /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/ubi rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-11/output-1/target/ /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/ubi/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/ubi/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/ubi/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/ubi/target" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/ubi/fakeroot PATH="/home/autobuild/autobuild/instance-11/output-1/host/bin:/home/autobuild/autobuild/instance-11/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-11/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/ubi/target >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/ubi/fakeroot echo "/home/autobuild/autobuild/instance-11/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/ubi/target" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/ubi/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/ubi/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/ubi/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/ubi/fakeroot echo "find /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/ubi/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/ubi/fakeroot echo "find /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/ubi/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/ubi/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/ubi/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/ubi/fakeroot printf ' sed '\''s;BR2_ROOTFS_UBIFS_PATH;/home/autobuild/autobuild/instance-11/output-1/images/rootfs.ubifs;;s;BINARIES_DIR;/home/autobuild/autobuild/instance-11/output-1/images;'\'' fs/ubi/ubinize.cfg > /home/autobuild/autobuild/instance-11/output-1/build/ubinize.cfg\n /home/autobuild/autobuild/instance-11/output-1/host/sbin/ubinize -o /home/autobuild/autobuild/instance-11/output-1/images/rootfs.ubi -m 0x800 -p 0x20000 -s 512 /home/autobuild/autobuild/instance-11/output-1/build/ubinize.cfg\n rm /home/autobuild/autobuild/instance-11/output-1/build/ubinize.cfg\n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/ubi/fakeroot chmod a+x /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/ubi/fakeroot PATH="/home/autobuild/autobuild/instance-11/output-1/host/bin:/home/autobuild/autobuild/instance-11/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-11/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/ubi/fakeroot rootdir=/home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/ubi/target table='/home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_devices_table.txt' ubinize: volume size was not specified in section "ubifs", assume minimum to fit image "/home/autobuild/autobuild/instance-11/output-1/images/rootfs.ubifs"254822400 bytes (243.0 MiB) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-11/output-1/images rm -rf /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-11/output-1/target/ /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-11/output-1/host/bin:/home/autobuild/autobuild/instance-11/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-11/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-11/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-11/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-11/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-11/output-1/host/bin:/home/autobuild/autobuild/instance-11/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-11/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 5343 objects. stage 2: creating image '/home/autobuild/autobuild/instance-11/output-1/images/rootfs.yaffs2' [ ] 1/5343 0% [ ] 2/5343 0% [ ] 3/5343 0% [ ] 4/5343 0% [ ] 5/5343 0% [ ] 6/5343 0% [ ] 7/5343 0% [ ] 8/5343 0% [ ] 9/5343 0% [ ] 10/5343 0% [ ] 11/5343 0% [ ] 12/5343 0% [ ] 13/5343 0% [ ] 14/5343 0% [ ] 15/5343 0% [ ] 16/5343 0% [ ] 17/5343 0% [ ] 18/5343 0% [ ] 19/5343 0% [ ] 20/5343 0% [ ] 21/5343 0% [ ] 22/5343 0% [ ] 23/5343 0% [ ] 24/5343 0% [ ] 25/5343 0% [ ] 26/5343 0% [ ] 27/5343 0% [ ] 28/5343 0% [ ] 29/5343 0% [ ] 30/5343 0% [ ] 31/5343 0% [ ] 32/5343 0% [ ] 33/5343 0% [ ] 34/5343 0% [ ] 35/5343 0% [ ] 36/5343 0% [ ] 37/5343 0% [ ] 38/5343 0% [ ] 39/5343 0% [ ] 40/5343 0% [ ] 41/5343 0% [ ] 42/5343 0% [ ] 43/5343 0% [ ] 44/5343 0% [ ] 45/5343 0% [ ] 46/5343 0% [ ] 47/5343 0% [ ] 48/5343 0% [ ] 49/5343 0% [ ] 50/5343 0% [ ] 51/5343 0% [ ] 52/5343 0% [ ] 53/5343 0% [ ] 54/5343 1% [ ] 55/5343 1% [ ] 56/5343 1% [ ] 57/5343 1% [ ] 58/5343 1% [ ] 59/5343 1% [ ] 60/5343 1% [ ] 61/5343 1% [ ] 62/5343 1% [ ] 63/5343 1% [ ] 64/5343 1% [ ] 65/5343 1% [ ] 66/5343 1% [ ] 67/5343 1% [ ] 68/5343 1% [ ] 69/5343 1% [ ] 70/5343 1% [ ] 71/5343 1% [ ] 72/5343 1% [ ] 73/5343 1% [ ] 74/5343 1% [ ] 75/5343 1% [ ] 76/5343 1% [ ] 77/5343 1% [ ] 78/5343 1% [ ] 79/5343 1% [ ] 80/5343 1% [ ] 81/5343 1% [ ] 82/5343 1% [ ] 83/5343 1% [ ] 84/5343 1% [ ] 85/5343 1% [ ] 86/5343 1% [= ] 87/5343 1% [= ] 88/5343 1% [= ] 89/5343 1% [= ] 90/5343 1% [= ] 91/5343 1% [= ] 92/5343 1% [= ] 93/5343 1% [= ] 94/5343 1% [= ] 95/5343 1% [= ] 96/5343 1% [= ] 97/5343 1% [= ] 98/5343 1% [= ] 99/5343 1% [= ] 100/5343 1% [= ] 101/5343 1% [= ] 102/5343 1% [= ] 103/5343 1% [= ] 104/5343 1% [= ] 105/5343 1% [= ] 106/5343 1% [= ] 107/5343 2% [= ] 108/5343 2% [= ] 109/5343 2% [= ] 110/5343 2% [= ] 111/5343 2% [= ] 112/5343 2% [= ] 113/5343 2% [= ] 114/5343 2% [= ] 115/5343 2% [= ] 116/5343 2% [= ] 117/5343 2% [= ] 118/5343 2% [= ] 119/5343 2% [= ] 120/5343 2% [= ] 121/5343 2% [= ] 122/5343 2% [= ] 123/5343 2% [= ] 124/5343 2% [= ] 125/5343 2% [= ] 126/5343 2% [= ] 127/5343 2% [= ] 128/5343 2% [= ] 129/5343 2% [= ] 130/5343 2% [= ] 131/5343 2% [= ] 132/5343 2% [= ] 133/5343 2% [= ] 134/5343 2% [= ] 135/5343 2% [= ] 136/5343 2% [= ] 137/5343 2% [= ] 138/5343 2% [= ] 139/5343 2% [= ] 140/5343 2% [= ] 141/5343 2% [= ] 142/5343 2% [= ] 143/5343 2% [= ] 144/5343 2% [= ] 145/5343 2% [= ] 146/5343 2% [= ] 147/5343 2% [= ] 148/5343 2% [= ] 149/5343 2% [= ] 150/5343 2% [= ] 151/5343 2% [= ] 152/5343 2% [= ] 153/5343 2% [= ] 154/5343 2% [= ] 155/5343 2% [= ] 156/5343 2% [= ] 157/5343 2% [= ] 158/5343 2% [= ] 159/5343 2% [= ] 160/5343 2% [= ] 161/5343 3% [= ] 162/5343 3% [= ] 163/5343 3% [= ] 164/5343 3% [= ] 165/5343 3% [= ] 166/5343 3% [= ] 167/5343 3% [= ] 168/5343 3% [= ] 169/5343 3% [= ] 170/5343 3% [= ] 171/5343 3% [= ] 172/5343 3% [== ] 173/5343 3% [== ] 174/5343 3% [== ] 175/5343 3% [== ] 176/5343 3% [== ] 177/5343 3% [== ] 178/5343 3% [== ] 179/5343 3% [== ] 180/5343 3% [== ] 181/5343 3% [== ] 182/5343 3% [== ] 183/5343 3% [== ] 184/5343 3% [== ] 185/5343 3% [== ] 186/5343 3% [== ] 187/5343 3% [== ] 188/5343 3% [== ] 189/5343 3% [== ] 190/5343 3% [== ] 191/5343 3% [== ] 192/5343 3% [== ] 193/5343 3% [== ] 194/5343 3% [== ] 195/5343 3% [== ] 196/5343 3% [== ] 197/5343 3% [== ] 198/5343 3% [== ] 199/5343 3% [== ] 200/5343 3% [== ] 201/5343 3% [== ] 202/5343 3% [== ] 203/5343 3% [== ] 204/5343 3% [== ] 205/5343 3% [== ] 206/5343 3% [== ] 207/5343 3% [== ] 208/5343 3% [== ] 209/5343 3% [== ] 210/5343 3% [== ] 211/5343 3% [== ] 212/5343 3% [== ] 213/5343 3% [== ] 214/5343 4% [== ] 215/5343 4% [== ] 216/5343 4% [== ] 217/5343 4% [== ] 218/5343 4% [== ] 219/5343 4% [== ] 220/5343 4% [== ] 221/5343 4% [== ] 222/5343 4% [== ] 223/5343 4% [== ] 224/5343 4% [== ] 225/5343 4% [== ] 226/5343 4% [== ] 227/5343 4% [== ] 228/5343 4% [== ] 229/5343 4% [== ] 230/5343 4% [== ] 231/5343 4% [== ] 232/5343 4% [== ] 233/5343 4% [== ] 234/5343 4% [== ] 235/5343 4% [== ] 236/5343 4% [== ] 237/5343 4% [== ] 238/5343 4% [== ] 239/5343 4% [== ] 240/5343 4% [== ] 241/5343 4% [== ] 242/5343 4% [== ] 243/5343 4% [== ] 244/5343 4% [== ] 245/5343 4% [== ] 246/5343 4% [== ] 247/5343 4% [== ] 248/5343 4% [== ] 249/5343 4% [== ] 250/5343 4% [== ] 251/5343 4% [== ] 252/5343 4% [== ] 253/5343 4% [== ] 254/5343 4% [== ] 255/5343 4% [== ] 256/5343 4% [== ] 257/5343 4% [== ] 258/5343 4% [=== ] 259/5343 4% [=== ] 260/5343 4% [=== ] 261/5343 4% [=== ] 262/5343 4% [=== ] 263/5343 4% [=== ] 264/5343 4% [=== ] 265/5343 4% [=== ] 266/5343 4% [=== ] 267/5343 4% [=== ] 268/5343 5% [=== ] 269/5343 5% [=== ] 270/5343 5% [=== ] 271/5343 5% [=== ] 272/5343 5% [=== ] 273/5343 5% [=== ] 274/5343 5% [=== ] 275/5343 5% [=== ] 276/5343 5% [=== ] 277/5343 5% [=== ] 278/5343 5% [=== ] 279/5343 5% [=== ] 280/5343 5% [=== ] 281/5343 5% [=== ] 282/5343 5% [=== ] 283/5343 5% [=== ] 284/5343 5% [=== ] 285/5343 5% [=== ] 286/5343 5% [=== ] 287/5343 5% [=== ] 288/5343 5% [=== ] 289/5343 5% [=== ] 290/5343 5% [=== ] 291/5343 5% [=== ] 292/5343 5% [=== ] 293/5343 5% [=== ] 294/5343 5% [=== ] 295/5343 5% [=== ] 296/5343 5% [=== ] 297/5343 5% [=== ] 298/5343 5% [=== ] 299/5343 5% [=== ] 300/5343 5% [=== ] 301/5343 5% [=== ] 302/5343 5% [=== ] 303/5343 5% [=== ] 304/5343 5% [=== ] 305/5343 5% [=== ] 306/5343 5% [=== ] 307/5343 5% [=== ] 308/5343 5% [=== ] 309/5343 5% [=== ] 310/5343 5% [=== ] 311/5343 5% [=== ] 312/5343 5% [=== ] 313/5343 5% [=== ] 314/5343 5% [=== ] 315/5343 5% [=== ] 316/5343 5% [=== ] 317/5343 5% [=== ] 318/5343 5% [=== ] 319/5343 5% [=== ] 320/5343 5% [=== ] 321/5343 6% [=== ] 322/5343 6% [=== ] 323/5343 6% [=== ] 324/5343 6% [=== ] 325/5343 6% [=== ] 326/5343 6% [=== ] 327/5343 6% [=== ] 328/5343 6% [=== ] 329/5343 6% [=== ] 330/5343 6% [=== ] 331/5343 6% [=== ] 332/5343 6% [=== ] 333/5343 6% [=== ] 334/5343 6% [=== ] 335/5343 6% [=== ] 336/5343 6% [=== ] 337/5343 6% [=== ] 338/5343 6% [=== ] 339/5343 6% [=== ] 340/5343 6% [=== ] 341/5343 6% [=== ] 342/5343 6% [=== ] 343/5343 6% [=== ] 344/5343 6% [==== ] 345/5343 6% [==== ] 346/5343 6% [==== ] 347/5343 6% [==== ] 348/5343 6% [==== ] 349/5343 6% [==== ] 350/5343 6% [==== ] 351/5343 6% [==== ] 352/5343 6% [==== ] 353/5343 6% [==== ] 354/5343 6% [==== ] 355/5343 6% [==== ] 356/5343 6% [==== ] 357/5343 6% [==== ] 358/5343 6% [==== ] 359/5343 6% [==== ] 360/5343 6% [==== ] 361/5343 6% [==== ] 362/5343 6% [==== ] 363/5343 6% [==== ] 364/5343 6% [==== ] 365/5343 6% [==== ] 366/5343 6% [==== ] 367/5343 6% [==== ] 368/5343 6% [==== ] 369/5343 6% [==== ] 370/5343 6% [==== ] 371/5343 6% [==== ] 372/5343 6% [==== ] 373/5343 6% [==== ] 374/5343 6% [==== ] 375/5343 7% [==== ] 376/5343 7% [==== ] 377/5343 7% [==== ] 378/5343 7% [==== ] 379/5343 7% [==== ] 380/5343 7% [==== ] 381/5343 7% [==== ] 382/5343 7% [==== ] 383/5343 7% [==== ] 384/5343 7% [==== ] 385/5343 7% [==== ] 386/5343 7% [==== ] 387/5343 7% [==== ] 388/5343 7% [==== ] 389/5343 7% [==== ] 390/5343 7% [==== ] 391/5343 7% [==== ] 392/5343 7% [==== ] 393/5343 7% [==== ] 394/5343 7% [==== ] 395/5343 7% [==== ] 396/5343 7% [==== ] 397/5343 7% [==== ] 398/5343 7% [==== ] 399/5343 7% [==== ] 400/5343 7% [==== ] 401/5343 7% [==== ] 402/5343 7% [==== ] 403/5343 7% [==== ] 404/5343 7% [==== ] 405/5343 7% [==== ] 406/5343 7% [==== ] 407/5343 7% [==== ] 408/5343 7% [==== ] 409/5343 7% [==== ] 410/5343 7% [==== ] 411/5343 7% [==== ] 412/5343 7% [==== ] 413/5343 7% [==== ] 414/5343 7% [==== ] 415/5343 7% [==== ] 416/5343 7% [==== ] 417/5343 7% [==== ] 418/5343 7% [==== ] 419/5343 7% [==== ] 420/5343 7% [==== ] 421/5343 7% [==== ] 422/5343 7% [==== ] 423/5343 7% [==== ] 424/5343 7% [==== ] 425/5343 7% [==== ] 426/5343 7% [==== ] 427/5343 7% [==== ] 428/5343 8% [==== ] 429/5343 8% [==== ] 430/5343 8% [===== ] 431/5343 8% [===== ] 432/5343 8% [===== ] 433/5343 8% [===== ] 434/5343 8% [===== ] 435/5343 8% [===== ] 436/5343 8% [===== ] 437/5343 8% [===== ] 438/5343 8% [===== ] 439/5343 8% [===== ] 440/5343 8% [===== ] 441/5343 8% [===== ] 442/5343 8% [===== ] 443/5343 8% [===== ] 444/5343 8% [===== ] 445/5343 8% [===== ] 446/5343 8% [===== ] 447/5343 8% [===== ] 448/5343 8% [===== ] 449/5343 8% [===== ] 450/5343 8% [===== ] 451/5343 8% [===== ] 452/5343 8% [===== ] 453/5343 8% [===== ] 454/5343 8% [===== ] 455/5343 8% [===== ] 456/5343 8% [===== ] 457/5343 8% [===== ] 458/5343 8% [===== ] 459/5343 8% [===== ] 460/5343 8% [===== ] 461/5343 8% [===== ] 462/5343 8% [===== ] 463/5343 8% [===== ] 464/5343 8% [===== ] 465/5343 8% [===== ] 466/5343 8% [===== ] 467/5343 8% [===== ] 468/5343 8% [===== ] 469/5343 8% [===== ] 470/5343 8% [===== ] 471/5343 8% [===== ] 472/5343 8% [===== ] 473/5343 8% [===== ] 474/5343 8% [===== ] 475/5343 8% [===== ] 476/5343 8% [===== ] 477/5343 8% [===== ] 478/5343 8% [===== ] 479/5343 8% [===== ] 480/5343 8% [===== ] 481/5343 9% [===== ] 482/5343 9% [===== ] 483/5343 9% [===== ] 484/5343 9% [===== ] 485/5343 9% [===== ] 486/5343 9% [===== ] 487/5343 9% [===== ] 488/5343 9% [===== ] 489/5343 9% [===== ] 490/5343 9% [===== ] 491/5343 9% [===== ] 492/5343 9% [===== ] 493/5343 9% [===== ] 494/5343 9% [===== ] 495/5343 9% [===== ] 496/5343 9% [===== ] 497/5343 9% [===== ] 498/5343 9% [===== ] 499/5343 9% [===== ] 500/5343 9% [===== ] 501/5343 9% [===== ] 502/5343 9% [===== ] 503/5343 9% [===== ] 504/5343 9% [===== ] 505/5343 9% [===== ] 506/5343 9% [===== ] 507/5343 9% [===== ] 508/5343 9% [===== ] 509/5343 9% [===== ] 510/5343 9% [===== ] 511/5343 9% [===== ] 512/5343 9% [===== ] 513/5343 9% [===== ] 514/5343 9% [===== ] 515/5343 9% [===== ] 516/5343 9% [===== ] 517/5343 9% [====== ] 518/5343 9% [====== ] 519/5343 9% [====== ] 520/5343 9% [====== ] 521/5343 9% [====== ] 522/5343 9% [====== ] 523/5343 9% [====== ] 524/5343 9% [====== ] 525/5343 9% [====== ] 526/5343 9% [====== ] 527/5343 9% [====== ] 528/5343 9% [====== ] 529/5343 9% [====== ] 530/5343 9% [====== ] 531/5343 9% [====== ] 532/5343 9% [====== ] 533/5343 9% [====== ] 534/5343 9% [====== ] 535/5343 10% [====== ] 536/5343 10% [====== ] 537/5343 10% [====== ] 538/5343 10% [====== ] 539/5343 10% [====== ] 540/5343 10% [====== ] 541/5343 10% [====== ] 542/5343 10% [====== ] 543/5343 10% [====== ] 544/5343 10% [====== ] 545/5343 10% [====== ] 546/5343 10% [====== ] 547/5343 10% [====== ] 548/5343 10% [====== ] 549/5343 10% [====== ] 550/5343 10% [====== ] 551/5343 10% [====== ] 552/5343 10% [====== ] 553/5343 10% [====== ] 554/5343 10% [====== ] 555/5343 10% [====== ] 556/5343 10% [====== ] 557/5343 10% [====== ] 558/5343 10% [====== ] 559/5343 10% [====== ] 560/5343 10% [====== ] 561/5343 10% [====== ] 562/5343 10% [====== ] 563/5343 10% [====== ] 564/5343 10% [====== ] 565/5343 10% [====== ] 566/5343 10% [====== ] 567/5343 10% [====== ] 568/5343 10% [====== ] 569/5343 10% [====== ] 570/5343 10% [====== ] 571/5343 10% [====== ] 572/5343 10% [====== ] 573/5343 10% [====== ] 574/5343 10% [====== ] 575/5343 10% [====== ] 576/5343 10% [====== ] 577/5343 10% [====== ] 578/5343 10% [====== ] 579/5343 10% [====== ] 580/5343 10% [====== ] 581/5343 10% [====== ] 582/5343 10% [====== ] 583/5343 10% [====== ] 584/5343 10% [====== ] 585/5343 10% [====== ] 586/5343 10% [====== ] 587/5343 10% [====== ] 588/5343 11% [====== ] 589/5343 11% [====== ] 590/5343 11% [====== ] 591/5343 11% [====== ] 592/5343 11% [====== ] 593/5343 11% [====== ] 594/5343 11% [====== ] 595/5343 11% [====== ] 596/5343 11% [====== ] 597/5343 11% [====== ] 598/5343 11% [====== ] 599/5343 11% [====== ] 600/5343 11% [====== ] 601/5343 11% [====== ] 602/5343 11% [====== ] 603/5343 11% [======= ] 604/5343 11% [======= ] 605/5343 11% [======= ] 606/5343 11% [======= ] 607/5343 11% [======= ] 608/5343 11% [======= ] 609/5343 11% [======= ] 610/5343 11% [======= ] 611/5343 11% [======= ] 612/5343 11% [======= ] 613/5343 11% [======= ] 614/5343 11% [======= ] 615/5343 11% [======= ] 616/5343 11% [======= ] 617/5343 11% [======= ] 618/5343 11% [======= ] 619/5343 11% [======= ] 620/5343 11% [======= ] 621/5343 11% [======= ] 622/5343 11% [======= ] 623/5343 11% [======= ] 624/5343 11% [======= ] 625/5343 11% [======= ] 626/5343 11% [======= ] 627/5343 11% [======= ] 628/5343 11% [======= ] 629/5343 11% [======= ] 630/5343 11% [======= ] 631/5343 11% [======= ] 632/5343 11% [======= ] 633/5343 11% [======= ] 634/5343 11% [======= ] 635/5343 11% [======= ] 636/5343 11% [======= ] 637/5343 11% [======= ] 638/5343 11% [======= ] 639/5343 11% [======= ] 640/5343 11% [======= ] 641/5343 11% [======= ] 642/5343 12% [======= ] 643/5343 12% [======= ] 644/5343 12% [======= ] 645/5343 12% [======= ] 646/5343 12% [======= ] 647/5343 12% [======= ] 648/5343 12% [======= ] 649/5343 12% [======= ] 650/5343 12% [======= ] 651/5343 12% [======= ] 652/5343 12% [======= ] 653/5343 12% [======= ] 654/5343 12% [======= ] 655/5343 12% [======= ] 656/5343 12% [======= ] 657/5343 12% [======= ] 658/5343 12% [======= ] 659/5343 12% [======= ] 660/5343 12% [======= ] 661/5343 12% [======= ] 662/5343 12% [======= ] 663/5343 12% [======= ] 664/5343 12% [======= ] 665/5343 12% [======= ] 666/5343 12% [======= ] 667/5343 12% [======= ] 668/5343 12% [======= ] 669/5343 12% [======= ] 670/5343 12% [======= ] 671/5343 12% [======= ] 672/5343 12% [======= ] 673/5343 12% [======= ] 674/5343 12% [======= ] 675/5343 12% [======= ] 676/5343 12% [======= ] 677/5343 12% [======= ] 678/5343 12% [======= ] 679/5343 12% [======= ] 680/5343 12% [======= ] 681/5343 12% [======= ] 682/5343 12% [======= ] 683/5343 12% [======= ] 684/5343 12% [======= ] 685/5343 12% [======= ] 686/5343 12% [======= ] 687/5343 12% [======= ] 688/5343 12% [======= ] 689/5343 12% [======== ] 690/5343 12% [======== ] 691/5343 12% [======== ] 692/5343 12% [======== ] 693/5343 12% [======== ] 694/5343 12% [======== ] 695/5343 13% [======== ] 696/5343 13% [======== ] 697/5343 13% [======== ] 698/5343 13% [======== ] 699/5343 13% [======== ] 700/5343 13% [======== ] 701/5343 13% [======== ] 702/5343 13% [======== ] 703/5343 13% [======== ] 704/5343 13% [======== ] 705/5343 13% [======== ] 706/5343 13% [======== ] 707/5343 13% [======== ] 708/5343 13% [======== ] 709/5343 13% [======== ] 710/5343 13% [======== ] 711/5343 13% [======== ] 712/5343 13% [======== ] 713/5343 13% [======== ] 714/5343 13% [======== ] 715/5343 13% [======== ] 716/5343 13% [======== ] 717/5343 13% [======== ] 718/5343 13% [======== ] 719/5343 13% [======== ] 720/5343 13% [======== ] 721/5343 13% [======== ] 722/5343 13% [======== ] 723/5343 13% [======== ] 724/5343 13% [======== ] 725/5343 13% [======== ] 726/5343 13% [======== ] 727/5343 13% [======== ] 728/5343 13% [======== ] 729/5343 13% [======== ] 730/5343 13% [======== ] 731/5343 13% [======== ] 732/5343 13% [======== ] 733/5343 13% [======== ] 734/5343 13% [======== ] 735/5343 13% [======== ] 736/5343 13% [======== ] 737/5343 13% [======== ] 738/5343 13% [======== ] 739/5343 13% [======== ] 740/5343 13% [======== ] 741/5343 13% [======== ] 742/5343 13% [======== ] 743/5343 13% [======== ] 744/5343 13% [======== ] 745/5343 13% [======== ] 746/5343 13% [======== ] 747/5343 13% [======== ] 748/5343 13% [======== ] 749/5343 14% [======== ] 750/5343 14% [======== ] 751/5343 14% [======== ] 752/5343 14% [======== ] 753/5343 14% [======== ] 754/5343 14% [======== ] 755/5343 14% [======== ] 756/5343 14% [======== ] 757/5343 14% [======== ] 758/5343 14% [======== ] 759/5343 14% [======== ] 760/5343 14% [======== ] 761/5343 14% [======== ] 762/5343 14% [======== ] 763/5343 14% [======== ] 764/5343 14% [======== ] 765/5343 14% [======== ] 766/5343 14% [======== ] 767/5343 14% [======== ] 768/5343 14% [======== ] 769/5343 14% [======== ] 770/5343 14% [======== ] 771/5343 14% [======== ] 772/5343 14% [======== ] 773/5343 14% [======== ] 774/5343 14% [======== ] 775/5343 14% [========= ] 776/5343 14% [========= ] 777/5343 14% [========= ] 778/5343 14% [========= ] 779/5343 14% [========= ] 780/5343 14% [========= ] 781/5343 14% [========= ] 782/5343 14% [========= ] 783/5343 14% [========= ] 784/5343 14% [========= ] 785/5343 14% [========= ] 786/5343 14% [========= ] 787/5343 14% [========= ] 788/5343 14% [========= ] 789/5343 14% [========= ] 790/5343 14% [========= ] 791/5343 14% [========= ] 792/5343 14% [========= ] 793/5343 14% [========= ] 794/5343 14% [========= ] 795/5343 14% [========= ] 796/5343 14% [========= ] 797/5343 14% [========= ] 798/5343 14% [========= ] 799/5343 14% [========= ] 800/5343 14% [========= ] 801/5343 14% [========= ] 802/5343 15% [========= ] 803/5343 15% [========= ] 804/5343 15% [========= ] 805/5343 15% [========= ] 806/5343 15% [========= ] 807/5343 15% [========= ] 808/5343 15% [========= ] 809/5343 15% [========= ] 810/5343 15% [========= ] 811/5343 15% [========= ] 812/5343 15% [========= ] 813/5343 15% [========= ] 814/5343 15% [========= ] 815/5343 15% [========= ] 816/5343 15% [========= ] 817/5343 15% [========= ] 818/5343 15% [========= ] 819/5343 15% [========= ] 820/5343 15% [========= ] 821/5343 15% [========= ] 822/5343 15% [========= ] 823/5343 15% [========= ] 824/5343 15% [========= ] 825/5343 15% [========= ] 826/5343 15% [========= ] 827/5343 15% [========= ] 828/5343 15% [========= ] 829/5343 15% [========= ] 830/5343 15% [========= ] 831/5343 15% [========= ] 832/5343 15% [========= ] 833/5343 15% [========= ] 834/5343 15% [========= ] 835/5343 15% [========= ] 836/5343 15% [========= ] 837/5343 15% [========= ] 838/5343 15% [========= ] 839/5343 15% [========= ] 840/5343 15% [========= ] 841/5343 15% [========= ] 842/5343 15% [========= ] 843/5343 15% [========= ] 844/5343 15% [========= ] 845/5343 15% [========= ] 846/5343 15% [========= ] 847/5343 15% [========= ] 848/5343 15% [========= ] 849/5343 15% [========= ] 850/5343 15% [========= ] 851/5343 15% [========= ] 852/5343 15% [========= ] 853/5343 15% [========= ] 854/5343 15% [========= ] 855/5343 16% [========= ] 856/5343 16% [========= ] 857/5343 16% [========= ] 858/5343 16% [========= ] 859/5343 16% [========= ] 860/5343 16% [========= ] 861/5343 16% [========== ] 862/5343 16% [========== ] 863/5343 16% [========== ] 864/5343 16% [========== ] 865/5343 16% [========== ] 866/5343 16% [========== ] 867/5343 16% [========== ] 868/5343 16% [========== ] 869/5343 16% [========== ] 870/5343 16% [========== ] 871/5343 16% [========== ] 872/5343 16% [========== ] 873/5343 16% [========== ] 874/5343 16% [========== ] 875/5343 16% [========== ] 876/5343 16% [========== ] 877/5343 16% [========== ] 878/5343 16% [========== ] 879/5343 16% [========== ] 880/5343 16% [========== ] 881/5343 16% [========== ] 882/5343 16% [========== ] 883/5343 16% [========== ] 884/5343 16% [========== ] 885/5343 16% [========== ] 886/5343 16% [========== ] 887/5343 16% [========== ] 888/5343 16% [========== ] 889/5343 16% [========== ] 890/5343 16% [========== ] 891/5343 16% [========== ] 892/5343 16% [========== ] 893/5343 16% [========== ] 894/5343 16% [========== ] 895/5343 16% [========== ] 896/5343 16% [========== ] 897/5343 16% [========== ] 898/5343 16% [========== ] 899/5343 16% [========== ] 900/5343 16% [========== ] 901/5343 16% [========== ] 902/5343 16% [========== ] 903/5343 16% [========== ] 904/5343 16% [========== ] 905/5343 16% [========== ] 906/5343 16% [========== ] 907/5343 16% [========== ] 908/5343 16% [========== ] 909/5343 17% [========== ] 910/5343 17% [========== ] 911/5343 17% [========== ] 912/5343 17% [========== ] 913/5343 17% [========== ] 914/5343 17% [========== ] 915/5343 17% [========== ] 916/5343 17% [========== ] 917/5343 17% [========== ] 918/5343 17% [========== ] 919/5343 17% [========== ] 920/5343 17% [========== ] 921/5343 17% [========== ] 922/5343 17% [========== ] 923/5343 17% [========== ] 924/5343 17% [========== ] 925/5343 17% [========== ] 926/5343 17% [========== ] 927/5343 17% [========== ] 928/5343 17% [========== ] 929/5343 17% [========== ] 930/5343 17% [========== ] 931/5343 17% [========== ] 932/5343 17% [========== ] 933/5343 17% [========== ] 934/5343 17% [========== ] 935/5343 17% [========== ] 936/5343 17% [========== ] 937/5343 17% [========== ] 938/5343 17% [========== ] 939/5343 17% [========== ] 940/5343 17% [========== ] 941/5343 17% [========== ] 942/5343 17% [========== ] 943/5343 17% [========== ] 944/5343 17% [========== ] 945/5343 17% [========== ] 946/5343 17% [========== ] 947/5343 17% [=========== ] 948/5343 17% [=========== ] 949/5343 17% [=========== ] 950/5343 17% [=========== ] 951/5343 17% [=========== ] 952/5343 17% [=========== ] 953/5343 17% [=========== ] 954/5343 17% [=========== ] 955/5343 17% [=========== ] 956/5343 17% [=========== ] 957/5343 17% [=========== ] 958/5343 17% [=========== ] 959/5343 17% [=========== ] 960/5343 17% [=========== ] 961/5343 17% [=========== ] 962/5343 18% [=========== ] 963/5343 18% [=========== ] 964/5343 18% [=========== ] 965/5343 18% [=========== ] 966/5343 18% [=========== ] 967/5343 18% [=========== ] 968/5343 18% [=========== ] 969/5343 18% [=========== ] 970/5343 18% [=========== ] 971/5343 18% [=========== ] 972/5343 18% [=========== ] 973/5343 18% [=========== ] 974/5343 18% [=========== ] 975/5343 18% [=========== ] 976/5343 18% [=========== ] 977/5343 18% [=========== ] 978/5343 18% [=========== ] 979/5343 18% [=========== ] 980/5343 18% [=========== ] 981/5343 18% [=========== ] 982/5343 18% [=========== ] 983/5343 18% [=========== ] 984/5343 18% [=========== ] 985/5343 18% [=========== ] 986/5343 18% [=========== ] 987/5343 18% [=========== ] 988/5343 18% [=========== ] 989/5343 18% [=========== ] 990/5343 18% [=========== ] 991/5343 18% [=========== ] 992/5343 18% [=========== ] 993/5343 18% [=========== ] 994/5343 18% [=========== ] 995/5343 18% [=========== ] 996/5343 18% [=========== ] 997/5343 18% [=========== ] 998/5343 18% [=========== ] 999/5343 18% [=========== ] 1000/5343 18% [=========== ] 1001/5343 18% [=========== ] 1002/5343 18% [=========== ] 1003/5343 18% [=========== ] 1004/5343 18% [=========== ] 1005/5343 18% [=========== ] 1006/5343 18% [=========== ] 1007/5343 18% [=========== ] 1008/5343 18% [=========== ] 1009/5343 18% [=========== ] 1010/5343 18% [=========== ] 1011/5343 18% [=========== ] 1012/5343 18% [=========== ] 1013/5343 18% [=========== ] 1014/5343 18% [=========== ] 1015/5343 18% [=========== ] 1016/5343 19% [=========== ] 1017/5343 19% [=========== ] 1018/5343 19% [=========== ] 1019/5343 19% [=========== ] 1020/5343 19% [=========== ] 1021/5343 19% [=========== ] 1022/5343 19% [=========== ] 1023/5343 19% [=========== ] 1024/5343 19% [=========== ] 1025/5343 19% [=========== ] 1026/5343 19% [=========== ] 1027/5343 19% [=========== ] 1028/5343 19% [=========== ] 1029/5343 19% [=========== ] 1030/5343 19% [=========== ] 1031/5343 19% [=========== ] 1032/5343 19% [=========== ] 1033/5343 19% [=========== ] 1034/5343 19% [============ ] 1035/5343 19% [============ ] 1036/5343 19% [============ ] 1037/5343 19% [============ ] 1038/5343 19% [============ ] 1039/5343 19% [============ ] 1040/5343 19% [============ ] 1041/5343 19% [============ ] 1042/5343 19% [============ ] 1043/5343 19% [============ ] 1044/5343 19% [============ ] 1045/5343 19% [============ ] 1046/5343 19% [============ ] 1047/5343 19% [============ ] 1048/5343 19% [============ ] 1049/5343 19% [============ ] 1050/5343 19% [============ ] 1051/5343 19% [============ ] 1052/5343 19% [============ ] 1053/5343 19% [============ ] 1054/5343 19% [============ ] 1055/5343 19% [============ ] 1056/5343 19% [============ ] 1057/5343 19% [============ ] 1058/5343 19% [============ ] 1059/5343 19% [============ ] 1060/5343 19% [============ ] 1061/5343 19% [============ ] 1062/5343 19% [============ ] 1063/5343 19% [============ ] 1064/5343 19% [============ ] 1065/5343 19% [============ ] 1066/5343 19% [============ ] 1067/5343 19% [============ ] 1068/5343 19% [============ ] 1069/5343 20% [============ ] 1070/5343 20% [============ ] 1071/5343 20% [============ ] 1072/5343 20% [============ ] 1073/5343 20% [============ ] 1074/5343 20% [============ ] 1075/5343 20% [============ ] 1076/5343 20% [============ ] 1077/5343 20% [============ ] 1078/5343 20% [============ ] 1079/5343 20% [============ ] 1080/5343 20% [============ ] 1081/5343 20% [============ ] 1082/5343 20% [============ ] 1083/5343 20% [============ ] 1084/5343 20% [============ ] 1085/5343 20% [============ ] 1086/5343 20% [============ ] 1087/5343 20% [============ ] 1088/5343 20% [============ ] 1089/5343 20% [============ ] 1090/5343 20% [============ ] 1091/5343 20% [============ ] 1092/5343 20% [============ ] 1093/5343 20% [============ ] 1094/5343 20% [============ ] 1095/5343 20% [============ ] 1096/5343 20% [============ ] 1097/5343 20% [============ ] 1098/5343 20% [============ ] 1099/5343 20% [============ ] 1100/5343 20% [============ ] 1101/5343 20% [============ ] 1102/5343 20% [============ ] 1103/5343 20% [============ ] 1104/5343 20% [============ ] 1105/5343 20% [============ ] 1106/5343 20% [============ ] 1107/5343 20% [============ ] 1108/5343 20% [============ ] 1109/5343 20% [============ ] 1110/5343 20% [============ ] 1111/5343 20% [============ ] 1112/5343 20% [============ ] 1113/5343 20% [============ ] 1114/5343 20% [============ ] 1115/5343 20% [============ ] 1116/5343 20% [============ ] 1117/5343 20% [============ ] 1118/5343 20% [============ ] 1119/5343 20% [============ ] 1120/5343 20% [============= ] 1121/5343 20% [============= ] 1122/5343 20% [============= ] 1123/5343 21% [============= ] 1124/5343 21% [============= ] 1125/5343 21% [============= ] 1126/5343 21% [============= ] 1127/5343 21% [============= ] 1128/5343 21% [============= ] 1129/5343 21% [============= ] 1130/5343 21% [============= ] 1131/5343 21% [============= ] 1132/5343 21% [============= ] 1133/5343 21% [============= ] 1134/5343 21% [============= ] 1135/5343 21% [============= ] 1136/5343 21% [============= ] 1137/5343 21% [============= ] 1138/5343 21% [============= ] 1139/5343 21% [============= ] 1140/5343 21% [============= ] 1141/5343 21% [============= ] 1142/5343 21% [============= ] 1143/5343 21% [============= ] 1144/5343 21% [============= ] 1145/5343 21% [============= ] 1146/5343 21% [============= ] 1147/5343 21% [============= ] 1148/5343 21% [============= ] 1149/5343 21% [============= ] 1150/5343 21% [============= ] 1151/5343 21% [============= ] 1152/5343 21% [============= ] 1153/5343 21% [============= ] 1154/5343 21% [============= ] 1155/5343 21% [============= ] 1156/5343 21% [============= ] 1157/5343 21% [============= ] 1158/5343 21% [============= ] 1159/5343 21% [============= ] 1160/5343 21% [============= ] 1161/5343 21% [============= ] 1162/5343 21% [============= ] 1163/5343 21% [============= ] 1164/5343 21% [============= ] 1165/5343 21% [============= ] 1166/5343 21% [============= ] 1167/5343 21% [============= ] 1168/5343 21% [============= ] 1169/5343 21% [============= ] 1170/5343 21% [============= ] 1171/5343 21% [============= ] 1172/5343 21% [============= ] 1173/5343 21% [============= ] 1174/5343 21% [============= ] 1175/5343 21% [============= ] 1176/5343 22% [============= ] 1177/5343 22% [============= ] 1178/5343 22% [============= ] 1179/5343 22% [============= ] 1180/5343 22% [============= ] 1181/5343 22% [============= ] 1182/5343 22% [============= ] 1183/5343 22% [============= ] 1184/5343 22% [============= ] 1185/5343 22% [============= ] 1186/5343 22% [============= ] 1187/5343 22% [============= ] 1188/5343 22% [============= ] 1189/5343 22% [============= ] 1190/5343 22% [============= ] 1191/5343 22% [============= ] 1192/5343 22% [============= ] 1193/5343 22% [============= ] 1194/5343 22% [============= ] 1195/5343 22% [============= ] 1196/5343 22% [============= ] 1197/5343 22% [============= ] 1198/5343 22% [============= ] 1199/5343 22% [============= ] 1200/5343 22% [============= ] 1201/5343 22% [============= ] 1202/5343 22% [============= ] 1203/5343 22% [============= ] 1204/5343 22% [============= ] 1205/5343 22% [============= ] 1206/5343 22% [============== ] 1207/5343 22% [============== ] 1208/5343 22% [============== ] 1209/5343 22% [============== ] 1210/5343 22% [============== ] 1211/5343 22% [============== ] 1212/5343 22% [============== ] 1213/5343 22% [============== ] 1214/5343 22% [============== ] 1215/5343 22% [============== ] 1216/5343 22% [============== ] 1217/5343 22% [============== ] 1218/5343 22% [============== ] 1219/5343 22% [============== ] 1220/5343 22% [============== ] 1221/5343 22% [============== ] 1222/5343 22% [============== ] 1223/5343 22% [============== ] 1224/5343 22% [============== ] 1225/5343 22% [============== ] 1226/5343 22% [============== ] 1227/5343 22% [============== ] 1228/5343 22% [============== ] 1229/5343 23% [============== ] 1230/5343 23% [============== ] 1231/5343 23% [============== ] 1232/5343 23% [============== ] 1233/5343 23% [============== ] 1234/5343 23% [============== ] 1235/5343 23% [============== ] 1236/5343 23% [============== ] 1237/5343 23% [============== ] 1238/5343 23% [============== ] 1239/5343 23% [============== ] 1240/5343 23% [============== ] 1241/5343 23% [============== ] 1242/5343 23% [============== ] 1243/5343 23% [============== ] 1244/5343 23% [============== ] 1245/5343 23% [============== ] 1246/5343 23% [============== ] 1247/5343 23% [============== ] 1248/5343 23% [============== ] 1249/5343 23% [============== ] 1250/5343 23% [============== ] 1251/5343 23% [============== ] 1252/5343 23% [============== ] 1253/5343 23% [============== ] 1254/5343 23% [============== ] 1255/5343 23% [============== ] 1256/5343 23% [============== ] 1257/5343 23% [============== ] 1258/5343 23% [============== ] 1259/5343 23% [============== ] 1260/5343 23% [============== ] 1261/5343 23% [============== ] 1262/5343 23% [============== ] 1263/5343 23% [============== ] 1264/5343 23% [============== ] 1265/5343 23% [============== ] 1266/5343 23% [============== ] 1267/5343 23% [============== ] 1268/5343 23% [============== ] 1269/5343 23% [============== ] 1270/5343 23% [============== ] 1271/5343 23% [============== ] 1272/5343 23% [============== ] 1273/5343 23% [============== ] 1274/5343 23% [============== ] 1275/5343 23% [============== ] 1276/5343 23% [============== ] 1277/5343 23% [============== ] 1278/5343 23% [============== ] 1279/5343 23% [============== ] 1280/5343 23% [============== ] 1281/5343 23% [============== ] 1282/5343 23% [============== ] 1283/5343 24% [============== ] 1284/5343 24% [============== ] 1285/5343 24% [============== ] 1286/5343 24% [============== ] 1287/5343 24% [============== ] 1288/5343 24% [============== ] 1289/5343 24% [============== ] 1290/5343 24% [============== ] 1291/5343 24% [============== ] 1292/5343 24% [=============== ] 1293/5343 24% [=============== ] 1294/5343 24% [=============== ] 1295/5343 24% [=============== ] 1296/5343 24% [=============== ] 1297/5343 24% [=============== ] 1298/5343 24% [=============== ] 1299/5343 24% [=============== ] 1300/5343 24% [=============== ] 1301/5343 24% [=============== ] 1302/5343 24% [=============== ] 1303/5343 24% [=============== ] 1304/5343 24% [=============== ] 1305/5343 24% [=============== ] 1306/5343 24% [=============== ] 1307/5343 24% [=============== ] 1308/5343 24% [=============== ] 1309/5343 24% [=============== ] 1310/5343 24% [=============== ] 1311/5343 24% [=============== ] 1312/5343 24% [=============== ] 1313/5343 24% [=============== ] 1314/5343 24% [=============== ] 1315/5343 24% [=============== ] 1316/5343 24% [=============== ] 1317/5343 24% [=============== ] 1318/5343 24% [=============== ] 1319/5343 24% [=============== ] 1320/5343 24% [=============== ] 1321/5343 24% [=============== ] 1322/5343 24% [=============== ] 1323/5343 24% [=============== ] 1324/5343 24% [=============== ] 1325/5343 24% [=============== ] 1326/5343 24% [=============== ] 1327/5343 24% [=============== ] 1328/5343 24% [=============== ] 1329/5343 24% [=============== ] 1330/5343 24% [=============== ] 1331/5343 24% [=============== ] 1332/5343 24% [=============== ] 1333/5343 24% [=============== ] 1334/5343 24% [=============== ] 1335/5343 24% [=============== ] 1336/5343 25% [=============== ] 1337/5343 25% [=============== ] 1338/5343 25% [=============== ] 1339/5343 25% [=============== ] 1340/5343 25% [=============== ] 1341/5343 25% [=============== ] 1342/5343 25% [=============== ] 1343/5343 25% [=============== ] 1344/5343 25% [=============== ] 1345/5343 25% [=============== ] 1346/5343 25% [=============== ] 1347/5343 25% [=============== ] 1348/5343 25% [=============== ] 1349/5343 25% [=============== ] 1350/5343 25% [=============== ] 1351/5343 25% [=============== ] 1352/5343 25% [=============== ] 1353/5343 25% [=============== ] 1354/5343 25% [=============== ] 1355/5343 25% [=============== ] 1356/5343 25% [=============== ] 1357/5343 25% [=============== ] 1358/5343 25% [=============== ] 1359/5343 25% [=============== ] 1360/5343 25% [=============== ] 1361/5343 25% [=============== ] 1362/5343 25% [=============== ] 1363/5343 25% [=============== ] 1364/5343 25% [=============== ] 1365/5343 25% [=============== ] 1366/5343 25% [=============== ] 1367/5343 25% [=============== ] 1368/5343 25% [=============== ] 1369/5343 25% [=============== ] 1370/5343 25% [=============== ] 1371/5343 25% [=============== ] 1372/5343 25% [=============== ] 1373/5343 25% [=============== ] 1374/5343 25% [=============== ] 1375/5343 25% [=============== ] 1376/5343 25% [=============== ] 1377/5343 25% [=============== ] 1378/5343 25% [================ ] 1379/5343 25% [================ ] 1380/5343 25% [================ ] 1381/5343 25% [================ ] 1382/5343 25% [================ ] 1383/5343 25% [================ ] 1384/5343 25% [================ ] 1385/5343 25% [================ ] 1386/5343 25% [================ ] 1387/5343 25% [================ ] 1388/5343 25% [================ ] 1389/5343 25% [================ ] 1390/5343 26% [================ ] 1391/5343 26% [================ ] 1392/5343 26% [================ ] 1393/5343 26% [================ ] 1394/5343 26% [================ ] 1395/5343 26% [================ ] 1396/5343 26% [================ ] 1397/5343 26% [================ ] 1398/5343 26% [================ ] 1399/5343 26% [================ ] 1400/5343 26% [================ ] 1401/5343 26% [================ ] 1402/5343 26% [================ ] 1403/5343 26% [================ ] 1404/5343 26% [================ ] 1405/5343 26% [================ ] 1406/5343 26% [================ ] 1407/5343 26% [================ ] 1408/5343 26% [================ ] 1409/5343 26% [================ ] 1410/5343 26% [================ ] 1411/5343 26% [================ ] 1412/5343 26% [================ ] 1413/5343 26% [================ ] 1414/5343 26% [================ ] 1415/5343 26% [================ ] 1416/5343 26% [================ ] 1417/5343 26% [================ ] 1418/5343 26% [================ ] 1419/5343 26% [================ ] 1420/5343 26% [================ ] 1421/5343 26% [================ ] 1422/5343 26% [================ ] 1423/5343 26% [================ ] 1424/5343 26% [================ ] 1425/5343 26% [================ ] 1426/5343 26% [================ ] 1427/5343 26% [================ ] 1428/5343 26% [================ ] 1429/5343 26% [================ ] 1430/5343 26% [================ ] 1431/5343 26% [================ ] 1432/5343 26% [================ ] 1433/5343 26% [================ ] 1434/5343 26% [================ ] 1435/5343 26% [================ ] 1436/5343 26% [================ ] 1437/5343 26% [================ ] 1438/5343 26% [================ ] 1439/5343 26% [================ ] 1440/5343 26% [================ ] 1441/5343 26% [================ ] 1442/5343 26% [================ ] 1443/5343 27% [================ ] 1444/5343 27% [================ ] 1445/5343 27% [================ ] 1446/5343 27% [================ ] 1447/5343 27% [================ ] 1448/5343 27% [================ ] 1449/5343 27% [================ ] 1450/5343 27% [================ ] 1451/5343 27% [================ ] 1452/5343 27% [================ ] 1453/5343 27% [================ ] 1454/5343 27% [================ ] 1455/5343 27% [================ ] 1456/5343 27% [================ ] 1457/5343 27% [================ ] 1458/5343 27% [================ ] 1459/5343 27% [================ ] 1460/5343 27% [================ ] 1461/5343 27% [================ ] 1462/5343 27% [================ ] 1463/5343 27% [================ ] 1464/5343 27% [================ ] 1465/5343 27% [================= ] 1466/5343 27% [================= ] 1467/5343 27% [================= ] 1468/5343 27% [================= ] 1469/5343 27% [================= ] 1470/5343 27% [================= ] 1471/5343 27% [================= ] 1472/5343 27% [================= ] 1473/5343 27% [================= ] 1474/5343 27% [================= ] 1475/5343 27% [================= ] 1476/5343 27% [================= ] 1477/5343 27% [================= ] 1478/5343 27% [================= ] 1479/5343 27% [================= ] 1480/5343 27% [================= ] 1481/5343 27% [================= ] 1482/5343 27% [================= ] 1483/5343 27% [================= ] 1484/5343 27% [================= ] 1485/5343 27% [================= ] 1486/5343 27% [================= ] 1487/5343 27% [================= ] 1488/5343 27% [================= ] 1489/5343 27% [================= ] 1490/5343 27% [================= ] 1491/5343 27% [================= ] 1492/5343 27% [================= ] 1493/5343 27% [================= ] 1494/5343 27% [================= ] 1495/5343 27% [================= ] 1496/5343 27% [================= ] 1497/5343 28% [================= ] 1498/5343 28% [================= ] 1499/5343 28% [================= ] 1500/5343 28% [================= ] 1501/5343 28% [================= ] 1502/5343 28% [================= ] 1503/5343 28% [================= ] 1504/5343 28% [================= ] 1505/5343 28% [================= ] 1506/5343 28% [================= ] 1507/5343 28% [================= ] 1508/5343 28% [================= ] 1509/5343 28% [================= ] 1510/5343 28% [================= ] 1511/5343 28% [================= ] 1512/5343 28% [================= ] 1513/5343 28% [================= ] 1514/5343 28% [================= ] 1515/5343 28% [================= ] 1516/5343 28% [================= ] 1517/5343 28% [================= ] 1518/5343 28% [================= ] 1519/5343 28% [================= ] 1520/5343 28% [================= ] 1521/5343 28% [================= ] 1522/5343 28% [================= ] 1523/5343 28% [================= ] 1524/5343 28% [================= ] 1525/5343 28% [================= ] 1526/5343 28% [================= ] 1527/5343 28% [================= ] 1528/5343 28% [================= ] 1529/5343 28% [================= ] 1530/5343 28% [================= ] 1531/5343 28% [================= ] 1532/5343 28% [================= ] 1533/5343 28% [================= ] 1534/5343 28% [================= ] 1535/5343 28% [================= ] 1536/5343 28% [================= ] 1537/5343 28% [================= ] 1538/5343 28% [================= ] 1539/5343 28% [================= ] 1540/5343 28% [================= ] 1541/5343 28% [================= ] 1542/5343 28% [================= ] 1543/5343 28% [================= ] 1544/5343 28% [================= ] 1545/5343 28% [================= ] 1546/5343 28% [================= ] 1547/5343 28% [================= ] 1548/5343 28% [================= ] 1549/5343 28% [================= ] 1550/5343 29% [================= ] 1551/5343 29% [================== ] 1552/5343 29% [================== ] 1553/5343 29% [================== ] 1554/5343 29% [================== ] 1555/5343 29% [================== ] 1556/5343 29% [================== ] 1557/5343 29% [================== ] 1558/5343 29% [================== ] 1559/5343 29% [================== ] 1560/5343 29% [================== ] 1561/5343 29% [================== ] 1562/5343 29% [================== ] 1563/5343 29% [================== ] 1564/5343 29% [================== ] 1565/5343 29% [================== ] 1566/5343 29% [================== ] 1567/5343 29% [================== ] 1568/5343 29% [================== ] 1569/5343 29% [================== ] 1570/5343 29% [================== ] 1571/5343 29% [================== ] 1572/5343 29% [================== ] 1573/5343 29% [================== ] 1574/5343 29% [================== ] 1575/5343 29% [================== ] 1576/5343 29% [================== ] 1577/5343 29% [================== ] 1578/5343 29% [================== ] 1579/5343 29% [================== ] 1580/5343 29% [================== ] 1581/5343 29% [================== ] 1582/5343 29% [================== ] 1583/5343 29% [================== ] 1584/5343 29% [================== ] 1585/5343 29% [================== ] 1586/5343 29% [================== ] 1587/5343 29% [================== ] 1588/5343 29% [================== ] 1589/5343 29% [================== ] 1590/5343 29% [================== ] 1591/5343 29% [================== ] 1592/5343 29% [================== ] 1593/5343 29% [================== ] 1594/5343 29% [================== ] 1595/5343 29% [================== ] 1596/5343 29% [================== ] 1597/5343 29% [================== ] 1598/5343 29% [================== ] 1599/5343 29% [================== ] 1600/5343 29% [================== ] 1601/5343 29% [================== ] 1602/5343 29% [================== ] 1603/5343 30% [================== ] 1604/5343 30% [================== ] 1605/5343 30% [================== ] 1606/5343 30% [================== ] 1607/5343 30% [================== ] 1608/5343 30% [================== ] 1609/5343 30% [================== ] 1610/5343 30% [================== ] 1611/5343 30% [================== ] 1612/5343 30% [================== ] 1613/5343 30% [================== ] 1614/5343 30% [================== ] 1615/5343 30% [================== ] 1616/5343 30% [================== ] 1617/5343 30% [================== ] 1618/5343 30% [================== ] 1619/5343 30% [================== ] 1620/5343 30% [================== ] 1621/5343 30% [================== ] 1622/5343 30% [================== ] 1623/5343 30% [================== ] 1624/5343 30% [================== ] 1625/5343 30% [================== ] 1626/5343 30% [================== ] 1627/5343 30% [================== ] 1628/5343 30% [================== ] 1629/5343 30% [================== ] 1630/5343 30% [================== ] 1631/5343 30% [================== ] 1632/5343 30% [================== ] 1633/5343 30% [================== ] 1634/5343 30% [================== ] 1635/5343 30% [================== ] 1636/5343 30% [================== ] 1637/5343 30% [=================== ] 1638/5343 30% [=================== ] 1639/5343 30% [=================== ] 1640/5343 30% [=================== ] 1641/5343 30% [=================== ] 1642/5343 30% [=================== ] 1643/5343 30% [=================== ] 1644/5343 30% [=================== ] 1645/5343 30% [=================== ] 1646/5343 30% [=================== ] 1647/5343 30% [=================== ] 1648/5343 30% [=================== ] 1649/5343 30% [=================== ] 1650/5343 30% [=================== ] 1651/5343 30% [=================== ] 1652/5343 30% [=================== ] 1653/5343 30% [=================== ] 1654/5343 30% [=================== ] 1655/5343 30% [=================== ] 1656/5343 30% [=================== ] 1657/5343 31% [=================== ] 1658/5343 31% [=================== ] 1659/5343 31% [=================== ] 1660/5343 31% [=================== ] 1661/5343 31% [=================== ] 1662/5343 31% [=================== ] 1663/5343 31% [=================== ] 1664/5343 31% [=================== ] 1665/5343 31% [=================== ] 1666/5343 31% [=================== ] 1667/5343 31% [=================== ] 1668/5343 31% [=================== ] 1669/5343 31% [=================== ] 1670/5343 31% [=================== ] 1671/5343 31% [=================== ] 1672/5343 31% [=================== ] 1673/5343 31% [=================== ] 1674/5343 31% [=================== ] 1675/5343 31% [=================== ] 1676/5343 31% [=================== ] 1677/5343 31% [=================== ] 1678/5343 31% [=================== ] 1679/5343 31% [=================== ] 1680/5343 31% [=================== ] 1681/5343 31% [=================== ] 1682/5343 31% [=================== ] 1683/5343 31% [=================== ] 1684/5343 31% [=================== ] 1685/5343 31% [=================== ] 1686/5343 31% [=================== ] 1687/5343 31% [=================== ] 1688/5343 31% [=================== ] 1689/5343 31% [=================== ] 1690/5343 31% [=================== ] 1691/5343 31% [=================== ] 1692/5343 31% [=================== ] 1693/5343 31% [=================== ] 1694/5343 31% [=================== ] 1695/5343 31% [=================== ] 1696/5343 31% [=================== ] 1697/5343 31% [=================== ] 1698/5343 31% [=================== ] 1699/5343 31% [=================== ] 1700/5343 31% [=================== ] 1701/5343 31% [=================== ] 1702/5343 31% [=================== ] 1703/5343 31% [=================== ] 1704/5343 31% [=================== ] 1705/5343 31% [=================== ] 1706/5343 31% [=================== ] 1707/5343 31% [=================== ] 1708/5343 31% [=================== ] 1709/5343 31% [=================== ] 1710/5343 32% [=================== ] 1711/5343 32% [=================== ] 1712/5343 32% [=================== ] 1713/5343 32% [=================== ] 1714/5343 32% [=================== ] 1715/5343 32% [=================== ] 1716/5343 32% [=================== ] 1717/5343 32% [=================== ] 1718/5343 32% [=================== ] 1719/5343 32% [=================== ] 1720/5343 32% [=================== ] 1721/5343 32% [=================== ] 1722/5343 32% [=================== ] 1723/5343 32% [==================== ] 1724/5343 32% [==================== ] 1725/5343 32% [==================== ] 1726/5343 32% [==================== ] 1727/5343 32% [==================== ] 1728/5343 32% [==================== ] 1729/5343 32% [==================== ] 1730/5343 32% [==================== ] 1731/5343 32% [==================== ] 1732/5343 32% [==================== ] 1733/5343 32% [==================== ] 1734/5343 32% [==================== ] 1735/5343 32% [==================== ] 1736/5343 32% [==================== ] 1737/5343 32% [==================== ] 1738/5343 32% [==================== ] 1739/5343 32% [==================== ] 1740/5343 32% [==================== ] 1741/5343 32% [==================== ] 1742/5343 32% [==================== ] 1743/5343 32% [==================== ] 1744/5343 32% [==================== ] 1745/5343 32% [==================== ] 1746/5343 32% [==================== ] 1747/5343 32% [==================== ] 1748/5343 32% [==================== ] 1749/5343 32% [==================== ] 1750/5343 32% [==================== ] 1751/5343 32% [==================== ] 1752/5343 32% [==================== ] 1753/5343 32% [==================== ] 1754/5343 32% [==================== ] 1755/5343 32% [==================== ] 1756/5343 32% [==================== ] 1757/5343 32% [==================== ] 1758/5343 32% [==================== ] 1759/5343 32% [==================== ] 1760/5343 32% [==================== ] 1761/5343 32% [==================== ] 1762/5343 32% [==================== ] 1763/5343 32% [==================== ] 1764/5343 33% [==================== ] 1765/5343 33% [==================== ] 1766/5343 33% [==================== ] 1767/5343 33% [==================== ] 1768/5343 33% [==================== ] 1769/5343 33% [==================== ] 1770/5343 33% [==================== ] 1771/5343 33% [==================== ] 1772/5343 33% [==================== ] 1773/5343 33% [==================== ] 1774/5343 33% [==================== ] 1775/5343 33% [==================== ] 1776/5343 33% [==================== ] 1777/5343 33% [==================== ] 1778/5343 33% [==================== ] 1779/5343 33% [==================== ] 1780/5343 33% [==================== ] 1781/5343 33% [==================== ] 1782/5343 33% [==================== ] 1783/5343 33% [==================== ] 1784/5343 33% [==================== ] 1785/5343 33% [==================== ] 1786/5343 33% [==================== ] 1787/5343 33% [==================== ] 1788/5343 33% [==================== ] 1789/5343 33% [==================== ] 1790/5343 33% [==================== ] 1791/5343 33% [==================== ] 1792/5343 33% [==================== ] 1793/5343 33% [==================== ] 1794/5343 33% [==================== ] 1795/5343 33% [==================== ] 1796/5343 33% [==================== ] 1797/5343 33% [==================== ] 1798/5343 33% [==================== ] 1799/5343 33% [==================== ] 1800/5343 33% [==================== ] 1801/5343 33% [==================== ] 1802/5343 33% [==================== ] 1803/5343 33% [==================== ] 1804/5343 33% [==================== ] 1805/5343 33% [==================== ] 1806/5343 33% [==================== ] 1807/5343 33% [==================== ] 1808/5343 33% [==================== ] 1809/5343 33% [===================== ] 1810/5343 33% [===================== ] 1811/5343 33% [===================== ] 1812/5343 33% [===================== ] 1813/5343 33% [===================== ] 1814/5343 33% [===================== ] 1815/5343 33% [===================== ] 1816/5343 33% [===================== ] 1817/5343 34% [===================== ] 1818/5343 34% [===================== ] 1819/5343 34% [===================== ] 1820/5343 34% [===================== ] 1821/5343 34% [===================== ] 1822/5343 34% [===================== ] 1823/5343 34% [===================== ] 1824/5343 34% [===================== ] 1825/5343 34% [===================== ] 1826/5343 34% [===================== ] 1827/5343 34% [===================== ] 1828/5343 34% [===================== ] 1829/5343 34% [===================== ] 1830/5343 34% [===================== ] 1831/5343 34% [===================== ] 1832/5343 34% [===================== ] 1833/5343 34% [===================== ] 1834/5343 34% [===================== ] 1835/5343 34% [===================== ] 1836/5343 34% [===================== ] 1837/5343 34% [===================== ] 1838/5343 34% [===================== ] 1839/5343 34% [===================== ] 1840/5343 34% [===================== ] 1841/5343 34% [===================== ] 1842/5343 34% [===================== ] 1843/5343 34% [===================== ] 1844/5343 34% [===================== ] 1845/5343 34% [===================== ] 1846/5343 34% [===================== ] 1847/5343 34% [===================== ] 1848/5343 34% [===================== ] 1849/5343 34% [===================== ] 1850/5343 34% [===================== ] 1851/5343 34% [===================== ] 1852/5343 34% [===================== ] 1853/5343 34% [===================== ] 1854/5343 34% [===================== ] 1855/5343 34% [===================== ] 1856/5343 34% [===================== ] 1857/5343 34% [===================== ] 1858/5343 34% [===================== ] 1859/5343 34% [===================== ] 1860/5343 34% [===================== ] 1861/5343 34% [===================== ] 1862/5343 34% [===================== ] 1863/5343 34% [===================== ] 1864/5343 34% [===================== ] 1865/5343 34% [===================== ] 1866/5343 34% [===================== ] 1867/5343 34% [===================== ] 1868/5343 34% [===================== ] 1869/5343 34% [===================== ] 1870/5343 34% [===================== ] 1871/5343 35% [===================== ] 1872/5343 35% [===================== ] 1873/5343 35% [===================== ] 1874/5343 35% [===================== ] 1875/5343 35% [===================== ] 1876/5343 35% [===================== ] 1877/5343 35% [===================== ] 1878/5343 35% [===================== ] 1879/5343 35% [===================== ] 1880/5343 35% [===================== ] 1881/5343 35% [===================== ] 1882/5343 35% [===================== ] 1883/5343 35% [===================== ] 1884/5343 35% [===================== ] 1885/5343 35% [===================== ] 1886/5343 35% [===================== ] 1887/5343 35% [===================== ] 1888/5343 35% [===================== ] 1889/5343 35% [===================== ] 1890/5343 35% [===================== ] 1891/5343 35% [===================== ] 1892/5343 35% [===================== ] 1893/5343 35% [===================== ] 1894/5343 35% [===================== ] 1895/5343 35% [====================== ] 1896/5343 35% [====================== ] 1897/5343 35% [====================== ] 1898/5343 35% [====================== ] 1899/5343 35% [====================== ] 1900/5343 35% [====================== ] 1901/5343 35% [====================== ] 1902/5343 35% [====================== ] 1903/5343 35% [====================== ] 1904/5343 35% [====================== ] 1905/5343 35% [====================== ] 1906/5343 35% [====================== ] 1907/5343 35% [====================== ] 1908/5343 35% [====================== ] 1909/5343 35% [====================== ] 1910/5343 35% [====================== ] 1911/5343 35% [====================== ] 1912/5343 35% [====================== ] 1913/5343 35% [====================== ] 1914/5343 35% [====================== ] 1915/5343 35% [====================== ] 1916/5343 35% [====================== ] 1917/5343 35% [====================== ] 1918/5343 35% [====================== ] 1919/5343 35% [====================== ] 1920/5343 35% [====================== ] 1921/5343 35% [====================== ] 1922/5343 35% [====================== ] 1923/5343 35% [====================== ] 1924/5343 36% [====================== ] 1925/5343 36% [====================== ] 1926/5343 36% [====================== ] 1927/5343 36% [====================== ] 1928/5343 36% [====================== ] 1929/5343 36% [====================== ] 1930/5343 36% [====================== ] 1931/5343 36% [====================== ] 1932/5343 36% [====================== ] 1933/5343 36% [====================== ] 1934/5343 36% [====================== ] 1935/5343 36% [====================== ] 1936/5343 36% [====================== ] 1937/5343 36% [====================== ] 1938/5343 36% [====================== ] 1939/5343 36% [====================== ] 1940/5343 36% [====================== ] 1941/5343 36% [====================== ] 1942/5343 36% [====================== ] 1943/5343 36% [====================== ] 1944/5343 36% [====================== ] 1945/5343 36% [====================== ] 1946/5343 36% [====================== ] 1947/5343 36% [====================== ] 1948/5343 36% [====================== ] 1949/5343 36% [====================== ] 1950/5343 36% [====================== ] 1951/5343 36% [====================== ] 1952/5343 36% [====================== ] 1953/5343 36% [====================== ] 1954/5343 36% [====================== ] 1955/5343 36% [====================== ] 1956/5343 36% [====================== ] 1957/5343 36% [====================== ] 1958/5343 36% [====================== ] 1959/5343 36% [====================== ] 1960/5343 36% [====================== ] 1961/5343 36% [====================== ] 1962/5343 36% [====================== ] 1963/5343 36% [====================== ] 1964/5343 36% [====================== ] 1965/5343 36% [====================== ] 1966/5343 36% [====================== ] 1967/5343 36% [====================== ] 1968/5343 36% [====================== ] 1969/5343 36% [====================== ] 1970/5343 36% [====================== ] 1971/5343 36% [====================== ] 1972/5343 36% [====================== ] 1973/5343 36% [====================== ] 1974/5343 36% [====================== ] 1975/5343 36% [====================== ] 1976/5343 36% [====================== ] 1977/5343 37% [====================== ] 1978/5343 37% [====================== ] 1979/5343 37% [====================== ] 1980/5343 37% [====================== ] 1981/5343 37% [====================== ] 1982/5343 37% [======================= ] 1983/5343 37% [======================= ] 1984/5343 37% [======================= ] 1985/5343 37% [======================= ] 1986/5343 37% [======================= ] 1987/5343 37% [======================= ] 1988/5343 37% [======================= ] 1989/5343 37% [======================= ] 1990/5343 37% [======================= ] 1991/5343 37% [======================= ] 1992/5343 37% [======================= ] 1993/5343 37% [======================= ] 1994/5343 37% [======================= ] 1995/5343 37% [======================= ] 1996/5343 37% [======================= ] 1997/5343 37% [======================= ] 1998/5343 37% [======================= ] 1999/5343 37% [======================= ] 2000/5343 37% [======================= ] 2001/5343 37% [======================= ] 2002/5343 37% [======================= ] 2003/5343 37% [======================= ] 2004/5343 37% [======================= ] 2005/5343 37% [======================= ] 2006/5343 37% [======================= ] 2007/5343 37% [======================= ] 2008/5343 37% [======================= ] 2009/5343 37% [======================= ] 2010/5343 37% [======================= ] 2011/5343 37% [======================= ] 2012/5343 37% [======================= ] 2013/5343 37% [======================= ] 2014/5343 37% [======================= ] 2015/5343 37% [======================= ] 2016/5343 37% [======================= ] 2017/5343 37% [======================= ] 2018/5343 37% [======================= ] 2019/5343 37% [======================= ] 2020/5343 37% [======================= ] 2021/5343 37% [======================= ] 2022/5343 37% [======================= ] 2023/5343 37% [======================= ] 2024/5343 37% [======================= ] 2025/5343 37% [======================= ] 2026/5343 37% [======================= ] 2027/5343 37% [======================= ] 2028/5343 37% [======================= ] 2029/5343 37% [======================= ] 2030/5343 37% [======================= ] 2031/5343 38% [======================= ] 2032/5343 38% [======================= ] 2033/5343 38% [======================= ] 2034/5343 38% [======================= ] 2035/5343 38% [======================= ] 2036/5343 38% [======================= ] 2037/5343 38% [======================= ] 2038/5343 38% [======================= ] 2039/5343 38% [======================= ] 2040/5343 38% [======================= ] 2041/5343 38% [======================= ] 2042/5343 38% [======================= ] 2043/5343 38% [======================= ] 2044/5343 38% [======================= ] 2045/5343 38% [======================= ] 2046/5343 38% [======================= ] 2047/5343 38% [======================= ] 2048/5343 38% [======================= ] 2049/5343 38% [======================= ] 2050/5343 38% [======================= ] 2051/5343 38% [======================= ] 2052/5343 38% [======================= ] 2053/5343 38% [======================= ] 2054/5343 38% [======================= ] 2055/5343 38% [======================= ] 2056/5343 38% [======================= ] 2057/5343 38% [======================= ] 2058/5343 38% [======================= ] 2059/5343 38% [======================= ] 2060/5343 38% [======================= ] 2061/5343 38% [======================= ] 2062/5343 38% [======================= ] 2063/5343 38% [======================= ] 2064/5343 38% [======================= ] 2065/5343 38% [======================= ] 2066/5343 38% [======================= ] 2067/5343 38% [======================= ] 2068/5343 38% [======================== ] 2069/5343 38% [======================== ] 2070/5343 38% [======================== ] 2071/5343 38% [======================== ] 2072/5343 38% [======================== ] 2073/5343 38% [======================== ] 2074/5343 38% [======================== ] 2075/5343 38% [======================== ] 2076/5343 38% [======================== ] 2077/5343 38% [======================== ] 2078/5343 38% [======================== ] 2079/5343 38% [======================== ] 2080/5343 38% [======================== ] 2081/5343 38% [======================== ] 2082/5343 38% [======================== ] 2083/5343 38% [======================== ] 2084/5343 39% [======================== ] 2085/5343 39% [======================== ] 2086/5343 39% [======================== ] 2087/5343 39% [======================== ] 2088/5343 39% [======================== ] 2089/5343 39% [======================== ] 2090/5343 39% [======================== ] 2091/5343 39% [======================== ] 2092/5343 39% [======================== ] 2093/5343 39% [======================== ] 2094/5343 39% [======================== ] 2095/5343 39% [======================== ] 2096/5343 39% [======================== ] 2097/5343 39% [======================== ] 2098/5343 39% [======================== ] 2099/5343 39% [======================== ] 2100/5343 39% [======================== ] 2101/5343 39% [======================== ] 2102/5343 39% [======================== ] 2103/5343 39% [======================== ] 2104/5343 39% [======================== ] 2105/5343 39% [======================== ] 2106/5343 39% [======================== ] 2107/5343 39% [======================== ] 2108/5343 39% [======================== ] 2109/5343 39% [======================== ] 2110/5343 39% [======================== ] 2111/5343 39% [======================== ] 2112/5343 39% [======================== ] 2113/5343 39% [======================== ] 2114/5343 39% [======================== ] 2115/5343 39% [======================== ] 2116/5343 39% [======================== ] 2117/5343 39% [======================== ] 2118/5343 39% [======================== ] 2119/5343 39% [======================== ] 2120/5343 39% [======================== ] 2121/5343 39% [======================== ] 2122/5343 39% [======================== ] 2123/5343 39% [======================== ] 2124/5343 39% [======================== ] 2125/5343 39% [======================== ] 2126/5343 39% [======================== ] 2127/5343 39% [======================== ] 2128/5343 39% [======================== ] 2129/5343 39% [======================== ] 2130/5343 39% [======================== ] 2131/5343 39% [======================== ] 2132/5343 39% [======================== ] 2133/5343 39% [======================== ] 2134/5343 39% [======================== ] 2135/5343 39% [======================== ] 2136/5343 39% [======================== ] 2137/5343 39% [======================== ] 2138/5343 40% [======================== ] 2139/5343 40% [======================== ] 2140/5343 40% [======================== ] 2141/5343 40% [======================== ] 2142/5343 40% [======================== ] 2143/5343 40% [======================== ] 2144/5343 40% [======================== ] 2145/5343 40% [======================== ] 2146/5343 40% [======================== ] 2147/5343 40% [======================== ] 2148/5343 40% [======================== ] 2149/5343 40% [======================== ] 2150/5343 40% [======================== ] 2151/5343 40% [======================== ] 2152/5343 40% [======================== ] 2153/5343 40% [======================== ] 2154/5343 40% [========================= ] 2155/5343 40% [========================= ] 2156/5343 40% [========================= ] 2157/5343 40% [========================= ] 2158/5343 40% [========================= ] 2159/5343 40% [========================= ] 2160/5343 40% [========================= ] 2161/5343 40% [========================= ] 2162/5343 40% [========================= ] 2163/5343 40% [========================= ] 2164/5343 40% [========================= ] 2165/5343 40% [========================= ] 2166/5343 40% [========================= ] 2167/5343 40% [========================= ] 2168/5343 40% [========================= ] 2169/5343 40% [========================= ] 2170/5343 40% [========================= ] 2171/5343 40% [========================= ] 2172/5343 40% [========================= ] 2173/5343 40% [========================= ] 2174/5343 40% [========================= ] 2175/5343 40% [========================= ] 2176/5343 40% [========================= ] 2177/5343 40% [========================= ] 2178/5343 40% [========================= ] 2179/5343 40% [========================= ] 2180/5343 40% [========================= ] 2181/5343 40% [========================= ] 2182/5343 40% [========================= ] 2183/5343 40% [========================= ] 2184/5343 40% [========================= ] 2185/5343 40% [========================= ] 2186/5343 40% [========================= ] 2187/5343 40% [========================= ] 2188/5343 40% [========================= ] 2189/5343 40% [========================= ] 2190/5343 40% [========================= ] 2191/5343 41% [========================= ] 2192/5343 41% [========================= ] 2193/5343 41% [========================= ] 2194/5343 41% [========================= ] 2195/5343 41% [========================= ] 2196/5343 41% [========================= ] 2197/5343 41% [========================= ] 2198/5343 41% [========================= ] 2199/5343 41% [========================= ] 2200/5343 41% [========================= ] 2201/5343 41% [========================= ] 2202/5343 41% [========================= ] 2203/5343 41% [========================= ] 2204/5343 41% [========================= ] 2205/5343 41% [========================= ] 2206/5343 41% [========================= ] 2207/5343 41% [========================= ] 2208/5343 41% [========================= ] 2209/5343 41% [========================= ] 2210/5343 41% [========================= ] 2211/5343 41% [========================= ] 2212/5343 41% [========================= ] 2213/5343 41% [========================= ] 2214/5343 41% [========================= ] 2215/5343 41% [========================= ] 2216/5343 41% [========================= ] 2217/5343 41% [========================= ] 2218/5343 41% [========================= ] 2219/5343 41% [========================= ] 2220/5343 41% [========================= ] 2221/5343 41% [========================= ] 2222/5343 41% [========================= ] 2223/5343 41% [========================= ] 2224/5343 41% [========================= ] 2225/5343 41% [========================= ] 2226/5343 41% [========================= ] 2227/5343 41% [========================= ] 2228/5343 41% [========================= ] 2229/5343 41% [========================= ] 2230/5343 41% [========================= ] 2231/5343 41% [========================= ] 2232/5343 41% [========================= ] 2233/5343 41% [========================= ] 2234/5343 41% [========================= ] 2235/5343 41% [========================= ] 2236/5343 41% [========================= ] 2237/5343 41% [========================= ] 2238/5343 41% [========================= ] 2239/5343 41% [========================= ] 2240/5343 41% [========================== ] 2241/5343 41% [========================== ] 2242/5343 41% [========================== ] 2243/5343 41% [========================== ] 2244/5343 41% [========================== ] 2245/5343 42% [========================== ] 2246/5343 42% [========================== ] 2247/5343 42% [========================== ] 2248/5343 42% [========================== ] 2249/5343 42% [========================== ] 2250/5343 42% [========================== ] 2251/5343 42% [========================== ] 2252/5343 42% [========================== ] 2253/5343 42% [========================== ] 2254/5343 42% [========================== ] 2255/5343 42% [========================== ] 2256/5343 42% [========================== ] 2257/5343 42% [========================== ] 2258/5343 42% [========================== ] 2259/5343 42% [========================== ] 2260/5343 42% [========================== ] 2261/5343 42% [========================== ] 2262/5343 42% [========================== ] 2263/5343 42% [========================== ] 2264/5343 42% [========================== ] 2265/5343 42% [========================== ] 2266/5343 42% [========================== ] 2267/5343 42% [========================== ] 2268/5343 42% [========================== ] 2269/5343 42% [========================== ] 2270/5343 42% [========================== ] 2271/5343 42% [========================== ] 2272/5343 42% [========================== ] 2273/5343 42% [========================== ] 2274/5343 42% [========================== ] 2275/5343 42% [========================== ] 2276/5343 42% [========================== ] 2277/5343 42% [========================== ] 2278/5343 42% [========================== ] 2279/5343 42% [========================== ] 2280/5343 42% [========================== ] 2281/5343 42% [========================== ] 2282/5343 42% [========================== ] 2283/5343 42% [========================== ] 2284/5343 42% [========================== ] 2285/5343 42% [========================== ] 2286/5343 42% [========================== ] 2287/5343 42% [========================== ] 2288/5343 42% [========================== ] 2289/5343 42% [========================== ] 2290/5343 42% [========================== ] 2291/5343 42% [========================== ] 2292/5343 42% [========================== ] 2293/5343 42% [========================== ] 2294/5343 42% [========================== ] 2295/5343 42% [========================== ] 2296/5343 42% [========================== ] 2297/5343 42% [========================== ] 2298/5343 43% [========================== ] 2299/5343 43% [========================== ] 2300/5343 43% [========================== ] 2301/5343 43% [========================== ] 2302/5343 43% [========================== ] 2303/5343 43% [========================== ] 2304/5343 43% [========================== ] 2305/5343 43% [========================== ] 2306/5343 43% [========================== ] 2307/5343 43% [========================== ] 2308/5343 43% [========================== ] 2309/5343 43% [========================== ] 2310/5343 43% [========================== ] 2311/5343 43% [========================== ] 2312/5343 43% [========================== ] 2313/5343 43% [========================== ] 2314/5343 43% [========================== ] 2315/5343 43% [========================== ] 2316/5343 43% [========================== ] 2317/5343 43% [========================== ] 2318/5343 43% [========================== ] 2319/5343 43% [========================== ] 2320/5343 43% [========================== ] 2321/5343 43% [========================== ] 2322/5343 43% [========================== ] 2323/5343 43% [========================== ] 2324/5343 43% [========================== ] 2325/5343 43% [========================== ] 2326/5343 43% [=========================== ] 2327/5343 43% [=========================== ] 2328/5343 43% [=========================== ] 2329/5343 43% [=========================== ] 2330/5343 43% [=========================== ] 2331/5343 43% [=========================== ] 2332/5343 43% [=========================== ] 2333/5343 43% [=========================== ] 2334/5343 43% [=========================== ] 2335/5343 43% [=========================== ] 2336/5343 43% [=========================== ] 2337/5343 43% [=========================== ] 2338/5343 43% [=========================== ] 2339/5343 43% [=========================== ] 2340/5343 43% [=========================== ] 2341/5343 43% [=========================== ] 2342/5343 43% [=========================== ] 2343/5343 43% [=========================== ] 2344/5343 43% [=========================== ] 2345/5343 43% [=========================== ] 2346/5343 43% [=========================== ] 2347/5343 43% [=========================== ] 2348/5343 43% [=========================== ] 2349/5343 43% [=========================== ] 2350/5343 43% [=========================== ] 2351/5343 44% [=========================== ] 2352/5343 44% [=========================== ] 2353/5343 44% [=========================== ] 2354/5343 44% [=========================== ] 2355/5343 44% [=========================== ] 2356/5343 44% [=========================== ] 2357/5343 44% [=========================== ] 2358/5343 44% [=========================== ] 2359/5343 44% [=========================== ] 2360/5343 44% [=========================== ] 2361/5343 44% [=========================== ] 2362/5343 44% [=========================== ] 2363/5343 44% [=========================== ] 2364/5343 44% [=========================== ] 2365/5343 44% [=========================== ] 2366/5343 44% [=========================== ] 2367/5343 44% [=========================== ] 2368/5343 44% [=========================== ] 2369/5343 44% [=========================== ] 2370/5343 44% [=========================== ] 2371/5343 44% [=========================== ] 2372/5343 44% [=========================== ] 2373/5343 44% [=========================== ] 2374/5343 44% [=========================== ] 2375/5343 44% [=========================== ] 2376/5343 44% [=========================== ] 2377/5343 44% [=========================== ] 2378/5343 44% [=========================== ] 2379/5343 44% [=========================== ] 2380/5343 44% [=========================== ] 2381/5343 44% [=========================== ] 2382/5343 44% [=========================== ] 2383/5343 44% [=========================== ] 2384/5343 44% [=========================== ] 2385/5343 44% [=========================== ] 2386/5343 44% [=========================== ] 2387/5343 44% [=========================== ] 2388/5343 44% [=========================== ] 2389/5343 44% [=========================== ] 2390/5343 44% [=========================== ] 2391/5343 44% [=========================== ] 2392/5343 44% [=========================== ] 2393/5343 44% [=========================== ] 2394/5343 44% [=========================== ] 2395/5343 44% [=========================== ] 2396/5343 44% [=========================== ] 2397/5343 44% [=========================== ] 2398/5343 44% [=========================== ] 2399/5343 44% [=========================== ] 2400/5343 44% [=========================== ] 2401/5343 44% [=========================== ] 2402/5343 44% [=========================== ] 2403/5343 44% [=========================== ] 2404/5343 44% [=========================== ] 2405/5343 45% [=========================== ] 2406/5343 45% [=========================== ] 2407/5343 45% [=========================== ] 2408/5343 45% [=========================== ] 2409/5343 45% [=========================== ] 2410/5343 45% [=========================== ] 2411/5343 45% [=========================== ] 2412/5343 45% [============================ ] 2413/5343 45% [============================ ] 2414/5343 45% [============================ ] 2415/5343 45% [============================ ] 2416/5343 45% [============================ ] 2417/5343 45% [============================ ] 2418/5343 45% [============================ ] 2419/5343 45% [============================ ] 2420/5343 45% [============================ ] 2421/5343 45% [============================ ] 2422/5343 45% [============================ ] 2423/5343 45% [============================ ] 2424/5343 45% [============================ ] 2425/5343 45% [============================ ] 2426/5343 45% [============================ ] 2427/5343 45% [============================ ] 2428/5343 45% [============================ ] 2429/5343 45% [============================ ] 2430/5343 45% [============================ ] 2431/5343 45% [============================ ] 2432/5343 45% [============================ ] 2433/5343 45% [============================ ] 2434/5343 45% [============================ ] 2435/5343 45% [============================ ] 2436/5343 45% [============================ ] 2437/5343 45% [============================ ] 2438/5343 45% [============================ ] 2439/5343 45% [============================ ] 2440/5343 45% [============================ ] 2441/5343 45% [============================ ] 2442/5343 45% [============================ ] 2443/5343 45% [============================ ] 2444/5343 45% [============================ ] 2445/5343 45% [============================ ] 2446/5343 45% [============================ ] 2447/5343 45% [============================ ] 2448/5343 45% [============================ ] 2449/5343 45% [============================ ] 2450/5343 45% [============================ ] 2451/5343 45% [============================ ] 2452/5343 45% [============================ ] 2453/5343 45% [============================ ] 2454/5343 45% [============================ ] 2455/5343 45% [============================ ] 2456/5343 45% [============================ ] 2457/5343 45% [============================ ] 2458/5343 46% [============================ ] 2459/5343 46% [============================ ] 2460/5343 46% [============================ ] 2461/5343 46% [============================ ] 2462/5343 46% [============================ ] 2463/5343 46% [============================ ] 2464/5343 46% [============================ ] 2465/5343 46% [============================ ] 2466/5343 46% [============================ ] 2467/5343 46% [============================ ] 2468/5343 46% [============================ ] 2469/5343 46% [============================ ] 2470/5343 46% [============================ ] 2471/5343 46% [============================ ] 2472/5343 46% [============================ ] 2473/5343 46% [============================ ] 2474/5343 46% [============================ ] 2475/5343 46% [============================ ] 2476/5343 46% [============================ ] 2477/5343 46% [============================ ] 2478/5343 46% [============================ ] 2479/5343 46% [============================ ] 2480/5343 46% [============================ ] 2481/5343 46% [============================ ] 2482/5343 46% [============================ ] 2483/5343 46% [============================ ] 2484/5343 46% [============================ ] 2485/5343 46% [============================ ] 2486/5343 46% [============================ ] 2487/5343 46% [============================ ] 2488/5343 46% [============================ ] 2489/5343 46% [============================ ] 2490/5343 46% [============================ ] 2491/5343 46% [============================ ] 2492/5343 46% [============================ ] 2493/5343 46% [============================ ] 2494/5343 46% [============================ ] 2495/5343 46% [============================ ] 2496/5343 46% [============================ ] 2497/5343 46% [============================ ] 2498/5343 46% [============================ ] 2499/5343 46% [============================= ] 2500/5343 46% [============================= ] 2501/5343 46% [============================= ] 2502/5343 46% [============================= ] 2503/5343 46% [============================= ] 2504/5343 46% [============================= ] 2505/5343 46% [============================= ] 2506/5343 46% [============================= ] 2507/5343 46% [============================= ] 2508/5343 46% [============================= ] 2509/5343 46% [============================= ] 2510/5343 46% [============================= ] 2511/5343 46% [============================= ] 2512/5343 47% [============================= ] 2513/5343 47% [============================= ] 2514/5343 47% [============================= ] 2515/5343 47% [============================= ] 2516/5343 47% [============================= ] 2517/5343 47% [============================= ] 2518/5343 47% [============================= ] 2519/5343 47% [============================= ] 2520/5343 47% [============================= ] 2521/5343 47% [============================= ] 2522/5343 47% [============================= ] 2523/5343 47% [============================= ] 2524/5343 47% [============================= ] 2525/5343 47% [============================= ] 2526/5343 47% [============================= ] 2527/5343 47% [============================= ] 2528/5343 47% [============================= ] 2529/5343 47% [============================= ] 2530/5343 47% [============================= ] 2531/5343 47% [============================= ] 2532/5343 47% [============================= ] 2533/5343 47% [============================= ] 2534/5343 47% [============================= ] 2535/5343 47% [============================= ] 2536/5343 47% [============================= ] 2537/5343 47% [============================= ] 2538/5343 47% [============================= ] 2539/5343 47% [============================= ] 2540/5343 47% [============================= ] 2541/5343 47% [============================= ] 2542/5343 47% [============================= ] 2543/5343 47% [============================= ] 2544/5343 47% [============================= ] 2545/5343 47% [============================= ] 2546/5343 47% [============================= ] 2547/5343 47% [============================= ] 2548/5343 47% [============================= ] 2549/5343 47% [============================= ] 2550/5343 47% [============================= ] 2551/5343 47% [============================= ] 2552/5343 47% [============================= ] 2553/5343 47% [============================= ] 2554/5343 47% [============================= ] 2555/5343 47% [============================= ] 2556/5343 47% [============================= ] 2557/5343 47% [============================= ] 2558/5343 47% [============================= ] 2559/5343 47% [============================= ] 2560/5343 47% [============================= ] 2561/5343 47% [============================= ] 2562/5343 47% [============================= ] 2563/5343 47% [============================= ] 2564/5343 47% [============================= ] 2565/5343 48% [============================= ] 2566/5343 48% [============================= ] 2567/5343 48% [============================= ] 2568/5343 48% [============================= ] 2569/5343 48% [============================= ] 2570/5343 48% [============================= ] 2571/5343 48% [============================= ] 2572/5343 48% [============================= ] 2573/5343 48% [============================= ] 2574/5343 48% [============================= ] 2575/5343 48% [============================= ] 2576/5343 48% [============================= ] 2577/5343 48% [============================= ] 2578/5343 48% [============================= ] 2579/5343 48% [============================= ] 2580/5343 48% [============================= ] 2581/5343 48% [============================= ] 2582/5343 48% [============================= ] 2583/5343 48% [============================= ] 2584/5343 48% [============================= ] 2585/5343 48% [============================== ] 2586/5343 48% [============================== ] 2587/5343 48% [============================== ] 2588/5343 48% [============================== ] 2589/5343 48% [============================== ] 2590/5343 48% [============================== ] 2591/5343 48% [============================== ] 2592/5343 48% [============================== ] 2593/5343 48% [============================== ] 2594/5343 48% [============================== ] 2595/5343 48% [============================== ] 2596/5343 48% [============================== ] 2597/5343 48% [============================== ] 2598/5343 48% [============================== ] 2599/5343 48% [============================== ] 2600/5343 48% [============================== ] 2601/5343 48% [============================== ] 2602/5343 48% [============================== ] 2603/5343 48% [============================== ] 2604/5343 48% [============================== ] 2605/5343 48% [============================== ] 2606/5343 48% [============================== ] 2607/5343 48% [============================== ] 2608/5343 48% [============================== ] 2609/5343 48% [============================== ] 2610/5343 48% [============================== ] 2611/5343 48% [============================== ] 2612/5343 48% [============================== ] 2613/5343 48% [============================== ] 2614/5343 48% [============================== ] 2615/5343 48% [============================== ] 2616/5343 48% [============================== ] 2617/5343 48% [============================== ] 2618/5343 48% [============================== ] 2619/5343 49% [============================== ] 2620/5343 49% [============================== ] 2621/5343 49% [============================== ] 2622/5343 49% [============================== ] 2623/5343 49% [============================== ] 2624/5343 49% [============================== ] 2625/5343 49% [============================== ] 2626/5343 49% [============================== ] 2627/5343 49% [============================== ] 2628/5343 49% [============================== ] 2629/5343 49% [============================== ] 2630/5343 49% [============================== ] 2631/5343 49% [============================== ] 2632/5343 49% [============================== ] 2633/5343 49% [============================== ] 2634/5343 49% [============================== ] 2635/5343 49% [============================== ] 2636/5343 49% [============================== ] 2637/5343 49% [============================== ] 2638/5343 49% [============================== ] 2639/5343 49% [============================== ] 2640/5343 49% [============================== ] 2641/5343 49% [============================== ] 2642/5343 49% [============================== ] 2643/5343 49% [============================== ] 2644/5343 49% [============================== ] 2645/5343 49% [============================== ] 2646/5343 49% [============================== ] 2647/5343 49% [============================== ] 2648/5343 49% [============================== ] 2649/5343 49% [============================== ] 2650/5343 49% [============================== ] 2651/5343 49% [============================== ] 2652/5343 49% [============================== ] 2653/5343 49% [============================== ] 2654/5343 49% [============================== ] 2655/5343 49% [============================== ] 2656/5343 49% [============================== ] 2657/5343 49% [============================== ] 2658/5343 49% [============================== ] 2659/5343 49% [============================== ] 2660/5343 49% [============================== ] 2661/5343 49% [============================== ] 2662/5343 49% [============================== ] 2663/5343 49% [============================== ] 2664/5343 49% [============================== ] 2665/5343 49% [============================== ] 2666/5343 49% [============================== ] 2667/5343 49% [============================== ] 2668/5343 49% [============================== ] 2669/5343 49% [============================== ] 2670/5343 49% [============================== ] 2671/5343 49% [=============================== ] 2672/5343 50% [=============================== ] 2673/5343 50% [=============================== ] 2674/5343 50% [=============================== ] 2675/5343 50% [=============================== ] 2676/5343 50% [=============================== ] 2677/5343 50% [=============================== ] 2678/5343 50% [=============================== ] 2679/5343 50% [=============================== ] 2680/5343 50% [=============================== ] 2681/5343 50% [=============================== ] 2682/5343 50% [=============================== ] 2683/5343 50% [=============================== ] 2684/5343 50% [=============================== ] 2685/5343 50% [=============================== ] 2686/5343 50% [=============================== ] 2687/5343 50% [=============================== ] 2688/5343 50% [=============================== ] 2689/5343 50% [=============================== ] 2690/5343 50% [=============================== ] 2691/5343 50% [=============================== ] 2692/5343 50% [=============================== ] 2693/5343 50% [=============================== ] 2694/5343 50% [=============================== ] 2695/5343 50% [=============================== ] 2696/5343 50% [=============================== ] 2697/5343 50% [=============================== ] 2698/5343 50% [=============================== ] 2699/5343 50% [=============================== ] 2700/5343 50% [=============================== ] 2701/5343 50% [=============================== ] 2702/5343 50% [=============================== ] 2703/5343 50% [=============================== ] 2704/5343 50% [=============================== ] 2705/5343 50% [=============================== ] 2706/5343 50% [=============================== ] 2707/5343 50% [=============================== ] 2708/5343 50% [=============================== ] 2709/5343 50% [=============================== ] 2710/5343 50% [=============================== ] 2711/5343 50% [=============================== ] 2712/5343 50% [=============================== ] 2713/5343 50% [=============================== ] 2714/5343 50% [=============================== ] 2715/5343 50% [=============================== ] 2716/5343 50% [=============================== ] 2717/5343 50% [=============================== ] 2718/5343 50% [=============================== ] 2719/5343 50% [=============================== ] 2720/5343 50% [=============================== ] 2721/5343 50% [=============================== ] 2722/5343 50% [=============================== ] 2723/5343 50% [=============================== ] 2724/5343 50% [=============================== ] 2725/5343 51% [=============================== ] 2726/5343 51% [=============================== ] 2727/5343 51% [=============================== ] 2728/5343 51% [=============================== ] 2729/5343 51% [=============================== ] 2730/5343 51% [=============================== ] 2731/5343 51% [=============================== ] 2732/5343 51% [=============================== ] 2733/5343 51% [=============================== ] 2734/5343 51% [=============================== ] 2735/5343 51% [=============================== ] 2736/5343 51% [=============================== ] 2737/5343 51% [=============================== ] 2738/5343 51% [=============================== ] 2739/5343 51% [=============================== ] 2740/5343 51% [=============================== ] 2741/5343 51% [=============================== ] 2742/5343 51% [=============================== ] 2743/5343 51% [=============================== ] 2744/5343 51% [=============================== ] 2745/5343 51% [=============================== ] 2746/5343 51% [=============================== ] 2747/5343 51% [=============================== ] 2748/5343 51% [=============================== ] 2749/5343 51% [=============================== ] 2750/5343 51% [=============================== ] 2751/5343 51% [=============================== ] 2752/5343 51% [=============================== ] 2753/5343 51% [=============================== ] 2754/5343 51% [=============================== ] 2755/5343 51% [=============================== ] 2756/5343 51% [=============================== ] 2757/5343 51% [================================ ] 2758/5343 51% [================================ ] 2759/5343 51% [================================ ] 2760/5343 51% [================================ ] 2761/5343 51% [================================ ] 2762/5343 51% [================================ ] 2763/5343 51% [================================ ] 2764/5343 51% [================================ ] 2765/5343 51% [================================ ] 2766/5343 51% [================================ ] 2767/5343 51% [================================ ] 2768/5343 51% [================================ ] 2769/5343 51% [================================ ] 2770/5343 51% [================================ ] 2771/5343 51% [================================ ] 2772/5343 51% [================================ ] 2773/5343 51% [================================ ] 2774/5343 51% [================================ ] 2775/5343 51% [================================ ] 2776/5343 51% [================================ ] 2777/5343 51% [================================ ] 2778/5343 51% [================================ ] 2779/5343 52% [================================ ] 2780/5343 52% [================================ ] 2781/5343 52% [================================ ] 2782/5343 52% [================================ ] 2783/5343 52% [================================ ] 2784/5343 52% [================================ ] 2785/5343 52% [================================ ] 2786/5343 52% [================================ ] 2787/5343 52% [================================ ] 2788/5343 52% [================================ ] 2789/5343 52% [================================ ] 2790/5343 52% [================================ ] 2791/5343 52% [================================ ] 2792/5343 52% [================================ ] 2793/5343 52% [================================ ] 2794/5343 52% [================================ ] 2795/5343 52% [================================ ] 2796/5343 52% [================================ ] 2797/5343 52% [================================ ] 2798/5343 52% [================================ ] 2799/5343 52% [================================ ] 2800/5343 52% [================================ ] 2801/5343 52% [================================ ] 2802/5343 52% [================================ ] 2803/5343 52% [================================ ] 2804/5343 52% [================================ ] 2805/5343 52% [================================ ] 2806/5343 52% [================================ ] 2807/5343 52% [================================ ] 2808/5343 52% [================================ ] 2809/5343 52% [================================ ] 2810/5343 52% [================================ ] 2811/5343 52% [================================ ] 2812/5343 52% [================================ ] 2813/5343 52% [================================ ] 2814/5343 52% [================================ ] 2815/5343 52% [================================ ] 2816/5343 52% [================================ ] 2817/5343 52% [================================ ] 2818/5343 52% [================================ ] 2819/5343 52% [================================ ] 2820/5343 52% [================================ ] 2821/5343 52% [================================ ] 2822/5343 52% [================================ ] 2823/5343 52% [================================ ] 2824/5343 52% [================================ ] 2825/5343 52% [================================ ] 2826/5343 52% [================================ ] 2827/5343 52% [================================ ] 2828/5343 52% [================================ ] 2829/5343 52% [================================ ] 2830/5343 52% [================================ ] 2831/5343 52% [================================ ] 2832/5343 53% [================================ ] 2833/5343 53% [================================ ] 2834/5343 53% [================================ ] 2835/5343 53% [================================ ] 2836/5343 53% [================================ ] 2837/5343 53% [================================ ] 2838/5343 53% [================================ ] 2839/5343 53% [================================ ] 2840/5343 53% [================================ ] 2841/5343 53% [================================ ] 2842/5343 53% [================================ ] 2843/5343 53% [================================= ] 2844/5343 53% [================================= ] 2845/5343 53% [================================= ] 2846/5343 53% [================================= ] 2847/5343 53% [================================= ] 2848/5343 53% [================================= ] 2849/5343 53% [================================= ] 2850/5343 53% [================================= ] 2851/5343 53% [================================= ] 2852/5343 53% [================================= ] 2853/5343 53% [================================= ] 2854/5343 53% [================================= ] 2855/5343 53% [================================= ] 2856/5343 53% [================================= ] 2857/5343 53% [================================= ] 2858/5343 53% [================================= ] 2859/5343 53% [================================= ] 2860/5343 53% [================================= ] 2861/5343 53% [================================= ] 2862/5343 53% [================================= ] 2863/5343 53% [================================= ] 2864/5343 53% [================================= ] 2865/5343 53% [================================= ] 2866/5343 53% [================================= ] 2867/5343 53% [================================= ] 2868/5343 53% [================================= ] 2869/5343 53% [================================= ] 2870/5343 53% [================================= ] 2871/5343 53% [================================= ] 2872/5343 53% [================================= ] 2873/5343 53% [================================= ] 2874/5343 53% [================================= ] 2875/5343 53% [================================= ] 2876/5343 53% [================================= ] 2877/5343 53% [================================= ] 2878/5343 53% [================================= ] 2879/5343 53% [================================= ] 2880/5343 53% [================================= ] 2881/5343 53% [================================= ] 2882/5343 53% [================================= ] 2883/5343 53% [================================= ] 2884/5343 53% [================================= ] 2885/5343 53% [================================= ] 2886/5343 54% [================================= ] 2887/5343 54% [================================= ] 2888/5343 54% [================================= ] 2889/5343 54% [================================= ] 2890/5343 54% [================================= ] 2891/5343 54% [================================= ] 2892/5343 54% [================================= ] 2893/5343 54% [================================= ] 2894/5343 54% [================================= ] 2895/5343 54% [================================= ] 2896/5343 54% [================================= ] 2897/5343 54% [================================= ] 2898/5343 54% [================================= ] 2899/5343 54% [================================= ] 2900/5343 54% [================================= ] 2901/5343 54% [================================= ] 2902/5343 54% [================================= ] 2903/5343 54% [================================= ] 2904/5343 54% [================================= ] 2905/5343 54% [================================= ] 2906/5343 54% [================================= ] 2907/5343 54% [================================= ] 2908/5343 54% [================================= ] 2909/5343 54% [================================= ] 2910/5343 54% [================================= ] 2911/5343 54% [================================= ] 2912/5343 54% [================================= ] 2913/5343 54% [================================= ] 2914/5343 54% [================================= ] 2915/5343 54% [================================= ] 2916/5343 54% [================================= ] 2917/5343 54% [================================= ] 2918/5343 54% [================================= ] 2919/5343 54% [================================= ] 2920/5343 54% [================================= ] 2921/5343 54% [================================= ] 2922/5343 54% [================================= ] 2923/5343 54% [================================= ] 2924/5343 54% [================================= ] 2925/5343 54% [================================= ] 2926/5343 54% [================================= ] 2927/5343 54% [================================= ] 2928/5343 54% [================================= ] 2929/5343 54% [================================= ] 2930/5343 54% [================================== ] 2931/5343 54% [================================== ] 2932/5343 54% [================================== ] 2933/5343 54% [================================== ] 2934/5343 54% [================================== ] 2935/5343 54% [================================== ] 2936/5343 54% [================================== ] 2937/5343 54% [================================== ] 2938/5343 54% [================================== ] 2939/5343 55% [================================== ] 2940/5343 55% [================================== ] 2941/5343 55% [================================== ] 2942/5343 55% [================================== ] 2943/5343 55% [================================== ] 2944/5343 55% [================================== ] 2945/5343 55% [================================== ] 2946/5343 55% [================================== ] 2947/5343 55% [================================== ] 2948/5343 55% [================================== ] 2949/5343 55% [================================== ] 2950/5343 55% [================================== ] 2951/5343 55% [================================== ] 2952/5343 55% [================================== ] 2953/5343 55% [================================== ] 2954/5343 55% [================================== ] 2955/5343 55% [================================== ] 2956/5343 55% [================================== ] 2957/5343 55% [================================== ] 2958/5343 55% [================================== ] 2959/5343 55% [================================== ] 2960/5343 55% [================================== ] 2961/5343 55% [================================== ] 2962/5343 55% [================================== ] 2963/5343 55% [================================== ] 2964/5343 55% [================================== ] 2965/5343 55% [================================== ] 2966/5343 55% [================================== ] 2967/5343 55% [================================== ] 2968/5343 55% [================================== ] 2969/5343 55% [================================== ] 2970/5343 55% [================================== ] 2971/5343 55% [================================== ] 2972/5343 55% [================================== ] 2973/5343 55% [================================== ] 2974/5343 55% [================================== ] 2975/5343 55% [================================== ] 2976/5343 55% [================================== ] 2977/5343 55% [================================== ] 2978/5343 55% [================================== ] 2979/5343 55% [================================== ] 2980/5343 55% [================================== ] 2981/5343 55% [================================== ] 2982/5343 55% [================================== ] 2983/5343 55% [================================== ] 2984/5343 55% [================================== ] 2985/5343 55% [================================== ] 2986/5343 55% [================================== ] 2987/5343 55% [================================== ] 2988/5343 55% [================================== ] 2989/5343 55% [================================== ] 2990/5343 55% [================================== ] 2991/5343 55% [================================== ] 2992/5343 55% [================================== ] 2993/5343 56% [================================== ] 2994/5343 56% [================================== ] 2995/5343 56% [================================== ] 2996/5343 56% [================================== ] 2997/5343 56% [================================== ] 2998/5343 56% [================================== ] 2999/5343 56% [================================== ] 3000/5343 56% [================================== ] 3001/5343 56% [================================== ] 3002/5343 56% [================================== ] 3003/5343 56% [================================== ] 3004/5343 56% [================================== ] 3005/5343 56% [================================== ] 3006/5343 56% [================================== ] 3007/5343 56% [================================== ] 3008/5343 56% [================================== ] 3009/5343 56% [================================== ] 3010/5343 56% [================================== ] 3011/5343 56% [================================== ] 3012/5343 56% [================================== ] 3013/5343 56% [================================== ] 3014/5343 56% [================================== ] 3015/5343 56% [================================== ] 3016/5343 56% [=================================== ] 3017/5343 56% [=================================== ] 3018/5343 56% [=================================== ] 3019/5343 56% [=================================== ] 3020/5343 56% [=================================== ] 3021/5343 56% [=================================== ] 3022/5343 56% [=================================== ] 3023/5343 56% [=================================== ] 3024/5343 56% [=================================== ] 3025/5343 56% [=================================== ] 3026/5343 56% [=================================== ] 3027/5343 56% [=================================== ] 3028/5343 56% [=================================== ] 3029/5343 56% [=================================== ] 3030/5343 56% [=================================== ] 3031/5343 56% [=================================== ] 3032/5343 56% [=================================== ] 3033/5343 56% [=================================== ] 3034/5343 56% [=================================== ] 3035/5343 56% [=================================== ] 3036/5343 56% [=================================== ] 3037/5343 56% [=================================== ] 3038/5343 56% [=================================== ] 3039/5343 56% [=================================== ] 3040/5343 56% [=================================== ] 3041/5343 56% [=================================== ] 3042/5343 56% [=================================== ] 3043/5343 56% [=================================== ] 3044/5343 56% [=================================== ] 3045/5343 56% [=================================== ] 3046/5343 57% [=================================== ] 3047/5343 57% [=================================== ] 3048/5343 57% [=================================== ] 3049/5343 57% [=================================== ] 3050/5343 57% [=================================== ] 3051/5343 57% [=================================== ] 3052/5343 57% [=================================== ] 3053/5343 57% [=================================== ] 3054/5343 57% [=================================== ] 3055/5343 57% [=================================== ] 3056/5343 57% [=================================== ] 3057/5343 57% [=================================== ] 3058/5343 57% [=================================== ] 3059/5343 57% [=================================== ] 3060/5343 57% [=================================== ] 3061/5343 57% [=================================== ] 3062/5343 57% [=================================== ] 3063/5343 57% [=================================== ] 3064/5343 57% [=================================== ] 3065/5343 57% [=================================== ] 3066/5343 57% [=================================== ] 3067/5343 57% [=================================== ] 3068/5343 57% [=================================== ] 3069/5343 57% [=================================== ] 3070/5343 57% [=================================== ] 3071/5343 57% [=================================== ] 3072/5343 57% [=================================== ] 3073/5343 57% [=================================== ] 3074/5343 57% [=================================== ] 3075/5343 57% [=================================== ] 3076/5343 57% [=================================== ] 3077/5343 57% [=================================== ] 3078/5343 57% [=================================== ] 3079/5343 57% [=================================== ] 3080/5343 57% [=================================== ] 3081/5343 57% [=================================== ] 3082/5343 57% [=================================== ] 3083/5343 57% [=================================== ] 3084/5343 57% [=================================== ] 3085/5343 57% [=================================== ] 3086/5343 57% [=================================== ] 3087/5343 57% [=================================== ] 3088/5343 57% [=================================== ] 3089/5343 57% [=================================== ] 3090/5343 57% [=================================== ] 3091/5343 57% [=================================== ] 3092/5343 57% [=================================== ] 3093/5343 57% [=================================== ] 3094/5343 57% [=================================== ] 3095/5343 57% [=================================== ] 3096/5343 57% [=================================== ] 3097/5343 57% [=================================== ] 3098/5343 57% [=================================== ] 3099/5343 58% [=================================== ] 3100/5343 58% [=================================== ] 3101/5343 58% [=================================== ] 3102/5343 58% [==================================== ] 3103/5343 58% [==================================== ] 3104/5343 58% [==================================== ] 3105/5343 58% [==================================== ] 3106/5343 58% [==================================== ] 3107/5343 58% [==================================== ] 3108/5343 58% [==================================== ] 3109/5343 58% [==================================== ] 3110/5343 58% [==================================== ] 3111/5343 58% [==================================== ] 3112/5343 58% [==================================== ] 3113/5343 58% [==================================== ] 3114/5343 58% [==================================== ] 3115/5343 58% [==================================== ] 3116/5343 58% [==================================== ] 3117/5343 58% [==================================== ] 3118/5343 58% [==================================== ] 3119/5343 58% [==================================== ] 3120/5343 58% [==================================== ] 3121/5343 58% [==================================== ] 3122/5343 58% [==================================== ] 3123/5343 58% [==================================== ] 3124/5343 58% [==================================== ] 3125/5343 58% [==================================== ] 3126/5343 58% [==================================== ] 3127/5343 58% [==================================== ] 3128/5343 58% [==================================== ] 3129/5343 58% [==================================== ] 3130/5343 58% [==================================== ] 3131/5343 58% [==================================== ] 3132/5343 58% [==================================== ] 3133/5343 58% [==================================== ] 3134/5343 58% [==================================== ] 3135/5343 58% [==================================== ] 3136/5343 58% [==================================== ] 3137/5343 58% [==================================== ] 3138/5343 58% [==================================== ] 3139/5343 58% [==================================== ] 3140/5343 58% [==================================== ] 3141/5343 58% [==================================== ] 3142/5343 58% [==================================== ] 3143/5343 58% [==================================== ] 3144/5343 58% [==================================== ] 3145/5343 58% [==================================== ] 3146/5343 58% [==================================== ] 3147/5343 58% [==================================== ] 3148/5343 58% [==================================== ] 3149/5343 58% [==================================== ] 3150/5343 58% [==================================== ] 3151/5343 58% [==================================== ] 3152/5343 58% [==================================== ] 3153/5343 59% [==================================== ] 3154/5343 59% [==================================== ] 3155/5343 59% [==================================== ] 3156/5343 59% [==================================== ] 3157/5343 59% [==================================== ] 3158/5343 59% [==================================== ] 3159/5343 59% [==================================== ] 3160/5343 59% [==================================== ] 3161/5343 59% [==================================== ] 3162/5343 59% [==================================== ] 3163/5343 59% [==================================== ] 3164/5343 59% [==================================== ] 3165/5343 59% [==================================== ] 3166/5343 59% [==================================== ] 3167/5343 59% [==================================== ] 3168/5343 59% [==================================== ] 3169/5343 59% [==================================== ] 3170/5343 59% [==================================== ] 3171/5343 59% [==================================== ] 3172/5343 59% [==================================== ] 3173/5343 59% [==================================== ] 3174/5343 59% [==================================== ] 3175/5343 59% [==================================== ] 3176/5343 59% [==================================== ] 3177/5343 59% [==================================== ] 3178/5343 59% [==================================== ] 3179/5343 59% [==================================== ] 3180/5343 59% [==================================== ] 3181/5343 59% [==================================== ] 3182/5343 59% [==================================== ] 3183/5343 59% [==================================== ] 3184/5343 59% [==================================== ] 3185/5343 59% [==================================== ] 3186/5343 59% [==================================== ] 3187/5343 59% [==================================== ] 3188/5343 59% [===================================== ] 3189/5343 59% [===================================== ] 3190/5343 59% [===================================== ] 3191/5343 59% [===================================== ] 3192/5343 59% [===================================== ] 3193/5343 59% [===================================== ] 3194/5343 59% [===================================== ] 3195/5343 59% [===================================== ] 3196/5343 59% [===================================== ] 3197/5343 59% [===================================== ] 3198/5343 59% [===================================== ] 3199/5343 59% [===================================== ] 3200/5343 59% [===================================== ] 3201/5343 59% [===================================== ] 3202/5343 59% [===================================== ] 3203/5343 59% [===================================== ] 3204/5343 59% [===================================== ] 3205/5343 59% [===================================== ] 3206/5343 60% [===================================== ] 3207/5343 60% [===================================== ] 3208/5343 60% [===================================== ] 3209/5343 60% [===================================== ] 3210/5343 60% [===================================== ] 3211/5343 60% [===================================== ] 3212/5343 60% [===================================== ] 3213/5343 60% [===================================== ] 3214/5343 60% [===================================== ] 3215/5343 60% [===================================== ] 3216/5343 60% [===================================== ] 3217/5343 60% [===================================== ] 3218/5343 60% [===================================== ] 3219/5343 60% [===================================== ] 3220/5343 60% [===================================== ] 3221/5343 60% [===================================== ] 3222/5343 60% [===================================== ] 3223/5343 60% [===================================== ] 3224/5343 60% [===================================== ] 3225/5343 60% [===================================== ] 3226/5343 60% [===================================== ] 3227/5343 60% [===================================== ] 3228/5343 60% [===================================== ] 3229/5343 60% [===================================== ] 3230/5343 60% [===================================== ] 3231/5343 60% [===================================== ] 3232/5343 60% [===================================== ] 3233/5343 60% [===================================== ] 3234/5343 60% [===================================== ] 3235/5343 60% [===================================== ] 3236/5343 60% [===================================== ] 3237/5343 60% [===================================== ] 3238/5343 60% [===================================== ] 3239/5343 60% [===================================== ] 3240/5343 60% [===================================== ] 3241/5343 60% [===================================== ] 3242/5343 60% [===================================== ] 3243/5343 60% [===================================== ] 3244/5343 60% [===================================== ] 3245/5343 60% [===================================== ] 3246/5343 60% [===================================== ] 3247/5343 60% [===================================== ] 3248/5343 60% [===================================== ] 3249/5343 60% [===================================== ] 3250/5343 60% [===================================== ] 3251/5343 60% [===================================== ] 3252/5343 60% [===================================== ] 3253/5343 60% [===================================== ] 3254/5343 60% [===================================== ] 3255/5343 60% [===================================== ] 3256/5343 60% [===================================== ] 3257/5343 60% [===================================== ] 3258/5343 60% [===================================== ] 3259/5343 60% [===================================== ] 3260/5343 61% [===================================== ] 3261/5343 61% [===================================== ] 3262/5343 61% [===================================== ] 3263/5343 61% [===================================== ] 3264/5343 61% [===================================== ] 3265/5343 61% [===================================== ] 3266/5343 61% [===================================== ] 3267/5343 61% [===================================== ] 3268/5343 61% [===================================== ] 3269/5343 61% [===================================== ] 3270/5343 61% [===================================== ] 3271/5343 61% [===================================== ] 3272/5343 61% [===================================== ] 3273/5343 61% [===================================== ] 3274/5343 61% [====================================== ] 3275/5343 61% [====================================== ] 3276/5343 61% [====================================== ] 3277/5343 61% [====================================== ] 3278/5343 61% [====================================== ] 3279/5343 61% [====================================== ] 3280/5343 61% [====================================== ] 3281/5343 61% [====================================== ] 3282/5343 61% [====================================== ] 3283/5343 61% [====================================== ] 3284/5343 61% [====================================== ] 3285/5343 61% [====================================== ] 3286/5343 61% [====================================== ] 3287/5343 61% [====================================== ] 3288/5343 61% [====================================== ] 3289/5343 61% [====================================== ] 3290/5343 61% [====================================== ] 3291/5343 61% [====================================== ] 3292/5343 61% [====================================== ] 3293/5343 61% [====================================== ] 3294/5343 61% [====================================== ] 3295/5343 61% [====================================== ] 3296/5343 61% [====================================== ] 3297/5343 61% [====================================== ] 3298/5343 61% [====================================== ] 3299/5343 61% [====================================== ] 3300/5343 61% [====================================== ] 3301/5343 61% [====================================== ] 3302/5343 61% [====================================== ] 3303/5343 61% [====================================== ] 3304/5343 61% [====================================== ] 3305/5343 61% [====================================== ] 3306/5343 61% [====================================== ] 3307/5343 61% [====================================== ] 3308/5343 61% [====================================== ] 3309/5343 61% [====================================== ] 3310/5343 61% [====================================== ] 3311/5343 61% [====================================== ] 3312/5343 61% [====================================== ] 3313/5343 62% [====================================== ] 3314/5343 62% [====================================== ] 3315/5343 62% [====================================== ] 3316/5343 62% [====================================== ] 3317/5343 62% [====================================== ] 3318/5343 62% [====================================== ] 3319/5343 62% [====================================== ] 3320/5343 62% [====================================== ] 3321/5343 62% [====================================== ] 3322/5343 62% [====================================== ] 3323/5343 62% [====================================== ] 3324/5343 62% [====================================== ] 3325/5343 62% [====================================== ] 3326/5343 62% [====================================== ] 3327/5343 62% [====================================== ] 3328/5343 62% [====================================== ] 3329/5343 62% [====================================== ] 3330/5343 62% [====================================== ] 3331/5343 62% [====================================== ] 3332/5343 62% [====================================== ] 3333/5343 62% [====================================== ] 3334/5343 62% [====================================== ] 3335/5343 62% [====================================== ] 3336/5343 62% [====================================== ] 3337/5343 62% [====================================== ] 3338/5343 62% [====================================== ] 3339/5343 62% [====================================== ] 3340/5343 62% [====================================== ] 3341/5343 62% [====================================== ] 3342/5343 62% [====================================== ] 3343/5343 62% [====================================== ] 3344/5343 62% [====================================== ] 3345/5343 62% [====================================== ] 3346/5343 62% [====================================== ] 3347/5343 62% [====================================== ] 3348/5343 62% [====================================== ] 3349/5343 62% [====================================== ] 3350/5343 62% [====================================== ] 3351/5343 62% [====================================== ] 3352/5343 62% [====================================== ] 3353/5343 62% [====================================== ] 3354/5343 62% [====================================== ] 3355/5343 62% [====================================== ] 3356/5343 62% [====================================== ] 3357/5343 62% [====================================== ] 3358/5343 62% [====================================== ] 3359/5343 62% [====================================== ] 3360/5343 62% [======================================= ] 3361/5343 62% [======================================= ] 3362/5343 62% [======================================= ] 3363/5343 62% [======================================= ] 3364/5343 62% [======================================= ] 3365/5343 62% [======================================= ] 3366/5343 62% [======================================= ] 3367/5343 63% [======================================= ] 3368/5343 63% [======================================= ] 3369/5343 63% [======================================= ] 3370/5343 63% [======================================= ] 3371/5343 63% [======================================= ] 3372/5343 63% [======================================= ] 3373/5343 63% [======================================= ] 3374/5343 63% [======================================= ] 3375/5343 63% [======================================= ] 3376/5343 63% [======================================= ] 3377/5343 63% [======================================= ] 3378/5343 63% [======================================= ] 3379/5343 63% [======================================= ] 3380/5343 63% [======================================= ] 3381/5343 63% [======================================= ] 3382/5343 63% [======================================= ] 3383/5343 63% [======================================= ] 3384/5343 63% [======================================= ] 3385/5343 63% [======================================= ] 3386/5343 63% [======================================= ] 3387/5343 63% [======================================= ] 3388/5343 63% [======================================= ] 3389/5343 63% [======================================= ] 3390/5343 63% [======================================= ] 3391/5343 63% [======================================= ] 3392/5343 63% [======================================= ] 3393/5343 63% [======================================= ] 3394/5343 63% [======================================= ] 3395/5343 63% [======================================= ] 3396/5343 63% [======================================= ] 3397/5343 63% [======================================= ] 3398/5343 63% [======================================= ] 3399/5343 63% [======================================= ] 3400/5343 63% [======================================= ] 3401/5343 63% [======================================= ] 3402/5343 63% [======================================= ] 3403/5343 63% [======================================= ] 3404/5343 63% [======================================= ] 3405/5343 63% [======================================= ] 3406/5343 63% [======================================= ] 3407/5343 63% [======================================= ] 3408/5343 63% [======================================= ] 3409/5343 63% [======================================= ] 3410/5343 63% [======================================= ] 3411/5343 63% [======================================= ] 3412/5343 63% [======================================= ] 3413/5343 63% [======================================= ] 3414/5343 63% [======================================= ] 3415/5343 63% [======================================= ] 3416/5343 63% [======================================= ] 3417/5343 63% [======================================= ] 3418/5343 63% [======================================= ] 3419/5343 63% [======================================= ] 3420/5343 64% [======================================= ] 3421/5343 64% [======================================= ] 3422/5343 64% [======================================= ] 3423/5343 64% [======================================= ] 3424/5343 64% [======================================= ] 3425/5343 64% [======================================= ] 3426/5343 64% [======================================= ] 3427/5343 64% [======================================= ] 3428/5343 64% [======================================= ] 3429/5343 64% [======================================= ] 3430/5343 64% [======================================= ] 3431/5343 64% [======================================= ] 3432/5343 64% [======================================= ] 3433/5343 64% [======================================= ] 3434/5343 64% [======================================= ] 3435/5343 64% [======================================= ] 3436/5343 64% [======================================= ] 3437/5343 64% [======================================= ] 3438/5343 64% [======================================= ] 3439/5343 64% [======================================= ] 3440/5343 64% [======================================= ] 3441/5343 64% [======================================= ] 3442/5343 64% [======================================= ] 3443/5343 64% [======================================= ] 3444/5343 64% [======================================= ] 3445/5343 64% [======================================= ] 3446/5343 64% [======================================= ] 3447/5343 64% [======================================== ] 3448/5343 64% [======================================== ] 3449/5343 64% [======================================== ] 3450/5343 64% [======================================== ] 3451/5343 64% [======================================== ] 3452/5343 64% [======================================== ] 3453/5343 64% [======================================== ] 3454/5343 64% [======================================== ] 3455/5343 64% [======================================== ] 3456/5343 64% [======================================== ] 3457/5343 64% [======================================== ] 3458/5343 64% [======================================== ] 3459/5343 64% [======================================== ] 3460/5343 64% [======================================== ] 3461/5343 64% [======================================== ] 3462/5343 64% [======================================== ] 3463/5343 64% [======================================== ] 3464/5343 64% [======================================== ] 3465/5343 64% [======================================== ] 3466/5343 64% [======================================== ] 3467/5343 64% [======================================== ] 3468/5343 64% [======================================== ] 3469/5343 64% [======================================== ] 3470/5343 64% [======================================== ] 3471/5343 64% [======================================== ] 3472/5343 64% [======================================== ] 3473/5343 65% [======================================== ] 3474/5343 65% [======================================== ] 3475/5343 65% [======================================== ] 3476/5343 65% [======================================== ] 3477/5343 65% [======================================== ] 3478/5343 65% [======================================== ] 3479/5343 65% [======================================== ] 3480/5343 65% [======================================== ] 3481/5343 65% [======================================== ] 3482/5343 65% [======================================== ] 3483/5343 65% [======================================== ] 3484/5343 65% [======================================== ] 3485/5343 65% [======================================== ] 3486/5343 65% [======================================== ] 3487/5343 65% [======================================== ] 3488/5343 65% [======================================== ] 3489/5343 65% [======================================== ] 3490/5343 65% [======================================== ] 3491/5343 65% [======================================== ] 3492/5343 65% [======================================== ] 3493/5343 65% [======================================== ] 3494/5343 65% [======================================== ] 3495/5343 65% [======================================== ] 3496/5343 65% [======================================== ] 3497/5343 65% [======================================== ] 3498/5343 65% [======================================== ] 3499/5343 65% [======================================== ] 3500/5343 65% [======================================== ] 3501/5343 65% [======================================== ] 3502/5343 65% [======================================== ] 3503/5343 65% [======================================== ] 3504/5343 65% [======================================== ] 3505/5343 65% [======================================== ] 3506/5343 65% [======================================== ] 3507/5343 65% [======================================== ] 3508/5343 65% [======================================== ] 3509/5343 65% [======================================== ] 3510/5343 65% [======================================== ] 3511/5343 65% [======================================== ] 3512/5343 65% [======================================== ] 3513/5343 65% [======================================== ] 3514/5343 65% [======================================== ] 3515/5343 65% [======================================== ] 3516/5343 65% [======================================== ] 3517/5343 65% [======================================== ] 3518/5343 65% [======================================== ] 3519/5343 65% [======================================== ] 3520/5343 65% [======================================== ] 3521/5343 65% [======================================== ] 3522/5343 65% [======================================== ] 3523/5343 65% [======================================== ] 3524/5343 65% [======================================== ] 3525/5343 65% [======================================== ] 3526/5343 65% [======================================== ] 3527/5343 66% [======================================== ] 3528/5343 66% [======================================== ] 3529/5343 66% [======================================== ] 3530/5343 66% [======================================== ] 3531/5343 66% [======================================== ] 3532/5343 66% [======================================== ] 3533/5343 66% [========================================= ] 3534/5343 66% [========================================= ] 3535/5343 66% [========================================= ] 3536/5343 66% [========================================= ] 3537/5343 66% [========================================= ] 3538/5343 66% [========================================= ] 3539/5343 66% [========================================= ] 3540/5343 66% [========================================= ] 3541/5343 66% [========================================= ] 3542/5343 66% [========================================= ] 3543/5343 66% [========================================= ] 3544/5343 66% [========================================= ] 3545/5343 66% [========================================= ] 3546/5343 66% [========================================= ] 3547/5343 66% [========================================= ] 3548/5343 66% [========================================= ] 3549/5343 66% [========================================= ] 3550/5343 66% [========================================= ] 3551/5343 66% [========================================= ] 3552/5343 66% [========================================= ] 3553/5343 66% [========================================= ] 3554/5343 66% [========================================= ] 3555/5343 66% [========================================= ] 3556/5343 66% [========================================= ] 3557/5343 66% [========================================= ] 3558/5343 66% [========================================= ] 3559/5343 66% [========================================= ] 3560/5343 66% [========================================= ] 3561/5343 66% [========================================= ] 3562/5343 66% [========================================= ] 3563/5343 66% [========================================= ] 3564/5343 66% [========================================= ] 3565/5343 66% [========================================= ] 3566/5343 66% [========================================= ] 3567/5343 66% [========================================= ] 3568/5343 66% [========================================= ] 3569/5343 66% [========================================= ] 3570/5343 66% [========================================= ] 3571/5343 66% [========================================= ] 3572/5343 66% [========================================= ] 3573/5343 66% [========================================= ] 3574/5343 66% [========================================= ] 3575/5343 66% [========================================= ] 3576/5343 66% [========================================= ] 3577/5343 66% [========================================= ] 3578/5343 66% [========================================= ] 3579/5343 66% [========================================= ] 3580/5343 67% [========================================= ] 3581/5343 67% [========================================= ] 3582/5343 67% [========================================= ] 3583/5343 67% [========================================= ] 3584/5343 67% [========================================= ] 3585/5343 67% [========================================= ] 3586/5343 67% [========================================= ] 3587/5343 67% [========================================= ] 3588/5343 67% [========================================= ] 3589/5343 67% [========================================= ] 3590/5343 67% [========================================= ] 3591/5343 67% [========================================= ] 3592/5343 67% [========================================= ] 3593/5343 67% [========================================= ] 3594/5343 67% [========================================= ] 3595/5343 67% [========================================= ] 3596/5343 67% [========================================= ] 3597/5343 67% [========================================= ] 3598/5343 67% [========================================= ] 3599/5343 67% [========================================= ] 3600/5343 67% [========================================= ] 3601/5343 67% [========================================= ] 3602/5343 67% [========================================= ] 3603/5343 67% [========================================= ] 3604/5343 67% [========================================= ] 3605/5343 67% [========================================= ] 3606/5343 67% [========================================= ] 3607/5343 67% [========================================= ] 3608/5343 67% [========================================= ] 3609/5343 67% [========================================= ] 3610/5343 67% [========================================= ] 3611/5343 67% [========================================= ] 3612/5343 67% [========================================= ] 3613/5343 67% [========================================= ] 3614/5343 67% [========================================= ] 3615/5343 67% [========================================= ] 3616/5343 67% [========================================= ] 3617/5343 67% [========================================= ] 3618/5343 67% [========================================= ] 3619/5343 67% [========================================== ] 3620/5343 67% [========================================== ] 3621/5343 67% [========================================== ] 3622/5343 67% [========================================== ] 3623/5343 67% [========================================== ] 3624/5343 67% [========================================== ] 3625/5343 67% [========================================== ] 3626/5343 67% [========================================== ] 3627/5343 67% [========================================== ] 3628/5343 67% [========================================== ] 3629/5343 67% [========================================== ] 3630/5343 67% [========================================== ] 3631/5343 67% [========================================== ] 3632/5343 67% [========================================== ] 3633/5343 67% [========================================== ] 3634/5343 68% [========================================== ] 3635/5343 68% [========================================== ] 3636/5343 68% [========================================== ] 3637/5343 68% [========================================== ] 3638/5343 68% [========================================== ] 3639/5343 68% [========================================== ] 3640/5343 68% [========================================== ] 3641/5343 68% [========================================== ] 3642/5343 68% [========================================== ] 3643/5343 68% [========================================== ] 3644/5343 68% [========================================== ] 3645/5343 68% [========================================== ] 3646/5343 68% [========================================== ] 3647/5343 68% [========================================== ] 3648/5343 68% [========================================== ] 3649/5343 68% [========================================== ] 3650/5343 68% [========================================== ] 3651/5343 68% [========================================== ] 3652/5343 68% [========================================== ] 3653/5343 68% [========================================== ] 3654/5343 68% [========================================== ] 3655/5343 68% [========================================== ] 3656/5343 68% [========================================== ] 3657/5343 68% [========================================== ] 3658/5343 68% [========================================== ] 3659/5343 68% [========================================== ] 3660/5343 68% [========================================== ] 3661/5343 68% [========================================== ] 3662/5343 68% [========================================== ] 3663/5343 68% [========================================== ] 3664/5343 68% [========================================== ] 3665/5343 68% [========================================== ] 3666/5343 68% [========================================== ] 3667/5343 68% [========================================== ] 3668/5343 68% [========================================== ] 3669/5343 68% [========================================== ] 3670/5343 68% [========================================== ] 3671/5343 68% [========================================== ] 3672/5343 68% [========================================== ] 3673/5343 68% [========================================== ] 3674/5343 68% [========================================== ] 3675/5343 68% [========================================== ] 3676/5343 68% [========================================== ] 3677/5343 68% [========================================== ] 3678/5343 68% [========================================== ] 3679/5343 68% [========================================== ] 3680/5343 68% [========================================== ] 3681/5343 68% [========================================== ] 3682/5343 68% [========================================== ] 3683/5343 68% [========================================== ] 3684/5343 68% [========================================== ] 3685/5343 68% [========================================== ] 3686/5343 68% [========================================== ] 3687/5343 69% [========================================== ] 3688/5343 69% [========================================== ] 3689/5343 69% [========================================== ] 3690/5343 69% [========================================== ] 3691/5343 69% [========================================== ] 3692/5343 69% [========================================== ] 3693/5343 69% [========================================== ] 3694/5343 69% [========================================== ] 3695/5343 69% [========================================== ] 3696/5343 69% [========================================== ] 3697/5343 69% [========================================== ] 3698/5343 69% [========================================== ] 3699/5343 69% [========================================== ] 3700/5343 69% [========================================== ] 3701/5343 69% [========================================== ] 3702/5343 69% [========================================== ] 3703/5343 69% [========================================== ] 3704/5343 69% [========================================== ] 3705/5343 69% [=========================================== ] 3706/5343 69% [=========================================== ] 3707/5343 69% [=========================================== ] 3708/5343 69% [=========================================== ] 3709/5343 69% [=========================================== ] 3710/5343 69% [=========================================== ] 3711/5343 69% [=========================================== ] 3712/5343 69% [=========================================== ] 3713/5343 69% [=========================================== ] 3714/5343 69% [=========================================== ] 3715/5343 69% [=========================================== ] 3716/5343 69% [=========================================== ] 3717/5343 69% [=========================================== ] 3718/5343 69% [=========================================== ] 3719/5343 69% [=========================================== ] 3720/5343 69% [=========================================== ] 3721/5343 69% [=========================================== ] 3722/5343 69% [=========================================== ] 3723/5343 69% [=========================================== ] 3724/5343 69% [=========================================== ] 3725/5343 69% [=========================================== ] 3726/5343 69% [=========================================== ] 3727/5343 69% [=========================================== ] 3728/5343 69% [=========================================== ] 3729/5343 69% [=========================================== ] 3730/5343 69% [=========================================== ] 3731/5343 69% [=========================================== ] 3732/5343 69% [=========================================== ] 3733/5343 69% [=========================================== ] 3734/5343 69% [=========================================== ] 3735/5343 69% [=========================================== ] 3736/5343 69% [=========================================== ] 3737/5343 69% [=========================================== ] 3738/5343 69% [=========================================== ] 3739/5343 69% [=========================================== ] 3740/5343 69% [=========================================== ] 3741/5343 70% [=========================================== ] 3742/5343 70% [=========================================== ] 3743/5343 70% [=========================================== ] 3744/5343 70% [=========================================== ] 3745/5343 70% [=========================================== ] 3746/5343 70% [=========================================== ] 3747/5343 70% [=========================================== ] 3748/5343 70% [=========================================== ] 3749/5343 70% [=========================================== ] 3750/5343 70% [=========================================== ] 3751/5343 70% [=========================================== ] 3752/5343 70% [=========================================== ] 3753/5343 70% [=========================================== ] 3754/5343 70% [=========================================== ] 3755/5343 70% [=========================================== ] 3756/5343 70% [=========================================== ] 3757/5343 70% [=========================================== ] 3758/5343 70% [=========================================== ] 3759/5343 70% [=========================================== ] 3760/5343 70% [=========================================== ] 3761/5343 70% [=========================================== ] 3762/5343 70% [=========================================== ] 3763/5343 70% [=========================================== ] 3764/5343 70% [=========================================== ] 3765/5343 70% [=========================================== ] 3766/5343 70% [=========================================== ] 3767/5343 70% [=========================================== ] 3768/5343 70% [=========================================== ] 3769/5343 70% [=========================================== ] 3770/5343 70% [=========================================== ] 3771/5343 70% [=========================================== ] 3772/5343 70% [=========================================== ] 3773/5343 70% [=========================================== ] 3774/5343 70% [=========================================== ] 3775/5343 70% [=========================================== ] 3776/5343 70% [=========================================== ] 3777/5343 70% [=========================================== ] 3778/5343 70% [=========================================== ] 3779/5343 70% [=========================================== ] 3780/5343 70% [=========================================== ] 3781/5343 70% [=========================================== ] 3782/5343 70% [=========================================== ] 3783/5343 70% [=========================================== ] 3784/5343 70% [=========================================== ] 3785/5343 70% [=========================================== ] 3786/5343 70% [=========================================== ] 3787/5343 70% [=========================================== ] 3788/5343 70% [=========================================== ] 3789/5343 70% [=========================================== ] 3790/5343 70% [=========================================== ] 3791/5343 70% [============================================ ] 3792/5343 70% [============================================ ] 3793/5343 70% [============================================ ] 3794/5343 71% [============================================ ] 3795/5343 71% [============================================ ] 3796/5343 71% [============================================ ] 3797/5343 71% [============================================ ] 3798/5343 71% [============================================ ] 3799/5343 71% [============================================ ] 3800/5343 71% [============================================ ] 3801/5343 71% [============================================ ] 3802/5343 71% [============================================ ] 3803/5343 71% [============================================ ] 3804/5343 71% [============================================ ] 3805/5343 71% [============================================ ] 3806/5343 71% [============================================ ] 3807/5343 71% [============================================ ] 3808/5343 71% [============================================ ] 3809/5343 71% [============================================ ] 3810/5343 71% [============================================ ] 3811/5343 71% [============================================ ] 3812/5343 71% [============================================ ] 3813/5343 71% [============================================ ] 3814/5343 71% [============================================ ] 3815/5343 71% [============================================ ] 3816/5343 71% [============================================ ] 3817/5343 71% [============================================ ] 3818/5343 71% [============================================ ] 3819/5343 71% [============================================ ] 3820/5343 71% [============================================ ] 3821/5343 71% [============================================ ] 3822/5343 71% [============================================ ] 3823/5343 71% [============================================ ] 3824/5343 71% [============================================ ] 3825/5343 71% [============================================ ] 3826/5343 71% [============================================ ] 3827/5343 71% [============================================ ] 3828/5343 71% [============================================ ] 3829/5343 71% [============================================ ] 3830/5343 71% [============================================ ] 3831/5343 71% [============================================ ] 3832/5343 71% [============================================ ] 3833/5343 71% [============================================ ] 3834/5343 71% [============================================ ] 3835/5343 71% [============================================ ] 3836/5343 71% [============================================ ] 3837/5343 71% [============================================ ] 3838/5343 71% [============================================ ] 3839/5343 71% [============================================ ] 3840/5343 71% [============================================ ] 3841/5343 71% [============================================ ] 3842/5343 71% [============================================ ] 3843/5343 71% [============================================ ] 3844/5343 71% [============================================ ] 3845/5343 71% [============================================ ] 3846/5343 71% [============================================ ] 3847/5343 72% [============================================ ] 3848/5343 72% [============================================ ] 3849/5343 72% [============================================ ] 3850/5343 72% [============================================ ] 3851/5343 72% [============================================ ] 3852/5343 72% [============================================ ] 3853/5343 72% [============================================ ] 3854/5343 72% [============================================ ] 3855/5343 72% [============================================ ] 3856/5343 72% [============================================ ] 3857/5343 72% [============================================ ] 3858/5343 72% [============================================ ] 3859/5343 72% [============================================ ] 3860/5343 72% [============================================ ] 3861/5343 72% [============================================ ] 3862/5343 72% [============================================ ] 3863/5343 72% [============================================ ] 3864/5343 72% [============================================ ] 3865/5343 72% [============================================ ] 3866/5343 72% [============================================ ] 3867/5343 72% [============================================ ] 3868/5343 72% [============================================ ] 3869/5343 72% [============================================ ] 3870/5343 72% [============================================ ] 3871/5343 72% [============================================ ] 3872/5343 72% [============================================ ] 3873/5343 72% [============================================ ] 3874/5343 72% [============================================ ] 3875/5343 72% [============================================ ] 3876/5343 72% [============================================ ] 3877/5343 72% [============================================= ] 3878/5343 72% [============================================= ] 3879/5343 72% [============================================= ] 3880/5343 72% [============================================= ] 3881/5343 72% [============================================= ] 3882/5343 72% [============================================= ] 3883/5343 72% [============================================= ] 3884/5343 72% [============================================= ] 3885/5343 72% [============================================= ] 3886/5343 72% [============================================= ] 3887/5343 72% [============================================= ] 3888/5343 72% [============================================= ] 3889/5343 72% [============================================= ] 3890/5343 72% [============================================= ] 3891/5343 72% [============================================= ] 3892/5343 72% [============================================= ] 3893/5343 72% [============================================= ] 3894/5343 72% [============================================= ] 3895/5343 72% [============================================= ] 3896/5343 72% [============================================= ] 3897/5343 72% [============================================= ] 3898/5343 72% [============================================= ] 3899/5343 72% [============================================= ] 3900/5343 72% [============================================= ] 3901/5343 73% [============================================= ] 3902/5343 73% [============================================= ] 3903/5343 73% [============================================= ] 3904/5343 73% [============================================= ] 3905/5343 73% [============================================= ] 3906/5343 73% [============================================= ] 3907/5343 73% [============================================= ] 3908/5343 73% [============================================= ] 3909/5343 73% [============================================= ] 3910/5343 73% [============================================= ] 3911/5343 73% [============================================= ] 3912/5343 73% [============================================= ] 3913/5343 73% [============================================= ] 3914/5343 73% [============================================= ] 3915/5343 73% [============================================= ] 3916/5343 73% [============================================= ] 3917/5343 73% [============================================= ] 3918/5343 73% [============================================= ] 3919/5343 73% [============================================= ] 3920/5343 73% [============================================= ] 3921/5343 73% [============================================= ] 3922/5343 73% [============================================= ] 3923/5343 73% [============================================= ] 3924/5343 73% [============================================= ] 3925/5343 73% [============================================= ] 3926/5343 73% [============================================= ] 3927/5343 73% [============================================= ] 3928/5343 73% [============================================= ] 3929/5343 73% [============================================= ] 3930/5343 73% [============================================= ] 3931/5343 73% [============================================= ] 3932/5343 73% [============================================= ] 3933/5343 73% [============================================= ] 3934/5343 73% [============================================= ] 3935/5343 73% [============================================= ] 3936/5343 73% [============================================= ] 3937/5343 73% [============================================= ] 3938/5343 73% [============================================= ] 3939/5343 73% [============================================= ] 3940/5343 73% [============================================= ] 3941/5343 73% [============================================= ] 3942/5343 73% [============================================= ] 3943/5343 73% [============================================= ] 3944/5343 73% [============================================= ] 3945/5343 73% [============================================= ] 3946/5343 73% [============================================= ] 3947/5343 73% [============================================= ] 3948/5343 73% [============================================= ] 3949/5343 73% [============================================= ] 3950/5343 73% [============================================= ] 3951/5343 73% [============================================= ] 3952/5343 73% [============================================= ] 3953/5343 73% [============================================= ] 3954/5343 74% [============================================= ] 3955/5343 74% [============================================= ] 3956/5343 74% [============================================= ] 3957/5343 74% [============================================= ] 3958/5343 74% [============================================= ] 3959/5343 74% [============================================= ] 3960/5343 74% [============================================= ] 3961/5343 74% [============================================= ] 3962/5343 74% [============================================= ] 3963/5343 74% [============================================= ] 3964/5343 74% [============================================== ] 3965/5343 74% [============================================== ] 3966/5343 74% [============================================== ] 3967/5343 74% [============================================== ] 3968/5343 74% [============================================== ] 3969/5343 74% [============================================== ] 3970/5343 74% [============================================== ] 3971/5343 74% [============================================== ] 3972/5343 74% [============================================== ] 3973/5343 74% [============================================== ] 3974/5343 74% [============================================== ] 3975/5343 74% [============================================== ] 3976/5343 74% [============================================== ] 3977/5343 74% [============================================== ] 3978/5343 74% [============================================== ] 3979/5343 74% [============================================== ] 3980/5343 74% [============================================== ] 3981/5343 74% [============================================== ] 3982/5343 74% [============================================== ] 3983/5343 74% [============================================== ] 3984/5343 74% [============================================== ] 3985/5343 74% [============================================== ] 3986/5343 74% [============================================== ] 3987/5343 74% [============================================== ] 3988/5343 74% [============================================== ] 3989/5343 74% [============================================== ] 3990/5343 74% [============================================== ] 3991/5343 74% [============================================== ] 3992/5343 74% [============================================== ] 3993/5343 74% [============================================== ] 3994/5343 74% [============================================== ] 3995/5343 74% [============================================== ] 3996/5343 74% [============================================== ] 3997/5343 74% [============================================== ] 3998/5343 74% [============================================== ] 3999/5343 74% [============================================== ] 4000/5343 74% [============================================== ] 4001/5343 74% [============================================== ] 4002/5343 74% [============================================== ] 4003/5343 74% [============================================== ] 4004/5343 74% [============================================== ] 4005/5343 74% [============================================== ] 4006/5343 74% [============================================== ] 4007/5343 74% [============================================== ] 4008/5343 75% [============================================== ] 4009/5343 75% [============================================== ] 4010/5343 75% [============================================== ] 4011/5343 75% [============================================== ] 4012/5343 75% [============================================== ] 4013/5343 75% [============================================== ] 4014/5343 75% [============================================== ] 4015/5343 75% [============================================== ] 4016/5343 75% [============================================== ] 4017/5343 75% [============================================== ] 4018/5343 75% [============================================== ] 4019/5343 75% [============================================== ] 4020/5343 75% [============================================== ] 4021/5343 75% [============================================== ] 4022/5343 75% [============================================== ] 4023/5343 75% [============================================== ] 4024/5343 75% [============================================== ] 4025/5343 75% [============================================== ] 4026/5343 75% [============================================== ] 4027/5343 75% [============================================== ] 4028/5343 75% [============================================== ] 4029/5343 75% [============================================== ] 4030/5343 75% [============================================== ] 4031/5343 75% [============================================== ] 4032/5343 75% [============================================== ] 4033/5343 75% [============================================== ] 4034/5343 75% [============================================== ] 4035/5343 75% [============================================== ] 4036/5343 75% [============================================== ] 4037/5343 75% [============================================== ] 4038/5343 75% [============================================== ] 4039/5343 75% [============================================== ] 4040/5343 75% [============================================== ] 4041/5343 75% [============================================== ] 4042/5343 75% [============================================== ] 4043/5343 75% [============================================== ] 4044/5343 75% [============================================== ] 4045/5343 75% [============================================== ] 4046/5343 75% [============================================== ] 4047/5343 75% [============================================== ] 4048/5343 75% [============================================== ] 4049/5343 75% [============================================== ] 4050/5343 75% [=============================================== ] 4051/5343 75% [=============================================== ] 4052/5343 75% [=============================================== ] 4053/5343 75% [=============================================== ] 4054/5343 75% [=============================================== ] 4055/5343 75% [=============================================== ] 4056/5343 75% [=============================================== ] 4057/5343 75% [=============================================== ] 4058/5343 75% [=============================================== ] 4059/5343 75% [=============================================== ] 4060/5343 75% [=============================================== ] 4061/5343 76% [=============================================== ] 4062/5343 76% [=============================================== ] 4063/5343 76% [=============================================== ] 4064/5343 76% [=============================================== ] 4065/5343 76% [=============================================== ] 4066/5343 76% [=============================================== ] 4067/5343 76% [=============================================== ] 4068/5343 76% [=============================================== ] 4069/5343 76% [=============================================== ] 4070/5343 76% [=============================================== ] 4071/5343 76% [=============================================== ] 4072/5343 76% [=============================================== ] 4073/5343 76% [=============================================== ] 4074/5343 76% [=============================================== ] 4075/5343 76% [=============================================== ] 4076/5343 76% [=============================================== ] 4077/5343 76% [=============================================== ] 4078/5343 76% [=============================================== ] 4079/5343 76% [=============================================== ] 4080/5343 76% [=============================================== ] 4081/5343 76% [=============================================== ] 4082/5343 76% [=============================================== ] 4083/5343 76% [=============================================== ] 4084/5343 76% [=============================================== ] 4085/5343 76% [=============================================== ] 4086/5343 76% [=============================================== ] 4087/5343 76% [=============================================== ] 4088/5343 76% [=============================================== ] 4089/5343 76% [=============================================== ] 4090/5343 76% [=============================================== ] 4091/5343 76% [=============================================== ] 4092/5343 76% [=============================================== ] 4093/5343 76% [=============================================== ] 4094/5343 76% [=============================================== ] 4095/5343 76% [=============================================== ] 4096/5343 76% [=============================================== ] 4097/5343 76% [=============================================== ] 4098/5343 76% [=============================================== ] 4099/5343 76% [=============================================== ] 4100/5343 76% [=============================================== ] 4101/5343 76% [=============================================== ] 4102/5343 76% [=============================================== ] 4103/5343 76% [=============================================== ] 4104/5343 76% [=============================================== ] 4105/5343 76% [=============================================== ] 4106/5343 76% [=============================================== ] 4107/5343 76% [=============================================== ] 4108/5343 76% [=============================================== ] 4109/5343 76% [=============================================== ] 4110/5343 76% [=============================================== ] 4111/5343 76% [=============================================== ] 4112/5343 76% [=============================================== ] 4113/5343 76% [=============================================== ] 4114/5343 76% [=============================================== ] 4115/5343 77% [=============================================== ] 4116/5343 77% [=============================================== ] 4117/5343 77% [=============================================== ] 4118/5343 77% [=============================================== ] 4119/5343 77% [=============================================== ] 4120/5343 77% [=============================================== ] 4121/5343 77% [=============================================== ] 4122/5343 77% [=============================================== ] 4123/5343 77% [=============================================== ] 4124/5343 77% [=============================================== ] 4125/5343 77% [=============================================== ] 4126/5343 77% [=============================================== ] 4127/5343 77% [=============================================== ] 4128/5343 77% [=============================================== ] 4129/5343 77% [=============================================== ] 4130/5343 77% [=============================================== ] 4131/5343 77% [=============================================== ] 4132/5343 77% [=============================================== ] 4133/5343 77% [=============================================== ] 4134/5343 77% [=============================================== ] 4135/5343 77% [=============================================== ] 4136/5343 77% [================================================ ] 4137/5343 77% [================================================ ] 4138/5343 77% [================================================ ] 4139/5343 77% [================================================ ] 4140/5343 77% [================================================ ] 4141/5343 77% [================================================ ] 4142/5343 77% [================================================ ] 4143/5343 77% [================================================ ] 4144/5343 77% [================================================ ] 4145/5343 77% [================================================ ] 4146/5343 77% [================================================ ] 4147/5343 77% [================================================ ] 4148/5343 77% [================================================ ] 4149/5343 77% [================================================ ] 4150/5343 77% [================================================ ] 4151/5343 77% [================================================ ] 4152/5343 77% [================================================ ] 4153/5343 77% [================================================ ] 4154/5343 77% [================================================ ] 4155/5343 77% [================================================ ] 4156/5343 77% [================================================ ] 4157/5343 77% [================================================ ] 4158/5343 77% [================================================ ] 4159/5343 77% [================================================ ] 4160/5343 77% [================================================ ] 4161/5343 77% [================================================ ] 4162/5343 77% [================================================ ] 4163/5343 77% [================================================ ] 4164/5343 77% [================================================ ] 4165/5343 77% [================================================ ] 4166/5343 77% [================================================ ] 4167/5343 77% [================================================ ] 4168/5343 78% [================================================ ] 4169/5343 78% [================================================ ] 4170/5343 78% [================================================ ] 4171/5343 78% [================================================ ] 4172/5343 78% [================================================ ] 4173/5343 78% [================================================ ] 4174/5343 78% [================================================ ] 4175/5343 78% [================================================ ] 4176/5343 78% [================================================ ] 4177/5343 78% [================================================ ] 4178/5343 78% [================================================ ] 4179/5343 78% [================================================ ] 4180/5343 78% [================================================ ] 4181/5343 78% [================================================ ] 4182/5343 78% [================================================ ] 4183/5343 78% [================================================ ] 4184/5343 78% [================================================ ] 4185/5343 78% [================================================ ] 4186/5343 78% [================================================ ] 4187/5343 78% [================================================ ] 4188/5343 78% [================================================ ] 4189/5343 78% [================================================ ] 4190/5343 78% [================================================ ] 4191/5343 78% [================================================ ] 4192/5343 78% [================================================ ] 4193/5343 78% [================================================ ] 4194/5343 78% [================================================ ] 4195/5343 78% [================================================ ] 4196/5343 78% [================================================ ] 4197/5343 78% [================================================ ] 4198/5343 78% [================================================ ] 4199/5343 78% [================================================ ] 4200/5343 78% [================================================ ] 4201/5343 78% [================================================ ] 4202/5343 78% [================================================ ] 4203/5343 78% [================================================ ] 4204/5343 78% [================================================ ] 4205/5343 78% [================================================ ] 4206/5343 78% [================================================ ] 4207/5343 78% [================================================ ] 4208/5343 78% [================================================ ] 4209/5343 78% [================================================ ] 4210/5343 78% [================================================ ] 4211/5343 78% [================================================ ] 4212/5343 78% [================================================ ] 4213/5343 78% [================================================ ] 4214/5343 78% [================================================ ] 4215/5343 78% [================================================ ] 4216/5343 78% [================================================ ] 4217/5343 78% [================================================ ] 4218/5343 78% [================================================ ] 4219/5343 78% [================================================ ] 4220/5343 78% [================================================ ] 4221/5343 79% [================================================ ] 4222/5343 79% [================================================= ] 4223/5343 79% [================================================= ] 4224/5343 79% [================================================= ] 4225/5343 79% [================================================= ] 4226/5343 79% [================================================= ] 4227/5343 79% [================================================= ] 4228/5343 79% [================================================= ] 4229/5343 79% [================================================= ] 4230/5343 79% [================================================= ] 4231/5343 79% [================================================= ] 4232/5343 79% [================================================= ] 4233/5343 79% [================================================= ] 4234/5343 79% [================================================= ] 4235/5343 79% [================================================= ] 4236/5343 79% [================================================= ] 4237/5343 79% [================================================= ] 4238/5343 79% [================================================= ] 4239/5343 79% [================================================= ] 4240/5343 79% [================================================= ] 4241/5343 79% [================================================= ] 4242/5343 79% [================================================= ] 4243/5343 79% [================================================= ] 4244/5343 79% [================================================= ] 4245/5343 79% [================================================= ] 4246/5343 79% [================================================= ] 4247/5343 79% [================================================= ] 4248/5343 79% [================================================= ] 4249/5343 79% [================================================= ] 4250/5343 79% [================================================= ] 4251/5343 79% [================================================= ] 4252/5343 79% [================================================= ] 4253/5343 79% [================================================= ] 4254/5343 79% [================================================= ] 4255/5343 79% [================================================= ] 4256/5343 79% [================================================= ] 4257/5343 79% [================================================= ] 4258/5343 79% [================================================= ] 4259/5343 79% [================================================= ] 4260/5343 79% [================================================= ] 4261/5343 79% [================================================= ] 4262/5343 79% [================================================= ] 4263/5343 79% [================================================= ] 4264/5343 79% [================================================= ] 4265/5343 79% [================================================= ] 4266/5343 79% [================================================= ] 4267/5343 79% [================================================= ] 4268/5343 79% [================================================= ] 4269/5343 79% [================================================= ] 4270/5343 79% [================================================= ] 4271/5343 79% [================================================= ] 4272/5343 79% [================================================= ] 4273/5343 79% [================================================= ] 4274/5343 79% [================================================= ] 4275/5343 80% [================================================= ] 4276/5343 80% [================================================= ] 4277/5343 80% [================================================= ] 4278/5343 80% [================================================= ] 4279/5343 80% [================================================= ] 4280/5343 80% [================================================= ] 4281/5343 80% [================================================= ] 4282/5343 80% [================================================= ] 4283/5343 80% [================================================= ] 4284/5343 80% [================================================= ] 4285/5343 80% [================================================= ] 4286/5343 80% [================================================= ] 4287/5343 80% [================================================= ] 4288/5343 80% [================================================= ] 4289/5343 80% [================================================= ] 4290/5343 80% [================================================= ] 4291/5343 80% [================================================= ] 4292/5343 80% [================================================= ] 4293/5343 80% [================================================= ] 4294/5343 80% [================================================= ] 4295/5343 80% [================================================= ] 4296/5343 80% [================================================= ] 4297/5343 80% [================================================= ] 4298/5343 80% [================================================= ] 4299/5343 80% [================================================= ] 4300/5343 80% [================================================= ] 4301/5343 80% [================================================= ] 4302/5343 80% [================================================= ] 4303/5343 80% [================================================= ] 4304/5343 80% [================================================= ] 4305/5343 80% [================================================= ] 4306/5343 80% [================================================= ] 4307/5343 80% [================================================= ] 4308/5343 80% [================================================== ] 4309/5343 80% [================================================== ] 4310/5343 80% [================================================== ] 4311/5343 80% [================================================== ] 4312/5343 80% [================================================== ] 4313/5343 80% [================================================== ] 4314/5343 80% [================================================== ] 4315/5343 80% [================================================== ] 4316/5343 80% [================================================== ] 4317/5343 80% [================================================== ] 4318/5343 80% [================================================== ] 4319/5343 80% [================================================== ] 4320/5343 80% [================================================== ] 4321/5343 80% [================================================== ] 4322/5343 80% [================================================== ] 4323/5343 80% [================================================== ] 4324/5343 80% [================================================== ] 4325/5343 80% [================================================== ] 4326/5343 80% [================================================== ] 4327/5343 80% [================================================== ] 4328/5343 81% [================================================== ] 4329/5343 81% [================================================== ] 4330/5343 81% [================================================== ] 4331/5343 81% [================================================== ] 4332/5343 81% [================================================== ] 4333/5343 81% [================================================== ] 4334/5343 81% [================================================== ] 4335/5343 81% [================================================== ] 4336/5343 81% [================================================== ] 4337/5343 81% [================================================== ] 4338/5343 81% [================================================== ] 4339/5343 81% [================================================== ] 4340/5343 81% [================================================== ] 4341/5343 81% [================================================== ] 4342/5343 81% [================================================== ] 4343/5343 81% [================================================== ] 4344/5343 81% [================================================== ] 4345/5343 81% [================================================== ] 4346/5343 81% [================================================== ] 4347/5343 81% [================================================== ] 4348/5343 81% [================================================== ] 4349/5343 81% [================================================== ] 4350/5343 81% [================================================== ] 4351/5343 81% [================================================== ] 4352/5343 81% [================================================== ] 4353/5343 81% [================================================== ] 4354/5343 81% [================================================== ] 4355/5343 81% [================================================== ] 4356/5343 81% [================================================== ] 4357/5343 81% [================================================== ] 4358/5343 81% [================================================== ] 4359/5343 81% [================================================== ] 4360/5343 81% [================================================== ] 4361/5343 81% [================================================== ] 4362/5343 81% [================================================== ] 4363/5343 81% [================================================== ] 4364/5343 81% [================================================== ] 4365/5343 81% [================================================== ] 4366/5343 81% [================================================== ] 4367/5343 81% [================================================== ] 4368/5343 81% [================================================== ] 4369/5343 81% [================================================== ] 4370/5343 81% [================================================== ] 4371/5343 81% [================================================== ] 4372/5343 81% [================================================== ] 4373/5343 81% [================================================== ] 4374/5343 81% [================================================== ] 4375/5343 81% [================================================== ] 4376/5343 81% [================================================== ] 4377/5343 81% [================================================== ] 4378/5343 81% [================================================== ] 4379/5343 81% [================================================== ] 4380/5343 81% [================================================== ] 4381/5343 81% [================================================== ] 4382/5343 82% [================================================== ] 4383/5343 82% [================================================== ] 4384/5343 82% [================================================== ] 4385/5343 82% [================================================== ] 4386/5343 82% [================================================== ] 4387/5343 82% [================================================== ] 4388/5343 82% [================================================== ] 4389/5343 82% [================================================== ] 4390/5343 82% [================================================== ] 4391/5343 82% [================================================== ] 4392/5343 82% [================================================== ] 4393/5343 82% [================================================== ] 4394/5343 82% [================================================== ] 4395/5343 82% [=================================================== ] 4396/5343 82% [=================================================== ] 4397/5343 82% [=================================================== ] 4398/5343 82% [=================================================== ] 4399/5343 82% [=================================================== ] 4400/5343 82% [=================================================== ] 4401/5343 82% [=================================================== ] 4402/5343 82% [=================================================== ] 4403/5343 82% [=================================================== ] 4404/5343 82% [=================================================== ] 4405/5343 82% [=================================================== ] 4406/5343 82% [=================================================== ] 4407/5343 82% [=================================================== ] 4408/5343 82% [=================================================== ] 4409/5343 82% [=================================================== ] 4410/5343 82% [=================================================== ] 4411/5343 82% [=================================================== ] 4412/5343 82% [=================================================== ] 4413/5343 82% [=================================================== ] 4414/5343 82% [=================================================== ] 4415/5343 82% [=================================================== ] 4416/5343 82% [=================================================== ] 4417/5343 82% [=================================================== ] 4418/5343 82% [=================================================== ] 4419/5343 82% [=================================================== ] 4420/5343 82% [=================================================== ] 4421/5343 82% [=================================================== ] 4422/5343 82% [=================================================== ] 4423/5343 82% [=================================================== ] 4424/5343 82% [=================================================== ] 4425/5343 82% [=================================================== ] 4426/5343 82% [=================================================== ] 4427/5343 82% [=================================================== ] 4428/5343 82% [=================================================== ] 4429/5343 82% [=================================================== ] 4430/5343 82% [=================================================== ] 4431/5343 82% [=================================================== ] 4432/5343 82% [=================================================== ] 4433/5343 82% [=================================================== ] 4434/5343 82% [=================================================== ] 4435/5343 83% [=================================================== ] 4436/5343 83% [=================================================== ] 4437/5343 83% [=================================================== ] 4438/5343 83% [=================================================== ] 4439/5343 83% [=================================================== ] 4440/5343 83% [=================================================== ] 4441/5343 83% [=================================================== ] 4442/5343 83% [=================================================== ] 4443/5343 83% [=================================================== ] 4444/5343 83% [=================================================== ] 4445/5343 83% [=================================================== ] 4446/5343 83% [=================================================== ] 4447/5343 83% [=================================================== ] 4448/5343 83% [=================================================== ] 4449/5343 83% [=================================================== ] 4450/5343 83% [=================================================== ] 4451/5343 83% [=================================================== ] 4452/5343 83% [=================================================== ] 4453/5343 83% [=================================================== ] 4454/5343 83% [=================================================== ] 4455/5343 83% [=================================================== ] 4456/5343 83% [=================================================== ] 4457/5343 83% [=================================================== ] 4458/5343 83% [=================================================== ] 4459/5343 83% [=================================================== ] 4460/5343 83% [=================================================== ] 4461/5343 83% [=================================================== ] 4462/5343 83% [=================================================== ] 4463/5343 83% [=================================================== ] 4464/5343 83% [=================================================== ] 4465/5343 83% [=================================================== ] 4466/5343 83% [=================================================== ] 4467/5343 83% [=================================================== ] 4468/5343 83% [=================================================== ] 4469/5343 83% [=================================================== ] 4470/5343 83% [=================================================== ] 4471/5343 83% [=================================================== ] 4472/5343 83% [=================================================== ] 4473/5343 83% [=================================================== ] 4474/5343 83% [=================================================== ] 4475/5343 83% [=================================================== ] 4476/5343 83% [=================================================== ] 4477/5343 83% [=================================================== ] 4478/5343 83% [=================================================== ] 4479/5343 83% [=================================================== ] 4480/5343 83% [=================================================== ] 4481/5343 83% [==================================================== ] 4482/5343 83% [==================================================== ] 4483/5343 83% [==================================================== ] 4484/5343 83% [==================================================== ] 4485/5343 83% [==================================================== ] 4486/5343 83% [==================================================== ] 4487/5343 83% [==================================================== ] 4488/5343 83% [==================================================== ] 4489/5343 84% [==================================================== ] 4490/5343 84% [==================================================== ] 4491/5343 84% [==================================================== ] 4492/5343 84% [==================================================== ] 4493/5343 84% [==================================================== ] 4494/5343 84% [==================================================== ] 4495/5343 84% [==================================================== ] 4496/5343 84% [==================================================== ] 4497/5343 84% [==================================================== ] 4498/5343 84% [==================================================== ] 4499/5343 84% [==================================================== ] 4500/5343 84% [==================================================== ] 4501/5343 84% [==================================================== ] 4502/5343 84% [==================================================== ] 4503/5343 84% [==================================================== ] 4504/5343 84% [==================================================== ] 4505/5343 84% [==================================================== ] 4506/5343 84% [==================================================== ] 4507/5343 84% [==================================================== ] 4508/5343 84% [==================================================== ] 4509/5343 84% [==================================================== ] 4510/5343 84% [==================================================== ] 4511/5343 84% [==================================================== ] 4512/5343 84% [==================================================== ] 4513/5343 84% [==================================================== ] 4514/5343 84% [==================================================== ] 4515/5343 84% [==================================================== ] 4516/5343 84% [==================================================== ] 4517/5343 84% [==================================================== ] 4518/5343 84% [==================================================== ] 4519/5343 84% [==================================================== ] 4520/5343 84% [==================================================== ] 4521/5343 84% [==================================================== ] 4522/5343 84% [==================================================== ] 4523/5343 84% [==================================================== ] 4524/5343 84% [==================================================== ] 4525/5343 84% [==================================================== ] 4526/5343 84% [==================================================== ] 4527/5343 84% [==================================================== ] 4528/5343 84% [==================================================== ] 4529/5343 84% [==================================================== ] 4530/5343 84% [==================================================== ] 4531/5343 84% [==================================================== ] 4532/5343 84% [==================================================== ] 4533/5343 84% [==================================================== ] 4534/5343 84% [==================================================== ] 4535/5343 84% [==================================================== ] 4536/5343 84% [==================================================== ] 4537/5343 84% [==================================================== ] 4538/5343 84% [==================================================== ] 4539/5343 84% [==================================================== ] 4540/5343 84% [==================================================== ] 4541/5343 84% [==================================================== ] 4542/5343 85% [==================================================== ] 4543/5343 85% [==================================================== ] 4544/5343 85% [==================================================== ] 4545/5343 85% [==================================================== ] 4546/5343 85% [==================================================== ] 4547/5343 85% [==================================================== ] 4548/5343 85% [==================================================== ] 4549/5343 85% [==================================================== ] 4550/5343 85% [==================================================== ] 4551/5343 85% [==================================================== ] 4552/5343 85% [==================================================== ] 4553/5343 85% [==================================================== ] 4554/5343 85% [==================================================== ] 4555/5343 85% [==================================================== ] 4556/5343 85% [==================================================== ] 4557/5343 85% [==================================================== ] 4558/5343 85% [==================================================== ] 4559/5343 85% [==================================================== ] 4560/5343 85% [==================================================== ] 4561/5343 85% [==================================================== ] 4562/5343 85% [==================================================== ] 4563/5343 85% [==================================================== ] 4564/5343 85% [==================================================== ] 4565/5343 85% [==================================================== ] 4566/5343 85% [==================================================== ] 4567/5343 85% [===================================================== ] 4568/5343 85% [===================================================== ] 4569/5343 85% [===================================================== ] 4570/5343 85% [===================================================== ] 4571/5343 85% [===================================================== ] 4572/5343 85% [===================================================== ] 4573/5343 85% [===================================================== ] 4574/5343 85% [===================================================== ] 4575/5343 85% [===================================================== ] 4576/5343 85% [===================================================== ] 4577/5343 85% [===================================================== ] 4578/5343 85% [===================================================== ] 4579/5343 85% [===================================================== ] 4580/5343 85% [===================================================== ] 4581/5343 85% [===================================================== ] 4582/5343 85% [===================================================== ] 4583/5343 85% [===================================================== ] 4584/5343 85% [===================================================== ] 4585/5343 85% [===================================================== ] 4586/5343 85% [===================================================== ] 4587/5343 85% [===================================================== ] 4588/5343 85% [===================================================== ] 4589/5343 85% [===================================================== ] 4590/5343 85% [===================================================== ] 4591/5343 85% [===================================================== ] 4592/5343 85% [===================================================== ] 4593/5343 85% [===================================================== ] 4594/5343 85% [===================================================== ] 4595/5343 86% [===================================================== ] 4596/5343 86% [===================================================== ] 4597/5343 86% [===================================================== ] 4598/5343 86% [===================================================== ] 4599/5343 86% [===================================================== ] 4600/5343 86% [===================================================== ] 4601/5343 86% [===================================================== ] 4602/5343 86% [===================================================== ] 4603/5343 86% [===================================================== ] 4604/5343 86% [===================================================== ] 4605/5343 86% [===================================================== ] 4606/5343 86% [===================================================== ] 4607/5343 86% [===================================================== ] 4608/5343 86% [===================================================== ] 4609/5343 86% [===================================================== ] 4610/5343 86% [===================================================== ] 4611/5343 86% [===================================================== ] 4612/5343 86% [===================================================== ] 4613/5343 86% [===================================================== ] 4614/5343 86% [===================================================== ] 4615/5343 86% [===================================================== ] 4616/5343 86% [===================================================== ] 4617/5343 86% [===================================================== ] 4618/5343 86% [===================================================== ] 4619/5343 86% [===================================================== ] 4620/5343 86% [===================================================== ] 4621/5343 86% [===================================================== ] 4622/5343 86% [===================================================== ] 4623/5343 86% [===================================================== ] 4624/5343 86% [===================================================== ] 4625/5343 86% [===================================================== ] 4626/5343 86% [===================================================== ] 4627/5343 86% [===================================================== ] 4628/5343 86% [===================================================== ] 4629/5343 86% [===================================================== ] 4630/5343 86% [===================================================== ] 4631/5343 86% [===================================================== ] 4632/5343 86% [===================================================== ] 4633/5343 86% [===================================================== ] 4634/5343 86% [===================================================== ] 4635/5343 86% [===================================================== ] 4636/5343 86% [===================================================== ] 4637/5343 86% [===================================================== ] 4638/5343 86% [===================================================== ] 4639/5343 86% [===================================================== ] 4640/5343 86% [===================================================== ] 4641/5343 86% [===================================================== ] 4642/5343 86% [===================================================== ] 4643/5343 86% [===================================================== ] 4644/5343 86% [===================================================== ] 4645/5343 86% [===================================================== ] 4646/5343 86% [===================================================== ] 4647/5343 86% [===================================================== ] 4648/5343 86% [===================================================== ] 4649/5343 87% [===================================================== ] 4650/5343 87% [===================================================== ] 4651/5343 87% [===================================================== ] 4652/5343 87% [===================================================== ] 4653/5343 87% [====================================================== ] 4654/5343 87% [====================================================== ] 4655/5343 87% [====================================================== ] 4656/5343 87% [====================================================== ] 4657/5343 87% [====================================================== ] 4658/5343 87% [====================================================== ] 4659/5343 87% [====================================================== ] 4660/5343 87% [====================================================== ] 4661/5343 87% [====================================================== ] 4662/5343 87% [====================================================== ] 4663/5343 87% [====================================================== ] 4664/5343 87% [====================================================== ] 4665/5343 87% [====================================================== ] 4666/5343 87% [====================================================== ] 4667/5343 87% [====================================================== ] 4668/5343 87% [====================================================== ] 4669/5343 87% [====================================================== ] 4670/5343 87% [====================================================== ] 4671/5343 87% [====================================================== ] 4672/5343 87% [====================================================== ] 4673/5343 87% [====================================================== ] 4674/5343 87% [====================================================== ] 4675/5343 87% [====================================================== ] 4676/5343 87% [====================================================== ] 4677/5343 87% [====================================================== ] 4678/5343 87% [====================================================== ] 4679/5343 87% [====================================================== ] 4680/5343 87% [====================================================== ] 4681/5343 87% [====================================================== ] 4682/5343 87% [====================================================== ] 4683/5343 87% [====================================================== ] 4684/5343 87% [====================================================== ] 4685/5343 87% [====================================================== ] 4686/5343 87% [====================================================== ] 4687/5343 87% [====================================================== ] 4688/5343 87% [====================================================== ] 4689/5343 87% [====================================================== ] 4690/5343 87% [====================================================== ] 4691/5343 87% [====================================================== ] 4692/5343 87% [====================================================== ] 4693/5343 87% [====================================================== ] 4694/5343 87% [====================================================== ] 4695/5343 87% [====================================================== ] 4696/5343 87% [====================================================== ] 4697/5343 87% [====================================================== ] 4698/5343 87% [====================================================== ] 4699/5343 87% [====================================================== ] 4700/5343 87% [====================================================== ] 4701/5343 87% [====================================================== ] 4702/5343 88% [====================================================== ] 4703/5343 88% [====================================================== ] 4704/5343 88% [====================================================== ] 4705/5343 88% [====================================================== ] 4706/5343 88% [====================================================== ] 4707/5343 88% [====================================================== ] 4708/5343 88% [====================================================== ] 4709/5343 88% [====================================================== ] 4710/5343 88% [====================================================== ] 4711/5343 88% [====================================================== ] 4712/5343 88% [====================================================== ] 4713/5343 88% [====================================================== ] 4714/5343 88% [====================================================== ] 4715/5343 88% [====================================================== ] 4716/5343 88% [====================================================== ] 4717/5343 88% [====================================================== ] 4718/5343 88% [====================================================== ] 4719/5343 88% [====================================================== ] 4720/5343 88% [====================================================== ] 4721/5343 88% [====================================================== ] 4722/5343 88% [====================================================== ] 4723/5343 88% [====================================================== ] 4724/5343 88% [====================================================== ] 4725/5343 88% [====================================================== ] 4726/5343 88% [====================================================== ] 4727/5343 88% [====================================================== ] 4728/5343 88% [====================================================== ] 4729/5343 88% [====================================================== ] 4730/5343 88% [====================================================== ] 4731/5343 88% [====================================================== ] 4732/5343 88% [====================================================== ] 4733/5343 88% [====================================================== ] 4734/5343 88% [====================================================== ] 4735/5343 88% [====================================================== ] 4736/5343 88% [====================================================== ] 4737/5343 88% [====================================================== ] 4738/5343 88% [====================================================== ] 4739/5343 88% [======================================================= ] 4740/5343 88% [======================================================= ] 4741/5343 88% [======================================================= ] 4742/5343 88% [======================================================= ] 4743/5343 88% [======================================================= ] 4744/5343 88% [======================================================= ] 4745/5343 88% [======================================================= ] 4746/5343 88% [======================================================= ] 4747/5343 88% [======================================================= ] 4748/5343 88% [======================================================= ] 4749/5343 88% [======================================================= ] 4750/5343 88% [======================================================= ] 4751/5343 88% [======================================================= ] 4752/5343 88% [======================================================= ] 4753/5343 88% [======================================================= ] 4754/5343 88% [======================================================= ] 4755/5343 88% [======================================================= ] 4756/5343 89% [======================================================= ] 4757/5343 89% [======================================================= ] 4758/5343 89% [======================================================= ] 4759/5343 89% [======================================================= ] 4760/5343 89% [======================================================= ] 4761/5343 89% [======================================================= ] 4762/5343 89% [======================================================= ] 4763/5343 89% [======================================================= ] 4764/5343 89% [======================================================= ] 4765/5343 89% [======================================================= ] 4766/5343 89% [======================================================= ] 4767/5343 89% [======================================================= ] 4768/5343 89% [======================================================= ] 4769/5343 89% [======================================================= ] 4770/5343 89% [======================================================= ] 4771/5343 89% [======================================================= ] 4772/5343 89% [======================================================= ] 4773/5343 89% [======================================================= ] 4774/5343 89% [======================================================= ] 4775/5343 89% [======================================================= ] 4776/5343 89% [======================================================= ] 4777/5343 89% [======================================================= ] 4778/5343 89% [======================================================= ] 4779/5343 89% [======================================================= ] 4780/5343 89% [======================================================= ] 4781/5343 89% [======================================================= ] 4782/5343 89% [======================================================= ] 4783/5343 89% [======================================================= ] 4784/5343 89% [======================================================= ] 4785/5343 89% [======================================================= ] 4786/5343 89% [======================================================= ] 4787/5343 89% [======================================================= ] 4788/5343 89% [======================================================= ] 4789/5343 89% [======================================================= ] 4790/5343 89% [======================================================= ] 4791/5343 89% [======================================================= ] 4792/5343 89% [======================================================= ] 4793/5343 89% [======================================================= ] 4794/5343 89% [======================================================= ] 4795/5343 89% [======================================================= ] 4796/5343 89% [======================================================= ] 4797/5343 89% [======================================================= ] 4798/5343 89% [======================================================= ] 4799/5343 89% [======================================================= ] 4800/5343 89% [======================================================= ] 4801/5343 89% [======================================================= ] 4802/5343 89% [======================================================= ] 4803/5343 89% [======================================================= ] 4804/5343 89% [======================================================= ] 4805/5343 89% [======================================================= ] 4806/5343 89% [======================================================= ] 4807/5343 89% [======================================================= ] 4808/5343 89% [======================================================= ] 4809/5343 90% [======================================================= ] 4810/5343 90% [======================================================= ] 4811/5343 90% [======================================================= ] 4812/5343 90% [======================================================= ] 4813/5343 90% [======================================================= ] 4814/5343 90% [======================================================= ] 4815/5343 90% [======================================================= ] 4816/5343 90% [======================================================= ] 4817/5343 90% [======================================================= ] 4818/5343 90% [======================================================= ] 4819/5343 90% [======================================================= ] 4820/5343 90% [======================================================= ] 4821/5343 90% [======================================================= ] 4822/5343 90% [======================================================= ] 4823/5343 90% [======================================================= ] 4824/5343 90% [======================================================= ] 4825/5343 90% [======================================================== ] 4826/5343 90% [======================================================== ] 4827/5343 90% [======================================================== ] 4828/5343 90% [======================================================== ] 4829/5343 90% [======================================================== ] 4830/5343 90% [======================================================== ] 4831/5343 90% [======================================================== ] 4832/5343 90% [======================================================== ] 4833/5343 90% [======================================================== ] 4834/5343 90% [======================================================== ] 4835/5343 90% [======================================================== ] 4836/5343 90% [======================================================== ] 4837/5343 90% [======================================================== ] 4838/5343 90% [======================================================== ] 4839/5343 90% [======================================================== ] 4840/5343 90% [======================================================== ] 4841/5343 90% [======================================================== ] 4842/5343 90% [======================================================== ] 4843/5343 90% [======================================================== ] 4844/5343 90% [======================================================== ] 4845/5343 90% [======================================================== ] 4846/5343 90% [======================================================== ] 4847/5343 90% [======================================================== ] 4848/5343 90% [======================================================== ] 4849/5343 90% [======================================================== ] 4850/5343 90% [======================================================== ] 4851/5343 90% [======================================================== ] 4852/5343 90% [======================================================== ] 4853/5343 90% [======================================================== ] 4854/5343 90% [======================================================== ] 4855/5343 90% [======================================================== ] 4856/5343 90% [======================================================== ] 4857/5343 90% [======================================================== ] 4858/5343 90% [======================================================== ] 4859/5343 90% [======================================================== ] 4860/5343 90% [======================================================== ] 4861/5343 90% [======================================================== ] 4862/5343 90% [======================================================== ] 4863/5343 91% [======================================================== ] 4864/5343 91% [======================================================== ] 4865/5343 91% [======================================================== ] 4866/5343 91% [======================================================== ] 4867/5343 91% [======================================================== ] 4868/5343 91% [======================================================== ] 4869/5343 91% [======================================================== ] 4870/5343 91% [======================================================== ] 4871/5343 91% [======================================================== ] 4872/5343 91% [======================================================== ] 4873/5343 91% [======================================================== ] 4874/5343 91% [======================================================== ] 4875/5343 91% [======================================================== ] 4876/5343 91% [======================================================== ] 4877/5343 91% [======================================================== ] 4878/5343 91% [======================================================== ] 4879/5343 91% [======================================================== ] 4880/5343 91% [======================================================== ] 4881/5343 91% [======================================================== ] 4882/5343 91% [======================================================== ] 4883/5343 91% [======================================================== ] 4884/5343 91% [======================================================== ] 4885/5343 91% [======================================================== ] 4886/5343 91% [======================================================== ] 4887/5343 91% [======================================================== ] 4888/5343 91% [======================================================== ] 4889/5343 91% [======================================================== ] 4890/5343 91% [======================================================== ] 4891/5343 91% [======================================================== ] 4892/5343 91% [======================================================== ] 4893/5343 91% [======================================================== ] 4894/5343 91% [======================================================== ] 4895/5343 91% [======================================================== ] 4896/5343 91% [======================================================== ] 4897/5343 91% [======================================================== ] 4898/5343 91% [======================================================== ] 4899/5343 91% [======================================================== ] 4900/5343 91% [======================================================== ] 4901/5343 91% [======================================================== ] 4902/5343 91% [======================================================== ] 4903/5343 91% [======================================================== ] 4904/5343 91% [======================================================== ] 4905/5343 91% [======================================================== ] 4906/5343 91% [======================================================== ] 4907/5343 91% [======================================================== ] 4908/5343 91% [======================================================== ] 4909/5343 91% [======================================================== ] 4910/5343 91% [======================================================== ] 4911/5343 91% [======================================================== ] 4912/5343 91% [========================================================= ] 4913/5343 91% [========================================================= ] 4914/5343 91% [========================================================= ] 4915/5343 91% [========================================================= ] 4916/5343 92% [========================================================= ] 4917/5343 92% [========================================================= ] 4918/5343 92% [========================================================= ] 4919/5343 92% [========================================================= ] 4920/5343 92% [========================================================= ] 4921/5343 92% [========================================================= ] 4922/5343 92% [========================================================= ] 4923/5343 92% [========================================================= ] 4924/5343 92% [========================================================= ] 4925/5343 92% [========================================================= ] 4926/5343 92% [========================================================= ] 4927/5343 92% [========================================================= ] 4928/5343 92% [========================================================= ] 4929/5343 92% [========================================================= ] 4930/5343 92% [========================================================= ] 4931/5343 92% [========================================================= ] 4932/5343 92% [========================================================= ] 4933/5343 92% [========================================================= ] 4934/5343 92% [========================================================= ] 4935/5343 92% [========================================================= ] 4936/5343 92% [========================================================= ] 4937/5343 92% [========================================================= ] 4938/5343 92% [========================================================= ] 4939/5343 92% [========================================================= ] 4940/5343 92% [========================================================= ] 4941/5343 92% [========================================================= ] 4942/5343 92% [========================================================= ] 4943/5343 92% [========================================================= ] 4944/5343 92% [========================================================= ] 4945/5343 92% [========================================================= ] 4946/5343 92% [========================================================= ] 4947/5343 92% [========================================================= ] 4948/5343 92% [========================================================= ] 4949/5343 92% [========================================================= ] 4950/5343 92% [========================================================= ] 4951/5343 92% [========================================================= ] 4952/5343 92% [========================================================= ] 4953/5343 92% [========================================================= ] 4954/5343 92% [========================================================= ] 4955/5343 92% [========================================================= ] 4956/5343 92% [========================================================= ] 4957/5343 92% [========================================================= ] 4958/5343 92% [========================================================= ] 4959/5343 92% [========================================================= ] 4960/5343 92% [========================================================= ] 4961/5343 92% [========================================================= ] 4962/5343 92% [========================================================= ] 4963/5343 92% [========================================================= ] 4964/5343 92% [========================================================= ] 4965/5343 92% [========================================================= ] 4966/5343 92% [========================================================= ] 4967/5343 92% [========================================================= ] 4968/5343 92% [========================================================= ] 4969/5343 93% [========================================================= ] 4970/5343 93% [========================================================= ] 4971/5343 93% [========================================================= ] 4972/5343 93% [========================================================= ] 4973/5343 93% [========================================================= ] 4974/5343 93% [========================================================= ] 4975/5343 93% [========================================================= ] 4976/5343 93% [========================================================= ] 4977/5343 93% [========================================================= ] 4978/5343 93% [========================================================= ] 4979/5343 93% [========================================================= ] 4980/5343 93% [========================================================= ] 4981/5343 93% [========================================================= ] 4982/5343 93% [========================================================= ] 4983/5343 93% [========================================================= ] 4984/5343 93% [========================================================= ] 4985/5343 93% [========================================================= ] 4986/5343 93% [========================================================= ] 4987/5343 93% [========================================================= ] 4988/5343 93% [========================================================= ] 4989/5343 93% [========================================================= ] 4990/5343 93% [========================================================= ] 4991/5343 93% [========================================================= ] 4992/5343 93% [========================================================= ] 4993/5343 93% [========================================================= ] 4994/5343 93% [========================================================= ] 4995/5343 93% [========================================================= ] 4996/5343 93% [========================================================= ] 4997/5343 93% [========================================================= ] 4998/5343 93% [========================================================== ] 4999/5343 93% [========================================================== ] 5000/5343 93% [========================================================== ] 5001/5343 93% [========================================================== ] 5002/5343 93% [========================================================== ] 5003/5343 93% [========================================================== ] 5004/5343 93% [========================================================== ] 5005/5343 93% [========================================================== ] 5006/5343 93% [========================================================== ] 5007/5343 93% [========================================================== ] 5008/5343 93% [========================================================== ] 5009/5343 93% [========================================================== ] 5010/5343 93% [========================================================== ] 5011/5343 93% [========================================================== ] 5012/5343 93% [========================================================== ] 5013/5343 93% [========================================================== ] 5014/5343 93% [========================================================== ] 5015/5343 93% [========================================================== ] 5016/5343 93% [========================================================== ] 5017/5343 93% [========================================================== ] 5018/5343 93% [========================================================== ] 5019/5343 93% [========================================================== ] 5020/5343 93% [========================================================== ] 5021/5343 93% [========================================================== ] 5022/5343 93% [========================================================== ] 5023/5343 94% [========================================================== ] 5024/5343 94% [========================================================== ] 5025/5343 94% [========================================================== ] 5026/5343 94% [========================================================== ] 5027/5343 94% [========================================================== ] 5028/5343 94% [========================================================== ] 5029/5343 94% [========================================================== ] 5030/5343 94% [========================================================== ] 5031/5343 94% [========================================================== ] 5032/5343 94% [========================================================== ] 5033/5343 94% [========================================================== ] 5034/5343 94% [========================================================== ] 5035/5343 94% [========================================================== ] 5036/5343 94% [========================================================== ] 5037/5343 94% [========================================================== ] 5038/5343 94% [========================================================== ] 5039/5343 94% [========================================================== ] 5040/5343 94% [========================================================== ] 5041/5343 94% [========================================================== ] 5042/5343 94% [========================================================== ] 5043/5343 94% [========================================================== ] 5044/5343 94% [========================================================== ] 5045/5343 94% [========================================================== ] 5046/5343 94% [========================================================== ] 5047/5343 94% [========================================================== ] 5048/5343 94% [========================================================== ] 5049/5343 94% [========================================================== ] 5050/5343 94% [========================================================== ] 5051/5343 94% [========================================================== ] 5052/5343 94% [========================================================== ] 5053/5343 94% [========================================================== ] 5054/5343 94% [========================================================== ] 5055/5343 94% [========================================================== ] 5056/5343 94% [========================================================== ] 5057/5343 94% [========================================================== ] 5058/5343 94% [========================================================== ] 5059/5343 94% [========================================================== ] 5060/5343 94% [========================================================== ] 5061/5343 94% [========================================================== ] 5062/5343 94% [========================================================== ] 5063/5343 94% [========================================================== ] 5064/5343 94% [========================================================== ] 5065/5343 94% [========================================================== ] 5066/5343 94% [========================================================== ] 5067/5343 94% [========================================================== ] 5068/5343 94% [========================================================== ] 5069/5343 94% [========================================================== ] 5070/5343 94% [========================================================== ] 5071/5343 94% [========================================================== ] 5072/5343 94% [========================================================== ] 5073/5343 94% [========================================================== ] 5074/5343 94% [========================================================== ] 5075/5343 94% [========================================================== ] 5076/5343 95% [========================================================== ] 5077/5343 95% [========================================================== ] 5078/5343 95% [========================================================== ] 5079/5343 95% [========================================================== ] 5080/5343 95% [========================================================== ] 5081/5343 95% [========================================================== ] 5082/5343 95% [========================================================== ] 5083/5343 95% [========================================================== ] 5084/5343 95% [=========================================================== ] 5085/5343 95% [=========================================================== ] 5086/5343 95% [=========================================================== ] 5087/5343 95% [=========================================================== ] 5088/5343 95% [=========================================================== ] 5089/5343 95% [=========================================================== ] 5090/5343 95% [=========================================================== ] 5091/5343 95% [=========================================================== ] 5092/5343 95% [=========================================================== ] 5093/5343 95% [=========================================================== ] 5094/5343 95% [=========================================================== ] 5095/5343 95% [=========================================================== ] 5096/5343 95% [=========================================================== ] 5097/5343 95% [=========================================================== ] 5098/5343 95% [=========================================================== ] 5099/5343 95% [=========================================================== ] 5100/5343 95% [=========================================================== ] 5101/5343 95% [=========================================================== ] 5102/5343 95% [=========================================================== ] 5103/5343 95% [=========================================================== ] 5104/5343 95% [=========================================================== ] 5105/5343 95% [=========================================================== ] 5106/5343 95% [=========================================================== ] 5107/5343 95% [=========================================================== ] 5108/5343 95% [=========================================================== ] 5109/5343 95% [=========================================================== ] 5110/5343 95% [=========================================================== ] 5111/5343 95% [=========================================================== ] 5112/5343 95% [=========================================================== ] 5113/5343 95% [=========================================================== ] 5114/5343 95% [=========================================================== ] 5115/5343 95% [=========================================================== ] 5116/5343 95% [=========================================================== ] 5117/5343 95% [=========================================================== ] 5118/5343 95% [=========================================================== ] 5119/5343 95% [=========================================================== ] 5120/5343 95% [=========================================================== ] 5121/5343 95% [=========================================================== ] 5122/5343 95% [=========================================================== ] 5123/5343 95% [=========================================================== ] 5124/5343 95% [=========================================================== ] 5125/5343 95% [=========================================================== ] 5126/5343 95% [=========================================================== ] 5127/5343 95% [=========================================================== ] 5128/5343 95% [=========================================================== ] 5129/5343 95% [=========================================================== ] 5130/5343 96% [=========================================================== ] 5131/5343 96% [=========================================================== ] 5132/5343 96% [=========================================================== ] 5133/5343 96% [=========================================================== ] 5134/5343 96% [=========================================================== ] 5135/5343 96% [=========================================================== ] 5136/5343 96% [=========================================================== ] 5137/5343 96% [=========================================================== ] 5138/5343 96% [=========================================================== ] 5139/5343 96% [=========================================================== ] 5140/5343 96% [=========================================================== ] 5141/5343 96% [=========================================================== ] 5142/5343 96% [=========================================================== ] 5143/5343 96% [=========================================================== ] 5144/5343 96% [=========================================================== ] 5145/5343 96% [=========================================================== ] 5146/5343 96% [=========================================================== ] 5147/5343 96% [=========================================================== ] 5148/5343 96% [=========================================================== ] 5149/5343 96% [=========================================================== ] 5150/5343 96% [=========================================================== ] 5151/5343 96% [=========================================================== ] 5152/5343 96% [=========================================================== ] 5153/5343 96% [=========================================================== ] 5154/5343 96% [=========================================================== ] 5155/5343 96% [=========================================================== ] 5156/5343 96% [=========================================================== ] 5157/5343 96% [=========================================================== ] 5158/5343 96% [=========================================================== ] 5159/5343 96% [=========================================================== ] 5160/5343 96% [=========================================================== ] 5161/5343 96% [=========================================================== ] 5162/5343 96% [=========================================================== ] 5163/5343 96% [=========================================================== ] 5164/5343 96% [=========================================================== ] 5165/5343 96% [=========================================================== ] 5166/5343 96% [=========================================================== ] 5167/5343 96% [=========================================================== ] 5168/5343 96% [=========================================================== ] 5169/5343 96% [=========================================================== ] 5170/5343 96% [============================================================ ] 5171/5343 96% [============================================================ ] 5172/5343 96% [============================================================ ] 5173/5343 96% [============================================================ ] 5174/5343 96% [============================================================ ] 5175/5343 96% [============================================================ ] 5176/5343 96% [============================================================ ] 5177/5343 96% [============================================================ ] 5178/5343 96% [============================================================ ] 5179/5343 96% [============================================================ ] 5180/5343 96% [============================================================ ] 5181/5343 96% [============================================================ ] 5182/5343 96% [============================================================ ] 5183/5343 97% [============================================================ ] 5184/5343 97% [============================================================ ] 5185/5343 97% [============================================================ ] 5186/5343 97% [============================================================ ] 5187/5343 97% [============================================================ ] 5188/5343 97% [============================================================ ] 5189/5343 97% [============================================================ ] 5190/5343 97% [============================================================ ] 5191/5343 97% [============================================================ ] 5192/5343 97% [============================================================ ] 5193/5343 97% [============================================================ ] 5194/5343 97% [============================================================ ] 5195/5343 97% [============================================================ ] 5196/5343 97% [============================================================ ] 5197/5343 97% [============================================================ ] 5198/5343 97% [============================================================ ] 5199/5343 97% [============================================================ ] 5200/5343 97% [============================================================ ] 5201/5343 97% [============================================================ ] 5202/5343 97% [============================================================ ] 5203/5343 97% [============================================================ ] 5204/5343 97% [============================================================ ] 5205/5343 97% [============================================================ ] 5206/5343 97% [============================================================ ] 5207/5343 97% [============================================================ ] 5208/5343 97% [============================================================ ] 5209/5343 97% [============================================================ ] 5210/5343 97% [============================================================ ] 5211/5343 97% [============================================================ ] 5212/5343 97% [============================================================ ] 5213/5343 97% [============================================================ ] 5214/5343 97% [============================================================ ] 5215/5343 97% [============================================================ ] 5216/5343 97% [============================================================ ] 5217/5343 97% [============================================================ ] 5218/5343 97% [============================================================ ] 5219/5343 97% [============================================================ ] 5220/5343 97% [============================================================ ] 5221/5343 97% [============================================================ ] 5222/5343 97% [============================================================ ] 5223/5343 97% [============================================================ ] 5224/5343 97% [============================================================ ] 5225/5343 97% [============================================================ ] 5226/5343 97% [============================================================ ] 5227/5343 97% [============================================================ ] 5228/5343 97% [============================================================ ] 5229/5343 97% [============================================================ ] 5230/5343 97% [============================================================ ] 5231/5343 97% [============================================================ ] 5232/5343 97% [============================================================ ] 5233/5343 97% [============================================================ ] 5234/5343 97% [============================================================ ] 5235/5343 97% [============================================================ ] 5236/5343 97% [============================================================ ] 5237/5343 98% [============================================================ ] 5238/5343 98% [============================================================ ] 5239/5343 98% [============================================================ ] 5240/5343 98% [============================================================ ] 5241/5343 98% [============================================================ ] 5242/5343 98% [============================================================ ] 5243/5343 98% [============================================================ ] 5244/5343 98% [============================================================ ] 5245/5343 98% [============================================================ ] 5246/5343 98% [============================================================ ] 5247/5343 98% [============================================================ ] 5248/5343 98% [============================================================ ] 5249/5343 98% [============================================================ ] 5250/5343 98% [============================================================ ] 5251/5343 98% [============================================================ ] 5252/5343 98% [============================================================ ] 5253/5343 98% [============================================================ ] 5254/5343 98% [============================================================ ] 5255/5343 98% [============================================================ ] 5256/5343 98% [============================================================= ] 5257/5343 98% [============================================================= ] 5258/5343 98% [============================================================= ] 5259/5343 98% [============================================================= ] 5260/5343 98% [============================================================= ] 5261/5343 98% [============================================================= ] 5262/5343 98% [============================================================= ] 5263/5343 98% [============================================================= ] 5264/5343 98% [============================================================= ] 5265/5343 98% [============================================================= ] 5266/5343 98% [============================================================= ] 5267/5343 98% [============================================================= ] 5268/5343 98% [============================================================= ] 5269/5343 98% [============================================================= ] 5270/5343 98% [============================================================= ] 5271/5343 98% [============================================================= ] 5272/5343 98% [============================================================= ] 5273/5343 98% [============================================================= ] 5274/5343 98% [============================================================= ] 5275/5343 98% [============================================================= ] 5276/5343 98% [============================================================= ] 5277/5343 98% [============================================================= ] 5278/5343 98% [============================================================= ] 5279/5343 98% [============================================================= ] 5280/5343 98% [============================================================= ] 5281/5343 98% [============================================================= ] 5282/5343 98% [============================================================= ] 5283/5343 98% [============================================================= ] 5284/5343 98% [============================================================= ] 5285/5343 98% [============================================================= ] 5286/5343 98% [============================================================= ] 5287/5343 98% [============================================================= ] 5288/5343 98% [============================================================= ] 5289/5343 98% [============================================================= ] 5290/5343 99% [============================================================= ] 5291/5343 99% [============================================================= ] 5292/5343 99% [============================================================= ] 5293/5343 99% [============================================================= ] 5294/5343 99% [============================================================= ] 5295/5343 99% [============================================================= ] 5296/5343 99% [============================================================= ] 5297/5343 99% [============================================================= ] 5298/5343 99% [============================================================= ] 5299/5343 99% [============================================================= ] 5300/5343 99% [============================================================= ] 5301/5343 99% [============================================================= ] 5302/5343 99% [============================================================= ] 5303/5343 99% [============================================================= ] 5304/5343 99% [============================================================= ] 5305/5343 99% [============================================================= ] 5306/5343 99% [============================================================= ] 5307/5343 99% [============================================================= ] 5308/5343 99% [============================================================= ] 5309/5343 99% [============================================================= ] 5310/5343 99% [============================================================= ] 5311/5343 99% [============================================================= ] 5312/5343 99% [============================================================= ] 5313/5343 99% [============================================================= ] 5314/5343 99% [============================================================= ] 5315/5343 99% [============================================================= ] 5316/5343 99% [============================================================= ] 5317/5343 99% [============================================================= ] 5318/5343 99% [============================================================= ] 5319/5343 99% [============================================================= ] 5320/5343 99% [============================================================= ] 5321/5343 99% [============================================================= ] 5322/5343 99% [============================================================= ] 5323/5343 99% [============================================================= ] 5324/5343 99% [============================================================= ] 5325/5343 99% [============================================================= ] 5326/5343 99% [============================================================= ] 5327/5343 99% [============================================================= ] 5328/5343 99% [============================================================= ] 5329/5343 99% [============================================================= ] 5330/5343 99% [============================================================= ] 5331/5343 99% [============================================================= ] 5332/5343 99% [============================================================= ] 5333/5343 99% [============================================================= ] 5334/5343 99% [============================================================= ] 5335/5343 99% [============================================================= ] 5336/5343 99% [============================================================= ] 5337/5343 99% [============================================================= ] 5338/5343 99% [============================================================= ] 5339/5343 99% [============================================================= ] 5340/5343 99% [============================================================= ] 5341/5343 99% [============================================================= ] 5342/5343 99% [==============================================================] 5343/5343 100% operation complete, 5343 objects in 138589 NAND pages. ln -snf /home/autobuild/autobuild/instance-11/output-1/host/sparc64-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-11/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-11/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-11/buildroot' >>> Buildroot 2023.02-85-g0c28688054 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-ccache 4.7.4 Collecting legal info LICENSE.adoc: OK (sha256: 56cf64f68b7b8150300acd79899941615523ea5c56c120e92f5b175b7cc78e3c) GPL-3.0.txt: OK (sha256: 80b5112739a423dfac7bed1ca8a1df3cccda3d794425441997d4462b83db4dd5) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-skeleton Collecting legal info >>> host-hiredis 1.1.0 Collecting legal info COPYING: OK (sha256: dca05ce8fc87a8261783b4aed0deef8becc9350b6aa770bc714d0c1833b896eb) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-zstd 1.5.4 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-81-g4f4d7a13edfd2fdc57c9d76e1fd6d017fb47550c Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.1.14 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> acpid 2.0.34 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> aespipe 2.4f Collecting legal info >>> host-aespipe 2.4f Collecting legal info >>> host-agent-proxy 1.97 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> host-asn1c 0.9.28 Collecting legal info LICENSE: OK (sha256: bcc636802a52ace2255212be15fb707084af87061b5cfd37eb84dcf6a02cc48b) >>> attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> augeas 1.12.0 Collecting legal info COPYING: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-babeltrace2 2.0.4 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) lgpl-2.1.txt: OK (sha256: c68fd1ffc1623ea0dace21abf57305818e4998a4ae0c79010aaaa943eb660b55) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: d919c6347409efde6dea63c6f349fb06bc060a2b721fc3df07b5f720b5f1d60e) >>> host-automake 1.16.5 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-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.2.10 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext Collecting legal info >>> host-gettext-gnu 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) gettext-runtime/intl/COPYING.LIB: OK (sha256: 3fe5361f24b7c49ba12911c08f5a33f9cb18871d95d9fb881f5b8a4793e04288) >>> host-libtextstyle 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.2 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> bash 5.2.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bats-core 1.8.2 Collecting legal info LICENSE.md: OK (sha256: 55074b2b3b87809105034e1468e59076554d76a80c67bcc592000cc3d929852d) >>> bc 1.07.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> bmx7 7.1.1 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mbedtls 2.28.2 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> wireless_tools 30.pre9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-bootgen xilinx_v2022.2 Collecting legal info LICENSE: OK (sha256: 4da5f5eff0592e5d275f1871faf9e9a4fc0f6346027bfb777fa59d0aa6a59aa3) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> brotli 1.0.9 Collecting legal info LICENSE: OK (sha512: bae78184c2f50f86d8c727826d3982c469454c42b9af81f4ef007e39036434fa894cf5be3bf5fc65b7de2301f0a72d067a8186e303327db8a96bd14867e0a3a8) >>> busybox 1.36.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> cpio 2.13 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> dosfstools 4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> udev Collecting legal info >>> eudev 3.2.11 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> openssl Collecting legal info >>> libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> util-linux-libs 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ifplugd 0.28 Collecting legal info LICENSE: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> linux-pam 1.5.2 Collecting legal info Copyright: OK (sha256: 133d98e7a2ab3ffd330b4debb0bfc10fea21e4b2b5a5b09de2e924293be5ff08) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> ntp 4.2.8p15 Collecting legal info COPYRIGHT: OK (sha256: 957e6a13445cc61ab1ca3dc80d8c269cf9b0a6d9eaec20f9f39639b0b3e66ee8) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> unzip 6.0 Collecting legal info LICENSE: OK (sha256: 7469b81d5d29ac4fd670f7c86ba0cb9fa34f137a2d4d5198437d92ddf918984b) >>> 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) >>> libcap-ng 0.8.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> watchdog 5.16 Collecting legal info COPYING: OK (sha256: af7f3f94e85080204b37f7c53717a2c94c6b54d7fa516ebd74e008cb4c0391bd) >>> c-periphery 2.3.1 Collecting legal info LICENSE: OK (sha256: 7121a0a2ba36ed9388be2f1a916f0e3584d8e49cc7888fbcfcf83bab2a8bebef) >>> can-utils 2021.08.0 Collecting legal info LICENSES/BSD-3-Clause: OK (sha256: c3dc748f5e725cf5ed89784fe78e4ff1b05d309bf1e7ade4c572e8fde1b8406c) LICENSES/GPL-2.0-only.txt: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> ccrypt 1.11 Collecting legal info COPYING: OK (sha256: d48d3af3cf27b32106ee3418c7c892cae745ece26cd909e72aa59b08e3f9c93d) >>> chartjs 3.9.1 Collecting legal info ERROR: No hash found for LICENSE.md >>> cmocka 1.1.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> coremark 1.01 Collecting legal info LICENSE.md: OK (sha256: d72094a3cb629dc7712ae09b7b777416903c6670930928b5530f2ddfb2296888) >>> corkscrew 2.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> dehydrated 0.7.1 Collecting legal info LICENSE: OK (sha256: f25ab9c5f13abf15ab097180423ef6b82a89c552e92d49ae627762ee9c04a3a8) >>> dhcp 4.4.3-P1 Collecting legal info LICENSE: OK (sha256: 45a39c430be0920cb9570f34b32d2378fe6048c034f2f3265b9326d64ada73df) >>> dht 0.27 Collecting legal info LICENCE: OK (sha256: 06ce07293caf8c8ddfaf47797ad1fb18d1c040a8375231d8f8a6105cef51a8e6) >>> drbd-utils 9.21.4 Collecting legal info COPYING: OK (sha256: 1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225) >>> dropbear 2022.83 Collecting legal info LICENSE: OK (sha256: a99ce657d790b761c132ee7e0de18edb437ae6361e536d991c6a12f36e770445) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> dt-utils 2021.03.0 Collecting legal info COPYING: OK (sha256: a45932c79317d15116eadbf1c9c6fc59117ec3c4621db3a876066defa723963b) >>> dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> host-erofs-utils 1.5 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> evtest 1.35 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-fatcat 1.1.1 Collecting legal info LICENSE: OK (sha256: 3ea03755e32cf7f5b12981de92a0fdad396448195fe0024990c9cbc388e9866c) >>> flac 1.4.2 Collecting legal info COPYING.Xiph: OK (sha256: 6e58d3036f05e2a0d58af854c12a505ddbe75011d71a598a2170987f3b15408d) COPYING.GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LGPL: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> flot 0.8.3 Collecting legal info LICENSE.txt: OK (sha256: 52cb566b16d84314b92b91361ed072eaaf166e8d3dfa3d0fd3577613925f205c) >>> font-awesome 4.7.0 Collecting legal info >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> fwup 1.9.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libarchive 3.6.2 Collecting legal info COPYING: OK (sha256: b2cdf763345de2de34cebf54394df3c61a105c3b71288603c251f2fa638200ba) >>> lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> host-fwup 1.9.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-libarchive 3.6.2 Collecting legal info COPYING: OK (sha256: b2cdf763345de2de34cebf54394df3c61a105c3b71288603c251f2fa638200ba) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> fxload 2008_10_13 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> genpart 1.0.2 Collecting legal info >>> host-genpart 1.0.2 Collecting legal info >>> gensio 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: dcac7d447dd81ab96d28dce00a07a6486e623f7ded94e2a2a8e83312405cdf89) COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> gettext-gnu 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) gettext-runtime/intl/COPYING.LIB: OK (sha256: 3fe5361f24b7c49ba12911c08f5a33f9cb18871d95d9fb881f5b8a4793e04288) >>> gettext Collecting legal info >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> git 2.39.2 Collecting legal info COPYING: OK (sha256: 5b2198d1645f767585e8a88ac0499b04472164c0d2da22e75ecf97ef443ab32e) LGPL-2.1: OK (sha256: 1922f45d2c49e390032c9c0ba6d7cac904087f7cec51af30c2b2ad022ce0e76a) >>> libcurl 7.88.1 Collecting legal info COPYING: OK (sha256: b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524) >>> libidn2 2.3.4 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> haveged 1.9.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> hddtemp 0.4.3 Collecting legal info GPL-2: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> hwdata 0.365 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> ijs 0.35 Collecting legal info README: OK (sha256: f723390b7ee019eccf07763dcb5744acf8bb43034bc3ba3d6f1c94440e365b4f) >>> inadyn 2.10.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> inih 56 Collecting legal info LICENSE.txt: OK (sha256: 9ae3b39e83e9158e44b67733baa3bb2d84e80efdcfb14a5820210a42c7abdf7f) >>> initscripts Collecting legal info >>> jpeg-turbo 2.1.4 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> jpeg Collecting legal info >>> host-jq a17dd3248a666d01be75f6b16be37e80e20b0954 Collecting legal info COPYING: OK (sha256: c8437d414ca5b394718784c3bf5bdff7f01fee417625fabf1fb722ca263037da) >>> jquery-sidebar 3.3.2 Collecting legal info LICENSE: OK (sha256: f3522370f4b6accf9c1344f520bdea35f2388f1cbb124c0c179d2ca2a6a94c76) >>> jquery-sparkline 2.1.2 Collecting legal info >>> jquery-validation 1.19.5 Collecting legal info LICENSE.md: OK (sha256: f398878cab338b869638bdac1aeae76bf3ac11b2b89da6e0b68bc1a645733440) >>> jquery 3.5.1 Collecting legal info >>> keyutils 1.6.3 Collecting legal info LICENCE.GPL: OK (sha256: f46409d4822b2457b39bbd0e7881eecb396130eb8320b7748fa7e9488970aa6d) LICENCE.LGPL: OK (sha256: 0d15593e3a8ad90917f8509b5ac1e4b5e5d196434a68029aa9dc0858a4a4c521) >>> libassuan 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.46 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libdbi 88b8477d57153b9f736dd19d432d3b7ab1c49073 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> liberation 2.1.5 Collecting legal info LICENSE: OK (sha256: 93fed46019c38bbe566b479d22148e2e8a1e85ada614accb0211c37b2c61c19b) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> libgcrypt 1.10.1 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgit2 1.6.2 Collecting legal info COPYING: OK (sha256: 6f3c2cd59b057e366c1acc073b038135c52d77892bb33bd4d931c5369d3f062b) >>> libhttpparser 2.9.4 Collecting legal info LICENSE-MIT: OK (sha256: 79e6ba8b687cb54786207342b9b6fcee0ac10218453ed9009b84d949b2233cc0) >>> libgpgme 1.17.1 Collecting legal info COPYING.LESSER: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgsm 1.0.19 Collecting legal info COPYRIGHT: OK (sha256: 81c68a3374937ed9b5e4929c709e81a2c4b35b5d1f450ecf8c473e2daea46ff6) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmd 1.0.4 Collecting legal info COPYING: OK (sha256: 4365ef6255ad553fce69dd4bc0e093472c5d0e41b8ea493a545cc926ce171aa6) >>> libmhash 0.9.9.9 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libmng 2.0.3 Collecting legal info LICENSE: OK (sha256: ba280734838eb3f22a85b92a7e62de357d4d4c325029dce723b0cb125c417c35) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnatpmp 20150609 Collecting legal info LICENSE: OK (sha256: e8d8277e1a101fcfedb0cd5a1cc76646522c0da69f3490dd5a4055fc87ea96a2) >>> libnet 1.2 Collecting legal info LICENSE: OK (sha256: a06f600f67f239898d85f083aeed82ce6015b1c57599ab1def00fb68787ef388) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_conntrack 1.0.9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_log 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> libpcap 1.10.3 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libraw1394 2.1.2 Collecting legal info COPYING.LIB: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libsocketcan 0.0.12 Collecting legal info LICENSE: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libuio 6ef3d8d096a641686bfdd112035aa04aa16fe81a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libuwsc 3.3.5 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> lighttpd 1.4.69 Collecting legal info COPYING: OK (sha256: 5c98cad2fbaf5c5e2562bcbab401a7c557c1bb1bac9914ecc63730925052fb13) >>> xxhash 0.8.1 Collecting legal info LICENSE: OK (sha256: 553d0035773ddd1590045f8fdc3a4c6ead31e36336721aeca8421e88ed1c9f80) cli/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> linenoise 97d2850af13c339369093b78abe5265845d78220 Collecting legal info LICENSE: OK (sha256: efe1692aa5b869edaa0ac88f95eb0276c1125304ffc636a299db3ebbab47f62b) >>> linux-firmware 20221214 Collecting legal info LICENCE.Marvell: OK (sha256: 2d6062d63b91eb750bf741498691604f75184b9fee97608ec537cd09bd6a42b4) LICENCE.atheros_firmware: OK (sha256: 802b7014b26c606cf6248ae8b0ab1ce6d2d1b0db236d38dd269e676cd70710f2) LICENCE.e100: OK (sha256: bef9c828e84f21e7835b4de7daf954a327e1ff777871b58e116039b684c0d604) LICENCE.iwlwifi_firmware: OK (sha256: 16d5040c7cf851fc693b7542e20870935b99802533ea1bfd231c377a2305e5c5) LICENCE.microchip: OK (sha256: 0fc67bd715b3395f3f2af464781910e9e69c4ba23da304352229b42dc9e986c3) LICENCE.moxa: OK (sha256: 59ae206c89108905ebdc9ad4c9336526bd2c0d50fbf988c21e8c2a82719d42a4) LICENCE.ti-connectivity: OK (sha256: 106bef96470001e877fcf7ba0337fa6766a317650eb47fcaeb743eeebd62c4ff) LICENSE.QualcommAtheros_ar3k: OK (sha256: a064cbf83e10d72579d236a1e36032681adb8e442943ff75b57020a82992a5ed) LICENSE.dib0700: OK (sha256: 630fd46c95d3ac6544590c2265ba7348fbc930fb386261a1c04dcd9f403645b8) LICENSE.i915: OK (sha256: 8542aeabf2761935122d693561e16766ce1bcc2b0d003204f9040b7d6d929f2e) LICENSE.qcom: OK (sha256: be904cd28cb292b80cdb6cf412ab0d9159d431671e987ad433c1f62e0988a9bc) WHENCE: OK (sha256: 744babd4eae138ccfb5bd343b1589912b9839274f8a794af0b6c9b451df73579) qcom/NOTICE.txt: OK (sha256: fa43e1b9a13b341a07adca9dbe73d0f9072d7966fdfe811c01f0dd2872d7309a) >>> logrotate 3.20.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> ltris 1.2 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> lv2 1.18.10 Collecting legal info COPYING: OK (sha256: 1e6bb175e193608b767ff25a4ed68b82c4db599491cf0d2694435cf60e9a4841) >>> lzop 1.04 Collecting legal info ERROR: COPYING has wrong sha256 hash: ERROR: expected: 70439f6e2b47057a408d2390ed6663b9875f5a08066a06a060a357ef1df89a8c ERROR: got : 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 ERROR: Incomplete download, or man-in-the-middle (MITM) attack make: *** [package/lzop/lzop.mk:29: lzop-legal-info] Error 1 make: Leaving directory '/home/autobuild/autobuild/instance-11/buildroot'