find /home/autobuild/autobuild/instance-4/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-4/output-1/target/lib/ /home/autobuild/autobuild/instance-4/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-4/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-4/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/man /home/autobuild/autobuild/instance-4/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/info /home/autobuild/autobuild/instance-4/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/doc /home/autobuild/autobuild/instance-4/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-4/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-4/output-1/target/lib/debug /home/autobuild/autobuild/instance-4/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-4/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/autobuild/autobuild/instance-4/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-4/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-4/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/autobuild/autobuild/instance-4/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.08-655-g07a03a8549"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.11-git\"" \ ) > /home/autobuild/autobuild/instance-4/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-4/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-4/output-1/per-package \ /home/autobuild/autobuild/instance-4/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-4/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/bin/bwrap f 1755 0 0 - - - - -\n /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.ext2 mkdir -p /home/autobuild/autobuild/instance-4/output-1/images rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2 mkdir -p /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-4/output-1/target/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/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-4/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/target >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/fakeroot echo "/home/autobuild/autobuild/instance-4/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -f /home/autobuild/autobuild/instance-4/output-1/images/rootfs.ext2\n /home/autobuild/autobuild/instance-4/output-1/host/sbin/mkfs.ext2 -d /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/target -r 1 -N 0 -m 5 -L "rootfs" -I 256 -O ^64bit /home/autobuild/autobuild/instance-4/output-1/images/rootfs.ext2 "5G" || { ret=$?; echo "*** Maybe you need to increase the filesystem size (BR2_TARGET_ROOTFS_EXT2_SIZE)" 1>&2; exit $ret; }\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/fakeroot chmod a+x /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/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-4/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/fakeroot rootdir=/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/target table='/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt' mke2fs 1.47.0 (5-Feb-2023) Creating regular file /home/autobuild/autobuild/instance-4/output-1/images/rootfs.ext2 Creating filesystem with 1310720 4k blocks and 327680 inodes Filesystem UUID: ca802b1e-fa79-4921-9032-b2a62014c2f2 Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736 Allocating group tables: 0/40 done Writing inode tables: 0/40 done Copying files into the device: done Writing superblocks and filesystem accounting information: 0/40 done PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/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" zstd -19 -z -f -T1 /home/autobuild/autobuild/instance-4/output-1/images/rootfs.ext2 > /home/autobuild/autobuild/instance-4/output-1/images/rootfs.ext2.zst /home/autobuild/autobuild/instance-4/output-1/images/rootfs.ext2 : 0.44% ( 5.00 GiB => 22.4 MiB, /home/autobuild/autobuild/instance-4/output-1/images/rootfs.ext2.zst) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-4/output-1/images rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-4/output-1/target/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/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-4/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-4/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-4/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-4/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/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-4/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-4/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-4/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 6685 objects. stage 2: creating image '/home/autobuild/autobuild/instance-4/output-1/images/rootfs.yaffs2' [ ] 1/6685 0% [ ] 2/6685 0% [ ] 3/6685 0% [ ] 4/6685 0% [ ] 5/6685 0% [ ] 6/6685 0% [ ] 7/6685 0% [ ] 8/6685 0% [ ] 9/6685 0% [ ] 10/6685 0% [ ] 11/6685 0% [ ] 12/6685 0% [ ] 13/6685 0% [ ] 14/6685 0% [ ] 15/6685 0% [ ] 16/6685 0% [ ] 17/6685 0% [ ] 18/6685 0% [ ] 19/6685 0% [ ] 20/6685 0% [ ] 21/6685 0% [ ] 22/6685 0% [ ] 23/6685 0% [ ] 24/6685 0% [ ] 25/6685 0% [ ] 26/6685 0% [ ] 27/6685 0% [ ] 28/6685 0% [ ] 29/6685 0% [ ] 30/6685 0% [ ] 31/6685 0% [ ] 32/6685 0% [ ] 33/6685 0% [ ] 34/6685 0% [ ] 35/6685 0% [ ] 36/6685 0% [ ] 37/6685 0% [ ] 38/6685 0% [ ] 39/6685 0% [ ] 40/6685 0% [ ] 41/6685 0% [ ] 42/6685 0% [ ] 43/6685 0% [ ] 44/6685 0% [ ] 45/6685 0% [ ] 46/6685 0% [ ] 47/6685 0% [ ] 48/6685 0% [ ] 49/6685 0% [ ] 50/6685 0% [ ] 51/6685 0% [ ] 52/6685 0% [ ] 53/6685 0% [ ] 54/6685 0% [ ] 55/6685 0% [ ] 56/6685 0% [ ] 57/6685 0% [ ] 58/6685 0% [ ] 59/6685 0% [ ] 60/6685 0% [ ] 61/6685 0% [ ] 62/6685 0% [ ] 63/6685 0% [ ] 64/6685 0% [ ] 65/6685 0% [ ] 66/6685 0% [ ] 67/6685 1% [ ] 68/6685 1% [ ] 69/6685 1% [ ] 70/6685 1% [ ] 71/6685 1% [ ] 72/6685 1% [ ] 73/6685 1% [ ] 74/6685 1% [ ] 75/6685 1% [ ] 76/6685 1% [ ] 77/6685 1% [ ] 78/6685 1% [ ] 79/6685 1% [ ] 80/6685 1% [ ] 81/6685 1% [ ] 82/6685 1% [ ] 83/6685 1% [ ] 84/6685 1% [ ] 85/6685 1% [ ] 86/6685 1% [ ] 87/6685 1% [ ] 88/6685 1% [ ] 89/6685 1% [ ] 90/6685 1% [ ] 91/6685 1% [ ] 92/6685 1% [ ] 93/6685 1% [ ] 94/6685 1% [ ] 95/6685 1% [ ] 96/6685 1% [ ] 97/6685 1% [ ] 98/6685 1% [ ] 99/6685 1% [ ] 100/6685 1% [ ] 101/6685 1% [ ] 102/6685 1% [ ] 103/6685 1% [ ] 104/6685 1% [ ] 105/6685 1% [ ] 106/6685 1% [ ] 107/6685 1% [= ] 108/6685 1% [= ] 109/6685 1% [= ] 110/6685 1% [= ] 111/6685 1% [= ] 112/6685 1% [= ] 113/6685 1% [= ] 114/6685 1% [= ] 115/6685 1% [= ] 116/6685 1% [= ] 117/6685 1% [= ] 118/6685 1% [= ] 119/6685 1% [= ] 120/6685 1% [= ] 121/6685 1% [= ] 122/6685 1% [= ] 123/6685 1% [= ] 124/6685 1% [= ] 125/6685 1% [= ] 126/6685 1% [= ] 127/6685 1% [= ] 128/6685 1% [= ] 129/6685 1% [= ] 130/6685 1% [= ] 131/6685 1% [= ] 132/6685 1% [= ] 133/6685 1% [= ] 134/6685 2% [= ] 135/6685 2% [= ] 136/6685 2% [= ] 137/6685 2% [= ] 138/6685 2% [= ] 139/6685 2% [= ] 140/6685 2% [= ] 141/6685 2% [= ] 142/6685 2% [= ] 143/6685 2% [= ] 144/6685 2% [= ] 145/6685 2% [= ] 146/6685 2% [= ] 147/6685 2% [= ] 148/6685 2% [= ] 149/6685 2% [= ] 150/6685 2% [= ] 151/6685 2% [= ] 152/6685 2% [= ] 153/6685 2% [= ] 154/6685 2% [= ] 155/6685 2% [= ] 156/6685 2% [= ] 157/6685 2% [= ] 158/6685 2% [= ] 159/6685 2% [= ] 160/6685 2% [= ] 161/6685 2% [= ] 162/6685 2% [= ] 163/6685 2% [= ] 164/6685 2% [= ] 165/6685 2% [= ] 166/6685 2% [= ] 167/6685 2% [= ] 168/6685 2% [= ] 169/6685 2% [= ] 170/6685 2% [= ] 171/6685 2% [= ] 172/6685 2% [= ] 173/6685 2% [= ] 174/6685 2% [= ] 175/6685 2% [= ] 176/6685 2% [= ] 177/6685 2% [= ] 178/6685 2% [= ] 179/6685 2% [= ] 180/6685 2% [= ] 181/6685 2% [= ] 182/6685 2% [= ] 183/6685 2% [= ] 184/6685 2% [= ] 185/6685 2% [= ] 186/6685 2% [= ] 187/6685 2% [= ] 188/6685 2% [= ] 189/6685 2% [= ] 190/6685 2% [= ] 191/6685 2% [= ] 192/6685 2% [= ] 193/6685 2% [= ] 194/6685 2% [= ] 195/6685 2% [= ] 196/6685 2% [= ] 197/6685 2% [= ] 198/6685 2% [= ] 199/6685 2% [= ] 200/6685 2% [= ] 201/6685 3% [= ] 202/6685 3% [= ] 203/6685 3% [= ] 204/6685 3% [= ] 205/6685 3% [= ] 206/6685 3% [= ] 207/6685 3% [= ] 208/6685 3% [= ] 209/6685 3% [= ] 210/6685 3% [= ] 211/6685 3% [= ] 212/6685 3% [= ] 213/6685 3% [= ] 214/6685 3% [= ] 215/6685 3% [== ] 216/6685 3% [== ] 217/6685 3% [== ] 218/6685 3% [== ] 219/6685 3% [== ] 220/6685 3% [== ] 221/6685 3% [== ] 222/6685 3% [== ] 223/6685 3% [== ] 224/6685 3% [== ] 225/6685 3% [== ] 226/6685 3% [== ] 227/6685 3% [== ] 228/6685 3% [== ] 229/6685 3% [== ] 230/6685 3% [== ] 231/6685 3% [== ] 232/6685 3% [== ] 233/6685 3% [== ] 234/6685 3% [== ] 235/6685 3% [== ] 236/6685 3% [== ] 237/6685 3% [== ] 238/6685 3% [== ] 239/6685 3% [== ] 240/6685 3% [== ] 241/6685 3% [== ] 242/6685 3% [== ] 243/6685 3% [== ] 244/6685 3% [== ] 245/6685 3% [== ] 246/6685 3% [== ] 247/6685 3% [== ] 248/6685 3% [== ] 249/6685 3% [== ] 250/6685 3% [== ] 251/6685 3% [== ] 252/6685 3% [== ] 253/6685 3% [== ] 254/6685 3% [== ] 255/6685 3% [== ] 256/6685 3% [== ] 257/6685 3% [== ] 258/6685 3% [== ] 259/6685 3% [== ] 260/6685 3% [== ] 261/6685 3% [== ] 262/6685 3% [== ] 263/6685 3% [== ] 264/6685 3% [== ] 265/6685 3% [== ] 266/6685 3% [== ] 267/6685 3% [== ] 268/6685 4% [== ] 269/6685 4% [== ] 270/6685 4% [== ] 271/6685 4% [== ] 272/6685 4% [== ] 273/6685 4% [== ] 274/6685 4% [== ] 275/6685 4% [== ] 276/6685 4% [== ] 277/6685 4% [== ] 278/6685 4% [== ] 279/6685 4% [== ] 280/6685 4% [== ] 281/6685 4% [== ] 282/6685 4% [== ] 283/6685 4% [== ] 284/6685 4% [== ] 285/6685 4% [== ] 286/6685 4% [== ] 287/6685 4% [== ] 288/6685 4% [== ] 289/6685 4% [== ] 290/6685 4% [== ] 291/6685 4% [== ] 292/6685 4% [== ] 293/6685 4% [== ] 294/6685 4% [== ] 295/6685 4% [== ] 296/6685 4% [== ] 297/6685 4% [== ] 298/6685 4% [== ] 299/6685 4% [== ] 300/6685 4% [== ] 301/6685 4% [== ] 302/6685 4% [== ] 303/6685 4% [== ] 304/6685 4% [== ] 305/6685 4% [== ] 306/6685 4% [== ] 307/6685 4% [== ] 308/6685 4% [== ] 309/6685 4% [== ] 310/6685 4% [== ] 311/6685 4% [== ] 312/6685 4% [== ] 313/6685 4% [== ] 314/6685 4% [== ] 315/6685 4% [== ] 316/6685 4% [== ] 317/6685 4% [== ] 318/6685 4% [== ] 319/6685 4% [== ] 320/6685 4% [== ] 321/6685 4% [== ] 322/6685 4% [== ] 323/6685 4% [=== ] 324/6685 4% [=== ] 325/6685 4% [=== ] 326/6685 4% [=== ] 327/6685 4% [=== ] 328/6685 4% [=== ] 329/6685 4% [=== ] 330/6685 4% [=== ] 331/6685 4% [=== ] 332/6685 4% [=== ] 333/6685 4% [=== ] 334/6685 4% [=== ] 335/6685 5% [=== ] 336/6685 5% [=== ] 337/6685 5% [=== ] 338/6685 5% [=== ] 339/6685 5% [=== ] 340/6685 5% [=== ] 341/6685 5% [=== ] 342/6685 5% [=== ] 343/6685 5% [=== ] 344/6685 5% [=== ] 345/6685 5% [=== ] 346/6685 5% [=== ] 347/6685 5% [=== ] 348/6685 5% [=== ] 349/6685 5% [=== ] 350/6685 5% [=== ] 351/6685 5% [=== ] 352/6685 5% [=== ] 353/6685 5% [=== ] 354/6685 5% [=== ] 355/6685 5% [=== ] 356/6685 5% [=== ] 357/6685 5% [=== ] 358/6685 5% [=== ] 359/6685 5% [=== ] 360/6685 5% [=== ] 361/6685 5% [=== ] 362/6685 5% [=== ] 363/6685 5% [=== ] 364/6685 5% [=== ] 365/6685 5% [=== ] 366/6685 5% [=== ] 367/6685 5% [=== ] 368/6685 5% [=== ] 369/6685 5% [=== ] 370/6685 5% [=== ] 371/6685 5% [=== ] 372/6685 5% [=== ] 373/6685 5% [=== ] 374/6685 5% [=== ] 375/6685 5% [=== ] 376/6685 5% [=== ] 377/6685 5% [=== ] 378/6685 5% [=== ] 379/6685 5% [=== ] 380/6685 5% [=== ] 381/6685 5% [=== ] 382/6685 5% [=== ] 383/6685 5% [=== ] 384/6685 5% [=== ] 385/6685 5% [=== ] 386/6685 5% [=== ] 387/6685 5% [=== ] 388/6685 5% [=== ] 389/6685 5% [=== ] 390/6685 5% [=== ] 391/6685 5% [=== ] 392/6685 5% [=== ] 393/6685 5% [=== ] 394/6685 5% [=== ] 395/6685 5% [=== ] 396/6685 5% [=== ] 397/6685 5% [=== ] 398/6685 5% [=== ] 399/6685 5% [=== ] 400/6685 5% [=== ] 401/6685 5% [=== ] 402/6685 6% [=== ] 403/6685 6% [=== ] 404/6685 6% [=== ] 405/6685 6% [=== ] 406/6685 6% [=== ] 407/6685 6% [=== ] 408/6685 6% [=== ] 409/6685 6% [=== ] 410/6685 6% [=== ] 411/6685 6% [=== ] 412/6685 6% [=== ] 413/6685 6% [=== ] 414/6685 6% [=== ] 415/6685 6% [=== ] 416/6685 6% [=== ] 417/6685 6% [=== ] 418/6685 6% [=== ] 419/6685 6% [=== ] 420/6685 6% [=== ] 421/6685 6% [=== ] 422/6685 6% [=== ] 423/6685 6% [=== ] 424/6685 6% [=== ] 425/6685 6% [=== ] 426/6685 6% [=== ] 427/6685 6% [=== ] 428/6685 6% [=== ] 429/6685 6% [=== ] 430/6685 6% [=== ] 431/6685 6% [==== ] 432/6685 6% [==== ] 433/6685 6% [==== ] 434/6685 6% [==== ] 435/6685 6% [==== ] 436/6685 6% [==== ] 437/6685 6% [==== ] 438/6685 6% [==== ] 439/6685 6% [==== ] 440/6685 6% [==== ] 441/6685 6% [==== ] 442/6685 6% [==== ] 443/6685 6% [==== ] 444/6685 6% [==== ] 445/6685 6% [==== ] 446/6685 6% [==== ] 447/6685 6% [==== ] 448/6685 6% [==== ] 449/6685 6% [==== ] 450/6685 6% [==== ] 451/6685 6% [==== ] 452/6685 6% [==== ] 453/6685 6% [==== ] 454/6685 6% [==== ] 455/6685 6% [==== ] 456/6685 6% [==== ] 457/6685 6% [==== ] 458/6685 6% [==== ] 459/6685 6% [==== ] 460/6685 6% [==== ] 461/6685 6% [==== ] 462/6685 6% [==== ] 463/6685 6% [==== ] 464/6685 6% [==== ] 465/6685 6% [==== ] 466/6685 6% [==== ] 467/6685 6% [==== ] 468/6685 7% [==== ] 469/6685 7% [==== ] 470/6685 7% [==== ] 471/6685 7% [==== ] 472/6685 7% [==== ] 473/6685 7% [==== ] 474/6685 7% [==== ] 475/6685 7% [==== ] 476/6685 7% [==== ] 477/6685 7% [==== ] 478/6685 7% [==== ] 479/6685 7% [==== ] 480/6685 7% [==== ] 481/6685 7% [==== ] 482/6685 7% [==== ] 483/6685 7% [==== ] 484/6685 7% [==== ] 485/6685 7% [==== ] 486/6685 7% [==== ] 487/6685 7% [==== ] 488/6685 7% [==== ] 489/6685 7% [==== ] 490/6685 7% [==== ] 491/6685 7% [==== ] 492/6685 7% [==== ] 493/6685 7% [==== ] 494/6685 7% [==== ] 495/6685 7% [==== ] 496/6685 7% [==== ] 497/6685 7% [==== ] 498/6685 7% [==== ] 499/6685 7% [==== ] 500/6685 7% [==== ] 501/6685 7% [==== ] 502/6685 7% [==== ] 503/6685 7% [==== ] 504/6685 7% [==== ] 505/6685 7% [==== ] 506/6685 7% [==== ] 507/6685 7% [==== ] 508/6685 7% [==== ] 509/6685 7% [==== ] 510/6685 7% [==== ] 511/6685 7% [==== ] 512/6685 7% [==== ] 513/6685 7% [==== ] 514/6685 7% [==== ] 515/6685 7% [==== ] 516/6685 7% [==== ] 517/6685 7% [==== ] 518/6685 7% [==== ] 519/6685 7% [==== ] 520/6685 7% [==== ] 521/6685 7% [==== ] 522/6685 7% [==== ] 523/6685 7% [==== ] 524/6685 7% [==== ] 525/6685 7% [==== ] 526/6685 7% [==== ] 527/6685 7% [==== ] 528/6685 7% [==== ] 529/6685 7% [==== ] 530/6685 7% [==== ] 531/6685 7% [==== ] 532/6685 7% [==== ] 533/6685 7% [==== ] 534/6685 7% [==== ] 535/6685 8% [==== ] 536/6685 8% [==== ] 537/6685 8% [==== ] 538/6685 8% [==== ] 539/6685 8% [===== ] 540/6685 8% [===== ] 541/6685 8% [===== ] 542/6685 8% [===== ] 543/6685 8% [===== ] 544/6685 8% [===== ] 545/6685 8% [===== ] 546/6685 8% [===== ] 547/6685 8% [===== ] 548/6685 8% [===== ] 549/6685 8% [===== ] 550/6685 8% [===== ] 551/6685 8% [===== ] 552/6685 8% [===== ] 553/6685 8% [===== ] 554/6685 8% [===== ] 555/6685 8% [===== ] 556/6685 8% [===== ] 557/6685 8% [===== ] 558/6685 8% [===== ] 559/6685 8% [===== ] 560/6685 8% [===== ] 561/6685 8% [===== ] 562/6685 8% [===== ] 563/6685 8% [===== ] 564/6685 8% [===== ] 565/6685 8% [===== ] 566/6685 8% [===== ] 567/6685 8% [===== ] 568/6685 8% [===== ] 569/6685 8% [===== ] 570/6685 8% [===== ] 571/6685 8% [===== ] 572/6685 8% [===== ] 573/6685 8% [===== ] 574/6685 8% [===== ] 575/6685 8% [===== ] 576/6685 8% [===== ] 577/6685 8% [===== ] 578/6685 8% [===== ] 579/6685 8% [===== ] 580/6685 8% [===== ] 581/6685 8% [===== ] 582/6685 8% [===== ] 583/6685 8% [===== ] 584/6685 8% [===== ] 585/6685 8% [===== ] 586/6685 8% [===== ] 587/6685 8% [===== ] 588/6685 8% [===== ] 589/6685 8% [===== ] 590/6685 8% [===== ] 591/6685 8% [===== ] 592/6685 8% [===== ] 593/6685 8% [===== ] 594/6685 8% [===== ] 595/6685 8% [===== ] 596/6685 8% [===== ] 597/6685 8% [===== ] 598/6685 8% [===== ] 599/6685 8% [===== ] 600/6685 8% [===== ] 601/6685 8% [===== ] 602/6685 9% [===== ] 603/6685 9% [===== ] 604/6685 9% [===== ] 605/6685 9% [===== ] 606/6685 9% [===== ] 607/6685 9% [===== ] 608/6685 9% [===== ] 609/6685 9% [===== ] 610/6685 9% [===== ] 611/6685 9% [===== ] 612/6685 9% [===== ] 613/6685 9% [===== ] 614/6685 9% [===== ] 615/6685 9% [===== ] 616/6685 9% [===== ] 617/6685 9% [===== ] 618/6685 9% [===== ] 619/6685 9% [===== ] 620/6685 9% [===== ] 621/6685 9% [===== ] 622/6685 9% [===== ] 623/6685 9% [===== ] 624/6685 9% [===== ] 625/6685 9% [===== ] 626/6685 9% [===== ] 627/6685 9% [===== ] 628/6685 9% [===== ] 629/6685 9% [===== ] 630/6685 9% [===== ] 631/6685 9% [===== ] 632/6685 9% [===== ] 633/6685 9% [===== ] 634/6685 9% [===== ] 635/6685 9% [===== ] 636/6685 9% [===== ] 637/6685 9% [===== ] 638/6685 9% [===== ] 639/6685 9% [===== ] 640/6685 9% [===== ] 641/6685 9% [===== ] 642/6685 9% [===== ] 643/6685 9% [===== ] 644/6685 9% [===== ] 645/6685 9% [===== ] 646/6685 9% [====== ] 647/6685 9% [====== ] 648/6685 9% [====== ] 649/6685 9% [====== ] 650/6685 9% [====== ] 651/6685 9% [====== ] 652/6685 9% [====== ] 653/6685 9% [====== ] 654/6685 9% [====== ] 655/6685 9% [====== ] 656/6685 9% [====== ] 657/6685 9% [====== ] 658/6685 9% [====== ] 659/6685 9% [====== ] 660/6685 9% [====== ] 661/6685 9% [====== ] 662/6685 9% [====== ] 663/6685 9% [====== ] 664/6685 9% [====== ] 665/6685 9% [====== ] 666/6685 9% [====== ] 667/6685 9% [====== ] 668/6685 9% [====== ] 669/6685 10% [====== ] 670/6685 10% [====== ] 671/6685 10% [====== ] 672/6685 10% [====== ] 673/6685 10% [====== ] 674/6685 10% [====== ] 675/6685 10% [====== ] 676/6685 10% [====== ] 677/6685 10% [====== ] 678/6685 10% [====== ] 679/6685 10% [====== ] 680/6685 10% [====== ] 681/6685 10% [====== ] 682/6685 10% [====== ] 683/6685 10% [====== ] 684/6685 10% [====== ] 685/6685 10% [====== ] 686/6685 10% [====== ] 687/6685 10% [====== ] 688/6685 10% [====== ] 689/6685 10% [====== ] 690/6685 10% [====== ] 691/6685 10% [====== ] 692/6685 10% [====== ] 693/6685 10% [====== ] 694/6685 10% [====== ] 695/6685 10% [====== ] 696/6685 10% [====== ] 697/6685 10% [====== ] 698/6685 10% [====== ] 699/6685 10% [====== ] 700/6685 10% [====== ] 701/6685 10% [====== ] 702/6685 10% [====== ] 703/6685 10% [====== ] 704/6685 10% [====== ] 705/6685 10% [====== ] 706/6685 10% [====== ] 707/6685 10% [====== ] 708/6685 10% [====== ] 709/6685 10% [====== ] 710/6685 10% [====== ] 711/6685 10% [====== ] 712/6685 10% [====== ] 713/6685 10% [====== ] 714/6685 10% [====== ] 715/6685 10% [====== ] 716/6685 10% [====== ] 717/6685 10% [====== ] 718/6685 10% [====== ] 719/6685 10% [====== ] 720/6685 10% [====== ] 721/6685 10% [====== ] 722/6685 10% [====== ] 723/6685 10% [====== ] 724/6685 10% [====== ] 725/6685 10% [====== ] 726/6685 10% [====== ] 727/6685 10% [====== ] 728/6685 10% [====== ] 729/6685 10% [====== ] 730/6685 10% [====== ] 731/6685 10% [====== ] 732/6685 10% [====== ] 733/6685 10% [====== ] 734/6685 10% [====== ] 735/6685 10% [====== ] 736/6685 11% [====== ] 737/6685 11% [====== ] 738/6685 11% [====== ] 739/6685 11% [====== ] 740/6685 11% [====== ] 741/6685 11% [====== ] 742/6685 11% [====== ] 743/6685 11% [====== ] 744/6685 11% [====== ] 745/6685 11% [====== ] 746/6685 11% [====== ] 747/6685 11% [====== ] 748/6685 11% [====== ] 749/6685 11% [====== ] 750/6685 11% [====== ] 751/6685 11% [====== ] 752/6685 11% [====== ] 753/6685 11% [====== ] 754/6685 11% [======= ] 755/6685 11% [======= ] 756/6685 11% [======= ] 757/6685 11% [======= ] 758/6685 11% [======= ] 759/6685 11% [======= ] 760/6685 11% [======= ] 761/6685 11% [======= ] 762/6685 11% [======= ] 763/6685 11% [======= ] 764/6685 11% [======= ] 765/6685 11% [======= ] 766/6685 11% [======= ] 767/6685 11% [======= ] 768/6685 11% [======= ] 769/6685 11% [======= ] 770/6685 11% [======= ] 771/6685 11% [======= ] 772/6685 11% [======= ] 773/6685 11% [======= ] 774/6685 11% [======= ] 775/6685 11% [======= ] 776/6685 11% [======= ] 777/6685 11% [======= ] 778/6685 11% [======= ] 779/6685 11% [======= ] 780/6685 11% [======= ] 781/6685 11% [======= ] 782/6685 11% [======= ] 783/6685 11% [======= ] 784/6685 11% [======= ] 785/6685 11% [======= ] 786/6685 11% [======= ] 787/6685 11% [======= ] 788/6685 11% [======= ] 789/6685 11% [======= ] 790/6685 11% [======= ] 791/6685 11% [======= ] 792/6685 11% [======= ] 793/6685 11% [======= ] 794/6685 11% [======= ] 795/6685 11% [======= ] 796/6685 11% [======= ] 797/6685 11% [======= ] 798/6685 11% [======= ] 799/6685 11% [======= ] 800/6685 11% [======= ] 801/6685 11% [======= ] 802/6685 11% [======= ] 803/6685 12% [======= ] 804/6685 12% [======= ] 805/6685 12% [======= ] 806/6685 12% [======= ] 807/6685 12% [======= ] 808/6685 12% [======= ] 809/6685 12% [======= ] 810/6685 12% [======= ] 811/6685 12% [======= ] 812/6685 12% [======= ] 813/6685 12% [======= ] 814/6685 12% [======= ] 815/6685 12% [======= ] 816/6685 12% [======= ] 817/6685 12% [======= ] 818/6685 12% [======= ] 819/6685 12% [======= ] 820/6685 12% [======= ] 821/6685 12% [======= ] 822/6685 12% [======= ] 823/6685 12% [======= ] 824/6685 12% [======= ] 825/6685 12% [======= ] 826/6685 12% [======= ] 827/6685 12% [======= ] 828/6685 12% [======= ] 829/6685 12% [======= ] 830/6685 12% [======= ] 831/6685 12% [======= ] 832/6685 12% [======= ] 833/6685 12% [======= ] 834/6685 12% [======= ] 835/6685 12% [======= ] 836/6685 12% [======= ] 837/6685 12% [======= ] 838/6685 12% [======= ] 839/6685 12% [======= ] 840/6685 12% [======= ] 841/6685 12% [======= ] 842/6685 12% [======= ] 843/6685 12% [======= ] 844/6685 12% [======= ] 845/6685 12% [======= ] 846/6685 12% [======= ] 847/6685 12% [======= ] 848/6685 12% [======= ] 849/6685 12% [======= ] 850/6685 12% [======= ] 851/6685 12% [======= ] 852/6685 12% [======= ] 853/6685 12% [======= ] 854/6685 12% [======= ] 855/6685 12% [======= ] 856/6685 12% [======= ] 857/6685 12% [======= ] 858/6685 12% [======= ] 859/6685 12% [======= ] 860/6685 12% [======= ] 861/6685 12% [======= ] 862/6685 12% [======== ] 863/6685 12% [======== ] 864/6685 12% [======== ] 865/6685 12% [======== ] 866/6685 12% [======== ] 867/6685 12% [======== ] 868/6685 12% [======== ] 869/6685 12% [======== ] 870/6685 13% [======== ] 871/6685 13% [======== ] 872/6685 13% [======== ] 873/6685 13% [======== ] 874/6685 13% [======== ] 875/6685 13% [======== ] 876/6685 13% [======== ] 877/6685 13% [======== ] 878/6685 13% [======== ] 879/6685 13% [======== ] 880/6685 13% [======== ] 881/6685 13% [======== ] 882/6685 13% [======== ] 883/6685 13% [======== ] 884/6685 13% [======== ] 885/6685 13% [======== ] 886/6685 13% [======== ] 887/6685 13% [======== ] 888/6685 13% [======== ] 889/6685 13% [======== ] 890/6685 13% [======== ] 891/6685 13% [======== ] 892/6685 13% [======== ] 893/6685 13% [======== ] 894/6685 13% [======== ] 895/6685 13% [======== ] 896/6685 13% [======== ] 897/6685 13% [======== ] 898/6685 13% [======== ] 899/6685 13% [======== ] 900/6685 13% [======== ] 901/6685 13% [======== ] 902/6685 13% [======== ] 903/6685 13% [======== ] 904/6685 13% [======== ] 905/6685 13% [======== ] 906/6685 13% [======== ] 907/6685 13% [======== ] 908/6685 13% [======== ] 909/6685 13% [======== ] 910/6685 13% [======== ] 911/6685 13% [======== ] 912/6685 13% [======== ] 913/6685 13% [======== ] 914/6685 13% [======== ] 915/6685 13% [======== ] 916/6685 13% [======== ] 917/6685 13% [======== ] 918/6685 13% [======== ] 919/6685 13% [======== ] 920/6685 13% [======== ] 921/6685 13% [======== ] 922/6685 13% [======== ] 923/6685 13% [======== ] 924/6685 13% [======== ] 925/6685 13% [======== ] 926/6685 13% [======== ] 927/6685 13% [======== ] 928/6685 13% [======== ] 929/6685 13% [======== ] 930/6685 13% [======== ] 931/6685 13% [======== ] 932/6685 13% [======== ] 933/6685 13% [======== ] 934/6685 13% [======== ] 935/6685 13% [======== ] 936/6685 14% [======== ] 937/6685 14% [======== ] 938/6685 14% [======== ] 939/6685 14% [======== ] 940/6685 14% [======== ] 941/6685 14% [======== ] 942/6685 14% [======== ] 943/6685 14% [======== ] 944/6685 14% [======== ] 945/6685 14% [======== ] 946/6685 14% [======== ] 947/6685 14% [======== ] 948/6685 14% [======== ] 949/6685 14% [======== ] 950/6685 14% [======== ] 951/6685 14% [======== ] 952/6685 14% [======== ] 953/6685 14% [======== ] 954/6685 14% [======== ] 955/6685 14% [======== ] 956/6685 14% [======== ] 957/6685 14% [======== ] 958/6685 14% [======== ] 959/6685 14% [======== ] 960/6685 14% [======== ] 961/6685 14% [======== ] 962/6685 14% [======== ] 963/6685 14% [======== ] 964/6685 14% [======== ] 965/6685 14% [======== ] 966/6685 14% [======== ] 967/6685 14% [======== ] 968/6685 14% [======== ] 969/6685 14% [======== ] 970/6685 14% [========= ] 971/6685 14% [========= ] 972/6685 14% [========= ] 973/6685 14% [========= ] 974/6685 14% [========= ] 975/6685 14% [========= ] 976/6685 14% [========= ] 977/6685 14% [========= ] 978/6685 14% [========= ] 979/6685 14% [========= ] 980/6685 14% [========= ] 981/6685 14% [========= ] 982/6685 14% [========= ] 983/6685 14% [========= ] 984/6685 14% [========= ] 985/6685 14% [========= ] 986/6685 14% [========= ] 987/6685 14% [========= ] 988/6685 14% [========= ] 989/6685 14% [========= ] 990/6685 14% [========= ] 991/6685 14% [========= ] 992/6685 14% [========= ] 993/6685 14% [========= ] 994/6685 14% [========= ] 995/6685 14% [========= ] 996/6685 14% [========= ] 997/6685 14% [========= ] 998/6685 14% [========= ] 999/6685 14% [========= ] 1000/6685 14% [========= ] 1001/6685 14% [========= ] 1002/6685 14% [========= ] 1003/6685 15% [========= ] 1004/6685 15% [========= ] 1005/6685 15% [========= ] 1006/6685 15% [========= ] 1007/6685 15% [========= ] 1008/6685 15% [========= ] 1009/6685 15% [========= ] 1010/6685 15% [========= ] 1011/6685 15% [========= ] 1012/6685 15% [========= ] 1013/6685 15% [========= ] 1014/6685 15% [========= ] 1015/6685 15% [========= ] 1016/6685 15% [========= ] 1017/6685 15% [========= ] 1018/6685 15% [========= ] 1019/6685 15% [========= ] 1020/6685 15% [========= ] 1021/6685 15% [========= ] 1022/6685 15% [========= ] 1023/6685 15% [========= ] 1024/6685 15% [========= ] 1025/6685 15% [========= ] 1026/6685 15% [========= ] 1027/6685 15% [========= ] 1028/6685 15% [========= ] 1029/6685 15% [========= ] 1030/6685 15% [========= ] 1031/6685 15% [========= ] 1032/6685 15% [========= ] 1033/6685 15% [========= ] 1034/6685 15% [========= ] 1035/6685 15% [========= ] 1036/6685 15% [========= ] 1037/6685 15% [========= ] 1038/6685 15% [========= ] 1039/6685 15% [========= ] 1040/6685 15% [========= ] 1041/6685 15% [========= ] 1042/6685 15% [========= ] 1043/6685 15% [========= ] 1044/6685 15% [========= ] 1045/6685 15% [========= ] 1046/6685 15% [========= ] 1047/6685 15% [========= ] 1048/6685 15% [========= ] 1049/6685 15% [========= ] 1050/6685 15% [========= ] 1051/6685 15% [========= ] 1052/6685 15% [========= ] 1053/6685 15% [========= ] 1054/6685 15% [========= ] 1055/6685 15% [========= ] 1056/6685 15% [========= ] 1057/6685 15% [========= ] 1058/6685 15% [========= ] 1059/6685 15% [========= ] 1060/6685 15% [========= ] 1061/6685 15% [========= ] 1062/6685 15% [========= ] 1063/6685 15% [========= ] 1064/6685 15% [========= ] 1065/6685 15% [========= ] 1066/6685 15% [========= ] 1067/6685 15% [========= ] 1068/6685 15% [========= ] 1069/6685 15% [========= ] 1070/6685 16% [========= ] 1071/6685 16% [========= ] 1072/6685 16% [========= ] 1073/6685 16% [========= ] 1074/6685 16% [========= ] 1075/6685 16% [========= ] 1076/6685 16% [========= ] 1077/6685 16% [========= ] 1078/6685 16% [========== ] 1079/6685 16% [========== ] 1080/6685 16% [========== ] 1081/6685 16% [========== ] 1082/6685 16% [========== ] 1083/6685 16% [========== ] 1084/6685 16% [========== ] 1085/6685 16% [========== ] 1086/6685 16% [========== ] 1087/6685 16% [========== ] 1088/6685 16% [========== ] 1089/6685 16% [========== ] 1090/6685 16% [========== ] 1091/6685 16% [========== ] 1092/6685 16% [========== ] 1093/6685 16% [========== ] 1094/6685 16% [========== ] 1095/6685 16% [========== ] 1096/6685 16% [========== ] 1097/6685 16% [========== ] 1098/6685 16% [========== ] 1099/6685 16% [========== ] 1100/6685 16% [========== ] 1101/6685 16% [========== ] 1102/6685 16% [========== ] 1103/6685 16% [========== ] 1104/6685 16% [========== ] 1105/6685 16% [========== ] 1106/6685 16% [========== ] 1107/6685 16% [========== ] 1108/6685 16% [========== ] 1109/6685 16% [========== ] 1110/6685 16% [========== ] 1111/6685 16% [========== ] 1112/6685 16% [========== ] 1113/6685 16% [========== ] 1114/6685 16% [========== ] 1115/6685 16% [========== ] 1116/6685 16% [========== ] 1117/6685 16% [========== ] 1118/6685 16% [========== ] 1119/6685 16% [========== ] 1120/6685 16% [========== ] 1121/6685 16% [========== ] 1122/6685 16% [========== ] 1123/6685 16% [========== ] 1124/6685 16% [========== ] 1125/6685 16% [========== ] 1126/6685 16% [========== ] 1127/6685 16% [========== ] 1128/6685 16% [========== ] 1129/6685 16% [========== ] 1130/6685 16% [========== ] 1131/6685 16% [========== ] 1132/6685 16% [========== ] 1133/6685 16% [========== ] 1134/6685 16% [========== ] 1135/6685 16% [========== ] 1136/6685 16% [========== ] 1137/6685 17% [========== ] 1138/6685 17% [========== ] 1139/6685 17% [========== ] 1140/6685 17% [========== ] 1141/6685 17% [========== ] 1142/6685 17% [========== ] 1143/6685 17% [========== ] 1144/6685 17% [========== ] 1145/6685 17% [========== ] 1146/6685 17% [========== ] 1147/6685 17% [========== ] 1148/6685 17% [========== ] 1149/6685 17% [========== ] 1150/6685 17% [========== ] 1151/6685 17% [========== ] 1152/6685 17% [========== ] 1153/6685 17% [========== ] 1154/6685 17% [========== ] 1155/6685 17% [========== ] 1156/6685 17% [========== ] 1157/6685 17% [========== ] 1158/6685 17% [========== ] 1159/6685 17% [========== ] 1160/6685 17% [========== ] 1161/6685 17% [========== ] 1162/6685 17% [========== ] 1163/6685 17% [========== ] 1164/6685 17% [========== ] 1165/6685 17% [========== ] 1166/6685 17% [========== ] 1167/6685 17% [========== ] 1168/6685 17% [========== ] 1169/6685 17% [========== ] 1170/6685 17% [========== ] 1171/6685 17% [========== ] 1172/6685 17% [========== ] 1173/6685 17% [========== ] 1174/6685 17% [========== ] 1175/6685 17% [========== ] 1176/6685 17% [========== ] 1177/6685 17% [========== ] 1178/6685 17% [========== ] 1179/6685 17% [========== ] 1180/6685 17% [========== ] 1181/6685 17% [========== ] 1182/6685 17% [========== ] 1183/6685 17% [========== ] 1184/6685 17% [========== ] 1185/6685 17% [========== ] 1186/6685 17% [=========== ] 1187/6685 17% [=========== ] 1188/6685 17% [=========== ] 1189/6685 17% [=========== ] 1190/6685 17% [=========== ] 1191/6685 17% [=========== ] 1192/6685 17% [=========== ] 1193/6685 17% [=========== ] 1194/6685 17% [=========== ] 1195/6685 17% [=========== ] 1196/6685 17% [=========== ] 1197/6685 17% [=========== ] 1198/6685 17% [=========== ] 1199/6685 17% [=========== ] 1200/6685 17% [=========== ] 1201/6685 17% [=========== ] 1202/6685 17% [=========== ] 1203/6685 17% [=========== ] 1204/6685 18% [=========== ] 1205/6685 18% [=========== ] 1206/6685 18% [=========== ] 1207/6685 18% [=========== ] 1208/6685 18% [=========== ] 1209/6685 18% [=========== ] 1210/6685 18% [=========== ] 1211/6685 18% [=========== ] 1212/6685 18% [=========== ] 1213/6685 18% [=========== ] 1214/6685 18% [=========== ] 1215/6685 18% [=========== ] 1216/6685 18% [=========== ] 1217/6685 18% [=========== ] 1218/6685 18% [=========== ] 1219/6685 18% [=========== ] 1220/6685 18% [=========== ] 1221/6685 18% [=========== ] 1222/6685 18% [=========== ] 1223/6685 18% [=========== ] 1224/6685 18% [=========== ] 1225/6685 18% [=========== ] 1226/6685 18% [=========== ] 1227/6685 18% [=========== ] 1228/6685 18% [=========== ] 1229/6685 18% [=========== ] 1230/6685 18% [=========== ] 1231/6685 18% [=========== ] 1232/6685 18% [=========== ] 1233/6685 18% [=========== ] 1234/6685 18% [=========== ] 1235/6685 18% [=========== ] 1236/6685 18% [=========== ] 1237/6685 18% [=========== ] 1238/6685 18% [=========== ] 1239/6685 18% [=========== ] 1240/6685 18% [=========== ] 1241/6685 18% [=========== ] 1242/6685 18% [=========== ] 1243/6685 18% [=========== ] 1244/6685 18% [=========== ] 1245/6685 18% [=========== ] 1246/6685 18% [=========== ] 1247/6685 18% [=========== ] 1248/6685 18% [=========== ] 1249/6685 18% [=========== ] 1250/6685 18% [=========== ] 1251/6685 18% [=========== ] 1252/6685 18% [=========== ] 1253/6685 18% [=========== ] 1254/6685 18% [=========== ] 1255/6685 18% [=========== ] 1256/6685 18% [=========== ] 1257/6685 18% [=========== ] 1258/6685 18% [=========== ] 1259/6685 18% [=========== ] 1260/6685 18% [=========== ] 1261/6685 18% [=========== ] 1262/6685 18% [=========== ] 1263/6685 18% [=========== ] 1264/6685 18% [=========== ] 1265/6685 18% [=========== ] 1266/6685 18% [=========== ] 1267/6685 18% [=========== ] 1268/6685 18% [=========== ] 1269/6685 18% [=========== ] 1270/6685 18% [=========== ] 1271/6685 19% [=========== ] 1272/6685 19% [=========== ] 1273/6685 19% [=========== ] 1274/6685 19% [=========== ] 1275/6685 19% [=========== ] 1276/6685 19% [=========== ] 1277/6685 19% [=========== ] 1278/6685 19% [=========== ] 1279/6685 19% [=========== ] 1280/6685 19% [=========== ] 1281/6685 19% [=========== ] 1282/6685 19% [=========== ] 1283/6685 19% [=========== ] 1284/6685 19% [=========== ] 1285/6685 19% [=========== ] 1286/6685 19% [=========== ] 1287/6685 19% [=========== ] 1288/6685 19% [=========== ] 1289/6685 19% [=========== ] 1290/6685 19% [=========== ] 1291/6685 19% [=========== ] 1292/6685 19% [=========== ] 1293/6685 19% [============ ] 1294/6685 19% [============ ] 1295/6685 19% [============ ] 1296/6685 19% [============ ] 1297/6685 19% [============ ] 1298/6685 19% [============ ] 1299/6685 19% [============ ] 1300/6685 19% [============ ] 1301/6685 19% [============ ] 1302/6685 19% [============ ] 1303/6685 19% [============ ] 1304/6685 19% [============ ] 1305/6685 19% [============ ] 1306/6685 19% [============ ] 1307/6685 19% [============ ] 1308/6685 19% [============ ] 1309/6685 19% [============ ] 1310/6685 19% [============ ] 1311/6685 19% [============ ] 1312/6685 19% [============ ] 1313/6685 19% [============ ] 1314/6685 19% [============ ] 1315/6685 19% [============ ] 1316/6685 19% [============ ] 1317/6685 19% [============ ] 1318/6685 19% [============ ] 1319/6685 19% [============ ] 1320/6685 19% [============ ] 1321/6685 19% [============ ] 1322/6685 19% [============ ] 1323/6685 19% [============ ] 1324/6685 19% [============ ] 1325/6685 19% [============ ] 1326/6685 19% [============ ] 1327/6685 19% [============ ] 1328/6685 19% [============ ] 1329/6685 19% [============ ] 1330/6685 19% [============ ] 1331/6685 19% [============ ] 1332/6685 19% [============ ] 1333/6685 19% [============ ] 1334/6685 19% [============ ] 1335/6685 19% [============ ] 1336/6685 19% [============ ] 1337/6685 20% [============ ] 1338/6685 20% [============ ] 1339/6685 20% [============ ] 1340/6685 20% [============ ] 1341/6685 20% [============ ] 1342/6685 20% [============ ] 1343/6685 20% [============ ] 1344/6685 20% [============ ] 1345/6685 20% [============ ] 1346/6685 20% [============ ] 1347/6685 20% [============ ] 1348/6685 20% [============ ] 1349/6685 20% [============ ] 1350/6685 20% [============ ] 1351/6685 20% [============ ] 1352/6685 20% [============ ] 1353/6685 20% [============ ] 1354/6685 20% [============ ] 1355/6685 20% [============ ] 1356/6685 20% [============ ] 1357/6685 20% [============ ] 1358/6685 20% [============ ] 1359/6685 20% [============ ] 1360/6685 20% [============ ] 1361/6685 20% [============ ] 1362/6685 20% [============ ] 1363/6685 20% [============ ] 1364/6685 20% [============ ] 1365/6685 20% [============ ] 1366/6685 20% [============ ] 1367/6685 20% [============ ] 1368/6685 20% [============ ] 1369/6685 20% [============ ] 1370/6685 20% [============ ] 1371/6685 20% [============ ] 1372/6685 20% [============ ] 1373/6685 20% [============ ] 1374/6685 20% [============ ] 1375/6685 20% [============ ] 1376/6685 20% [============ ] 1377/6685 20% [============ ] 1378/6685 20% [============ ] 1379/6685 20% [============ ] 1380/6685 20% [============ ] 1381/6685 20% [============ ] 1382/6685 20% [============ ] 1383/6685 20% [============ ] 1384/6685 20% [============ ] 1385/6685 20% [============ ] 1386/6685 20% [============ ] 1387/6685 20% [============ ] 1388/6685 20% [============ ] 1389/6685 20% [============ ] 1390/6685 20% [============ ] 1391/6685 20% [============ ] 1392/6685 20% [============ ] 1393/6685 20% [============ ] 1394/6685 20% [============ ] 1395/6685 20% [============ ] 1396/6685 20% [============ ] 1397/6685 20% [============ ] 1398/6685 20% [============ ] 1399/6685 20% [============ ] 1400/6685 20% [============ ] 1401/6685 20% [============= ] 1402/6685 20% [============= ] 1403/6685 20% [============= ] 1404/6685 21% [============= ] 1405/6685 21% [============= ] 1406/6685 21% [============= ] 1407/6685 21% [============= ] 1408/6685 21% [============= ] 1409/6685 21% [============= ] 1410/6685 21% [============= ] 1411/6685 21% [============= ] 1412/6685 21% [============= ] 1413/6685 21% [============= ] 1414/6685 21% [============= ] 1415/6685 21% [============= ] 1416/6685 21% [============= ] 1417/6685 21% [============= ] 1418/6685 21% [============= ] 1419/6685 21% [============= ] 1420/6685 21% [============= ] 1421/6685 21% [============= ] 1422/6685 21% [============= ] 1423/6685 21% [============= ] 1424/6685 21% [============= ] 1425/6685 21% [============= ] 1426/6685 21% [============= ] 1427/6685 21% [============= ] 1428/6685 21% [============= ] 1429/6685 21% [============= ] 1430/6685 21% [============= ] 1431/6685 21% [============= ] 1432/6685 21% [============= ] 1433/6685 21% [============= ] 1434/6685 21% [============= ] 1435/6685 21% [============= ] 1436/6685 21% [============= ] 1437/6685 21% [============= ] 1438/6685 21% [============= ] 1439/6685 21% [============= ] 1440/6685 21% [============= ] 1441/6685 21% [============= ] 1442/6685 21% [============= ] 1443/6685 21% [============= ] 1444/6685 21% [============= ] 1445/6685 21% [============= ] 1446/6685 21% [============= ] 1447/6685 21% [============= ] 1448/6685 21% [============= ] 1449/6685 21% [============= ] 1450/6685 21% [============= ] 1451/6685 21% [============= ] 1452/6685 21% [============= ] 1453/6685 21% [============= ] 1454/6685 21% [============= ] 1455/6685 21% [============= ] 1456/6685 21% [============= ] 1457/6685 21% [============= ] 1458/6685 21% [============= ] 1459/6685 21% [============= ] 1460/6685 21% [============= ] 1461/6685 21% [============= ] 1462/6685 21% [============= ] 1463/6685 21% [============= ] 1464/6685 21% [============= ] 1465/6685 21% [============= ] 1466/6685 21% [============= ] 1467/6685 21% [============= ] 1468/6685 21% [============= ] 1469/6685 21% [============= ] 1470/6685 21% [============= ] 1471/6685 22% [============= ] 1472/6685 22% [============= ] 1473/6685 22% [============= ] 1474/6685 22% [============= ] 1475/6685 22% [============= ] 1476/6685 22% [============= ] 1477/6685 22% [============= ] 1478/6685 22% [============= ] 1479/6685 22% [============= ] 1480/6685 22% [============= ] 1481/6685 22% [============= ] 1482/6685 22% [============= ] 1483/6685 22% [============= ] 1484/6685 22% [============= ] 1485/6685 22% [============= ] 1486/6685 22% [============= ] 1487/6685 22% [============= ] 1488/6685 22% [============= ] 1489/6685 22% [============= ] 1490/6685 22% [============= ] 1491/6685 22% [============= ] 1492/6685 22% [============= ] 1493/6685 22% [============= ] 1494/6685 22% [============= ] 1495/6685 22% [============= ] 1496/6685 22% [============= ] 1497/6685 22% [============= ] 1498/6685 22% [============= ] 1499/6685 22% [============= ] 1500/6685 22% [============= ] 1501/6685 22% [============= ] 1502/6685 22% [============= ] 1503/6685 22% [============= ] 1504/6685 22% [============= ] 1505/6685 22% [============= ] 1506/6685 22% [============= ] 1507/6685 22% [============= ] 1508/6685 22% [============= ] 1509/6685 22% [============== ] 1510/6685 22% [============== ] 1511/6685 22% [============== ] 1512/6685 22% [============== ] 1513/6685 22% [============== ] 1514/6685 22% [============== ] 1515/6685 22% [============== ] 1516/6685 22% [============== ] 1517/6685 22% [============== ] 1518/6685 22% [============== ] 1519/6685 22% [============== ] 1520/6685 22% [============== ] 1521/6685 22% [============== ] 1522/6685 22% [============== ] 1523/6685 22% [============== ] 1524/6685 22% [============== ] 1525/6685 22% [============== ] 1526/6685 22% [============== ] 1527/6685 22% [============== ] 1528/6685 22% [============== ] 1529/6685 22% [============== ] 1530/6685 22% [============== ] 1531/6685 22% [============== ] 1532/6685 22% [============== ] 1533/6685 22% [============== ] 1534/6685 22% [============== ] 1535/6685 22% [============== ] 1536/6685 22% [============== ] 1537/6685 22% [============== ] 1538/6685 23% [============== ] 1539/6685 23% [============== ] 1540/6685 23% [============== ] 1541/6685 23% [============== ] 1542/6685 23% [============== ] 1543/6685 23% [============== ] 1544/6685 23% [============== ] 1545/6685 23% [============== ] 1546/6685 23% [============== ] 1547/6685 23% [============== ] 1548/6685 23% [============== ] 1549/6685 23% [============== ] 1550/6685 23% [============== ] 1551/6685 23% [============== ] 1552/6685 23% [============== ] 1553/6685 23% [============== ] 1554/6685 23% [============== ] 1555/6685 23% [============== ] 1556/6685 23% [============== ] 1557/6685 23% [============== ] 1558/6685 23% [============== ] 1559/6685 23% [============== ] 1560/6685 23% [============== ] 1561/6685 23% [============== ] 1562/6685 23% [============== ] 1563/6685 23% [============== ] 1564/6685 23% [============== ] 1565/6685 23% [============== ] 1566/6685 23% [============== ] 1567/6685 23% [============== ] 1568/6685 23% [============== ] 1569/6685 23% [============== ] 1570/6685 23% [============== ] 1571/6685 23% [============== ] 1572/6685 23% [============== ] 1573/6685 23% [============== ] 1574/6685 23% [============== ] 1575/6685 23% [============== ] 1576/6685 23% [============== ] 1577/6685 23% [============== ] 1578/6685 23% [============== ] 1579/6685 23% [============== ] 1580/6685 23% [============== ] 1581/6685 23% [============== ] 1582/6685 23% [============== ] 1583/6685 23% [============== ] 1584/6685 23% [============== ] 1585/6685 23% [============== ] 1586/6685 23% [============== ] 1587/6685 23% [============== ] 1588/6685 23% [============== ] 1589/6685 23% [============== ] 1590/6685 23% [============== ] 1591/6685 23% [============== ] 1592/6685 23% [============== ] 1593/6685 23% [============== ] 1594/6685 23% [============== ] 1595/6685 23% [============== ] 1596/6685 23% [============== ] 1597/6685 23% [============== ] 1598/6685 23% [============== ] 1599/6685 23% [============== ] 1600/6685 23% [============== ] 1601/6685 23% [============== ] 1602/6685 23% [============== ] 1603/6685 23% [============== ] 1604/6685 23% [============== ] 1605/6685 24% [============== ] 1606/6685 24% [============== ] 1607/6685 24% [============== ] 1608/6685 24% [============== ] 1609/6685 24% [============== ] 1610/6685 24% [============== ] 1611/6685 24% [============== ] 1612/6685 24% [============== ] 1613/6685 24% [============== ] 1614/6685 24% [============== ] 1615/6685 24% [============== ] 1616/6685 24% [============== ] 1617/6685 24% [=============== ] 1618/6685 24% [=============== ] 1619/6685 24% [=============== ] 1620/6685 24% [=============== ] 1621/6685 24% [=============== ] 1622/6685 24% [=============== ] 1623/6685 24% [=============== ] 1624/6685 24% [=============== ] 1625/6685 24% [=============== ] 1626/6685 24% [=============== ] 1627/6685 24% [=============== ] 1628/6685 24% [=============== ] 1629/6685 24% [=============== ] 1630/6685 24% [=============== ] 1631/6685 24% [=============== ] 1632/6685 24% [=============== ] 1633/6685 24% [=============== ] 1634/6685 24% [=============== ] 1635/6685 24% [=============== ] 1636/6685 24% [=============== ] 1637/6685 24% [=============== ] 1638/6685 24% [=============== ] 1639/6685 24% [=============== ] 1640/6685 24% [=============== ] 1641/6685 24% [=============== ] 1642/6685 24% [=============== ] 1643/6685 24% [=============== ] 1644/6685 24% [=============== ] 1645/6685 24% [=============== ] 1646/6685 24% [=============== ] 1647/6685 24% [=============== ] 1648/6685 24% [=============== ] 1649/6685 24% [=============== ] 1650/6685 24% [=============== ] 1651/6685 24% [=============== ] 1652/6685 24% [=============== ] 1653/6685 24% [=============== ] 1654/6685 24% [=============== ] 1655/6685 24% [=============== ] 1656/6685 24% [=============== ] 1657/6685 24% [=============== ] 1658/6685 24% [=============== ] 1659/6685 24% [=============== ] 1660/6685 24% [=============== ] 1661/6685 24% [=============== ] 1662/6685 24% [=============== ] 1663/6685 24% [=============== ] 1664/6685 24% [=============== ] 1665/6685 24% [=============== ] 1666/6685 24% [=============== ] 1667/6685 24% [=============== ] 1668/6685 24% [=============== ] 1669/6685 24% [=============== ] 1670/6685 24% [=============== ] 1671/6685 24% [=============== ] 1672/6685 25% [=============== ] 1673/6685 25% [=============== ] 1674/6685 25% [=============== ] 1675/6685 25% [=============== ] 1676/6685 25% [=============== ] 1677/6685 25% [=============== ] 1678/6685 25% [=============== ] 1679/6685 25% [=============== ] 1680/6685 25% [=============== ] 1681/6685 25% [=============== ] 1682/6685 25% [=============== ] 1683/6685 25% [=============== ] 1684/6685 25% [=============== ] 1685/6685 25% [=============== ] 1686/6685 25% [=============== ] 1687/6685 25% [=============== ] 1688/6685 25% [=============== ] 1689/6685 25% [=============== ] 1690/6685 25% [=============== ] 1691/6685 25% [=============== ] 1692/6685 25% [=============== ] 1693/6685 25% [=============== ] 1694/6685 25% [=============== ] 1695/6685 25% [=============== ] 1696/6685 25% [=============== ] 1697/6685 25% [=============== ] 1698/6685 25% [=============== ] 1699/6685 25% [=============== ] 1700/6685 25% [=============== ] 1701/6685 25% [=============== ] 1702/6685 25% [=============== ] 1703/6685 25% [=============== ] 1704/6685 25% [=============== ] 1705/6685 25% [=============== ] 1706/6685 25% [=============== ] 1707/6685 25% [=============== ] 1708/6685 25% [=============== ] 1709/6685 25% [=============== ] 1710/6685 25% [=============== ] 1711/6685 25% [=============== ] 1712/6685 25% [=============== ] 1713/6685 25% [=============== ] 1714/6685 25% [=============== ] 1715/6685 25% [=============== ] 1716/6685 25% [=============== ] 1717/6685 25% [=============== ] 1718/6685 25% [=============== ] 1719/6685 25% [=============== ] 1720/6685 25% [=============== ] 1721/6685 25% [=============== ] 1722/6685 25% [=============== ] 1723/6685 25% [=============== ] 1724/6685 25% [=============== ] 1725/6685 25% [================ ] 1726/6685 25% [================ ] 1727/6685 25% [================ ] 1728/6685 25% [================ ] 1729/6685 25% [================ ] 1730/6685 25% [================ ] 1731/6685 25% [================ ] 1732/6685 25% [================ ] 1733/6685 25% [================ ] 1734/6685 25% [================ ] 1735/6685 25% [================ ] 1736/6685 25% [================ ] 1737/6685 25% [================ ] 1738/6685 25% [================ ] 1739/6685 26% [================ ] 1740/6685 26% [================ ] 1741/6685 26% [================ ] 1742/6685 26% [================ ] 1743/6685 26% [================ ] 1744/6685 26% [================ ] 1745/6685 26% [================ ] 1746/6685 26% [================ ] 1747/6685 26% [================ ] 1748/6685 26% [================ ] 1749/6685 26% [================ ] 1750/6685 26% [================ ] 1751/6685 26% [================ ] 1752/6685 26% [================ ] 1753/6685 26% [================ ] 1754/6685 26% [================ ] 1755/6685 26% [================ ] 1756/6685 26% [================ ] 1757/6685 26% [================ ] 1758/6685 26% [================ ] 1759/6685 26% [================ ] 1760/6685 26% [================ ] 1761/6685 26% [================ ] 1762/6685 26% [================ ] 1763/6685 26% [================ ] 1764/6685 26% [================ ] 1765/6685 26% [================ ] 1766/6685 26% [================ ] 1767/6685 26% [================ ] 1768/6685 26% [================ ] 1769/6685 26% [================ ] 1770/6685 26% [================ ] 1771/6685 26% [================ ] 1772/6685 26% [================ ] 1773/6685 26% [================ ] 1774/6685 26% [================ ] 1775/6685 26% [================ ] 1776/6685 26% [================ ] 1777/6685 26% [================ ] 1778/6685 26% [================ ] 1779/6685 26% [================ ] 1780/6685 26% [================ ] 1781/6685 26% [================ ] 1782/6685 26% [================ ] 1783/6685 26% [================ ] 1784/6685 26% [================ ] 1785/6685 26% [================ ] 1786/6685 26% [================ ] 1787/6685 26% [================ ] 1788/6685 26% [================ ] 1789/6685 26% [================ ] 1790/6685 26% [================ ] 1791/6685 26% [================ ] 1792/6685 26% [================ ] 1793/6685 26% [================ ] 1794/6685 26% [================ ] 1795/6685 26% [================ ] 1796/6685 26% [================ ] 1797/6685 26% [================ ] 1798/6685 26% [================ ] 1799/6685 26% [================ ] 1800/6685 26% [================ ] 1801/6685 26% [================ ] 1802/6685 26% [================ ] 1803/6685 26% [================ ] 1804/6685 26% [================ ] 1805/6685 27% [================ ] 1806/6685 27% [================ ] 1807/6685 27% [================ ] 1808/6685 27% [================ ] 1809/6685 27% [================ ] 1810/6685 27% [================ ] 1811/6685 27% [================ ] 1812/6685 27% [================ ] 1813/6685 27% [================ ] 1814/6685 27% [================ ] 1815/6685 27% [================ ] 1816/6685 27% [================ ] 1817/6685 27% [================ ] 1818/6685 27% [================ ] 1819/6685 27% [================ ] 1820/6685 27% [================ ] 1821/6685 27% [================ ] 1822/6685 27% [================ ] 1823/6685 27% [================ ] 1824/6685 27% [================ ] 1825/6685 27% [================ ] 1826/6685 27% [================ ] 1827/6685 27% [================ ] 1828/6685 27% [================ ] 1829/6685 27% [================ ] 1830/6685 27% [================ ] 1831/6685 27% [================ ] 1832/6685 27% [================= ] 1833/6685 27% [================= ] 1834/6685 27% [================= ] 1835/6685 27% [================= ] 1836/6685 27% [================= ] 1837/6685 27% [================= ] 1838/6685 27% [================= ] 1839/6685 27% [================= ] 1840/6685 27% [================= ] 1841/6685 27% [================= ] 1842/6685 27% [================= ] 1843/6685 27% [================= ] 1844/6685 27% [================= ] 1845/6685 27% [================= ] 1846/6685 27% [================= ] 1847/6685 27% [================= ] 1848/6685 27% [================= ] 1849/6685 27% [================= ] 1850/6685 27% [================= ] 1851/6685 27% [================= ] 1852/6685 27% [================= ] 1853/6685 27% [================= ] 1854/6685 27% [================= ] 1855/6685 27% [================= ] 1856/6685 27% [================= ] 1857/6685 27% [================= ] 1858/6685 27% [================= ] 1859/6685 27% [================= ] 1860/6685 27% [================= ] 1861/6685 27% [================= ] 1862/6685 27% [================= ] 1863/6685 27% [================= ] 1864/6685 27% [================= ] 1865/6685 27% [================= ] 1866/6685 27% [================= ] 1867/6685 27% [================= ] 1868/6685 27% [================= ] 1869/6685 27% [================= ] 1870/6685 27% [================= ] 1871/6685 27% [================= ] 1872/6685 28% [================= ] 1873/6685 28% [================= ] 1874/6685 28% [================= ] 1875/6685 28% [================= ] 1876/6685 28% [================= ] 1877/6685 28% [================= ] 1878/6685 28% [================= ] 1879/6685 28% [================= ] 1880/6685 28% [================= ] 1881/6685 28% [================= ] 1882/6685 28% [================= ] 1883/6685 28% [================= ] 1884/6685 28% [================= ] 1885/6685 28% [================= ] 1886/6685 28% [================= ] 1887/6685 28% [================= ] 1888/6685 28% [================= ] 1889/6685 28% [================= ] 1890/6685 28% [================= ] 1891/6685 28% [================= ] 1892/6685 28% [================= ] 1893/6685 28% [================= ] 1894/6685 28% [================= ] 1895/6685 28% [================= ] 1896/6685 28% [================= ] 1897/6685 28% [================= ] 1898/6685 28% [================= ] 1899/6685 28% [================= ] 1900/6685 28% [================= ] 1901/6685 28% [================= ] 1902/6685 28% [================= ] 1903/6685 28% [================= ] 1904/6685 28% [================= ] 1905/6685 28% [================= ] 1906/6685 28% [================= ] 1907/6685 28% [================= ] 1908/6685 28% [================= ] 1909/6685 28% [================= ] 1910/6685 28% [================= ] 1911/6685 28% [================= ] 1912/6685 28% [================= ] 1913/6685 28% [================= ] 1914/6685 28% [================= ] 1915/6685 28% [================= ] 1916/6685 28% [================= ] 1917/6685 28% [================= ] 1918/6685 28% [================= ] 1919/6685 28% [================= ] 1920/6685 28% [================= ] 1921/6685 28% [================= ] 1922/6685 28% [================= ] 1923/6685 28% [================= ] 1924/6685 28% [================= ] 1925/6685 28% [================= ] 1926/6685 28% [================= ] 1927/6685 28% [================= ] 1928/6685 28% [================= ] 1929/6685 28% [================= ] 1930/6685 28% [================= ] 1931/6685 28% [================= ] 1932/6685 28% [================= ] 1933/6685 28% [================= ] 1934/6685 28% [================= ] 1935/6685 28% [================= ] 1936/6685 28% [================= ] 1937/6685 28% [================= ] 1938/6685 28% [================= ] 1939/6685 29% [================= ] 1940/6685 29% [================== ] 1941/6685 29% [================== ] 1942/6685 29% [================== ] 1943/6685 29% [================== ] 1944/6685 29% [================== ] 1945/6685 29% [================== ] 1946/6685 29% [================== ] 1947/6685 29% [================== ] 1948/6685 29% [================== ] 1949/6685 29% [================== ] 1950/6685 29% [================== ] 1951/6685 29% [================== ] 1952/6685 29% [================== ] 1953/6685 29% [================== ] 1954/6685 29% [================== ] 1955/6685 29% [================== ] 1956/6685 29% [================== ] 1957/6685 29% [================== ] 1958/6685 29% [================== ] 1959/6685 29% [================== ] 1960/6685 29% [================== ] 1961/6685 29% [================== ] 1962/6685 29% [================== ] 1963/6685 29% [================== ] 1964/6685 29% [================== ] 1965/6685 29% [================== ] 1966/6685 29% [================== ] 1967/6685 29% [================== ] 1968/6685 29% [================== ] 1969/6685 29% [================== ] 1970/6685 29% [================== ] 1971/6685 29% [================== ] 1972/6685 29% [================== ] 1973/6685 29% [================== ] 1974/6685 29% [================== ] 1975/6685 29% [================== ] 1976/6685 29% [================== ] 1977/6685 29% [================== ] 1978/6685 29% [================== ] 1979/6685 29% [================== ] 1980/6685 29% [================== ] 1981/6685 29% [================== ] 1982/6685 29% [================== ] 1983/6685 29% [================== ] 1984/6685 29% [================== ] 1985/6685 29% [================== ] 1986/6685 29% [================== ] 1987/6685 29% [================== ] 1988/6685 29% [================== ] 1989/6685 29% [================== ] 1990/6685 29% [================== ] 1991/6685 29% [================== ] 1992/6685 29% [================== ] 1993/6685 29% [================== ] 1994/6685 29% [================== ] 1995/6685 29% [================== ] 1996/6685 29% [================== ] 1997/6685 29% [================== ] 1998/6685 29% [================== ] 1999/6685 29% [================== ] 2000/6685 29% [================== ] 2001/6685 29% [================== ] 2002/6685 29% [================== ] 2003/6685 29% [================== ] 2004/6685 29% [================== ] 2005/6685 29% [================== ] 2006/6685 30% [================== ] 2007/6685 30% [================== ] 2008/6685 30% [================== ] 2009/6685 30% [================== ] 2010/6685 30% [================== ] 2011/6685 30% [================== ] 2012/6685 30% [================== ] 2013/6685 30% [================== ] 2014/6685 30% [================== ] 2015/6685 30% [================== ] 2016/6685 30% [================== ] 2017/6685 30% [================== ] 2018/6685 30% [================== ] 2019/6685 30% [================== ] 2020/6685 30% [================== ] 2021/6685 30% [================== ] 2022/6685 30% [================== ] 2023/6685 30% [================== ] 2024/6685 30% [================== ] 2025/6685 30% [================== ] 2026/6685 30% [================== ] 2027/6685 30% [================== ] 2028/6685 30% [================== ] 2029/6685 30% [================== ] 2030/6685 30% [================== ] 2031/6685 30% [================== ] 2032/6685 30% [================== ] 2033/6685 30% [================== ] 2034/6685 30% [================== ] 2035/6685 30% [================== ] 2036/6685 30% [================== ] 2037/6685 30% [================== ] 2038/6685 30% [================== ] 2039/6685 30% [================== ] 2040/6685 30% [================== ] 2041/6685 30% [================== ] 2042/6685 30% [================== ] 2043/6685 30% [================== ] 2044/6685 30% [================== ] 2045/6685 30% [================== ] 2046/6685 30% [================== ] 2047/6685 30% [================== ] 2048/6685 30% [=================== ] 2049/6685 30% [=================== ] 2050/6685 30% [=================== ] 2051/6685 30% [=================== ] 2052/6685 30% [=================== ] 2053/6685 30% [=================== ] 2054/6685 30% [=================== ] 2055/6685 30% [=================== ] 2056/6685 30% [=================== ] 2057/6685 30% [=================== ] 2058/6685 30% [=================== ] 2059/6685 30% [=================== ] 2060/6685 30% [=================== ] 2061/6685 30% [=================== ] 2062/6685 30% [=================== ] 2063/6685 30% [=================== ] 2064/6685 30% [=================== ] 2065/6685 30% [=================== ] 2066/6685 30% [=================== ] 2067/6685 30% [=================== ] 2068/6685 30% [=================== ] 2069/6685 30% [=================== ] 2070/6685 30% [=================== ] 2071/6685 30% [=================== ] 2072/6685 30% [=================== ] 2073/6685 31% [=================== ] 2074/6685 31% [=================== ] 2075/6685 31% [=================== ] 2076/6685 31% [=================== ] 2077/6685 31% [=================== ] 2078/6685 31% [=================== ] 2079/6685 31% [=================== ] 2080/6685 31% [=================== ] 2081/6685 31% [=================== ] 2082/6685 31% [=================== ] 2083/6685 31% [=================== ] 2084/6685 31% [=================== ] 2085/6685 31% [=================== ] 2086/6685 31% [=================== ] 2087/6685 31% [=================== ] 2088/6685 31% [=================== ] 2089/6685 31% [=================== ] 2090/6685 31% [=================== ] 2091/6685 31% [=================== ] 2092/6685 31% [=================== ] 2093/6685 31% [=================== ] 2094/6685 31% [=================== ] 2095/6685 31% [=================== ] 2096/6685 31% [=================== ] 2097/6685 31% [=================== ] 2098/6685 31% [=================== ] 2099/6685 31% [=================== ] 2100/6685 31% [=================== ] 2101/6685 31% [=================== ] 2102/6685 31% [=================== ] 2103/6685 31% [=================== ] 2104/6685 31% [=================== ] 2105/6685 31% [=================== ] 2106/6685 31% [=================== ] 2107/6685 31% [=================== ] 2108/6685 31% [=================== ] 2109/6685 31% [=================== ] 2110/6685 31% [=================== ] 2111/6685 31% [=================== ] 2112/6685 31% [=================== ] 2113/6685 31% [=================== ] 2114/6685 31% [=================== ] 2115/6685 31% [=================== ] 2116/6685 31% [=================== ] 2117/6685 31% [=================== ] 2118/6685 31% [=================== ] 2119/6685 31% [=================== ] 2120/6685 31% [=================== ] 2121/6685 31% [=================== ] 2122/6685 31% [=================== ] 2123/6685 31% [=================== ] 2124/6685 31% [=================== ] 2125/6685 31% [=================== ] 2126/6685 31% [=================== ] 2127/6685 31% [=================== ] 2128/6685 31% [=================== ] 2129/6685 31% [=================== ] 2130/6685 31% [=================== ] 2131/6685 31% [=================== ] 2132/6685 31% [=================== ] 2133/6685 31% [=================== ] 2134/6685 31% [=================== ] 2135/6685 31% [=================== ] 2136/6685 31% [=================== ] 2137/6685 31% [=================== ] 2138/6685 31% [=================== ] 2139/6685 31% [=================== ] 2140/6685 32% [=================== ] 2141/6685 32% [=================== ] 2142/6685 32% [=================== ] 2143/6685 32% [=================== ] 2144/6685 32% [=================== ] 2145/6685 32% [=================== ] 2146/6685 32% [=================== ] 2147/6685 32% [=================== ] 2148/6685 32% [=================== ] 2149/6685 32% [=================== ] 2150/6685 32% [=================== ] 2151/6685 32% [=================== ] 2152/6685 32% [=================== ] 2153/6685 32% [=================== ] 2154/6685 32% [=================== ] 2155/6685 32% [=================== ] 2156/6685 32% [==================== ] 2157/6685 32% [==================== ] 2158/6685 32% [==================== ] 2159/6685 32% [==================== ] 2160/6685 32% [==================== ] 2161/6685 32% [==================== ] 2162/6685 32% [==================== ] 2163/6685 32% [==================== ] 2164/6685 32% [==================== ] 2165/6685 32% [==================== ] 2166/6685 32% [==================== ] 2167/6685 32% [==================== ] 2168/6685 32% [==================== ] 2169/6685 32% [==================== ] 2170/6685 32% [==================== ] 2171/6685 32% [==================== ] 2172/6685 32% [==================== ] 2173/6685 32% [==================== ] 2174/6685 32% [==================== ] 2175/6685 32% [==================== ] 2176/6685 32% [==================== ] 2177/6685 32% [==================== ] 2178/6685 32% [==================== ] 2179/6685 32% [==================== ] 2180/6685 32% [==================== ] 2181/6685 32% [==================== ] 2182/6685 32% [==================== ] 2183/6685 32% [==================== ] 2184/6685 32% [==================== ] 2185/6685 32% [==================== ] 2186/6685 32% [==================== ] 2187/6685 32% [==================== ] 2188/6685 32% [==================== ] 2189/6685 32% [==================== ] 2190/6685 32% [==================== ] 2191/6685 32% [==================== ] 2192/6685 32% [==================== ] 2193/6685 32% [==================== ] 2194/6685 32% [==================== ] 2195/6685 32% [==================== ] 2196/6685 32% [==================== ] 2197/6685 32% [==================== ] 2198/6685 32% [==================== ] 2199/6685 32% [==================== ] 2200/6685 32% [==================== ] 2201/6685 32% [==================== ] 2202/6685 32% [==================== ] 2203/6685 32% [==================== ] 2204/6685 32% [==================== ] 2205/6685 32% [==================== ] 2206/6685 32% [==================== ] 2207/6685 33% [==================== ] 2208/6685 33% [==================== ] 2209/6685 33% [==================== ] 2210/6685 33% [==================== ] 2211/6685 33% [==================== ] 2212/6685 33% [==================== ] 2213/6685 33% [==================== ] 2214/6685 33% [==================== ] 2215/6685 33% [==================== ] 2216/6685 33% [==================== ] 2217/6685 33% [==================== ] 2218/6685 33% [==================== ] 2219/6685 33% [==================== ] 2220/6685 33% [==================== ] 2221/6685 33% [==================== ] 2222/6685 33% [==================== ] 2223/6685 33% [==================== ] 2224/6685 33% [==================== ] 2225/6685 33% [==================== ] 2226/6685 33% [==================== ] 2227/6685 33% [==================== ] 2228/6685 33% [==================== ] 2229/6685 33% [==================== ] 2230/6685 33% [==================== ] 2231/6685 33% [==================== ] 2232/6685 33% [==================== ] 2233/6685 33% [==================== ] 2234/6685 33% [==================== ] 2235/6685 33% [==================== ] 2236/6685 33% [==================== ] 2237/6685 33% [==================== ] 2238/6685 33% [==================== ] 2239/6685 33% [==================== ] 2240/6685 33% [==================== ] 2241/6685 33% [==================== ] 2242/6685 33% [==================== ] 2243/6685 33% [==================== ] 2244/6685 33% [==================== ] 2245/6685 33% [==================== ] 2246/6685 33% [==================== ] 2247/6685 33% [==================== ] 2248/6685 33% [==================== ] 2249/6685 33% [==================== ] 2250/6685 33% [==================== ] 2251/6685 33% [==================== ] 2252/6685 33% [==================== ] 2253/6685 33% [==================== ] 2254/6685 33% [==================== ] 2255/6685 33% [==================== ] 2256/6685 33% [==================== ] 2257/6685 33% [==================== ] 2258/6685 33% [==================== ] 2259/6685 33% [==================== ] 2260/6685 33% [==================== ] 2261/6685 33% [==================== ] 2262/6685 33% [==================== ] 2263/6685 33% [==================== ] 2264/6685 33% [===================== ] 2265/6685 33% [===================== ] 2266/6685 33% [===================== ] 2267/6685 33% [===================== ] 2268/6685 33% [===================== ] 2269/6685 33% [===================== ] 2270/6685 33% [===================== ] 2271/6685 33% [===================== ] 2272/6685 33% [===================== ] 2273/6685 34% [===================== ] 2274/6685 34% [===================== ] 2275/6685 34% [===================== ] 2276/6685 34% [===================== ] 2277/6685 34% [===================== ] 2278/6685 34% [===================== ] 2279/6685 34% [===================== ] 2280/6685 34% [===================== ] 2281/6685 34% [===================== ] 2282/6685 34% [===================== ] 2283/6685 34% [===================== ] 2284/6685 34% [===================== ] 2285/6685 34% [===================== ] 2286/6685 34% [===================== ] 2287/6685 34% [===================== ] 2288/6685 34% [===================== ] 2289/6685 34% [===================== ] 2290/6685 34% [===================== ] 2291/6685 34% [===================== ] 2292/6685 34% [===================== ] 2293/6685 34% [===================== ] 2294/6685 34% [===================== ] 2295/6685 34% [===================== ] 2296/6685 34% [===================== ] 2297/6685 34% [===================== ] 2298/6685 34% [===================== ] 2299/6685 34% [===================== ] 2300/6685 34% [===================== ] 2301/6685 34% [===================== ] 2302/6685 34% [===================== ] 2303/6685 34% [===================== ] 2304/6685 34% [===================== ] 2305/6685 34% [===================== ] 2306/6685 34% [===================== ] 2307/6685 34% [===================== ] 2308/6685 34% [===================== ] 2309/6685 34% [===================== ] 2310/6685 34% [===================== ] 2311/6685 34% [===================== ] 2312/6685 34% [===================== ] 2313/6685 34% [===================== ] 2314/6685 34% [===================== ] 2315/6685 34% [===================== ] 2316/6685 34% [===================== ] 2317/6685 34% [===================== ] 2318/6685 34% [===================== ] 2319/6685 34% [===================== ] 2320/6685 34% [===================== ] 2321/6685 34% [===================== ] 2322/6685 34% [===================== ] 2323/6685 34% [===================== ] 2324/6685 34% [===================== ] 2325/6685 34% [===================== ] 2326/6685 34% [===================== ] 2327/6685 34% [===================== ] 2328/6685 34% [===================== ] 2329/6685 34% [===================== ] 2330/6685 34% [===================== ] 2331/6685 34% [===================== ] 2332/6685 34% [===================== ] 2333/6685 34% [===================== ] 2334/6685 34% [===================== ] 2335/6685 34% [===================== ] 2336/6685 34% [===================== ] 2337/6685 34% [===================== ] 2338/6685 34% [===================== ] 2339/6685 34% [===================== ] 2340/6685 35% [===================== ] 2341/6685 35% [===================== ] 2342/6685 35% [===================== ] 2343/6685 35% [===================== ] 2344/6685 35% [===================== ] 2345/6685 35% [===================== ] 2346/6685 35% [===================== ] 2347/6685 35% [===================== ] 2348/6685 35% [===================== ] 2349/6685 35% [===================== ] 2350/6685 35% [===================== ] 2351/6685 35% [===================== ] 2352/6685 35% [===================== ] 2353/6685 35% [===================== ] 2354/6685 35% [===================== ] 2355/6685 35% [===================== ] 2356/6685 35% [===================== ] 2357/6685 35% [===================== ] 2358/6685 35% [===================== ] 2359/6685 35% [===================== ] 2360/6685 35% [===================== ] 2361/6685 35% [===================== ] 2362/6685 35% [===================== ] 2363/6685 35% [===================== ] 2364/6685 35% [===================== ] 2365/6685 35% [===================== ] 2366/6685 35% [===================== ] 2367/6685 35% [===================== ] 2368/6685 35% [===================== ] 2369/6685 35% [===================== ] 2370/6685 35% [===================== ] 2371/6685 35% [===================== ] 2372/6685 35% [====================== ] 2373/6685 35% [====================== ] 2374/6685 35% [====================== ] 2375/6685 35% [====================== ] 2376/6685 35% [====================== ] 2377/6685 35% [====================== ] 2378/6685 35% [====================== ] 2379/6685 35% [====================== ] 2380/6685 35% [====================== ] 2381/6685 35% [====================== ] 2382/6685 35% [====================== ] 2383/6685 35% [====================== ] 2384/6685 35% [====================== ] 2385/6685 35% [====================== ] 2386/6685 35% [====================== ] 2387/6685 35% [====================== ] 2388/6685 35% [====================== ] 2389/6685 35% [====================== ] 2390/6685 35% [====================== ] 2391/6685 35% [====================== ] 2392/6685 35% [====================== ] 2393/6685 35% [====================== ] 2394/6685 35% [====================== ] 2395/6685 35% [====================== ] 2396/6685 35% [====================== ] 2397/6685 35% [====================== ] 2398/6685 35% [====================== ] 2399/6685 35% [====================== ] 2400/6685 35% [====================== ] 2401/6685 35% [====================== ] 2402/6685 35% [====================== ] 2403/6685 35% [====================== ] 2404/6685 35% [====================== ] 2405/6685 35% [====================== ] 2406/6685 35% [====================== ] 2407/6685 36% [====================== ] 2408/6685 36% [====================== ] 2409/6685 36% [====================== ] 2410/6685 36% [====================== ] 2411/6685 36% [====================== ] 2412/6685 36% [====================== ] 2413/6685 36% [====================== ] 2414/6685 36% [====================== ] 2415/6685 36% [====================== ] 2416/6685 36% [====================== ] 2417/6685 36% [====================== ] 2418/6685 36% [====================== ] 2419/6685 36% [====================== ] 2420/6685 36% [====================== ] 2421/6685 36% [====================== ] 2422/6685 36% [====================== ] 2423/6685 36% [====================== ] 2424/6685 36% [====================== ] 2425/6685 36% [====================== ] 2426/6685 36% [====================== ] 2427/6685 36% [====================== ] 2428/6685 36% [====================== ] 2429/6685 36% [====================== ] 2430/6685 36% [====================== ] 2431/6685 36% [====================== ] 2432/6685 36% [====================== ] 2433/6685 36% [====================== ] 2434/6685 36% [====================== ] 2435/6685 36% [====================== ] 2436/6685 36% [====================== ] 2437/6685 36% [====================== ] 2438/6685 36% [====================== ] 2439/6685 36% [====================== ] 2440/6685 36% [====================== ] 2441/6685 36% [====================== ] 2442/6685 36% [====================== ] 2443/6685 36% [====================== ] 2444/6685 36% [====================== ] 2445/6685 36% [====================== ] 2446/6685 36% [====================== ] 2447/6685 36% [====================== ] 2448/6685 36% [====================== ] 2449/6685 36% [====================== ] 2450/6685 36% [====================== ] 2451/6685 36% [====================== ] 2452/6685 36% [====================== ] 2453/6685 36% [====================== ] 2454/6685 36% [====================== ] 2455/6685 36% [====================== ] 2456/6685 36% [====================== ] 2457/6685 36% [====================== ] 2458/6685 36% [====================== ] 2459/6685 36% [====================== ] 2460/6685 36% [====================== ] 2461/6685 36% [====================== ] 2462/6685 36% [====================== ] 2463/6685 36% [====================== ] 2464/6685 36% [====================== ] 2465/6685 36% [====================== ] 2466/6685 36% [====================== ] 2467/6685 36% [====================== ] 2468/6685 36% [====================== ] 2469/6685 36% [====================== ] 2470/6685 36% [====================== ] 2471/6685 36% [====================== ] 2472/6685 36% [====================== ] 2473/6685 36% [====================== ] 2474/6685 37% [====================== ] 2475/6685 37% [====================== ] 2476/6685 37% [====================== ] 2477/6685 37% [====================== ] 2478/6685 37% [====================== ] 2479/6685 37% [======================= ] 2480/6685 37% [======================= ] 2481/6685 37% [======================= ] 2482/6685 37% [======================= ] 2483/6685 37% [======================= ] 2484/6685 37% [======================= ] 2485/6685 37% [======================= ] 2486/6685 37% [======================= ] 2487/6685 37% [======================= ] 2488/6685 37% [======================= ] 2489/6685 37% [======================= ] 2490/6685 37% [======================= ] 2491/6685 37% [======================= ] 2492/6685 37% [======================= ] 2493/6685 37% [======================= ] 2494/6685 37% [======================= ] 2495/6685 37% [======================= ] 2496/6685 37% [======================= ] 2497/6685 37% [======================= ] 2498/6685 37% [======================= ] 2499/6685 37% [======================= ] 2500/6685 37% [======================= ] 2501/6685 37% [======================= ] 2502/6685 37% [======================= ] 2503/6685 37% [======================= ] 2504/6685 37% [======================= ] 2505/6685 37% [======================= ] 2506/6685 37% [======================= ] 2507/6685 37% [======================= ] 2508/6685 37% [======================= ] 2509/6685 37% [======================= ] 2510/6685 37% [======================= ] 2511/6685 37% [======================= ] 2512/6685 37% [======================= ] 2513/6685 37% [======================= ] 2514/6685 37% [======================= ] 2515/6685 37% [======================= ] 2516/6685 37% [======================= ] 2517/6685 37% [======================= ] 2518/6685 37% [======================= ] 2519/6685 37% [======================= ] 2520/6685 37% [======================= ] 2521/6685 37% [======================= ] 2522/6685 37% [======================= ] 2523/6685 37% [======================= ] 2524/6685 37% [======================= ] 2525/6685 37% [======================= ] 2526/6685 37% [======================= ] 2527/6685 37% [======================= ] 2528/6685 37% [======================= ] 2529/6685 37% [======================= ] 2530/6685 37% [======================= ] 2531/6685 37% [======================= ] 2532/6685 37% [======================= ] 2533/6685 37% [======================= ] 2534/6685 37% [======================= ] 2535/6685 37% [======================= ] 2536/6685 37% [======================= ] 2537/6685 37% [======================= ] 2538/6685 37% [======================= ] 2539/6685 37% [======================= ] 2540/6685 37% [======================= ] 2541/6685 38% [======================= ] 2542/6685 38% [======================= ] 2543/6685 38% [======================= ] 2544/6685 38% [======================= ] 2545/6685 38% [======================= ] 2546/6685 38% [======================= ] 2547/6685 38% [======================= ] 2548/6685 38% [======================= ] 2549/6685 38% [======================= ] 2550/6685 38% [======================= ] 2551/6685 38% [======================= ] 2552/6685 38% [======================= ] 2553/6685 38% [======================= ] 2554/6685 38% [======================= ] 2555/6685 38% [======================= ] 2556/6685 38% [======================= ] 2557/6685 38% [======================= ] 2558/6685 38% [======================= ] 2559/6685 38% [======================= ] 2560/6685 38% [======================= ] 2561/6685 38% [======================= ] 2562/6685 38% [======================= ] 2563/6685 38% [======================= ] 2564/6685 38% [======================= ] 2565/6685 38% [======================= ] 2566/6685 38% [======================= ] 2567/6685 38% [======================= ] 2568/6685 38% [======================= ] 2569/6685 38% [======================= ] 2570/6685 38% [======================= ] 2571/6685 38% [======================= ] 2572/6685 38% [======================= ] 2573/6685 38% [======================= ] 2574/6685 38% [======================= ] 2575/6685 38% [======================= ] 2576/6685 38% [======================= ] 2577/6685 38% [======================= ] 2578/6685 38% [======================= ] 2579/6685 38% [======================= ] 2580/6685 38% [======================= ] 2581/6685 38% [======================= ] 2582/6685 38% [======================= ] 2583/6685 38% [======================= ] 2584/6685 38% [======================= ] 2585/6685 38% [======================= ] 2586/6685 38% [======================= ] 2587/6685 38% [======================== ] 2588/6685 38% [======================== ] 2589/6685 38% [======================== ] 2590/6685 38% [======================== ] 2591/6685 38% [======================== ] 2592/6685 38% [======================== ] 2593/6685 38% [======================== ] 2594/6685 38% [======================== ] 2595/6685 38% [======================== ] 2596/6685 38% [======================== ] 2597/6685 38% [======================== ] 2598/6685 38% [======================== ] 2599/6685 38% [======================== ] 2600/6685 38% [======================== ] 2601/6685 38% [======================== ] 2602/6685 38% [======================== ] 2603/6685 38% [======================== ] 2604/6685 38% [======================== ] 2605/6685 38% [======================== ] 2606/6685 38% [======================== ] 2607/6685 38% [======================== ] 2608/6685 39% [======================== ] 2609/6685 39% [======================== ] 2610/6685 39% [======================== ] 2611/6685 39% [======================== ] 2612/6685 39% [======================== ] 2613/6685 39% [======================== ] 2614/6685 39% [======================== ] 2615/6685 39% [======================== ] 2616/6685 39% [======================== ] 2617/6685 39% [======================== ] 2618/6685 39% [======================== ] 2619/6685 39% [======================== ] 2620/6685 39% [======================== ] 2621/6685 39% [======================== ] 2622/6685 39% [======================== ] 2623/6685 39% [======================== ] 2624/6685 39% [======================== ] 2625/6685 39% [======================== ] 2626/6685 39% [======================== ] 2627/6685 39% [======================== ] 2628/6685 39% [======================== ] 2629/6685 39% [======================== ] 2630/6685 39% [======================== ] 2631/6685 39% [======================== ] 2632/6685 39% [======================== ] 2633/6685 39% [======================== ] 2634/6685 39% [======================== ] 2635/6685 39% [======================== ] 2636/6685 39% [======================== ] 2637/6685 39% [======================== ] 2638/6685 39% [======================== ] 2639/6685 39% [======================== ] 2640/6685 39% [======================== ] 2641/6685 39% [======================== ] 2642/6685 39% [======================== ] 2643/6685 39% [======================== ] 2644/6685 39% [======================== ] 2645/6685 39% [======================== ] 2646/6685 39% [======================== ] 2647/6685 39% [======================== ] 2648/6685 39% [======================== ] 2649/6685 39% [======================== ] 2650/6685 39% [======================== ] 2651/6685 39% [======================== ] 2652/6685 39% [======================== ] 2653/6685 39% [======================== ] 2654/6685 39% [======================== ] 2655/6685 39% [======================== ] 2656/6685 39% [======================== ] 2657/6685 39% [======================== ] 2658/6685 39% [======================== ] 2659/6685 39% [======================== ] 2660/6685 39% [======================== ] 2661/6685 39% [======================== ] 2662/6685 39% [======================== ] 2663/6685 39% [======================== ] 2664/6685 39% [======================== ] 2665/6685 39% [======================== ] 2666/6685 39% [======================== ] 2667/6685 39% [======================== ] 2668/6685 39% [======================== ] 2669/6685 39% [======================== ] 2670/6685 39% [======================== ] 2671/6685 39% [======================== ] 2672/6685 39% [======================== ] 2673/6685 39% [======================== ] 2674/6685 40% [======================== ] 2675/6685 40% [======================== ] 2676/6685 40% [======================== ] 2677/6685 40% [======================== ] 2678/6685 40% [======================== ] 2679/6685 40% [======================== ] 2680/6685 40% [======================== ] 2681/6685 40% [======================== ] 2682/6685 40% [======================== ] 2683/6685 40% [======================== ] 2684/6685 40% [======================== ] 2685/6685 40% [======================== ] 2686/6685 40% [======================== ] 2687/6685 40% [======================== ] 2688/6685 40% [======================== ] 2689/6685 40% [======================== ] 2690/6685 40% [======================== ] 2691/6685 40% [======================== ] 2692/6685 40% [======================== ] 2693/6685 40% [======================== ] 2694/6685 40% [======================== ] 2695/6685 40% [========================= ] 2696/6685 40% [========================= ] 2697/6685 40% [========================= ] 2698/6685 40% [========================= ] 2699/6685 40% [========================= ] 2700/6685 40% [========================= ] 2701/6685 40% [========================= ] 2702/6685 40% [========================= ] 2703/6685 40% [========================= ] 2704/6685 40% [========================= ] 2705/6685 40% [========================= ] 2706/6685 40% [========================= ] 2707/6685 40% [========================= ] 2708/6685 40% [========================= ] 2709/6685 40% [========================= ] 2710/6685 40% [========================= ] 2711/6685 40% [========================= ] 2712/6685 40% [========================= ] 2713/6685 40% [========================= ] 2714/6685 40% [========================= ] 2715/6685 40% [========================= ] 2716/6685 40% [========================= ] 2717/6685 40% [========================= ] 2718/6685 40% [========================= ] 2719/6685 40% [========================= ] 2720/6685 40% [========================= ] 2721/6685 40% [========================= ] 2722/6685 40% [========================= ] 2723/6685 40% [========================= ] 2724/6685 40% [========================= ] 2725/6685 40% [========================= ] 2726/6685 40% [========================= ] 2727/6685 40% [========================= ] 2728/6685 40% [========================= ] 2729/6685 40% [========================= ] 2730/6685 40% [========================= ] 2731/6685 40% [========================= ] 2732/6685 40% [========================= ] 2733/6685 40% [========================= ] 2734/6685 40% [========================= ] 2735/6685 40% [========================= ] 2736/6685 40% [========================= ] 2737/6685 40% [========================= ] 2738/6685 40% [========================= ] 2739/6685 40% [========================= ] 2740/6685 40% [========================= ] 2741/6685 41% [========================= ] 2742/6685 41% [========================= ] 2743/6685 41% [========================= ] 2744/6685 41% [========================= ] 2745/6685 41% [========================= ] 2746/6685 41% [========================= ] 2747/6685 41% [========================= ] 2748/6685 41% [========================= ] 2749/6685 41% [========================= ] 2750/6685 41% [========================= ] 2751/6685 41% [========================= ] 2752/6685 41% [========================= ] 2753/6685 41% [========================= ] 2754/6685 41% [========================= ] 2755/6685 41% [========================= ] 2756/6685 41% [========================= ] 2757/6685 41% [========================= ] 2758/6685 41% [========================= ] 2759/6685 41% [========================= ] 2760/6685 41% [========================= ] 2761/6685 41% [========================= ] 2762/6685 41% [========================= ] 2763/6685 41% [========================= ] 2764/6685 41% [========================= ] 2765/6685 41% [========================= ] 2766/6685 41% [========================= ] 2767/6685 41% [========================= ] 2768/6685 41% [========================= ] 2769/6685 41% [========================= ] 2770/6685 41% [========================= ] 2771/6685 41% [========================= ] 2772/6685 41% [========================= ] 2773/6685 41% [========================= ] 2774/6685 41% [========================= ] 2775/6685 41% [========================= ] 2776/6685 41% [========================= ] 2777/6685 41% [========================= ] 2778/6685 41% [========================= ] 2779/6685 41% [========================= ] 2780/6685 41% [========================= ] 2781/6685 41% [========================= ] 2782/6685 41% [========================= ] 2783/6685 41% [========================= ] 2784/6685 41% [========================= ] 2785/6685 41% [========================= ] 2786/6685 41% [========================= ] 2787/6685 41% [========================= ] 2788/6685 41% [========================= ] 2789/6685 41% [========================= ] 2790/6685 41% [========================= ] 2791/6685 41% [========================= ] 2792/6685 41% [========================= ] 2793/6685 41% [========================= ] 2794/6685 41% [========================= ] 2795/6685 41% [========================= ] 2796/6685 41% [========================= ] 2797/6685 41% [========================= ] 2798/6685 41% [========================= ] 2799/6685 41% [========================= ] 2800/6685 41% [========================= ] 2801/6685 41% [========================= ] 2802/6685 41% [========================= ] 2803/6685 41% [========================== ] 2804/6685 41% [========================== ] 2805/6685 41% [========================== ] 2806/6685 41% [========================== ] 2807/6685 41% [========================== ] 2808/6685 42% [========================== ] 2809/6685 42% [========================== ] 2810/6685 42% [========================== ] 2811/6685 42% [========================== ] 2812/6685 42% [========================== ] 2813/6685 42% [========================== ] 2814/6685 42% [========================== ] 2815/6685 42% [========================== ] 2816/6685 42% [========================== ] 2817/6685 42% [========================== ] 2818/6685 42% [========================== ] 2819/6685 42% [========================== ] 2820/6685 42% [========================== ] 2821/6685 42% [========================== ] 2822/6685 42% [========================== ] 2823/6685 42% [========================== ] 2824/6685 42% [========================== ] 2825/6685 42% [========================== ] 2826/6685 42% [========================== ] 2827/6685 42% [========================== ] 2828/6685 42% [========================== ] 2829/6685 42% [========================== ] 2830/6685 42% [========================== ] 2831/6685 42% [========================== ] 2832/6685 42% [========================== ] 2833/6685 42% [========================== ] 2834/6685 42% [========================== ] 2835/6685 42% [========================== ] 2836/6685 42% [========================== ] 2837/6685 42% [========================== ] 2838/6685 42% [========================== ] 2839/6685 42% [========================== ] 2840/6685 42% [========================== ] 2841/6685 42% [========================== ] 2842/6685 42% [========================== ] 2843/6685 42% [========================== ] 2844/6685 42% [========================== ] 2845/6685 42% [========================== ] 2846/6685 42% [========================== ] 2847/6685 42% [========================== ] 2848/6685 42% [========================== ] 2849/6685 42% [========================== ] 2850/6685 42% [========================== ] 2851/6685 42% [========================== ] 2852/6685 42% [========================== ] 2853/6685 42% [========================== ] 2854/6685 42% [========================== ] 2855/6685 42% [========================== ] 2856/6685 42% [========================== ] 2857/6685 42% [========================== ] 2858/6685 42% [========================== ] 2859/6685 42% [========================== ] 2860/6685 42% [========================== ] 2861/6685 42% [========================== ] 2862/6685 42% [========================== ] 2863/6685 42% [========================== ] 2864/6685 42% [========================== ] 2865/6685 42% [========================== ] 2866/6685 42% [========================== ] 2867/6685 42% [========================== ] 2868/6685 42% [========================== ] 2869/6685 42% [========================== ] 2870/6685 42% [========================== ] 2871/6685 42% [========================== ] 2872/6685 42% [========================== ] 2873/6685 42% [========================== ] 2874/6685 42% [========================== ] 2875/6685 43% [========================== ] 2876/6685 43% [========================== ] 2877/6685 43% [========================== ] 2878/6685 43% [========================== ] 2879/6685 43% [========================== ] 2880/6685 43% [========================== ] 2881/6685 43% [========================== ] 2882/6685 43% [========================== ] 2883/6685 43% [========================== ] 2884/6685 43% [========================== ] 2885/6685 43% [========================== ] 2886/6685 43% [========================== ] 2887/6685 43% [========================== ] 2888/6685 43% [========================== ] 2889/6685 43% [========================== ] 2890/6685 43% [========================== ] 2891/6685 43% [========================== ] 2892/6685 43% [========================== ] 2893/6685 43% [========================== ] 2894/6685 43% [========================== ] 2895/6685 43% [========================== ] 2896/6685 43% [========================== ] 2897/6685 43% [========================== ] 2898/6685 43% [========================== ] 2899/6685 43% [========================== ] 2900/6685 43% [========================== ] 2901/6685 43% [========================== ] 2902/6685 43% [========================== ] 2903/6685 43% [========================== ] 2904/6685 43% [========================== ] 2905/6685 43% [========================== ] 2906/6685 43% [========================== ] 2907/6685 43% [========================== ] 2908/6685 43% [========================== ] 2909/6685 43% [========================== ] 2910/6685 43% [========================== ] 2911/6685 43% [=========================== ] 2912/6685 43% [=========================== ] 2913/6685 43% [=========================== ] 2914/6685 43% [=========================== ] 2915/6685 43% [=========================== ] 2916/6685 43% [=========================== ] 2917/6685 43% [=========================== ] 2918/6685 43% [=========================== ] 2919/6685 43% [=========================== ] 2920/6685 43% [=========================== ] 2921/6685 43% [=========================== ] 2922/6685 43% [=========================== ] 2923/6685 43% [=========================== ] 2924/6685 43% [=========================== ] 2925/6685 43% [=========================== ] 2926/6685 43% [=========================== ] 2927/6685 43% [=========================== ] 2928/6685 43% [=========================== ] 2929/6685 43% [=========================== ] 2930/6685 43% [=========================== ] 2931/6685 43% [=========================== ] 2932/6685 43% [=========================== ] 2933/6685 43% [=========================== ] 2934/6685 43% [=========================== ] 2935/6685 43% [=========================== ] 2936/6685 43% [=========================== ] 2937/6685 43% [=========================== ] 2938/6685 43% [=========================== ] 2939/6685 43% [=========================== ] 2940/6685 43% [=========================== ] 2941/6685 43% [=========================== ] 2942/6685 44% [=========================== ] 2943/6685 44% [=========================== ] 2944/6685 44% [=========================== ] 2945/6685 44% [=========================== ] 2946/6685 44% [=========================== ] 2947/6685 44% [=========================== ] 2948/6685 44% [=========================== ] 2949/6685 44% [=========================== ] 2950/6685 44% [=========================== ] 2951/6685 44% [=========================== ] 2952/6685 44% [=========================== ] 2953/6685 44% [=========================== ] 2954/6685 44% [=========================== ] 2955/6685 44% [=========================== ] 2956/6685 44% [=========================== ] 2957/6685 44% [=========================== ] 2958/6685 44% [=========================== ] 2959/6685 44% [=========================== ] 2960/6685 44% [=========================== ] 2961/6685 44% [=========================== ] 2962/6685 44% [=========================== ] 2963/6685 44% [=========================== ] 2964/6685 44% [=========================== ] 2965/6685 44% [=========================== ] 2966/6685 44% [=========================== ] 2967/6685 44% [=========================== ] 2968/6685 44% [=========================== ] 2969/6685 44% [=========================== ] 2970/6685 44% [=========================== ] 2971/6685 44% [=========================== ] 2972/6685 44% [=========================== ] 2973/6685 44% [=========================== ] 2974/6685 44% [=========================== ] 2975/6685 44% [=========================== ] 2976/6685 44% [=========================== ] 2977/6685 44% [=========================== ] 2978/6685 44% [=========================== ] 2979/6685 44% [=========================== ] 2980/6685 44% [=========================== ] 2981/6685 44% [=========================== ] 2982/6685 44% [=========================== ] 2983/6685 44% [=========================== ] 2984/6685 44% [=========================== ] 2985/6685 44% [=========================== ] 2986/6685 44% [=========================== ] 2987/6685 44% [=========================== ] 2988/6685 44% [=========================== ] 2989/6685 44% [=========================== ] 2990/6685 44% [=========================== ] 2991/6685 44% [=========================== ] 2992/6685 44% [=========================== ] 2993/6685 44% [=========================== ] 2994/6685 44% [=========================== ] 2995/6685 44% [=========================== ] 2996/6685 44% [=========================== ] 2997/6685 44% [=========================== ] 2998/6685 44% [=========================== ] 2999/6685 44% [=========================== ] 3000/6685 44% [=========================== ] 3001/6685 44% [=========================== ] 3002/6685 44% [=========================== ] 3003/6685 44% [=========================== ] 3004/6685 44% [=========================== ] 3005/6685 44% [=========================== ] 3006/6685 44% [=========================== ] 3007/6685 44% [=========================== ] 3008/6685 44% [=========================== ] 3009/6685 45% [=========================== ] 3010/6685 45% [=========================== ] 3011/6685 45% [=========================== ] 3012/6685 45% [=========================== ] 3013/6685 45% [=========================== ] 3014/6685 45% [=========================== ] 3015/6685 45% [=========================== ] 3016/6685 45% [=========================== ] 3017/6685 45% [=========================== ] 3018/6685 45% [=========================== ] 3019/6685 45% [============================ ] 3020/6685 45% [============================ ] 3021/6685 45% [============================ ] 3022/6685 45% [============================ ] 3023/6685 45% [============================ ] 3024/6685 45% [============================ ] 3025/6685 45% [============================ ] 3026/6685 45% [============================ ] 3027/6685 45% [============================ ] 3028/6685 45% [============================ ] 3029/6685 45% [============================ ] 3030/6685 45% [============================ ] 3031/6685 45% [============================ ] 3032/6685 45% [============================ ] 3033/6685 45% [============================ ] 3034/6685 45% [============================ ] 3035/6685 45% [============================ ] 3036/6685 45% [============================ ] 3037/6685 45% [============================ ] 3038/6685 45% [============================ ] 3039/6685 45% [============================ ] 3040/6685 45% [============================ ] 3041/6685 45% [============================ ] 3042/6685 45% [============================ ] 3043/6685 45% [============================ ] 3044/6685 45% [============================ ] 3045/6685 45% [============================ ] 3046/6685 45% [============================ ] 3047/6685 45% [============================ ] 3048/6685 45% [============================ ] 3049/6685 45% [============================ ] 3050/6685 45% [============================ ] 3051/6685 45% [============================ ] 3052/6685 45% [============================ ] 3053/6685 45% [============================ ] 3054/6685 45% [============================ ] 3055/6685 45% [============================ ] 3056/6685 45% [============================ ] 3057/6685 45% [============================ ] 3058/6685 45% [============================ ] 3059/6685 45% [============================ ] 3060/6685 45% [============================ ] 3061/6685 45% [============================ ] 3062/6685 45% [============================ ] 3063/6685 45% [============================ ] 3064/6685 45% [============================ ] 3065/6685 45% [============================ ] 3066/6685 45% [============================ ] 3067/6685 45% [============================ ] 3068/6685 45% [============================ ] 3069/6685 45% [============================ ] 3070/6685 45% [============================ ] 3071/6685 45% [============================ ] 3072/6685 45% [============================ ] 3073/6685 45% [============================ ] 3074/6685 45% [============================ ] 3075/6685 45% [============================ ] 3076/6685 46% [============================ ] 3077/6685 46% [============================ ] 3078/6685 46% [============================ ] 3079/6685 46% [============================ ] 3080/6685 46% [============================ ] 3081/6685 46% [============================ ] 3082/6685 46% [============================ ] 3083/6685 46% [============================ ] 3084/6685 46% [============================ ] 3085/6685 46% [============================ ] 3086/6685 46% [============================ ] 3087/6685 46% [============================ ] 3088/6685 46% [============================ ] 3089/6685 46% [============================ ] 3090/6685 46% [============================ ] 3091/6685 46% [============================ ] 3092/6685 46% [============================ ] 3093/6685 46% [============================ ] 3094/6685 46% [============================ ] 3095/6685 46% [============================ ] 3096/6685 46% [============================ ] 3097/6685 46% [============================ ] 3098/6685 46% [============================ ] 3099/6685 46% [============================ ] 3100/6685 46% [============================ ] 3101/6685 46% [============================ ] 3102/6685 46% [============================ ] 3103/6685 46% [============================ ] 3104/6685 46% [============================ ] 3105/6685 46% [============================ ] 3106/6685 46% [============================ ] 3107/6685 46% [============================ ] 3108/6685 46% [============================ ] 3109/6685 46% [============================ ] 3110/6685 46% [============================ ] 3111/6685 46% [============================ ] 3112/6685 46% [============================ ] 3113/6685 46% [============================ ] 3114/6685 46% [============================ ] 3115/6685 46% [============================ ] 3116/6685 46% [============================ ] 3117/6685 46% [============================ ] 3118/6685 46% [============================ ] 3119/6685 46% [============================ ] 3120/6685 46% [============================ ] 3121/6685 46% [============================ ] 3122/6685 46% [============================ ] 3123/6685 46% [============================ ] 3124/6685 46% [============================ ] 3125/6685 46% [============================ ] 3126/6685 46% [============================= ] 3127/6685 46% [============================= ] 3128/6685 46% [============================= ] 3129/6685 46% [============================= ] 3130/6685 46% [============================= ] 3131/6685 46% [============================= ] 3132/6685 46% [============================= ] 3133/6685 46% [============================= ] 3134/6685 46% [============================= ] 3135/6685 46% [============================= ] 3136/6685 46% [============================= ] 3137/6685 46% [============================= ] 3138/6685 46% [============================= ] 3139/6685 46% [============================= ] 3140/6685 46% [============================= ] 3141/6685 46% [============================= ] 3142/6685 47% [============================= ] 3143/6685 47% [============================= ] 3144/6685 47% [============================= ] 3145/6685 47% [============================= ] 3146/6685 47% [============================= ] 3147/6685 47% [============================= ] 3148/6685 47% [============================= ] 3149/6685 47% [============================= ] 3150/6685 47% [============================= ] 3151/6685 47% [============================= ] 3152/6685 47% [============================= ] 3153/6685 47% [============================= ] 3154/6685 47% [============================= ] 3155/6685 47% [============================= ] 3156/6685 47% [============================= ] 3157/6685 47% [============================= ] 3158/6685 47% [============================= ] 3159/6685 47% [============================= ] 3160/6685 47% [============================= ] 3161/6685 47% [============================= ] 3162/6685 47% [============================= ] 3163/6685 47% [============================= ] 3164/6685 47% [============================= ] 3165/6685 47% [============================= ] 3166/6685 47% [============================= ] 3167/6685 47% [============================= ] 3168/6685 47% [============================= ] 3169/6685 47% [============================= ] 3170/6685 47% [============================= ] 3171/6685 47% [============================= ] 3172/6685 47% [============================= ] 3173/6685 47% [============================= ] 3174/6685 47% [============================= ] 3175/6685 47% [============================= ] 3176/6685 47% [============================= ] 3177/6685 47% [============================= ] 3178/6685 47% [============================= ] 3179/6685 47% [============================= ] 3180/6685 47% [============================= ] 3181/6685 47% [============================= ] 3182/6685 47% [============================= ] 3183/6685 47% [============================= ] 3184/6685 47% [============================= ] 3185/6685 47% [============================= ] 3186/6685 47% [============================= ] 3187/6685 47% [============================= ] 3188/6685 47% [============================= ] 3189/6685 47% [============================= ] 3190/6685 47% [============================= ] 3191/6685 47% [============================= ] 3192/6685 47% [============================= ] 3193/6685 47% [============================= ] 3194/6685 47% [============================= ] 3195/6685 47% [============================= ] 3196/6685 47% [============================= ] 3197/6685 47% [============================= ] 3198/6685 47% [============================= ] 3199/6685 47% [============================= ] 3200/6685 47% [============================= ] 3201/6685 47% [============================= ] 3202/6685 47% [============================= ] 3203/6685 47% [============================= ] 3204/6685 47% [============================= ] 3205/6685 47% [============================= ] 3206/6685 47% [============================= ] 3207/6685 47% [============================= ] 3208/6685 47% [============================= ] 3209/6685 48% [============================= ] 3210/6685 48% [============================= ] 3211/6685 48% [============================= ] 3212/6685 48% [============================= ] 3213/6685 48% [============================= ] 3214/6685 48% [============================= ] 3215/6685 48% [============================= ] 3216/6685 48% [============================= ] 3217/6685 48% [============================= ] 3218/6685 48% [============================= ] 3219/6685 48% [============================= ] 3220/6685 48% [============================= ] 3221/6685 48% [============================= ] 3222/6685 48% [============================= ] 3223/6685 48% [============================= ] 3224/6685 48% [============================= ] 3225/6685 48% [============================= ] 3226/6685 48% [============================= ] 3227/6685 48% [============================= ] 3228/6685 48% [============================= ] 3229/6685 48% [============================= ] 3230/6685 48% [============================= ] 3231/6685 48% [============================= ] 3232/6685 48% [============================= ] 3233/6685 48% [============================= ] 3234/6685 48% [============================== ] 3235/6685 48% [============================== ] 3236/6685 48% [============================== ] 3237/6685 48% [============================== ] 3238/6685 48% [============================== ] 3239/6685 48% [============================== ] 3240/6685 48% [============================== ] 3241/6685 48% [============================== ] 3242/6685 48% [============================== ] 3243/6685 48% [============================== ] 3244/6685 48% [============================== ] 3245/6685 48% [============================== ] 3246/6685 48% [============================== ] 3247/6685 48% [============================== ] 3248/6685 48% [============================== ] 3249/6685 48% [============================== ] 3250/6685 48% [============================== ] 3251/6685 48% [============================== ] 3252/6685 48% [============================== ] 3253/6685 48% [============================== ] 3254/6685 48% [============================== ] 3255/6685 48% [============================== ] 3256/6685 48% [============================== ] 3257/6685 48% [============================== ] 3258/6685 48% [============================== ] 3259/6685 48% [============================== ] 3260/6685 48% [============================== ] 3261/6685 48% [============================== ] 3262/6685 48% [============================== ] 3263/6685 48% [============================== ] 3264/6685 48% [============================== ] 3265/6685 48% [============================== ] 3266/6685 48% [============================== ] 3267/6685 48% [============================== ] 3268/6685 48% [============================== ] 3269/6685 48% [============================== ] 3270/6685 48% [============================== ] 3271/6685 48% [============================== ] 3272/6685 48% [============================== ] 3273/6685 48% [============================== ] 3274/6685 48% [============================== ] 3275/6685 48% [============================== ] 3276/6685 49% [============================== ] 3277/6685 49% [============================== ] 3278/6685 49% [============================== ] 3279/6685 49% [============================== ] 3280/6685 49% [============================== ] 3281/6685 49% [============================== ] 3282/6685 49% [============================== ] 3283/6685 49% [============================== ] 3284/6685 49% [============================== ] 3285/6685 49% [============================== ] 3286/6685 49% [============================== ] 3287/6685 49% [============================== ] 3288/6685 49% [============================== ] 3289/6685 49% [============================== ] 3290/6685 49% [============================== ] 3291/6685 49% [============================== ] 3292/6685 49% [============================== ] 3293/6685 49% [============================== ] 3294/6685 49% [============================== ] 3295/6685 49% [============================== ] 3296/6685 49% [============================== ] 3297/6685 49% [============================== ] 3298/6685 49% [============================== ] 3299/6685 49% [============================== ] 3300/6685 49% [============================== ] 3301/6685 49% [============================== ] 3302/6685 49% [============================== ] 3303/6685 49% [============================== ] 3304/6685 49% [============================== ] 3305/6685 49% [============================== ] 3306/6685 49% [============================== ] 3307/6685 49% [============================== ] 3308/6685 49% [============================== ] 3309/6685 49% [============================== ] 3310/6685 49% [============================== ] 3311/6685 49% [============================== ] 3312/6685 49% [============================== ] 3313/6685 49% [============================== ] 3314/6685 49% [============================== ] 3315/6685 49% [============================== ] 3316/6685 49% [============================== ] 3317/6685 49% [============================== ] 3318/6685 49% [============================== ] 3319/6685 49% [============================== ] 3320/6685 49% [============================== ] 3321/6685 49% [============================== ] 3322/6685 49% [============================== ] 3323/6685 49% [============================== ] 3324/6685 49% [============================== ] 3325/6685 49% [============================== ] 3326/6685 49% [============================== ] 3327/6685 49% [============================== ] 3328/6685 49% [============================== ] 3329/6685 49% [============================== ] 3330/6685 49% [============================== ] 3331/6685 49% [============================== ] 3332/6685 49% [============================== ] 3333/6685 49% [============================== ] 3334/6685 49% [============================== ] 3335/6685 49% [============================== ] 3336/6685 49% [============================== ] 3337/6685 49% [============================== ] 3338/6685 49% [============================== ] 3339/6685 49% [============================== ] 3340/6685 49% [============================== ] 3341/6685 49% [============================== ] 3342/6685 49% [=============================== ] 3343/6685 50% [=============================== ] 3344/6685 50% [=============================== ] 3345/6685 50% [=============================== ] 3346/6685 50% [=============================== ] 3347/6685 50% [=============================== ] 3348/6685 50% [=============================== ] 3349/6685 50% [=============================== ] 3350/6685 50% [=============================== ] 3351/6685 50% [=============================== ] 3352/6685 50% [=============================== ] 3353/6685 50% [=============================== ] 3354/6685 50% [=============================== ] 3355/6685 50% [=============================== ] 3356/6685 50% [=============================== ] 3357/6685 50% [=============================== ] 3358/6685 50% [=============================== ] 3359/6685 50% [=============================== ] 3360/6685 50% [=============================== ] 3361/6685 50% [=============================== ] 3362/6685 50% [=============================== ] 3363/6685 50% [=============================== ] 3364/6685 50% [=============================== ] 3365/6685 50% [=============================== ] 3366/6685 50% [=============================== ] 3367/6685 50% [=============================== ] 3368/6685 50% [=============================== ] 3369/6685 50% [=============================== ] 3370/6685 50% [=============================== ] 3371/6685 50% [=============================== ] 3372/6685 50% [=============================== ] 3373/6685 50% [=============================== ] 3374/6685 50% [=============================== ] 3375/6685 50% [=============================== ] 3376/6685 50% [=============================== ] 3377/6685 50% [=============================== ] 3378/6685 50% [=============================== ] 3379/6685 50% [=============================== ] 3380/6685 50% [=============================== ] 3381/6685 50% [=============================== ] 3382/6685 50% [=============================== ] 3383/6685 50% [=============================== ] 3384/6685 50% [=============================== ] 3385/6685 50% [=============================== ] 3386/6685 50% [=============================== ] 3387/6685 50% [=============================== ] 3388/6685 50% [=============================== ] 3389/6685 50% [=============================== ] 3390/6685 50% [=============================== ] 3391/6685 50% [=============================== ] 3392/6685 50% [=============================== ] 3393/6685 50% [=============================== ] 3394/6685 50% [=============================== ] 3395/6685 50% [=============================== ] 3396/6685 50% [=============================== ] 3397/6685 50% [=============================== ] 3398/6685 50% [=============================== ] 3399/6685 50% [=============================== ] 3400/6685 50% [=============================== ] 3401/6685 50% [=============================== ] 3402/6685 50% [=============================== ] 3403/6685 50% [=============================== ] 3404/6685 50% [=============================== ] 3405/6685 50% [=============================== ] 3406/6685 50% [=============================== ] 3407/6685 50% [=============================== ] 3408/6685 50% [=============================== ] 3409/6685 50% [=============================== ] 3410/6685 51% [=============================== ] 3411/6685 51% [=============================== ] 3412/6685 51% [=============================== ] 3413/6685 51% [=============================== ] 3414/6685 51% [=============================== ] 3415/6685 51% [=============================== ] 3416/6685 51% [=============================== ] 3417/6685 51% [=============================== ] 3418/6685 51% [=============================== ] 3419/6685 51% [=============================== ] 3420/6685 51% [=============================== ] 3421/6685 51% [=============================== ] 3422/6685 51% [=============================== ] 3423/6685 51% [=============================== ] 3424/6685 51% [=============================== ] 3425/6685 51% [=============================== ] 3426/6685 51% [=============================== ] 3427/6685 51% [=============================== ] 3428/6685 51% [=============================== ] 3429/6685 51% [=============================== ] 3430/6685 51% [=============================== ] 3431/6685 51% [=============================== ] 3432/6685 51% [=============================== ] 3433/6685 51% [=============================== ] 3434/6685 51% [=============================== ] 3435/6685 51% [=============================== ] 3436/6685 51% [=============================== ] 3437/6685 51% [=============================== ] 3438/6685 51% [=============================== ] 3439/6685 51% [=============================== ] 3440/6685 51% [=============================== ] 3441/6685 51% [=============================== ] 3442/6685 51% [=============================== ] 3443/6685 51% [=============================== ] 3444/6685 51% [=============================== ] 3445/6685 51% [=============================== ] 3446/6685 51% [=============================== ] 3447/6685 51% [=============================== ] 3448/6685 51% [=============================== ] 3449/6685 51% [=============================== ] 3450/6685 51% [================================ ] 3451/6685 51% [================================ ] 3452/6685 51% [================================ ] 3453/6685 51% [================================ ] 3454/6685 51% [================================ ] 3455/6685 51% [================================ ] 3456/6685 51% [================================ ] 3457/6685 51% [================================ ] 3458/6685 51% [================================ ] 3459/6685 51% [================================ ] 3460/6685 51% [================================ ] 3461/6685 51% [================================ ] 3462/6685 51% [================================ ] 3463/6685 51% [================================ ] 3464/6685 51% [================================ ] 3465/6685 51% [================================ ] 3466/6685 51% [================================ ] 3467/6685 51% [================================ ] 3468/6685 51% [================================ ] 3469/6685 51% [================================ ] 3470/6685 51% [================================ ] 3471/6685 51% [================================ ] 3472/6685 51% [================================ ] 3473/6685 51% [================================ ] 3474/6685 51% [================================ ] 3475/6685 51% [================================ ] 3476/6685 51% [================================ ] 3477/6685 52% [================================ ] 3478/6685 52% [================================ ] 3479/6685 52% [================================ ] 3480/6685 52% [================================ ] 3481/6685 52% [================================ ] 3482/6685 52% [================================ ] 3483/6685 52% [================================ ] 3484/6685 52% [================================ ] 3485/6685 52% [================================ ] 3486/6685 52% [================================ ] 3487/6685 52% [================================ ] 3488/6685 52% [================================ ] 3489/6685 52% [================================ ] 3490/6685 52% [================================ ] 3491/6685 52% [================================ ] 3492/6685 52% [================================ ] 3493/6685 52% [================================ ] 3494/6685 52% [================================ ] 3495/6685 52% [================================ ] 3496/6685 52% [================================ ] 3497/6685 52% [================================ ] 3498/6685 52% [================================ ] 3499/6685 52% [================================ ] 3500/6685 52% [================================ ] 3501/6685 52% [================================ ] 3502/6685 52% [================================ ] 3503/6685 52% [================================ ] 3504/6685 52% [================================ ] 3505/6685 52% [================================ ] 3506/6685 52% [================================ ] 3507/6685 52% [================================ ] 3508/6685 52% [================================ ] 3509/6685 52% [================================ ] 3510/6685 52% [================================ ] 3511/6685 52% [================================ ] 3512/6685 52% [================================ ] 3513/6685 52% [================================ ] 3514/6685 52% [================================ ] 3515/6685 52% [================================ ] 3516/6685 52% [================================ ] 3517/6685 52% [================================ ] 3518/6685 52% [================================ ] 3519/6685 52% [================================ ] 3520/6685 52% [================================ ] 3521/6685 52% [================================ ] 3522/6685 52% [================================ ] 3523/6685 52% [================================ ] 3524/6685 52% [================================ ] 3525/6685 52% [================================ ] 3526/6685 52% [================================ ] 3527/6685 52% [================================ ] 3528/6685 52% [================================ ] 3529/6685 52% [================================ ] 3530/6685 52% [================================ ] 3531/6685 52% [================================ ] 3532/6685 52% [================================ ] 3533/6685 52% [================================ ] 3534/6685 52% [================================ ] 3535/6685 52% [================================ ] 3536/6685 52% [================================ ] 3537/6685 52% [================================ ] 3538/6685 52% [================================ ] 3539/6685 52% [================================ ] 3540/6685 52% [================================ ] 3541/6685 52% [================================ ] 3542/6685 52% [================================ ] 3543/6685 52% [================================ ] 3544/6685 53% [================================ ] 3545/6685 53% [================================ ] 3546/6685 53% [================================ ] 3547/6685 53% [================================ ] 3548/6685 53% [================================ ] 3549/6685 53% [================================ ] 3550/6685 53% [================================ ] 3551/6685 53% [================================ ] 3552/6685 53% [================================ ] 3553/6685 53% [================================ ] 3554/6685 53% [================================ ] 3555/6685 53% [================================ ] 3556/6685 53% [================================ ] 3557/6685 53% [================================ ] 3558/6685 53% [================================= ] 3559/6685 53% [================================= ] 3560/6685 53% [================================= ] 3561/6685 53% [================================= ] 3562/6685 53% [================================= ] 3563/6685 53% [================================= ] 3564/6685 53% [================================= ] 3565/6685 53% [================================= ] 3566/6685 53% [================================= ] 3567/6685 53% [================================= ] 3568/6685 53% [================================= ] 3569/6685 53% [================================= ] 3570/6685 53% [================================= ] 3571/6685 53% [================================= ] 3572/6685 53% [================================= ] 3573/6685 53% [================================= ] 3574/6685 53% [================================= ] 3575/6685 53% [================================= ] 3576/6685 53% [================================= ] 3577/6685 53% [================================= ] 3578/6685 53% [================================= ] 3579/6685 53% [================================= ] 3580/6685 53% [================================= ] 3581/6685 53% [================================= ] 3582/6685 53% [================================= ] 3583/6685 53% [================================= ] 3584/6685 53% [================================= ] 3585/6685 53% [================================= ] 3586/6685 53% [================================= ] 3587/6685 53% [================================= ] 3588/6685 53% [================================= ] 3589/6685 53% [================================= ] 3590/6685 53% [================================= ] 3591/6685 53% [================================= ] 3592/6685 53% [================================= ] 3593/6685 53% [================================= ] 3594/6685 53% [================================= ] 3595/6685 53% [================================= ] 3596/6685 53% [================================= ] 3597/6685 53% [================================= ] 3598/6685 53% [================================= ] 3599/6685 53% [================================= ] 3600/6685 53% [================================= ] 3601/6685 53% [================================= ] 3602/6685 53% [================================= ] 3603/6685 53% [================================= ] 3604/6685 53% [================================= ] 3605/6685 53% [================================= ] 3606/6685 53% [================================= ] 3607/6685 53% [================================= ] 3608/6685 53% [================================= ] 3609/6685 53% [================================= ] 3610/6685 54% [================================= ] 3611/6685 54% [================================= ] 3612/6685 54% [================================= ] 3613/6685 54% [================================= ] 3614/6685 54% [================================= ] 3615/6685 54% [================================= ] 3616/6685 54% [================================= ] 3617/6685 54% [================================= ] 3618/6685 54% [================================= ] 3619/6685 54% [================================= ] 3620/6685 54% [================================= ] 3621/6685 54% [================================= ] 3622/6685 54% [================================= ] 3623/6685 54% [================================= ] 3624/6685 54% [================================= ] 3625/6685 54% [================================= ] 3626/6685 54% [================================= ] 3627/6685 54% [================================= ] 3628/6685 54% [================================= ] 3629/6685 54% [================================= ] 3630/6685 54% [================================= ] 3631/6685 54% [================================= ] 3632/6685 54% [================================= ] 3633/6685 54% [================================= ] 3634/6685 54% [================================= ] 3635/6685 54% [================================= ] 3636/6685 54% [================================= ] 3637/6685 54% [================================= ] 3638/6685 54% [================================= ] 3639/6685 54% [================================= ] 3640/6685 54% [================================= ] 3641/6685 54% [================================= ] 3642/6685 54% [================================= ] 3643/6685 54% [================================= ] 3644/6685 54% [================================= ] 3645/6685 54% [================================= ] 3646/6685 54% [================================= ] 3647/6685 54% [================================= ] 3648/6685 54% [================================= ] 3649/6685 54% [================================= ] 3650/6685 54% [================================= ] 3651/6685 54% [================================= ] 3652/6685 54% [================================= ] 3653/6685 54% [================================= ] 3654/6685 54% [================================= ] 3655/6685 54% [================================= ] 3656/6685 54% [================================= ] 3657/6685 54% [================================= ] 3658/6685 54% [================================= ] 3659/6685 54% [================================= ] 3660/6685 54% [================================= ] 3661/6685 54% [================================= ] 3662/6685 54% [================================= ] 3663/6685 54% [================================= ] 3664/6685 54% [================================= ] 3665/6685 54% [================================== ] 3666/6685 54% [================================== ] 3667/6685 54% [================================== ] 3668/6685 54% [================================== ] 3669/6685 54% [================================== ] 3670/6685 54% [================================== ] 3671/6685 54% [================================== ] 3672/6685 54% [================================== ] 3673/6685 54% [================================== ] 3674/6685 54% [================================== ] 3675/6685 54% [================================== ] 3676/6685 54% [================================== ] 3677/6685 55% [================================== ] 3678/6685 55% [================================== ] 3679/6685 55% [================================== ] 3680/6685 55% [================================== ] 3681/6685 55% [================================== ] 3682/6685 55% [================================== ] 3683/6685 55% [================================== ] 3684/6685 55% [================================== ] 3685/6685 55% [================================== ] 3686/6685 55% [================================== ] 3687/6685 55% [================================== ] 3688/6685 55% [================================== ] 3689/6685 55% [================================== ] 3690/6685 55% [================================== ] 3691/6685 55% [================================== ] 3692/6685 55% [================================== ] 3693/6685 55% [================================== ] 3694/6685 55% [================================== ] 3695/6685 55% [================================== ] 3696/6685 55% [================================== ] 3697/6685 55% [================================== ] 3698/6685 55% [================================== ] 3699/6685 55% [================================== ] 3700/6685 55% [================================== ] 3701/6685 55% [================================== ] 3702/6685 55% [================================== ] 3703/6685 55% [================================== ] 3704/6685 55% [================================== ] 3705/6685 55% [================================== ] 3706/6685 55% [================================== ] 3707/6685 55% [================================== ] 3708/6685 55% [================================== ] 3709/6685 55% [================================== ] 3710/6685 55% [================================== ] 3711/6685 55% [================================== ] 3712/6685 55% [================================== ] 3713/6685 55% [================================== ] 3714/6685 55% [================================== ] 3715/6685 55% [================================== ] 3716/6685 55% [================================== ] 3717/6685 55% [================================== ] 3718/6685 55% [================================== ] 3719/6685 55% [================================== ] 3720/6685 55% [================================== ] 3721/6685 55% [================================== ] 3722/6685 55% [================================== ] 3723/6685 55% [================================== ] 3724/6685 55% [================================== ] 3725/6685 55% [================================== ] 3726/6685 55% [================================== ] 3727/6685 55% [================================== ] 3728/6685 55% [================================== ] 3729/6685 55% [================================== ] 3730/6685 55% [================================== ] 3731/6685 55% [================================== ] 3732/6685 55% [================================== ] 3733/6685 55% [================================== ] 3734/6685 55% [================================== ] 3735/6685 55% [================================== ] 3736/6685 55% [================================== ] 3737/6685 55% [================================== ] 3738/6685 55% [================================== ] 3739/6685 55% [================================== ] 3740/6685 55% [================================== ] 3741/6685 55% [================================== ] 3742/6685 55% [================================== ] 3743/6685 55% [================================== ] 3744/6685 56% [================================== ] 3745/6685 56% [================================== ] 3746/6685 56% [================================== ] 3747/6685 56% [================================== ] 3748/6685 56% [================================== ] 3749/6685 56% [================================== ] 3750/6685 56% [================================== ] 3751/6685 56% [================================== ] 3752/6685 56% [================================== ] 3753/6685 56% [================================== ] 3754/6685 56% [================================== ] 3755/6685 56% [================================== ] 3756/6685 56% [================================== ] 3757/6685 56% [================================== ] 3758/6685 56% [================================== ] 3759/6685 56% [================================== ] 3760/6685 56% [================================== ] 3761/6685 56% [================================== ] 3762/6685 56% [================================== ] 3763/6685 56% [================================== ] 3764/6685 56% [================================== ] 3765/6685 56% [================================== ] 3766/6685 56% [================================== ] 3767/6685 56% [================================== ] 3768/6685 56% [================================== ] 3769/6685 56% [================================== ] 3770/6685 56% [================================== ] 3771/6685 56% [================================== ] 3772/6685 56% [================================== ] 3773/6685 56% [=================================== ] 3774/6685 56% [=================================== ] 3775/6685 56% [=================================== ] 3776/6685 56% [=================================== ] 3777/6685 56% [=================================== ] 3778/6685 56% [=================================== ] 3779/6685 56% [=================================== ] 3780/6685 56% [=================================== ] 3781/6685 56% [=================================== ] 3782/6685 56% [=================================== ] 3783/6685 56% [=================================== ] 3784/6685 56% [=================================== ] 3785/6685 56% [=================================== ] 3786/6685 56% [=================================== ] 3787/6685 56% [=================================== ] 3788/6685 56% [=================================== ] 3789/6685 56% [=================================== ] 3790/6685 56% [=================================== ] 3791/6685 56% [=================================== ] 3792/6685 56% [=================================== ] 3793/6685 56% [=================================== ] 3794/6685 56% [=================================== ] 3795/6685 56% [=================================== ] 3796/6685 56% [=================================== ] 3797/6685 56% [=================================== ] 3798/6685 56% [=================================== ] 3799/6685 56% [=================================== ] 3800/6685 56% [=================================== ] 3801/6685 56% [=================================== ] 3802/6685 56% [=================================== ] 3803/6685 56% [=================================== ] 3804/6685 56% [=================================== ] 3805/6685 56% [=================================== ] 3806/6685 56% [=================================== ] 3807/6685 56% [=================================== ] 3808/6685 56% [=================================== ] 3809/6685 56% [=================================== ] 3810/6685 56% [=================================== ] 3811/6685 57% [=================================== ] 3812/6685 57% [=================================== ] 3813/6685 57% [=================================== ] 3814/6685 57% [=================================== ] 3815/6685 57% [=================================== ] 3816/6685 57% [=================================== ] 3817/6685 57% [=================================== ] 3818/6685 57% [=================================== ] 3819/6685 57% [=================================== ] 3820/6685 57% [=================================== ] 3821/6685 57% [=================================== ] 3822/6685 57% [=================================== ] 3823/6685 57% [=================================== ] 3824/6685 57% [=================================== ] 3825/6685 57% [=================================== ] 3826/6685 57% [=================================== ] 3827/6685 57% [=================================== ] 3828/6685 57% [=================================== ] 3829/6685 57% [=================================== ] 3830/6685 57% [=================================== ] 3831/6685 57% [=================================== ] 3832/6685 57% [=================================== ] 3833/6685 57% [=================================== ] 3834/6685 57% [=================================== ] 3835/6685 57% [=================================== ] 3836/6685 57% [=================================== ] 3837/6685 57% [=================================== ] 3838/6685 57% [=================================== ] 3839/6685 57% [=================================== ] 3840/6685 57% [=================================== ] 3841/6685 57% [=================================== ] 3842/6685 57% [=================================== ] 3843/6685 57% [=================================== ] 3844/6685 57% [=================================== ] 3845/6685 57% [=================================== ] 3846/6685 57% [=================================== ] 3847/6685 57% [=================================== ] 3848/6685 57% [=================================== ] 3849/6685 57% [=================================== ] 3850/6685 57% [=================================== ] 3851/6685 57% [=================================== ] 3852/6685 57% [=================================== ] 3853/6685 57% [=================================== ] 3854/6685 57% [=================================== ] 3855/6685 57% [=================================== ] 3856/6685 57% [=================================== ] 3857/6685 57% [=================================== ] 3858/6685 57% [=================================== ] 3859/6685 57% [=================================== ] 3860/6685 57% [=================================== ] 3861/6685 57% [=================================== ] 3862/6685 57% [=================================== ] 3863/6685 57% [=================================== ] 3864/6685 57% [=================================== ] 3865/6685 57% [=================================== ] 3866/6685 57% [=================================== ] 3867/6685 57% [=================================== ] 3868/6685 57% [=================================== ] 3869/6685 57% [=================================== ] 3870/6685 57% [=================================== ] 3871/6685 57% [=================================== ] 3872/6685 57% [=================================== ] 3873/6685 57% [=================================== ] 3874/6685 57% [=================================== ] 3875/6685 57% [=================================== ] 3876/6685 57% [=================================== ] 3877/6685 57% [=================================== ] 3878/6685 58% [=================================== ] 3879/6685 58% [=================================== ] 3880/6685 58% [=================================== ] 3881/6685 58% [==================================== ] 3882/6685 58% [==================================== ] 3883/6685 58% [==================================== ] 3884/6685 58% [==================================== ] 3885/6685 58% [==================================== ] 3886/6685 58% [==================================== ] 3887/6685 58% [==================================== ] 3888/6685 58% [==================================== ] 3889/6685 58% [==================================== ] 3890/6685 58% [==================================== ] 3891/6685 58% [==================================== ] 3892/6685 58% [==================================== ] 3893/6685 58% [==================================== ] 3894/6685 58% [==================================== ] 3895/6685 58% [==================================== ] 3896/6685 58% [==================================== ] 3897/6685 58% [==================================== ] 3898/6685 58% [==================================== ] 3899/6685 58% [==================================== ] 3900/6685 58% [==================================== ] 3901/6685 58% [==================================== ] 3902/6685 58% [==================================== ] 3903/6685 58% [==================================== ] 3904/6685 58% [==================================== ] 3905/6685 58% [==================================== ] 3906/6685 58% [==================================== ] 3907/6685 58% [==================================== ] 3908/6685 58% [==================================== ] 3909/6685 58% [==================================== ] 3910/6685 58% [==================================== ] 3911/6685 58% [==================================== ] 3912/6685 58% [==================================== ] 3913/6685 58% [==================================== ] 3914/6685 58% [==================================== ] 3915/6685 58% [==================================== ] 3916/6685 58% [==================================== ] 3917/6685 58% [==================================== ] 3918/6685 58% [==================================== ] 3919/6685 58% [==================================== ] 3920/6685 58% [==================================== ] 3921/6685 58% [==================================== ] 3922/6685 58% [==================================== ] 3923/6685 58% [==================================== ] 3924/6685 58% [==================================== ] 3925/6685 58% [==================================== ] 3926/6685 58% [==================================== ] 3927/6685 58% [==================================== ] 3928/6685 58% [==================================== ] 3929/6685 58% [==================================== ] 3930/6685 58% [==================================== ] 3931/6685 58% [==================================== ] 3932/6685 58% [==================================== ] 3933/6685 58% [==================================== ] 3934/6685 58% [==================================== ] 3935/6685 58% [==================================== ] 3936/6685 58% [==================================== ] 3937/6685 58% [==================================== ] 3938/6685 58% [==================================== ] 3939/6685 58% [==================================== ] 3940/6685 58% [==================================== ] 3941/6685 58% [==================================== ] 3942/6685 58% [==================================== ] 3943/6685 58% [==================================== ] 3944/6685 58% [==================================== ] 3945/6685 59% [==================================== ] 3946/6685 59% [==================================== ] 3947/6685 59% [==================================== ] 3948/6685 59% [==================================== ] 3949/6685 59% [==================================== ] 3950/6685 59% [==================================== ] 3951/6685 59% [==================================== ] 3952/6685 59% [==================================== ] 3953/6685 59% [==================================== ] 3954/6685 59% [==================================== ] 3955/6685 59% [==================================== ] 3956/6685 59% [==================================== ] 3957/6685 59% [==================================== ] 3958/6685 59% [==================================== ] 3959/6685 59% [==================================== ] 3960/6685 59% [==================================== ] 3961/6685 59% [==================================== ] 3962/6685 59% [==================================== ] 3963/6685 59% [==================================== ] 3964/6685 59% [==================================== ] 3965/6685 59% [==================================== ] 3966/6685 59% [==================================== ] 3967/6685 59% [==================================== ] 3968/6685 59% [==================================== ] 3969/6685 59% [==================================== ] 3970/6685 59% [==================================== ] 3971/6685 59% [==================================== ] 3972/6685 59% [==================================== ] 3973/6685 59% [==================================== ] 3974/6685 59% [==================================== ] 3975/6685 59% [==================================== ] 3976/6685 59% [==================================== ] 3977/6685 59% [==================================== ] 3978/6685 59% [==================================== ] 3979/6685 59% [==================================== ] 3980/6685 59% [==================================== ] 3981/6685 59% [==================================== ] 3982/6685 59% [==================================== ] 3983/6685 59% [==================================== ] 3984/6685 59% [==================================== ] 3985/6685 59% [==================================== ] 3986/6685 59% [==================================== ] 3987/6685 59% [==================================== ] 3988/6685 59% [==================================== ] 3989/6685 59% [===================================== ] 3990/6685 59% [===================================== ] 3991/6685 59% [===================================== ] 3992/6685 59% [===================================== ] 3993/6685 59% [===================================== ] 3994/6685 59% [===================================== ] 3995/6685 59% [===================================== ] 3996/6685 59% [===================================== ] 3997/6685 59% [===================================== ] 3998/6685 59% [===================================== ] 3999/6685 59% [===================================== ] 4000/6685 59% [===================================== ] 4001/6685 59% [===================================== ] 4002/6685 59% [===================================== ] 4003/6685 59% [===================================== ] 4004/6685 59% [===================================== ] 4005/6685 59% [===================================== ] 4006/6685 59% [===================================== ] 4007/6685 59% [===================================== ] 4008/6685 59% [===================================== ] 4009/6685 59% [===================================== ] 4010/6685 59% [===================================== ] 4011/6685 60% [===================================== ] 4012/6685 60% [===================================== ] 4013/6685 60% [===================================== ] 4014/6685 60% [===================================== ] 4015/6685 60% [===================================== ] 4016/6685 60% [===================================== ] 4017/6685 60% [===================================== ] 4018/6685 60% [===================================== ] 4019/6685 60% [===================================== ] 4020/6685 60% [===================================== ] 4021/6685 60% [===================================== ] 4022/6685 60% [===================================== ] 4023/6685 60% [===================================== ] 4024/6685 60% [===================================== ] 4025/6685 60% [===================================== ] 4026/6685 60% [===================================== ] 4027/6685 60% [===================================== ] 4028/6685 60% [===================================== ] 4029/6685 60% [===================================== ] 4030/6685 60% [===================================== ] 4031/6685 60% [===================================== ] 4032/6685 60% [===================================== ] 4033/6685 60% [===================================== ] 4034/6685 60% [===================================== ] 4035/6685 60% [===================================== ] 4036/6685 60% [===================================== ] 4037/6685 60% [===================================== ] 4038/6685 60% [===================================== ] 4039/6685 60% [===================================== ] 4040/6685 60% [===================================== ] 4041/6685 60% [===================================== ] 4042/6685 60% [===================================== ] 4043/6685 60% [===================================== ] 4044/6685 60% [===================================== ] 4045/6685 60% [===================================== ] 4046/6685 60% [===================================== ] 4047/6685 60% [===================================== ] 4048/6685 60% [===================================== ] 4049/6685 60% [===================================== ] 4050/6685 60% [===================================== ] 4051/6685 60% [===================================== ] 4052/6685 60% [===================================== ] 4053/6685 60% [===================================== ] 4054/6685 60% [===================================== ] 4055/6685 60% [===================================== ] 4056/6685 60% [===================================== ] 4057/6685 60% [===================================== ] 4058/6685 60% [===================================== ] 4059/6685 60% [===================================== ] 4060/6685 60% [===================================== ] 4061/6685 60% [===================================== ] 4062/6685 60% [===================================== ] 4063/6685 60% [===================================== ] 4064/6685 60% [===================================== ] 4065/6685 60% [===================================== ] 4066/6685 60% [===================================== ] 4067/6685 60% [===================================== ] 4068/6685 60% [===================================== ] 4069/6685 60% [===================================== ] 4070/6685 60% [===================================== ] 4071/6685 60% [===================================== ] 4072/6685 60% [===================================== ] 4073/6685 60% [===================================== ] 4074/6685 60% [===================================== ] 4075/6685 60% [===================================== ] 4076/6685 60% [===================================== ] 4077/6685 60% [===================================== ] 4078/6685 61% [===================================== ] 4079/6685 61% [===================================== ] 4080/6685 61% [===================================== ] 4081/6685 61% [===================================== ] 4082/6685 61% [===================================== ] 4083/6685 61% [===================================== ] 4084/6685 61% [===================================== ] 4085/6685 61% [===================================== ] 4086/6685 61% [===================================== ] 4087/6685 61% [===================================== ] 4088/6685 61% [===================================== ] 4089/6685 61% [===================================== ] 4090/6685 61% [===================================== ] 4091/6685 61% [===================================== ] 4092/6685 61% [===================================== ] 4093/6685 61% [===================================== ] 4094/6685 61% [===================================== ] 4095/6685 61% [===================================== ] 4096/6685 61% [===================================== ] 4097/6685 61% [====================================== ] 4098/6685 61% [====================================== ] 4099/6685 61% [====================================== ] 4100/6685 61% [====================================== ] 4101/6685 61% [====================================== ] 4102/6685 61% [====================================== ] 4103/6685 61% [====================================== ] 4104/6685 61% [====================================== ] 4105/6685 61% [====================================== ] 4106/6685 61% [====================================== ] 4107/6685 61% [====================================== ] 4108/6685 61% [====================================== ] 4109/6685 61% [====================================== ] 4110/6685 61% [====================================== ] 4111/6685 61% [====================================== ] 4112/6685 61% [====================================== ] 4113/6685 61% [====================================== ] 4114/6685 61% [====================================== ] 4115/6685 61% [====================================== ] 4116/6685 61% [====================================== ] 4117/6685 61% [====================================== ] 4118/6685 61% [====================================== ] 4119/6685 61% [====================================== ] 4120/6685 61% [====================================== ] 4121/6685 61% [====================================== ] 4122/6685 61% [====================================== ] 4123/6685 61% [====================================== ] 4124/6685 61% [====================================== ] 4125/6685 61% [====================================== ] 4126/6685 61% [====================================== ] 4127/6685 61% [====================================== ] 4128/6685 61% [====================================== ] 4129/6685 61% [====================================== ] 4130/6685 61% [====================================== ] 4131/6685 61% [====================================== ] 4132/6685 61% [====================================== ] 4133/6685 61% [====================================== ] 4134/6685 61% [====================================== ] 4135/6685 61% [====================================== ] 4136/6685 61% [====================================== ] 4137/6685 61% [====================================== ] 4138/6685 61% [====================================== ] 4139/6685 61% [====================================== ] 4140/6685 61% [====================================== ] 4141/6685 61% [====================================== ] 4142/6685 61% [====================================== ] 4143/6685 61% [====================================== ] 4144/6685 61% [====================================== ] 4145/6685 62% [====================================== ] 4146/6685 62% [====================================== ] 4147/6685 62% [====================================== ] 4148/6685 62% [====================================== ] 4149/6685 62% [====================================== ] 4150/6685 62% [====================================== ] 4151/6685 62% [====================================== ] 4152/6685 62% [====================================== ] 4153/6685 62% [====================================== ] 4154/6685 62% [====================================== ] 4155/6685 62% [====================================== ] 4156/6685 62% [====================================== ] 4157/6685 62% [====================================== ] 4158/6685 62% [====================================== ] 4159/6685 62% [====================================== ] 4160/6685 62% [====================================== ] 4161/6685 62% [====================================== ] 4162/6685 62% [====================================== ] 4163/6685 62% [====================================== ] 4164/6685 62% [====================================== ] 4165/6685 62% [====================================== ] 4166/6685 62% [====================================== ] 4167/6685 62% [====================================== ] 4168/6685 62% [====================================== ] 4169/6685 62% [====================================== ] 4170/6685 62% [====================================== ] 4171/6685 62% [====================================== ] 4172/6685 62% [====================================== ] 4173/6685 62% [====================================== ] 4174/6685 62% [====================================== ] 4175/6685 62% [====================================== ] 4176/6685 62% [====================================== ] 4177/6685 62% [====================================== ] 4178/6685 62% [====================================== ] 4179/6685 62% [====================================== ] 4180/6685 62% [====================================== ] 4181/6685 62% [====================================== ] 4182/6685 62% [====================================== ] 4183/6685 62% [====================================== ] 4184/6685 62% [====================================== ] 4185/6685 62% [====================================== ] 4186/6685 62% [====================================== ] 4187/6685 62% [====================================== ] 4188/6685 62% [====================================== ] 4189/6685 62% [====================================== ] 4190/6685 62% [====================================== ] 4191/6685 62% [====================================== ] 4192/6685 62% [====================================== ] 4193/6685 62% [====================================== ] 4194/6685 62% [====================================== ] 4195/6685 62% [====================================== ] 4196/6685 62% [====================================== ] 4197/6685 62% [====================================== ] 4198/6685 62% [====================================== ] 4199/6685 62% [====================================== ] 4200/6685 62% [====================================== ] 4201/6685 62% [====================================== ] 4202/6685 62% [====================================== ] 4203/6685 62% [====================================== ] 4204/6685 62% [====================================== ] 4205/6685 62% [======================================= ] 4206/6685 62% [======================================= ] 4207/6685 62% [======================================= ] 4208/6685 62% [======================================= ] 4209/6685 62% [======================================= ] 4210/6685 62% [======================================= ] 4211/6685 62% [======================================= ] 4212/6685 63% [======================================= ] 4213/6685 63% [======================================= ] 4214/6685 63% [======================================= ] 4215/6685 63% [======================================= ] 4216/6685 63% [======================================= ] 4217/6685 63% [======================================= ] 4218/6685 63% [======================================= ] 4219/6685 63% [======================================= ] 4220/6685 63% [======================================= ] 4221/6685 63% [======================================= ] 4222/6685 63% [======================================= ] 4223/6685 63% [======================================= ] 4224/6685 63% [======================================= ] 4225/6685 63% [======================================= ] 4226/6685 63% [======================================= ] 4227/6685 63% [======================================= ] 4228/6685 63% [======================================= ] 4229/6685 63% [======================================= ] 4230/6685 63% [======================================= ] 4231/6685 63% [======================================= ] 4232/6685 63% [======================================= ] 4233/6685 63% [======================================= ] 4234/6685 63% [======================================= ] 4235/6685 63% [======================================= ] 4236/6685 63% [======================================= ] 4237/6685 63% [======================================= ] 4238/6685 63% [======================================= ] 4239/6685 63% [======================================= ] 4240/6685 63% [======================================= ] 4241/6685 63% [======================================= ] 4242/6685 63% [======================================= ] 4243/6685 63% [======================================= ] 4244/6685 63% [======================================= ] 4245/6685 63% [======================================= ] 4246/6685 63% [======================================= ] 4247/6685 63% [======================================= ] 4248/6685 63% [======================================= ] 4249/6685 63% [======================================= ] 4250/6685 63% [======================================= ] 4251/6685 63% [======================================= ] 4252/6685 63% [======================================= ] 4253/6685 63% [======================================= ] 4254/6685 63% [======================================= ] 4255/6685 63% [======================================= ] 4256/6685 63% [======================================= ] 4257/6685 63% [======================================= ] 4258/6685 63% [======================================= ] 4259/6685 63% [======================================= ] 4260/6685 63% [======================================= ] 4261/6685 63% [======================================= ] 4262/6685 63% [======================================= ] 4263/6685 63% [======================================= ] 4264/6685 63% [======================================= ] 4265/6685 63% [======================================= ] 4266/6685 63% [======================================= ] 4267/6685 63% [======================================= ] 4268/6685 63% [======================================= ] 4269/6685 63% [======================================= ] 4270/6685 63% [======================================= ] 4271/6685 63% [======================================= ] 4272/6685 63% [======================================= ] 4273/6685 63% [======================================= ] 4274/6685 63% [======================================= ] 4275/6685 63% [======================================= ] 4276/6685 63% [======================================= ] 4277/6685 63% [======================================= ] 4278/6685 63% [======================================= ] 4279/6685 64% [======================================= ] 4280/6685 64% [======================================= ] 4281/6685 64% [======================================= ] 4282/6685 64% [======================================= ] 4283/6685 64% [======================================= ] 4284/6685 64% [======================================= ] 4285/6685 64% [======================================= ] 4286/6685 64% [======================================= ] 4287/6685 64% [======================================= ] 4288/6685 64% [======================================= ] 4289/6685 64% [======================================= ] 4290/6685 64% [======================================= ] 4291/6685 64% [======================================= ] 4292/6685 64% [======================================= ] 4293/6685 64% [======================================= ] 4294/6685 64% [======================================= ] 4295/6685 64% [======================================= ] 4296/6685 64% [======================================= ] 4297/6685 64% [======================================= ] 4298/6685 64% [======================================= ] 4299/6685 64% [======================================= ] 4300/6685 64% [======================================= ] 4301/6685 64% [======================================= ] 4302/6685 64% [======================================= ] 4303/6685 64% [======================================= ] 4304/6685 64% [======================================= ] 4305/6685 64% [======================================= ] 4306/6685 64% [======================================= ] 4307/6685 64% [======================================= ] 4308/6685 64% [======================================= ] 4309/6685 64% [======================================= ] 4310/6685 64% [======================================= ] 4311/6685 64% [======================================= ] 4312/6685 64% [======================================== ] 4313/6685 64% [======================================== ] 4314/6685 64% [======================================== ] 4315/6685 64% [======================================== ] 4316/6685 64% [======================================== ] 4317/6685 64% [======================================== ] 4318/6685 64% [======================================== ] 4319/6685 64% [======================================== ] 4320/6685 64% [======================================== ] 4321/6685 64% [======================================== ] 4322/6685 64% [======================================== ] 4323/6685 64% [======================================== ] 4324/6685 64% [======================================== ] 4325/6685 64% [======================================== ] 4326/6685 64% [======================================== ] 4327/6685 64% [======================================== ] 4328/6685 64% [======================================== ] 4329/6685 64% [======================================== ] 4330/6685 64% [======================================== ] 4331/6685 64% [======================================== ] 4332/6685 64% [======================================== ] 4333/6685 64% [======================================== ] 4334/6685 64% [======================================== ] 4335/6685 64% [======================================== ] 4336/6685 64% [======================================== ] 4337/6685 64% [======================================== ] 4338/6685 64% [======================================== ] 4339/6685 64% [======================================== ] 4340/6685 64% [======================================== ] 4341/6685 64% [======================================== ] 4342/6685 64% [======================================== ] 4343/6685 64% [======================================== ] 4344/6685 64% [======================================== ] 4345/6685 64% [======================================== ] 4346/6685 65% [======================================== ] 4347/6685 65% [======================================== ] 4348/6685 65% [======================================== ] 4349/6685 65% [======================================== ] 4350/6685 65% [======================================== ] 4351/6685 65% [======================================== ] 4352/6685 65% [======================================== ] 4353/6685 65% [======================================== ] 4354/6685 65% [======================================== ] 4355/6685 65% [======================================== ] 4356/6685 65% [======================================== ] 4357/6685 65% [======================================== ] 4358/6685 65% [======================================== ] 4359/6685 65% [======================================== ] 4360/6685 65% [======================================== ] 4361/6685 65% [======================================== ] 4362/6685 65% [======================================== ] 4363/6685 65% [======================================== ] 4364/6685 65% [======================================== ] 4365/6685 65% [======================================== ] 4366/6685 65% [======================================== ] 4367/6685 65% [======================================== ] 4368/6685 65% [======================================== ] 4369/6685 65% [======================================== ] 4370/6685 65% [======================================== ] 4371/6685 65% [======================================== ] 4372/6685 65% [======================================== ] 4373/6685 65% [======================================== ] 4374/6685 65% [======================================== ] 4375/6685 65% [======================================== ] 4376/6685 65% [======================================== ] 4377/6685 65% [======================================== ] 4378/6685 65% [======================================== ] 4379/6685 65% [======================================== ] 4380/6685 65% [======================================== ] 4381/6685 65% [======================================== ] 4382/6685 65% [======================================== ] 4383/6685 65% [======================================== ] 4384/6685 65% [======================================== ] 4385/6685 65% [======================================== ] 4386/6685 65% [======================================== ] 4387/6685 65% [======================================== ] 4388/6685 65% [======================================== ] 4389/6685 65% [======================================== ] 4390/6685 65% [======================================== ] 4391/6685 65% [======================================== ] 4392/6685 65% [======================================== ] 4393/6685 65% [======================================== ] 4394/6685 65% [======================================== ] 4395/6685 65% [======================================== ] 4396/6685 65% [======================================== ] 4397/6685 65% [======================================== ] 4398/6685 65% [======================================== ] 4399/6685 65% [======================================== ] 4400/6685 65% [======================================== ] 4401/6685 65% [======================================== ] 4402/6685 65% [======================================== ] 4403/6685 65% [======================================== ] 4404/6685 65% [======================================== ] 4405/6685 65% [======================================== ] 4406/6685 65% [======================================== ] 4407/6685 65% [======================================== ] 4408/6685 65% [======================================== ] 4409/6685 65% [======================================== ] 4410/6685 65% [======================================== ] 4411/6685 65% [======================================== ] 4412/6685 65% [======================================== ] 4413/6685 66% [======================================== ] 4414/6685 66% [======================================== ] 4415/6685 66% [======================================== ] 4416/6685 66% [======================================== ] 4417/6685 66% [======================================== ] 4418/6685 66% [======================================== ] 4419/6685 66% [======================================== ] 4420/6685 66% [========================================= ] 4421/6685 66% [========================================= ] 4422/6685 66% [========================================= ] 4423/6685 66% [========================================= ] 4424/6685 66% [========================================= ] 4425/6685 66% [========================================= ] 4426/6685 66% [========================================= ] 4427/6685 66% [========================================= ] 4428/6685 66% [========================================= ] 4429/6685 66% [========================================= ] 4430/6685 66% [========================================= ] 4431/6685 66% [========================================= ] 4432/6685 66% [========================================= ] 4433/6685 66% [========================================= ] 4434/6685 66% [========================================= ] 4435/6685 66% [========================================= ] 4436/6685 66% [========================================= ] 4437/6685 66% [========================================= ] 4438/6685 66% [========================================= ] 4439/6685 66% [========================================= ] 4440/6685 66% [========================================= ] 4441/6685 66% [========================================= ] 4442/6685 66% [========================================= ] 4443/6685 66% [========================================= ] 4444/6685 66% [========================================= ] 4445/6685 66% [========================================= ] 4446/6685 66% [========================================= ] 4447/6685 66% [========================================= ] 4448/6685 66% [========================================= ] 4449/6685 66% [========================================= ] 4450/6685 66% [========================================= ] 4451/6685 66% [========================================= ] 4452/6685 66% [========================================= ] 4453/6685 66% [========================================= ] 4454/6685 66% [========================================= ] 4455/6685 66% [========================================= ] 4456/6685 66% [========================================= ] 4457/6685 66% [========================================= ] 4458/6685 66% [========================================= ] 4459/6685 66% [========================================= ] 4460/6685 66% [========================================= ] 4461/6685 66% [========================================= ] 4462/6685 66% [========================================= ] 4463/6685 66% [========================================= ] 4464/6685 66% [========================================= ] 4465/6685 66% [========================================= ] 4466/6685 66% [========================================= ] 4467/6685 66% [========================================= ] 4468/6685 66% [========================================= ] 4469/6685 66% [========================================= ] 4470/6685 66% [========================================= ] 4471/6685 66% [========================================= ] 4472/6685 66% [========================================= ] 4473/6685 66% [========================================= ] 4474/6685 66% [========================================= ] 4475/6685 66% [========================================= ] 4476/6685 66% [========================================= ] 4477/6685 66% [========================================= ] 4478/6685 66% [========================================= ] 4479/6685 67% [========================================= ] 4480/6685 67% [========================================= ] 4481/6685 67% [========================================= ] 4482/6685 67% [========================================= ] 4483/6685 67% [========================================= ] 4484/6685 67% [========================================= ] 4485/6685 67% [========================================= ] 4486/6685 67% [========================================= ] 4487/6685 67% [========================================= ] 4488/6685 67% [========================================= ] 4489/6685 67% [========================================= ] 4490/6685 67% [========================================= ] 4491/6685 67% [========================================= ] 4492/6685 67% [========================================= ] 4493/6685 67% [========================================= ] 4494/6685 67% [========================================= ] 4495/6685 67% [========================================= ] 4496/6685 67% [========================================= ] 4497/6685 67% [========================================= ] 4498/6685 67% [========================================= ] 4499/6685 67% [========================================= ] 4500/6685 67% [========================================= ] 4501/6685 67% [========================================= ] 4502/6685 67% [========================================= ] 4503/6685 67% [========================================= ] 4504/6685 67% [========================================= ] 4505/6685 67% [========================================= ] 4506/6685 67% [========================================= ] 4507/6685 67% [========================================= ] 4508/6685 67% [========================================= ] 4509/6685 67% [========================================= ] 4510/6685 67% [========================================= ] 4511/6685 67% [========================================= ] 4512/6685 67% [========================================= ] 4513/6685 67% [========================================= ] 4514/6685 67% [========================================= ] 4515/6685 67% [========================================= ] 4516/6685 67% [========================================= ] 4517/6685 67% [========================================= ] 4518/6685 67% [========================================= ] 4519/6685 67% [========================================= ] 4520/6685 67% [========================================= ] 4521/6685 67% [========================================= ] 4522/6685 67% [========================================= ] 4523/6685 67% [========================================= ] 4524/6685 67% [========================================= ] 4525/6685 67% [========================================= ] 4526/6685 67% [========================================= ] 4527/6685 67% [========================================= ] 4528/6685 67% [========================================== ] 4529/6685 67% [========================================== ] 4530/6685 67% [========================================== ] 4531/6685 67% [========================================== ] 4532/6685 67% [========================================== ] 4533/6685 67% [========================================== ] 4534/6685 67% [========================================== ] 4535/6685 67% [========================================== ] 4536/6685 67% [========================================== ] 4537/6685 67% [========================================== ] 4538/6685 67% [========================================== ] 4539/6685 67% [========================================== ] 4540/6685 67% [========================================== ] 4541/6685 67% [========================================== ] 4542/6685 67% [========================================== ] 4543/6685 67% [========================================== ] 4544/6685 67% [========================================== ] 4545/6685 67% [========================================== ] 4546/6685 68% [========================================== ] 4547/6685 68% [========================================== ] 4548/6685 68% [========================================== ] 4549/6685 68% [========================================== ] 4550/6685 68% [========================================== ] 4551/6685 68% [========================================== ] 4552/6685 68% [========================================== ] 4553/6685 68% [========================================== ] 4554/6685 68% [========================================== ] 4555/6685 68% [========================================== ] 4556/6685 68% [========================================== ] 4557/6685 68% [========================================== ] 4558/6685 68% [========================================== ] 4559/6685 68% [========================================== ] 4560/6685 68% [========================================== ] 4561/6685 68% [========================================== ] 4562/6685 68% [========================================== ] 4563/6685 68% [========================================== ] 4564/6685 68% [========================================== ] 4565/6685 68% [========================================== ] 4566/6685 68% [========================================== ] 4567/6685 68% [========================================== ] 4568/6685 68% [========================================== ] 4569/6685 68% [========================================== ] 4570/6685 68% [========================================== ] 4571/6685 68% [========================================== ] 4572/6685 68% [========================================== ] 4573/6685 68% [========================================== ] 4574/6685 68% [========================================== ] 4575/6685 68% [========================================== ] 4576/6685 68% [========================================== ] 4577/6685 68% [========================================== ] 4578/6685 68% [========================================== ] 4579/6685 68% [========================================== ] 4580/6685 68% [========================================== ] 4581/6685 68% [========================================== ] 4582/6685 68% [========================================== ] 4583/6685 68% [========================================== ] 4584/6685 68% [========================================== ] 4585/6685 68% [========================================== ] 4586/6685 68% [========================================== ] 4587/6685 68% [========================================== ] 4588/6685 68% [========================================== ] 4589/6685 68% [========================================== ] 4590/6685 68% [========================================== ] 4591/6685 68% [========================================== ] 4592/6685 68% [========================================== ] 4593/6685 68% [========================================== ] 4594/6685 68% [========================================== ] 4595/6685 68% [========================================== ] 4596/6685 68% [========================================== ] 4597/6685 68% [========================================== ] 4598/6685 68% [========================================== ] 4599/6685 68% [========================================== ] 4600/6685 68% [========================================== ] 4601/6685 68% [========================================== ] 4602/6685 68% [========================================== ] 4603/6685 68% [========================================== ] 4604/6685 68% [========================================== ] 4605/6685 68% [========================================== ] 4606/6685 68% [========================================== ] 4607/6685 68% [========================================== ] 4608/6685 68% [========================================== ] 4609/6685 68% [========================================== ] 4610/6685 68% [========================================== ] 4611/6685 68% [========================================== ] 4612/6685 68% [========================================== ] 4613/6685 69% [========================================== ] 4614/6685 69% [========================================== ] 4615/6685 69% [========================================== ] 4616/6685 69% [========================================== ] 4617/6685 69% [========================================== ] 4618/6685 69% [========================================== ] 4619/6685 69% [========================================== ] 4620/6685 69% [========================================== ] 4621/6685 69% [========================================== ] 4622/6685 69% [========================================== ] 4623/6685 69% [========================================== ] 4624/6685 69% [========================================== ] 4625/6685 69% [========================================== ] 4626/6685 69% [========================================== ] 4627/6685 69% [========================================== ] 4628/6685 69% [========================================== ] 4629/6685 69% [========================================== ] 4630/6685 69% [========================================== ] 4631/6685 69% [========================================== ] 4632/6685 69% [========================================== ] 4633/6685 69% [========================================== ] 4634/6685 69% [========================================== ] 4635/6685 69% [========================================== ] 4636/6685 69% [=========================================== ] 4637/6685 69% [=========================================== ] 4638/6685 69% [=========================================== ] 4639/6685 69% [=========================================== ] 4640/6685 69% [=========================================== ] 4641/6685 69% [=========================================== ] 4642/6685 69% [=========================================== ] 4643/6685 69% [=========================================== ] 4644/6685 69% [=========================================== ] 4645/6685 69% [=========================================== ] 4646/6685 69% [=========================================== ] 4647/6685 69% [=========================================== ] 4648/6685 69% [=========================================== ] 4649/6685 69% [=========================================== ] 4650/6685 69% [=========================================== ] 4651/6685 69% [=========================================== ] 4652/6685 69% [=========================================== ] 4653/6685 69% [=========================================== ] 4654/6685 69% [=========================================== ] 4655/6685 69% [=========================================== ] 4656/6685 69% [=========================================== ] 4657/6685 69% [=========================================== ] 4658/6685 69% [=========================================== ] 4659/6685 69% [=========================================== ] 4660/6685 69% [=========================================== ] 4661/6685 69% [=========================================== ] 4662/6685 69% [=========================================== ] 4663/6685 69% [=========================================== ] 4664/6685 69% [=========================================== ] 4665/6685 69% [=========================================== ] 4666/6685 69% [=========================================== ] 4667/6685 69% [=========================================== ] 4668/6685 69% [=========================================== ] 4669/6685 69% [=========================================== ] 4670/6685 69% [=========================================== ] 4671/6685 69% [=========================================== ] 4672/6685 69% [=========================================== ] 4673/6685 69% [=========================================== ] 4674/6685 69% [=========================================== ] 4675/6685 69% [=========================================== ] 4676/6685 69% [=========================================== ] 4677/6685 69% [=========================================== ] 4678/6685 69% [=========================================== ] 4679/6685 69% [=========================================== ] 4680/6685 70% [=========================================== ] 4681/6685 70% [=========================================== ] 4682/6685 70% [=========================================== ] 4683/6685 70% [=========================================== ] 4684/6685 70% [=========================================== ] 4685/6685 70% [=========================================== ] 4686/6685 70% [=========================================== ] 4687/6685 70% [=========================================== ] 4688/6685 70% [=========================================== ] 4689/6685 70% [=========================================== ] 4690/6685 70% [=========================================== ] 4691/6685 70% [=========================================== ] 4692/6685 70% [=========================================== ] 4693/6685 70% [=========================================== ] 4694/6685 70% [=========================================== ] 4695/6685 70% [=========================================== ] 4696/6685 70% [=========================================== ] 4697/6685 70% [=========================================== ] 4698/6685 70% [=========================================== ] 4699/6685 70% [=========================================== ] 4700/6685 70% [=========================================== ] 4701/6685 70% [=========================================== ] 4702/6685 70% [=========================================== ] 4703/6685 70% [=========================================== ] 4704/6685 70% [=========================================== ] 4705/6685 70% [=========================================== ] 4706/6685 70% [=========================================== ] 4707/6685 70% [=========================================== ] 4708/6685 70% [=========================================== ] 4709/6685 70% [=========================================== ] 4710/6685 70% [=========================================== ] 4711/6685 70% [=========================================== ] 4712/6685 70% [=========================================== ] 4713/6685 70% [=========================================== ] 4714/6685 70% [=========================================== ] 4715/6685 70% [=========================================== ] 4716/6685 70% [=========================================== ] 4717/6685 70% [=========================================== ] 4718/6685 70% [=========================================== ] 4719/6685 70% [=========================================== ] 4720/6685 70% [=========================================== ] 4721/6685 70% [=========================================== ] 4722/6685 70% [=========================================== ] 4723/6685 70% [=========================================== ] 4724/6685 70% [=========================================== ] 4725/6685 70% [=========================================== ] 4726/6685 70% [=========================================== ] 4727/6685 70% [=========================================== ] 4728/6685 70% [=========================================== ] 4729/6685 70% [=========================================== ] 4730/6685 70% [=========================================== ] 4731/6685 70% [=========================================== ] 4732/6685 70% [=========================================== ] 4733/6685 70% [=========================================== ] 4734/6685 70% [=========================================== ] 4735/6685 70% [=========================================== ] 4736/6685 70% [=========================================== ] 4737/6685 70% [=========================================== ] 4738/6685 70% [=========================================== ] 4739/6685 70% [=========================================== ] 4740/6685 70% [=========================================== ] 4741/6685 70% [=========================================== ] 4742/6685 70% [=========================================== ] 4743/6685 70% [=========================================== ] 4744/6685 70% [============================================ ] 4745/6685 70% [============================================ ] 4746/6685 70% [============================================ ] 4747/6685 71% [============================================ ] 4748/6685 71% [============================================ ] 4749/6685 71% [============================================ ] 4750/6685 71% [============================================ ] 4751/6685 71% [============================================ ] 4752/6685 71% [============================================ ] 4753/6685 71% [============================================ ] 4754/6685 71% [============================================ ] 4755/6685 71% [============================================ ] 4756/6685 71% [============================================ ] 4757/6685 71% [============================================ ] 4758/6685 71% [============================================ ] 4759/6685 71% [============================================ ] 4760/6685 71% [============================================ ] 4761/6685 71% [============================================ ] 4762/6685 71% [============================================ ] 4763/6685 71% [============================================ ] 4764/6685 71% [============================================ ] 4765/6685 71% [============================================ ] 4766/6685 71% [============================================ ] 4767/6685 71% [============================================ ] 4768/6685 71% [============================================ ] 4769/6685 71% [============================================ ] 4770/6685 71% [============================================ ] 4771/6685 71% [============================================ ] 4772/6685 71% [============================================ ] 4773/6685 71% [============================================ ] 4774/6685 71% [============================================ ] 4775/6685 71% [============================================ ] 4776/6685 71% [============================================ ] 4777/6685 71% [============================================ ] 4778/6685 71% [============================================ ] 4779/6685 71% [============================================ ] 4780/6685 71% [============================================ ] 4781/6685 71% [============================================ ] 4782/6685 71% [============================================ ] 4783/6685 71% [============================================ ] 4784/6685 71% [============================================ ] 4785/6685 71% [============================================ ] 4786/6685 71% [============================================ ] 4787/6685 71% [============================================ ] 4788/6685 71% [============================================ ] 4789/6685 71% [============================================ ] 4790/6685 71% [============================================ ] 4791/6685 71% [============================================ ] 4792/6685 71% [============================================ ] 4793/6685 71% [============================================ ] 4794/6685 71% [============================================ ] 4795/6685 71% [============================================ ] 4796/6685 71% [============================================ ] 4797/6685 71% [============================================ ] 4798/6685 71% [============================================ ] 4799/6685 71% [============================================ ] 4800/6685 71% [============================================ ] 4801/6685 71% [============================================ ] 4802/6685 71% [============================================ ] 4803/6685 71% [============================================ ] 4804/6685 71% [============================================ ] 4805/6685 71% [============================================ ] 4806/6685 71% [============================================ ] 4807/6685 71% [============================================ ] 4808/6685 71% [============================================ ] 4809/6685 71% [============================================ ] 4810/6685 71% [============================================ ] 4811/6685 71% [============================================ ] 4812/6685 71% [============================================ ] 4813/6685 71% [============================================ ] 4814/6685 72% [============================================ ] 4815/6685 72% [============================================ ] 4816/6685 72% [============================================ ] 4817/6685 72% [============================================ ] 4818/6685 72% [============================================ ] 4819/6685 72% [============================================ ] 4820/6685 72% [============================================ ] 4821/6685 72% [============================================ ] 4822/6685 72% [============================================ ] 4823/6685 72% [============================================ ] 4824/6685 72% [============================================ ] 4825/6685 72% [============================================ ] 4826/6685 72% [============================================ ] 4827/6685 72% [============================================ ] 4828/6685 72% [============================================ ] 4829/6685 72% [============================================ ] 4830/6685 72% [============================================ ] 4831/6685 72% [============================================ ] 4832/6685 72% [============================================ ] 4833/6685 72% [============================================ ] 4834/6685 72% [============================================ ] 4835/6685 72% [============================================ ] 4836/6685 72% [============================================ ] 4837/6685 72% [============================================ ] 4838/6685 72% [============================================ ] 4839/6685 72% [============================================ ] 4840/6685 72% [============================================ ] 4841/6685 72% [============================================ ] 4842/6685 72% [============================================ ] 4843/6685 72% [============================================ ] 4844/6685 72% [============================================ ] 4845/6685 72% [============================================ ] 4846/6685 72% [============================================ ] 4847/6685 72% [============================================ ] 4848/6685 72% [============================================ ] 4849/6685 72% [============================================ ] 4850/6685 72% [============================================ ] 4851/6685 72% [============================================ ] 4852/6685 72% [============================================= ] 4853/6685 72% [============================================= ] 4854/6685 72% [============================================= ] 4855/6685 72% [============================================= ] 4856/6685 72% [============================================= ] 4857/6685 72% [============================================= ] 4858/6685 72% [============================================= ] 4859/6685 72% [============================================= ] 4860/6685 72% [============================================= ] 4861/6685 72% [============================================= ] 4862/6685 72% [============================================= ] 4863/6685 72% [============================================= ] 4864/6685 72% [============================================= ] 4865/6685 72% [============================================= ] 4866/6685 72% [============================================= ] 4867/6685 72% [============================================= ] 4868/6685 72% [============================================= ] 4869/6685 72% [============================================= ] 4870/6685 72% [============================================= ] 4871/6685 72% [============================================= ] 4872/6685 72% [============================================= ] 4873/6685 72% [============================================= ] 4874/6685 72% [============================================= ] 4875/6685 72% [============================================= ] 4876/6685 72% [============================================= ] 4877/6685 72% [============================================= ] 4878/6685 72% [============================================= ] 4879/6685 72% [============================================= ] 4880/6685 72% [============================================= ] 4881/6685 73% [============================================= ] 4882/6685 73% [============================================= ] 4883/6685 73% [============================================= ] 4884/6685 73% [============================================= ] 4885/6685 73% [============================================= ] 4886/6685 73% [============================================= ] 4887/6685 73% [============================================= ] 4888/6685 73% [============================================= ] 4889/6685 73% [============================================= ] 4890/6685 73% [============================================= ] 4891/6685 73% [============================================= ] 4892/6685 73% [============================================= ] 4893/6685 73% [============================================= ] 4894/6685 73% [============================================= ] 4895/6685 73% [============================================= ] 4896/6685 73% [============================================= ] 4897/6685 73% [============================================= ] 4898/6685 73% [============================================= ] 4899/6685 73% [============================================= ] 4900/6685 73% [============================================= ] 4901/6685 73% [============================================= ] 4902/6685 73% [============================================= ] 4903/6685 73% [============================================= ] 4904/6685 73% [============================================= ] 4905/6685 73% [============================================= ] 4906/6685 73% [============================================= ] 4907/6685 73% [============================================= ] 4908/6685 73% [============================================= ] 4909/6685 73% [============================================= ] 4910/6685 73% [============================================= ] 4911/6685 73% [============================================= ] 4912/6685 73% [============================================= ] 4913/6685 73% [============================================= ] 4914/6685 73% [============================================= ] 4915/6685 73% [============================================= ] 4916/6685 73% [============================================= ] 4917/6685 73% [============================================= ] 4918/6685 73% [============================================= ] 4919/6685 73% [============================================= ] 4920/6685 73% [============================================= ] 4921/6685 73% [============================================= ] 4922/6685 73% [============================================= ] 4923/6685 73% [============================================= ] 4924/6685 73% [============================================= ] 4925/6685 73% [============================================= ] 4926/6685 73% [============================================= ] 4927/6685 73% [============================================= ] 4928/6685 73% [============================================= ] 4929/6685 73% [============================================= ] 4930/6685 73% [============================================= ] 4931/6685 73% [============================================= ] 4932/6685 73% [============================================= ] 4933/6685 73% [============================================= ] 4934/6685 73% [============================================= ] 4935/6685 73% [============================================= ] 4936/6685 73% [============================================= ] 4937/6685 73% [============================================= ] 4938/6685 73% [============================================= ] 4939/6685 73% [============================================= ] 4940/6685 73% [============================================= ] 4941/6685 73% [============================================= ] 4942/6685 73% [============================================= ] 4943/6685 73% [============================================= ] 4944/6685 73% [============================================= ] 4945/6685 73% [============================================= ] 4946/6685 73% [============================================= ] 4947/6685 74% [============================================= ] 4948/6685 74% [============================================= ] 4949/6685 74% [============================================= ] 4950/6685 74% [============================================= ] 4951/6685 74% [============================================= ] 4952/6685 74% [============================================= ] 4953/6685 74% [============================================= ] 4954/6685 74% [============================================= ] 4955/6685 74% [============================================= ] 4956/6685 74% [============================================= ] 4957/6685 74% [============================================= ] 4958/6685 74% [============================================= ] 4959/6685 74% [============================================== ] 4960/6685 74% [============================================== ] 4961/6685 74% [============================================== ] 4962/6685 74% [============================================== ] 4963/6685 74% [============================================== ] 4964/6685 74% [============================================== ] 4965/6685 74% [============================================== ] 4966/6685 74% [============================================== ] 4967/6685 74% [============================================== ] 4968/6685 74% [============================================== ] 4969/6685 74% [============================================== ] 4970/6685 74% [============================================== ] 4971/6685 74% [============================================== ] 4972/6685 74% [============================================== ] 4973/6685 74% [============================================== ] 4974/6685 74% [============================================== ] 4975/6685 74% [============================================== ] 4976/6685 74% [============================================== ] 4977/6685 74% [============================================== ] 4978/6685 74% [============================================== ] 4979/6685 74% [============================================== ] 4980/6685 74% [============================================== ] 4981/6685 74% [============================================== ] 4982/6685 74% [============================================== ] 4983/6685 74% [============================================== ] 4984/6685 74% [============================================== ] 4985/6685 74% [============================================== ] 4986/6685 74% [============================================== ] 4987/6685 74% [============================================== ] 4988/6685 74% [============================================== ] 4989/6685 74% [============================================== ] 4990/6685 74% [============================================== ] 4991/6685 74% [============================================== ] 4992/6685 74% [============================================== ] 4993/6685 74% [============================================== ] 4994/6685 74% [============================================== ] 4995/6685 74% [============================================== ] 4996/6685 74% [============================================== ] 4997/6685 74% [============================================== ] 4998/6685 74% [============================================== ] 4999/6685 74% [============================================== ] 5000/6685 74% [============================================== ] 5001/6685 74% [============================================== ] 5002/6685 74% [============================================== ] 5003/6685 74% [============================================== ] 5004/6685 74% [============================================== ] 5005/6685 74% [============================================== ] 5006/6685 74% [============================================== ] 5007/6685 74% [============================================== ] 5008/6685 74% [============================================== ] 5009/6685 74% [============================================== ] 5010/6685 74% [============================================== ] 5011/6685 74% [============================================== ] 5012/6685 74% [============================================== ] 5013/6685 74% [============================================== ] 5014/6685 75% [============================================== ] 5015/6685 75% [============================================== ] 5016/6685 75% [============================================== ] 5017/6685 75% [============================================== ] 5018/6685 75% [============================================== ] 5019/6685 75% [============================================== ] 5020/6685 75% [============================================== ] 5021/6685 75% [============================================== ] 5022/6685 75% [============================================== ] 5023/6685 75% [============================================== ] 5024/6685 75% [============================================== ] 5025/6685 75% [============================================== ] 5026/6685 75% [============================================== ] 5027/6685 75% [============================================== ] 5028/6685 75% [============================================== ] 5029/6685 75% [============================================== ] 5030/6685 75% [============================================== ] 5031/6685 75% [============================================== ] 5032/6685 75% [============================================== ] 5033/6685 75% [============================================== ] 5034/6685 75% [============================================== ] 5035/6685 75% [============================================== ] 5036/6685 75% [============================================== ] 5037/6685 75% [============================================== ] 5038/6685 75% [============================================== ] 5039/6685 75% [============================================== ] 5040/6685 75% [============================================== ] 5041/6685 75% [============================================== ] 5042/6685 75% [============================================== ] 5043/6685 75% [============================================== ] 5044/6685 75% [============================================== ] 5045/6685 75% [============================================== ] 5046/6685 75% [============================================== ] 5047/6685 75% [============================================== ] 5048/6685 75% [============================================== ] 5049/6685 75% [============================================== ] 5050/6685 75% [============================================== ] 5051/6685 75% [============================================== ] 5052/6685 75% [============================================== ] 5053/6685 75% [============================================== ] 5054/6685 75% [============================================== ] 5055/6685 75% [============================================== ] 5056/6685 75% [============================================== ] 5057/6685 75% [============================================== ] 5058/6685 75% [============================================== ] 5059/6685 75% [============================================== ] 5060/6685 75% [============================================== ] 5061/6685 75% [============================================== ] 5062/6685 75% [============================================== ] 5063/6685 75% [============================================== ] 5064/6685 75% [============================================== ] 5065/6685 75% [============================================== ] 5066/6685 75% [============================================== ] 5067/6685 75% [=============================================== ] 5068/6685 75% [=============================================== ] 5069/6685 75% [=============================================== ] 5070/6685 75% [=============================================== ] 5071/6685 75% [=============================================== ] 5072/6685 75% [=============================================== ] 5073/6685 75% [=============================================== ] 5074/6685 75% [=============================================== ] 5075/6685 75% [=============================================== ] 5076/6685 75% [=============================================== ] 5077/6685 75% [=============================================== ] 5078/6685 75% [=============================================== ] 5079/6685 75% [=============================================== ] 5080/6685 75% [=============================================== ] 5081/6685 76% [=============================================== ] 5082/6685 76% [=============================================== ] 5083/6685 76% [=============================================== ] 5084/6685 76% [=============================================== ] 5085/6685 76% [=============================================== ] 5086/6685 76% [=============================================== ] 5087/6685 76% [=============================================== ] 5088/6685 76% [=============================================== ] 5089/6685 76% [=============================================== ] 5090/6685 76% [=============================================== ] 5091/6685 76% [=============================================== ] 5092/6685 76% [=============================================== ] 5093/6685 76% [=============================================== ] 5094/6685 76% [=============================================== ] 5095/6685 76% [=============================================== ] 5096/6685 76% [=============================================== ] 5097/6685 76% [=============================================== ] 5098/6685 76% [=============================================== ] 5099/6685 76% [=============================================== ] 5100/6685 76% [=============================================== ] 5101/6685 76% [=============================================== ] 5102/6685 76% [=============================================== ] 5103/6685 76% [=============================================== ] 5104/6685 76% [=============================================== ] 5105/6685 76% [=============================================== ] 5106/6685 76% [=============================================== ] 5107/6685 76% [=============================================== ] 5108/6685 76% [=============================================== ] 5109/6685 76% [=============================================== ] 5110/6685 76% [=============================================== ] 5111/6685 76% [=============================================== ] 5112/6685 76% [=============================================== ] 5113/6685 76% [=============================================== ] 5114/6685 76% [=============================================== ] 5115/6685 76% [=============================================== ] 5116/6685 76% [=============================================== ] 5117/6685 76% [=============================================== ] 5118/6685 76% [=============================================== ] 5119/6685 76% [=============================================== ] 5120/6685 76% [=============================================== ] 5121/6685 76% [=============================================== ] 5122/6685 76% [=============================================== ] 5123/6685 76% [=============================================== ] 5124/6685 76% [=============================================== ] 5125/6685 76% [=============================================== ] 5126/6685 76% [=============================================== ] 5127/6685 76% [=============================================== ] 5128/6685 76% [=============================================== ] 5129/6685 76% [=============================================== ] 5130/6685 76% [=============================================== ] 5131/6685 76% [=============================================== ] 5132/6685 76% [=============================================== ] 5133/6685 76% [=============================================== ] 5134/6685 76% [=============================================== ] 5135/6685 76% [=============================================== ] 5136/6685 76% [=============================================== ] 5137/6685 76% [=============================================== ] 5138/6685 76% [=============================================== ] 5139/6685 76% [=============================================== ] 5140/6685 76% [=============================================== ] 5141/6685 76% [=============================================== ] 5142/6685 76% [=============================================== ] 5143/6685 76% [=============================================== ] 5144/6685 76% [=============================================== ] 5145/6685 76% [=============================================== ] 5146/6685 76% [=============================================== ] 5147/6685 76% [=============================================== ] 5148/6685 77% [=============================================== ] 5149/6685 77% [=============================================== ] 5150/6685 77% [=============================================== ] 5151/6685 77% [=============================================== ] 5152/6685 77% [=============================================== ] 5153/6685 77% [=============================================== ] 5154/6685 77% [=============================================== ] 5155/6685 77% [=============================================== ] 5156/6685 77% [=============================================== ] 5157/6685 77% [=============================================== ] 5158/6685 77% [=============================================== ] 5159/6685 77% [=============================================== ] 5160/6685 77% [=============================================== ] 5161/6685 77% [=============================================== ] 5162/6685 77% [=============================================== ] 5163/6685 77% [=============================================== ] 5164/6685 77% [=============================================== ] 5165/6685 77% [=============================================== ] 5166/6685 77% [=============================================== ] 5167/6685 77% [=============================================== ] 5168/6685 77% [=============================================== ] 5169/6685 77% [=============================================== ] 5170/6685 77% [=============================================== ] 5171/6685 77% [=============================================== ] 5172/6685 77% [=============================================== ] 5173/6685 77% [=============================================== ] 5174/6685 77% [=============================================== ] 5175/6685 77% [================================================ ] 5176/6685 77% [================================================ ] 5177/6685 77% [================================================ ] 5178/6685 77% [================================================ ] 5179/6685 77% [================================================ ] 5180/6685 77% [================================================ ] 5181/6685 77% [================================================ ] 5182/6685 77% [================================================ ] 5183/6685 77% [================================================ ] 5184/6685 77% [================================================ ] 5185/6685 77% [================================================ ] 5186/6685 77% [================================================ ] 5187/6685 77% [================================================ ] 5188/6685 77% [================================================ ] 5189/6685 77% [================================================ ] 5190/6685 77% [================================================ ] 5191/6685 77% [================================================ ] 5192/6685 77% [================================================ ] 5193/6685 77% [================================================ ] 5194/6685 77% [================================================ ] 5195/6685 77% [================================================ ] 5196/6685 77% [================================================ ] 5197/6685 77% [================================================ ] 5198/6685 77% [================================================ ] 5199/6685 77% [================================================ ] 5200/6685 77% [================================================ ] 5201/6685 77% [================================================ ] 5202/6685 77% [================================================ ] 5203/6685 77% [================================================ ] 5204/6685 77% [================================================ ] 5205/6685 77% [================================================ ] 5206/6685 77% [================================================ ] 5207/6685 77% [================================================ ] 5208/6685 77% [================================================ ] 5209/6685 77% [================================================ ] 5210/6685 77% [================================================ ] 5211/6685 77% [================================================ ] 5212/6685 77% [================================================ ] 5213/6685 77% [================================================ ] 5214/6685 77% [================================================ ] 5215/6685 78% [================================================ ] 5216/6685 78% [================================================ ] 5217/6685 78% [================================================ ] 5218/6685 78% [================================================ ] 5219/6685 78% [================================================ ] 5220/6685 78% [================================================ ] 5221/6685 78% [================================================ ] 5222/6685 78% [================================================ ] 5223/6685 78% [================================================ ] 5224/6685 78% [================================================ ] 5225/6685 78% [================================================ ] 5226/6685 78% [================================================ ] 5227/6685 78% [================================================ ] 5228/6685 78% [================================================ ] 5229/6685 78% [================================================ ] 5230/6685 78% [================================================ ] 5231/6685 78% [================================================ ] 5232/6685 78% [================================================ ] 5233/6685 78% [================================================ ] 5234/6685 78% [================================================ ] 5235/6685 78% [================================================ ] 5236/6685 78% [================================================ ] 5237/6685 78% [================================================ ] 5238/6685 78% [================================================ ] 5239/6685 78% [================================================ ] 5240/6685 78% [================================================ ] 5241/6685 78% [================================================ ] 5242/6685 78% [================================================ ] 5243/6685 78% [================================================ ] 5244/6685 78% [================================================ ] 5245/6685 78% [================================================ ] 5246/6685 78% [================================================ ] 5247/6685 78% [================================================ ] 5248/6685 78% [================================================ ] 5249/6685 78% [================================================ ] 5250/6685 78% [================================================ ] 5251/6685 78% [================================================ ] 5252/6685 78% [================================================ ] 5253/6685 78% [================================================ ] 5254/6685 78% [================================================ ] 5255/6685 78% [================================================ ] 5256/6685 78% [================================================ ] 5257/6685 78% [================================================ ] 5258/6685 78% [================================================ ] 5259/6685 78% [================================================ ] 5260/6685 78% [================================================ ] 5261/6685 78% [================================================ ] 5262/6685 78% [================================================ ] 5263/6685 78% [================================================ ] 5264/6685 78% [================================================ ] 5265/6685 78% [================================================ ] 5266/6685 78% [================================================ ] 5267/6685 78% [================================================ ] 5268/6685 78% [================================================ ] 5269/6685 78% [================================================ ] 5270/6685 78% [================================================ ] 5271/6685 78% [================================================ ] 5272/6685 78% [================================================ ] 5273/6685 78% [================================================ ] 5274/6685 78% [================================================ ] 5275/6685 78% [================================================ ] 5276/6685 78% [================================================ ] 5277/6685 78% [================================================ ] 5278/6685 78% [================================================ ] 5279/6685 78% [================================================ ] 5280/6685 78% [================================================ ] 5281/6685 78% [================================================ ] 5282/6685 79% [================================================ ] 5283/6685 79% [================================================= ] 5284/6685 79% [================================================= ] 5285/6685 79% [================================================= ] 5286/6685 79% [================================================= ] 5287/6685 79% [================================================= ] 5288/6685 79% [================================================= ] 5289/6685 79% [================================================= ] 5290/6685 79% [================================================= ] 5291/6685 79% [================================================= ] 5292/6685 79% [================================================= ] 5293/6685 79% [================================================= ] 5294/6685 79% [================================================= ] 5295/6685 79% [================================================= ] 5296/6685 79% [================================================= ] 5297/6685 79% [================================================= ] 5298/6685 79% [================================================= ] 5299/6685 79% [================================================= ] 5300/6685 79% [================================================= ] 5301/6685 79% [================================================= ] 5302/6685 79% [================================================= ] 5303/6685 79% [================================================= ] 5304/6685 79% [================================================= ] 5305/6685 79% [================================================= ] 5306/6685 79% [================================================= ] 5307/6685 79% [================================================= ] 5308/6685 79% [================================================= ] 5309/6685 79% [================================================= ] 5310/6685 79% [================================================= ] 5311/6685 79% [================================================= ] 5312/6685 79% [================================================= ] 5313/6685 79% [================================================= ] 5314/6685 79% [================================================= ] 5315/6685 79% [================================================= ] 5316/6685 79% [================================================= ] 5317/6685 79% [================================================= ] 5318/6685 79% [================================================= ] 5319/6685 79% [================================================= ] 5320/6685 79% [================================================= ] 5321/6685 79% [================================================= ] 5322/6685 79% [================================================= ] 5323/6685 79% [================================================= ] 5324/6685 79% [================================================= ] 5325/6685 79% [================================================= ] 5326/6685 79% [================================================= ] 5327/6685 79% [================================================= ] 5328/6685 79% [================================================= ] 5329/6685 79% [================================================= ] 5330/6685 79% [================================================= ] 5331/6685 79% [================================================= ] 5332/6685 79% [================================================= ] 5333/6685 79% [================================================= ] 5334/6685 79% [================================================= ] 5335/6685 79% [================================================= ] 5336/6685 79% [================================================= ] 5337/6685 79% [================================================= ] 5338/6685 79% [================================================= ] 5339/6685 79% [================================================= ] 5340/6685 79% [================================================= ] 5341/6685 79% [================================================= ] 5342/6685 79% [================================================= ] 5343/6685 79% [================================================= ] 5344/6685 79% [================================================= ] 5345/6685 79% [================================================= ] 5346/6685 79% [================================================= ] 5347/6685 79% [================================================= ] 5348/6685 80% [================================================= ] 5349/6685 80% [================================================= ] 5350/6685 80% [================================================= ] 5351/6685 80% [================================================= ] 5352/6685 80% [================================================= ] 5353/6685 80% [================================================= ] 5354/6685 80% [================================================= ] 5355/6685 80% [================================================= ] 5356/6685 80% [================================================= ] 5357/6685 80% [================================================= ] 5358/6685 80% [================================================= ] 5359/6685 80% [================================================= ] 5360/6685 80% [================================================= ] 5361/6685 80% [================================================= ] 5362/6685 80% [================================================= ] 5363/6685 80% [================================================= ] 5364/6685 80% [================================================= ] 5365/6685 80% [================================================= ] 5366/6685 80% [================================================= ] 5367/6685 80% [================================================= ] 5368/6685 80% [================================================= ] 5369/6685 80% [================================================= ] 5370/6685 80% [================================================= ] 5371/6685 80% [================================================= ] 5372/6685 80% [================================================= ] 5373/6685 80% [================================================= ] 5374/6685 80% [================================================= ] 5375/6685 80% [================================================= ] 5376/6685 80% [================================================= ] 5377/6685 80% [================================================= ] 5378/6685 80% [================================================= ] 5379/6685 80% [================================================= ] 5380/6685 80% [================================================= ] 5381/6685 80% [================================================= ] 5382/6685 80% [================================================= ] 5383/6685 80% [================================================= ] 5384/6685 80% [================================================= ] 5385/6685 80% [================================================= ] 5386/6685 80% [================================================= ] 5387/6685 80% [================================================= ] 5388/6685 80% [================================================= ] 5389/6685 80% [================================================= ] 5390/6685 80% [================================================= ] 5391/6685 80% [================================================== ] 5392/6685 80% [================================================== ] 5393/6685 80% [================================================== ] 5394/6685 80% [================================================== ] 5395/6685 80% [================================================== ] 5396/6685 80% [================================================== ] 5397/6685 80% [================================================== ] 5398/6685 80% [================================================== ] 5399/6685 80% [================================================== ] 5400/6685 80% [================================================== ] 5401/6685 80% [================================================== ] 5402/6685 80% [================================================== ] 5403/6685 80% [================================================== ] 5404/6685 80% [================================================== ] 5405/6685 80% [================================================== ] 5406/6685 80% [================================================== ] 5407/6685 80% [================================================== ] 5408/6685 80% [================================================== ] 5409/6685 80% [================================================== ] 5410/6685 80% [================================================== ] 5411/6685 80% [================================================== ] 5412/6685 80% [================================================== ] 5413/6685 80% [================================================== ] 5414/6685 80% [================================================== ] 5415/6685 81% [================================================== ] 5416/6685 81% [================================================== ] 5417/6685 81% [================================================== ] 5418/6685 81% [================================================== ] 5419/6685 81% [================================================== ] 5420/6685 81% [================================================== ] 5421/6685 81% [================================================== ] 5422/6685 81% [================================================== ] 5423/6685 81% [================================================== ] 5424/6685 81% [================================================== ] 5425/6685 81% [================================================== ] 5426/6685 81% [================================================== ] 5427/6685 81% [================================================== ] 5428/6685 81% [================================================== ] 5429/6685 81% [================================================== ] 5430/6685 81% [================================================== ] 5431/6685 81% [================================================== ] 5432/6685 81% [================================================== ] 5433/6685 81% [================================================== ] 5434/6685 81% [================================================== ] 5435/6685 81% [================================================== ] 5436/6685 81% [================================================== ] 5437/6685 81% [================================================== ] 5438/6685 81% [================================================== ] 5439/6685 81% [================================================== ] 5440/6685 81% [================================================== ] 5441/6685 81% [================================================== ] 5442/6685 81% [================================================== ] 5443/6685 81% [================================================== ] 5444/6685 81% [================================================== ] 5445/6685 81% [================================================== ] 5446/6685 81% [================================================== ] 5447/6685 81% [================================================== ] 5448/6685 81% [================================================== ] 5449/6685 81% [================================================== ] 5450/6685 81% [================================================== ] 5451/6685 81% [================================================== ] 5452/6685 81% [================================================== ] 5453/6685 81% [================================================== ] 5454/6685 81% [================================================== ] 5455/6685 81% [================================================== ] 5456/6685 81% [================================================== ] 5457/6685 81% [================================================== ] 5458/6685 81% [================================================== ] 5459/6685 81% [================================================== ] 5460/6685 81% [================================================== ] 5461/6685 81% [================================================== ] 5462/6685 81% [================================================== ] 5463/6685 81% [================================================== ] 5464/6685 81% [================================================== ] 5465/6685 81% [================================================== ] 5466/6685 81% [================================================== ] 5467/6685 81% [================================================== ] 5468/6685 81% [================================================== ] 5469/6685 81% [================================================== ] 5470/6685 81% [================================================== ] 5471/6685 81% [================================================== ] 5472/6685 81% [================================================== ] 5473/6685 81% [================================================== ] 5474/6685 81% [================================================== ] 5475/6685 81% [================================================== ] 5476/6685 81% [================================================== ] 5477/6685 81% [================================================== ] 5478/6685 81% [================================================== ] 5479/6685 81% [================================================== ] 5480/6685 81% [================================================== ] 5481/6685 81% [================================================== ] 5482/6685 82% [================================================== ] 5483/6685 82% [================================================== ] 5484/6685 82% [================================================== ] 5485/6685 82% [================================================== ] 5486/6685 82% [================================================== ] 5487/6685 82% [================================================== ] 5488/6685 82% [================================================== ] 5489/6685 82% [================================================== ] 5490/6685 82% [================================================== ] 5491/6685 82% [================================================== ] 5492/6685 82% [================================================== ] 5493/6685 82% [================================================== ] 5494/6685 82% [================================================== ] 5495/6685 82% [================================================== ] 5496/6685 82% [================================================== ] 5497/6685 82% [================================================== ] 5498/6685 82% [=================================================== ] 5499/6685 82% [=================================================== ] 5500/6685 82% [=================================================== ] 5501/6685 82% [=================================================== ] 5502/6685 82% [=================================================== ] 5503/6685 82% [=================================================== ] 5504/6685 82% [=================================================== ] 5505/6685 82% [=================================================== ] 5506/6685 82% [=================================================== ] 5507/6685 82% [=================================================== ] 5508/6685 82% [=================================================== ] 5509/6685 82% [=================================================== ] 5510/6685 82% [=================================================== ] 5511/6685 82% [=================================================== ] 5512/6685 82% [=================================================== ] 5513/6685 82% [=================================================== ] 5514/6685 82% [=================================================== ] 5515/6685 82% [=================================================== ] 5516/6685 82% [=================================================== ] 5517/6685 82% [=================================================== ] 5518/6685 82% [=================================================== ] 5519/6685 82% [=================================================== ] 5520/6685 82% [=================================================== ] 5521/6685 82% [=================================================== ] 5522/6685 82% [=================================================== ] 5523/6685 82% [=================================================== ] 5524/6685 82% [=================================================== ] 5525/6685 82% [=================================================== ] 5526/6685 82% [=================================================== ] 5527/6685 82% [=================================================== ] 5528/6685 82% [=================================================== ] 5529/6685 82% [=================================================== ] 5530/6685 82% [=================================================== ] 5531/6685 82% [=================================================== ] 5532/6685 82% [=================================================== ] 5533/6685 82% [=================================================== ] 5534/6685 82% [=================================================== ] 5535/6685 82% [=================================================== ] 5536/6685 82% [=================================================== ] 5537/6685 82% [=================================================== ] 5538/6685 82% [=================================================== ] 5539/6685 82% [=================================================== ] 5540/6685 82% [=================================================== ] 5541/6685 82% [=================================================== ] 5542/6685 82% [=================================================== ] 5543/6685 82% [=================================================== ] 5544/6685 82% [=================================================== ] 5545/6685 82% [=================================================== ] 5546/6685 82% [=================================================== ] 5547/6685 82% [=================================================== ] 5548/6685 82% [=================================================== ] 5549/6685 83% [=================================================== ] 5550/6685 83% [=================================================== ] 5551/6685 83% [=================================================== ] 5552/6685 83% [=================================================== ] 5553/6685 83% [=================================================== ] 5554/6685 83% [=================================================== ] 5555/6685 83% [=================================================== ] 5556/6685 83% [=================================================== ] 5557/6685 83% [=================================================== ] 5558/6685 83% [=================================================== ] 5559/6685 83% [=================================================== ] 5560/6685 83% [=================================================== ] 5561/6685 83% [=================================================== ] 5562/6685 83% [=================================================== ] 5563/6685 83% [=================================================== ] 5564/6685 83% [=================================================== ] 5565/6685 83% [=================================================== ] 5566/6685 83% [=================================================== ] 5567/6685 83% [=================================================== ] 5568/6685 83% [=================================================== ] 5569/6685 83% [=================================================== ] 5570/6685 83% [=================================================== ] 5571/6685 83% [=================================================== ] 5572/6685 83% [=================================================== ] 5573/6685 83% [=================================================== ] 5574/6685 83% [=================================================== ] 5575/6685 83% [=================================================== ] 5576/6685 83% [=================================================== ] 5577/6685 83% [=================================================== ] 5578/6685 83% [=================================================== ] 5579/6685 83% [=================================================== ] 5580/6685 83% [=================================================== ] 5581/6685 83% [=================================================== ] 5582/6685 83% [=================================================== ] 5583/6685 83% [=================================================== ] 5584/6685 83% [=================================================== ] 5585/6685 83% [=================================================== ] 5586/6685 83% [=================================================== ] 5587/6685 83% [=================================================== ] 5588/6685 83% [=================================================== ] 5589/6685 83% [=================================================== ] 5590/6685 83% [=================================================== ] 5591/6685 83% [=================================================== ] 5592/6685 83% [=================================================== ] 5593/6685 83% [=================================================== ] 5594/6685 83% [=================================================== ] 5595/6685 83% [=================================================== ] 5596/6685 83% [=================================================== ] 5597/6685 83% [=================================================== ] 5598/6685 83% [=================================================== ] 5599/6685 83% [=================================================== ] 5600/6685 83% [=================================================== ] 5601/6685 83% [=================================================== ] 5602/6685 83% [=================================================== ] 5603/6685 83% [=================================================== ] 5604/6685 83% [=================================================== ] 5605/6685 83% [=================================================== ] 5606/6685 83% [==================================================== ] 5607/6685 83% [==================================================== ] 5608/6685 83% [==================================================== ] 5609/6685 83% [==================================================== ] 5610/6685 83% [==================================================== ] 5611/6685 83% [==================================================== ] 5612/6685 83% [==================================================== ] 5613/6685 83% [==================================================== ] 5614/6685 83% [==================================================== ] 5615/6685 83% [==================================================== ] 5616/6685 84% [==================================================== ] 5617/6685 84% [==================================================== ] 5618/6685 84% [==================================================== ] 5619/6685 84% [==================================================== ] 5620/6685 84% [==================================================== ] 5621/6685 84% [==================================================== ] 5622/6685 84% [==================================================== ] 5623/6685 84% [==================================================== ] 5624/6685 84% [==================================================== ] 5625/6685 84% [==================================================== ] 5626/6685 84% [==================================================== ] 5627/6685 84% [==================================================== ] 5628/6685 84% [==================================================== ] 5629/6685 84% [==================================================== ] 5630/6685 84% [==================================================== ] 5631/6685 84% [==================================================== ] 5632/6685 84% [==================================================== ] 5633/6685 84% [==================================================== ] 5634/6685 84% [==================================================== ] 5635/6685 84% [==================================================== ] 5636/6685 84% [==================================================== ] 5637/6685 84% [==================================================== ] 5638/6685 84% [==================================================== ] 5639/6685 84% [==================================================== ] 5640/6685 84% [==================================================== ] 5641/6685 84% [==================================================== ] 5642/6685 84% [==================================================== ] 5643/6685 84% [==================================================== ] 5644/6685 84% [==================================================== ] 5645/6685 84% [==================================================== ] 5646/6685 84% [==================================================== ] 5647/6685 84% [==================================================== ] 5648/6685 84% [==================================================== ] 5649/6685 84% [==================================================== ] 5650/6685 84% [==================================================== ] 5651/6685 84% [==================================================== ] 5652/6685 84% [==================================================== ] 5653/6685 84% [==================================================== ] 5654/6685 84% [==================================================== ] 5655/6685 84% [==================================================== ] 5656/6685 84% [==================================================== ] 5657/6685 84% [==================================================== ] 5658/6685 84% [==================================================== ] 5659/6685 84% [==================================================== ] 5660/6685 84% [==================================================== ] 5661/6685 84% [==================================================== ] 5662/6685 84% [==================================================== ] 5663/6685 84% [==================================================== ] 5664/6685 84% [==================================================== ] 5665/6685 84% [==================================================== ] 5666/6685 84% [==================================================== ] 5667/6685 84% [==================================================== ] 5668/6685 84% [==================================================== ] 5669/6685 84% [==================================================== ] 5670/6685 84% [==================================================== ] 5671/6685 84% [==================================================== ] 5672/6685 84% [==================================================== ] 5673/6685 84% [==================================================== ] 5674/6685 84% [==================================================== ] 5675/6685 84% [==================================================== ] 5676/6685 84% [==================================================== ] 5677/6685 84% [==================================================== ] 5678/6685 84% [==================================================== ] 5679/6685 84% [==================================================== ] 5680/6685 84% [==================================================== ] 5681/6685 84% [==================================================== ] 5682/6685 84% [==================================================== ] 5683/6685 85% [==================================================== ] 5684/6685 85% [==================================================== ] 5685/6685 85% [==================================================== ] 5686/6685 85% [==================================================== ] 5687/6685 85% [==================================================== ] 5688/6685 85% [==================================================== ] 5689/6685 85% [==================================================== ] 5690/6685 85% [==================================================== ] 5691/6685 85% [==================================================== ] 5692/6685 85% [==================================================== ] 5693/6685 85% [==================================================== ] 5694/6685 85% [==================================================== ] 5695/6685 85% [==================================================== ] 5696/6685 85% [==================================================== ] 5697/6685 85% [==================================================== ] 5698/6685 85% [==================================================== ] 5699/6685 85% [==================================================== ] 5700/6685 85% [==================================================== ] 5701/6685 85% [==================================================== ] 5702/6685 85% [==================================================== ] 5703/6685 85% [==================================================== ] 5704/6685 85% [==================================================== ] 5705/6685 85% [==================================================== ] 5706/6685 85% [==================================================== ] 5707/6685 85% [==================================================== ] 5708/6685 85% [==================================================== ] 5709/6685 85% [==================================================== ] 5710/6685 85% [==================================================== ] 5711/6685 85% [==================================================== ] 5712/6685 85% [==================================================== ] 5713/6685 85% [==================================================== ] 5714/6685 85% [===================================================== ] 5715/6685 85% [===================================================== ] 5716/6685 85% [===================================================== ] 5717/6685 85% [===================================================== ] 5718/6685 85% [===================================================== ] 5719/6685 85% [===================================================== ] 5720/6685 85% [===================================================== ] 5721/6685 85% [===================================================== ] 5722/6685 85% [===================================================== ] 5723/6685 85% [===================================================== ] 5724/6685 85% [===================================================== ] 5725/6685 85% [===================================================== ] 5726/6685 85% [===================================================== ] 5727/6685 85% [===================================================== ] 5728/6685 85% [===================================================== ] 5729/6685 85% [===================================================== ] 5730/6685 85% [===================================================== ] 5731/6685 85% [===================================================== ] 5732/6685 85% [===================================================== ] 5733/6685 85% [===================================================== ] 5734/6685 85% [===================================================== ] 5735/6685 85% [===================================================== ] 5736/6685 85% [===================================================== ] 5737/6685 85% [===================================================== ] 5738/6685 85% [===================================================== ] 5739/6685 85% [===================================================== ] 5740/6685 85% [===================================================== ] 5741/6685 85% [===================================================== ] 5742/6685 85% [===================================================== ] 5743/6685 85% [===================================================== ] 5744/6685 85% [===================================================== ] 5745/6685 85% [===================================================== ] 5746/6685 85% [===================================================== ] 5747/6685 85% [===================================================== ] 5748/6685 85% [===================================================== ] 5749/6685 85% [===================================================== ] 5750/6685 86% [===================================================== ] 5751/6685 86% [===================================================== ] 5752/6685 86% [===================================================== ] 5753/6685 86% [===================================================== ] 5754/6685 86% [===================================================== ] 5755/6685 86% [===================================================== ] 5756/6685 86% [===================================================== ] 5757/6685 86% [===================================================== ] 5758/6685 86% [===================================================== ] 5759/6685 86% [===================================================== ] 5760/6685 86% [===================================================== ] 5761/6685 86% [===================================================== ] 5762/6685 86% [===================================================== ] 5763/6685 86% [===================================================== ] 5764/6685 86% [===================================================== ] 5765/6685 86% [===================================================== ] 5766/6685 86% [===================================================== ] 5767/6685 86% [===================================================== ] 5768/6685 86% [===================================================== ] 5769/6685 86% [===================================================== ] 5770/6685 86% [===================================================== ] 5771/6685 86% [===================================================== ] 5772/6685 86% [===================================================== ] 5773/6685 86% [===================================================== ] 5774/6685 86% [===================================================== ] 5775/6685 86% [===================================================== ] 5776/6685 86% [===================================================== ] 5777/6685 86% [===================================================== ] 5778/6685 86% [===================================================== ] 5779/6685 86% [===================================================== ] 5780/6685 86% [===================================================== ] 5781/6685 86% [===================================================== ] 5782/6685 86% [===================================================== ] 5783/6685 86% [===================================================== ] 5784/6685 86% [===================================================== ] 5785/6685 86% [===================================================== ] 5786/6685 86% [===================================================== ] 5787/6685 86% [===================================================== ] 5788/6685 86% [===================================================== ] 5789/6685 86% [===================================================== ] 5790/6685 86% [===================================================== ] 5791/6685 86% [===================================================== ] 5792/6685 86% [===================================================== ] 5793/6685 86% [===================================================== ] 5794/6685 86% [===================================================== ] 5795/6685 86% [===================================================== ] 5796/6685 86% [===================================================== ] 5797/6685 86% [===================================================== ] 5798/6685 86% [===================================================== ] 5799/6685 86% [===================================================== ] 5800/6685 86% [===================================================== ] 5801/6685 86% [===================================================== ] 5802/6685 86% [===================================================== ] 5803/6685 86% [===================================================== ] 5804/6685 86% [===================================================== ] 5805/6685 86% [===================================================== ] 5806/6685 86% [===================================================== ] 5807/6685 86% [===================================================== ] 5808/6685 86% [===================================================== ] 5809/6685 86% [===================================================== ] 5810/6685 86% [===================================================== ] 5811/6685 86% [===================================================== ] 5812/6685 86% [===================================================== ] 5813/6685 86% [===================================================== ] 5814/6685 86% [===================================================== ] 5815/6685 86% [===================================================== ] 5816/6685 87% [===================================================== ] 5817/6685 87% [===================================================== ] 5818/6685 87% [===================================================== ] 5819/6685 87% [===================================================== ] 5820/6685 87% [===================================================== ] 5821/6685 87% [===================================================== ] 5822/6685 87% [====================================================== ] 5823/6685 87% [====================================================== ] 5824/6685 87% [====================================================== ] 5825/6685 87% [====================================================== ] 5826/6685 87% [====================================================== ] 5827/6685 87% [====================================================== ] 5828/6685 87% [====================================================== ] 5829/6685 87% [====================================================== ] 5830/6685 87% [====================================================== ] 5831/6685 87% [====================================================== ] 5832/6685 87% [====================================================== ] 5833/6685 87% [====================================================== ] 5834/6685 87% [====================================================== ] 5835/6685 87% [====================================================== ] 5836/6685 87% [====================================================== ] 5837/6685 87% [====================================================== ] 5838/6685 87% [====================================================== ] 5839/6685 87% [====================================================== ] 5840/6685 87% [====================================================== ] 5841/6685 87% [====================================================== ] 5842/6685 87% [====================================================== ] 5843/6685 87% [====================================================== ] 5844/6685 87% [====================================================== ] 5845/6685 87% [====================================================== ] 5846/6685 87% [====================================================== ] 5847/6685 87% [====================================================== ] 5848/6685 87% [====================================================== ] 5849/6685 87% [====================================================== ] 5850/6685 87% [====================================================== ] 5851/6685 87% [====================================================== ] 5852/6685 87% [====================================================== ] 5853/6685 87% [====================================================== ] 5854/6685 87% [====================================================== ] 5855/6685 87% [====================================================== ] 5856/6685 87% [====================================================== ] 5857/6685 87% [====================================================== ] 5858/6685 87% [====================================================== ] 5859/6685 87% [====================================================== ] 5860/6685 87% [====================================================== ] 5861/6685 87% [====================================================== ] 5862/6685 87% [====================================================== ] 5863/6685 87% [====================================================== ] 5864/6685 87% [====================================================== ] 5865/6685 87% [====================================================== ] 5866/6685 87% [====================================================== ] 5867/6685 87% [====================================================== ] 5868/6685 87% [====================================================== ] 5869/6685 87% [====================================================== ] 5870/6685 87% [====================================================== ] 5871/6685 87% [====================================================== ] 5872/6685 87% [====================================================== ] 5873/6685 87% [====================================================== ] 5874/6685 87% [====================================================== ] 5875/6685 87% [====================================================== ] 5876/6685 87% [====================================================== ] 5877/6685 87% [====================================================== ] 5878/6685 87% [====================================================== ] 5879/6685 87% [====================================================== ] 5880/6685 87% [====================================================== ] 5881/6685 87% [====================================================== ] 5882/6685 87% [====================================================== ] 5883/6685 88% [====================================================== ] 5884/6685 88% [====================================================== ] 5885/6685 88% [====================================================== ] 5886/6685 88% [====================================================== ] 5887/6685 88% [====================================================== ] 5888/6685 88% [====================================================== ] 5889/6685 88% [====================================================== ] 5890/6685 88% [====================================================== ] 5891/6685 88% [====================================================== ] 5892/6685 88% [====================================================== ] 5893/6685 88% [====================================================== ] 5894/6685 88% [====================================================== ] 5895/6685 88% [====================================================== ] 5896/6685 88% [====================================================== ] 5897/6685 88% [====================================================== ] 5898/6685 88% [====================================================== ] 5899/6685 88% [====================================================== ] 5900/6685 88% [====================================================== ] 5901/6685 88% [====================================================== ] 5902/6685 88% [====================================================== ] 5903/6685 88% [====================================================== ] 5904/6685 88% [====================================================== ] 5905/6685 88% [====================================================== ] 5906/6685 88% [====================================================== ] 5907/6685 88% [====================================================== ] 5908/6685 88% [====================================================== ] 5909/6685 88% [====================================================== ] 5910/6685 88% [====================================================== ] 5911/6685 88% [====================================================== ] 5912/6685 88% [====================================================== ] 5913/6685 88% [====================================================== ] 5914/6685 88% [====================================================== ] 5915/6685 88% [====================================================== ] 5916/6685 88% [====================================================== ] 5917/6685 88% [====================================================== ] 5918/6685 88% [====================================================== ] 5919/6685 88% [====================================================== ] 5920/6685 88% [====================================================== ] 5921/6685 88% [====================================================== ] 5922/6685 88% [====================================================== ] 5923/6685 88% [====================================================== ] 5924/6685 88% [====================================================== ] 5925/6685 88% [====================================================== ] 5926/6685 88% [====================================================== ] 5927/6685 88% [====================================================== ] 5928/6685 88% [====================================================== ] 5929/6685 88% [====================================================== ] 5930/6685 88% [======================================================= ] 5931/6685 88% [======================================================= ] 5932/6685 88% [======================================================= ] 5933/6685 88% [======================================================= ] 5934/6685 88% [======================================================= ] 5935/6685 88% [======================================================= ] 5936/6685 88% [======================================================= ] 5937/6685 88% [======================================================= ] 5938/6685 88% [======================================================= ] 5939/6685 88% [======================================================= ] 5940/6685 88% [======================================================= ] 5941/6685 88% [======================================================= ] 5942/6685 88% [======================================================= ] 5943/6685 88% [======================================================= ] 5944/6685 88% [======================================================= ] 5945/6685 88% [======================================================= ] 5946/6685 88% [======================================================= ] 5947/6685 88% [======================================================= ] 5948/6685 88% [======================================================= ] 5949/6685 88% [======================================================= ] 5950/6685 89% [======================================================= ] 5951/6685 89% [======================================================= ] 5952/6685 89% [======================================================= ] 5953/6685 89% [======================================================= ] 5954/6685 89% [======================================================= ] 5955/6685 89% [======================================================= ] 5956/6685 89% [======================================================= ] 5957/6685 89% [======================================================= ] 5958/6685 89% [======================================================= ] 5959/6685 89% [======================================================= ] 5960/6685 89% [======================================================= ] 5961/6685 89% [======================================================= ] 5962/6685 89% [======================================================= ] 5963/6685 89% [======================================================= ] 5964/6685 89% [======================================================= ] 5965/6685 89% [======================================================= ] 5966/6685 89% [======================================================= ] 5967/6685 89% [======================================================= ] 5968/6685 89% [======================================================= ] 5969/6685 89% [======================================================= ] 5970/6685 89% [======================================================= ] 5971/6685 89% [======================================================= ] 5972/6685 89% [======================================================= ] 5973/6685 89% [======================================================= ] 5974/6685 89% [======================================================= ] 5975/6685 89% [======================================================= ] 5976/6685 89% [======================================================= ] 5977/6685 89% [======================================================= ] 5978/6685 89% [======================================================= ] 5979/6685 89% [======================================================= ] 5980/6685 89% [======================================================= ] 5981/6685 89% [======================================================= ] 5982/6685 89% [======================================================= ] 5983/6685 89% [======================================================= ] 5984/6685 89% [======================================================= ] 5985/6685 89% [======================================================= ] 5986/6685 89% [======================================================= ] 5987/6685 89% [======================================================= ] 5988/6685 89% [======================================================= ] 5989/6685 89% [======================================================= ] 5990/6685 89% [======================================================= ] 5991/6685 89% [======================================================= ] 5992/6685 89% [======================================================= ] 5993/6685 89% [======================================================= ] 5994/6685 89% [======================================================= ] 5995/6685 89% [======================================================= ] 5996/6685 89% [======================================================= ] 5997/6685 89% [======================================================= ] 5998/6685 89% [======================================================= ] 5999/6685 89% [======================================================= ] 6000/6685 89% [======================================================= ] 6001/6685 89% [======================================================= ] 6002/6685 89% [======================================================= ] 6003/6685 89% [======================================================= ] 6004/6685 89% [======================================================= ] 6005/6685 89% [======================================================= ] 6006/6685 89% [======================================================= ] 6007/6685 89% [======================================================= ] 6008/6685 89% [======================================================= ] 6009/6685 89% [======================================================= ] 6010/6685 89% [======================================================= ] 6011/6685 89% [======================================================= ] 6012/6685 89% [======================================================= ] 6013/6685 89% [======================================================= ] 6014/6685 89% [======================================================= ] 6015/6685 89% [======================================================= ] 6016/6685 89% [======================================================= ] 6017/6685 90% [======================================================= ] 6018/6685 90% [======================================================= ] 6019/6685 90% [======================================================= ] 6020/6685 90% [======================================================= ] 6021/6685 90% [======================================================= ] 6022/6685 90% [======================================================= ] 6023/6685 90% [======================================================= ] 6024/6685 90% [======================================================= ] 6025/6685 90% [======================================================= ] 6026/6685 90% [======================================================= ] 6027/6685 90% [======================================================= ] 6028/6685 90% [======================================================= ] 6029/6685 90% [======================================================= ] 6030/6685 90% [======================================================= ] 6031/6685 90% [======================================================= ] 6032/6685 90% [======================================================= ] 6033/6685 90% [======================================================= ] 6034/6685 90% [======================================================= ] 6035/6685 90% [======================================================= ] 6036/6685 90% [======================================================= ] 6037/6685 90% [======================================================= ] 6038/6685 90% [======================================================== ] 6039/6685 90% [======================================================== ] 6040/6685 90% [======================================================== ] 6041/6685 90% [======================================================== ] 6042/6685 90% [======================================================== ] 6043/6685 90% [======================================================== ] 6044/6685 90% [======================================================== ] 6045/6685 90% [======================================================== ] 6046/6685 90% [======================================================== ] 6047/6685 90% [======================================================== ] 6048/6685 90% [======================================================== ] 6049/6685 90% [======================================================== ] 6050/6685 90% [======================================================== ] 6051/6685 90% [======================================================== ] 6052/6685 90% [======================================================== ] 6053/6685 90% [======================================================== ] 6054/6685 90% [======================================================== ] 6055/6685 90% [======================================================== ] 6056/6685 90% [======================================================== ] 6057/6685 90% [======================================================== ] 6058/6685 90% [======================================================== ] 6059/6685 90% [======================================================== ] 6060/6685 90% [======================================================== ] 6061/6685 90% [======================================================== ] 6062/6685 90% [======================================================== ] 6063/6685 90% [======================================================== ] 6064/6685 90% [======================================================== ] 6065/6685 90% [======================================================== ] 6066/6685 90% [======================================================== ] 6067/6685 90% [======================================================== ] 6068/6685 90% [======================================================== ] 6069/6685 90% [======================================================== ] 6070/6685 90% [======================================================== ] 6071/6685 90% [======================================================== ] 6072/6685 90% [======================================================== ] 6073/6685 90% [======================================================== ] 6074/6685 90% [======================================================== ] 6075/6685 90% [======================================================== ] 6076/6685 90% [======================================================== ] 6077/6685 90% [======================================================== ] 6078/6685 90% [======================================================== ] 6079/6685 90% [======================================================== ] 6080/6685 90% [======================================================== ] 6081/6685 90% [======================================================== ] 6082/6685 90% [======================================================== ] 6083/6685 90% [======================================================== ] 6084/6685 91% [======================================================== ] 6085/6685 91% [======================================================== ] 6086/6685 91% [======================================================== ] 6087/6685 91% [======================================================== ] 6088/6685 91% [======================================================== ] 6089/6685 91% [======================================================== ] 6090/6685 91% [======================================================== ] 6091/6685 91% [======================================================== ] 6092/6685 91% [======================================================== ] 6093/6685 91% [======================================================== ] 6094/6685 91% [======================================================== ] 6095/6685 91% [======================================================== ] 6096/6685 91% [======================================================== ] 6097/6685 91% [======================================================== ] 6098/6685 91% [======================================================== ] 6099/6685 91% [======================================================== ] 6100/6685 91% [======================================================== ] 6101/6685 91% [======================================================== ] 6102/6685 91% [======================================================== ] 6103/6685 91% [======================================================== ] 6104/6685 91% [======================================================== ] 6105/6685 91% [======================================================== ] 6106/6685 91% [======================================================== ] 6107/6685 91% [======================================================== ] 6108/6685 91% [======================================================== ] 6109/6685 91% [======================================================== ] 6110/6685 91% [======================================================== ] 6111/6685 91% [======================================================== ] 6112/6685 91% [======================================================== ] 6113/6685 91% [======================================================== ] 6114/6685 91% [======================================================== ] 6115/6685 91% [======================================================== ] 6116/6685 91% [======================================================== ] 6117/6685 91% [======================================================== ] 6118/6685 91% [======================================================== ] 6119/6685 91% [======================================================== ] 6120/6685 91% [======================================================== ] 6121/6685 91% [======================================================== ] 6122/6685 91% [======================================================== ] 6123/6685 91% [======================================================== ] 6124/6685 91% [======================================================== ] 6125/6685 91% [======================================================== ] 6126/6685 91% [======================================================== ] 6127/6685 91% [======================================================== ] 6128/6685 91% [======================================================== ] 6129/6685 91% [======================================================== ] 6130/6685 91% [======================================================== ] 6131/6685 91% [======================================================== ] 6132/6685 91% [======================================================== ] 6133/6685 91% [======================================================== ] 6134/6685 91% [======================================================== ] 6135/6685 91% [======================================================== ] 6136/6685 91% [======================================================== ] 6137/6685 91% [======================================================== ] 6138/6685 91% [======================================================== ] 6139/6685 91% [======================================================== ] 6140/6685 91% [======================================================== ] 6141/6685 91% [======================================================== ] 6142/6685 91% [======================================================== ] 6143/6685 91% [======================================================== ] 6144/6685 91% [======================================================== ] 6145/6685 91% [========================================================= ] 6146/6685 91% [========================================================= ] 6147/6685 91% [========================================================= ] 6148/6685 91% [========================================================= ] 6149/6685 91% [========================================================= ] 6150/6685 91% [========================================================= ] 6151/6685 92% [========================================================= ] 6152/6685 92% [========================================================= ] 6153/6685 92% [========================================================= ] 6154/6685 92% [========================================================= ] 6155/6685 92% [========================================================= ] 6156/6685 92% [========================================================= ] 6157/6685 92% [========================================================= ] 6158/6685 92% [========================================================= ] 6159/6685 92% [========================================================= ] 6160/6685 92% [========================================================= ] 6161/6685 92% [========================================================= ] 6162/6685 92% [========================================================= ] 6163/6685 92% [========================================================= ] 6164/6685 92% [========================================================= ] 6165/6685 92% [========================================================= ] 6166/6685 92% [========================================================= ] 6167/6685 92% [========================================================= ] 6168/6685 92% [========================================================= ] 6169/6685 92% [========================================================= ] 6170/6685 92% [========================================================= ] 6171/6685 92% [========================================================= ] 6172/6685 92% [========================================================= ] 6173/6685 92% [========================================================= ] 6174/6685 92% [========================================================= ] 6175/6685 92% [========================================================= ] 6176/6685 92% [========================================================= ] 6177/6685 92% [========================================================= ] 6178/6685 92% [========================================================= ] 6179/6685 92% [========================================================= ] 6180/6685 92% [========================================================= ] 6181/6685 92% [========================================================= ] 6182/6685 92% [========================================================= ] 6183/6685 92% [========================================================= ] 6184/6685 92% [========================================================= ] 6185/6685 92% [========================================================= ] 6186/6685 92% [========================================================= ] 6187/6685 92% [========================================================= ] 6188/6685 92% [========================================================= ] 6189/6685 92% [========================================================= ] 6190/6685 92% [========================================================= ] 6191/6685 92% [========================================================= ] 6192/6685 92% [========================================================= ] 6193/6685 92% [========================================================= ] 6194/6685 92% [========================================================= ] 6195/6685 92% [========================================================= ] 6196/6685 92% [========================================================= ] 6197/6685 92% [========================================================= ] 6198/6685 92% [========================================================= ] 6199/6685 92% [========================================================= ] 6200/6685 92% [========================================================= ] 6201/6685 92% [========================================================= ] 6202/6685 92% [========================================================= ] 6203/6685 92% [========================================================= ] 6204/6685 92% [========================================================= ] 6205/6685 92% [========================================================= ] 6206/6685 92% [========================================================= ] 6207/6685 92% [========================================================= ] 6208/6685 92% [========================================================= ] 6209/6685 92% [========================================================= ] 6210/6685 92% [========================================================= ] 6211/6685 92% [========================================================= ] 6212/6685 92% [========================================================= ] 6213/6685 92% [========================================================= ] 6214/6685 92% [========================================================= ] 6215/6685 92% [========================================================= ] 6216/6685 92% [========================================================= ] 6217/6685 92% [========================================================= ] 6218/6685 93% [========================================================= ] 6219/6685 93% [========================================================= ] 6220/6685 93% [========================================================= ] 6221/6685 93% [========================================================= ] 6222/6685 93% [========================================================= ] 6223/6685 93% [========================================================= ] 6224/6685 93% [========================================================= ] 6225/6685 93% [========================================================= ] 6226/6685 93% [========================================================= ] 6227/6685 93% [========================================================= ] 6228/6685 93% [========================================================= ] 6229/6685 93% [========================================================= ] 6230/6685 93% [========================================================= ] 6231/6685 93% [========================================================= ] 6232/6685 93% [========================================================= ] 6233/6685 93% [========================================================= ] 6234/6685 93% [========================================================= ] 6235/6685 93% [========================================================= ] 6236/6685 93% [========================================================= ] 6237/6685 93% [========================================================= ] 6238/6685 93% [========================================================= ] 6239/6685 93% [========================================================= ] 6240/6685 93% [========================================================= ] 6241/6685 93% [========================================================= ] 6242/6685 93% [========================================================= ] 6243/6685 93% [========================================================= ] 6244/6685 93% [========================================================= ] 6245/6685 93% [========================================================= ] 6246/6685 93% [========================================================= ] 6247/6685 93% [========================================================= ] 6248/6685 93% [========================================================= ] 6249/6685 93% [========================================================= ] 6250/6685 93% [========================================================= ] 6251/6685 93% [========================================================= ] 6252/6685 93% [========================================================= ] 6253/6685 93% [========================================================== ] 6254/6685 93% [========================================================== ] 6255/6685 93% [========================================================== ] 6256/6685 93% [========================================================== ] 6257/6685 93% [========================================================== ] 6258/6685 93% [========================================================== ] 6259/6685 93% [========================================================== ] 6260/6685 93% [========================================================== ] 6261/6685 93% [========================================================== ] 6262/6685 93% [========================================================== ] 6263/6685 93% [========================================================== ] 6264/6685 93% [========================================================== ] 6265/6685 93% [========================================================== ] 6266/6685 93% [========================================================== ] 6267/6685 93% [========================================================== ] 6268/6685 93% [========================================================== ] 6269/6685 93% [========================================================== ] 6270/6685 93% [========================================================== ] 6271/6685 93% [========================================================== ] 6272/6685 93% [========================================================== ] 6273/6685 93% [========================================================== ] 6274/6685 93% [========================================================== ] 6275/6685 93% [========================================================== ] 6276/6685 93% [========================================================== ] 6277/6685 93% [========================================================== ] 6278/6685 93% [========================================================== ] 6279/6685 93% [========================================================== ] 6280/6685 93% [========================================================== ] 6281/6685 93% [========================================================== ] 6282/6685 93% [========================================================== ] 6283/6685 93% [========================================================== ] 6284/6685 94% [========================================================== ] 6285/6685 94% [========================================================== ] 6286/6685 94% [========================================================== ] 6287/6685 94% [========================================================== ] 6288/6685 94% [========================================================== ] 6289/6685 94% [========================================================== ] 6290/6685 94% [========================================================== ] 6291/6685 94% [========================================================== ] 6292/6685 94% [========================================================== ] 6293/6685 94% [========================================================== ] 6294/6685 94% [========================================================== ] 6295/6685 94% [========================================================== ] 6296/6685 94% [========================================================== ] 6297/6685 94% [========================================================== ] 6298/6685 94% [========================================================== ] 6299/6685 94% [========================================================== ] 6300/6685 94% [========================================================== ] 6301/6685 94% [========================================================== ] 6302/6685 94% [========================================================== ] 6303/6685 94% [========================================================== ] 6304/6685 94% [========================================================== ] 6305/6685 94% [========================================================== ] 6306/6685 94% [========================================================== ] 6307/6685 94% [========================================================== ] 6308/6685 94% [========================================================== ] 6309/6685 94% [========================================================== ] 6310/6685 94% [========================================================== ] 6311/6685 94% [========================================================== ] 6312/6685 94% [========================================================== ] 6313/6685 94% [========================================================== ] 6314/6685 94% [========================================================== ] 6315/6685 94% [========================================================== ] 6316/6685 94% [========================================================== ] 6317/6685 94% [========================================================== ] 6318/6685 94% [========================================================== ] 6319/6685 94% [========================================================== ] 6320/6685 94% [========================================================== ] 6321/6685 94% [========================================================== ] 6322/6685 94% [========================================================== ] 6323/6685 94% [========================================================== ] 6324/6685 94% [========================================================== ] 6325/6685 94% [========================================================== ] 6326/6685 94% [========================================================== ] 6327/6685 94% [========================================================== ] 6328/6685 94% [========================================================== ] 6329/6685 94% [========================================================== ] 6330/6685 94% [========================================================== ] 6331/6685 94% [========================================================== ] 6332/6685 94% [========================================================== ] 6333/6685 94% [========================================================== ] 6334/6685 94% [========================================================== ] 6335/6685 94% [========================================================== ] 6336/6685 94% [========================================================== ] 6337/6685 94% [========================================================== ] 6338/6685 94% [========================================================== ] 6339/6685 94% [========================================================== ] 6340/6685 94% [========================================================== ] 6341/6685 94% [========================================================== ] 6342/6685 94% [========================================================== ] 6343/6685 94% [========================================================== ] 6344/6685 94% [========================================================== ] 6345/6685 94% [========================================================== ] 6346/6685 94% [========================================================== ] 6347/6685 94% [========================================================== ] 6348/6685 94% [========================================================== ] 6349/6685 94% [========================================================== ] 6350/6685 94% [========================================================== ] 6351/6685 95% [========================================================== ] 6352/6685 95% [========================================================== ] 6353/6685 95% [========================================================== ] 6354/6685 95% [========================================================== ] 6355/6685 95% [========================================================== ] 6356/6685 95% [========================================================== ] 6357/6685 95% [========================================================== ] 6358/6685 95% [========================================================== ] 6359/6685 95% [========================================================== ] 6360/6685 95% [========================================================== ] 6361/6685 95% [=========================================================== ] 6362/6685 95% [=========================================================== ] 6363/6685 95% [=========================================================== ] 6364/6685 95% [=========================================================== ] 6365/6685 95% [=========================================================== ] 6366/6685 95% [=========================================================== ] 6367/6685 95% [=========================================================== ] 6368/6685 95% [=========================================================== ] 6369/6685 95% [=========================================================== ] 6370/6685 95% [=========================================================== ] 6371/6685 95% [=========================================================== ] 6372/6685 95% [=========================================================== ] 6373/6685 95% [=========================================================== ] 6374/6685 95% [=========================================================== ] 6375/6685 95% [=========================================================== ] 6376/6685 95% [=========================================================== ] 6377/6685 95% [=========================================================== ] 6378/6685 95% [=========================================================== ] 6379/6685 95% [=========================================================== ] 6380/6685 95% [=========================================================== ] 6381/6685 95% [=========================================================== ] 6382/6685 95% [=========================================================== ] 6383/6685 95% [=========================================================== ] 6384/6685 95% [=========================================================== ] 6385/6685 95% [=========================================================== ] 6386/6685 95% [=========================================================== ] 6387/6685 95% [=========================================================== ] 6388/6685 95% [=========================================================== ] 6389/6685 95% [=========================================================== ] 6390/6685 95% [=========================================================== ] 6391/6685 95% [=========================================================== ] 6392/6685 95% [=========================================================== ] 6393/6685 95% [=========================================================== ] 6394/6685 95% [=========================================================== ] 6395/6685 95% [=========================================================== ] 6396/6685 95% [=========================================================== ] 6397/6685 95% [=========================================================== ] 6398/6685 95% [=========================================================== ] 6399/6685 95% [=========================================================== ] 6400/6685 95% [=========================================================== ] 6401/6685 95% [=========================================================== ] 6402/6685 95% [=========================================================== ] 6403/6685 95% [=========================================================== ] 6404/6685 95% [=========================================================== ] 6405/6685 95% [=========================================================== ] 6406/6685 95% [=========================================================== ] 6407/6685 95% [=========================================================== ] 6408/6685 95% [=========================================================== ] 6409/6685 95% [=========================================================== ] 6410/6685 95% [=========================================================== ] 6411/6685 95% [=========================================================== ] 6412/6685 95% [=========================================================== ] 6413/6685 95% [=========================================================== ] 6414/6685 95% [=========================================================== ] 6415/6685 95% [=========================================================== ] 6416/6685 95% [=========================================================== ] 6417/6685 95% [=========================================================== ] 6418/6685 96% [=========================================================== ] 6419/6685 96% [=========================================================== ] 6420/6685 96% [=========================================================== ] 6421/6685 96% [=========================================================== ] 6422/6685 96% [=========================================================== ] 6423/6685 96% [=========================================================== ] 6424/6685 96% [=========================================================== ] 6425/6685 96% [=========================================================== ] 6426/6685 96% [=========================================================== ] 6427/6685 96% [=========================================================== ] 6428/6685 96% [=========================================================== ] 6429/6685 96% [=========================================================== ] 6430/6685 96% [=========================================================== ] 6431/6685 96% [=========================================================== ] 6432/6685 96% [=========================================================== ] 6433/6685 96% [=========================================================== ] 6434/6685 96% [=========================================================== ] 6435/6685 96% [=========================================================== ] 6436/6685 96% [=========================================================== ] 6437/6685 96% [=========================================================== ] 6438/6685 96% [=========================================================== ] 6439/6685 96% [=========================================================== ] 6440/6685 96% [=========================================================== ] 6441/6685 96% [=========================================================== ] 6442/6685 96% [=========================================================== ] 6443/6685 96% [=========================================================== ] 6444/6685 96% [=========================================================== ] 6445/6685 96% [=========================================================== ] 6446/6685 96% [=========================================================== ] 6447/6685 96% [=========================================================== ] 6448/6685 96% [=========================================================== ] 6449/6685 96% [=========================================================== ] 6450/6685 96% [=========================================================== ] 6451/6685 96% [=========================================================== ] 6452/6685 96% [=========================================================== ] 6453/6685 96% [=========================================================== ] 6454/6685 96% [=========================================================== ] 6455/6685 96% [=========================================================== ] 6456/6685 96% [=========================================================== ] 6457/6685 96% [=========================================================== ] 6458/6685 96% [=========================================================== ] 6459/6685 96% [=========================================================== ] 6460/6685 96% [=========================================================== ] 6461/6685 96% [=========================================================== ] 6462/6685 96% [=========================================================== ] 6463/6685 96% [=========================================================== ] 6464/6685 96% [=========================================================== ] 6465/6685 96% [=========================================================== ] 6466/6685 96% [=========================================================== ] 6467/6685 96% [=========================================================== ] 6468/6685 96% [=========================================================== ] 6469/6685 96% [============================================================ ] 6470/6685 96% [============================================================ ] 6471/6685 96% [============================================================ ] 6472/6685 96% [============================================================ ] 6473/6685 96% [============================================================ ] 6474/6685 96% [============================================================ ] 6475/6685 96% [============================================================ ] 6476/6685 96% [============================================================ ] 6477/6685 96% [============================================================ ] 6478/6685 96% [============================================================ ] 6479/6685 96% [============================================================ ] 6480/6685 96% [============================================================ ] 6481/6685 96% [============================================================ ] 6482/6685 96% [============================================================ ] 6483/6685 96% [============================================================ ] 6484/6685 96% [============================================================ ] 6485/6685 97% [============================================================ ] 6486/6685 97% [============================================================ ] 6487/6685 97% [============================================================ ] 6488/6685 97% [============================================================ ] 6489/6685 97% [============================================================ ] 6490/6685 97% [============================================================ ] 6491/6685 97% [============================================================ ] 6492/6685 97% [============================================================ ] 6493/6685 97% [============================================================ ] 6494/6685 97% [============================================================ ] 6495/6685 97% [============================================================ ] 6496/6685 97% [============================================================ ] 6497/6685 97% [============================================================ ] 6498/6685 97% [============================================================ ] 6499/6685 97% [============================================================ ] 6500/6685 97% [============================================================ ] 6501/6685 97% [============================================================ ] 6502/6685 97% [============================================================ ] 6503/6685 97% [============================================================ ] 6504/6685 97% [============================================================ ] 6505/6685 97% [============================================================ ] 6506/6685 97% [============================================================ ] 6507/6685 97% [============================================================ ] 6508/6685 97% [============================================================ ] 6509/6685 97% [============================================================ ] 6510/6685 97% [============================================================ ] 6511/6685 97% [============================================================ ] 6512/6685 97% [============================================================ ] 6513/6685 97% [============================================================ ] 6514/6685 97% [============================================================ ] 6515/6685 97% [============================================================ ] 6516/6685 97% [============================================================ ] 6517/6685 97% [============================================================ ] 6518/6685 97% [============================================================ ] 6519/6685 97% [============================================================ ] 6520/6685 97% [============================================================ ] 6521/6685 97% [============================================================ ] 6522/6685 97% [============================================================ ] 6523/6685 97% [============================================================ ] 6524/6685 97% [============================================================ ] 6525/6685 97% [============================================================ ] 6526/6685 97% [============================================================ ] 6527/6685 97% [============================================================ ] 6528/6685 97% [============================================================ ] 6529/6685 97% [============================================================ ] 6530/6685 97% [============================================================ ] 6531/6685 97% [============================================================ ] 6532/6685 97% [============================================================ ] 6533/6685 97% [============================================================ ] 6534/6685 97% [============================================================ ] 6535/6685 97% [============================================================ ] 6536/6685 97% [============================================================ ] 6537/6685 97% [============================================================ ] 6538/6685 97% [============================================================ ] 6539/6685 97% [============================================================ ] 6540/6685 97% [============================================================ ] 6541/6685 97% [============================================================ ] 6542/6685 97% [============================================================ ] 6543/6685 97% [============================================================ ] 6544/6685 97% [============================================================ ] 6545/6685 97% [============================================================ ] 6546/6685 97% [============================================================ ] 6547/6685 97% [============================================================ ] 6548/6685 97% [============================================================ ] 6549/6685 97% [============================================================ ] 6550/6685 97% [============================================================ ] 6551/6685 97% [============================================================ ] 6552/6685 98% [============================================================ ] 6553/6685 98% [============================================================ ] 6554/6685 98% [============================================================ ] 6555/6685 98% [============================================================ ] 6556/6685 98% [============================================================ ] 6557/6685 98% [============================================================ ] 6558/6685 98% [============================================================ ] 6559/6685 98% [============================================================ ] 6560/6685 98% [============================================================ ] 6561/6685 98% [============================================================ ] 6562/6685 98% [============================================================ ] 6563/6685 98% [============================================================ ] 6564/6685 98% [============================================================ ] 6565/6685 98% [============================================================ ] 6566/6685 98% [============================================================ ] 6567/6685 98% [============================================================ ] 6568/6685 98% [============================================================ ] 6569/6685 98% [============================================================ ] 6570/6685 98% [============================================================ ] 6571/6685 98% [============================================================ ] 6572/6685 98% [============================================================ ] 6573/6685 98% [============================================================ ] 6574/6685 98% [============================================================ ] 6575/6685 98% [============================================================ ] 6576/6685 98% [============================================================ ] 6577/6685 98% [============================================================= ] 6578/6685 98% [============================================================= ] 6579/6685 98% [============================================================= ] 6580/6685 98% [============================================================= ] 6581/6685 98% [============================================================= ] 6582/6685 98% [============================================================= ] 6583/6685 98% [============================================================= ] 6584/6685 98% [============================================================= ] 6585/6685 98% [============================================================= ] 6586/6685 98% [============================================================= ] 6587/6685 98% [============================================================= ] 6588/6685 98% [============================================================= ] 6589/6685 98% [============================================================= ] 6590/6685 98% [============================================================= ] 6591/6685 98% [============================================================= ] 6592/6685 98% [============================================================= ] 6593/6685 98% [============================================================= ] 6594/6685 98% [============================================================= ] 6595/6685 98% [============================================================= ] 6596/6685 98% [============================================================= ] 6597/6685 98% [============================================================= ] 6598/6685 98% [============================================================= ] 6599/6685 98% [============================================================= ] 6600/6685 98% [============================================================= ] 6601/6685 98% [============================================================= ] 6602/6685 98% [============================================================= ] 6603/6685 98% [============================================================= ] 6604/6685 98% [============================================================= ] 6605/6685 98% [============================================================= ] 6606/6685 98% [============================================================= ] 6607/6685 98% [============================================================= ] 6608/6685 98% [============================================================= ] 6609/6685 98% [============================================================= ] 6610/6685 98% [============================================================= ] 6611/6685 98% [============================================================= ] 6612/6685 98% [============================================================= ] 6613/6685 98% [============================================================= ] 6614/6685 98% [============================================================= ] 6615/6685 98% [============================================================= ] 6616/6685 98% [============================================================= ] 6617/6685 98% [============================================================= ] 6618/6685 98% [============================================================= ] 6619/6685 99% [============================================================= ] 6620/6685 99% [============================================================= ] 6621/6685 99% [============================================================= ] 6622/6685 99% [============================================================= ] 6623/6685 99% [============================================================= ] 6624/6685 99% [============================================================= ] 6625/6685 99% [============================================================= ] 6626/6685 99% [============================================================= ] 6627/6685 99% [============================================================= ] 6628/6685 99% [============================================================= ] 6629/6685 99% [============================================================= ] 6630/6685 99% [============================================================= ] 6631/6685 99% [============================================================= ] 6632/6685 99% [============================================================= ] 6633/6685 99% [============================================================= ] 6634/6685 99% [============================================================= ] 6635/6685 99% [============================================================= ] 6636/6685 99% [============================================================= ] 6637/6685 99% [============================================================= ] 6638/6685 99% [============================================================= ] 6639/6685 99% [============================================================= ] 6640/6685 99% [============================================================= ] 6641/6685 99% [============================================================= ] 6642/6685 99% [============================================================= ] 6643/6685 99% [============================================================= ] 6644/6685 99% [============================================================= ] 6645/6685 99% [============================================================= ] 6646/6685 99% [============================================================= ] 6647/6685 99% [============================================================= ] 6648/6685 99% [============================================================= ] 6649/6685 99% [============================================================= ] 6650/6685 99% [============================================================= ] 6651/6685 99% [============================================================= ] 6652/6685 99% [============================================================= ] 6653/6685 99% [============================================================= ] 6654/6685 99% [============================================================= ] 6655/6685 99% [============================================================= ] 6656/6685 99% [============================================================= ] 6657/6685 99% [============================================================= ] 6658/6685 99% [============================================================= ] 6659/6685 99% [============================================================= ] 6660/6685 99% [============================================================= ] 6661/6685 99% [============================================================= ] 6662/6685 99% [============================================================= ] 6663/6685 99% [============================================================= ] 6664/6685 99% [============================================================= ] 6665/6685 99% [============================================================= ] 6666/6685 99% [============================================================= ] 6667/6685 99% [============================================================= ] 6668/6685 99% [============================================================= ] 6669/6685 99% [============================================================= ] 6670/6685 99% [============================================================= ] 6671/6685 99% [============================================================= ] 6672/6685 99% [============================================================= ] 6673/6685 99% [============================================================= ] 6674/6685 99% [============================================================= ] 6675/6685 99% [============================================================= ] 6676/6685 99% [============================================================= ] 6677/6685 99% [============================================================= ] 6678/6685 99% [============================================================= ] 6679/6685 99% [============================================================= ] 6680/6685 99% [============================================================= ] 6681/6685 99% [============================================================= ] 6682/6685 99% [============================================================= ] 6683/6685 99% [============================================================= ] 6684/6685 99% [==============================================================] 6685/6685 100% operation complete, 6685 objects in 74139 NAND pages. ln -snf /home/autobuild/autobuild/instance-4/output-1/host/mipsel-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-4/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-4/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-4/buildroot' >>> Buildroot 2023.08-655-g07a03a8549 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 12.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 12.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> glibc 2.38-13-g92201f16cbcfd9eafe314ef6654be2ea7ba25675 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 12.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.40 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.3.0 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.5.5 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 >>> host-aespipe 2.4f Collecting legal info >>> host-btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-cmake 3.27.6 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-util-linux 2.39.2 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-zlib Collecting legal info >>> host-libzlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> bubblewrap 0.8.0 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-meson 1.1.1 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 68.0.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.5 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 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-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-python-pypa-build 1.0.3 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.1 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> libcap 2.69 Collecting legal info License: OK (sha256: 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> bwm-ng 0.6.3 Collecting legal info COPYING: OK (sha256: 8556cc15ba3c0a411bf7d94bac5870829fb725f294b450c724c1e0856a601556) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> cgilua 6.0.2-0 Collecting legal info cgilua/doc/us/license.html: OK (sha256: b82f9b13f9b1a1387f53203a625612914630b520377731b0aab7ce93ad2b18c4) >>> host-luarocks 3.9.1 Collecting legal info COPYING: OK (sha256: 542ad0ee9b8ba582437ca7b4d0959c9b9432f25d2067f144d017188a7a84dd2f) >>> host-luainterpreter Collecting legal info >>> host-lua 5.4.6 Collecting legal info doc/readme.html: OK (sha256: 8f1bff27c5b0585ab679dbe4e37e75a1014af0f79732f42a79f86728321a0c6d) >>> luainterpreter Collecting legal info >>> lua 5.4.6 Collecting legal info doc/readme.html: OK (sha256: 8f1bff27c5b0585ab679dbe4e37e75a1014af0f79732f42a79f86728321a0c6d) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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) >>> copas 2.0.2-1 Collecting legal info copas-2_0_2/LICENSE: OK (sha256: 3f59cccf38e9397f6fb34dcff983a24d336df982edb5b0cde549d0c32c28c9c0) >>> coremark-pro 1.1.2743 Collecting legal info LICENSE.md: OK (sha256: 0d7775bd793ea71fef3594c18164a08ed2f5f66c898958d0644f7a236a536f2b) >>> perl 5.36.1 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 810c97bea10842d2e47bc79e51acdfa1628cfee34fa0d89330f4eb3a44e3def9) >>> corkscrew 2.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> darkhttpd 1.14 Collecting legal info darkhttpd.c: OK (sha256: f002944c9a8516e3346002d39c3e13681306833358c0f3c7781dff1fdb639710) >>> dovecot 2.3.21 Collecting legal info COPYING: OK (sha256: 319a9830aab406109cd67cb45496587566a8123203d66d037b209ca3e13de02a) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING.MIT: OK (sha256: 52b8c95fabb19575281874b661ef7968ea47e8f5d74ba0dd40ce512e52b3fc97) >>> lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> openssl Collecting legal info >>> libopenssl 3.1.3 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> zlib Collecting legal info >>> libzlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> dtv-scan-tables 57ed2982275045ea5e92ef2a40b9fa58255852e5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LGPL: OK (sha256: 4fd46f32582c29007657e2daad8d0a6d954cf4e9d2e47bae8f8d8c32765fc987) >>> host-e2fsprogs 1.47.0 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-environment-setup Collecting legal info >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> flot 0.8.3 Collecting legal info LICENSE.txt: OK (sha256: 52cb566b16d84314b92b91361ed072eaaf166e8d3dfa3d0fd3577613925f205c) >>> forge 1.3.1 Collecting legal info LICENSE: OK (sha256: f63ff0e4e239244aa79280da2dd4811a0469e5e201caf5cbc0d97c3a1dff8e82) >>> freetype 2.13.2 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> tiff 4.5.1 Collecting legal info LICENSE.md: OK (sha256: 0780558a8bfba0af1160ec1ff11ade4f41c0d7deafd6ecfc796b492a788e380d) >>> host-genpart 1.0.2 Collecting legal info >>> imlib2 1.7.3 Collecting legal info COPYING: OK (sha256: fb70339dd33a77b6213c7ae067fccf93d04af44ff3f937c61f8863f7970e73f6) COPYING-PLAIN: OK (sha256: 8c9a2e92ed4937e2d30c2ea95439c36ed3002fc47e34efee43455a460fee8ef5) >>> inadyn 2.11.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> initscripts Collecting legal info >>> iptables 1.8.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> janet 1.29.1 Collecting legal info LICENSE: OK (sha256: 95fca700e8dce9699248e7cc80ac88ce2357874c8352cd2be4d18f183dc9710b) >>> joe 4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> jquery 3.5.1 Collecting legal info >>> kbd 2.5.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) CREDITS: OK (sha256: 5a16340fe773f422144b436df90319114a2884933c56e9be6fad642e59be5e1f) >>> lbase64 20120820 Collecting legal info README: OK (sha256: a2b4f2d25b56c40801ce4f403541cbc301313048acfaa59c9509024bec57b662) >>> libdbi 88b8477d57153b9f736dd19d432d3b7ab1c49073 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libgsm 1.0.19 Collecting legal info COPYRIGHT: OK (sha256: 81c68a3374937ed9b5e4929c709e81a2c4b35b5d1f450ecf8c473e2daea46ff6) >>> libmspack 0.10.1alpha Collecting legal info COPYING.LIB: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libnet 1.2 Collecting legal info LICENSE: OK (sha256: a06f600f67f239898d85f083aeed82ce6015b1c57599ab1def00fb68787ef388) >>> libopenaptx 0.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.4 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> libsvgtiny ea9d99fc8b231c22d06168135e181d61f4eb2f06 Collecting legal info README: OK (sha256: 92b965c77be71661cae51425a6b40a5ca274f44cc13c723c90fb471a9a26a828) >>> host-netsurf-buildsystem 7574b41345968b5f7e9ca5875faccb1478ce0555 Collecting legal info llvm/LICENSE.TXT: OK (sha256: b2ddc1d607332423f6cf415b2ac619a1c03dd565facdc39a571282a520929a65) >>> libxml2 2.11.4 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libubootenv 0.3.4 Collecting legal info LICENSES/CC0-1.0.txt: OK (sha256: 0558101984550fa84d1d13c2af11d116c20079d2be58711e8d99cadce7009192) LICENSES/LGPL-2.1-or-later.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> libudfread 1.1.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libuecc 7 Collecting legal info COPYRIGHT: OK (sha256: ec4d9fcc3a37a7998a9ea4decf38f4c0c91a44fd05bb17638c52fe16f2b12e23) >>> libuhttpd 3.14.1 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> libuwsc 3.3.5 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> libwebsockets 4.3.2 Collecting legal info LICENSE: OK (sha256: 2b5dd8030691f3d1870a040f085c37e45d9ab9c684a7f1284f5f379c1e829b28) >>> host-openssl Collecting legal info >>> host-libopenssl 3.1.3 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> libxslt 1.1.38 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> lm-sensors 3.6.0 Collecting legal info COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> lua-datafile 0.10-1 Collecting legal info datafile/LICENSE: OK (sha256: 0443ddabab14f69d4c5e2641860343784a0ccbe5ae7a3743f20de9a13991da66) >>> lua-sailor 0.5-4 Collecting legal info sailor/LICENSE: OK (sha256: 3a19bc44e1a653b39bcb1b91cc8058ac6b1cd1caf7e6cef93517fd559b189065) >>> lua-valua 0.3-1 Collecting legal info valua/LICENSE: OK (sha256: 3444c2e739c88e41e327c6cd15e4a50fea8988570642bad6e6a43d50a7f7961f) >>> luafilesystem 1.8.0-1 Collecting legal info luafilesystem/LICENSE: OK (sha256: beb2c9eed6466d572c3888028a77421206053a3c023429cbd69e5015badba842) >>> luasocket 3.1.0-1 Collecting legal info luasocket/LICENSE: OK (sha256: 224afe42d0738eaaeb57ab289466a1c4e77091591e69dbcef2dbb385589f2f41) >>> lv2 1.18.10 Collecting legal info COPYING: OK (sha256: 1e6bb175e193608b767ff25a4ed68b82c4db599491cf0d2694435cf60e9a4841) >>> host-meson-tools 0a02e2d34413f4bf9b15946352bc8c8ee13a5843 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ncdu 1.18 Collecting legal info COPYING: OK (sha256: 4590cb935ff8a50cee76ce12c2cb0411c0b06e84c267b478579785dcf328660d) >>> netplug 1.2.9.2 Collecting legal info COPYING: OK (sha256: 08ce3ddda499d6befdc80161c7cc82e90da05c31eb1047dae41ef531d5170e9b) >>> ngircd 26.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> openobex 1.7.2 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> perl-appconfig 1.71 Collecting legal info LICENSE: OK (sha256: 0b22dd532e4123a511d14989c4169ed56b7316cf844c29c7897a1638a4616868) >>> host-perl 5.36.1 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 810c97bea10842d2e47bc79e51acdfa1628cfee34fa0d89330f4eb3a44e3def9) >>> perl-clone 0.46 Collecting legal info README.md: OK (sha256: 40aa7eb133e97b075024380640528760a54aefc344781741ed02539a375db5ac) >>> perl-crypt-openssl-aes 0.02 Collecting legal info README: OK (sha256: a60b8c187cc5d90f7a43adc6be3c127abaa4c739e1e7fdcff16be358533d037f) >>> perl-date-manip 6.92 Collecting legal info LICENSE: OK (sha256: 8ba2a138654f8b59b7e1e3ad0d4c81918b9148ff95078b172ccbb45fa241431d) >>> perl-datetime-tiny 1.07 Collecting legal info LICENSE: OK (sha256: 21cda7a55a8d4b32a43c654f0d4d4a1587096b35bf2a93ea12a2e3a8c2c0b88f) >>> perl-gd 2.77 Collecting legal info LICENSE: OK (sha256: 1e2250289d6df4ba1c24f7550982d7ffaff2c97cd02e847659406e1afd28e83f) >>> host-perl-extutils-pkgconfig 1.16 Collecting legal info README: OK (sha256: 1ca66d6d9d2e14426825889848f0b5b4d4e153afcd74b8f42a1f2937c3a9973d) >>> perl-gdgraph 1.54 Collecting legal info Dustismo.LICENSE: OK (sha256: 710484e3a1196664bbe8a5ad5d53c528e01226eb20e2885a4e1131eb6c6565cd) README: OK (sha256: f44630ad9101e40a101d906a07908c975a9b0742273cfb0c00a51d73afb53e7d) >>> perl-gdtextutil 0.86 Collecting legal info Dustismo.LICENSE: OK (sha256: 710484e3a1196664bbe8a5ad5d53c528e01226eb20e2885a4e1131eb6c6565cd) README: OK (sha256: 93ca7dd7f372c79e8ec1f849f2a418a67d195e4027c1b3e3dd8444fb30f3e97c) >>> perl-hash-multivalue 0.16 Collecting legal info LICENSE: OK (sha256: af32512e13f6722dab770b989c57556a5e3d29a49b22b8ad5668064db8592401) >>> perl-locale-maketext-lexicon 1.00 Collecting legal info LICENSE: OK (sha256: af693c8c99bee68656f09328c97d50b24eb742ae4473f57cdafaa90691807fbe) >>> perl-module-implementation 0.09 Collecting legal info LICENSE: OK (sha256: dd34e4dbcadfaa3db992201873e1cbb4b4f4c18e9bf000821d5c768e66d7ff0b) >>> perl-module-runtime 0.016 Collecting legal info README: OK (sha256: ad1761020436687e8493208336ef53e84589fdba212da59b05b8111cca75ddc1) >>> host-perl-module-build 0.4232 Collecting legal info LICENSE: OK (sha256: f35ac2cc6b808a38c42c2d230b875217b0a24bb51e5a497ebb630cbb3d806c3e) >>> perl-mojolicious-plugin-authorization 1.06 Collecting legal info LICENSE: OK (sha256: dfab85cd06e80a3493217a1dc741cf9065417d2e803d50756f013c0b6cb0cb3e) >>> perl-mojolicious 9.32 Collecting legal info LICENSE: OK (sha256: 19e2e0f2079ea1ce1576eb4ecc0575b33fe45b2b8e71f4aa589d6bedd1da4e0a) >>> perl-try-tiny 0.31 Collecting legal info LICENCE: OK (sha256: f1864ede834871a1207fcd19838b6bd5e1ff0a8704f5cc523fc397126041ed0b) >>> perl-xml-namespacesupport 1.12 Collecting legal info LICENSE: OK (sha256: 3fed787f0f9e1d74024ec7ae5f0f4736c693bcf263781da2054eb4bb1337e911) >>> perl-xml-sax-base 1.09 Collecting legal info README: OK (sha256: 2a9aae56e13888493523ee9053689627e092aafcf2c5fb06f06df07260f91b42) >>> host-python-iniparse 0.5 Collecting legal info LICENSE-PSF: OK (sha256: 9b02e3dfe433ccd2bd94636ef6eb08638b5a54deafe5f87a3d9d9104356c48e0) LICENSE: OK (sha256: ff45637d8a96adc414179e502fbed40160e57205bf2e302140e79a0c71eceaa7) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> raptor 2.0.16 Collecting legal info LICENSE.txt: OK (sha256: 0f0c719a05c9f7a0be2051ab83c1470837f595ed23e34989f46fd8eb45cfc251) >>> rings 1.3.0-1 Collecting legal info rings-v_1_3_0/doc/us/license.html: OK (sha256: f582a0c43737391070827ef273df0145b594b095ad2f49595701368b729e024f) >>> s6-rc 0.5.3.2 Collecting legal info COPYING: OK (sha256: 1898df1e8703bd9c1350d2ec3397880b9b4c1451038a9ce5e1c4b2e58622da39) >>> s6 2.11.1.2 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> screen 4.9.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-squashfs 4.6.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.4.4 Collecting legal info COPYING: OK (sha256: 72d7ef9c98be319fd34ce88b45203b36d5936f9c49e82bf3198ffee5e0c7d87e) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> sredird 2.2.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-swig 4.1.1 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> tcpreplay 4.4.2 Collecting legal info docs/LICENSE: OK (sha256: 07cf5e92d475287a7d1663b33097f40cae5adf03ed8920fcd4374e3dfb48c8ad) >>> tinycbor 0.6.0 Collecting legal info LICENSE: OK (sha256: 3c6ba0b5bfa7830505301ffb336a17b0748e0d61c4d34216e9dc98f10e40395e) >>> twolame 0.4.0 Collecting legal info COPYING: OK (sha256: 257a842724705950b07da76ce0e22ffa80ec77b3e9dfc6702522ac342409da0f) >>> wsapi-xavante 1.7-1 Collecting legal info wsapi/doc/us/license.html: OK (sha256: 6aa14e3febf7a9e810ce672b015f5a5514241ce5d1c3a6a48f921f089d270159) wsapi/doc/us/license.md: OK (sha256: c7bf3061d00a96d10cb9dbc3a737d0af22594e2ef8f788842d7ab92eeaa864f2) >>> wsapi 1.7-1 Collecting legal info wsapi/doc/us/license.html: OK (sha256: 6aa14e3febf7a9e810ce672b015f5a5514241ce5d1c3a6a48f921f089d270159) wsapi/doc/us/license.md: OK (sha256: c7bf3061d00a96d10cb9dbc3a737d0af22594e2ef8f788842d7ab92eeaa864f2) >>> xavante 2.4.0-1 Collecting legal info xavante-2.4.0/doc/us/license.html: OK (sha256: 57b2c50f08bf500c969fe13500f217adb36582e4d8e75c9e2ed04191cb4a045c) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.32.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: aespipe-2.4f: cannot save license (HOST_AESPIPE_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (HOST_GENPART_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-4/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-4/buildroot'