touch /tmp/instance-6/output-1/target/usr >>> Generating root filesystems common tables rm -rf /tmp/instance-6/output-1/build/buildroot-fs mkdir -p /tmp/instance-6/output-1/build/buildroot-fs printf ' saned -1 saned -1 * /etc/sane.d - - Saned User\n\n' >> /tmp/instance-6/output-1/build/buildroot-fs/full_users_table.txt printf ' \n' > /tmp/instance-6/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /tmp/instance-6/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.cpio mkdir -p /tmp/instance-6/output-1/images rm -rf /tmp/instance-6/output-1/build/buildroot-fs/cpio mkdir -p /tmp/instance-6/output-1/build/buildroot-fs/cpio rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /tmp/instance-6/output-1/target/ /tmp/instance-6/output-1/build/buildroot-fs/cpio/target echo '#!/bin/sh' > /tmp/instance-6/output-1/build/buildroot-fs/cpio/fakeroot echo "set -e" >> /tmp/instance-6/output-1/build/buildroot-fs/cpio/fakeroot echo "chown -h -R 0:0 /tmp/instance-6/output-1/build/buildroot-fs/cpio/target" >> /tmp/instance-6/output-1/build/buildroot-fs/cpio/fakeroot PATH="/tmp/instance-6/output-1/host/bin:/tmp/instance-6/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-6/buildroot/support/scripts/mkusers /tmp/instance-6/output-1/build/buildroot-fs/full_users_table.txt /tmp/instance-6/output-1/build/buildroot-fs/cpio/target >> /tmp/instance-6/output-1/build/buildroot-fs/cpio/fakeroot echo "/tmp/instance-6/output-1/host/bin/makedevs -d /tmp/instance-6/output-1/build/buildroot-fs/full_devices_table.txt /tmp/instance-6/output-1/build/buildroot-fs/cpio/target" >> /tmp/instance-6/output-1/build/buildroot-fs/cpio/fakeroot printf ' rm -rf /tmp/instance-6/output-1/build/buildroot-fs/cpio/target/usr/lib/udev/hwdb.d/ /tmp/instance-6/output-1/build/buildroot-fs/cpio/target/etc/udev/hwdb.d/\n' >> /tmp/instance-6/output-1/build/buildroot-fs/cpio/fakeroot printf ' if [ ! -e /tmp/instance-6/output-1/build/buildroot-fs/cpio/target/init ]; then /usr/bin/install -m 0755 fs/cpio/init /tmp/instance-6/output-1/build/buildroot-fs/cpio/target/init; fi\n mkdir -p /tmp/instance-6/output-1/build/buildroot-fs/cpio/target/dev\n mknod -m 0622 /tmp/instance-6/output-1/build/buildroot-fs/cpio/target/dev/console c 5 1\n' >> /tmp/instance-6/output-1/build/buildroot-fs/cpio/fakeroot echo "find /tmp/instance-6/output-1/build/buildroot-fs/cpio/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-6/output-1/build/buildroot-fs/cpio/fakeroot echo "find /tmp/instance-6/output-1/build/buildroot-fs/cpio/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-6/output-1/build/buildroot-fs/cpio/fakeroot printf ' \n' >> /tmp/instance-6/output-1/build/buildroot-fs/cpio/fakeroot printf ' \n' >> /tmp/instance-6/output-1/build/buildroot-fs/cpio/fakeroot printf ' cd /tmp/instance-6/output-1/build/buildroot-fs/cpio/target && find . | LC_ALL=C sort | cpio --quiet -o -H newc > /tmp/instance-6/output-1/images/rootfs.cpio\n' >> /tmp/instance-6/output-1/build/buildroot-fs/cpio/fakeroot chmod a+x /tmp/instance-6/output-1/build/buildroot-fs/cpio/fakeroot PATH="/tmp/instance-6/output-1/host/bin:/tmp/instance-6/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /tmp/instance-6/output-1/host/bin/fakeroot -- /tmp/instance-6/output-1/build/buildroot-fs/cpio/fakeroot rootdir=/tmp/instance-6/output-1/build/buildroot-fs/cpio/target table='/tmp/instance-6/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/tmp/instance-6/output-1/host/bin:/tmp/instance-6/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" lz4 -l -9 -c /tmp/instance-6/output-1/images/rootfs.cpio > /tmp/instance-6/output-1/images/rootfs.cpio.lz4 >>> Generating filesystem image rootfs.ext2 mkdir -p /tmp/instance-6/output-1/images rm -rf /tmp/instance-6/output-1/build/buildroot-fs/ext2 mkdir -p /tmp/instance-6/output-1/build/buildroot-fs/ext2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /tmp/instance-6/output-1/target/ /tmp/instance-6/output-1/build/buildroot-fs/ext2/target echo '#!/bin/sh' > /tmp/instance-6/output-1/build/buildroot-fs/ext2/fakeroot echo "set -e" >> /tmp/instance-6/output-1/build/buildroot-fs/ext2/fakeroot echo "chown -h -R 0:0 /tmp/instance-6/output-1/build/buildroot-fs/ext2/target" >> /tmp/instance-6/output-1/build/buildroot-fs/ext2/fakeroot PATH="/tmp/instance-6/output-1/host/bin:/tmp/instance-6/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-6/buildroot/support/scripts/mkusers /tmp/instance-6/output-1/build/buildroot-fs/full_users_table.txt /tmp/instance-6/output-1/build/buildroot-fs/ext2/target >> /tmp/instance-6/output-1/build/buildroot-fs/ext2/fakeroot echo "/tmp/instance-6/output-1/host/bin/makedevs -d /tmp/instance-6/output-1/build/buildroot-fs/full_devices_table.txt /tmp/instance-6/output-1/build/buildroot-fs/ext2/target" >> /tmp/instance-6/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -rf /tmp/instance-6/output-1/build/buildroot-fs/ext2/target/usr/lib/udev/hwdb.d/ /tmp/instance-6/output-1/build/buildroot-fs/ext2/target/etc/udev/hwdb.d/\n' >> /tmp/instance-6/output-1/build/buildroot-fs/ext2/fakeroot echo "find /tmp/instance-6/output-1/build/buildroot-fs/ext2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-6/output-1/build/buildroot-fs/ext2/fakeroot echo "find /tmp/instance-6/output-1/build/buildroot-fs/ext2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-6/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /tmp/instance-6/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /tmp/instance-6/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -f /tmp/instance-6/output-1/images/rootfs.ext2\n /tmp/instance-6/output-1/host/sbin/mkfs.ext3 -d /tmp/instance-6/output-1/build/buildroot-fs/ext2/target -r 1 -N 0 -m 5 -L "rootfs" -O ^64bit /tmp/instance-6/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' >> /tmp/instance-6/output-1/build/buildroot-fs/ext2/fakeroot chmod a+x /tmp/instance-6/output-1/build/buildroot-fs/ext2/fakeroot PATH="/tmp/instance-6/output-1/host/bin:/tmp/instance-6/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /tmp/instance-6/output-1/host/bin/fakeroot -- /tmp/instance-6/output-1/build/buildroot-fs/ext2/fakeroot rootdir=/tmp/instance-6/output-1/build/buildroot-fs/ext2/target table='/tmp/instance-6/output-1/build/buildroot-fs/full_devices_table.txt' mke2fs 1.46.5 (30-Dec-2021) Creating regular file /tmp/instance-6/output-1/images/rootfs.ext2 Creating filesystem with 1310720 4k blocks and 327680 inodes Filesystem UUID: f06bfa6b-7e13-454d-aeab-3ba9f268a208 Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736 Allocating group tables: 0/40 done Writing inode tables: 0/40 done Creating journal (16384 blocks): done Copying files into the device: done Writing superblocks and filesystem accounting information: 0/40 done PATH="/tmp/instance-6/output-1/host/bin:/tmp/instance-6/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" zstd -19 -z -f -T1 /tmp/instance-6/output-1/images/rootfs.ext2 > /tmp/instance-6/output-1/images/rootfs.ext2.zst ln -sf rootfs.ext2.zst /tmp/instance-6/output-1/images/rootfs.ext3.zst >>> Generating filesystem image rootfs.squashfs mkdir -p /tmp/instance-6/output-1/images rm -rf /tmp/instance-6/output-1/build/buildroot-fs/squashfs mkdir -p /tmp/instance-6/output-1/build/buildroot-fs/squashfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /tmp/instance-6/output-1/target/ /tmp/instance-6/output-1/build/buildroot-fs/squashfs/target echo '#!/bin/sh' > /tmp/instance-6/output-1/build/buildroot-fs/squashfs/fakeroot echo "set -e" >> /tmp/instance-6/output-1/build/buildroot-fs/squashfs/fakeroot echo "chown -h -R 0:0 /tmp/instance-6/output-1/build/buildroot-fs/squashfs/target" >> /tmp/instance-6/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/tmp/instance-6/output-1/host/bin:/tmp/instance-6/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-6/buildroot/support/scripts/mkusers /tmp/instance-6/output-1/build/buildroot-fs/full_users_table.txt /tmp/instance-6/output-1/build/buildroot-fs/squashfs/target >> /tmp/instance-6/output-1/build/buildroot-fs/squashfs/fakeroot echo "/tmp/instance-6/output-1/host/bin/makedevs -d /tmp/instance-6/output-1/build/buildroot-fs/full_devices_table.txt /tmp/instance-6/output-1/build/buildroot-fs/squashfs/target" >> /tmp/instance-6/output-1/build/buildroot-fs/squashfs/fakeroot printf ' rm -rf /tmp/instance-6/output-1/build/buildroot-fs/squashfs/target/usr/lib/udev/hwdb.d/ /tmp/instance-6/output-1/build/buildroot-fs/squashfs/target/etc/udev/hwdb.d/\n' >> /tmp/instance-6/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /tmp/instance-6/output-1/build/buildroot-fs/squashfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-6/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /tmp/instance-6/output-1/build/buildroot-fs/squashfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-6/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /tmp/instance-6/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /tmp/instance-6/output-1/build/buildroot-fs/squashfs/fakeroot printf ' /tmp/instance-6/output-1/host/bin/mksquashfs /tmp/instance-6/output-1/build/buildroot-fs/squashfs/target /tmp/instance-6/output-1/images/rootfs.squashfs -noappend -processors 1 -b 16K -nopad -comp lzo\n' >> /tmp/instance-6/output-1/build/buildroot-fs/squashfs/fakeroot chmod a+x /tmp/instance-6/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/tmp/instance-6/output-1/host/bin:/tmp/instance-6/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /tmp/instance-6/output-1/host/bin/fakeroot -- /tmp/instance-6/output-1/build/buildroot-fs/squashfs/fakeroot rootdir=/tmp/instance-6/output-1/build/buildroot-fs/squashfs/target table='/tmp/instance-6/output-1/build/buildroot-fs/full_devices_table.txt' Parallel mksquashfs: Using 1 processor Creating 4.0 filesystem on /tmp/instance-6/output-1/images/rootfs.squashfs, block size 16384. [========================================\ ] 5500/8327 66% [==============================================/ ] 6400/8327 76% [=============================================================/] 8327/8327 100% Exportable Squashfs 4.0 filesystem, lzo compressed, data block size 16384 compressed data, compressed metadata, compressed fragments, compressed xattrs, compressed ids duplicates are removed Filesystem size 39173.83 Kbytes (38.26 Mbytes) 41.92% of uncompressed filesystem size (93454.43 Kbytes) Inode table size 70817 bytes (69.16 Kbytes) 39.80% of uncompressed inode table size (177916 bytes) Directory table size 48063 bytes (46.94 Kbytes) 54.34% of uncompressed directory table size (88446 bytes) Number of duplicate files found 60 Number of inodes 4335 Number of files 3241 Number of fragments 549 Number of symbolic links 664 Number of device nodes 0 Number of fifo nodes 0 Number of socket nodes 0 Number of directories 430 Number of hard-links 1 Number of ids (unique uids + gids) 4 Number of uids 3 root (0) systemd-timesync (100) www-data (33) Number of gids 3 root (0) systemd-journal (101) www-data (33) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /tmp/instance-6/output-1/images rm -rf /tmp/instance-6/output-1/build/buildroot-fs/yaffs2 mkdir -p /tmp/instance-6/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /tmp/instance-6/output-1/target/ /tmp/instance-6/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /tmp/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /tmp/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /tmp/instance-6/output-1/build/buildroot-fs/yaffs2/target" >> /tmp/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/tmp/instance-6/output-1/host/bin:/tmp/instance-6/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-6/buildroot/support/scripts/mkusers /tmp/instance-6/output-1/build/buildroot-fs/full_users_table.txt /tmp/instance-6/output-1/build/buildroot-fs/yaffs2/target >> /tmp/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/tmp/instance-6/output-1/host/bin/makedevs -d /tmp/instance-6/output-1/build/buildroot-fs/full_devices_table.txt /tmp/instance-6/output-1/build/buildroot-fs/yaffs2/target" >> /tmp/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /tmp/instance-6/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /tmp/instance-6/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /tmp/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /tmp/instance-6/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /tmp/instance-6/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /tmp/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /tmp/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /tmp/instance-6/output-1/host/bin/mkyaffs2 --all-root /tmp/instance-6/output-1/build/buildroot-fs/yaffs2/target /tmp/instance-6/output-1/images/rootfs.yaffs2\n' >> /tmp/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /tmp/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/tmp/instance-6/output-1/host/bin:/tmp/instance-6/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /tmp/instance-6/output-1/host/bin/fakeroot -- /tmp/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/tmp/instance-6/output-1/build/buildroot-fs/yaffs2/target table='/tmp/instance-6/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/tmp/instance-6/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 4336 objects. stage 2: creating image '/tmp/instance-6/output-1/images/rootfs.yaffs2' [ ] 1/4336 0% [ ] 2/4336 0% [ ] 3/4336 0% [ ] 4/4336 0% [ ] 5/4336 0% [ ] 6/4336 0% [ ] 7/4336 0% [ ] 8/4336 0% [ ] 9/4336 0% [ ] 10/4336 0% [ ] 11/4336 0% [ ] 12/4336 0% [ ] 13/4336 0% [ ] 14/4336 0% [ ] 15/4336 0% [ ] 16/4336 0% [ ] 17/4336 0% [ ] 18/4336 0% [ ] 19/4336 0% [ ] 20/4336 0% [ ] 21/4336 0% [ ] 22/4336 0% [ ] 23/4336 0% [ ] 24/4336 0% [ ] 25/4336 0% [ ] 26/4336 0% [ ] 27/4336 0% [ ] 28/4336 0% [ ] 29/4336 0% [ ] 30/4336 0% [ ] 31/4336 0% [ ] 32/4336 0% [ ] 33/4336 0% [ ] 34/4336 0% [ ] 35/4336 0% [ ] 36/4336 0% [ ] 37/4336 0% [ ] 38/4336 0% [ ] 39/4336 0% [ ] 40/4336 0% [ ] 41/4336 0% [ ] 42/4336 0% [ ] 43/4336 0% [ ] 44/4336 1% [ ] 45/4336 1% [ ] 46/4336 1% [ ] 47/4336 1% [ ] 48/4336 1% [ ] 49/4336 1% [ ] 50/4336 1% [ ] 51/4336 1% [ ] 52/4336 1% [ ] 53/4336 1% [ ] 54/4336 1% [ ] 55/4336 1% [ ] 56/4336 1% [ ] 57/4336 1% [ ] 58/4336 1% [ ] 59/4336 1% [ ] 60/4336 1% [ ] 61/4336 1% [ ] 62/4336 1% [ ] 63/4336 1% [ ] 64/4336 1% [ ] 65/4336 1% [ ] 66/4336 1% [ ] 67/4336 1% [ ] 68/4336 1% [ ] 69/4336 1% [= ] 70/4336 1% [= ] 71/4336 1% [= ] 72/4336 1% [= ] 73/4336 1% [= ] 74/4336 1% [= ] 75/4336 1% [= ] 76/4336 1% [= ] 77/4336 1% [= ] 78/4336 1% [= ] 79/4336 1% [= ] 80/4336 1% [= ] 81/4336 1% [= ] 82/4336 1% [= ] 83/4336 1% [= ] 84/4336 1% [= ] 85/4336 1% [= ] 86/4336 1% [= ] 87/4336 2% [= ] 88/4336 2% [= ] 89/4336 2% [= ] 90/4336 2% [= ] 91/4336 2% [= ] 92/4336 2% [= ] 93/4336 2% [= ] 94/4336 2% [= ] 95/4336 2% [= ] 96/4336 2% [= ] 97/4336 2% [= ] 98/4336 2% [= ] 99/4336 2% [= ] 100/4336 2% [= ] 101/4336 2% [= ] 102/4336 2% [= ] 103/4336 2% [= ] 104/4336 2% [= ] 105/4336 2% [= ] 106/4336 2% [= ] 107/4336 2% [= ] 108/4336 2% [= ] 109/4336 2% [= ] 110/4336 2% [= ] 111/4336 2% [= ] 112/4336 2% [= ] 113/4336 2% [= ] 114/4336 2% [= ] 115/4336 2% [= ] 116/4336 2% [= ] 117/4336 2% [= ] 118/4336 2% [= ] 119/4336 2% [= ] 120/4336 2% [= ] 121/4336 2% [= ] 122/4336 2% [= ] 123/4336 2% [= ] 124/4336 2% [= ] 125/4336 2% [= ] 126/4336 2% [= ] 127/4336 2% [= ] 128/4336 2% [= ] 129/4336 2% [= ] 130/4336 2% [= ] 131/4336 3% [= ] 132/4336 3% [= ] 133/4336 3% [= ] 134/4336 3% [= ] 135/4336 3% [= ] 136/4336 3% [= ] 137/4336 3% [= ] 138/4336 3% [= ] 139/4336 3% [== ] 140/4336 3% [== ] 141/4336 3% [== ] 142/4336 3% [== ] 143/4336 3% [== ] 144/4336 3% [== ] 145/4336 3% [== ] 146/4336 3% [== ] 147/4336 3% [== ] 148/4336 3% [== ] 149/4336 3% [== ] 150/4336 3% [== ] 151/4336 3% [== ] 152/4336 3% [== ] 153/4336 3% [== ] 154/4336 3% [== ] 155/4336 3% [== ] 156/4336 3% [== ] 157/4336 3% [== ] 158/4336 3% [== ] 159/4336 3% [== ] 160/4336 3% [== ] 161/4336 3% [== ] 162/4336 3% [== ] 163/4336 3% [== ] 164/4336 3% [== ] 165/4336 3% [== ] 166/4336 3% [== ] 167/4336 3% [== ] 168/4336 3% [== ] 169/4336 3% [== ] 170/4336 3% [== ] 171/4336 3% [== ] 172/4336 3% [== ] 173/4336 3% [== ] 174/4336 4% [== ] 175/4336 4% [== ] 176/4336 4% [== ] 177/4336 4% [== ] 178/4336 4% [== ] 179/4336 4% [== ] 180/4336 4% [== ] 181/4336 4% [== ] 182/4336 4% [== ] 183/4336 4% [== ] 184/4336 4% [== ] 185/4336 4% [== ] 186/4336 4% [== ] 187/4336 4% [== ] 188/4336 4% [== ] 189/4336 4% [== ] 190/4336 4% [== ] 191/4336 4% [== ] 192/4336 4% [== ] 193/4336 4% [== ] 194/4336 4% [== ] 195/4336 4% [== ] 196/4336 4% [== ] 197/4336 4% [== ] 198/4336 4% [== ] 199/4336 4% [== ] 200/4336 4% [== ] 201/4336 4% [== ] 202/4336 4% [== ] 203/4336 4% [== ] 204/4336 4% [== ] 205/4336 4% [== ] 206/4336 4% [== ] 207/4336 4% [== ] 208/4336 4% [== ] 209/4336 4% [=== ] 210/4336 4% [=== ] 211/4336 4% [=== ] 212/4336 4% [=== ] 213/4336 4% [=== ] 214/4336 4% [=== ] 215/4336 4% [=== ] 216/4336 4% [=== ] 217/4336 5% [=== ] 218/4336 5% [=== ] 219/4336 5% [=== ] 220/4336 5% [=== ] 221/4336 5% [=== ] 222/4336 5% [=== ] 223/4336 5% [=== ] 224/4336 5% [=== ] 225/4336 5% [=== ] 226/4336 5% [=== ] 227/4336 5% [=== ] 228/4336 5% [=== ] 229/4336 5% [=== ] 230/4336 5% [=== ] 231/4336 5% [=== ] 232/4336 5% [=== ] 233/4336 5% [=== ] 234/4336 5% [=== ] 235/4336 5% [=== ] 236/4336 5% [=== ] 237/4336 5% [=== ] 238/4336 5% [=== ] 239/4336 5% [=== ] 240/4336 5% [=== ] 241/4336 5% [=== ] 242/4336 5% [=== ] 243/4336 5% [=== ] 244/4336 5% [=== ] 245/4336 5% [=== ] 246/4336 5% [=== ] 247/4336 5% [=== ] 248/4336 5% [=== ] 249/4336 5% [=== ] 250/4336 5% [=== ] 251/4336 5% [=== ] 252/4336 5% [=== ] 253/4336 5% [=== ] 254/4336 5% [=== ] 255/4336 5% [=== ] 256/4336 5% [=== ] 257/4336 5% [=== ] 258/4336 5% [=== ] 259/4336 5% [=== ] 260/4336 5% [=== ] 261/4336 6% [=== ] 262/4336 6% [=== ] 263/4336 6% [=== ] 264/4336 6% [=== ] 265/4336 6% [=== ] 266/4336 6% [=== ] 267/4336 6% [=== ] 268/4336 6% [=== ] 269/4336 6% [=== ] 270/4336 6% [=== ] 271/4336 6% [=== ] 272/4336 6% [=== ] 273/4336 6% [=== ] 274/4336 6% [=== ] 275/4336 6% [=== ] 276/4336 6% [=== ] 277/4336 6% [=== ] 278/4336 6% [=== ] 279/4336 6% [==== ] 280/4336 6% [==== ] 281/4336 6% [==== ] 282/4336 6% [==== ] 283/4336 6% [==== ] 284/4336 6% [==== ] 285/4336 6% [==== ] 286/4336 6% [==== ] 287/4336 6% [==== ] 288/4336 6% [==== ] 289/4336 6% [==== ] 290/4336 6% [==== ] 291/4336 6% [==== ] 292/4336 6% [==== ] 293/4336 6% [==== ] 294/4336 6% [==== ] 295/4336 6% [==== ] 296/4336 6% [==== ] 297/4336 6% [==== ] 298/4336 6% [==== ] 299/4336 6% [==== ] 300/4336 6% [==== ] 301/4336 6% [==== ] 302/4336 6% [==== ] 303/4336 6% [==== ] 304/4336 7% [==== ] 305/4336 7% [==== ] 306/4336 7% [==== ] 307/4336 7% [==== ] 308/4336 7% [==== ] 309/4336 7% [==== ] 310/4336 7% [==== ] 311/4336 7% [==== ] 312/4336 7% [==== ] 313/4336 7% [==== ] 314/4336 7% [==== ] 315/4336 7% [==== ] 316/4336 7% [==== ] 317/4336 7% [==== ] 318/4336 7% [==== ] 319/4336 7% [==== ] 320/4336 7% [==== ] 321/4336 7% [==== ] 322/4336 7% [==== ] 323/4336 7% [==== ] 324/4336 7% [==== ] 325/4336 7% [==== ] 326/4336 7% [==== ] 327/4336 7% [==== ] 328/4336 7% [==== ] 329/4336 7% [==== ] 330/4336 7% [==== ] 331/4336 7% [==== ] 332/4336 7% [==== ] 333/4336 7% [==== ] 334/4336 7% [==== ] 335/4336 7% [==== ] 336/4336 7% [==== ] 337/4336 7% [==== ] 338/4336 7% [==== ] 339/4336 7% [==== ] 340/4336 7% [==== ] 341/4336 7% [==== ] 342/4336 7% [==== ] 343/4336 7% [==== ] 344/4336 7% [==== ] 345/4336 7% [==== ] 346/4336 7% [==== ] 347/4336 8% [==== ] 348/4336 8% [==== ] 349/4336 8% [===== ] 350/4336 8% [===== ] 351/4336 8% [===== ] 352/4336 8% [===== ] 353/4336 8% [===== ] 354/4336 8% [===== ] 355/4336 8% [===== ] 356/4336 8% [===== ] 357/4336 8% [===== ] 358/4336 8% [===== ] 359/4336 8% [===== ] 360/4336 8% [===== ] 361/4336 8% [===== ] 362/4336 8% [===== ] 363/4336 8% [===== ] 364/4336 8% [===== ] 365/4336 8% [===== ] 366/4336 8% [===== ] 367/4336 8% [===== ] 368/4336 8% [===== ] 369/4336 8% [===== ] 370/4336 8% [===== ] 371/4336 8% [===== ] 372/4336 8% [===== ] 373/4336 8% [===== ] 374/4336 8% [===== ] 375/4336 8% [===== ] 376/4336 8% [===== ] 377/4336 8% [===== ] 378/4336 8% [===== ] 379/4336 8% [===== ] 380/4336 8% [===== ] 381/4336 8% [===== ] 382/4336 8% [===== ] 383/4336 8% [===== ] 384/4336 8% [===== ] 385/4336 8% [===== ] 386/4336 8% [===== ] 387/4336 8% [===== ] 388/4336 8% [===== ] 389/4336 8% [===== ] 390/4336 8% [===== ] 391/4336 9% [===== ] 392/4336 9% [===== ] 393/4336 9% [===== ] 394/4336 9% [===== ] 395/4336 9% [===== ] 396/4336 9% [===== ] 397/4336 9% [===== ] 398/4336 9% [===== ] 399/4336 9% [===== ] 400/4336 9% [===== ] 401/4336 9% [===== ] 402/4336 9% [===== ] 403/4336 9% [===== ] 404/4336 9% [===== ] 405/4336 9% [===== ] 406/4336 9% [===== ] 407/4336 9% [===== ] 408/4336 9% [===== ] 409/4336 9% [===== ] 410/4336 9% [===== ] 411/4336 9% [===== ] 412/4336 9% [===== ] 413/4336 9% [===== ] 414/4336 9% [===== ] 415/4336 9% [===== ] 416/4336 9% [===== ] 417/4336 9% [===== ] 418/4336 9% [===== ] 419/4336 9% [====== ] 420/4336 9% [====== ] 421/4336 9% [====== ] 422/4336 9% [====== ] 423/4336 9% [====== ] 424/4336 9% [====== ] 425/4336 9% [====== ] 426/4336 9% [====== ] 427/4336 9% [====== ] 428/4336 9% [====== ] 429/4336 9% [====== ] 430/4336 9% [====== ] 431/4336 9% [====== ] 432/4336 9% [====== ] 433/4336 9% [====== ] 434/4336 10% [====== ] 435/4336 10% [====== ] 436/4336 10% [====== ] 437/4336 10% [====== ] 438/4336 10% [====== ] 439/4336 10% [====== ] 440/4336 10% [====== ] 441/4336 10% [====== ] 442/4336 10% [====== ] 443/4336 10% [====== ] 444/4336 10% [====== ] 445/4336 10% [====== ] 446/4336 10% [====== ] 447/4336 10% [====== ] 448/4336 10% [====== ] 449/4336 10% [====== ] 450/4336 10% [====== ] 451/4336 10% [====== ] 452/4336 10% [====== ] 453/4336 10% [====== ] 454/4336 10% [====== ] 455/4336 10% [====== ] 456/4336 10% [====== ] 457/4336 10% [====== ] 458/4336 10% [====== ] 459/4336 10% [====== ] 460/4336 10% [====== ] 461/4336 10% [====== ] 462/4336 10% [====== ] 463/4336 10% [====== ] 464/4336 10% [====== ] 465/4336 10% [====== ] 466/4336 10% [====== ] 467/4336 10% [====== ] 468/4336 10% [====== ] 469/4336 10% [====== ] 470/4336 10% [====== ] 471/4336 10% [====== ] 472/4336 10% [====== ] 473/4336 10% [====== ] 474/4336 10% [====== ] 475/4336 10% [====== ] 476/4336 10% [====== ] 477/4336 11% [====== ] 478/4336 11% [====== ] 479/4336 11% [====== ] 480/4336 11% [====== ] 481/4336 11% [====== ] 482/4336 11% [====== ] 483/4336 11% [====== ] 484/4336 11% [====== ] 485/4336 11% [====== ] 486/4336 11% [====== ] 487/4336 11% [====== ] 488/4336 11% [====== ] 489/4336 11% [======= ] 490/4336 11% [======= ] 491/4336 11% [======= ] 492/4336 11% [======= ] 493/4336 11% [======= ] 494/4336 11% [======= ] 495/4336 11% [======= ] 496/4336 11% [======= ] 497/4336 11% [======= ] 498/4336 11% [======= ] 499/4336 11% [======= ] 500/4336 11% [======= ] 501/4336 11% [======= ] 502/4336 11% [======= ] 503/4336 11% [======= ] 504/4336 11% [======= ] 505/4336 11% [======= ] 506/4336 11% [======= ] 507/4336 11% [======= ] 508/4336 11% [======= ] 509/4336 11% [======= ] 510/4336 11% [======= ] 511/4336 11% [======= ] 512/4336 11% [======= ] 513/4336 11% [======= ] 514/4336 11% [======= ] 515/4336 11% [======= ] 516/4336 11% [======= ] 517/4336 11% [======= ] 518/4336 11% [======= ] 519/4336 11% [======= ] 520/4336 11% [======= ] 521/4336 12% [======= ] 522/4336 12% [======= ] 523/4336 12% [======= ] 524/4336 12% [======= ] 525/4336 12% [======= ] 526/4336 12% [======= ] 527/4336 12% [======= ] 528/4336 12% [======= ] 529/4336 12% [======= ] 530/4336 12% [======= ] 531/4336 12% [======= ] 532/4336 12% [======= ] 533/4336 12% [======= ] 534/4336 12% [======= ] 535/4336 12% [======= ] 536/4336 12% [======= ] 537/4336 12% [======= ] 538/4336 12% [======= ] 539/4336 12% [======= ] 540/4336 12% [======= ] 541/4336 12% [======= ] 542/4336 12% [======= ] 543/4336 12% [======= ] 544/4336 12% [======= ] 545/4336 12% [======= ] 546/4336 12% [======= ] 547/4336 12% [======= ] 548/4336 12% [======= ] 549/4336 12% [======= ] 550/4336 12% [======= ] 551/4336 12% [======= ] 552/4336 12% [======= ] 553/4336 12% [======= ] 554/4336 12% [======= ] 555/4336 12% [======= ] 556/4336 12% [======= ] 557/4336 12% [======= ] 558/4336 12% [======= ] 559/4336 12% [======== ] 560/4336 12% [======== ] 561/4336 12% [======== ] 562/4336 12% [======== ] 563/4336 12% [======== ] 564/4336 13% [======== ] 565/4336 13% [======== ] 566/4336 13% [======== ] 567/4336 13% [======== ] 568/4336 13% [======== ] 569/4336 13% [======== ] 570/4336 13% [======== ] 571/4336 13% [======== ] 572/4336 13% [======== ] 573/4336 13% [======== ] 574/4336 13% [======== ] 575/4336 13% [======== ] 576/4336 13% [======== ] 577/4336 13% [======== ] 578/4336 13% [======== ] 579/4336 13% [======== ] 580/4336 13% [======== ] 581/4336 13% [======== ] 582/4336 13% [======== ] 583/4336 13% [======== ] 584/4336 13% [======== ] 585/4336 13% [======== ] 586/4336 13% [======== ] 587/4336 13% [======== ] 588/4336 13% [======== ] 589/4336 13% [======== ] 590/4336 13% [======== ] 591/4336 13% [======== ] 592/4336 13% [======== ] 593/4336 13% [======== ] 594/4336 13% [======== ] 595/4336 13% [======== ] 596/4336 13% [======== ] 597/4336 13% [======== ] 598/4336 13% [======== ] 599/4336 13% [======== ] 600/4336 13% [======== ] 601/4336 13% [======== ] 602/4336 13% [======== ] 603/4336 13% [======== ] 604/4336 13% [======== ] 605/4336 13% [======== ] 606/4336 13% [======== ] 607/4336 13% [======== ] 608/4336 14% [======== ] 609/4336 14% [======== ] 610/4336 14% [======== ] 611/4336 14% [======== ] 612/4336 14% [======== ] 613/4336 14% [======== ] 614/4336 14% [======== ] 615/4336 14% [======== ] 616/4336 14% [======== ] 617/4336 14% [======== ] 618/4336 14% [======== ] 619/4336 14% [======== ] 620/4336 14% [======== ] 621/4336 14% [======== ] 622/4336 14% [======== ] 623/4336 14% [======== ] 624/4336 14% [======== ] 625/4336 14% [======== ] 626/4336 14% [======== ] 627/4336 14% [======== ] 628/4336 14% [======== ] 629/4336 14% [========= ] 630/4336 14% [========= ] 631/4336 14% [========= ] 632/4336 14% [========= ] 633/4336 14% [========= ] 634/4336 14% [========= ] 635/4336 14% [========= ] 636/4336 14% [========= ] 637/4336 14% [========= ] 638/4336 14% [========= ] 639/4336 14% [========= ] 640/4336 14% [========= ] 641/4336 14% [========= ] 642/4336 14% [========= ] 643/4336 14% [========= ] 644/4336 14% [========= ] 645/4336 14% [========= ] 646/4336 14% [========= ] 647/4336 14% [========= ] 648/4336 14% [========= ] 649/4336 14% [========= ] 650/4336 14% [========= ] 651/4336 15% [========= ] 652/4336 15% [========= ] 653/4336 15% [========= ] 654/4336 15% [========= ] 655/4336 15% [========= ] 656/4336 15% [========= ] 657/4336 15% [========= ] 658/4336 15% [========= ] 659/4336 15% [========= ] 660/4336 15% [========= ] 661/4336 15% [========= ] 662/4336 15% [========= ] 663/4336 15% [========= ] 664/4336 15% [========= ] 665/4336 15% [========= ] 666/4336 15% [========= ] 667/4336 15% [========= ] 668/4336 15% [========= ] 669/4336 15% [========= ] 670/4336 15% [========= ] 671/4336 15% [========= ] 672/4336 15% [========= ] 673/4336 15% [========= ] 674/4336 15% [========= ] 675/4336 15% [========= ] 676/4336 15% [========= ] 677/4336 15% [========= ] 678/4336 15% [========= ] 679/4336 15% [========= ] 680/4336 15% [========= ] 681/4336 15% [========= ] 682/4336 15% [========= ] 683/4336 15% [========= ] 684/4336 15% [========= ] 685/4336 15% [========= ] 686/4336 15% [========= ] 687/4336 15% [========= ] 688/4336 15% [========= ] 689/4336 15% [========= ] 690/4336 15% [========= ] 691/4336 15% [========= ] 692/4336 15% [========= ] 693/4336 15% [========= ] 694/4336 16% [========= ] 695/4336 16% [========= ] 696/4336 16% [========= ] 697/4336 16% [========= ] 698/4336 16% [========= ] 699/4336 16% [========== ] 700/4336 16% [========== ] 701/4336 16% [========== ] 702/4336 16% [========== ] 703/4336 16% [========== ] 704/4336 16% [========== ] 705/4336 16% [========== ] 706/4336 16% [========== ] 707/4336 16% [========== ] 708/4336 16% [========== ] 709/4336 16% [========== ] 710/4336 16% [========== ] 711/4336 16% [========== ] 712/4336 16% [========== ] 713/4336 16% [========== ] 714/4336 16% [========== ] 715/4336 16% [========== ] 716/4336 16% [========== ] 717/4336 16% [========== ] 718/4336 16% [========== ] 719/4336 16% [========== ] 720/4336 16% [========== ] 721/4336 16% [========== ] 722/4336 16% [========== ] 723/4336 16% [========== ] 724/4336 16% [========== ] 725/4336 16% [========== ] 726/4336 16% [========== ] 727/4336 16% [========== ] 728/4336 16% [========== ] 729/4336 16% [========== ] 730/4336 16% [========== ] 731/4336 16% [========== ] 732/4336 16% [========== ] 733/4336 16% [========== ] 734/4336 16% [========== ] 735/4336 16% [========== ] 736/4336 16% [========== ] 737/4336 16% [========== ] 738/4336 17% [========== ] 739/4336 17% [========== ] 740/4336 17% [========== ] 741/4336 17% [========== ] 742/4336 17% [========== ] 743/4336 17% [========== ] 744/4336 17% [========== ] 745/4336 17% [========== ] 746/4336 17% [========== ] 747/4336 17% [========== ] 748/4336 17% [========== ] 749/4336 17% [========== ] 750/4336 17% [========== ] 751/4336 17% [========== ] 752/4336 17% [========== ] 753/4336 17% [========== ] 754/4336 17% [========== ] 755/4336 17% [========== ] 756/4336 17% [========== ] 757/4336 17% [========== ] 758/4336 17% [========== ] 759/4336 17% [========== ] 760/4336 17% [========== ] 761/4336 17% [========== ] 762/4336 17% [========== ] 763/4336 17% [========== ] 764/4336 17% [========== ] 765/4336 17% [========== ] 766/4336 17% [========== ] 767/4336 17% [========== ] 768/4336 17% [========== ] 769/4336 17% [=========== ] 770/4336 17% [=========== ] 771/4336 17% [=========== ] 772/4336 17% [=========== ] 773/4336 17% [=========== ] 774/4336 17% [=========== ] 775/4336 17% [=========== ] 776/4336 17% [=========== ] 777/4336 17% [=========== ] 778/4336 17% [=========== ] 779/4336 17% [=========== ] 780/4336 17% [=========== ] 781/4336 18% [=========== ] 782/4336 18% [=========== ] 783/4336 18% [=========== ] 784/4336 18% [=========== ] 785/4336 18% [=========== ] 786/4336 18% [=========== ] 787/4336 18% [=========== ] 788/4336 18% [=========== ] 789/4336 18% [=========== ] 790/4336 18% [=========== ] 791/4336 18% [=========== ] 792/4336 18% [=========== ] 793/4336 18% [=========== ] 794/4336 18% [=========== ] 795/4336 18% [=========== ] 796/4336 18% [=========== ] 797/4336 18% [=========== ] 798/4336 18% [=========== ] 799/4336 18% [=========== ] 800/4336 18% [=========== ] 801/4336 18% [=========== ] 802/4336 18% [=========== ] 803/4336 18% [=========== ] 804/4336 18% [=========== ] 805/4336 18% [=========== ] 806/4336 18% [=========== ] 807/4336 18% [=========== ] 808/4336 18% [=========== ] 809/4336 18% [=========== ] 810/4336 18% [=========== ] 811/4336 18% [=========== ] 812/4336 18% [=========== ] 813/4336 18% [=========== ] 814/4336 18% [=========== ] 815/4336 18% [=========== ] 816/4336 18% [=========== ] 817/4336 18% [=========== ] 818/4336 18% [=========== ] 819/4336 18% [=========== ] 820/4336 18% [=========== ] 821/4336 18% [=========== ] 822/4336 18% [=========== ] 823/4336 18% [=========== ] 824/4336 19% [=========== ] 825/4336 19% [=========== ] 826/4336 19% [=========== ] 827/4336 19% [=========== ] 828/4336 19% [=========== ] 829/4336 19% [=========== ] 830/4336 19% [=========== ] 831/4336 19% [=========== ] 832/4336 19% [=========== ] 833/4336 19% [=========== ] 834/4336 19% [=========== ] 835/4336 19% [=========== ] 836/4336 19% [=========== ] 837/4336 19% [=========== ] 838/4336 19% [=========== ] 839/4336 19% [============ ] 840/4336 19% [============ ] 841/4336 19% [============ ] 842/4336 19% [============ ] 843/4336 19% [============ ] 844/4336 19% [============ ] 845/4336 19% [============ ] 846/4336 19% [============ ] 847/4336 19% [============ ] 848/4336 19% [============ ] 849/4336 19% [============ ] 850/4336 19% [============ ] 851/4336 19% [============ ] 852/4336 19% [============ ] 853/4336 19% [============ ] 854/4336 19% [============ ] 855/4336 19% [============ ] 856/4336 19% [============ ] 857/4336 19% [============ ] 858/4336 19% [============ ] 859/4336 19% [============ ] 860/4336 19% [============ ] 861/4336 19% [============ ] 862/4336 19% [============ ] 863/4336 19% [============ ] 864/4336 19% [============ ] 865/4336 19% [============ ] 866/4336 19% [============ ] 867/4336 19% [============ ] 868/4336 20% [============ ] 869/4336 20% [============ ] 870/4336 20% [============ ] 871/4336 20% [============ ] 872/4336 20% [============ ] 873/4336 20% [============ ] 874/4336 20% [============ ] 875/4336 20% [============ ] 876/4336 20% [============ ] 877/4336 20% [============ ] 878/4336 20% [============ ] 879/4336 20% [============ ] 880/4336 20% [============ ] 881/4336 20% [============ ] 882/4336 20% [============ ] 883/4336 20% [============ ] 884/4336 20% [============ ] 885/4336 20% [============ ] 886/4336 20% [============ ] 887/4336 20% [============ ] 888/4336 20% [============ ] 889/4336 20% [============ ] 890/4336 20% [============ ] 891/4336 20% [============ ] 892/4336 20% [============ ] 893/4336 20% [============ ] 894/4336 20% [============ ] 895/4336 20% [============ ] 896/4336 20% [============ ] 897/4336 20% [============ ] 898/4336 20% [============ ] 899/4336 20% [============ ] 900/4336 20% [============ ] 901/4336 20% [============ ] 902/4336 20% [============ ] 903/4336 20% [============ ] 904/4336 20% [============ ] 905/4336 20% [============ ] 906/4336 20% [============ ] 907/4336 20% [============ ] 908/4336 20% [============ ] 909/4336 20% [============= ] 910/4336 20% [============= ] 911/4336 21% [============= ] 912/4336 21% [============= ] 913/4336 21% [============= ] 914/4336 21% [============= ] 915/4336 21% [============= ] 916/4336 21% [============= ] 917/4336 21% [============= ] 918/4336 21% [============= ] 919/4336 21% [============= ] 920/4336 21% [============= ] 921/4336 21% [============= ] 922/4336 21% [============= ] 923/4336 21% [============= ] 924/4336 21% [============= ] 925/4336 21% [============= ] 926/4336 21% [============= ] 927/4336 21% [============= ] 928/4336 21% [============= ] 929/4336 21% [============= ] 930/4336 21% [============= ] 931/4336 21% [============= ] 932/4336 21% [============= ] 933/4336 21% [============= ] 934/4336 21% [============= ] 935/4336 21% [============= ] 936/4336 21% [============= ] 937/4336 21% [============= ] 938/4336 21% [============= ] 939/4336 21% [============= ] 940/4336 21% [============= ] 941/4336 21% [============= ] 942/4336 21% [============= ] 943/4336 21% [============= ] 944/4336 21% [============= ] 945/4336 21% [============= ] 946/4336 21% [============= ] 947/4336 21% [============= ] 948/4336 21% [============= ] 949/4336 21% [============= ] 950/4336 21% [============= ] 951/4336 21% [============= ] 952/4336 21% [============= ] 953/4336 21% [============= ] 954/4336 22% [============= ] 955/4336 22% [============= ] 956/4336 22% [============= ] 957/4336 22% [============= ] 958/4336 22% [============= ] 959/4336 22% [============= ] 960/4336 22% [============= ] 961/4336 22% [============= ] 962/4336 22% [============= ] 963/4336 22% [============= ] 964/4336 22% [============= ] 965/4336 22% [============= ] 966/4336 22% [============= ] 967/4336 22% [============= ] 968/4336 22% [============= ] 969/4336 22% [============= ] 970/4336 22% [============= ] 971/4336 22% [============= ] 972/4336 22% [============= ] 973/4336 22% [============= ] 974/4336 22% [============= ] 975/4336 22% [============= ] 976/4336 22% [============= ] 977/4336 22% [============= ] 978/4336 22% [============= ] 979/4336 22% [============== ] 980/4336 22% [============== ] 981/4336 22% [============== ] 982/4336 22% [============== ] 983/4336 22% [============== ] 984/4336 22% [============== ] 985/4336 22% [============== ] 986/4336 22% [============== ] 987/4336 22% [============== ] 988/4336 22% [============== ] 989/4336 22% [============== ] 990/4336 22% [============== ] 991/4336 22% [============== ] 992/4336 22% [============== ] 993/4336 22% [============== ] 994/4336 22% [============== ] 995/4336 22% [============== ] 996/4336 22% [============== ] 997/4336 22% [============== ] 998/4336 23% [============== ] 999/4336 23% [============== ] 1000/4336 23% [============== ] 1001/4336 23% [============== ] 1002/4336 23% [============== ] 1003/4336 23% [============== ] 1004/4336 23% [============== ] 1005/4336 23% [============== ] 1006/4336 23% [============== ] 1007/4336 23% [============== ] 1008/4336 23% [============== ] 1009/4336 23% [============== ] 1010/4336 23% [============== ] 1011/4336 23% [============== ] 1012/4336 23% [============== ] 1013/4336 23% [============== ] 1014/4336 23% [============== ] 1015/4336 23% [============== ] 1016/4336 23% [============== ] 1017/4336 23% [============== ] 1018/4336 23% [============== ] 1019/4336 23% [============== ] 1020/4336 23% [============== ] 1021/4336 23% [============== ] 1022/4336 23% [============== ] 1023/4336 23% [============== ] 1024/4336 23% [============== ] 1025/4336 23% [============== ] 1026/4336 23% [============== ] 1027/4336 23% [============== ] 1028/4336 23% [============== ] 1029/4336 23% [============== ] 1030/4336 23% [============== ] 1031/4336 23% [============== ] 1032/4336 23% [============== ] 1033/4336 23% [============== ] 1034/4336 23% [============== ] 1035/4336 23% [============== ] 1036/4336 23% [============== ] 1037/4336 23% [============== ] 1038/4336 23% [============== ] 1039/4336 23% [============== ] 1040/4336 23% [============== ] 1041/4336 24% [============== ] 1042/4336 24% [============== ] 1043/4336 24% [============== ] 1044/4336 24% [============== ] 1045/4336 24% [============== ] 1046/4336 24% [============== ] 1047/4336 24% [============== ] 1048/4336 24% [============== ] 1049/4336 24% [=============== ] 1050/4336 24% [=============== ] 1051/4336 24% [=============== ] 1052/4336 24% [=============== ] 1053/4336 24% [=============== ] 1054/4336 24% [=============== ] 1055/4336 24% [=============== ] 1056/4336 24% [=============== ] 1057/4336 24% [=============== ] 1058/4336 24% [=============== ] 1059/4336 24% [=============== ] 1060/4336 24% [=============== ] 1061/4336 24% [=============== ] 1062/4336 24% [=============== ] 1063/4336 24% [=============== ] 1064/4336 24% [=============== ] 1065/4336 24% [=============== ] 1066/4336 24% [=============== ] 1067/4336 24% [=============== ] 1068/4336 24% [=============== ] 1069/4336 24% [=============== ] 1070/4336 24% [=============== ] 1071/4336 24% [=============== ] 1072/4336 24% [=============== ] 1073/4336 24% [=============== ] 1074/4336 24% [=============== ] 1075/4336 24% [=============== ] 1076/4336 24% [=============== ] 1077/4336 24% [=============== ] 1078/4336 24% [=============== ] 1079/4336 24% [=============== ] 1080/4336 24% [=============== ] 1081/4336 24% [=============== ] 1082/4336 24% [=============== ] 1083/4336 24% [=============== ] 1084/4336 25% [=============== ] 1085/4336 25% [=============== ] 1086/4336 25% [=============== ] 1087/4336 25% [=============== ] 1088/4336 25% [=============== ] 1089/4336 25% [=============== ] 1090/4336 25% [=============== ] 1091/4336 25% [=============== ] 1092/4336 25% [=============== ] 1093/4336 25% [=============== ] 1094/4336 25% [=============== ] 1095/4336 25% [=============== ] 1096/4336 25% [=============== ] 1097/4336 25% [=============== ] 1098/4336 25% [=============== ] 1099/4336 25% [=============== ] 1100/4336 25% [=============== ] 1101/4336 25% [=============== ] 1102/4336 25% [=============== ] 1103/4336 25% [=============== ] 1104/4336 25% [=============== ] 1105/4336 25% [=============== ] 1106/4336 25% [=============== ] 1107/4336 25% [=============== ] 1108/4336 25% [=============== ] 1109/4336 25% [=============== ] 1110/4336 25% [=============== ] 1111/4336 25% [=============== ] 1112/4336 25% [=============== ] 1113/4336 25% [=============== ] 1114/4336 25% [=============== ] 1115/4336 25% [=============== ] 1116/4336 25% [=============== ] 1117/4336 25% [=============== ] 1118/4336 25% [================ ] 1119/4336 25% [================ ] 1120/4336 25% [================ ] 1121/4336 25% [================ ] 1122/4336 25% [================ ] 1123/4336 25% [================ ] 1124/4336 25% [================ ] 1125/4336 25% [================ ] 1126/4336 25% [================ ] 1127/4336 25% [================ ] 1128/4336 26% [================ ] 1129/4336 26% [================ ] 1130/4336 26% [================ ] 1131/4336 26% [================ ] 1132/4336 26% [================ ] 1133/4336 26% [================ ] 1134/4336 26% [================ ] 1135/4336 26% [================ ] 1136/4336 26% [================ ] 1137/4336 26% [================ ] 1138/4336 26% [================ ] 1139/4336 26% [================ ] 1140/4336 26% [================ ] 1141/4336 26% [================ ] 1142/4336 26% [================ ] 1143/4336 26% [================ ] 1144/4336 26% [================ ] 1145/4336 26% [================ ] 1146/4336 26% [================ ] 1147/4336 26% [================ ] 1148/4336 26% [================ ] 1149/4336 26% [================ ] 1150/4336 26% [================ ] 1151/4336 26% [================ ] 1152/4336 26% [================ ] 1153/4336 26% [================ ] 1154/4336 26% [================ ] 1155/4336 26% [================ ] 1156/4336 26% [================ ] 1157/4336 26% [================ ] 1158/4336 26% [================ ] 1159/4336 26% [================ ] 1160/4336 26% [================ ] 1161/4336 26% [================ ] 1162/4336 26% [================ ] 1163/4336 26% [================ ] 1164/4336 26% [================ ] 1165/4336 26% [================ ] 1166/4336 26% [================ ] 1167/4336 26% [================ ] 1168/4336 26% [================ ] 1169/4336 26% [================ ] 1170/4336 26% [================ ] 1171/4336 27% [================ ] 1172/4336 27% [================ ] 1173/4336 27% [================ ] 1174/4336 27% [================ ] 1175/4336 27% [================ ] 1176/4336 27% [================ ] 1177/4336 27% [================ ] 1178/4336 27% [================ ] 1179/4336 27% [================ ] 1180/4336 27% [================ ] 1181/4336 27% [================ ] 1182/4336 27% [================ ] 1183/4336 27% [================ ] 1184/4336 27% [================ ] 1185/4336 27% [================ ] 1186/4336 27% [================ ] 1187/4336 27% [================ ] 1188/4336 27% [================= ] 1189/4336 27% [================= ] 1190/4336 27% [================= ] 1191/4336 27% [================= ] 1192/4336 27% [================= ] 1193/4336 27% [================= ] 1194/4336 27% [================= ] 1195/4336 27% [================= ] 1196/4336 27% [================= ] 1197/4336 27% [================= ] 1198/4336 27% [================= ] 1199/4336 27% [================= ] 1200/4336 27% [================= ] 1201/4336 27% [================= ] 1202/4336 27% [================= ] 1203/4336 27% [================= ] 1204/4336 27% [================= ] 1205/4336 27% [================= ] 1206/4336 27% [================= ] 1207/4336 27% [================= ] 1208/4336 27% [================= ] 1209/4336 27% [================= ] 1210/4336 27% [================= ] 1211/4336 27% [================= ] 1212/4336 27% [================= ] 1213/4336 27% [================= ] 1214/4336 27% [================= ] 1215/4336 28% [================= ] 1216/4336 28% [================= ] 1217/4336 28% [================= ] 1218/4336 28% [================= ] 1219/4336 28% [================= ] 1220/4336 28% [================= ] 1221/4336 28% [================= ] 1222/4336 28% [================= ] 1223/4336 28% [================= ] 1224/4336 28% [================= ] 1225/4336 28% [================= ] 1226/4336 28% [================= ] 1227/4336 28% [================= ] 1228/4336 28% [================= ] 1229/4336 28% [================= ] 1230/4336 28% [================= ] 1231/4336 28% [================= ] 1232/4336 28% [================= ] 1233/4336 28% [================= ] 1234/4336 28% [================= ] 1235/4336 28% [================= ] 1236/4336 28% [================= ] 1237/4336 28% [================= ] 1238/4336 28% [================= ] 1239/4336 28% [================= ] 1240/4336 28% [================= ] 1241/4336 28% [================= ] 1242/4336 28% [================= ] 1243/4336 28% [================= ] 1244/4336 28% [================= ] 1245/4336 28% [================= ] 1246/4336 28% [================= ] 1247/4336 28% [================= ] 1248/4336 28% [================= ] 1249/4336 28% [================= ] 1250/4336 28% [================= ] 1251/4336 28% [================= ] 1252/4336 28% [================= ] 1253/4336 28% [================= ] 1254/4336 28% [================= ] 1255/4336 28% [================= ] 1256/4336 28% [================= ] 1257/4336 28% [================= ] 1258/4336 29% [================== ] 1259/4336 29% [================== ] 1260/4336 29% [================== ] 1261/4336 29% [================== ] 1262/4336 29% [================== ] 1263/4336 29% [================== ] 1264/4336 29% [================== ] 1265/4336 29% [================== ] 1266/4336 29% [================== ] 1267/4336 29% [================== ] 1268/4336 29% [================== ] 1269/4336 29% [================== ] 1270/4336 29% [================== ] 1271/4336 29% [================== ] 1272/4336 29% [================== ] 1273/4336 29% [================== ] 1274/4336 29% [================== ] 1275/4336 29% [================== ] 1276/4336 29% [================== ] 1277/4336 29% [================== ] 1278/4336 29% [================== ] 1279/4336 29% [================== ] 1280/4336 29% [================== ] 1281/4336 29% [================== ] 1282/4336 29% [================== ] 1283/4336 29% [================== ] 1284/4336 29% [================== ] 1285/4336 29% [================== ] 1286/4336 29% [================== ] 1287/4336 29% [================== ] 1288/4336 29% [================== ] 1289/4336 29% [================== ] 1290/4336 29% [================== ] 1291/4336 29% [================== ] 1292/4336 29% [================== ] 1293/4336 29% [================== ] 1294/4336 29% [================== ] 1295/4336 29% [================== ] 1296/4336 29% [================== ] 1297/4336 29% [================== ] 1298/4336 29% [================== ] 1299/4336 29% [================== ] 1300/4336 29% [================== ] 1301/4336 30% [================== ] 1302/4336 30% [================== ] 1303/4336 30% [================== ] 1304/4336 30% [================== ] 1305/4336 30% [================== ] 1306/4336 30% [================== ] 1307/4336 30% [================== ] 1308/4336 30% [================== ] 1309/4336 30% [================== ] 1310/4336 30% [================== ] 1311/4336 30% [================== ] 1312/4336 30% [================== ] 1313/4336 30% [================== ] 1314/4336 30% [================== ] 1315/4336 30% [================== ] 1316/4336 30% [================== ] 1317/4336 30% [================== ] 1318/4336 30% [================== ] 1319/4336 30% [================== ] 1320/4336 30% [================== ] 1321/4336 30% [================== ] 1322/4336 30% [================== ] 1323/4336 30% [================== ] 1324/4336 30% [================== ] 1325/4336 30% [================== ] 1326/4336 30% [================== ] 1327/4336 30% [================== ] 1328/4336 30% [=================== ] 1329/4336 30% [=================== ] 1330/4336 30% [=================== ] 1331/4336 30% [=================== ] 1332/4336 30% [=================== ] 1333/4336 30% [=================== ] 1334/4336 30% [=================== ] 1335/4336 30% [=================== ] 1336/4336 30% [=================== ] 1337/4336 30% [=================== ] 1338/4336 30% [=================== ] 1339/4336 30% [=================== ] 1340/4336 30% [=================== ] 1341/4336 30% [=================== ] 1342/4336 30% [=================== ] 1343/4336 30% [=================== ] 1344/4336 30% [=================== ] 1345/4336 31% [=================== ] 1346/4336 31% [=================== ] 1347/4336 31% [=================== ] 1348/4336 31% [=================== ] 1349/4336 31% [=================== ] 1350/4336 31% [=================== ] 1351/4336 31% [=================== ] 1352/4336 31% [=================== ] 1353/4336 31% [=================== ] 1354/4336 31% [=================== ] 1355/4336 31% [=================== ] 1356/4336 31% [=================== ] 1357/4336 31% [=================== ] 1358/4336 31% [=================== ] 1359/4336 31% [=================== ] 1360/4336 31% [=================== ] 1361/4336 31% [=================== ] 1362/4336 31% [=================== ] 1363/4336 31% [=================== ] 1364/4336 31% [=================== ] 1365/4336 31% [=================== ] 1366/4336 31% [=================== ] 1367/4336 31% [=================== ] 1368/4336 31% [=================== ] 1369/4336 31% [=================== ] 1370/4336 31% [=================== ] 1371/4336 31% [=================== ] 1372/4336 31% [=================== ] 1373/4336 31% [=================== ] 1374/4336 31% [=================== ] 1375/4336 31% [=================== ] 1376/4336 31% [=================== ] 1377/4336 31% [=================== ] 1378/4336 31% [=================== ] 1379/4336 31% [=================== ] 1380/4336 31% [=================== ] 1381/4336 31% [=================== ] 1382/4336 31% [=================== ] 1383/4336 31% [=================== ] 1384/4336 31% [=================== ] 1385/4336 31% [=================== ] 1386/4336 31% [=================== ] 1387/4336 31% [=================== ] 1388/4336 32% [=================== ] 1389/4336 32% [=================== ] 1390/4336 32% [=================== ] 1391/4336 32% [=================== ] 1392/4336 32% [=================== ] 1393/4336 32% [=================== ] 1394/4336 32% [=================== ] 1395/4336 32% [=================== ] 1396/4336 32% [=================== ] 1397/4336 32% [=================== ] 1398/4336 32% [==================== ] 1399/4336 32% [==================== ] 1400/4336 32% [==================== ] 1401/4336 32% [==================== ] 1402/4336 32% [==================== ] 1403/4336 32% [==================== ] 1404/4336 32% [==================== ] 1405/4336 32% [==================== ] 1406/4336 32% [==================== ] 1407/4336 32% [==================== ] 1408/4336 32% [==================== ] 1409/4336 32% [==================== ] 1410/4336 32% [==================== ] 1411/4336 32% [==================== ] 1412/4336 32% [==================== ] 1413/4336 32% [==================== ] 1414/4336 32% [==================== ] 1415/4336 32% [==================== ] 1416/4336 32% [==================== ] 1417/4336 32% [==================== ] 1418/4336 32% [==================== ] 1419/4336 32% [==================== ] 1420/4336 32% [==================== ] 1421/4336 32% [==================== ] 1422/4336 32% [==================== ] 1423/4336 32% [==================== ] 1424/4336 32% [==================== ] 1425/4336 32% [==================== ] 1426/4336 32% [==================== ] 1427/4336 32% [==================== ] 1428/4336 32% [==================== ] 1429/4336 32% [==================== ] 1430/4336 32% [==================== ] 1431/4336 33% [==================== ] 1432/4336 33% [==================== ] 1433/4336 33% [==================== ] 1434/4336 33% [==================== ] 1435/4336 33% [==================== ] 1436/4336 33% [==================== ] 1437/4336 33% [==================== ] 1438/4336 33% [==================== ] 1439/4336 33% [==================== ] 1440/4336 33% [==================== ] 1441/4336 33% [==================== ] 1442/4336 33% [==================== ] 1443/4336 33% [==================== ] 1444/4336 33% [==================== ] 1445/4336 33% [==================== ] 1446/4336 33% [==================== ] 1447/4336 33% [==================== ] 1448/4336 33% [==================== ] 1449/4336 33% [==================== ] 1450/4336 33% [==================== ] 1451/4336 33% [==================== ] 1452/4336 33% [==================== ] 1453/4336 33% [==================== ] 1454/4336 33% [==================== ] 1455/4336 33% [==================== ] 1456/4336 33% [==================== ] 1457/4336 33% [==================== ] 1458/4336 33% [==================== ] 1459/4336 33% [==================== ] 1460/4336 33% [==================== ] 1461/4336 33% [==================== ] 1462/4336 33% [==================== ] 1463/4336 33% [==================== ] 1464/4336 33% [==================== ] 1465/4336 33% [==================== ] 1466/4336 33% [==================== ] 1467/4336 33% [==================== ] 1468/4336 33% [===================== ] 1469/4336 33% [===================== ] 1470/4336 33% [===================== ] 1471/4336 33% [===================== ] 1472/4336 33% [===================== ] 1473/4336 33% [===================== ] 1474/4336 33% [===================== ] 1475/4336 34% [===================== ] 1476/4336 34% [===================== ] 1477/4336 34% [===================== ] 1478/4336 34% [===================== ] 1479/4336 34% [===================== ] 1480/4336 34% [===================== ] 1481/4336 34% [===================== ] 1482/4336 34% [===================== ] 1483/4336 34% [===================== ] 1484/4336 34% [===================== ] 1485/4336 34% [===================== ] 1486/4336 34% [===================== ] 1487/4336 34% [===================== ] 1488/4336 34% [===================== ] 1489/4336 34% [===================== ] 1490/4336 34% [===================== ] 1491/4336 34% [===================== ] 1492/4336 34% [===================== ] 1493/4336 34% [===================== ] 1494/4336 34% [===================== ] 1495/4336 34% [===================== ] 1496/4336 34% [===================== ] 1497/4336 34% [===================== ] 1498/4336 34% [===================== ] 1499/4336 34% [===================== ] 1500/4336 34% [===================== ] 1501/4336 34% [===================== ] 1502/4336 34% [===================== ] 1503/4336 34% [===================== ] 1504/4336 34% [===================== ] 1505/4336 34% [===================== ] 1506/4336 34% [===================== ] 1507/4336 34% [===================== ] 1508/4336 34% [===================== ] 1509/4336 34% [===================== ] 1510/4336 34% [===================== ] 1511/4336 34% [===================== ] 1512/4336 34% [===================== ] 1513/4336 34% [===================== ] 1514/4336 34% [===================== ] 1515/4336 34% [===================== ] 1516/4336 34% [===================== ] 1517/4336 34% [===================== ] 1518/4336 35% [===================== ] 1519/4336 35% [===================== ] 1520/4336 35% [===================== ] 1521/4336 35% [===================== ] 1522/4336 35% [===================== ] 1523/4336 35% [===================== ] 1524/4336 35% [===================== ] 1525/4336 35% [===================== ] 1526/4336 35% [===================== ] 1527/4336 35% [===================== ] 1528/4336 35% [===================== ] 1529/4336 35% [===================== ] 1530/4336 35% [===================== ] 1531/4336 35% [===================== ] 1532/4336 35% [===================== ] 1533/4336 35% [===================== ] 1534/4336 35% [===================== ] 1535/4336 35% [===================== ] 1536/4336 35% [===================== ] 1537/4336 35% [===================== ] 1538/4336 35% [====================== ] 1539/4336 35% [====================== ] 1540/4336 35% [====================== ] 1541/4336 35% [====================== ] 1542/4336 35% [====================== ] 1543/4336 35% [====================== ] 1544/4336 35% [====================== ] 1545/4336 35% [====================== ] 1546/4336 35% [====================== ] 1547/4336 35% [====================== ] 1548/4336 35% [====================== ] 1549/4336 35% [====================== ] 1550/4336 35% [====================== ] 1551/4336 35% [====================== ] 1552/4336 35% [====================== ] 1553/4336 35% [====================== ] 1554/4336 35% [====================== ] 1555/4336 35% [====================== ] 1556/4336 35% [====================== ] 1557/4336 35% [====================== ] 1558/4336 35% [====================== ] 1559/4336 35% [====================== ] 1560/4336 35% [====================== ] 1561/4336 36% [====================== ] 1562/4336 36% [====================== ] 1563/4336 36% [====================== ] 1564/4336 36% [====================== ] 1565/4336 36% [====================== ] 1566/4336 36% [====================== ] 1567/4336 36% [====================== ] 1568/4336 36% [====================== ] 1569/4336 36% [====================== ] 1570/4336 36% [====================== ] 1571/4336 36% [====================== ] 1572/4336 36% [====================== ] 1573/4336 36% [====================== ] 1574/4336 36% [====================== ] 1575/4336 36% [====================== ] 1576/4336 36% [====================== ] 1577/4336 36% [====================== ] 1578/4336 36% [====================== ] 1579/4336 36% [====================== ] 1580/4336 36% [====================== ] 1581/4336 36% [====================== ] 1582/4336 36% [====================== ] 1583/4336 36% [====================== ] 1584/4336 36% [====================== ] 1585/4336 36% [====================== ] 1586/4336 36% [====================== ] 1587/4336 36% [====================== ] 1588/4336 36% [====================== ] 1589/4336 36% [====================== ] 1590/4336 36% [====================== ] 1591/4336 36% [====================== ] 1592/4336 36% [====================== ] 1593/4336 36% [====================== ] 1594/4336 36% [====================== ] 1595/4336 36% [====================== ] 1596/4336 36% [====================== ] 1597/4336 36% [====================== ] 1598/4336 36% [====================== ] 1599/4336 36% [====================== ] 1600/4336 36% [====================== ] 1601/4336 36% [====================== ] 1602/4336 36% [====================== ] 1603/4336 36% [====================== ] 1604/4336 36% [====================== ] 1605/4336 37% [====================== ] 1606/4336 37% [====================== ] 1607/4336 37% [====================== ] 1608/4336 37% [======================= ] 1609/4336 37% [======================= ] 1610/4336 37% [======================= ] 1611/4336 37% [======================= ] 1612/4336 37% [======================= ] 1613/4336 37% [======================= ] 1614/4336 37% [======================= ] 1615/4336 37% [======================= ] 1616/4336 37% [======================= ] 1617/4336 37% [======================= ] 1618/4336 37% [======================= ] 1619/4336 37% [======================= ] 1620/4336 37% [======================= ] 1621/4336 37% [======================= ] 1622/4336 37% [======================= ] 1623/4336 37% [======================= ] 1624/4336 37% [======================= ] 1625/4336 37% [======================= ] 1626/4336 37% [======================= ] 1627/4336 37% [======================= ] 1628/4336 37% [======================= ] 1629/4336 37% [======================= ] 1630/4336 37% [======================= ] 1631/4336 37% [======================= ] 1632/4336 37% [======================= ] 1633/4336 37% [======================= ] 1634/4336 37% [======================= ] 1635/4336 37% [======================= ] 1636/4336 37% [======================= ] 1637/4336 37% [======================= ] 1638/4336 37% [======================= ] 1639/4336 37% [======================= ] 1640/4336 37% [======================= ] 1641/4336 37% [======================= ] 1642/4336 37% [======================= ] 1643/4336 37% [======================= ] 1644/4336 37% [======================= ] 1645/4336 37% [======================= ] 1646/4336 37% [======================= ] 1647/4336 37% [======================= ] 1648/4336 38% [======================= ] 1649/4336 38% [======================= ] 1650/4336 38% [======================= ] 1651/4336 38% [======================= ] 1652/4336 38% [======================= ] 1653/4336 38% [======================= ] 1654/4336 38% [======================= ] 1655/4336 38% [======================= ] 1656/4336 38% [======================= ] 1657/4336 38% [======================= ] 1658/4336 38% [======================= ] 1659/4336 38% [======================= ] 1660/4336 38% [======================= ] 1661/4336 38% [======================= ] 1662/4336 38% [======================= ] 1663/4336 38% [======================= ] 1664/4336 38% [======================= ] 1665/4336 38% [======================= ] 1666/4336 38% [======================= ] 1667/4336 38% [======================= ] 1668/4336 38% [======================= ] 1669/4336 38% [======================= ] 1670/4336 38% [======================= ] 1671/4336 38% [======================= ] 1672/4336 38% [======================= ] 1673/4336 38% [======================= ] 1674/4336 38% [======================= ] 1675/4336 38% [======================= ] 1676/4336 38% [======================= ] 1677/4336 38% [======================= ] 1678/4336 38% [======================== ] 1679/4336 38% [======================== ] 1680/4336 38% [======================== ] 1681/4336 38% [======================== ] 1682/4336 38% [======================== ] 1683/4336 38% [======================== ] 1684/4336 38% [======================== ] 1685/4336 38% [======================== ] 1686/4336 38% [======================== ] 1687/4336 38% [======================== ] 1688/4336 38% [======================== ] 1689/4336 38% [======================== ] 1690/4336 38% [======================== ] 1691/4336 38% [======================== ] 1692/4336 39% [======================== ] 1693/4336 39% [======================== ] 1694/4336 39% [======================== ] 1695/4336 39% [======================== ] 1696/4336 39% [======================== ] 1697/4336 39% [======================== ] 1698/4336 39% [======================== ] 1699/4336 39% [======================== ] 1700/4336 39% [======================== ] 1701/4336 39% [======================== ] 1702/4336 39% [======================== ] 1703/4336 39% [======================== ] 1704/4336 39% [======================== ] 1705/4336 39% [======================== ] 1706/4336 39% [======================== ] 1707/4336 39% [======================== ] 1708/4336 39% [======================== ] 1709/4336 39% [======================== ] 1710/4336 39% [======================== ] 1711/4336 39% [======================== ] 1712/4336 39% [======================== ] 1713/4336 39% [======================== ] 1714/4336 39% [======================== ] 1715/4336 39% [======================== ] 1716/4336 39% [======================== ] 1717/4336 39% [======================== ] 1718/4336 39% [======================== ] 1719/4336 39% [======================== ] 1720/4336 39% [======================== ] 1721/4336 39% [======================== ] 1722/4336 39% [======================== ] 1723/4336 39% [======================== ] 1724/4336 39% [======================== ] 1725/4336 39% [======================== ] 1726/4336 39% [======================== ] 1727/4336 39% [======================== ] 1728/4336 39% [======================== ] 1729/4336 39% [======================== ] 1730/4336 39% [======================== ] 1731/4336 39% [======================== ] 1732/4336 39% [======================== ] 1733/4336 39% [======================== ] 1734/4336 39% [======================== ] 1735/4336 40% [======================== ] 1736/4336 40% [======================== ] 1737/4336 40% [======================== ] 1738/4336 40% [======================== ] 1739/4336 40% [======================== ] 1740/4336 40% [======================== ] 1741/4336 40% [======================== ] 1742/4336 40% [======================== ] 1743/4336 40% [======================== ] 1744/4336 40% [======================== ] 1745/4336 40% [======================== ] 1746/4336 40% [======================== ] 1747/4336 40% [======================== ] 1748/4336 40% [========================= ] 1749/4336 40% [========================= ] 1750/4336 40% [========================= ] 1751/4336 40% [========================= ] 1752/4336 40% [========================= ] 1753/4336 40% [========================= ] 1754/4336 40% [========================= ] 1755/4336 40% [========================= ] 1756/4336 40% [========================= ] 1757/4336 40% [========================= ] 1758/4336 40% [========================= ] 1759/4336 40% [========================= ] 1760/4336 40% [========================= ] 1761/4336 40% [========================= ] 1762/4336 40% [========================= ] 1763/4336 40% [========================= ] 1764/4336 40% [========================= ] 1765/4336 40% [========================= ] 1766/4336 40% [========================= ] 1767/4336 40% [========================= ] 1768/4336 40% [========================= ] 1769/4336 40% [========================= ] 1770/4336 40% [========================= ] 1771/4336 40% [========================= ] 1772/4336 40% [========================= ] 1773/4336 40% [========================= ] 1774/4336 40% [========================= ] 1775/4336 40% [========================= ] 1776/4336 40% [========================= ] 1777/4336 40% [========================= ] 1778/4336 41% [========================= ] 1779/4336 41% [========================= ] 1780/4336 41% [========================= ] 1781/4336 41% [========================= ] 1782/4336 41% [========================= ] 1783/4336 41% [========================= ] 1784/4336 41% [========================= ] 1785/4336 41% [========================= ] 1786/4336 41% [========================= ] 1787/4336 41% [========================= ] 1788/4336 41% [========================= ] 1789/4336 41% [========================= ] 1790/4336 41% [========================= ] 1791/4336 41% [========================= ] 1792/4336 41% [========================= ] 1793/4336 41% [========================= ] 1794/4336 41% [========================= ] 1795/4336 41% [========================= ] 1796/4336 41% [========================= ] 1797/4336 41% [========================= ] 1798/4336 41% [========================= ] 1799/4336 41% [========================= ] 1800/4336 41% [========================= ] 1801/4336 41% [========================= ] 1802/4336 41% [========================= ] 1803/4336 41% [========================= ] 1804/4336 41% [========================= ] 1805/4336 41% [========================= ] 1806/4336 41% [========================= ] 1807/4336 41% [========================= ] 1808/4336 41% [========================= ] 1809/4336 41% [========================= ] 1810/4336 41% [========================= ] 1811/4336 41% [========================= ] 1812/4336 41% [========================= ] 1813/4336 41% [========================= ] 1814/4336 41% [========================= ] 1815/4336 41% [========================= ] 1816/4336 41% [========================= ] 1817/4336 41% [========================= ] 1818/4336 41% [========================== ] 1819/4336 41% [========================== ] 1820/4336 41% [========================== ] 1821/4336 41% [========================== ] 1822/4336 42% [========================== ] 1823/4336 42% [========================== ] 1824/4336 42% [========================== ] 1825/4336 42% [========================== ] 1826/4336 42% [========================== ] 1827/4336 42% [========================== ] 1828/4336 42% [========================== ] 1829/4336 42% [========================== ] 1830/4336 42% [========================== ] 1831/4336 42% [========================== ] 1832/4336 42% [========================== ] 1833/4336 42% [========================== ] 1834/4336 42% [========================== ] 1835/4336 42% [========================== ] 1836/4336 42% [========================== ] 1837/4336 42% [========================== ] 1838/4336 42% [========================== ] 1839/4336 42% [========================== ] 1840/4336 42% [========================== ] 1841/4336 42% [========================== ] 1842/4336 42% [========================== ] 1843/4336 42% [========================== ] 1844/4336 42% [========================== ] 1845/4336 42% [========================== ] 1846/4336 42% [========================== ] 1847/4336 42% [========================== ] 1848/4336 42% [========================== ] 1849/4336 42% [========================== ] 1850/4336 42% [========================== ] 1851/4336 42% [========================== ] 1852/4336 42% [========================== ] 1853/4336 42% [========================== ] 1854/4336 42% [========================== ] 1855/4336 42% [========================== ] 1856/4336 42% [========================== ] 1857/4336 42% [========================== ] 1858/4336 42% [========================== ] 1859/4336 42% [========================== ] 1860/4336 42% [========================== ] 1861/4336 42% [========================== ] 1862/4336 42% [========================== ] 1863/4336 42% [========================== ] 1864/4336 42% [========================== ] 1865/4336 43% [========================== ] 1866/4336 43% [========================== ] 1867/4336 43% [========================== ] 1868/4336 43% [========================== ] 1869/4336 43% [========================== ] 1870/4336 43% [========================== ] 1871/4336 43% [========================== ] 1872/4336 43% [========================== ] 1873/4336 43% [========================== ] 1874/4336 43% [========================== ] 1875/4336 43% [========================== ] 1876/4336 43% [========================== ] 1877/4336 43% [========================== ] 1878/4336 43% [========================== ] 1879/4336 43% [========================== ] 1880/4336 43% [========================== ] 1881/4336 43% [========================== ] 1882/4336 43% [========================== ] 1883/4336 43% [========================== ] 1884/4336 43% [========================== ] 1885/4336 43% [========================== ] 1886/4336 43% [========================== ] 1887/4336 43% [========================== ] 1888/4336 43% [=========================== ] 1889/4336 43% [=========================== ] 1890/4336 43% [=========================== ] 1891/4336 43% [=========================== ] 1892/4336 43% [=========================== ] 1893/4336 43% [=========================== ] 1894/4336 43% [=========================== ] 1895/4336 43% [=========================== ] 1896/4336 43% [=========================== ] 1897/4336 43% [=========================== ] 1898/4336 43% [=========================== ] 1899/4336 43% [=========================== ] 1900/4336 43% [=========================== ] 1901/4336 43% [=========================== ] 1902/4336 43% [=========================== ] 1903/4336 43% [=========================== ] 1904/4336 43% [=========================== ] 1905/4336 43% [=========================== ] 1906/4336 43% [=========================== ] 1907/4336 43% [=========================== ] 1908/4336 44% [=========================== ] 1909/4336 44% [=========================== ] 1910/4336 44% [=========================== ] 1911/4336 44% [=========================== ] 1912/4336 44% [=========================== ] 1913/4336 44% [=========================== ] 1914/4336 44% [=========================== ] 1915/4336 44% [=========================== ] 1916/4336 44% [=========================== ] 1917/4336 44% [=========================== ] 1918/4336 44% [=========================== ] 1919/4336 44% [=========================== ] 1920/4336 44% [=========================== ] 1921/4336 44% [=========================== ] 1922/4336 44% [=========================== ] 1923/4336 44% [=========================== ] 1924/4336 44% [=========================== ] 1925/4336 44% [=========================== ] 1926/4336 44% [=========================== ] 1927/4336 44% [=========================== ] 1928/4336 44% [=========================== ] 1929/4336 44% [=========================== ] 1930/4336 44% [=========================== ] 1931/4336 44% [=========================== ] 1932/4336 44% [=========================== ] 1933/4336 44% [=========================== ] 1934/4336 44% [=========================== ] 1935/4336 44% [=========================== ] 1936/4336 44% [=========================== ] 1937/4336 44% [=========================== ] 1938/4336 44% [=========================== ] 1939/4336 44% [=========================== ] 1940/4336 44% [=========================== ] 1941/4336 44% [=========================== ] 1942/4336 44% [=========================== ] 1943/4336 44% [=========================== ] 1944/4336 44% [=========================== ] 1945/4336 44% [=========================== ] 1946/4336 44% [=========================== ] 1947/4336 44% [=========================== ] 1948/4336 44% [=========================== ] 1949/4336 44% [=========================== ] 1950/4336 44% [=========================== ] 1951/4336 44% [=========================== ] 1952/4336 45% [=========================== ] 1953/4336 45% [=========================== ] 1954/4336 45% [=========================== ] 1955/4336 45% [=========================== ] 1956/4336 45% [=========================== ] 1957/4336 45% [=========================== ] 1958/4336 45% [============================ ] 1959/4336 45% [============================ ] 1960/4336 45% [============================ ] 1961/4336 45% [============================ ] 1962/4336 45% [============================ ] 1963/4336 45% [============================ ] 1964/4336 45% [============================ ] 1965/4336 45% [============================ ] 1966/4336 45% [============================ ] 1967/4336 45% [============================ ] 1968/4336 45% [============================ ] 1969/4336 45% [============================ ] 1970/4336 45% [============================ ] 1971/4336 45% [============================ ] 1972/4336 45% [============================ ] 1973/4336 45% [============================ ] 1974/4336 45% [============================ ] 1975/4336 45% [============================ ] 1976/4336 45% [============================ ] 1977/4336 45% [============================ ] 1978/4336 45% [============================ ] 1979/4336 45% [============================ ] 1980/4336 45% [============================ ] 1981/4336 45% [============================ ] 1982/4336 45% [============================ ] 1983/4336 45% [============================ ] 1984/4336 45% [============================ ] 1985/4336 45% [============================ ] 1986/4336 45% [============================ ] 1987/4336 45% [============================ ] 1988/4336 45% [============================ ] 1989/4336 45% [============================ ] 1990/4336 45% [============================ ] 1991/4336 45% [============================ ] 1992/4336 45% [============================ ] 1993/4336 45% [============================ ] 1994/4336 45% [============================ ] 1995/4336 46% [============================ ] 1996/4336 46% [============================ ] 1997/4336 46% [============================ ] 1998/4336 46% [============================ ] 1999/4336 46% [============================ ] 2000/4336 46% [============================ ] 2001/4336 46% [============================ ] 2002/4336 46% [============================ ] 2003/4336 46% [============================ ] 2004/4336 46% [============================ ] 2005/4336 46% [============================ ] 2006/4336 46% [============================ ] 2007/4336 46% [============================ ] 2008/4336 46% [============================ ] 2009/4336 46% [============================ ] 2010/4336 46% [============================ ] 2011/4336 46% [============================ ] 2012/4336 46% [============================ ] 2013/4336 46% [============================ ] 2014/4336 46% [============================ ] 2015/4336 46% [============================ ] 2016/4336 46% [============================ ] 2017/4336 46% [============================ ] 2018/4336 46% [============================ ] 2019/4336 46% [============================ ] 2020/4336 46% [============================ ] 2021/4336 46% [============================ ] 2022/4336 46% [============================ ] 2023/4336 46% [============================ ] 2024/4336 46% [============================ ] 2025/4336 46% [============================ ] 2026/4336 46% [============================ ] 2027/4336 46% [============================ ] 2028/4336 46% [============================= ] 2029/4336 46% [============================= ] 2030/4336 46% [============================= ] 2031/4336 46% [============================= ] 2032/4336 46% [============================= ] 2033/4336 46% [============================= ] 2034/4336 46% [============================= ] 2035/4336 46% [============================= ] 2036/4336 46% [============================= ] 2037/4336 46% [============================= ] 2038/4336 47% [============================= ] 2039/4336 47% [============================= ] 2040/4336 47% [============================= ] 2041/4336 47% [============================= ] 2042/4336 47% [============================= ] 2043/4336 47% [============================= ] 2044/4336 47% [============================= ] 2045/4336 47% [============================= ] 2046/4336 47% [============================= ] 2047/4336 47% [============================= ] 2048/4336 47% [============================= ] 2049/4336 47% [============================= ] 2050/4336 47% [============================= ] 2051/4336 47% [============================= ] 2052/4336 47% [============================= ] 2053/4336 47% [============================= ] 2054/4336 47% [============================= ] 2055/4336 47% [============================= ] 2056/4336 47% [============================= ] 2057/4336 47% [============================= ] 2058/4336 47% [============================= ] 2059/4336 47% [============================= ] 2060/4336 47% [============================= ] 2061/4336 47% [============================= ] 2062/4336 47% [============================= ] 2063/4336 47% [============================= ] 2064/4336 47% [============================= ] 2065/4336 47% [============================= ] 2066/4336 47% [============================= ] 2067/4336 47% [============================= ] 2068/4336 47% [============================= ] 2069/4336 47% [============================= ] 2070/4336 47% [============================= ] 2071/4336 47% [============================= ] 2072/4336 47% [============================= ] 2073/4336 47% [============================= ] 2074/4336 47% [============================= ] 2075/4336 47% [============================= ] 2076/4336 47% [============================= ] 2077/4336 47% [============================= ] 2078/4336 47% [============================= ] 2079/4336 47% [============================= ] 2080/4336 47% [============================= ] 2081/4336 47% [============================= ] 2082/4336 48% [============================= ] 2083/4336 48% [============================= ] 2084/4336 48% [============================= ] 2085/4336 48% [============================= ] 2086/4336 48% [============================= ] 2087/4336 48% [============================= ] 2088/4336 48% [============================= ] 2089/4336 48% [============================= ] 2090/4336 48% [============================= ] 2091/4336 48% [============================= ] 2092/4336 48% [============================= ] 2093/4336 48% [============================= ] 2094/4336 48% [============================= ] 2095/4336 48% [============================= ] 2096/4336 48% [============================= ] 2097/4336 48% [============================= ] 2098/4336 48% [============================== ] 2099/4336 48% [============================== ] 2100/4336 48% [============================== ] 2101/4336 48% [============================== ] 2102/4336 48% [============================== ] 2103/4336 48% [============================== ] 2104/4336 48% [============================== ] 2105/4336 48% [============================== ] 2106/4336 48% [============================== ] 2107/4336 48% [============================== ] 2108/4336 48% [============================== ] 2109/4336 48% [============================== ] 2110/4336 48% [============================== ] 2111/4336 48% [============================== ] 2112/4336 48% [============================== ] 2113/4336 48% [============================== ] 2114/4336 48% [============================== ] 2115/4336 48% [============================== ] 2116/4336 48% [============================== ] 2117/4336 48% [============================== ] 2118/4336 48% [============================== ] 2119/4336 48% [============================== ] 2120/4336 48% [============================== ] 2121/4336 48% [============================== ] 2122/4336 48% [============================== ] 2123/4336 48% [============================== ] 2124/4336 48% [============================== ] 2125/4336 49% [============================== ] 2126/4336 49% [============================== ] 2127/4336 49% [============================== ] 2128/4336 49% [============================== ] 2129/4336 49% [============================== ] 2130/4336 49% [============================== ] 2131/4336 49% [============================== ] 2132/4336 49% [============================== ] 2133/4336 49% [============================== ] 2134/4336 49% [============================== ] 2135/4336 49% [============================== ] 2136/4336 49% [============================== ] 2137/4336 49% [============================== ] 2138/4336 49% [============================== ] 2139/4336 49% [============================== ] 2140/4336 49% [============================== ] 2141/4336 49% [============================== ] 2142/4336 49% [============================== ] 2143/4336 49% [============================== ] 2144/4336 49% [============================== ] 2145/4336 49% [============================== ] 2146/4336 49% [============================== ] 2147/4336 49% [============================== ] 2148/4336 49% [============================== ] 2149/4336 49% [============================== ] 2150/4336 49% [============================== ] 2151/4336 49% [============================== ] 2152/4336 49% [============================== ] 2153/4336 49% [============================== ] 2154/4336 49% [============================== ] 2155/4336 49% [============================== ] 2156/4336 49% [============================== ] 2157/4336 49% [============================== ] 2158/4336 49% [============================== ] 2159/4336 49% [============================== ] 2160/4336 49% [============================== ] 2161/4336 49% [============================== ] 2162/4336 49% [============================== ] 2163/4336 49% [============================== ] 2164/4336 49% [============================== ] 2165/4336 49% [============================== ] 2166/4336 49% [============================== ] 2167/4336 49% [=============================== ] 2168/4336 50% [=============================== ] 2169/4336 50% [=============================== ] 2170/4336 50% [=============================== ] 2171/4336 50% [=============================== ] 2172/4336 50% [=============================== ] 2173/4336 50% [=============================== ] 2174/4336 50% [=============================== ] 2175/4336 50% [=============================== ] 2176/4336 50% [=============================== ] 2177/4336 50% [=============================== ] 2178/4336 50% [=============================== ] 2179/4336 50% [=============================== ] 2180/4336 50% [=============================== ] 2181/4336 50% [=============================== ] 2182/4336 50% [=============================== ] 2183/4336 50% [=============================== ] 2184/4336 50% [=============================== ] 2185/4336 50% [=============================== ] 2186/4336 50% [=============================== ] 2187/4336 50% [=============================== ] 2188/4336 50% [=============================== ] 2189/4336 50% [=============================== ] 2190/4336 50% [=============================== ] 2191/4336 50% [=============================== ] 2192/4336 50% [=============================== ] 2193/4336 50% [=============================== ] 2194/4336 50% [=============================== ] 2195/4336 50% [=============================== ] 2196/4336 50% [=============================== ] 2197/4336 50% [=============================== ] 2198/4336 50% [=============================== ] 2199/4336 50% [=============================== ] 2200/4336 50% [=============================== ] 2201/4336 50% [=============================== ] 2202/4336 50% [=============================== ] 2203/4336 50% [=============================== ] 2204/4336 50% [=============================== ] 2205/4336 50% [=============================== ] 2206/4336 50% [=============================== ] 2207/4336 50% [=============================== ] 2208/4336 50% [=============================== ] 2209/4336 50% [=============================== ] 2210/4336 50% [=============================== ] 2211/4336 50% [=============================== ] 2212/4336 51% [=============================== ] 2213/4336 51% [=============================== ] 2214/4336 51% [=============================== ] 2215/4336 51% [=============================== ] 2216/4336 51% [=============================== ] 2217/4336 51% [=============================== ] 2218/4336 51% [=============================== ] 2219/4336 51% [=============================== ] 2220/4336 51% [=============================== ] 2221/4336 51% [=============================== ] 2222/4336 51% [=============================== ] 2223/4336 51% [=============================== ] 2224/4336 51% [=============================== ] 2225/4336 51% [=============================== ] 2226/4336 51% [=============================== ] 2227/4336 51% [=============================== ] 2228/4336 51% [=============================== ] 2229/4336 51% [=============================== ] 2230/4336 51% [=============================== ] 2231/4336 51% [=============================== ] 2232/4336 51% [=============================== ] 2233/4336 51% [=============================== ] 2234/4336 51% [=============================== ] 2235/4336 51% [=============================== ] 2236/4336 51% [=============================== ] 2237/4336 51% [================================ ] 2238/4336 51% [================================ ] 2239/4336 51% [================================ ] 2240/4336 51% [================================ ] 2241/4336 51% [================================ ] 2242/4336 51% [================================ ] 2243/4336 51% [================================ ] 2244/4336 51% [================================ ] 2245/4336 51% [================================ ] 2246/4336 51% [================================ ] 2247/4336 51% [================================ ] 2248/4336 51% [================================ ] 2249/4336 51% [================================ ] 2250/4336 51% [================================ ] 2251/4336 51% [================================ ] 2252/4336 51% [================================ ] 2253/4336 51% [================================ ] 2254/4336 51% [================================ ] 2255/4336 52% [================================ ] 2256/4336 52% [================================ ] 2257/4336 52% [================================ ] 2258/4336 52% [================================ ] 2259/4336 52% [================================ ] 2260/4336 52% [================================ ] 2261/4336 52% [================================ ] 2262/4336 52% [================================ ] 2263/4336 52% [================================ ] 2264/4336 52% [================================ ] 2265/4336 52% [================================ ] 2266/4336 52% [================================ ] 2267/4336 52% [================================ ] 2268/4336 52% [================================ ] 2269/4336 52% [================================ ] 2270/4336 52% [================================ ] 2271/4336 52% [================================ ] 2272/4336 52% [================================ ] 2273/4336 52% [================================ ] 2274/4336 52% [================================ ] 2275/4336 52% [================================ ] 2276/4336 52% [================================ ] 2277/4336 52% [================================ ] 2278/4336 52% [================================ ] 2279/4336 52% [================================ ] 2280/4336 52% [================================ ] 2281/4336 52% [================================ ] 2282/4336 52% [================================ ] 2283/4336 52% [================================ ] 2284/4336 52% [================================ ] 2285/4336 52% [================================ ] 2286/4336 52% [================================ ] 2287/4336 52% [================================ ] 2288/4336 52% [================================ ] 2289/4336 52% [================================ ] 2290/4336 52% [================================ ] 2291/4336 52% [================================ ] 2292/4336 52% [================================ ] 2293/4336 52% [================================ ] 2294/4336 52% [================================ ] 2295/4336 52% [================================ ] 2296/4336 52% [================================ ] 2297/4336 52% [================================ ] 2298/4336 52% [================================ ] 2299/4336 53% [================================ ] 2300/4336 53% [================================ ] 2301/4336 53% [================================ ] 2302/4336 53% [================================ ] 2303/4336 53% [================================ ] 2304/4336 53% [================================ ] 2305/4336 53% [================================ ] 2306/4336 53% [================================ ] 2307/4336 53% [================================= ] 2308/4336 53% [================================= ] 2309/4336 53% [================================= ] 2310/4336 53% [================================= ] 2311/4336 53% [================================= ] 2312/4336 53% [================================= ] 2313/4336 53% [================================= ] 2314/4336 53% [================================= ] 2315/4336 53% [================================= ] 2316/4336 53% [================================= ] 2317/4336 53% [================================= ] 2318/4336 53% [================================= ] 2319/4336 53% [================================= ] 2320/4336 53% [================================= ] 2321/4336 53% [================================= ] 2322/4336 53% [================================= ] 2323/4336 53% [================================= ] 2324/4336 53% [================================= ] 2325/4336 53% [================================= ] 2326/4336 53% [================================= ] 2327/4336 53% [================================= ] 2328/4336 53% [================================= ] 2329/4336 53% [================================= ] 2330/4336 53% [================================= ] 2331/4336 53% [================================= ] 2332/4336 53% [================================= ] 2333/4336 53% [================================= ] 2334/4336 53% [================================= ] 2335/4336 53% [================================= ] 2336/4336 53% [================================= ] 2337/4336 53% [================================= ] 2338/4336 53% [================================= ] 2339/4336 53% [================================= ] 2340/4336 53% [================================= ] 2341/4336 53% [================================= ] 2342/4336 54% [================================= ] 2343/4336 54% [================================= ] 2344/4336 54% [================================= ] 2345/4336 54% [================================= ] 2346/4336 54% [================================= ] 2347/4336 54% [================================= ] 2348/4336 54% [================================= ] 2349/4336 54% [================================= ] 2350/4336 54% [================================= ] 2351/4336 54% [================================= ] 2352/4336 54% [================================= ] 2353/4336 54% [================================= ] 2354/4336 54% [================================= ] 2355/4336 54% [================================= ] 2356/4336 54% [================================= ] 2357/4336 54% [================================= ] 2358/4336 54% [================================= ] 2359/4336 54% [================================= ] 2360/4336 54% [================================= ] 2361/4336 54% [================================= ] 2362/4336 54% [================================= ] 2363/4336 54% [================================= ] 2364/4336 54% [================================= ] 2365/4336 54% [================================= ] 2366/4336 54% [================================= ] 2367/4336 54% [================================= ] 2368/4336 54% [================================= ] 2369/4336 54% [================================= ] 2370/4336 54% [================================= ] 2371/4336 54% [================================= ] 2372/4336 54% [================================= ] 2373/4336 54% [================================= ] 2374/4336 54% [================================= ] 2375/4336 54% [================================= ] 2376/4336 54% [================================= ] 2377/4336 54% [================================== ] 2378/4336 54% [================================== ] 2379/4336 54% [================================== ] 2380/4336 54% [================================== ] 2381/4336 54% [================================== ] 2382/4336 54% [================================== ] 2383/4336 54% [================================== ] 2384/4336 54% [================================== ] 2385/4336 55% [================================== ] 2386/4336 55% [================================== ] 2387/4336 55% [================================== ] 2388/4336 55% [================================== ] 2389/4336 55% [================================== ] 2390/4336 55% [================================== ] 2391/4336 55% [================================== ] 2392/4336 55% [================================== ] 2393/4336 55% [================================== ] 2394/4336 55% [================================== ] 2395/4336 55% [================================== ] 2396/4336 55% [================================== ] 2397/4336 55% [================================== ] 2398/4336 55% [================================== ] 2399/4336 55% [================================== ] 2400/4336 55% [================================== ] 2401/4336 55% [================================== ] 2402/4336 55% [================================== ] 2403/4336 55% [================================== ] 2404/4336 55% [================================== ] 2405/4336 55% [================================== ] 2406/4336 55% [================================== ] 2407/4336 55% [================================== ] 2408/4336 55% [================================== ] 2409/4336 55% [================================== ] 2410/4336 55% [================================== ] 2411/4336 55% [================================== ] 2412/4336 55% [================================== ] 2413/4336 55% [================================== ] 2414/4336 55% [================================== ] 2415/4336 55% [================================== ] 2416/4336 55% [================================== ] 2417/4336 55% [================================== ] 2418/4336 55% [================================== ] 2419/4336 55% [================================== ] 2420/4336 55% [================================== ] 2421/4336 55% [================================== ] 2422/4336 55% [================================== ] 2423/4336 55% [================================== ] 2424/4336 55% [================================== ] 2425/4336 55% [================================== ] 2426/4336 55% [================================== ] 2427/4336 55% [================================== ] 2428/4336 55% [================================== ] 2429/4336 56% [================================== ] 2430/4336 56% [================================== ] 2431/4336 56% [================================== ] 2432/4336 56% [================================== ] 2433/4336 56% [================================== ] 2434/4336 56% [================================== ] 2435/4336 56% [================================== ] 2436/4336 56% [================================== ] 2437/4336 56% [================================== ] 2438/4336 56% [================================== ] 2439/4336 56% [================================== ] 2440/4336 56% [================================== ] 2441/4336 56% [================================== ] 2442/4336 56% [================================== ] 2443/4336 56% [================================== ] 2444/4336 56% [================================== ] 2445/4336 56% [================================== ] 2446/4336 56% [================================== ] 2447/4336 56% [=================================== ] 2448/4336 56% [=================================== ] 2449/4336 56% [=================================== ] 2450/4336 56% [=================================== ] 2451/4336 56% [=================================== ] 2452/4336 56% [=================================== ] 2453/4336 56% [=================================== ] 2454/4336 56% [=================================== ] 2455/4336 56% [=================================== ] 2456/4336 56% [=================================== ] 2457/4336 56% [=================================== ] 2458/4336 56% [=================================== ] 2459/4336 56% [=================================== ] 2460/4336 56% [=================================== ] 2461/4336 56% [=================================== ] 2462/4336 56% [=================================== ] 2463/4336 56% [=================================== ] 2464/4336 56% [=================================== ] 2465/4336 56% [=================================== ] 2466/4336 56% [=================================== ] 2467/4336 56% [=================================== ] 2468/4336 56% [=================================== ] 2469/4336 56% [=================================== ] 2470/4336 56% [=================================== ] 2471/4336 56% [=================================== ] 2472/4336 57% [=================================== ] 2473/4336 57% [=================================== ] 2474/4336 57% [=================================== ] 2475/4336 57% [=================================== ] 2476/4336 57% [=================================== ] 2477/4336 57% [=================================== ] 2478/4336 57% [=================================== ] 2479/4336 57% [=================================== ] 2480/4336 57% [=================================== ] 2481/4336 57% [=================================== ] 2482/4336 57% [=================================== ] 2483/4336 57% [=================================== ] 2484/4336 57% [=================================== ] 2485/4336 57% [=================================== ] 2486/4336 57% [=================================== ] 2487/4336 57% [=================================== ] 2488/4336 57% [=================================== ] 2489/4336 57% [=================================== ] 2490/4336 57% [=================================== ] 2491/4336 57% [=================================== ] 2492/4336 57% [=================================== ] 2493/4336 57% [=================================== ] 2494/4336 57% [=================================== ] 2495/4336 57% [=================================== ] 2496/4336 57% [=================================== ] 2497/4336 57% [=================================== ] 2498/4336 57% [=================================== ] 2499/4336 57% [=================================== ] 2500/4336 57% [=================================== ] 2501/4336 57% [=================================== ] 2502/4336 57% [=================================== ] 2503/4336 57% [=================================== ] 2504/4336 57% [=================================== ] 2505/4336 57% [=================================== ] 2506/4336 57% [=================================== ] 2507/4336 57% [=================================== ] 2508/4336 57% [=================================== ] 2509/4336 57% [=================================== ] 2510/4336 57% [=================================== ] 2511/4336 57% [=================================== ] 2512/4336 57% [=================================== ] 2513/4336 57% [=================================== ] 2514/4336 57% [=================================== ] 2515/4336 58% [=================================== ] 2516/4336 58% [=================================== ] 2517/4336 58% [==================================== ] 2518/4336 58% [==================================== ] 2519/4336 58% [==================================== ] 2520/4336 58% [==================================== ] 2521/4336 58% [==================================== ] 2522/4336 58% [==================================== ] 2523/4336 58% [==================================== ] 2524/4336 58% [==================================== ] 2525/4336 58% [==================================== ] 2526/4336 58% [==================================== ] 2527/4336 58% [==================================== ] 2528/4336 58% [==================================== ] 2529/4336 58% [==================================== ] 2530/4336 58% [==================================== ] 2531/4336 58% [==================================== ] 2532/4336 58% [==================================== ] 2533/4336 58% [==================================== ] 2534/4336 58% [==================================== ] 2535/4336 58% [==================================== ] 2536/4336 58% [==================================== ] 2537/4336 58% [==================================== ] 2538/4336 58% [==================================== ] 2539/4336 58% [==================================== ] 2540/4336 58% [==================================== ] 2541/4336 58% [==================================== ] 2542/4336 58% [==================================== ] 2543/4336 58% [==================================== ] 2544/4336 58% [==================================== ] 2545/4336 58% [==================================== ] 2546/4336 58% [==================================== ] 2547/4336 58% [==================================== ] 2548/4336 58% [==================================== ] 2549/4336 58% [==================================== ] 2550/4336 58% [==================================== ] 2551/4336 58% [==================================== ] 2552/4336 58% [==================================== ] 2553/4336 58% [==================================== ] 2554/4336 58% [==================================== ] 2555/4336 58% [==================================== ] 2556/4336 58% [==================================== ] 2557/4336 58% [==================================== ] 2558/4336 58% [==================================== ] 2559/4336 59% [==================================== ] 2560/4336 59% [==================================== ] 2561/4336 59% [==================================== ] 2562/4336 59% [==================================== ] 2563/4336 59% [==================================== ] 2564/4336 59% [==================================== ] 2565/4336 59% [==================================== ] 2566/4336 59% [==================================== ] 2567/4336 59% [==================================== ] 2568/4336 59% [==================================== ] 2569/4336 59% [==================================== ] 2570/4336 59% [==================================== ] 2571/4336 59% [==================================== ] 2572/4336 59% [==================================== ] 2573/4336 59% [==================================== ] 2574/4336 59% [==================================== ] 2575/4336 59% [==================================== ] 2576/4336 59% [==================================== ] 2577/4336 59% [==================================== ] 2578/4336 59% [==================================== ] 2579/4336 59% [==================================== ] 2580/4336 59% [==================================== ] 2581/4336 59% [==================================== ] 2582/4336 59% [==================================== ] 2583/4336 59% [==================================== ] 2584/4336 59% [==================================== ] 2585/4336 59% [==================================== ] 2586/4336 59% [==================================== ] 2587/4336 59% [===================================== ] 2588/4336 59% [===================================== ] 2589/4336 59% [===================================== ] 2590/4336 59% [===================================== ] 2591/4336 59% [===================================== ] 2592/4336 59% [===================================== ] 2593/4336 59% [===================================== ] 2594/4336 59% [===================================== ] 2595/4336 59% [===================================== ] 2596/4336 59% [===================================== ] 2597/4336 59% [===================================== ] 2598/4336 59% [===================================== ] 2599/4336 59% [===================================== ] 2600/4336 59% [===================================== ] 2601/4336 59% [===================================== ] 2602/4336 60% [===================================== ] 2603/4336 60% [===================================== ] 2604/4336 60% [===================================== ] 2605/4336 60% [===================================== ] 2606/4336 60% [===================================== ] 2607/4336 60% [===================================== ] 2608/4336 60% [===================================== ] 2609/4336 60% [===================================== ] 2610/4336 60% [===================================== ] 2611/4336 60% [===================================== ] 2612/4336 60% [===================================== ] 2613/4336 60% [===================================== ] 2614/4336 60% [===================================== ] 2615/4336 60% [===================================== ] 2616/4336 60% [===================================== ] 2617/4336 60% [===================================== ] 2618/4336 60% [===================================== ] 2619/4336 60% [===================================== ] 2620/4336 60% [===================================== ] 2621/4336 60% [===================================== ] 2622/4336 60% [===================================== ] 2623/4336 60% [===================================== ] 2624/4336 60% [===================================== ] 2625/4336 60% [===================================== ] 2626/4336 60% [===================================== ] 2627/4336 60% [===================================== ] 2628/4336 60% [===================================== ] 2629/4336 60% [===================================== ] 2630/4336 60% [===================================== ] 2631/4336 60% [===================================== ] 2632/4336 60% [===================================== ] 2633/4336 60% [===================================== ] 2634/4336 60% [===================================== ] 2635/4336 60% [===================================== ] 2636/4336 60% [===================================== ] 2637/4336 60% [===================================== ] 2638/4336 60% [===================================== ] 2639/4336 60% [===================================== ] 2640/4336 60% [===================================== ] 2641/4336 60% [===================================== ] 2642/4336 60% [===================================== ] 2643/4336 60% [===================================== ] 2644/4336 60% [===================================== ] 2645/4336 61% [===================================== ] 2646/4336 61% [===================================== ] 2647/4336 61% [===================================== ] 2648/4336 61% [===================================== ] 2649/4336 61% [===================================== ] 2650/4336 61% [===================================== ] 2651/4336 61% [===================================== ] 2652/4336 61% [===================================== ] 2653/4336 61% [===================================== ] 2654/4336 61% [===================================== ] 2655/4336 61% [===================================== ] 2656/4336 61% [===================================== ] 2657/4336 61% [====================================== ] 2658/4336 61% [====================================== ] 2659/4336 61% [====================================== ] 2660/4336 61% [====================================== ] 2661/4336 61% [====================================== ] 2662/4336 61% [====================================== ] 2663/4336 61% [====================================== ] 2664/4336 61% [====================================== ] 2665/4336 61% [====================================== ] 2666/4336 61% [====================================== ] 2667/4336 61% [====================================== ] 2668/4336 61% [====================================== ] 2669/4336 61% [====================================== ] 2670/4336 61% [====================================== ] 2671/4336 61% [====================================== ] 2672/4336 61% [====================================== ] 2673/4336 61% [====================================== ] 2674/4336 61% [====================================== ] 2675/4336 61% [====================================== ] 2676/4336 61% [====================================== ] 2677/4336 61% [====================================== ] 2678/4336 61% [====================================== ] 2679/4336 61% [====================================== ] 2680/4336 61% [====================================== ] 2681/4336 61% [====================================== ] 2682/4336 61% [====================================== ] 2683/4336 61% [====================================== ] 2684/4336 61% [====================================== ] 2685/4336 61% [====================================== ] 2686/4336 61% [====================================== ] 2687/4336 61% [====================================== ] 2688/4336 61% [====================================== ] 2689/4336 62% [====================================== ] 2690/4336 62% [====================================== ] 2691/4336 62% [====================================== ] 2692/4336 62% [====================================== ] 2693/4336 62% [====================================== ] 2694/4336 62% [====================================== ] 2695/4336 62% [====================================== ] 2696/4336 62% [====================================== ] 2697/4336 62% [====================================== ] 2698/4336 62% [====================================== ] 2699/4336 62% [====================================== ] 2700/4336 62% [====================================== ] 2701/4336 62% [====================================== ] 2702/4336 62% [====================================== ] 2703/4336 62% [====================================== ] 2704/4336 62% [====================================== ] 2705/4336 62% [====================================== ] 2706/4336 62% [====================================== ] 2707/4336 62% [====================================== ] 2708/4336 62% [====================================== ] 2709/4336 62% [====================================== ] 2710/4336 62% [====================================== ] 2711/4336 62% [====================================== ] 2712/4336 62% [====================================== ] 2713/4336 62% [====================================== ] 2714/4336 62% [====================================== ] 2715/4336 62% [====================================== ] 2716/4336 62% [====================================== ] 2717/4336 62% [====================================== ] 2718/4336 62% [====================================== ] 2719/4336 62% [====================================== ] 2720/4336 62% [====================================== ] 2721/4336 62% [====================================== ] 2722/4336 62% [====================================== ] 2723/4336 62% [====================================== ] 2724/4336 62% [====================================== ] 2725/4336 62% [====================================== ] 2726/4336 62% [====================================== ] 2727/4336 62% [======================================= ] 2728/4336 62% [======================================= ] 2729/4336 62% [======================================= ] 2730/4336 62% [======================================= ] 2731/4336 62% [======================================= ] 2732/4336 63% [======================================= ] 2733/4336 63% [======================================= ] 2734/4336 63% [======================================= ] 2735/4336 63% [======================================= ] 2736/4336 63% [======================================= ] 2737/4336 63% [======================================= ] 2738/4336 63% [======================================= ] 2739/4336 63% [======================================= ] 2740/4336 63% [======================================= ] 2741/4336 63% [======================================= ] 2742/4336 63% [======================================= ] 2743/4336 63% [======================================= ] 2744/4336 63% [======================================= ] 2745/4336 63% [======================================= ] 2746/4336 63% [======================================= ] 2747/4336 63% [======================================= ] 2748/4336 63% [======================================= ] 2749/4336 63% [======================================= ] 2750/4336 63% [======================================= ] 2751/4336 63% [======================================= ] 2752/4336 63% [======================================= ] 2753/4336 63% [======================================= ] 2754/4336 63% [======================================= ] 2755/4336 63% [======================================= ] 2756/4336 63% [======================================= ] 2757/4336 63% [======================================= ] 2758/4336 63% [======================================= ] 2759/4336 63% [======================================= ] 2760/4336 63% [======================================= ] 2761/4336 63% [======================================= ] 2762/4336 63% [======================================= ] 2763/4336 63% [======================================= ] 2764/4336 63% [======================================= ] 2765/4336 63% [======================================= ] 2766/4336 63% [======================================= ] 2767/4336 63% [======================================= ] 2768/4336 63% [======================================= ] 2769/4336 63% [======================================= ] 2770/4336 63% [======================================= ] 2771/4336 63% [======================================= ] 2772/4336 63% [======================================= ] 2773/4336 63% [======================================= ] 2774/4336 63% [======================================= ] 2775/4336 63% [======================================= ] 2776/4336 64% [======================================= ] 2777/4336 64% [======================================= ] 2778/4336 64% [======================================= ] 2779/4336 64% [======================================= ] 2780/4336 64% [======================================= ] 2781/4336 64% [======================================= ] 2782/4336 64% [======================================= ] 2783/4336 64% [======================================= ] 2784/4336 64% [======================================= ] 2785/4336 64% [======================================= ] 2786/4336 64% [======================================= ] 2787/4336 64% [======================================= ] 2788/4336 64% [======================================= ] 2789/4336 64% [======================================= ] 2790/4336 64% [======================================= ] 2791/4336 64% [======================================= ] 2792/4336 64% [======================================= ] 2793/4336 64% [======================================= ] 2794/4336 64% [======================================= ] 2795/4336 64% [======================================= ] 2796/4336 64% [======================================= ] 2797/4336 64% [======================================== ] 2798/4336 64% [======================================== ] 2799/4336 64% [======================================== ] 2800/4336 64% [======================================== ] 2801/4336 64% [======================================== ] 2802/4336 64% [======================================== ] 2803/4336 64% [======================================== ] 2804/4336 64% [======================================== ] 2805/4336 64% [======================================== ] 2806/4336 64% [======================================== ] 2807/4336 64% [======================================== ] 2808/4336 64% [======================================== ] 2809/4336 64% [======================================== ] 2810/4336 64% [======================================== ] 2811/4336 64% [======================================== ] 2812/4336 64% [======================================== ] 2813/4336 64% [======================================== ] 2814/4336 64% [======================================== ] 2815/4336 64% [======================================== ] 2816/4336 64% [======================================== ] 2817/4336 64% [======================================== ] 2818/4336 64% [======================================== ] 2819/4336 65% [======================================== ] 2820/4336 65% [======================================== ] 2821/4336 65% [======================================== ] 2822/4336 65% [======================================== ] 2823/4336 65% [======================================== ] 2824/4336 65% [======================================== ] 2825/4336 65% [======================================== ] 2826/4336 65% [======================================== ] 2827/4336 65% [======================================== ] 2828/4336 65% [======================================== ] 2829/4336 65% [======================================== ] 2830/4336 65% [======================================== ] 2831/4336 65% [======================================== ] 2832/4336 65% [======================================== ] 2833/4336 65% [======================================== ] 2834/4336 65% [======================================== ] 2835/4336 65% [======================================== ] 2836/4336 65% [======================================== ] 2837/4336 65% [======================================== ] 2838/4336 65% [======================================== ] 2839/4336 65% [======================================== ] 2840/4336 65% [======================================== ] 2841/4336 65% [======================================== ] 2842/4336 65% [======================================== ] 2843/4336 65% [======================================== ] 2844/4336 65% [======================================== ] 2845/4336 65% [======================================== ] 2846/4336 65% [======================================== ] 2847/4336 65% [======================================== ] 2848/4336 65% [======================================== ] 2849/4336 65% [======================================== ] 2850/4336 65% [======================================== ] 2851/4336 65% [======================================== ] 2852/4336 65% [======================================== ] 2853/4336 65% [======================================== ] 2854/4336 65% [======================================== ] 2855/4336 65% [======================================== ] 2856/4336 65% [======================================== ] 2857/4336 65% [======================================== ] 2858/4336 65% [======================================== ] 2859/4336 65% [======================================== ] 2860/4336 65% [======================================== ] 2861/4336 65% [======================================== ] 2862/4336 66% [======================================== ] 2863/4336 66% [======================================== ] 2864/4336 66% [======================================== ] 2865/4336 66% [======================================== ] 2866/4336 66% [======================================== ] 2867/4336 66% [========================================= ] 2868/4336 66% [========================================= ] 2869/4336 66% [========================================= ] 2870/4336 66% [========================================= ] 2871/4336 66% [========================================= ] 2872/4336 66% [========================================= ] 2873/4336 66% [========================================= ] 2874/4336 66% [========================================= ] 2875/4336 66% [========================================= ] 2876/4336 66% [========================================= ] 2877/4336 66% [========================================= ] 2878/4336 66% [========================================= ] 2879/4336 66% [========================================= ] 2880/4336 66% [========================================= ] 2881/4336 66% [========================================= ] 2882/4336 66% [========================================= ] 2883/4336 66% [========================================= ] 2884/4336 66% [========================================= ] 2885/4336 66% [========================================= ] 2886/4336 66% [========================================= ] 2887/4336 66% [========================================= ] 2888/4336 66% [========================================= ] 2889/4336 66% [========================================= ] 2890/4336 66% [========================================= ] 2891/4336 66% [========================================= ] 2892/4336 66% [========================================= ] 2893/4336 66% [========================================= ] 2894/4336 66% [========================================= ] 2895/4336 66% [========================================= ] 2896/4336 66% [========================================= ] 2897/4336 66% [========================================= ] 2898/4336 66% [========================================= ] 2899/4336 66% [========================================= ] 2900/4336 66% [========================================= ] 2901/4336 66% [========================================= ] 2902/4336 66% [========================================= ] 2903/4336 66% [========================================= ] 2904/4336 66% [========================================= ] 2905/4336 66% [========================================= ] 2906/4336 67% [========================================= ] 2907/4336 67% [========================================= ] 2908/4336 67% [========================================= ] 2909/4336 67% [========================================= ] 2910/4336 67% [========================================= ] 2911/4336 67% [========================================= ] 2912/4336 67% [========================================= ] 2913/4336 67% [========================================= ] 2914/4336 67% [========================================= ] 2915/4336 67% [========================================= ] 2916/4336 67% [========================================= ] 2917/4336 67% [========================================= ] 2918/4336 67% [========================================= ] 2919/4336 67% [========================================= ] 2920/4336 67% [========================================= ] 2921/4336 67% [========================================= ] 2922/4336 67% [========================================= ] 2923/4336 67% [========================================= ] 2924/4336 67% [========================================= ] 2925/4336 67% [========================================= ] 2926/4336 67% [========================================= ] 2927/4336 67% [========================================= ] 2928/4336 67% [========================================= ] 2929/4336 67% [========================================= ] 2930/4336 67% [========================================= ] 2931/4336 67% [========================================= ] 2932/4336 67% [========================================= ] 2933/4336 67% [========================================= ] 2934/4336 67% [========================================= ] 2935/4336 67% [========================================= ] 2936/4336 67% [========================================= ] 2937/4336 67% [========================================== ] 2938/4336 67% [========================================== ] 2939/4336 67% [========================================== ] 2940/4336 67% [========================================== ] 2941/4336 67% [========================================== ] 2942/4336 67% [========================================== ] 2943/4336 67% [========================================== ] 2944/4336 67% [========================================== ] 2945/4336 67% [========================================== ] 2946/4336 67% [========================================== ] 2947/4336 67% [========================================== ] 2948/4336 67% [========================================== ] 2949/4336 68% [========================================== ] 2950/4336 68% [========================================== ] 2951/4336 68% [========================================== ] 2952/4336 68% [========================================== ] 2953/4336 68% [========================================== ] 2954/4336 68% [========================================== ] 2955/4336 68% [========================================== ] 2956/4336 68% [========================================== ] 2957/4336 68% [========================================== ] 2958/4336 68% [========================================== ] 2959/4336 68% [========================================== ] 2960/4336 68% [========================================== ] 2961/4336 68% [========================================== ] 2962/4336 68% [========================================== ] 2963/4336 68% [========================================== ] 2964/4336 68% [========================================== ] 2965/4336 68% [========================================== ] 2966/4336 68% [========================================== ] 2967/4336 68% [========================================== ] 2968/4336 68% [========================================== ] 2969/4336 68% [========================================== ] 2970/4336 68% [========================================== ] 2971/4336 68% [========================================== ] 2972/4336 68% [========================================== ] 2973/4336 68% [========================================== ] 2974/4336 68% [========================================== ] 2975/4336 68% [========================================== ] 2976/4336 68% [========================================== ] 2977/4336 68% [========================================== ] 2978/4336 68% [========================================== ] 2979/4336 68% [========================================== ] 2980/4336 68% [========================================== ] 2981/4336 68% [========================================== ] 2982/4336 68% [========================================== ] 2983/4336 68% [========================================== ] 2984/4336 68% [========================================== ] 2985/4336 68% [========================================== ] 2986/4336 68% [========================================== ] 2987/4336 68% [========================================== ] 2988/4336 68% [========================================== ] 2989/4336 68% [========================================== ] 2990/4336 68% [========================================== ] 2991/4336 68% [========================================== ] 2992/4336 69% [========================================== ] 2993/4336 69% [========================================== ] 2994/4336 69% [========================================== ] 2995/4336 69% [========================================== ] 2996/4336 69% [========================================== ] 2997/4336 69% [========================================== ] 2998/4336 69% [========================================== ] 2999/4336 69% [========================================== ] 3000/4336 69% [========================================== ] 3001/4336 69% [========================================== ] 3002/4336 69% [========================================== ] 3003/4336 69% [========================================== ] 3004/4336 69% [========================================== ] 3005/4336 69% [========================================== ] 3006/4336 69% [========================================== ] 3007/4336 69% [=========================================== ] 3008/4336 69% [=========================================== ] 3009/4336 69% [=========================================== ] 3010/4336 69% [=========================================== ] 3011/4336 69% [=========================================== ] 3012/4336 69% [=========================================== ] 3013/4336 69% [=========================================== ] 3014/4336 69% [=========================================== ] 3015/4336 69% [=========================================== ] 3016/4336 69% [=========================================== ] 3017/4336 69% [=========================================== ] 3018/4336 69% [=========================================== ] 3019/4336 69% [=========================================== ] 3020/4336 69% [=========================================== ] 3021/4336 69% [=========================================== ] 3022/4336 69% [=========================================== ] 3023/4336 69% [=========================================== ] 3024/4336 69% [=========================================== ] 3025/4336 69% [=========================================== ] 3026/4336 69% [=========================================== ] 3027/4336 69% [=========================================== ] 3028/4336 69% [=========================================== ] 3029/4336 69% [=========================================== ] 3030/4336 69% [=========================================== ] 3031/4336 69% [=========================================== ] 3032/4336 69% [=========================================== ] 3033/4336 69% [=========================================== ] 3034/4336 69% [=========================================== ] 3035/4336 69% [=========================================== ] 3036/4336 70% [=========================================== ] 3037/4336 70% [=========================================== ] 3038/4336 70% [=========================================== ] 3039/4336 70% [=========================================== ] 3040/4336 70% [=========================================== ] 3041/4336 70% [=========================================== ] 3042/4336 70% [=========================================== ] 3043/4336 70% [=========================================== ] 3044/4336 70% [=========================================== ] 3045/4336 70% [=========================================== ] 3046/4336 70% [=========================================== ] 3047/4336 70% [=========================================== ] 3048/4336 70% [=========================================== ] 3049/4336 70% [=========================================== ] 3050/4336 70% [=========================================== ] 3051/4336 70% [=========================================== ] 3052/4336 70% [=========================================== ] 3053/4336 70% [=========================================== ] 3054/4336 70% [=========================================== ] 3055/4336 70% [=========================================== ] 3056/4336 70% [=========================================== ] 3057/4336 70% [=========================================== ] 3058/4336 70% [=========================================== ] 3059/4336 70% [=========================================== ] 3060/4336 70% [=========================================== ] 3061/4336 70% [=========================================== ] 3062/4336 70% [=========================================== ] 3063/4336 70% [=========================================== ] 3064/4336 70% [=========================================== ] 3065/4336 70% [=========================================== ] 3066/4336 70% [=========================================== ] 3067/4336 70% [=========================================== ] 3068/4336 70% [=========================================== ] 3069/4336 70% [=========================================== ] 3070/4336 70% [=========================================== ] 3071/4336 70% [=========================================== ] 3072/4336 70% [=========================================== ] 3073/4336 70% [=========================================== ] 3074/4336 70% [=========================================== ] 3075/4336 70% [=========================================== ] 3076/4336 70% [=========================================== ] 3077/4336 70% [============================================ ] 3078/4336 70% [============================================ ] 3079/4336 71% [============================================ ] 3080/4336 71% [============================================ ] 3081/4336 71% [============================================ ] 3082/4336 71% [============================================ ] 3083/4336 71% [============================================ ] 3084/4336 71% [============================================ ] 3085/4336 71% [============================================ ] 3086/4336 71% [============================================ ] 3087/4336 71% [============================================ ] 3088/4336 71% [============================================ ] 3089/4336 71% [============================================ ] 3090/4336 71% [============================================ ] 3091/4336 71% [============================================ ] 3092/4336 71% [============================================ ] 3093/4336 71% [============================================ ] 3094/4336 71% [============================================ ] 3095/4336 71% [============================================ ] 3096/4336 71% [============================================ ] 3097/4336 71% [============================================ ] 3098/4336 71% [============================================ ] 3099/4336 71% [============================================ ] 3100/4336 71% [============================================ ] 3101/4336 71% [============================================ ] 3102/4336 71% [============================================ ] 3103/4336 71% [============================================ ] 3104/4336 71% [============================================ ] 3105/4336 71% [============================================ ] 3106/4336 71% [============================================ ] 3107/4336 71% [============================================ ] 3108/4336 71% [============================================ ] 3109/4336 71% [============================================ ] 3110/4336 71% [============================================ ] 3111/4336 71% [============================================ ] 3112/4336 71% [============================================ ] 3113/4336 71% [============================================ ] 3114/4336 71% [============================================ ] 3115/4336 71% [============================================ ] 3116/4336 71% [============================================ ] 3117/4336 71% [============================================ ] 3118/4336 71% [============================================ ] 3119/4336 71% [============================================ ] 3120/4336 71% [============================================ ] 3121/4336 71% [============================================ ] 3122/4336 72% [============================================ ] 3123/4336 72% [============================================ ] 3124/4336 72% [============================================ ] 3125/4336 72% [============================================ ] 3126/4336 72% [============================================ ] 3127/4336 72% [============================================ ] 3128/4336 72% [============================================ ] 3129/4336 72% [============================================ ] 3130/4336 72% [============================================ ] 3131/4336 72% [============================================ ] 3132/4336 72% [============================================ ] 3133/4336 72% [============================================ ] 3134/4336 72% [============================================ ] 3135/4336 72% [============================================ ] 3136/4336 72% [============================================ ] 3137/4336 72% [============================================ ] 3138/4336 72% [============================================ ] 3139/4336 72% [============================================ ] 3140/4336 72% [============================================ ] 3141/4336 72% [============================================ ] 3142/4336 72% [============================================ ] 3143/4336 72% [============================================ ] 3144/4336 72% [============================================ ] 3145/4336 72% [============================================ ] 3146/4336 72% [============================================ ] 3147/4336 72% [============================================= ] 3148/4336 72% [============================================= ] 3149/4336 72% [============================================= ] 3150/4336 72% [============================================= ] 3151/4336 72% [============================================= ] 3152/4336 72% [============================================= ] 3153/4336 72% [============================================= ] 3154/4336 72% [============================================= ] 3155/4336 72% [============================================= ] 3156/4336 72% [============================================= ] 3157/4336 72% [============================================= ] 3158/4336 72% [============================================= ] 3159/4336 72% [============================================= ] 3160/4336 72% [============================================= ] 3161/4336 72% [============================================= ] 3162/4336 72% [============================================= ] 3163/4336 72% [============================================= ] 3164/4336 72% [============================================= ] 3165/4336 72% [============================================= ] 3166/4336 73% [============================================= ] 3167/4336 73% [============================================= ] 3168/4336 73% [============================================= ] 3169/4336 73% [============================================= ] 3170/4336 73% [============================================= ] 3171/4336 73% [============================================= ] 3172/4336 73% [============================================= ] 3173/4336 73% [============================================= ] 3174/4336 73% [============================================= ] 3175/4336 73% [============================================= ] 3176/4336 73% [============================================= ] 3177/4336 73% [============================================= ] 3178/4336 73% [============================================= ] 3179/4336 73% [============================================= ] 3180/4336 73% [============================================= ] 3181/4336 73% [============================================= ] 3182/4336 73% [============================================= ] 3183/4336 73% [============================================= ] 3184/4336 73% [============================================= ] 3185/4336 73% [============================================= ] 3186/4336 73% [============================================= ] 3187/4336 73% [============================================= ] 3188/4336 73% [============================================= ] 3189/4336 73% [============================================= ] 3190/4336 73% [============================================= ] 3191/4336 73% [============================================= ] 3192/4336 73% [============================================= ] 3193/4336 73% [============================================= ] 3194/4336 73% [============================================= ] 3195/4336 73% [============================================= ] 3196/4336 73% [============================================= ] 3197/4336 73% [============================================= ] 3198/4336 73% [============================================= ] 3199/4336 73% [============================================= ] 3200/4336 73% [============================================= ] 3201/4336 73% [============================================= ] 3202/4336 73% [============================================= ] 3203/4336 73% [============================================= ] 3204/4336 73% [============================================= ] 3205/4336 73% [============================================= ] 3206/4336 73% [============================================= ] 3207/4336 73% [============================================= ] 3208/4336 73% [============================================= ] 3209/4336 74% [============================================= ] 3210/4336 74% [============================================= ] 3211/4336 74% [============================================= ] 3212/4336 74% [============================================= ] 3213/4336 74% [============================================= ] 3214/4336 74% [============================================= ] 3215/4336 74% [============================================= ] 3216/4336 74% [============================================= ] 3217/4336 74% [============================================== ] 3218/4336 74% [============================================== ] 3219/4336 74% [============================================== ] 3220/4336 74% [============================================== ] 3221/4336 74% [============================================== ] 3222/4336 74% [============================================== ] 3223/4336 74% [============================================== ] 3224/4336 74% [============================================== ] 3225/4336 74% [============================================== ] 3226/4336 74% [============================================== ] 3227/4336 74% [============================================== ] 3228/4336 74% [============================================== ] 3229/4336 74% [============================================== ] 3230/4336 74% [============================================== ] 3231/4336 74% [============================================== ] 3232/4336 74% [============================================== ] 3233/4336 74% [============================================== ] 3234/4336 74% [============================================== ] 3235/4336 74% [============================================== ] 3236/4336 74% [============================================== ] 3237/4336 74% [============================================== ] 3238/4336 74% [============================================== ] 3239/4336 74% [============================================== ] 3240/4336 74% [============================================== ] 3241/4336 74% [============================================== ] 3242/4336 74% [============================================== ] 3243/4336 74% [============================================== ] 3244/4336 74% [============================================== ] 3245/4336 74% [============================================== ] 3246/4336 74% [============================================== ] 3247/4336 74% [============================================== ] 3248/4336 74% [============================================== ] 3249/4336 74% [============================================== ] 3250/4336 74% [============================================== ] 3251/4336 74% [============================================== ] 3252/4336 75% [============================================== ] 3253/4336 75% [============================================== ] 3254/4336 75% [============================================== ] 3255/4336 75% [============================================== ] 3256/4336 75% [============================================== ] 3257/4336 75% [============================================== ] 3258/4336 75% [============================================== ] 3259/4336 75% [============================================== ] 3260/4336 75% [============================================== ] 3261/4336 75% [============================================== ] 3262/4336 75% [============================================== ] 3263/4336 75% [============================================== ] 3264/4336 75% [============================================== ] 3265/4336 75% [============================================== ] 3266/4336 75% [============================================== ] 3267/4336 75% [============================================== ] 3268/4336 75% [============================================== ] 3269/4336 75% [============================================== ] 3270/4336 75% [============================================== ] 3271/4336 75% [============================================== ] 3272/4336 75% [============================================== ] 3273/4336 75% [============================================== ] 3274/4336 75% [============================================== ] 3275/4336 75% [============================================== ] 3276/4336 75% [============================================== ] 3277/4336 75% [============================================== ] 3278/4336 75% [============================================== ] 3279/4336 75% [============================================== ] 3280/4336 75% [============================================== ] 3281/4336 75% [============================================== ] 3282/4336 75% [============================================== ] 3283/4336 75% [============================================== ] 3284/4336 75% [============================================== ] 3285/4336 75% [============================================== ] 3286/4336 75% [=============================================== ] 3287/4336 75% [=============================================== ] 3288/4336 75% [=============================================== ] 3289/4336 75% [=============================================== ] 3290/4336 75% [=============================================== ] 3291/4336 75% [=============================================== ] 3292/4336 75% [=============================================== ] 3293/4336 75% [=============================================== ] 3294/4336 75% [=============================================== ] 3295/4336 75% [=============================================== ] 3296/4336 76% [=============================================== ] 3297/4336 76% [=============================================== ] 3298/4336 76% [=============================================== ] 3299/4336 76% [=============================================== ] 3300/4336 76% [=============================================== ] 3301/4336 76% [=============================================== ] 3302/4336 76% [=============================================== ] 3303/4336 76% [=============================================== ] 3304/4336 76% [=============================================== ] 3305/4336 76% [=============================================== ] 3306/4336 76% [=============================================== ] 3307/4336 76% [=============================================== ] 3308/4336 76% [=============================================== ] 3309/4336 76% [=============================================== ] 3310/4336 76% [=============================================== ] 3311/4336 76% [=============================================== ] 3312/4336 76% [=============================================== ] 3313/4336 76% [=============================================== ] 3314/4336 76% [=============================================== ] 3315/4336 76% [=============================================== ] 3316/4336 76% [=============================================== ] 3317/4336 76% [=============================================== ] 3318/4336 76% [=============================================== ] 3319/4336 76% [=============================================== ] 3320/4336 76% [=============================================== ] 3321/4336 76% [=============================================== ] 3322/4336 76% [=============================================== ] 3323/4336 76% [=============================================== ] 3324/4336 76% [=============================================== ] 3325/4336 76% [=============================================== ] 3326/4336 76% [=============================================== ] 3327/4336 76% [=============================================== ] 3328/4336 76% [=============================================== ] 3329/4336 76% [=============================================== ] 3330/4336 76% [=============================================== ] 3331/4336 76% [=============================================== ] 3332/4336 76% [=============================================== ] 3333/4336 76% [=============================================== ] 3334/4336 76% [=============================================== ] 3335/4336 76% [=============================================== ] 3336/4336 76% [=============================================== ] 3337/4336 76% [=============================================== ] 3338/4336 76% [=============================================== ] 3339/4336 77% [=============================================== ] 3340/4336 77% [=============================================== ] 3341/4336 77% [=============================================== ] 3342/4336 77% [=============================================== ] 3343/4336 77% [=============================================== ] 3344/4336 77% [=============================================== ] 3345/4336 77% [=============================================== ] 3346/4336 77% [=============================================== ] 3347/4336 77% [=============================================== ] 3348/4336 77% [=============================================== ] 3349/4336 77% [=============================================== ] 3350/4336 77% [=============================================== ] 3351/4336 77% [=============================================== ] 3352/4336 77% [=============================================== ] 3353/4336 77% [=============================================== ] 3354/4336 77% [=============================================== ] 3355/4336 77% [=============================================== ] 3356/4336 77% [================================================ ] 3357/4336 77% [================================================ ] 3358/4336 77% [================================================ ] 3359/4336 77% [================================================ ] 3360/4336 77% [================================================ ] 3361/4336 77% [================================================ ] 3362/4336 77% [================================================ ] 3363/4336 77% [================================================ ] 3364/4336 77% [================================================ ] 3365/4336 77% [================================================ ] 3366/4336 77% [================================================ ] 3367/4336 77% [================================================ ] 3368/4336 77% [================================================ ] 3369/4336 77% [================================================ ] 3370/4336 77% [================================================ ] 3371/4336 77% [================================================ ] 3372/4336 77% [================================================ ] 3373/4336 77% [================================================ ] 3374/4336 77% [================================================ ] 3375/4336 77% [================================================ ] 3376/4336 77% [================================================ ] 3377/4336 77% [================================================ ] 3378/4336 77% [================================================ ] 3379/4336 77% [================================================ ] 3380/4336 77% [================================================ ] 3381/4336 77% [================================================ ] 3382/4336 77% [================================================ ] 3383/4336 78% [================================================ ] 3384/4336 78% [================================================ ] 3385/4336 78% [================================================ ] 3386/4336 78% [================================================ ] 3387/4336 78% [================================================ ] 3388/4336 78% [================================================ ] 3389/4336 78% [================================================ ] 3390/4336 78% [================================================ ] 3391/4336 78% [================================================ ] 3392/4336 78% [================================================ ] 3393/4336 78% [================================================ ] 3394/4336 78% [================================================ ] 3395/4336 78% [================================================ ] 3396/4336 78% [================================================ ] 3397/4336 78% [================================================ ] 3398/4336 78% [================================================ ] 3399/4336 78% [================================================ ] 3400/4336 78% [================================================ ] 3401/4336 78% [================================================ ] 3402/4336 78% [================================================ ] 3403/4336 78% [================================================ ] 3404/4336 78% [================================================ ] 3405/4336 78% [================================================ ] 3406/4336 78% [================================================ ] 3407/4336 78% [================================================ ] 3408/4336 78% [================================================ ] 3409/4336 78% [================================================ ] 3410/4336 78% [================================================ ] 3411/4336 78% [================================================ ] 3412/4336 78% [================================================ ] 3413/4336 78% [================================================ ] 3414/4336 78% [================================================ ] 3415/4336 78% [================================================ ] 3416/4336 78% [================================================ ] 3417/4336 78% [================================================ ] 3418/4336 78% [================================================ ] 3419/4336 78% [================================================ ] 3420/4336 78% [================================================ ] 3421/4336 78% [================================================ ] 3422/4336 78% [================================================ ] 3423/4336 78% [================================================ ] 3424/4336 78% [================================================ ] 3425/4336 78% [================================================ ] 3426/4336 79% [================================================= ] 3427/4336 79% [================================================= ] 3428/4336 79% [================================================= ] 3429/4336 79% [================================================= ] 3430/4336 79% [================================================= ] 3431/4336 79% [================================================= ] 3432/4336 79% [================================================= ] 3433/4336 79% [================================================= ] 3434/4336 79% [================================================= ] 3435/4336 79% [================================================= ] 3436/4336 79% [================================================= ] 3437/4336 79% [================================================= ] 3438/4336 79% [================================================= ] 3439/4336 79% [================================================= ] 3440/4336 79% [================================================= ] 3441/4336 79% [================================================= ] 3442/4336 79% [================================================= ] 3443/4336 79% [================================================= ] 3444/4336 79% [================================================= ] 3445/4336 79% [================================================= ] 3446/4336 79% [================================================= ] 3447/4336 79% [================================================= ] 3448/4336 79% [================================================= ] 3449/4336 79% [================================================= ] 3450/4336 79% [================================================= ] 3451/4336 79% [================================================= ] 3452/4336 79% [================================================= ] 3453/4336 79% [================================================= ] 3454/4336 79% [================================================= ] 3455/4336 79% [================================================= ] 3456/4336 79% [================================================= ] 3457/4336 79% [================================================= ] 3458/4336 79% [================================================= ] 3459/4336 79% [================================================= ] 3460/4336 79% [================================================= ] 3461/4336 79% [================================================= ] 3462/4336 79% [================================================= ] 3463/4336 79% [================================================= ] 3464/4336 79% [================================================= ] 3465/4336 79% [================================================= ] 3466/4336 79% [================================================= ] 3467/4336 79% [================================================= ] 3468/4336 79% [================================================= ] 3469/4336 80% [================================================= ] 3470/4336 80% [================================================= ] 3471/4336 80% [================================================= ] 3472/4336 80% [================================================= ] 3473/4336 80% [================================================= ] 3474/4336 80% [================================================= ] 3475/4336 80% [================================================= ] 3476/4336 80% [================================================= ] 3477/4336 80% [================================================= ] 3478/4336 80% [================================================= ] 3479/4336 80% [================================================= ] 3480/4336 80% [================================================= ] 3481/4336 80% [================================================= ] 3482/4336 80% [================================================= ] 3483/4336 80% [================================================= ] 3484/4336 80% [================================================= ] 3485/4336 80% [================================================= ] 3486/4336 80% [================================================= ] 3487/4336 80% [================================================= ] 3488/4336 80% [================================================= ] 3489/4336 80% [================================================= ] 3490/4336 80% [================================================= ] 3491/4336 80% [================================================= ] 3492/4336 80% [================================================= ] 3493/4336 80% [================================================= ] 3494/4336 80% [================================================= ] 3495/4336 80% [================================================= ] 3496/4336 80% [================================================== ] 3497/4336 80% [================================================== ] 3498/4336 80% [================================================== ] 3499/4336 80% [================================================== ] 3500/4336 80% [================================================== ] 3501/4336 80% [================================================== ] 3502/4336 80% [================================================== ] 3503/4336 80% [================================================== ] 3504/4336 80% [================================================== ] 3505/4336 80% [================================================== ] 3506/4336 80% [================================================== ] 3507/4336 80% [================================================== ] 3508/4336 80% [================================================== ] 3509/4336 80% [================================================== ] 3510/4336 80% [================================================== ] 3511/4336 80% [================================================== ] 3512/4336 80% [================================================== ] 3513/4336 81% [================================================== ] 3514/4336 81% [================================================== ] 3515/4336 81% [================================================== ] 3516/4336 81% [================================================== ] 3517/4336 81% [================================================== ] 3518/4336 81% [================================================== ] 3519/4336 81% [================================================== ] 3520/4336 81% [================================================== ] 3521/4336 81% [================================================== ] 3522/4336 81% [================================================== ] 3523/4336 81% [================================================== ] 3524/4336 81% [================================================== ] 3525/4336 81% [================================================== ] 3526/4336 81% [================================================== ] 3527/4336 81% [================================================== ] 3528/4336 81% [================================================== ] 3529/4336 81% [================================================== ] 3530/4336 81% [================================================== ] 3531/4336 81% [================================================== ] 3532/4336 81% [================================================== ] 3533/4336 81% [================================================== ] 3534/4336 81% [================================================== ] 3535/4336 81% [================================================== ] 3536/4336 81% [================================================== ] 3537/4336 81% [================================================== ] 3538/4336 81% [================================================== ] 3539/4336 81% [================================================== ] 3540/4336 81% [================================================== ] 3541/4336 81% [================================================== ] 3542/4336 81% [================================================== ] 3543/4336 81% [================================================== ] 3544/4336 81% [================================================== ] 3545/4336 81% [================================================== ] 3546/4336 81% [================================================== ] 3547/4336 81% [================================================== ] 3548/4336 81% [================================================== ] 3549/4336 81% [================================================== ] 3550/4336 81% [================================================== ] 3551/4336 81% [================================================== ] 3552/4336 81% [================================================== ] 3553/4336 81% [================================================== ] 3554/4336 81% [================================================== ] 3555/4336 81% [================================================== ] 3556/4336 82% [================================================== ] 3557/4336 82% [================================================== ] 3558/4336 82% [================================================== ] 3559/4336 82% [================================================== ] 3560/4336 82% [================================================== ] 3561/4336 82% [================================================== ] 3562/4336 82% [================================================== ] 3563/4336 82% [================================================== ] 3564/4336 82% [================================================== ] 3565/4336 82% [================================================== ] 3566/4336 82% [=================================================== ] 3567/4336 82% [=================================================== ] 3568/4336 82% [=================================================== ] 3569/4336 82% [=================================================== ] 3570/4336 82% [=================================================== ] 3571/4336 82% [=================================================== ] 3572/4336 82% [=================================================== ] 3573/4336 82% [=================================================== ] 3574/4336 82% [=================================================== ] 3575/4336 82% [=================================================== ] 3576/4336 82% [=================================================== ] 3577/4336 82% [=================================================== ] 3578/4336 82% [=================================================== ] 3579/4336 82% [=================================================== ] 3580/4336 82% [=================================================== ] 3581/4336 82% [=================================================== ] 3582/4336 82% [=================================================== ] 3583/4336 82% [=================================================== ] 3584/4336 82% [=================================================== ] 3585/4336 82% [=================================================== ] 3586/4336 82% [=================================================== ] 3587/4336 82% [=================================================== ] 3588/4336 82% [=================================================== ] 3589/4336 82% [=================================================== ] 3590/4336 82% [=================================================== ] 3591/4336 82% [=================================================== ] 3592/4336 82% [=================================================== ] 3593/4336 82% [=================================================== ] 3594/4336 82% [=================================================== ] 3595/4336 82% [=================================================== ] 3596/4336 82% [=================================================== ] 3597/4336 82% [=================================================== ] 3598/4336 82% [=================================================== ] 3599/4336 83% [=================================================== ] 3600/4336 83% [=================================================== ] 3601/4336 83% [=================================================== ] 3602/4336 83% [=================================================== ] 3603/4336 83% [=================================================== ] 3604/4336 83% [=================================================== ] 3605/4336 83% [=================================================== ] 3606/4336 83% [=================================================== ] 3607/4336 83% [=================================================== ] 3608/4336 83% [=================================================== ] 3609/4336 83% [=================================================== ] 3610/4336 83% [=================================================== ] 3611/4336 83% [=================================================== ] 3612/4336 83% [=================================================== ] 3613/4336 83% [=================================================== ] 3614/4336 83% [=================================================== ] 3615/4336 83% [=================================================== ] 3616/4336 83% [=================================================== ] 3617/4336 83% [=================================================== ] 3618/4336 83% [=================================================== ] 3619/4336 83% [=================================================== ] 3620/4336 83% [=================================================== ] 3621/4336 83% [=================================================== ] 3622/4336 83% [=================================================== ] 3623/4336 83% [=================================================== ] 3624/4336 83% [=================================================== ] 3625/4336 83% [=================================================== ] 3626/4336 83% [=================================================== ] 3627/4336 83% [=================================================== ] 3628/4336 83% [=================================================== ] 3629/4336 83% [=================================================== ] 3630/4336 83% [=================================================== ] 3631/4336 83% [=================================================== ] 3632/4336 83% [=================================================== ] 3633/4336 83% [=================================================== ] 3634/4336 83% [=================================================== ] 3635/4336 83% [=================================================== ] 3636/4336 83% [==================================================== ] 3637/4336 83% [==================================================== ] 3638/4336 83% [==================================================== ] 3639/4336 83% [==================================================== ] 3640/4336 83% [==================================================== ] 3641/4336 83% [==================================================== ] 3642/4336 83% [==================================================== ] 3643/4336 84% [==================================================== ] 3644/4336 84% [==================================================== ] 3645/4336 84% [==================================================== ] 3646/4336 84% [==================================================== ] 3647/4336 84% [==================================================== ] 3648/4336 84% [==================================================== ] 3649/4336 84% [==================================================== ] 3650/4336 84% [==================================================== ] 3651/4336 84% [==================================================== ] 3652/4336 84% [==================================================== ] 3653/4336 84% [==================================================== ] 3654/4336 84% [==================================================== ] 3655/4336 84% [==================================================== ] 3656/4336 84% [==================================================== ] 3657/4336 84% [==================================================== ] 3658/4336 84% [==================================================== ] 3659/4336 84% [==================================================== ] 3660/4336 84% [==================================================== ] 3661/4336 84% [==================================================== ] 3662/4336 84% [==================================================== ] 3663/4336 84% [==================================================== ] 3664/4336 84% [==================================================== ] 3665/4336 84% [==================================================== ] 3666/4336 84% [==================================================== ] 3667/4336 84% [==================================================== ] 3668/4336 84% [==================================================== ] 3669/4336 84% [==================================================== ] 3670/4336 84% [==================================================== ] 3671/4336 84% [==================================================== ] 3672/4336 84% [==================================================== ] 3673/4336 84% [==================================================== ] 3674/4336 84% [==================================================== ] 3675/4336 84% [==================================================== ] 3676/4336 84% [==================================================== ] 3677/4336 84% [==================================================== ] 3678/4336 84% [==================================================== ] 3679/4336 84% [==================================================== ] 3680/4336 84% [==================================================== ] 3681/4336 84% [==================================================== ] 3682/4336 84% [==================================================== ] 3683/4336 84% [==================================================== ] 3684/4336 84% [==================================================== ] 3685/4336 84% [==================================================== ] 3686/4336 85% [==================================================== ] 3687/4336 85% [==================================================== ] 3688/4336 85% [==================================================== ] 3689/4336 85% [==================================================== ] 3690/4336 85% [==================================================== ] 3691/4336 85% [==================================================== ] 3692/4336 85% [==================================================== ] 3693/4336 85% [==================================================== ] 3694/4336 85% [==================================================== ] 3695/4336 85% [==================================================== ] 3696/4336 85% [==================================================== ] 3697/4336 85% [==================================================== ] 3698/4336 85% [==================================================== ] 3699/4336 85% [==================================================== ] 3700/4336 85% [==================================================== ] 3701/4336 85% [==================================================== ] 3702/4336 85% [==================================================== ] 3703/4336 85% [==================================================== ] 3704/4336 85% [==================================================== ] 3705/4336 85% [==================================================== ] 3706/4336 85% [===================================================== ] 3707/4336 85% [===================================================== ] 3708/4336 85% [===================================================== ] 3709/4336 85% [===================================================== ] 3710/4336 85% [===================================================== ] 3711/4336 85% [===================================================== ] 3712/4336 85% [===================================================== ] 3713/4336 85% [===================================================== ] 3714/4336 85% [===================================================== ] 3715/4336 85% [===================================================== ] 3716/4336 85% [===================================================== ] 3717/4336 85% [===================================================== ] 3718/4336 85% [===================================================== ] 3719/4336 85% [===================================================== ] 3720/4336 85% [===================================================== ] 3721/4336 85% [===================================================== ] 3722/4336 85% [===================================================== ] 3723/4336 85% [===================================================== ] 3724/4336 85% [===================================================== ] 3725/4336 85% [===================================================== ] 3726/4336 85% [===================================================== ] 3727/4336 85% [===================================================== ] 3728/4336 85% [===================================================== ] 3729/4336 86% [===================================================== ] 3730/4336 86% [===================================================== ] 3731/4336 86% [===================================================== ] 3732/4336 86% [===================================================== ] 3733/4336 86% [===================================================== ] 3734/4336 86% [===================================================== ] 3735/4336 86% [===================================================== ] 3736/4336 86% [===================================================== ] 3737/4336 86% [===================================================== ] 3738/4336 86% [===================================================== ] 3739/4336 86% [===================================================== ] 3740/4336 86% [===================================================== ] 3741/4336 86% [===================================================== ] 3742/4336 86% [===================================================== ] 3743/4336 86% [===================================================== ] 3744/4336 86% [===================================================== ] 3745/4336 86% [===================================================== ] 3746/4336 86% [===================================================== ] 3747/4336 86% [===================================================== ] 3748/4336 86% [===================================================== ] 3749/4336 86% [===================================================== ] 3750/4336 86% [===================================================== ] 3751/4336 86% [===================================================== ] 3752/4336 86% [===================================================== ] 3753/4336 86% [===================================================== ] 3754/4336 86% [===================================================== ] 3755/4336 86% [===================================================== ] 3756/4336 86% [===================================================== ] 3757/4336 86% [===================================================== ] 3758/4336 86% [===================================================== ] 3759/4336 86% [===================================================== ] 3760/4336 86% [===================================================== ] 3761/4336 86% [===================================================== ] 3762/4336 86% [===================================================== ] 3763/4336 86% [===================================================== ] 3764/4336 86% [===================================================== ] 3765/4336 86% [===================================================== ] 3766/4336 86% [===================================================== ] 3767/4336 86% [===================================================== ] 3768/4336 86% [===================================================== ] 3769/4336 86% [===================================================== ] 3770/4336 86% [===================================================== ] 3771/4336 86% [===================================================== ] 3772/4336 86% [===================================================== ] 3773/4336 87% [===================================================== ] 3774/4336 87% [===================================================== ] 3775/4336 87% [===================================================== ] 3776/4336 87% [====================================================== ] 3777/4336 87% [====================================================== ] 3778/4336 87% [====================================================== ] 3779/4336 87% [====================================================== ] 3780/4336 87% [====================================================== ] 3781/4336 87% [====================================================== ] 3782/4336 87% [====================================================== ] 3783/4336 87% [====================================================== ] 3784/4336 87% [====================================================== ] 3785/4336 87% [====================================================== ] 3786/4336 87% [====================================================== ] 3787/4336 87% [====================================================== ] 3788/4336 87% [====================================================== ] 3789/4336 87% [====================================================== ] 3790/4336 87% [====================================================== ] 3791/4336 87% [====================================================== ] 3792/4336 87% [====================================================== ] 3793/4336 87% [====================================================== ] 3794/4336 87% [====================================================== ] 3795/4336 87% [====================================================== ] 3796/4336 87% [====================================================== ] 3797/4336 87% [====================================================== ] 3798/4336 87% [====================================================== ] 3799/4336 87% [====================================================== ] 3800/4336 87% [====================================================== ] 3801/4336 87% [====================================================== ] 3802/4336 87% [====================================================== ] 3803/4336 87% [====================================================== ] 3804/4336 87% [====================================================== ] 3805/4336 87% [====================================================== ] 3806/4336 87% [====================================================== ] 3807/4336 87% [====================================================== ] 3808/4336 87% [====================================================== ] 3809/4336 87% [====================================================== ] 3810/4336 87% [====================================================== ] 3811/4336 87% [====================================================== ] 3812/4336 87% [====================================================== ] 3813/4336 87% [====================================================== ] 3814/4336 87% [====================================================== ] 3815/4336 87% [====================================================== ] 3816/4336 88% [====================================================== ] 3817/4336 88% [====================================================== ] 3818/4336 88% [====================================================== ] 3819/4336 88% [====================================================== ] 3820/4336 88% [====================================================== ] 3821/4336 88% [====================================================== ] 3822/4336 88% [====================================================== ] 3823/4336 88% [====================================================== ] 3824/4336 88% [====================================================== ] 3825/4336 88% [====================================================== ] 3826/4336 88% [====================================================== ] 3827/4336 88% [====================================================== ] 3828/4336 88% [====================================================== ] 3829/4336 88% [====================================================== ] 3830/4336 88% [====================================================== ] 3831/4336 88% [====================================================== ] 3832/4336 88% [====================================================== ] 3833/4336 88% [====================================================== ] 3834/4336 88% [====================================================== ] 3835/4336 88% [====================================================== ] 3836/4336 88% [====================================================== ] 3837/4336 88% [====================================================== ] 3838/4336 88% [====================================================== ] 3839/4336 88% [====================================================== ] 3840/4336 88% [====================================================== ] 3841/4336 88% [====================================================== ] 3842/4336 88% [====================================================== ] 3843/4336 88% [====================================================== ] 3844/4336 88% [====================================================== ] 3845/4336 88% [====================================================== ] 3846/4336 88% [======================================================= ] 3847/4336 88% [======================================================= ] 3848/4336 88% [======================================================= ] 3849/4336 88% [======================================================= ] 3850/4336 88% [======================================================= ] 3851/4336 88% [======================================================= ] 3852/4336 88% [======================================================= ] 3853/4336 88% [======================================================= ] 3854/4336 88% [======================================================= ] 3855/4336 88% [======================================================= ] 3856/4336 88% [======================================================= ] 3857/4336 88% [======================================================= ] 3858/4336 88% [======================================================= ] 3859/4336 88% [======================================================= ] 3860/4336 89% [======================================================= ] 3861/4336 89% [======================================================= ] 3862/4336 89% [======================================================= ] 3863/4336 89% [======================================================= ] 3864/4336 89% [======================================================= ] 3865/4336 89% [======================================================= ] 3866/4336 89% [======================================================= ] 3867/4336 89% [======================================================= ] 3868/4336 89% [======================================================= ] 3869/4336 89% [======================================================= ] 3870/4336 89% [======================================================= ] 3871/4336 89% [======================================================= ] 3872/4336 89% [======================================================= ] 3873/4336 89% [======================================================= ] 3874/4336 89% [======================================================= ] 3875/4336 89% [======================================================= ] 3876/4336 89% [======================================================= ] 3877/4336 89% [======================================================= ] 3878/4336 89% [======================================================= ] 3879/4336 89% [======================================================= ] 3880/4336 89% [======================================================= ] 3881/4336 89% [======================================================= ] 3882/4336 89% [======================================================= ] 3883/4336 89% [======================================================= ] 3884/4336 89% [======================================================= ] 3885/4336 89% [======================================================= ] 3886/4336 89% [======================================================= ] 3887/4336 89% [======================================================= ] 3888/4336 89% [======================================================= ] 3889/4336 89% [======================================================= ] 3890/4336 89% [======================================================= ] 3891/4336 89% [======================================================= ] 3892/4336 89% [======================================================= ] 3893/4336 89% [======================================================= ] 3894/4336 89% [======================================================= ] 3895/4336 89% [======================================================= ] 3896/4336 89% [======================================================= ] 3897/4336 89% [======================================================= ] 3898/4336 89% [======================================================= ] 3899/4336 89% [======================================================= ] 3900/4336 89% [======================================================= ] 3901/4336 89% [======================================================= ] 3902/4336 89% [======================================================= ] 3903/4336 90% [======================================================= ] 3904/4336 90% [======================================================= ] 3905/4336 90% [======================================================= ] 3906/4336 90% [======================================================= ] 3907/4336 90% [======================================================= ] 3908/4336 90% [======================================================= ] 3909/4336 90% [======================================================= ] 3910/4336 90% [======================================================= ] 3911/4336 90% [======================================================= ] 3912/4336 90% [======================================================= ] 3913/4336 90% [======================================================= ] 3914/4336 90% [======================================================= ] 3915/4336 90% [======================================================= ] 3916/4336 90% [======================================================== ] 3917/4336 90% [======================================================== ] 3918/4336 90% [======================================================== ] 3919/4336 90% [======================================================== ] 3920/4336 90% [======================================================== ] 3921/4336 90% [======================================================== ] 3922/4336 90% [======================================================== ] 3923/4336 90% [======================================================== ] 3924/4336 90% [======================================================== ] 3925/4336 90% [======================================================== ] 3926/4336 90% [======================================================== ] 3927/4336 90% [======================================================== ] 3928/4336 90% [======================================================== ] 3929/4336 90% [======================================================== ] 3930/4336 90% [======================================================== ] 3931/4336 90% [======================================================== ] 3932/4336 90% [======================================================== ] 3933/4336 90% [======================================================== ] 3934/4336 90% [======================================================== ] 3935/4336 90% [======================================================== ] 3936/4336 90% [======================================================== ] 3937/4336 90% [======================================================== ] 3938/4336 90% [======================================================== ] 3939/4336 90% [======================================================== ] 3940/4336 90% [======================================================== ] 3941/4336 90% [======================================================== ] 3942/4336 90% [======================================================== ] 3943/4336 90% [======================================================== ] 3944/4336 90% [======================================================== ] 3945/4336 90% [======================================================== ] 3946/4336 91% [======================================================== ] 3947/4336 91% [======================================================== ] 3948/4336 91% [======================================================== ] 3949/4336 91% [======================================================== ] 3950/4336 91% [======================================================== ] 3951/4336 91% [======================================================== ] 3952/4336 91% [======================================================== ] 3953/4336 91% [======================================================== ] 3954/4336 91% [======================================================== ] 3955/4336 91% [======================================================== ] 3956/4336 91% [======================================================== ] 3957/4336 91% [======================================================== ] 3958/4336 91% [======================================================== ] 3959/4336 91% [======================================================== ] 3960/4336 91% [======================================================== ] 3961/4336 91% [======================================================== ] 3962/4336 91% [======================================================== ] 3963/4336 91% [======================================================== ] 3964/4336 91% [======================================================== ] 3965/4336 91% [======================================================== ] 3966/4336 91% [======================================================== ] 3967/4336 91% [======================================================== ] 3968/4336 91% [======================================================== ] 3969/4336 91% [======================================================== ] 3970/4336 91% [======================================================== ] 3971/4336 91% [======================================================== ] 3972/4336 91% [======================================================== ] 3973/4336 91% [======================================================== ] 3974/4336 91% [======================================================== ] 3975/4336 91% [======================================================== ] 3976/4336 91% [======================================================== ] 3977/4336 91% [======================================================== ] 3978/4336 91% [======================================================== ] 3979/4336 91% [======================================================== ] 3980/4336 91% [======================================================== ] 3981/4336 91% [======================================================== ] 3982/4336 91% [======================================================== ] 3983/4336 91% [======================================================== ] 3984/4336 91% [======================================================== ] 3985/4336 91% [======================================================== ] 3986/4336 91% [========================================================= ] 3987/4336 91% [========================================================= ] 3988/4336 91% [========================================================= ] 3989/4336 91% [========================================================= ] 3990/4336 92% [========================================================= ] 3991/4336 92% [========================================================= ] 3992/4336 92% [========================================================= ] 3993/4336 92% [========================================================= ] 3994/4336 92% [========================================================= ] 3995/4336 92% [========================================================= ] 3996/4336 92% [========================================================= ] 3997/4336 92% [========================================================= ] 3998/4336 92% [========================================================= ] 3999/4336 92% [========================================================= ] 4000/4336 92% [========================================================= ] 4001/4336 92% [========================================================= ] 4002/4336 92% [========================================================= ] 4003/4336 92% [========================================================= ] 4004/4336 92% [========================================================= ] 4005/4336 92% [========================================================= ] 4006/4336 92% [========================================================= ] 4007/4336 92% [========================================================= ] 4008/4336 92% [========================================================= ] 4009/4336 92% [========================================================= ] 4010/4336 92% [========================================================= ] 4011/4336 92% [========================================================= ] 4012/4336 92% [========================================================= ] 4013/4336 92% [========================================================= ] 4014/4336 92% [========================================================= ] 4015/4336 92% [========================================================= ] 4016/4336 92% [========================================================= ] 4017/4336 92% [========================================================= ] 4018/4336 92% [========================================================= ] 4019/4336 92% [========================================================= ] 4020/4336 92% [========================================================= ] 4021/4336 92% [========================================================= ] 4022/4336 92% [========================================================= ] 4023/4336 92% [========================================================= ] 4024/4336 92% [========================================================= ] 4025/4336 92% [========================================================= ] 4026/4336 92% [========================================================= ] 4027/4336 92% [========================================================= ] 4028/4336 92% [========================================================= ] 4029/4336 92% [========================================================= ] 4030/4336 92% [========================================================= ] 4031/4336 92% [========================================================= ] 4032/4336 92% [========================================================= ] 4033/4336 93% [========================================================= ] 4034/4336 93% [========================================================= ] 4035/4336 93% [========================================================= ] 4036/4336 93% [========================================================= ] 4037/4336 93% [========================================================= ] 4038/4336 93% [========================================================= ] 4039/4336 93% [========================================================= ] 4040/4336 93% [========================================================= ] 4041/4336 93% [========================================================= ] 4042/4336 93% [========================================================= ] 4043/4336 93% [========================================================= ] 4044/4336 93% [========================================================= ] 4045/4336 93% [========================================================= ] 4046/4336 93% [========================================================= ] 4047/4336 93% [========================================================= ] 4048/4336 93% [========================================================= ] 4049/4336 93% [========================================================= ] 4050/4336 93% [========================================================= ] 4051/4336 93% [========================================================= ] 4052/4336 93% [========================================================= ] 4053/4336 93% [========================================================= ] 4054/4336 93% [========================================================= ] 4055/4336 93% [========================================================= ] 4056/4336 93% [========================================================== ] 4057/4336 93% [========================================================== ] 4058/4336 93% [========================================================== ] 4059/4336 93% [========================================================== ] 4060/4336 93% [========================================================== ] 4061/4336 93% [========================================================== ] 4062/4336 93% [========================================================== ] 4063/4336 93% [========================================================== ] 4064/4336 93% [========================================================== ] 4065/4336 93% [========================================================== ] 4066/4336 93% [========================================================== ] 4067/4336 93% [========================================================== ] 4068/4336 93% [========================================================== ] 4069/4336 93% [========================================================== ] 4070/4336 93% [========================================================== ] 4071/4336 93% [========================================================== ] 4072/4336 93% [========================================================== ] 4073/4336 93% [========================================================== ] 4074/4336 93% [========================================================== ] 4075/4336 93% [========================================================== ] 4076/4336 94% [========================================================== ] 4077/4336 94% [========================================================== ] 4078/4336 94% [========================================================== ] 4079/4336 94% [========================================================== ] 4080/4336 94% [========================================================== ] 4081/4336 94% [========================================================== ] 4082/4336 94% [========================================================== ] 4083/4336 94% [========================================================== ] 4084/4336 94% [========================================================== ] 4085/4336 94% [========================================================== ] 4086/4336 94% [========================================================== ] 4087/4336 94% [========================================================== ] 4088/4336 94% [========================================================== ] 4089/4336 94% [========================================================== ] 4090/4336 94% [========================================================== ] 4091/4336 94% [========================================================== ] 4092/4336 94% [========================================================== ] 4093/4336 94% [========================================================== ] 4094/4336 94% [========================================================== ] 4095/4336 94% [========================================================== ] 4096/4336 94% [========================================================== ] 4097/4336 94% [========================================================== ] 4098/4336 94% [========================================================== ] 4099/4336 94% [========================================================== ] 4100/4336 94% [========================================================== ] 4101/4336 94% [========================================================== ] 4102/4336 94% [========================================================== ] 4103/4336 94% [========================================================== ] 4104/4336 94% [========================================================== ] 4105/4336 94% [========================================================== ] 4106/4336 94% [========================================================== ] 4107/4336 94% [========================================================== ] 4108/4336 94% [========================================================== ] 4109/4336 94% [========================================================== ] 4110/4336 94% [========================================================== ] 4111/4336 94% [========================================================== ] 4112/4336 94% [========================================================== ] 4113/4336 94% [========================================================== ] 4114/4336 94% [========================================================== ] 4115/4336 94% [========================================================== ] 4116/4336 94% [========================================================== ] 4117/4336 94% [========================================================== ] 4118/4336 94% [========================================================== ] 4119/4336 94% [========================================================== ] 4120/4336 95% [========================================================== ] 4121/4336 95% [========================================================== ] 4122/4336 95% [========================================================== ] 4123/4336 95% [========================================================== ] 4124/4336 95% [========================================================== ] 4125/4336 95% [========================================================== ] 4126/4336 95% [=========================================================== ] 4127/4336 95% [=========================================================== ] 4128/4336 95% [=========================================================== ] 4129/4336 95% [=========================================================== ] 4130/4336 95% [=========================================================== ] 4131/4336 95% [=========================================================== ] 4132/4336 95% [=========================================================== ] 4133/4336 95% [=========================================================== ] 4134/4336 95% [=========================================================== ] 4135/4336 95% [=========================================================== ] 4136/4336 95% [=========================================================== ] 4137/4336 95% [=========================================================== ] 4138/4336 95% [=========================================================== ] 4139/4336 95% [=========================================================== ] 4140/4336 95% [=========================================================== ] 4141/4336 95% [=========================================================== ] 4142/4336 95% [=========================================================== ] 4143/4336 95% [=========================================================== ] 4144/4336 95% [=========================================================== ] 4145/4336 95% [=========================================================== ] 4146/4336 95% [=========================================================== ] 4147/4336 95% [=========================================================== ] 4148/4336 95% [=========================================================== ] 4149/4336 95% [=========================================================== ] 4150/4336 95% [=========================================================== ] 4151/4336 95% [=========================================================== ] 4152/4336 95% [=========================================================== ] 4153/4336 95% [=========================================================== ] 4154/4336 95% [=========================================================== ] 4155/4336 95% [=========================================================== ] 4156/4336 95% [=========================================================== ] 4157/4336 95% [=========================================================== ] 4158/4336 95% [=========================================================== ] 4159/4336 95% [=========================================================== ] 4160/4336 95% [=========================================================== ] 4161/4336 95% [=========================================================== ] 4162/4336 95% [=========================================================== ] 4163/4336 96% [=========================================================== ] 4164/4336 96% [=========================================================== ] 4165/4336 96% [=========================================================== ] 4166/4336 96% [=========================================================== ] 4167/4336 96% [=========================================================== ] 4168/4336 96% [=========================================================== ] 4169/4336 96% [=========================================================== ] 4170/4336 96% [=========================================================== ] 4171/4336 96% [=========================================================== ] 4172/4336 96% [=========================================================== ] 4173/4336 96% [=========================================================== ] 4174/4336 96% [=========================================================== ] 4175/4336 96% [=========================================================== ] 4176/4336 96% [=========================================================== ] 4177/4336 96% [=========================================================== ] 4178/4336 96% [=========================================================== ] 4179/4336 96% [=========================================================== ] 4180/4336 96% [=========================================================== ] 4181/4336 96% [=========================================================== ] 4182/4336 96% [=========================================================== ] 4183/4336 96% [=========================================================== ] 4184/4336 96% [=========================================================== ] 4185/4336 96% [=========================================================== ] 4186/4336 96% [=========================================================== ] 4187/4336 96% [=========================================================== ] 4188/4336 96% [=========================================================== ] 4189/4336 96% [=========================================================== ] 4190/4336 96% [=========================================================== ] 4191/4336 96% [=========================================================== ] 4192/4336 96% [=========================================================== ] 4193/4336 96% [=========================================================== ] 4194/4336 96% [=========================================================== ] 4195/4336 96% [=========================================================== ] 4196/4336 96% [============================================================ ] 4197/4336 96% [============================================================ ] 4198/4336 96% [============================================================ ] 4199/4336 96% [============================================================ ] 4200/4336 96% [============================================================ ] 4201/4336 96% [============================================================ ] 4202/4336 96% [============================================================ ] 4203/4336 96% [============================================================ ] 4204/4336 96% [============================================================ ] 4205/4336 96% [============================================================ ] 4206/4336 97% [============================================================ ] 4207/4336 97% [============================================================ ] 4208/4336 97% [============================================================ ] 4209/4336 97% [============================================================ ] 4210/4336 97% [============================================================ ] 4211/4336 97% [============================================================ ] 4212/4336 97% [============================================================ ] 4213/4336 97% [============================================================ ] 4214/4336 97% [============================================================ ] 4215/4336 97% [============================================================ ] 4216/4336 97% [============================================================ ] 4217/4336 97% [============================================================ ] 4218/4336 97% [============================================================ ] 4219/4336 97% [============================================================ ] 4220/4336 97% [============================================================ ] 4221/4336 97% [============================================================ ] 4222/4336 97% [============================================================ ] 4223/4336 97% [============================================================ ] 4224/4336 97% [============================================================ ] 4225/4336 97% [============================================================ ] 4226/4336 97% [============================================================ ] 4227/4336 97% [============================================================ ] 4228/4336 97% [============================================================ ] 4229/4336 97% [============================================================ ] 4230/4336 97% [============================================================ ] 4231/4336 97% [============================================================ ] 4232/4336 97% [============================================================ ] 4233/4336 97% [============================================================ ] 4234/4336 97% [============================================================ ] 4235/4336 97% [============================================================ ] 4236/4336 97% [============================================================ ] 4237/4336 97% [============================================================ ] 4238/4336 97% [============================================================ ] 4239/4336 97% [============================================================ ] 4240/4336 97% [============================================================ ] 4241/4336 97% [============================================================ ] 4242/4336 97% [============================================================ ] 4243/4336 97% [============================================================ ] 4244/4336 97% [============================================================ ] 4245/4336 97% [============================================================ ] 4246/4336 97% [============================================================ ] 4247/4336 97% [============================================================ ] 4248/4336 97% [============================================================ ] 4249/4336 97% [============================================================ ] 4250/4336 98% [============================================================ ] 4251/4336 98% [============================================================ ] 4252/4336 98% [============================================================ ] 4253/4336 98% [============================================================ ] 4254/4336 98% [============================================================ ] 4255/4336 98% [============================================================ ] 4256/4336 98% [============================================================ ] 4257/4336 98% [============================================================ ] 4258/4336 98% [============================================================ ] 4259/4336 98% [============================================================ ] 4260/4336 98% [============================================================ ] 4261/4336 98% [============================================================ ] 4262/4336 98% [============================================================ ] 4263/4336 98% [============================================================ ] 4264/4336 98% [============================================================ ] 4265/4336 98% [============================================================ ] 4266/4336 98% [============================================================= ] 4267/4336 98% [============================================================= ] 4268/4336 98% [============================================================= ] 4269/4336 98% [============================================================= ] 4270/4336 98% [============================================================= ] 4271/4336 98% [============================================================= ] 4272/4336 98% [============================================================= ] 4273/4336 98% [============================================================= ] 4274/4336 98% [============================================================= ] 4275/4336 98% [============================================================= ] 4276/4336 98% [============================================================= ] 4277/4336 98% [============================================================= ] 4278/4336 98% [============================================================= ] 4279/4336 98% [============================================================= ] 4280/4336 98% [============================================================= ] 4281/4336 98% [============================================================= ] 4282/4336 98% [============================================================= ] 4283/4336 98% [============================================================= ] 4284/4336 98% [============================================================= ] 4285/4336 98% [============================================================= ] 4286/4336 98% [============================================================= ] 4287/4336 98% [============================================================= ] 4288/4336 98% [============================================================= ] 4289/4336 98% [============================================================= ] 4290/4336 98% [============================================================= ] 4291/4336 98% [============================================================= ] 4292/4336 98% [============================================================= ] 4293/4336 99% [============================================================= ] 4294/4336 99% [============================================================= ] 4295/4336 99% [============================================================= ] 4296/4336 99% [============================================================= ] 4297/4336 99% [============================================================= ] 4298/4336 99% [============================================================= ] 4299/4336 99% [============================================================= ] 4300/4336 99% [============================================================= ] 4301/4336 99% [============================================================= ] 4302/4336 99% [============================================================= ] 4303/4336 99% [============================================================= ] 4304/4336 99% [============================================================= ] 4305/4336 99% [============================================================= ] 4306/4336 99% [============================================================= ] 4307/4336 99% [============================================================= ] 4308/4336 99% [============================================================= ] 4309/4336 99% [============================================================= ] 4310/4336 99% [============================================================= ] 4311/4336 99% [============================================================= ] 4312/4336 99% [============================================================= ] 4313/4336 99% [============================================================= ] 4314/4336 99% [============================================================= ] 4315/4336 99% [============================================================= ] 4316/4336 99% [============================================================= ] 4317/4336 99% [============================================================= ] 4318/4336 99% [============================================================= ] 4319/4336 99% [============================================================= ] 4320/4336 99% [============================================================= ] 4321/4336 99% [============================================================= ] 4322/4336 99% [============================================================= ] 4323/4336 99% [============================================================= ] 4324/4336 99% [============================================================= ] 4325/4336 99% [============================================================= ] 4326/4336 99% [============================================================= ] 4327/4336 99% [============================================================= ] 4328/4336 99% [============================================================= ] 4329/4336 99% [============================================================= ] 4330/4336 99% [============================================================= ] 4331/4336 99% [============================================================= ] 4332/4336 99% [============================================================= ] 4333/4336 99% [============================================================= ] 4334/4336 99% [============================================================= ] 4335/4336 99% [==============================================================] 4336/4336 100% operation complete, 4336 objects in 52684 NAND pages. ln -snf /tmp/instance-6/output-1/host/armeb-buildroot-linux-gnueabi/sysroot /tmp/instance-6/output-1/staging make: Leaving directory '/tmp/instance-6/buildroot' make: Entering directory '/tmp/instance-6/buildroot' >>> Buildroot 2022.08-800-g73890799ee Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-66-ga1dc0be03c9dd850b864bd7a9c03cf8e396eb7ca 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.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.0.1 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-openrc Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> 4th 3.64.1 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> host-4th 3.64.1 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> angular-websocket 2.0.0 Collecting legal info LICENSE: OK (sha256: 3013a57f2c8df37775804b8be5b107665a2ca209607bb92c618bcc084feb00a7) >>> angularjs 1.8.2 Collecting legal info angular.js: OK (sha256: 237656fae6e39d02cd71cbcfbf91b7964eba5796aafca1bfcfff3b054ce3fed6) >>> ascii-invaders 1.0.1 Collecting legal info LICENSE: OK (sha512: 1e455684996d7733b2f1ccd4606d034694d16ceff6ede6125d7f1537d20dabe05976cca4cef5cbf6c31352cbd62a515fd8e34a2ffb54dae1181c1116b24c6cf7) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> bash 5.1.16 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> bsdiff 4.3 Collecting legal info bsdiff.c: OK (sha256: fc0a6e634ef77dcf14bf36c7b6d1e57ba1ac5c4809073dfaacb3b5f7ab277eb7) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> 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.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> ca-certificates 20211016 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-python3 3.10.8 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> catatonit 0.1.7 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> chrony 4.3 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> cmocka 1.1.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> cpuload 0.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-delve 1.8.0 Collecting legal info LICENSE: OK (sha256: 778864b990007e8cef6633f8c372dd05bac1fada6cf67b008afb1483f83b38f5) >>> host-go 1.19.2 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> duktape 2.7.0 Collecting legal info LICENSE.txt: OK (sha256: c6b6659630ca6cb837afe982ecc79511bfca878b56296d628b02eb6f18789c29) >>> e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> ebtables 2.0.11 Collecting legal info COPYING: OK (sha256: ebdb8ae564c952792017ec680e2edd30443642216eb9f8a3d8fa166c0cb628c1) >>> ethtool 5.19 Collecting legal info LICENSE: OK (sha256: 5d632934396f90c82dfebe3c9512648bbb6333b406113d0cd331b0e0aa2d34a1) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> evemu 2.7.0 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> host-meson 0.63.3 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.5.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> flickcurl 1.26 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) LICENSE-2.0.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) LICENSE.html: OK (sha256: 3590f30b0fb9446a1f0a7ea5bcbb5786fa66fa362800f53d2575875d74b91909) >>> libcurl 7.86.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> libssh2 1.10.0 Collecting legal info COPYING: OK (sha256: 859e60d760a3446ecaf777339f1eef98c527aea40714384d24b882a83ffdd23a) >>> libgcrypt 1.10.1 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.45 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> freeradius-client 1.1.7 Collecting legal info COPYRIGHT: OK (sha256: e579878de7971b2224ae2263bbc61f6c465fe40e884a9068d5fa9d17fbfd2ebe) >>> fscryptctl 1.0.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-genpart 1.0.2 Collecting legal info >>> getent Collecting legal info >>> gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-gptfdisk 1.0.9 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> gumbo-parser 0.10.1 Collecting legal info COPYING: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> haserl 0.9.36 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> jpeg-turbo 2.1.4 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> jpeg Collecting legal info >>> kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> less 590 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcdaudio 0.99.12p2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcoap 4.3.0 Collecting legal info COPYING: OK (sha256: 09dd86a017bad210527085008cbf706609c58210897b69845af14099577e7eb7) LICENSE: OK (sha256: c5625e704d52deade1c9b2d7931ac8593be147ba63af62b53b8c7e309b7eaeb9) >>> libdvbcsa 1.1.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> liblockfile 1.17 Collecting legal info COPYRIGHT: OK (sha256: 3d080ab931103a823e6b9b788ccbc3e9d44797bd54546f3feebfd305f90de46a) licenses/GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) licenses/LGPL-2: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libnatpmp 20150609 Collecting legal info LICENSE: OK (sha256: e8d8277e1a101fcfedb0cd5a1cc76646522c0da69f3490dd5a4055fc87ea96a2) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> libpng 1.6.38 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> libqrencode 4.1.1 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libreplaygain r475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> libsvg 0.1.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libtheora 1.1.1 Collecting legal info COPYING: OK (sha256: 8417fad7da775735564e209484a2e011e0fa201e94f01fdbee6e4977e478e6fc) LICENSE: OK (sha256: 654a0238f789f4435c4818f50005b141d013c5a09a31d861efc1d0d67ba975a4) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> linux-serial-test bf865c37ccf9cbb1826ada61037c036dc1990b7b Collecting legal info LICENSES/MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> lockfile-progs 0.1.19 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> lynx 2.8.9rel.1 Collecting legal info COPYING: OK (sha256: 8406a30ff3134ec23cf752d1ceda92ddaabbe41b4f2dc07ea3cfa139de12d6d6) >>> memstat 1.0 Collecting legal info debian/copyright: OK (sha256: 5e5db2a2fab637bbbc5d2400141fcb9f1b4b55540d025c2dc54378dc497cb524) >>> host-mtd 2.1.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> openrc 0.43.3 Collecting legal info LICENSE: OK (sha256: 96862463f4e77e2508e4fc2c83773fd24807cb699368b63fd93a5e2b466dd624) >>> opus-tools 0.2 Collecting legal info COPYING: OK (sha256: c28016e58544119d6b93aea28297d040f17dcef7a9f548d3e6a4d0b558c5d248) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> perl-class-method-modifiers 2.13 Collecting legal info LICENSE: OK (sha256: d17e5cba8d4039f6973d5873f73b0c8949c1cffb338fafe7a57e972767546561) >>> host-perl 5.34.1 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 06bab256e2e039c59d2ca3c5853425317b4a0f251fe4e5d5201a987b11fc4f78) >>> perl 5.34.1 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 06bab256e2e039c59d2ca3c5853425317b4a0f251fe4e5d5201a987b11fc4f78) >>> perl-filesys-notify-simple 0.14 Collecting legal info LICENSE: OK (sha256: 9a5cceb9fdb0064b57eeca0e7ad2af1e57eff51320a13083fc22930d2a190ed7) >>> perl-json-tiny 0.58 Collecting legal info LICENSE: OK (sha256: 19e2e0f2079ea1ce1576eb4ecc0575b33fe45b2b8e71f4aa589d6bedd1da4e0a) >>> perl-parse-yapp 1.21 Collecting legal info lib/Parse/Yapp.pm: OK (sha256: a5d97e3ee50ba12b7897841a117790f723795e4a61e5ad1668dc064956c84e96) >>> psmisc 23.4 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> ptm2human d0b8b6be9897ea5b04fd6460038a4773cec078bc Collecting legal info LICENSE: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> qoriq-cadence-dp-firmware lsdk2012 Collecting legal info COPYING: OK (sha256: 9c16421e7c702f56756650b8ac954d34556327e598a8666e6e8f4eb3a1aa95f1) EULA: OK (sha256: 72edc2072c86d93aa1993d15d4d19d96270af3749b0108995ad50c81d1461f52) EULA.txt: OK (sha256: 53e3eb0b2bd81c171fa04c17514e20b39b7bb1fe1224c593f7717f615fb9d52b) >>> raspi-gpio 4edfde183ff3ac9ed66cdc015ae25e45f3a5502d Collecting legal info LICENSE: OK (sha256: 6e02227e1fb942687163996678d94add7911890c50025912d0ae7ee66d256bb2) >>> sane-backends 1.1.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> tiff 4.4.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> screenfetch 3.9.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> socat 1.7.4.3 Collecting legal info README: OK (sha256: 432aebfec164bedcaada7cdf2849e1f003fa00a91a0a1ed34d7cf4abe980f5fb) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.OpenSSL: OK (sha256: fd9e48ca316a5032069b9521f4f4b4d9b1c60365012bae1e62286bcd5bd2e761) >>> spi-tools 1.0.2 Collecting legal info LICENSE: OK (sha256: a01259a1b522cf0de95824f9860613b453153eebac468e96196d5d7dba84786c) >>> spidev_test 5.8 Collecting legal info >>> host-swig 4.0.2 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> tinycbor 0.6.0 Collecting legal info LICENSE: OK (sha256: 3c6ba0b5bfa7830505301ffb336a17b0748e0d61c4d34216e9dc98f10e40395e) >>> tpm2-totp 0.2.1 Collecting legal info LICENSE: OK (sha256: 67bc21a0bff2b0890307cfaa883bd3f5337f461eb6d8a612a015cea6d704e9ed) >>> tpm2-tss 3.1.0 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> vde2 2.3.2 Collecting legal info COPYING: OK (sha256: fb295d0c24b8ef4b39017ac68e772e8e6e839612ce10da12b9f48d1e8e512e2e) COPYING.libvdeplug: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) COPYING.slirpvde: OK (sha256: d5ac74315b2d2f9c53f5839e311484f4646a9401b68d02d36f3dab386352e74d) >>> vulkan-headers 1.2.203 Collecting legal info LICENSE.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> whois 5.5.14 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> wpa_supplicant 2.10 Collecting legal info README: OK (sha256: af01e1d1ee065a1054d20ebe8a78a016f1fb1133b73e6a9d50801b165bb280c7) >>> zerofree 1.1.1 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-squashfs 4.5.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.2.7 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (HOST_GENPART_LICENSE_FILES not defined) WARNING: spidev_test-5.8: cannot save license (SPIDEV_TEST_LICENSE_FILES not defined) Legal info produced in /tmp/instance-6/output-1/legal-info make: Leaving directory '/tmp/instance-6/buildroot'