rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/man /home/autobuild/autobuild/instance-4/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/info /home/autobuild/autobuild/instance-4/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/doc /home/autobuild/autobuild/instance-4/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-4/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-4/output-1/target/lib/debug /home/autobuild/autobuild/instance-4/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-4/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/autobuild/autobuild/instance-4/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-4/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-4/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/autobuild/autobuild/instance-4/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.05-216-gb335bd18a0"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.08-git\"" \ ) > /home/autobuild/autobuild/instance-4/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-4/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-4/output-1/per-package /home/autobuild/autobuild/instance-4/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-4/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs printf ' sshd -1 sshd -1 * /var/empty - - SSH drop priv user\n ftp -1 ftp -1 * /home/ftp - - Anonymous FTP User\n\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /var/empty d 755 root root - - - - -\n\n' > /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.ext2 mkdir -p /home/autobuild/autobuild/instance-4/output-1/images rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2 mkdir -p /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-4/output-1/target/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-4/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/target >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/fakeroot echo "/home/autobuild/autobuild/instance-4/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -f /home/autobuild/autobuild/instance-4/output-1/images/rootfs.ext2\n /home/autobuild/autobuild/instance-4/output-1/host/sbin/mkfs.ext3 -d /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/target -r 1 -N 0 -m 5 -L "rootfs" -I 256 -O ^64bit /home/autobuild/autobuild/instance-4/output-1/images/rootfs.ext2 "5G" || { ret=$?; echo "*** Maybe you need to increase the filesystem size (BR2_TARGET_ROOTFS_EXT2_SIZE)" 1>&2; exit $ret; }\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/fakeroot chmod a+x /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-4/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/fakeroot rootdir=/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/target table='/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt' mke2fs 1.46.5 (30-Dec-2021) Creating regular file /home/autobuild/autobuild/instance-4/output-1/images/rootfs.ext2 Creating filesystem with 1310720 4k blocks and 327680 inodes Filesystem UUID: 77ec3077-23ad-4487-95e9-dc7fdd2347ff 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 ln -sf rootfs.ext2 /home/autobuild/autobuild/instance-4/output-1/images/rootfs.ext3 >>> Generating filesystem image rootfs.squashfs mkdir -p /home/autobuild/autobuild/instance-4/output-1/images rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs mkdir -p /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-4/output-1/target/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-4/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/target >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/fakeroot echo "/home/autobuild/autobuild/instance-4/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/fakeroot printf ' /home/autobuild/autobuild/instance-4/output-1/host/bin/mksquashfs /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/target /home/autobuild/autobuild/instance-4/output-1/images/rootfs.squashfs -noappend -processors 1 -b 4K -comp lz4\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-4/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/fakeroot rootdir=/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/target table='/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt' Parallel mksquashfs: Using 1 processor Creating 4.0 filesystem on /home/autobuild/autobuild/instance-4/output-1/images/rootfs.squashfs, block size 4096. [===========================================================/] 23809/23809 100% Exportable Squashfs 4.0 filesystem, lz4 compressed, data block size 4096 compressed data, compressed metadata, compressed fragments, compressed xattrs, compressed ids duplicates are removed Filesystem size 37433.22 Kbytes (36.56 Mbytes) 40.55% of uncompressed filesystem size (92302.92 Kbytes) Inode table size 123990 bytes (121.08 Kbytes) 55.31% of uncompressed inode table size (224167 bytes) Directory table size 54690 bytes (53.41 Kbytes) 63.43% of uncompressed directory table size (86224 bytes) Number of duplicate files found 38 Number of inodes 3515 Number of files 1638 Number of fragments 444 Number of symbolic links 1656 Number of device nodes 0 Number of fifo nodes 0 Number of socket nodes 0 Number of directories 221 Number of hard-links 492 Number of ids (unique uids + gids) 4 Number of uids 3 root (0) unknown (101) http (33) Number of gids 3 root (0) unknown (102) http (33) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-4/output-1/images rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-4/output-1/target/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-4/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-4/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-4/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-4/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-4/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 4007 objects. stage 2: creating image '/home/autobuild/autobuild/instance-4/output-1/images/rootfs.yaffs2' [ ] 1/4007 0% [ ] 2/4007 0% [ ] 3/4007 0% [ ] 4/4007 0% [ ] 5/4007 0% [ ] 6/4007 0% [ ] 7/4007 0% [ ] 8/4007 0% [ ] 9/4007 0% [ ] 10/4007 0% [ ] 11/4007 0% [ ] 12/4007 0% [ ] 13/4007 0% [ ] 14/4007 0% [ ] 15/4007 0% [ ] 16/4007 0% [ ] 17/4007 0% [ ] 18/4007 0% [ ] 19/4007 0% [ ] 20/4007 0% [ ] 21/4007 0% [ ] 22/4007 0% [ ] 23/4007 0% [ ] 24/4007 0% [ ] 25/4007 0% [ ] 26/4007 0% [ ] 27/4007 0% [ ] 28/4007 0% [ ] 29/4007 0% [ ] 30/4007 0% [ ] 31/4007 0% [ ] 32/4007 0% [ ] 33/4007 0% [ ] 34/4007 0% [ ] 35/4007 0% [ ] 36/4007 0% [ ] 37/4007 0% [ ] 38/4007 0% [ ] 39/4007 0% [ ] 40/4007 0% [ ] 41/4007 1% [ ] 42/4007 1% [ ] 43/4007 1% [ ] 44/4007 1% [ ] 45/4007 1% [ ] 46/4007 1% [ ] 47/4007 1% [ ] 48/4007 1% [ ] 49/4007 1% [ ] 50/4007 1% [ ] 51/4007 1% [ ] 52/4007 1% [ ] 53/4007 1% [ ] 54/4007 1% [ ] 55/4007 1% [ ] 56/4007 1% [ ] 57/4007 1% [ ] 58/4007 1% [ ] 59/4007 1% [ ] 60/4007 1% [ ] 61/4007 1% [ ] 62/4007 1% [ ] 63/4007 1% [ ] 64/4007 1% [= ] 65/4007 1% [= ] 66/4007 1% [= ] 67/4007 1% [= ] 68/4007 1% [= ] 69/4007 1% [= ] 70/4007 1% [= ] 71/4007 1% [= ] 72/4007 1% [= ] 73/4007 1% [= ] 74/4007 1% [= ] 75/4007 1% [= ] 76/4007 1% [= ] 77/4007 1% [= ] 78/4007 1% [= ] 79/4007 1% [= ] 80/4007 1% [= ] 81/4007 2% [= ] 82/4007 2% [= ] 83/4007 2% [= ] 84/4007 2% [= ] 85/4007 2% [= ] 86/4007 2% [= ] 87/4007 2% [= ] 88/4007 2% [= ] 89/4007 2% [= ] 90/4007 2% [= ] 91/4007 2% [= ] 92/4007 2% [= ] 93/4007 2% [= ] 94/4007 2% [= ] 95/4007 2% [= ] 96/4007 2% [= ] 97/4007 2% [= ] 98/4007 2% [= ] 99/4007 2% [= ] 100/4007 2% [= ] 101/4007 2% [= ] 102/4007 2% [= ] 103/4007 2% [= ] 104/4007 2% [= ] 105/4007 2% [= ] 106/4007 2% [= ] 107/4007 2% [= ] 108/4007 2% [= ] 109/4007 2% [= ] 110/4007 2% [= ] 111/4007 2% [= ] 112/4007 2% [= ] 113/4007 2% [= ] 114/4007 2% [= ] 115/4007 2% [= ] 116/4007 2% [= ] 117/4007 2% [= ] 118/4007 2% [= ] 119/4007 2% [= ] 120/4007 2% [= ] 121/4007 3% [= ] 122/4007 3% [= ] 123/4007 3% [= ] 124/4007 3% [= ] 125/4007 3% [= ] 126/4007 3% [= ] 127/4007 3% [= ] 128/4007 3% [= ] 129/4007 3% [== ] 130/4007 3% [== ] 131/4007 3% [== ] 132/4007 3% [== ] 133/4007 3% [== ] 134/4007 3% [== ] 135/4007 3% [== ] 136/4007 3% [== ] 137/4007 3% [== ] 138/4007 3% [== ] 139/4007 3% [== ] 140/4007 3% [== ] 141/4007 3% [== ] 142/4007 3% [== ] 143/4007 3% [== ] 144/4007 3% [== ] 145/4007 3% [== ] 146/4007 3% [== ] 147/4007 3% [== ] 148/4007 3% [== ] 149/4007 3% [== ] 150/4007 3% [== ] 151/4007 3% [== ] 152/4007 3% [== ] 153/4007 3% [== ] 154/4007 3% [== ] 155/4007 3% [== ] 156/4007 3% [== ] 157/4007 3% [== ] 158/4007 3% [== ] 159/4007 3% [== ] 160/4007 3% [== ] 161/4007 4% [== ] 162/4007 4% [== ] 163/4007 4% [== ] 164/4007 4% [== ] 165/4007 4% [== ] 166/4007 4% [== ] 167/4007 4% [== ] 168/4007 4% [== ] 169/4007 4% [== ] 170/4007 4% [== ] 171/4007 4% [== ] 172/4007 4% [== ] 173/4007 4% [== ] 174/4007 4% [== ] 175/4007 4% [== ] 176/4007 4% [== ] 177/4007 4% [== ] 178/4007 4% [== ] 179/4007 4% [== ] 180/4007 4% [== ] 181/4007 4% [== ] 182/4007 4% [== ] 183/4007 4% [== ] 184/4007 4% [== ] 185/4007 4% [== ] 186/4007 4% [== ] 187/4007 4% [== ] 188/4007 4% [== ] 189/4007 4% [== ] 190/4007 4% [== ] 191/4007 4% [== ] 192/4007 4% [== ] 193/4007 4% [=== ] 194/4007 4% [=== ] 195/4007 4% [=== ] 196/4007 4% [=== ] 197/4007 4% [=== ] 198/4007 4% [=== ] 199/4007 4% [=== ] 200/4007 4% [=== ] 201/4007 5% [=== ] 202/4007 5% [=== ] 203/4007 5% [=== ] 204/4007 5% [=== ] 205/4007 5% [=== ] 206/4007 5% [=== ] 207/4007 5% [=== ] 208/4007 5% [=== ] 209/4007 5% [=== ] 210/4007 5% [=== ] 211/4007 5% [=== ] 212/4007 5% [=== ] 213/4007 5% [=== ] 214/4007 5% [=== ] 215/4007 5% [=== ] 216/4007 5% [=== ] 217/4007 5% [=== ] 218/4007 5% [=== ] 219/4007 5% [=== ] 220/4007 5% [=== ] 221/4007 5% [=== ] 222/4007 5% [=== ] 223/4007 5% [=== ] 224/4007 5% [=== ] 225/4007 5% [=== ] 226/4007 5% [=== ] 227/4007 5% [=== ] 228/4007 5% [=== ] 229/4007 5% [=== ] 230/4007 5% [=== ] 231/4007 5% [=== ] 232/4007 5% [=== ] 233/4007 5% [=== ] 234/4007 5% [=== ] 235/4007 5% [=== ] 236/4007 5% [=== ] 237/4007 5% [=== ] 238/4007 5% [=== ] 239/4007 5% [=== ] 240/4007 5% [=== ] 241/4007 6% [=== ] 242/4007 6% [=== ] 243/4007 6% [=== ] 244/4007 6% [=== ] 245/4007 6% [=== ] 246/4007 6% [=== ] 247/4007 6% [=== ] 248/4007 6% [=== ] 249/4007 6% [=== ] 250/4007 6% [=== ] 251/4007 6% [=== ] 252/4007 6% [=== ] 253/4007 6% [=== ] 254/4007 6% [=== ] 255/4007 6% [=== ] 256/4007 6% [=== ] 257/4007 6% [=== ] 258/4007 6% [==== ] 259/4007 6% [==== ] 260/4007 6% [==== ] 261/4007 6% [==== ] 262/4007 6% [==== ] 263/4007 6% [==== ] 264/4007 6% [==== ] 265/4007 6% [==== ] 266/4007 6% [==== ] 267/4007 6% [==== ] 268/4007 6% [==== ] 269/4007 6% [==== ] 270/4007 6% [==== ] 271/4007 6% [==== ] 272/4007 6% [==== ] 273/4007 6% [==== ] 274/4007 6% [==== ] 275/4007 6% [==== ] 276/4007 6% [==== ] 277/4007 6% [==== ] 278/4007 6% [==== ] 279/4007 6% [==== ] 280/4007 6% [==== ] 281/4007 7% [==== ] 282/4007 7% [==== ] 283/4007 7% [==== ] 284/4007 7% [==== ] 285/4007 7% [==== ] 286/4007 7% [==== ] 287/4007 7% [==== ] 288/4007 7% [==== ] 289/4007 7% [==== ] 290/4007 7% [==== ] 291/4007 7% [==== ] 292/4007 7% [==== ] 293/4007 7% [==== ] 294/4007 7% [==== ] 295/4007 7% [==== ] 296/4007 7% [==== ] 297/4007 7% [==== ] 298/4007 7% [==== ] 299/4007 7% [==== ] 300/4007 7% [==== ] 301/4007 7% [==== ] 302/4007 7% [==== ] 303/4007 7% [==== ] 304/4007 7% [==== ] 305/4007 7% [==== ] 306/4007 7% [==== ] 307/4007 7% [==== ] 308/4007 7% [==== ] 309/4007 7% [==== ] 310/4007 7% [==== ] 311/4007 7% [==== ] 312/4007 7% [==== ] 313/4007 7% [==== ] 314/4007 7% [==== ] 315/4007 7% [==== ] 316/4007 7% [==== ] 317/4007 7% [==== ] 318/4007 7% [==== ] 319/4007 7% [==== ] 320/4007 7% [==== ] 321/4007 8% [==== ] 322/4007 8% [==== ] 323/4007 8% [===== ] 324/4007 8% [===== ] 325/4007 8% [===== ] 326/4007 8% [===== ] 327/4007 8% [===== ] 328/4007 8% [===== ] 329/4007 8% [===== ] 330/4007 8% [===== ] 331/4007 8% [===== ] 332/4007 8% [===== ] 333/4007 8% [===== ] 334/4007 8% [===== ] 335/4007 8% [===== ] 336/4007 8% [===== ] 337/4007 8% [===== ] 338/4007 8% [===== ] 339/4007 8% [===== ] 340/4007 8% [===== ] 341/4007 8% [===== ] 342/4007 8% [===== ] 343/4007 8% [===== ] 344/4007 8% [===== ] 345/4007 8% [===== ] 346/4007 8% [===== ] 347/4007 8% [===== ] 348/4007 8% [===== ] 349/4007 8% [===== ] 350/4007 8% [===== ] 351/4007 8% [===== ] 352/4007 8% [===== ] 353/4007 8% [===== ] 354/4007 8% [===== ] 355/4007 8% [===== ] 356/4007 8% [===== ] 357/4007 8% [===== ] 358/4007 8% [===== ] 359/4007 8% [===== ] 360/4007 8% [===== ] 361/4007 9% [===== ] 362/4007 9% [===== ] 363/4007 9% [===== ] 364/4007 9% [===== ] 365/4007 9% [===== ] 366/4007 9% [===== ] 367/4007 9% [===== ] 368/4007 9% [===== ] 369/4007 9% [===== ] 370/4007 9% [===== ] 371/4007 9% [===== ] 372/4007 9% [===== ] 373/4007 9% [===== ] 374/4007 9% [===== ] 375/4007 9% [===== ] 376/4007 9% [===== ] 377/4007 9% [===== ] 378/4007 9% [===== ] 379/4007 9% [===== ] 380/4007 9% [===== ] 381/4007 9% [===== ] 382/4007 9% [===== ] 383/4007 9% [===== ] 384/4007 9% [===== ] 385/4007 9% [===== ] 386/4007 9% [===== ] 387/4007 9% [====== ] 388/4007 9% [====== ] 389/4007 9% [====== ] 390/4007 9% [====== ] 391/4007 9% [====== ] 392/4007 9% [====== ] 393/4007 9% [====== ] 394/4007 9% [====== ] 395/4007 9% [====== ] 396/4007 9% [====== ] 397/4007 9% [====== ] 398/4007 9% [====== ] 399/4007 9% [====== ] 400/4007 9% [====== ] 401/4007 10% [====== ] 402/4007 10% [====== ] 403/4007 10% [====== ] 404/4007 10% [====== ] 405/4007 10% [====== ] 406/4007 10% [====== ] 407/4007 10% [====== ] 408/4007 10% [====== ] 409/4007 10% [====== ] 410/4007 10% [====== ] 411/4007 10% [====== ] 412/4007 10% [====== ] 413/4007 10% [====== ] 414/4007 10% [====== ] 415/4007 10% [====== ] 416/4007 10% [====== ] 417/4007 10% [====== ] 418/4007 10% [====== ] 419/4007 10% [====== ] 420/4007 10% [====== ] 421/4007 10% [====== ] 422/4007 10% [====== ] 423/4007 10% [====== ] 424/4007 10% [====== ] 425/4007 10% [====== ] 426/4007 10% [====== ] 427/4007 10% [====== ] 428/4007 10% [====== ] 429/4007 10% [====== ] 430/4007 10% [====== ] 431/4007 10% [====== ] 432/4007 10% [====== ] 433/4007 10% [====== ] 434/4007 10% [====== ] 435/4007 10% [====== ] 436/4007 10% [====== ] 437/4007 10% [====== ] 438/4007 10% [====== ] 439/4007 10% [====== ] 440/4007 10% [====== ] 441/4007 11% [====== ] 442/4007 11% [====== ] 443/4007 11% [====== ] 444/4007 11% [====== ] 445/4007 11% [====== ] 446/4007 11% [====== ] 447/4007 11% [====== ] 448/4007 11% [====== ] 449/4007 11% [====== ] 450/4007 11% [====== ] 451/4007 11% [====== ] 452/4007 11% [======= ] 453/4007 11% [======= ] 454/4007 11% [======= ] 455/4007 11% [======= ] 456/4007 11% [======= ] 457/4007 11% [======= ] 458/4007 11% [======= ] 459/4007 11% [======= ] 460/4007 11% [======= ] 461/4007 11% [======= ] 462/4007 11% [======= ] 463/4007 11% [======= ] 464/4007 11% [======= ] 465/4007 11% [======= ] 466/4007 11% [======= ] 467/4007 11% [======= ] 468/4007 11% [======= ] 469/4007 11% [======= ] 470/4007 11% [======= ] 471/4007 11% [======= ] 472/4007 11% [======= ] 473/4007 11% [======= ] 474/4007 11% [======= ] 475/4007 11% [======= ] 476/4007 11% [======= ] 477/4007 11% [======= ] 478/4007 11% [======= ] 479/4007 11% [======= ] 480/4007 11% [======= ] 481/4007 12% [======= ] 482/4007 12% [======= ] 483/4007 12% [======= ] 484/4007 12% [======= ] 485/4007 12% [======= ] 486/4007 12% [======= ] 487/4007 12% [======= ] 488/4007 12% [======= ] 489/4007 12% [======= ] 490/4007 12% [======= ] 491/4007 12% [======= ] 492/4007 12% [======= ] 493/4007 12% [======= ] 494/4007 12% [======= ] 495/4007 12% [======= ] 496/4007 12% [======= ] 497/4007 12% [======= ] 498/4007 12% [======= ] 499/4007 12% [======= ] 500/4007 12% [======= ] 501/4007 12% [======= ] 502/4007 12% [======= ] 503/4007 12% [======= ] 504/4007 12% [======= ] 505/4007 12% [======= ] 506/4007 12% [======= ] 507/4007 12% [======= ] 508/4007 12% [======= ] 509/4007 12% [======= ] 510/4007 12% [======= ] 511/4007 12% [======= ] 512/4007 12% [======= ] 513/4007 12% [======= ] 514/4007 12% [======= ] 515/4007 12% [======= ] 516/4007 12% [======= ] 517/4007 12% [======== ] 518/4007 12% [======== ] 519/4007 12% [======== ] 520/4007 12% [======== ] 521/4007 13% [======== ] 522/4007 13% [======== ] 523/4007 13% [======== ] 524/4007 13% [======== ] 525/4007 13% [======== ] 526/4007 13% [======== ] 527/4007 13% [======== ] 528/4007 13% [======== ] 529/4007 13% [======== ] 530/4007 13% [======== ] 531/4007 13% [======== ] 532/4007 13% [======== ] 533/4007 13% [======== ] 534/4007 13% [======== ] 535/4007 13% [======== ] 536/4007 13% [======== ] 537/4007 13% [======== ] 538/4007 13% [======== ] 539/4007 13% [======== ] 540/4007 13% [======== ] 541/4007 13% [======== ] 542/4007 13% [======== ] 543/4007 13% [======== ] 544/4007 13% [======== ] 545/4007 13% [======== ] 546/4007 13% [======== ] 547/4007 13% [======== ] 548/4007 13% [======== ] 549/4007 13% [======== ] 550/4007 13% [======== ] 551/4007 13% [======== ] 552/4007 13% [======== ] 553/4007 13% [======== ] 554/4007 13% [======== ] 555/4007 13% [======== ] 556/4007 13% [======== ] 557/4007 13% [======== ] 558/4007 13% [======== ] 559/4007 13% [======== ] 560/4007 13% [======== ] 561/4007 14% [======== ] 562/4007 14% [======== ] 563/4007 14% [======== ] 564/4007 14% [======== ] 565/4007 14% [======== ] 566/4007 14% [======== ] 567/4007 14% [======== ] 568/4007 14% [======== ] 569/4007 14% [======== ] 570/4007 14% [======== ] 571/4007 14% [======== ] 572/4007 14% [======== ] 573/4007 14% [======== ] 574/4007 14% [======== ] 575/4007 14% [======== ] 576/4007 14% [======== ] 577/4007 14% [======== ] 578/4007 14% [======== ] 579/4007 14% [======== ] 580/4007 14% [======== ] 581/4007 14% [========= ] 582/4007 14% [========= ] 583/4007 14% [========= ] 584/4007 14% [========= ] 585/4007 14% [========= ] 586/4007 14% [========= ] 587/4007 14% [========= ] 588/4007 14% [========= ] 589/4007 14% [========= ] 590/4007 14% [========= ] 591/4007 14% [========= ] 592/4007 14% [========= ] 593/4007 14% [========= ] 594/4007 14% [========= ] 595/4007 14% [========= ] 596/4007 14% [========= ] 597/4007 14% [========= ] 598/4007 14% [========= ] 599/4007 14% [========= ] 600/4007 14% [========= ] 601/4007 14% [========= ] 602/4007 15% [========= ] 603/4007 15% [========= ] 604/4007 15% [========= ] 605/4007 15% [========= ] 606/4007 15% [========= ] 607/4007 15% [========= ] 608/4007 15% [========= ] 609/4007 15% [========= ] 610/4007 15% [========= ] 611/4007 15% [========= ] 612/4007 15% [========= ] 613/4007 15% [========= ] 614/4007 15% [========= ] 615/4007 15% [========= ] 616/4007 15% [========= ] 617/4007 15% [========= ] 618/4007 15% [========= ] 619/4007 15% [========= ] 620/4007 15% [========= ] 621/4007 15% [========= ] 622/4007 15% [========= ] 623/4007 15% [========= ] 624/4007 15% [========= ] 625/4007 15% [========= ] 626/4007 15% [========= ] 627/4007 15% [========= ] 628/4007 15% [========= ] 629/4007 15% [========= ] 630/4007 15% [========= ] 631/4007 15% [========= ] 632/4007 15% [========= ] 633/4007 15% [========= ] 634/4007 15% [========= ] 635/4007 15% [========= ] 636/4007 15% [========= ] 637/4007 15% [========= ] 638/4007 15% [========= ] 639/4007 15% [========= ] 640/4007 15% [========= ] 641/4007 15% [========= ] 642/4007 16% [========= ] 643/4007 16% [========= ] 644/4007 16% [========= ] 645/4007 16% [========= ] 646/4007 16% [========== ] 647/4007 16% [========== ] 648/4007 16% [========== ] 649/4007 16% [========== ] 650/4007 16% [========== ] 651/4007 16% [========== ] 652/4007 16% [========== ] 653/4007 16% [========== ] 654/4007 16% [========== ] 655/4007 16% [========== ] 656/4007 16% [========== ] 657/4007 16% [========== ] 658/4007 16% [========== ] 659/4007 16% [========== ] 660/4007 16% [========== ] 661/4007 16% [========== ] 662/4007 16% [========== ] 663/4007 16% [========== ] 664/4007 16% [========== ] 665/4007 16% [========== ] 666/4007 16% [========== ] 667/4007 16% [========== ] 668/4007 16% [========== ] 669/4007 16% [========== ] 670/4007 16% [========== ] 671/4007 16% [========== ] 672/4007 16% [========== ] 673/4007 16% [========== ] 674/4007 16% [========== ] 675/4007 16% [========== ] 676/4007 16% [========== ] 677/4007 16% [========== ] 678/4007 16% [========== ] 679/4007 16% [========== ] 680/4007 16% [========== ] 681/4007 16% [========== ] 682/4007 17% [========== ] 683/4007 17% [========== ] 684/4007 17% [========== ] 685/4007 17% [========== ] 686/4007 17% [========== ] 687/4007 17% [========== ] 688/4007 17% [========== ] 689/4007 17% [========== ] 690/4007 17% [========== ] 691/4007 17% [========== ] 692/4007 17% [========== ] 693/4007 17% [========== ] 694/4007 17% [========== ] 695/4007 17% [========== ] 696/4007 17% [========== ] 697/4007 17% [========== ] 698/4007 17% [========== ] 699/4007 17% [========== ] 700/4007 17% [========== ] 701/4007 17% [========== ] 702/4007 17% [========== ] 703/4007 17% [========== ] 704/4007 17% [========== ] 705/4007 17% [========== ] 706/4007 17% [========== ] 707/4007 17% [========== ] 708/4007 17% [========== ] 709/4007 17% [========== ] 710/4007 17% [=========== ] 711/4007 17% [=========== ] 712/4007 17% [=========== ] 713/4007 17% [=========== ] 714/4007 17% [=========== ] 715/4007 17% [=========== ] 716/4007 17% [=========== ] 717/4007 17% [=========== ] 718/4007 17% [=========== ] 719/4007 17% [=========== ] 720/4007 17% [=========== ] 721/4007 17% [=========== ] 722/4007 18% [=========== ] 723/4007 18% [=========== ] 724/4007 18% [=========== ] 725/4007 18% [=========== ] 726/4007 18% [=========== ] 727/4007 18% [=========== ] 728/4007 18% [=========== ] 729/4007 18% [=========== ] 730/4007 18% [=========== ] 731/4007 18% [=========== ] 732/4007 18% [=========== ] 733/4007 18% [=========== ] 734/4007 18% [=========== ] 735/4007 18% [=========== ] 736/4007 18% [=========== ] 737/4007 18% [=========== ] 738/4007 18% [=========== ] 739/4007 18% [=========== ] 740/4007 18% [=========== ] 741/4007 18% [=========== ] 742/4007 18% [=========== ] 743/4007 18% [=========== ] 744/4007 18% [=========== ] 745/4007 18% [=========== ] 746/4007 18% [=========== ] 747/4007 18% [=========== ] 748/4007 18% [=========== ] 749/4007 18% [=========== ] 750/4007 18% [=========== ] 751/4007 18% [=========== ] 752/4007 18% [=========== ] 753/4007 18% [=========== ] 754/4007 18% [=========== ] 755/4007 18% [=========== ] 756/4007 18% [=========== ] 757/4007 18% [=========== ] 758/4007 18% [=========== ] 759/4007 18% [=========== ] 760/4007 18% [=========== ] 761/4007 18% [=========== ] 762/4007 19% [=========== ] 763/4007 19% [=========== ] 764/4007 19% [=========== ] 765/4007 19% [=========== ] 766/4007 19% [=========== ] 767/4007 19% [=========== ] 768/4007 19% [=========== ] 769/4007 19% [=========== ] 770/4007 19% [=========== ] 771/4007 19% [=========== ] 772/4007 19% [=========== ] 773/4007 19% [=========== ] 774/4007 19% [=========== ] 775/4007 19% [============ ] 776/4007 19% [============ ] 777/4007 19% [============ ] 778/4007 19% [============ ] 779/4007 19% [============ ] 780/4007 19% [============ ] 781/4007 19% [============ ] 782/4007 19% [============ ] 783/4007 19% [============ ] 784/4007 19% [============ ] 785/4007 19% [============ ] 786/4007 19% [============ ] 787/4007 19% [============ ] 788/4007 19% [============ ] 789/4007 19% [============ ] 790/4007 19% [============ ] 791/4007 19% [============ ] 792/4007 19% [============ ] 793/4007 19% [============ ] 794/4007 19% [============ ] 795/4007 19% [============ ] 796/4007 19% [============ ] 797/4007 19% [============ ] 798/4007 19% [============ ] 799/4007 19% [============ ] 800/4007 19% [============ ] 801/4007 19% [============ ] 802/4007 20% [============ ] 803/4007 20% [============ ] 804/4007 20% [============ ] 805/4007 20% [============ ] 806/4007 20% [============ ] 807/4007 20% [============ ] 808/4007 20% [============ ] 809/4007 20% [============ ] 810/4007 20% [============ ] 811/4007 20% [============ ] 812/4007 20% [============ ] 813/4007 20% [============ ] 814/4007 20% [============ ] 815/4007 20% [============ ] 816/4007 20% [============ ] 817/4007 20% [============ ] 818/4007 20% [============ ] 819/4007 20% [============ ] 820/4007 20% [============ ] 821/4007 20% [============ ] 822/4007 20% [============ ] 823/4007 20% [============ ] 824/4007 20% [============ ] 825/4007 20% [============ ] 826/4007 20% [============ ] 827/4007 20% [============ ] 828/4007 20% [============ ] 829/4007 20% [============ ] 830/4007 20% [============ ] 831/4007 20% [============ ] 832/4007 20% [============ ] 833/4007 20% [============ ] 834/4007 20% [============ ] 835/4007 20% [============ ] 836/4007 20% [============ ] 837/4007 20% [============ ] 838/4007 20% [============ ] 839/4007 20% [============ ] 840/4007 20% [============= ] 841/4007 20% [============= ] 842/4007 21% [============= ] 843/4007 21% [============= ] 844/4007 21% [============= ] 845/4007 21% [============= ] 846/4007 21% [============= ] 847/4007 21% [============= ] 848/4007 21% [============= ] 849/4007 21% [============= ] 850/4007 21% [============= ] 851/4007 21% [============= ] 852/4007 21% [============= ] 853/4007 21% [============= ] 854/4007 21% [============= ] 855/4007 21% [============= ] 856/4007 21% [============= ] 857/4007 21% [============= ] 858/4007 21% [============= ] 859/4007 21% [============= ] 860/4007 21% [============= ] 861/4007 21% [============= ] 862/4007 21% [============= ] 863/4007 21% [============= ] 864/4007 21% [============= ] 865/4007 21% [============= ] 866/4007 21% [============= ] 867/4007 21% [============= ] 868/4007 21% [============= ] 869/4007 21% [============= ] 870/4007 21% [============= ] 871/4007 21% [============= ] 872/4007 21% [============= ] 873/4007 21% [============= ] 874/4007 21% [============= ] 875/4007 21% [============= ] 876/4007 21% [============= ] 877/4007 21% [============= ] 878/4007 21% [============= ] 879/4007 21% [============= ] 880/4007 21% [============= ] 881/4007 21% [============= ] 882/4007 22% [============= ] 883/4007 22% [============= ] 884/4007 22% [============= ] 885/4007 22% [============= ] 886/4007 22% [============= ] 887/4007 22% [============= ] 888/4007 22% [============= ] 889/4007 22% [============= ] 890/4007 22% [============= ] 891/4007 22% [============= ] 892/4007 22% [============= ] 893/4007 22% [============= ] 894/4007 22% [============= ] 895/4007 22% [============= ] 896/4007 22% [============= ] 897/4007 22% [============= ] 898/4007 22% [============= ] 899/4007 22% [============= ] 900/4007 22% [============= ] 901/4007 22% [============= ] 902/4007 22% [============= ] 903/4007 22% [============= ] 904/4007 22% [============== ] 905/4007 22% [============== ] 906/4007 22% [============== ] 907/4007 22% [============== ] 908/4007 22% [============== ] 909/4007 22% [============== ] 910/4007 22% [============== ] 911/4007 22% [============== ] 912/4007 22% [============== ] 913/4007 22% [============== ] 914/4007 22% [============== ] 915/4007 22% [============== ] 916/4007 22% [============== ] 917/4007 22% [============== ] 918/4007 22% [============== ] 919/4007 22% [============== ] 920/4007 22% [============== ] 921/4007 22% [============== ] 922/4007 23% [============== ] 923/4007 23% [============== ] 924/4007 23% [============== ] 925/4007 23% [============== ] 926/4007 23% [============== ] 927/4007 23% [============== ] 928/4007 23% [============== ] 929/4007 23% [============== ] 930/4007 23% [============== ] 931/4007 23% [============== ] 932/4007 23% [============== ] 933/4007 23% [============== ] 934/4007 23% [============== ] 935/4007 23% [============== ] 936/4007 23% [============== ] 937/4007 23% [============== ] 938/4007 23% [============== ] 939/4007 23% [============== ] 940/4007 23% [============== ] 941/4007 23% [============== ] 942/4007 23% [============== ] 943/4007 23% [============== ] 944/4007 23% [============== ] 945/4007 23% [============== ] 946/4007 23% [============== ] 947/4007 23% [============== ] 948/4007 23% [============== ] 949/4007 23% [============== ] 950/4007 23% [============== ] 951/4007 23% [============== ] 952/4007 23% [============== ] 953/4007 23% [============== ] 954/4007 23% [============== ] 955/4007 23% [============== ] 956/4007 23% [============== ] 957/4007 23% [============== ] 958/4007 23% [============== ] 959/4007 23% [============== ] 960/4007 23% [============== ] 961/4007 23% [============== ] 962/4007 24% [============== ] 963/4007 24% [============== ] 964/4007 24% [============== ] 965/4007 24% [============== ] 966/4007 24% [============== ] 967/4007 24% [============== ] 968/4007 24% [============== ] 969/4007 24% [=============== ] 970/4007 24% [=============== ] 971/4007 24% [=============== ] 972/4007 24% [=============== ] 973/4007 24% [=============== ] 974/4007 24% [=============== ] 975/4007 24% [=============== ] 976/4007 24% [=============== ] 977/4007 24% [=============== ] 978/4007 24% [=============== ] 979/4007 24% [=============== ] 980/4007 24% [=============== ] 981/4007 24% [=============== ] 982/4007 24% [=============== ] 983/4007 24% [=============== ] 984/4007 24% [=============== ] 985/4007 24% [=============== ] 986/4007 24% [=============== ] 987/4007 24% [=============== ] 988/4007 24% [=============== ] 989/4007 24% [=============== ] 990/4007 24% [=============== ] 991/4007 24% [=============== ] 992/4007 24% [=============== ] 993/4007 24% [=============== ] 994/4007 24% [=============== ] 995/4007 24% [=============== ] 996/4007 24% [=============== ] 997/4007 24% [=============== ] 998/4007 24% [=============== ] 999/4007 24% [=============== ] 1000/4007 24% [=============== ] 1001/4007 24% [=============== ] 1002/4007 25% [=============== ] 1003/4007 25% [=============== ] 1004/4007 25% [=============== ] 1005/4007 25% [=============== ] 1006/4007 25% [=============== ] 1007/4007 25% [=============== ] 1008/4007 25% [=============== ] 1009/4007 25% [=============== ] 1010/4007 25% [=============== ] 1011/4007 25% [=============== ] 1012/4007 25% [=============== ] 1013/4007 25% [=============== ] 1014/4007 25% [=============== ] 1015/4007 25% [=============== ] 1016/4007 25% [=============== ] 1017/4007 25% [=============== ] 1018/4007 25% [=============== ] 1019/4007 25% [=============== ] 1020/4007 25% [=============== ] 1021/4007 25% [=============== ] 1022/4007 25% [=============== ] 1023/4007 25% [=============== ] 1024/4007 25% [=============== ] 1025/4007 25% [=============== ] 1026/4007 25% [=============== ] 1027/4007 25% [=============== ] 1028/4007 25% [=============== ] 1029/4007 25% [=============== ] 1030/4007 25% [=============== ] 1031/4007 25% [=============== ] 1032/4007 25% [=============== ] 1033/4007 25% [=============== ] 1034/4007 25% [================ ] 1035/4007 25% [================ ] 1036/4007 25% [================ ] 1037/4007 25% [================ ] 1038/4007 25% [================ ] 1039/4007 25% [================ ] 1040/4007 25% [================ ] 1041/4007 25% [================ ] 1042/4007 26% [================ ] 1043/4007 26% [================ ] 1044/4007 26% [================ ] 1045/4007 26% [================ ] 1046/4007 26% [================ ] 1047/4007 26% [================ ] 1048/4007 26% [================ ] 1049/4007 26% [================ ] 1050/4007 26% [================ ] 1051/4007 26% [================ ] 1052/4007 26% [================ ] 1053/4007 26% [================ ] 1054/4007 26% [================ ] 1055/4007 26% [================ ] 1056/4007 26% [================ ] 1057/4007 26% [================ ] 1058/4007 26% [================ ] 1059/4007 26% [================ ] 1060/4007 26% [================ ] 1061/4007 26% [================ ] 1062/4007 26% [================ ] 1063/4007 26% [================ ] 1064/4007 26% [================ ] 1065/4007 26% [================ ] 1066/4007 26% [================ ] 1067/4007 26% [================ ] 1068/4007 26% [================ ] 1069/4007 26% [================ ] 1070/4007 26% [================ ] 1071/4007 26% [================ ] 1072/4007 26% [================ ] 1073/4007 26% [================ ] 1074/4007 26% [================ ] 1075/4007 26% [================ ] 1076/4007 26% [================ ] 1077/4007 26% [================ ] 1078/4007 26% [================ ] 1079/4007 26% [================ ] 1080/4007 26% [================ ] 1081/4007 26% [================ ] 1082/4007 27% [================ ] 1083/4007 27% [================ ] 1084/4007 27% [================ ] 1085/4007 27% [================ ] 1086/4007 27% [================ ] 1087/4007 27% [================ ] 1088/4007 27% [================ ] 1089/4007 27% [================ ] 1090/4007 27% [================ ] 1091/4007 27% [================ ] 1092/4007 27% [================ ] 1093/4007 27% [================ ] 1094/4007 27% [================ ] 1095/4007 27% [================ ] 1096/4007 27% [================ ] 1097/4007 27% [================ ] 1098/4007 27% [================= ] 1099/4007 27% [================= ] 1100/4007 27% [================= ] 1101/4007 27% [================= ] 1102/4007 27% [================= ] 1103/4007 27% [================= ] 1104/4007 27% [================= ] 1105/4007 27% [================= ] 1106/4007 27% [================= ] 1107/4007 27% [================= ] 1108/4007 27% [================= ] 1109/4007 27% [================= ] 1110/4007 27% [================= ] 1111/4007 27% [================= ] 1112/4007 27% [================= ] 1113/4007 27% [================= ] 1114/4007 27% [================= ] 1115/4007 27% [================= ] 1116/4007 27% [================= ] 1117/4007 27% [================= ] 1118/4007 27% [================= ] 1119/4007 27% [================= ] 1120/4007 27% [================= ] 1121/4007 27% [================= ] 1122/4007 28% [================= ] 1123/4007 28% [================= ] 1124/4007 28% [================= ] 1125/4007 28% [================= ] 1126/4007 28% [================= ] 1127/4007 28% [================= ] 1128/4007 28% [================= ] 1129/4007 28% [================= ] 1130/4007 28% [================= ] 1131/4007 28% [================= ] 1132/4007 28% [================= ] 1133/4007 28% [================= ] 1134/4007 28% [================= ] 1135/4007 28% [================= ] 1136/4007 28% [================= ] 1137/4007 28% [================= ] 1138/4007 28% [================= ] 1139/4007 28% [================= ] 1140/4007 28% [================= ] 1141/4007 28% [================= ] 1142/4007 28% [================= ] 1143/4007 28% [================= ] 1144/4007 28% [================= ] 1145/4007 28% [================= ] 1146/4007 28% [================= ] 1147/4007 28% [================= ] 1148/4007 28% [================= ] 1149/4007 28% [================= ] 1150/4007 28% [================= ] 1151/4007 28% [================= ] 1152/4007 28% [================= ] 1153/4007 28% [================= ] 1154/4007 28% [================= ] 1155/4007 28% [================= ] 1156/4007 28% [================= ] 1157/4007 28% [================= ] 1158/4007 28% [================= ] 1159/4007 28% [================= ] 1160/4007 28% [================= ] 1161/4007 28% [================= ] 1162/4007 28% [================= ] 1163/4007 29% [================== ] 1164/4007 29% [================== ] 1165/4007 29% [================== ] 1166/4007 29% [================== ] 1167/4007 29% [================== ] 1168/4007 29% [================== ] 1169/4007 29% [================== ] 1170/4007 29% [================== ] 1171/4007 29% [================== ] 1172/4007 29% [================== ] 1173/4007 29% [================== ] 1174/4007 29% [================== ] 1175/4007 29% [================== ] 1176/4007 29% [================== ] 1177/4007 29% [================== ] 1178/4007 29% [================== ] 1179/4007 29% [================== ] 1180/4007 29% [================== ] 1181/4007 29% [================== ] 1182/4007 29% [================== ] 1183/4007 29% [================== ] 1184/4007 29% [================== ] 1185/4007 29% [================== ] 1186/4007 29% [================== ] 1187/4007 29% [================== ] 1188/4007 29% [================== ] 1189/4007 29% [================== ] 1190/4007 29% [================== ] 1191/4007 29% [================== ] 1192/4007 29% [================== ] 1193/4007 29% [================== ] 1194/4007 29% [================== ] 1195/4007 29% [================== ] 1196/4007 29% [================== ] 1197/4007 29% [================== ] 1198/4007 29% [================== ] 1199/4007 29% [================== ] 1200/4007 29% [================== ] 1201/4007 29% [================== ] 1202/4007 29% [================== ] 1203/4007 30% [================== ] 1204/4007 30% [================== ] 1205/4007 30% [================== ] 1206/4007 30% [================== ] 1207/4007 30% [================== ] 1208/4007 30% [================== ] 1209/4007 30% [================== ] 1210/4007 30% [================== ] 1211/4007 30% [================== ] 1212/4007 30% [================== ] 1213/4007 30% [================== ] 1214/4007 30% [================== ] 1215/4007 30% [================== ] 1216/4007 30% [================== ] 1217/4007 30% [================== ] 1218/4007 30% [================== ] 1219/4007 30% [================== ] 1220/4007 30% [================== ] 1221/4007 30% [================== ] 1222/4007 30% [================== ] 1223/4007 30% [================== ] 1224/4007 30% [================== ] 1225/4007 30% [================== ] 1226/4007 30% [================== ] 1227/4007 30% [=================== ] 1228/4007 30% [=================== ] 1229/4007 30% [=================== ] 1230/4007 30% [=================== ] 1231/4007 30% [=================== ] 1232/4007 30% [=================== ] 1233/4007 30% [=================== ] 1234/4007 30% [=================== ] 1235/4007 30% [=================== ] 1236/4007 30% [=================== ] 1237/4007 30% [=================== ] 1238/4007 30% [=================== ] 1239/4007 30% [=================== ] 1240/4007 30% [=================== ] 1241/4007 30% [=================== ] 1242/4007 30% [=================== ] 1243/4007 31% [=================== ] 1244/4007 31% [=================== ] 1245/4007 31% [=================== ] 1246/4007 31% [=================== ] 1247/4007 31% [=================== ] 1248/4007 31% [=================== ] 1249/4007 31% [=================== ] 1250/4007 31% [=================== ] 1251/4007 31% [=================== ] 1252/4007 31% [=================== ] 1253/4007 31% [=================== ] 1254/4007 31% [=================== ] 1255/4007 31% [=================== ] 1256/4007 31% [=================== ] 1257/4007 31% [=================== ] 1258/4007 31% [=================== ] 1259/4007 31% [=================== ] 1260/4007 31% [=================== ] 1261/4007 31% [=================== ] 1262/4007 31% [=================== ] 1263/4007 31% [=================== ] 1264/4007 31% [=================== ] 1265/4007 31% [=================== ] 1266/4007 31% [=================== ] 1267/4007 31% [=================== ] 1268/4007 31% [=================== ] 1269/4007 31% [=================== ] 1270/4007 31% [=================== ] 1271/4007 31% [=================== ] 1272/4007 31% [=================== ] 1273/4007 31% [=================== ] 1274/4007 31% [=================== ] 1275/4007 31% [=================== ] 1276/4007 31% [=================== ] 1277/4007 31% [=================== ] 1278/4007 31% [=================== ] 1279/4007 31% [=================== ] 1280/4007 31% [=================== ] 1281/4007 31% [=================== ] 1282/4007 31% [=================== ] 1283/4007 32% [=================== ] 1284/4007 32% [=================== ] 1285/4007 32% [=================== ] 1286/4007 32% [=================== ] 1287/4007 32% [=================== ] 1288/4007 32% [=================== ] 1289/4007 32% [=================== ] 1290/4007 32% [=================== ] 1291/4007 32% [=================== ] 1292/4007 32% [==================== ] 1293/4007 32% [==================== ] 1294/4007 32% [==================== ] 1295/4007 32% [==================== ] 1296/4007 32% [==================== ] 1297/4007 32% [==================== ] 1298/4007 32% [==================== ] 1299/4007 32% [==================== ] 1300/4007 32% [==================== ] 1301/4007 32% [==================== ] 1302/4007 32% [==================== ] 1303/4007 32% [==================== ] 1304/4007 32% [==================== ] 1305/4007 32% [==================== ] 1306/4007 32% [==================== ] 1307/4007 32% [==================== ] 1308/4007 32% [==================== ] 1309/4007 32% [==================== ] 1310/4007 32% [==================== ] 1311/4007 32% [==================== ] 1312/4007 32% [==================== ] 1313/4007 32% [==================== ] 1314/4007 32% [==================== ] 1315/4007 32% [==================== ] 1316/4007 32% [==================== ] 1317/4007 32% [==================== ] 1318/4007 32% [==================== ] 1319/4007 32% [==================== ] 1320/4007 32% [==================== ] 1321/4007 32% [==================== ] 1322/4007 32% [==================== ] 1323/4007 33% [==================== ] 1324/4007 33% [==================== ] 1325/4007 33% [==================== ] 1326/4007 33% [==================== ] 1327/4007 33% [==================== ] 1328/4007 33% [==================== ] 1329/4007 33% [==================== ] 1330/4007 33% [==================== ] 1331/4007 33% [==================== ] 1332/4007 33% [==================== ] 1333/4007 33% [==================== ] 1334/4007 33% [==================== ] 1335/4007 33% [==================== ] 1336/4007 33% [==================== ] 1337/4007 33% [==================== ] 1338/4007 33% [==================== ] 1339/4007 33% [==================== ] 1340/4007 33% [==================== ] 1341/4007 33% [==================== ] 1342/4007 33% [==================== ] 1343/4007 33% [==================== ] 1344/4007 33% [==================== ] 1345/4007 33% [==================== ] 1346/4007 33% [==================== ] 1347/4007 33% [==================== ] 1348/4007 33% [==================== ] 1349/4007 33% [==================== ] 1350/4007 33% [==================== ] 1351/4007 33% [==================== ] 1352/4007 33% [==================== ] 1353/4007 33% [==================== ] 1354/4007 33% [==================== ] 1355/4007 33% [==================== ] 1356/4007 33% [==================== ] 1357/4007 33% [===================== ] 1358/4007 33% [===================== ] 1359/4007 33% [===================== ] 1360/4007 33% [===================== ] 1361/4007 33% [===================== ] 1362/4007 33% [===================== ] 1363/4007 34% [===================== ] 1364/4007 34% [===================== ] 1365/4007 34% [===================== ] 1366/4007 34% [===================== ] 1367/4007 34% [===================== ] 1368/4007 34% [===================== ] 1369/4007 34% [===================== ] 1370/4007 34% [===================== ] 1371/4007 34% [===================== ] 1372/4007 34% [===================== ] 1373/4007 34% [===================== ] 1374/4007 34% [===================== ] 1375/4007 34% [===================== ] 1376/4007 34% [===================== ] 1377/4007 34% [===================== ] 1378/4007 34% [===================== ] 1379/4007 34% [===================== ] 1380/4007 34% [===================== ] 1381/4007 34% [===================== ] 1382/4007 34% [===================== ] 1383/4007 34% [===================== ] 1384/4007 34% [===================== ] 1385/4007 34% [===================== ] 1386/4007 34% [===================== ] 1387/4007 34% [===================== ] 1388/4007 34% [===================== ] 1389/4007 34% [===================== ] 1390/4007 34% [===================== ] 1391/4007 34% [===================== ] 1392/4007 34% [===================== ] 1393/4007 34% [===================== ] 1394/4007 34% [===================== ] 1395/4007 34% [===================== ] 1396/4007 34% [===================== ] 1397/4007 34% [===================== ] 1398/4007 34% [===================== ] 1399/4007 34% [===================== ] 1400/4007 34% [===================== ] 1401/4007 34% [===================== ] 1402/4007 34% [===================== ] 1403/4007 35% [===================== ] 1404/4007 35% [===================== ] 1405/4007 35% [===================== ] 1406/4007 35% [===================== ] 1407/4007 35% [===================== ] 1408/4007 35% [===================== ] 1409/4007 35% [===================== ] 1410/4007 35% [===================== ] 1411/4007 35% [===================== ] 1412/4007 35% [===================== ] 1413/4007 35% [===================== ] 1414/4007 35% [===================== ] 1415/4007 35% [===================== ] 1416/4007 35% [===================== ] 1417/4007 35% [===================== ] 1418/4007 35% [===================== ] 1419/4007 35% [===================== ] 1420/4007 35% [===================== ] 1421/4007 35% [====================== ] 1422/4007 35% [====================== ] 1423/4007 35% [====================== ] 1424/4007 35% [====================== ] 1425/4007 35% [====================== ] 1426/4007 35% [====================== ] 1427/4007 35% [====================== ] 1428/4007 35% [====================== ] 1429/4007 35% [====================== ] 1430/4007 35% [====================== ] 1431/4007 35% [====================== ] 1432/4007 35% [====================== ] 1433/4007 35% [====================== ] 1434/4007 35% [====================== ] 1435/4007 35% [====================== ] 1436/4007 35% [====================== ] 1437/4007 35% [====================== ] 1438/4007 35% [====================== ] 1439/4007 35% [====================== ] 1440/4007 35% [====================== ] 1441/4007 35% [====================== ] 1442/4007 35% [====================== ] 1443/4007 36% [====================== ] 1444/4007 36% [====================== ] 1445/4007 36% [====================== ] 1446/4007 36% [====================== ] 1447/4007 36% [====================== ] 1448/4007 36% [====================== ] 1449/4007 36% [====================== ] 1450/4007 36% [====================== ] 1451/4007 36% [====================== ] 1452/4007 36% [====================== ] 1453/4007 36% [====================== ] 1454/4007 36% [====================== ] 1455/4007 36% [====================== ] 1456/4007 36% [====================== ] 1457/4007 36% [====================== ] 1458/4007 36% [====================== ] 1459/4007 36% [====================== ] 1460/4007 36% [====================== ] 1461/4007 36% [====================== ] 1462/4007 36% [====================== ] 1463/4007 36% [====================== ] 1464/4007 36% [====================== ] 1465/4007 36% [====================== ] 1466/4007 36% [====================== ] 1467/4007 36% [====================== ] 1468/4007 36% [====================== ] 1469/4007 36% [====================== ] 1470/4007 36% [====================== ] 1471/4007 36% [====================== ] 1472/4007 36% [====================== ] 1473/4007 36% [====================== ] 1474/4007 36% [====================== ] 1475/4007 36% [====================== ] 1476/4007 36% [====================== ] 1477/4007 36% [====================== ] 1478/4007 36% [====================== ] 1479/4007 36% [====================== ] 1480/4007 36% [====================== ] 1481/4007 36% [====================== ] 1482/4007 36% [====================== ] 1483/4007 37% [====================== ] 1484/4007 37% [====================== ] 1485/4007 37% [====================== ] 1486/4007 37% [======================= ] 1487/4007 37% [======================= ] 1488/4007 37% [======================= ] 1489/4007 37% [======================= ] 1490/4007 37% [======================= ] 1491/4007 37% [======================= ] 1492/4007 37% [======================= ] 1493/4007 37% [======================= ] 1494/4007 37% [======================= ] 1495/4007 37% [======================= ] 1496/4007 37% [======================= ] 1497/4007 37% [======================= ] 1498/4007 37% [======================= ] 1499/4007 37% [======================= ] 1500/4007 37% [======================= ] 1501/4007 37% [======================= ] 1502/4007 37% [======================= ] 1503/4007 37% [======================= ] 1504/4007 37% [======================= ] 1505/4007 37% [======================= ] 1506/4007 37% [======================= ] 1507/4007 37% [======================= ] 1508/4007 37% [======================= ] 1509/4007 37% [======================= ] 1510/4007 37% [======================= ] 1511/4007 37% [======================= ] 1512/4007 37% [======================= ] 1513/4007 37% [======================= ] 1514/4007 37% [======================= ] 1515/4007 37% [======================= ] 1516/4007 37% [======================= ] 1517/4007 37% [======================= ] 1518/4007 37% [======================= ] 1519/4007 37% [======================= ] 1520/4007 37% [======================= ] 1521/4007 37% [======================= ] 1522/4007 37% [======================= ] 1523/4007 38% [======================= ] 1524/4007 38% [======================= ] 1525/4007 38% [======================= ] 1526/4007 38% [======================= ] 1527/4007 38% [======================= ] 1528/4007 38% [======================= ] 1529/4007 38% [======================= ] 1530/4007 38% [======================= ] 1531/4007 38% [======================= ] 1532/4007 38% [======================= ] 1533/4007 38% [======================= ] 1534/4007 38% [======================= ] 1535/4007 38% [======================= ] 1536/4007 38% [======================= ] 1537/4007 38% [======================= ] 1538/4007 38% [======================= ] 1539/4007 38% [======================= ] 1540/4007 38% [======================= ] 1541/4007 38% [======================= ] 1542/4007 38% [======================= ] 1543/4007 38% [======================= ] 1544/4007 38% [======================= ] 1545/4007 38% [======================= ] 1546/4007 38% [======================= ] 1547/4007 38% [======================= ] 1548/4007 38% [======================= ] 1549/4007 38% [======================= ] 1550/4007 38% [======================= ] 1551/4007 38% [======================== ] 1552/4007 38% [======================== ] 1553/4007 38% [======================== ] 1554/4007 38% [======================== ] 1555/4007 38% [======================== ] 1556/4007 38% [======================== ] 1557/4007 38% [======================== ] 1558/4007 38% [======================== ] 1559/4007 38% [======================== ] 1560/4007 38% [======================== ] 1561/4007 38% [======================== ] 1562/4007 38% [======================== ] 1563/4007 39% [======================== ] 1564/4007 39% [======================== ] 1565/4007 39% [======================== ] 1566/4007 39% [======================== ] 1567/4007 39% [======================== ] 1568/4007 39% [======================== ] 1569/4007 39% [======================== ] 1570/4007 39% [======================== ] 1571/4007 39% [======================== ] 1572/4007 39% [======================== ] 1573/4007 39% [======================== ] 1574/4007 39% [======================== ] 1575/4007 39% [======================== ] 1576/4007 39% [======================== ] 1577/4007 39% [======================== ] 1578/4007 39% [======================== ] 1579/4007 39% [======================== ] 1580/4007 39% [======================== ] 1581/4007 39% [======================== ] 1582/4007 39% [======================== ] 1583/4007 39% [======================== ] 1584/4007 39% [======================== ] 1585/4007 39% [======================== ] 1586/4007 39% [======================== ] 1587/4007 39% [======================== ] 1588/4007 39% [======================== ] 1589/4007 39% [======================== ] 1590/4007 39% [======================== ] 1591/4007 39% [======================== ] 1592/4007 39% [======================== ] 1593/4007 39% [======================== ] 1594/4007 39% [======================== ] 1595/4007 39% [======================== ] 1596/4007 39% [======================== ] 1597/4007 39% [======================== ] 1598/4007 39% [======================== ] 1599/4007 39% [======================== ] 1600/4007 39% [======================== ] 1601/4007 39% [======================== ] 1602/4007 39% [======================== ] 1603/4007 40% [======================== ] 1604/4007 40% [======================== ] 1605/4007 40% [======================== ] 1606/4007 40% [======================== ] 1607/4007 40% [======================== ] 1608/4007 40% [======================== ] 1609/4007 40% [======================== ] 1610/4007 40% [======================== ] 1611/4007 40% [======================== ] 1612/4007 40% [======================== ] 1613/4007 40% [======================== ] 1614/4007 40% [======================== ] 1615/4007 40% [========================= ] 1616/4007 40% [========================= ] 1617/4007 40% [========================= ] 1618/4007 40% [========================= ] 1619/4007 40% [========================= ] 1620/4007 40% [========================= ] 1621/4007 40% [========================= ] 1622/4007 40% [========================= ] 1623/4007 40% [========================= ] 1624/4007 40% [========================= ] 1625/4007 40% [========================= ] 1626/4007 40% [========================= ] 1627/4007 40% [========================= ] 1628/4007 40% [========================= ] 1629/4007 40% [========================= ] 1630/4007 40% [========================= ] 1631/4007 40% [========================= ] 1632/4007 40% [========================= ] 1633/4007 40% [========================= ] 1634/4007 40% [========================= ] 1635/4007 40% [========================= ] 1636/4007 40% [========================= ] 1637/4007 40% [========================= ] 1638/4007 40% [========================= ] 1639/4007 40% [========================= ] 1640/4007 40% [========================= ] 1641/4007 40% [========================= ] 1642/4007 40% [========================= ] 1643/4007 41% [========================= ] 1644/4007 41% [========================= ] 1645/4007 41% [========================= ] 1646/4007 41% [========================= ] 1647/4007 41% [========================= ] 1648/4007 41% [========================= ] 1649/4007 41% [========================= ] 1650/4007 41% [========================= ] 1651/4007 41% [========================= ] 1652/4007 41% [========================= ] 1653/4007 41% [========================= ] 1654/4007 41% [========================= ] 1655/4007 41% [========================= ] 1656/4007 41% [========================= ] 1657/4007 41% [========================= ] 1658/4007 41% [========================= ] 1659/4007 41% [========================= ] 1660/4007 41% [========================= ] 1661/4007 41% [========================= ] 1662/4007 41% [========================= ] 1663/4007 41% [========================= ] 1664/4007 41% [========================= ] 1665/4007 41% [========================= ] 1666/4007 41% [========================= ] 1667/4007 41% [========================= ] 1668/4007 41% [========================= ] 1669/4007 41% [========================= ] 1670/4007 41% [========================= ] 1671/4007 41% [========================= ] 1672/4007 41% [========================= ] 1673/4007 41% [========================= ] 1674/4007 41% [========================= ] 1675/4007 41% [========================= ] 1676/4007 41% [========================= ] 1677/4007 41% [========================= ] 1678/4007 41% [========================= ] 1679/4007 41% [========================= ] 1680/4007 41% [========================== ] 1681/4007 41% [========================== ] 1682/4007 41% [========================== ] 1683/4007 42% [========================== ] 1684/4007 42% [========================== ] 1685/4007 42% [========================== ] 1686/4007 42% [========================== ] 1687/4007 42% [========================== ] 1688/4007 42% [========================== ] 1689/4007 42% [========================== ] 1690/4007 42% [========================== ] 1691/4007 42% [========================== ] 1692/4007 42% [========================== ] 1693/4007 42% [========================== ] 1694/4007 42% [========================== ] 1695/4007 42% [========================== ] 1696/4007 42% [========================== ] 1697/4007 42% [========================== ] 1698/4007 42% [========================== ] 1699/4007 42% [========================== ] 1700/4007 42% [========================== ] 1701/4007 42% [========================== ] 1702/4007 42% [========================== ] 1703/4007 42% [========================== ] 1704/4007 42% [========================== ] 1705/4007 42% [========================== ] 1706/4007 42% [========================== ] 1707/4007 42% [========================== ] 1708/4007 42% [========================== ] 1709/4007 42% [========================== ] 1710/4007 42% [========================== ] 1711/4007 42% [========================== ] 1712/4007 42% [========================== ] 1713/4007 42% [========================== ] 1714/4007 42% [========================== ] 1715/4007 42% [========================== ] 1716/4007 42% [========================== ] 1717/4007 42% [========================== ] 1718/4007 42% [========================== ] 1719/4007 42% [========================== ] 1720/4007 42% [========================== ] 1721/4007 42% [========================== ] 1722/4007 42% [========================== ] 1723/4007 42% [========================== ] 1724/4007 43% [========================== ] 1725/4007 43% [========================== ] 1726/4007 43% [========================== ] 1727/4007 43% [========================== ] 1728/4007 43% [========================== ] 1729/4007 43% [========================== ] 1730/4007 43% [========================== ] 1731/4007 43% [========================== ] 1732/4007 43% [========================== ] 1733/4007 43% [========================== ] 1734/4007 43% [========================== ] 1735/4007 43% [========================== ] 1736/4007 43% [========================== ] 1737/4007 43% [========================== ] 1738/4007 43% [========================== ] 1739/4007 43% [========================== ] 1740/4007 43% [========================== ] 1741/4007 43% [========================== ] 1742/4007 43% [========================== ] 1743/4007 43% [========================== ] 1744/4007 43% [=========================== ] 1745/4007 43% [=========================== ] 1746/4007 43% [=========================== ] 1747/4007 43% [=========================== ] 1748/4007 43% [=========================== ] 1749/4007 43% [=========================== ] 1750/4007 43% [=========================== ] 1751/4007 43% [=========================== ] 1752/4007 43% [=========================== ] 1753/4007 43% [=========================== ] 1754/4007 43% [=========================== ] 1755/4007 43% [=========================== ] 1756/4007 43% [=========================== ] 1757/4007 43% [=========================== ] 1758/4007 43% [=========================== ] 1759/4007 43% [=========================== ] 1760/4007 43% [=========================== ] 1761/4007 43% [=========================== ] 1762/4007 43% [=========================== ] 1763/4007 43% [=========================== ] 1764/4007 44% [=========================== ] 1765/4007 44% [=========================== ] 1766/4007 44% [=========================== ] 1767/4007 44% [=========================== ] 1768/4007 44% [=========================== ] 1769/4007 44% [=========================== ] 1770/4007 44% [=========================== ] 1771/4007 44% [=========================== ] 1772/4007 44% [=========================== ] 1773/4007 44% [=========================== ] 1774/4007 44% [=========================== ] 1775/4007 44% [=========================== ] 1776/4007 44% [=========================== ] 1777/4007 44% [=========================== ] 1778/4007 44% [=========================== ] 1779/4007 44% [=========================== ] 1780/4007 44% [=========================== ] 1781/4007 44% [=========================== ] 1782/4007 44% [=========================== ] 1783/4007 44% [=========================== ] 1784/4007 44% [=========================== ] 1785/4007 44% [=========================== ] 1786/4007 44% [=========================== ] 1787/4007 44% [=========================== ] 1788/4007 44% [=========================== ] 1789/4007 44% [=========================== ] 1790/4007 44% [=========================== ] 1791/4007 44% [=========================== ] 1792/4007 44% [=========================== ] 1793/4007 44% [=========================== ] 1794/4007 44% [=========================== ] 1795/4007 44% [=========================== ] 1796/4007 44% [=========================== ] 1797/4007 44% [=========================== ] 1798/4007 44% [=========================== ] 1799/4007 44% [=========================== ] 1800/4007 44% [=========================== ] 1801/4007 44% [=========================== ] 1802/4007 44% [=========================== ] 1803/4007 44% [=========================== ] 1804/4007 45% [=========================== ] 1805/4007 45% [=========================== ] 1806/4007 45% [=========================== ] 1807/4007 45% [=========================== ] 1808/4007 45% [=========================== ] 1809/4007 45% [============================ ] 1810/4007 45% [============================ ] 1811/4007 45% [============================ ] 1812/4007 45% [============================ ] 1813/4007 45% [============================ ] 1814/4007 45% [============================ ] 1815/4007 45% [============================ ] 1816/4007 45% [============================ ] 1817/4007 45% [============================ ] 1818/4007 45% [============================ ] 1819/4007 45% [============================ ] 1820/4007 45% [============================ ] 1821/4007 45% [============================ ] 1822/4007 45% [============================ ] 1823/4007 45% [============================ ] 1824/4007 45% [============================ ] 1825/4007 45% [============================ ] 1826/4007 45% [============================ ] 1827/4007 45% [============================ ] 1828/4007 45% [============================ ] 1829/4007 45% [============================ ] 1830/4007 45% [============================ ] 1831/4007 45% [============================ ] 1832/4007 45% [============================ ] 1833/4007 45% [============================ ] 1834/4007 45% [============================ ] 1835/4007 45% [============================ ] 1836/4007 45% [============================ ] 1837/4007 45% [============================ ] 1838/4007 45% [============================ ] 1839/4007 45% [============================ ] 1840/4007 45% [============================ ] 1841/4007 45% [============================ ] 1842/4007 45% [============================ ] 1843/4007 45% [============================ ] 1844/4007 46% [============================ ] 1845/4007 46% [============================ ] 1846/4007 46% [============================ ] 1847/4007 46% [============================ ] 1848/4007 46% [============================ ] 1849/4007 46% [============================ ] 1850/4007 46% [============================ ] 1851/4007 46% [============================ ] 1852/4007 46% [============================ ] 1853/4007 46% [============================ ] 1854/4007 46% [============================ ] 1855/4007 46% [============================ ] 1856/4007 46% [============================ ] 1857/4007 46% [============================ ] 1858/4007 46% [============================ ] 1859/4007 46% [============================ ] 1860/4007 46% [============================ ] 1861/4007 46% [============================ ] 1862/4007 46% [============================ ] 1863/4007 46% [============================ ] 1864/4007 46% [============================ ] 1865/4007 46% [============================ ] 1866/4007 46% [============================ ] 1867/4007 46% [============================ ] 1868/4007 46% [============================ ] 1869/4007 46% [============================ ] 1870/4007 46% [============================ ] 1871/4007 46% [============================ ] 1872/4007 46% [============================ ] 1873/4007 46% [============================ ] 1874/4007 46% [============================= ] 1875/4007 46% [============================= ] 1876/4007 46% [============================= ] 1877/4007 46% [============================= ] 1878/4007 46% [============================= ] 1879/4007 46% [============================= ] 1880/4007 46% [============================= ] 1881/4007 46% [============================= ] 1882/4007 46% [============================= ] 1883/4007 46% [============================= ] 1884/4007 47% [============================= ] 1885/4007 47% [============================= ] 1886/4007 47% [============================= ] 1887/4007 47% [============================= ] 1888/4007 47% [============================= ] 1889/4007 47% [============================= ] 1890/4007 47% [============================= ] 1891/4007 47% [============================= ] 1892/4007 47% [============================= ] 1893/4007 47% [============================= ] 1894/4007 47% [============================= ] 1895/4007 47% [============================= ] 1896/4007 47% [============================= ] 1897/4007 47% [============================= ] 1898/4007 47% [============================= ] 1899/4007 47% [============================= ] 1900/4007 47% [============================= ] 1901/4007 47% [============================= ] 1902/4007 47% [============================= ] 1903/4007 47% [============================= ] 1904/4007 47% [============================= ] 1905/4007 47% [============================= ] 1906/4007 47% [============================= ] 1907/4007 47% [============================= ] 1908/4007 47% [============================= ] 1909/4007 47% [============================= ] 1910/4007 47% [============================= ] 1911/4007 47% [============================= ] 1912/4007 47% [============================= ] 1913/4007 47% [============================= ] 1914/4007 47% [============================= ] 1915/4007 47% [============================= ] 1916/4007 47% [============================= ] 1917/4007 47% [============================= ] 1918/4007 47% [============================= ] 1919/4007 47% [============================= ] 1920/4007 47% [============================= ] 1921/4007 47% [============================= ] 1922/4007 47% [============================= ] 1923/4007 47% [============================= ] 1924/4007 48% [============================= ] 1925/4007 48% [============================= ] 1926/4007 48% [============================= ] 1927/4007 48% [============================= ] 1928/4007 48% [============================= ] 1929/4007 48% [============================= ] 1930/4007 48% [============================= ] 1931/4007 48% [============================= ] 1932/4007 48% [============================= ] 1933/4007 48% [============================= ] 1934/4007 48% [============================= ] 1935/4007 48% [============================= ] 1936/4007 48% [============================= ] 1937/4007 48% [============================= ] 1938/4007 48% [============================== ] 1939/4007 48% [============================== ] 1940/4007 48% [============================== ] 1941/4007 48% [============================== ] 1942/4007 48% [============================== ] 1943/4007 48% [============================== ] 1944/4007 48% [============================== ] 1945/4007 48% [============================== ] 1946/4007 48% [============================== ] 1947/4007 48% [============================== ] 1948/4007 48% [============================== ] 1949/4007 48% [============================== ] 1950/4007 48% [============================== ] 1951/4007 48% [============================== ] 1952/4007 48% [============================== ] 1953/4007 48% [============================== ] 1954/4007 48% [============================== ] 1955/4007 48% [============================== ] 1956/4007 48% [============================== ] 1957/4007 48% [============================== ] 1958/4007 48% [============================== ] 1959/4007 48% [============================== ] 1960/4007 48% [============================== ] 1961/4007 48% [============================== ] 1962/4007 48% [============================== ] 1963/4007 48% [============================== ] 1964/4007 49% [============================== ] 1965/4007 49% [============================== ] 1966/4007 49% [============================== ] 1967/4007 49% [============================== ] 1968/4007 49% [============================== ] 1969/4007 49% [============================== ] 1970/4007 49% [============================== ] 1971/4007 49% [============================== ] 1972/4007 49% [============================== ] 1973/4007 49% [============================== ] 1974/4007 49% [============================== ] 1975/4007 49% [============================== ] 1976/4007 49% [============================== ] 1977/4007 49% [============================== ] 1978/4007 49% [============================== ] 1979/4007 49% [============================== ] 1980/4007 49% [============================== ] 1981/4007 49% [============================== ] 1982/4007 49% [============================== ] 1983/4007 49% [============================== ] 1984/4007 49% [============================== ] 1985/4007 49% [============================== ] 1986/4007 49% [============================== ] 1987/4007 49% [============================== ] 1988/4007 49% [============================== ] 1989/4007 49% [============================== ] 1990/4007 49% [============================== ] 1991/4007 49% [============================== ] 1992/4007 49% [============================== ] 1993/4007 49% [============================== ] 1994/4007 49% [============================== ] 1995/4007 49% [============================== ] 1996/4007 49% [============================== ] 1997/4007 49% [============================== ] 1998/4007 49% [============================== ] 1999/4007 49% [============================== ] 2000/4007 49% [============================== ] 2001/4007 49% [============================== ] 2002/4007 49% [============================== ] 2003/4007 49% [=============================== ] 2004/4007 50% [=============================== ] 2005/4007 50% [=============================== ] 2006/4007 50% [=============================== ] 2007/4007 50% [=============================== ] 2008/4007 50% [=============================== ] 2009/4007 50% [=============================== ] 2010/4007 50% [=============================== ] 2011/4007 50% [=============================== ] 2012/4007 50% [=============================== ] 2013/4007 50% [=============================== ] 2014/4007 50% [=============================== ] 2015/4007 50% [=============================== ] 2016/4007 50% [=============================== ] 2017/4007 50% [=============================== ] 2018/4007 50% [=============================== ] 2019/4007 50% [=============================== ] 2020/4007 50% [=============================== ] 2021/4007 50% [=============================== ] 2022/4007 50% [=============================== ] 2023/4007 50% [=============================== ] 2024/4007 50% [=============================== ] 2025/4007 50% [=============================== ] 2026/4007 50% [=============================== ] 2027/4007 50% [=============================== ] 2028/4007 50% [=============================== ] 2029/4007 50% [=============================== ] 2030/4007 50% [=============================== ] 2031/4007 50% [=============================== ] 2032/4007 50% [=============================== ] 2033/4007 50% [=============================== ] 2034/4007 50% [=============================== ] 2035/4007 50% [=============================== ] 2036/4007 50% [=============================== ] 2037/4007 50% [=============================== ] 2038/4007 50% [=============================== ] 2039/4007 50% [=============================== ] 2040/4007 50% [=============================== ] 2041/4007 50% [=============================== ] 2042/4007 50% [=============================== ] 2043/4007 50% [=============================== ] 2044/4007 51% [=============================== ] 2045/4007 51% [=============================== ] 2046/4007 51% [=============================== ] 2047/4007 51% [=============================== ] 2048/4007 51% [=============================== ] 2049/4007 51% [=============================== ] 2050/4007 51% [=============================== ] 2051/4007 51% [=============================== ] 2052/4007 51% [=============================== ] 2053/4007 51% [=============================== ] 2054/4007 51% [=============================== ] 2055/4007 51% [=============================== ] 2056/4007 51% [=============================== ] 2057/4007 51% [=============================== ] 2058/4007 51% [=============================== ] 2059/4007 51% [=============================== ] 2060/4007 51% [=============================== ] 2061/4007 51% [=============================== ] 2062/4007 51% [=============================== ] 2063/4007 51% [=============================== ] 2064/4007 51% [=============================== ] 2065/4007 51% [=============================== ] 2066/4007 51% [=============================== ] 2067/4007 51% [=============================== ] 2068/4007 51% [================================ ] 2069/4007 51% [================================ ] 2070/4007 51% [================================ ] 2071/4007 51% [================================ ] 2072/4007 51% [================================ ] 2073/4007 51% [================================ ] 2074/4007 51% [================================ ] 2075/4007 51% [================================ ] 2076/4007 51% [================================ ] 2077/4007 51% [================================ ] 2078/4007 51% [================================ ] 2079/4007 51% [================================ ] 2080/4007 51% [================================ ] 2081/4007 51% [================================ ] 2082/4007 51% [================================ ] 2083/4007 51% [================================ ] 2084/4007 52% [================================ ] 2085/4007 52% [================================ ] 2086/4007 52% [================================ ] 2087/4007 52% [================================ ] 2088/4007 52% [================================ ] 2089/4007 52% [================================ ] 2090/4007 52% [================================ ] 2091/4007 52% [================================ ] 2092/4007 52% [================================ ] 2093/4007 52% [================================ ] 2094/4007 52% [================================ ] 2095/4007 52% [================================ ] 2096/4007 52% [================================ ] 2097/4007 52% [================================ ] 2098/4007 52% [================================ ] 2099/4007 52% [================================ ] 2100/4007 52% [================================ ] 2101/4007 52% [================================ ] 2102/4007 52% [================================ ] 2103/4007 52% [================================ ] 2104/4007 52% [================================ ] 2105/4007 52% [================================ ] 2106/4007 52% [================================ ] 2107/4007 52% [================================ ] 2108/4007 52% [================================ ] 2109/4007 52% [================================ ] 2110/4007 52% [================================ ] 2111/4007 52% [================================ ] 2112/4007 52% [================================ ] 2113/4007 52% [================================ ] 2114/4007 52% [================================ ] 2115/4007 52% [================================ ] 2116/4007 52% [================================ ] 2117/4007 52% [================================ ] 2118/4007 52% [================================ ] 2119/4007 52% [================================ ] 2120/4007 52% [================================ ] 2121/4007 52% [================================ ] 2122/4007 52% [================================ ] 2123/4007 52% [================================ ] 2124/4007 53% [================================ ] 2125/4007 53% [================================ ] 2126/4007 53% [================================ ] 2127/4007 53% [================================ ] 2128/4007 53% [================================ ] 2129/4007 53% [================================ ] 2130/4007 53% [================================ ] 2131/4007 53% [================================ ] 2132/4007 53% [================================= ] 2133/4007 53% [================================= ] 2134/4007 53% [================================= ] 2135/4007 53% [================================= ] 2136/4007 53% [================================= ] 2137/4007 53% [================================= ] 2138/4007 53% [================================= ] 2139/4007 53% [================================= ] 2140/4007 53% [================================= ] 2141/4007 53% [================================= ] 2142/4007 53% [================================= ] 2143/4007 53% [================================= ] 2144/4007 53% [================================= ] 2145/4007 53% [================================= ] 2146/4007 53% [================================= ] 2147/4007 53% [================================= ] 2148/4007 53% [================================= ] 2149/4007 53% [================================= ] 2150/4007 53% [================================= ] 2151/4007 53% [================================= ] 2152/4007 53% [================================= ] 2153/4007 53% [================================= ] 2154/4007 53% [================================= ] 2155/4007 53% [================================= ] 2156/4007 53% [================================= ] 2157/4007 53% [================================= ] 2158/4007 53% [================================= ] 2159/4007 53% [================================= ] 2160/4007 53% [================================= ] 2161/4007 53% [================================= ] 2162/4007 53% [================================= ] 2163/4007 53% [================================= ] 2164/4007 54% [================================= ] 2165/4007 54% [================================= ] 2166/4007 54% [================================= ] 2167/4007 54% [================================= ] 2168/4007 54% [================================= ] 2169/4007 54% [================================= ] 2170/4007 54% [================================= ] 2171/4007 54% [================================= ] 2172/4007 54% [================================= ] 2173/4007 54% [================================= ] 2174/4007 54% [================================= ] 2175/4007 54% [================================= ] 2176/4007 54% [================================= ] 2177/4007 54% [================================= ] 2178/4007 54% [================================= ] 2179/4007 54% [================================= ] 2180/4007 54% [================================= ] 2181/4007 54% [================================= ] 2182/4007 54% [================================= ] 2183/4007 54% [================================= ] 2184/4007 54% [================================= ] 2185/4007 54% [================================= ] 2186/4007 54% [================================= ] 2187/4007 54% [================================= ] 2188/4007 54% [================================= ] 2189/4007 54% [================================= ] 2190/4007 54% [================================= ] 2191/4007 54% [================================= ] 2192/4007 54% [================================= ] 2193/4007 54% [================================= ] 2194/4007 54% [================================= ] 2195/4007 54% [================================= ] 2196/4007 54% [================================= ] 2197/4007 54% [================================== ] 2198/4007 54% [================================== ] 2199/4007 54% [================================== ] 2200/4007 54% [================================== ] 2201/4007 54% [================================== ] 2202/4007 54% [================================== ] 2203/4007 54% [================================== ] 2204/4007 55% [================================== ] 2205/4007 55% [================================== ] 2206/4007 55% [================================== ] 2207/4007 55% [================================== ] 2208/4007 55% [================================== ] 2209/4007 55% [================================== ] 2210/4007 55% [================================== ] 2211/4007 55% [================================== ] 2212/4007 55% [================================== ] 2213/4007 55% [================================== ] 2214/4007 55% [================================== ] 2215/4007 55% [================================== ] 2216/4007 55% [================================== ] 2217/4007 55% [================================== ] 2218/4007 55% [================================== ] 2219/4007 55% [================================== ] 2220/4007 55% [================================== ] 2221/4007 55% [================================== ] 2222/4007 55% [================================== ] 2223/4007 55% [================================== ] 2224/4007 55% [================================== ] 2225/4007 55% [================================== ] 2226/4007 55% [================================== ] 2227/4007 55% [================================== ] 2228/4007 55% [================================== ] 2229/4007 55% [================================== ] 2230/4007 55% [================================== ] 2231/4007 55% [================================== ] 2232/4007 55% [================================== ] 2233/4007 55% [================================== ] 2234/4007 55% [================================== ] 2235/4007 55% [================================== ] 2236/4007 55% [================================== ] 2237/4007 55% [================================== ] 2238/4007 55% [================================== ] 2239/4007 55% [================================== ] 2240/4007 55% [================================== ] 2241/4007 55% [================================== ] 2242/4007 55% [================================== ] 2243/4007 55% [================================== ] 2244/4007 56% [================================== ] 2245/4007 56% [================================== ] 2246/4007 56% [================================== ] 2247/4007 56% [================================== ] 2248/4007 56% [================================== ] 2249/4007 56% [================================== ] 2250/4007 56% [================================== ] 2251/4007 56% [================================== ] 2252/4007 56% [================================== ] 2253/4007 56% [================================== ] 2254/4007 56% [================================== ] 2255/4007 56% [================================== ] 2256/4007 56% [================================== ] 2257/4007 56% [================================== ] 2258/4007 56% [================================== ] 2259/4007 56% [================================== ] 2260/4007 56% [================================== ] 2261/4007 56% [================================== ] 2262/4007 56% [=================================== ] 2263/4007 56% [=================================== ] 2264/4007 56% [=================================== ] 2265/4007 56% [=================================== ] 2266/4007 56% [=================================== ] 2267/4007 56% [=================================== ] 2268/4007 56% [=================================== ] 2269/4007 56% [=================================== ] 2270/4007 56% [=================================== ] 2271/4007 56% [=================================== ] 2272/4007 56% [=================================== ] 2273/4007 56% [=================================== ] 2274/4007 56% [=================================== ] 2275/4007 56% [=================================== ] 2276/4007 56% [=================================== ] 2277/4007 56% [=================================== ] 2278/4007 56% [=================================== ] 2279/4007 56% [=================================== ] 2280/4007 56% [=================================== ] 2281/4007 56% [=================================== ] 2282/4007 56% [=================================== ] 2283/4007 56% [=================================== ] 2284/4007 57% [=================================== ] 2285/4007 57% [=================================== ] 2286/4007 57% [=================================== ] 2287/4007 57% [=================================== ] 2288/4007 57% [=================================== ] 2289/4007 57% [=================================== ] 2290/4007 57% [=================================== ] 2291/4007 57% [=================================== ] 2292/4007 57% [=================================== ] 2293/4007 57% [=================================== ] 2294/4007 57% [=================================== ] 2295/4007 57% [=================================== ] 2296/4007 57% [=================================== ] 2297/4007 57% [=================================== ] 2298/4007 57% [=================================== ] 2299/4007 57% [=================================== ] 2300/4007 57% [=================================== ] 2301/4007 57% [=================================== ] 2302/4007 57% [=================================== ] 2303/4007 57% [=================================== ] 2304/4007 57% [=================================== ] 2305/4007 57% [=================================== ] 2306/4007 57% [=================================== ] 2307/4007 57% [=================================== ] 2308/4007 57% [=================================== ] 2309/4007 57% [=================================== ] 2310/4007 57% [=================================== ] 2311/4007 57% [=================================== ] 2312/4007 57% [=================================== ] 2313/4007 57% [=================================== ] 2314/4007 57% [=================================== ] 2315/4007 57% [=================================== ] 2316/4007 57% [=================================== ] 2317/4007 57% [=================================== ] 2318/4007 57% [=================================== ] 2319/4007 57% [=================================== ] 2320/4007 57% [=================================== ] 2321/4007 57% [=================================== ] 2322/4007 57% [=================================== ] 2323/4007 57% [=================================== ] 2324/4007 57% [=================================== ] 2325/4007 58% [=================================== ] 2326/4007 58% [==================================== ] 2327/4007 58% [==================================== ] 2328/4007 58% [==================================== ] 2329/4007 58% [==================================== ] 2330/4007 58% [==================================== ] 2331/4007 58% [==================================== ] 2332/4007 58% [==================================== ] 2333/4007 58% [==================================== ] 2334/4007 58% [==================================== ] 2335/4007 58% [==================================== ] 2336/4007 58% [==================================== ] 2337/4007 58% [==================================== ] 2338/4007 58% [==================================== ] 2339/4007 58% [==================================== ] 2340/4007 58% [==================================== ] 2341/4007 58% [==================================== ] 2342/4007 58% [==================================== ] 2343/4007 58% [==================================== ] 2344/4007 58% [==================================== ] 2345/4007 58% [==================================== ] 2346/4007 58% [==================================== ] 2347/4007 58% [==================================== ] 2348/4007 58% [==================================== ] 2349/4007 58% [==================================== ] 2350/4007 58% [==================================== ] 2351/4007 58% [==================================== ] 2352/4007 58% [==================================== ] 2353/4007 58% [==================================== ] 2354/4007 58% [==================================== ] 2355/4007 58% [==================================== ] 2356/4007 58% [==================================== ] 2357/4007 58% [==================================== ] 2358/4007 58% [==================================== ] 2359/4007 58% [==================================== ] 2360/4007 58% [==================================== ] 2361/4007 58% [==================================== ] 2362/4007 58% [==================================== ] 2363/4007 58% [==================================== ] 2364/4007 58% [==================================== ] 2365/4007 59% [==================================== ] 2366/4007 59% [==================================== ] 2367/4007 59% [==================================== ] 2368/4007 59% [==================================== ] 2369/4007 59% [==================================== ] 2370/4007 59% [==================================== ] 2371/4007 59% [==================================== ] 2372/4007 59% [==================================== ] 2373/4007 59% [==================================== ] 2374/4007 59% [==================================== ] 2375/4007 59% [==================================== ] 2376/4007 59% [==================================== ] 2377/4007 59% [==================================== ] 2378/4007 59% [==================================== ] 2379/4007 59% [==================================== ] 2380/4007 59% [==================================== ] 2381/4007 59% [==================================== ] 2382/4007 59% [==================================== ] 2383/4007 59% [==================================== ] 2384/4007 59% [==================================== ] 2385/4007 59% [==================================== ] 2386/4007 59% [==================================== ] 2387/4007 59% [==================================== ] 2388/4007 59% [==================================== ] 2389/4007 59% [==================================== ] 2390/4007 59% [==================================== ] 2391/4007 59% [===================================== ] 2392/4007 59% [===================================== ] 2393/4007 59% [===================================== ] 2394/4007 59% [===================================== ] 2395/4007 59% [===================================== ] 2396/4007 59% [===================================== ] 2397/4007 59% [===================================== ] 2398/4007 59% [===================================== ] 2399/4007 59% [===================================== ] 2400/4007 59% [===================================== ] 2401/4007 59% [===================================== ] 2402/4007 59% [===================================== ] 2403/4007 59% [===================================== ] 2404/4007 59% [===================================== ] 2405/4007 60% [===================================== ] 2406/4007 60% [===================================== ] 2407/4007 60% [===================================== ] 2408/4007 60% [===================================== ] 2409/4007 60% [===================================== ] 2410/4007 60% [===================================== ] 2411/4007 60% [===================================== ] 2412/4007 60% [===================================== ] 2413/4007 60% [===================================== ] 2414/4007 60% [===================================== ] 2415/4007 60% [===================================== ] 2416/4007 60% [===================================== ] 2417/4007 60% [===================================== ] 2418/4007 60% [===================================== ] 2419/4007 60% [===================================== ] 2420/4007 60% [===================================== ] 2421/4007 60% [===================================== ] 2422/4007 60% [===================================== ] 2423/4007 60% [===================================== ] 2424/4007 60% [===================================== ] 2425/4007 60% [===================================== ] 2426/4007 60% [===================================== ] 2427/4007 60% [===================================== ] 2428/4007 60% [===================================== ] 2429/4007 60% [===================================== ] 2430/4007 60% [===================================== ] 2431/4007 60% [===================================== ] 2432/4007 60% [===================================== ] 2433/4007 60% [===================================== ] 2434/4007 60% [===================================== ] 2435/4007 60% [===================================== ] 2436/4007 60% [===================================== ] 2437/4007 60% [===================================== ] 2438/4007 60% [===================================== ] 2439/4007 60% [===================================== ] 2440/4007 60% [===================================== ] 2441/4007 60% [===================================== ] 2442/4007 60% [===================================== ] 2443/4007 60% [===================================== ] 2444/4007 60% [===================================== ] 2445/4007 61% [===================================== ] 2446/4007 61% [===================================== ] 2447/4007 61% [===================================== ] 2448/4007 61% [===================================== ] 2449/4007 61% [===================================== ] 2450/4007 61% [===================================== ] 2451/4007 61% [===================================== ] 2452/4007 61% [===================================== ] 2453/4007 61% [===================================== ] 2454/4007 61% [===================================== ] 2455/4007 61% [====================================== ] 2456/4007 61% [====================================== ] 2457/4007 61% [====================================== ] 2458/4007 61% [====================================== ] 2459/4007 61% [====================================== ] 2460/4007 61% [====================================== ] 2461/4007 61% [====================================== ] 2462/4007 61% [====================================== ] 2463/4007 61% [====================================== ] 2464/4007 61% [====================================== ] 2465/4007 61% [====================================== ] 2466/4007 61% [====================================== ] 2467/4007 61% [====================================== ] 2468/4007 61% [====================================== ] 2469/4007 61% [====================================== ] 2470/4007 61% [====================================== ] 2471/4007 61% [====================================== ] 2472/4007 61% [====================================== ] 2473/4007 61% [====================================== ] 2474/4007 61% [====================================== ] 2475/4007 61% [====================================== ] 2476/4007 61% [====================================== ] 2477/4007 61% [====================================== ] 2478/4007 61% [====================================== ] 2479/4007 61% [====================================== ] 2480/4007 61% [====================================== ] 2481/4007 61% [====================================== ] 2482/4007 61% [====================================== ] 2483/4007 61% [====================================== ] 2484/4007 61% [====================================== ] 2485/4007 62% [====================================== ] 2486/4007 62% [====================================== ] 2487/4007 62% [====================================== ] 2488/4007 62% [====================================== ] 2489/4007 62% [====================================== ] 2490/4007 62% [====================================== ] 2491/4007 62% [====================================== ] 2492/4007 62% [====================================== ] 2493/4007 62% [====================================== ] 2494/4007 62% [====================================== ] 2495/4007 62% [====================================== ] 2496/4007 62% [====================================== ] 2497/4007 62% [====================================== ] 2498/4007 62% [====================================== ] 2499/4007 62% [====================================== ] 2500/4007 62% [====================================== ] 2501/4007 62% [====================================== ] 2502/4007 62% [====================================== ] 2503/4007 62% [====================================== ] 2504/4007 62% [====================================== ] 2505/4007 62% [====================================== ] 2506/4007 62% [====================================== ] 2507/4007 62% [====================================== ] 2508/4007 62% [====================================== ] 2509/4007 62% [====================================== ] 2510/4007 62% [====================================== ] 2511/4007 62% [====================================== ] 2512/4007 62% [====================================== ] 2513/4007 62% [====================================== ] 2514/4007 62% [====================================== ] 2515/4007 62% [====================================== ] 2516/4007 62% [====================================== ] 2517/4007 62% [====================================== ] 2518/4007 62% [====================================== ] 2519/4007 62% [====================================== ] 2520/4007 62% [======================================= ] 2521/4007 62% [======================================= ] 2522/4007 62% [======================================= ] 2523/4007 62% [======================================= ] 2524/4007 62% [======================================= ] 2525/4007 63% [======================================= ] 2526/4007 63% [======================================= ] 2527/4007 63% [======================================= ] 2528/4007 63% [======================================= ] 2529/4007 63% [======================================= ] 2530/4007 63% [======================================= ] 2531/4007 63% [======================================= ] 2532/4007 63% [======================================= ] 2533/4007 63% [======================================= ] 2534/4007 63% [======================================= ] 2535/4007 63% [======================================= ] 2536/4007 63% [======================================= ] 2537/4007 63% [======================================= ] 2538/4007 63% [======================================= ] 2539/4007 63% [======================================= ] 2540/4007 63% [======================================= ] 2541/4007 63% [======================================= ] 2542/4007 63% [======================================= ] 2543/4007 63% [======================================= ] 2544/4007 63% [======================================= ] 2545/4007 63% [======================================= ] 2546/4007 63% [======================================= ] 2547/4007 63% [======================================= ] 2548/4007 63% [======================================= ] 2549/4007 63% [======================================= ] 2550/4007 63% [======================================= ] 2551/4007 63% [======================================= ] 2552/4007 63% [======================================= ] 2553/4007 63% [======================================= ] 2554/4007 63% [======================================= ] 2555/4007 63% [======================================= ] 2556/4007 63% [======================================= ] 2557/4007 63% [======================================= ] 2558/4007 63% [======================================= ] 2559/4007 63% [======================================= ] 2560/4007 63% [======================================= ] 2561/4007 63% [======================================= ] 2562/4007 63% [======================================= ] 2563/4007 63% [======================================= ] 2564/4007 63% [======================================= ] 2565/4007 64% [======================================= ] 2566/4007 64% [======================================= ] 2567/4007 64% [======================================= ] 2568/4007 64% [======================================= ] 2569/4007 64% [======================================= ] 2570/4007 64% [======================================= ] 2571/4007 64% [======================================= ] 2572/4007 64% [======================================= ] 2573/4007 64% [======================================= ] 2574/4007 64% [======================================= ] 2575/4007 64% [======================================= ] 2576/4007 64% [======================================= ] 2577/4007 64% [======================================= ] 2578/4007 64% [======================================= ] 2579/4007 64% [======================================= ] 2580/4007 64% [======================================= ] 2581/4007 64% [======================================= ] 2582/4007 64% [======================================= ] 2583/4007 64% [======================================= ] 2584/4007 64% [======================================= ] 2585/4007 64% [======================================== ] 2586/4007 64% [======================================== ] 2587/4007 64% [======================================== ] 2588/4007 64% [======================================== ] 2589/4007 64% [======================================== ] 2590/4007 64% [======================================== ] 2591/4007 64% [======================================== ] 2592/4007 64% [======================================== ] 2593/4007 64% [======================================== ] 2594/4007 64% [======================================== ] 2595/4007 64% [======================================== ] 2596/4007 64% [======================================== ] 2597/4007 64% [======================================== ] 2598/4007 64% [======================================== ] 2599/4007 64% [======================================== ] 2600/4007 64% [======================================== ] 2601/4007 64% [======================================== ] 2602/4007 64% [======================================== ] 2603/4007 64% [======================================== ] 2604/4007 64% [======================================== ] 2605/4007 65% [======================================== ] 2606/4007 65% [======================================== ] 2607/4007 65% [======================================== ] 2608/4007 65% [======================================== ] 2609/4007 65% [======================================== ] 2610/4007 65% [======================================== ] 2611/4007 65% [======================================== ] 2612/4007 65% [======================================== ] 2613/4007 65% [======================================== ] 2614/4007 65% [======================================== ] 2615/4007 65% [======================================== ] 2616/4007 65% [======================================== ] 2617/4007 65% [======================================== ] 2618/4007 65% [======================================== ] 2619/4007 65% [======================================== ] 2620/4007 65% [======================================== ] 2621/4007 65% [======================================== ] 2622/4007 65% [======================================== ] 2623/4007 65% [======================================== ] 2624/4007 65% [======================================== ] 2625/4007 65% [======================================== ] 2626/4007 65% [======================================== ] 2627/4007 65% [======================================== ] 2628/4007 65% [======================================== ] 2629/4007 65% [======================================== ] 2630/4007 65% [======================================== ] 2631/4007 65% [======================================== ] 2632/4007 65% [======================================== ] 2633/4007 65% [======================================== ] 2634/4007 65% [======================================== ] 2635/4007 65% [======================================== ] 2636/4007 65% [======================================== ] 2637/4007 65% [======================================== ] 2638/4007 65% [======================================== ] 2639/4007 65% [======================================== ] 2640/4007 65% [======================================== ] 2641/4007 65% [======================================== ] 2642/4007 65% [======================================== ] 2643/4007 65% [======================================== ] 2644/4007 65% [======================================== ] 2645/4007 66% [======================================== ] 2646/4007 66% [======================================== ] 2647/4007 66% [======================================== ] 2648/4007 66% [======================================== ] 2649/4007 66% [========================================= ] 2650/4007 66% [========================================= ] 2651/4007 66% [========================================= ] 2652/4007 66% [========================================= ] 2653/4007 66% [========================================= ] 2654/4007 66% [========================================= ] 2655/4007 66% [========================================= ] 2656/4007 66% [========================================= ] 2657/4007 66% [========================================= ] 2658/4007 66% [========================================= ] 2659/4007 66% [========================================= ] 2660/4007 66% [========================================= ] 2661/4007 66% [========================================= ] 2662/4007 66% [========================================= ] 2663/4007 66% [========================================= ] 2664/4007 66% [========================================= ] 2665/4007 66% [========================================= ] 2666/4007 66% [========================================= ] 2667/4007 66% [========================================= ] 2668/4007 66% [========================================= ] 2669/4007 66% [========================================= ] 2670/4007 66% [========================================= ] 2671/4007 66% [========================================= ] 2672/4007 66% [========================================= ] 2673/4007 66% [========================================= ] 2674/4007 66% [========================================= ] 2675/4007 66% [========================================= ] 2676/4007 66% [========================================= ] 2677/4007 66% [========================================= ] 2678/4007 66% [========================================= ] 2679/4007 66% [========================================= ] 2680/4007 66% [========================================= ] 2681/4007 66% [========================================= ] 2682/4007 66% [========================================= ] 2683/4007 66% [========================================= ] 2684/4007 66% [========================================= ] 2685/4007 67% [========================================= ] 2686/4007 67% [========================================= ] 2687/4007 67% [========================================= ] 2688/4007 67% [========================================= ] 2689/4007 67% [========================================= ] 2690/4007 67% [========================================= ] 2691/4007 67% [========================================= ] 2692/4007 67% [========================================= ] 2693/4007 67% [========================================= ] 2694/4007 67% [========================================= ] 2695/4007 67% [========================================= ] 2696/4007 67% [========================================= ] 2697/4007 67% [========================================= ] 2698/4007 67% [========================================= ] 2699/4007 67% [========================================= ] 2700/4007 67% [========================================= ] 2701/4007 67% [========================================= ] 2702/4007 67% [========================================= ] 2703/4007 67% [========================================= ] 2704/4007 67% [========================================= ] 2705/4007 67% [========================================= ] 2706/4007 67% [========================================= ] 2707/4007 67% [========================================= ] 2708/4007 67% [========================================= ] 2709/4007 67% [========================================= ] 2710/4007 67% [========================================= ] 2711/4007 67% [========================================= ] 2712/4007 67% [========================================= ] 2713/4007 67% [========================================= ] 2714/4007 67% [========================================== ] 2715/4007 67% [========================================== ] 2716/4007 67% [========================================== ] 2717/4007 67% [========================================== ] 2718/4007 67% [========================================== ] 2719/4007 67% [========================================== ] 2720/4007 67% [========================================== ] 2721/4007 67% [========================================== ] 2722/4007 67% [========================================== ] 2723/4007 67% [========================================== ] 2724/4007 67% [========================================== ] 2725/4007 68% [========================================== ] 2726/4007 68% [========================================== ] 2727/4007 68% [========================================== ] 2728/4007 68% [========================================== ] 2729/4007 68% [========================================== ] 2730/4007 68% [========================================== ] 2731/4007 68% [========================================== ] 2732/4007 68% [========================================== ] 2733/4007 68% [========================================== ] 2734/4007 68% [========================================== ] 2735/4007 68% [========================================== ] 2736/4007 68% [========================================== ] 2737/4007 68% [========================================== ] 2738/4007 68% [========================================== ] 2739/4007 68% [========================================== ] 2740/4007 68% [========================================== ] 2741/4007 68% [========================================== ] 2742/4007 68% [========================================== ] 2743/4007 68% [========================================== ] 2744/4007 68% [========================================== ] 2745/4007 68% [========================================== ] 2746/4007 68% [========================================== ] 2747/4007 68% [========================================== ] 2748/4007 68% [========================================== ] 2749/4007 68% [========================================== ] 2750/4007 68% [========================================== ] 2751/4007 68% [========================================== ] 2752/4007 68% [========================================== ] 2753/4007 68% [========================================== ] 2754/4007 68% [========================================== ] 2755/4007 68% [========================================== ] 2756/4007 68% [========================================== ] 2757/4007 68% [========================================== ] 2758/4007 68% [========================================== ] 2759/4007 68% [========================================== ] 2760/4007 68% [========================================== ] 2761/4007 68% [========================================== ] 2762/4007 68% [========================================== ] 2763/4007 68% [========================================== ] 2764/4007 68% [========================================== ] 2765/4007 69% [========================================== ] 2766/4007 69% [========================================== ] 2767/4007 69% [========================================== ] 2768/4007 69% [========================================== ] 2769/4007 69% [========================================== ] 2770/4007 69% [========================================== ] 2771/4007 69% [========================================== ] 2772/4007 69% [========================================== ] 2773/4007 69% [========================================== ] 2774/4007 69% [========================================== ] 2775/4007 69% [========================================== ] 2776/4007 69% [========================================== ] 2777/4007 69% [========================================== ] 2778/4007 69% [========================================== ] 2779/4007 69% [=========================================== ] 2780/4007 69% [=========================================== ] 2781/4007 69% [=========================================== ] 2782/4007 69% [=========================================== ] 2783/4007 69% [=========================================== ] 2784/4007 69% [=========================================== ] 2785/4007 69% [=========================================== ] 2786/4007 69% [=========================================== ] 2787/4007 69% [=========================================== ] 2788/4007 69% [=========================================== ] 2789/4007 69% [=========================================== ] 2790/4007 69% [=========================================== ] 2791/4007 69% [=========================================== ] 2792/4007 69% [=========================================== ] 2793/4007 69% [=========================================== ] 2794/4007 69% [=========================================== ] 2795/4007 69% [=========================================== ] 2796/4007 69% [=========================================== ] 2797/4007 69% [=========================================== ] 2798/4007 69% [=========================================== ] 2799/4007 69% [=========================================== ] 2800/4007 69% [=========================================== ] 2801/4007 69% [=========================================== ] 2802/4007 69% [=========================================== ] 2803/4007 69% [=========================================== ] 2804/4007 69% [=========================================== ] 2805/4007 70% [=========================================== ] 2806/4007 70% [=========================================== ] 2807/4007 70% [=========================================== ] 2808/4007 70% [=========================================== ] 2809/4007 70% [=========================================== ] 2810/4007 70% [=========================================== ] 2811/4007 70% [=========================================== ] 2812/4007 70% [=========================================== ] 2813/4007 70% [=========================================== ] 2814/4007 70% [=========================================== ] 2815/4007 70% [=========================================== ] 2816/4007 70% [=========================================== ] 2817/4007 70% [=========================================== ] 2818/4007 70% [=========================================== ] 2819/4007 70% [=========================================== ] 2820/4007 70% [=========================================== ] 2821/4007 70% [=========================================== ] 2822/4007 70% [=========================================== ] 2823/4007 70% [=========================================== ] 2824/4007 70% [=========================================== ] 2825/4007 70% [=========================================== ] 2826/4007 70% [=========================================== ] 2827/4007 70% [=========================================== ] 2828/4007 70% [=========================================== ] 2829/4007 70% [=========================================== ] 2830/4007 70% [=========================================== ] 2831/4007 70% [=========================================== ] 2832/4007 70% [=========================================== ] 2833/4007 70% [=========================================== ] 2834/4007 70% [=========================================== ] 2835/4007 70% [=========================================== ] 2836/4007 70% [=========================================== ] 2837/4007 70% [=========================================== ] 2838/4007 70% [=========================================== ] 2839/4007 70% [=========================================== ] 2840/4007 70% [=========================================== ] 2841/4007 70% [=========================================== ] 2842/4007 70% [=========================================== ] 2843/4007 70% [============================================ ] 2844/4007 70% [============================================ ] 2845/4007 71% [============================================ ] 2846/4007 71% [============================================ ] 2847/4007 71% [============================================ ] 2848/4007 71% [============================================ ] 2849/4007 71% [============================================ ] 2850/4007 71% [============================================ ] 2851/4007 71% [============================================ ] 2852/4007 71% [============================================ ] 2853/4007 71% [============================================ ] 2854/4007 71% [============================================ ] 2855/4007 71% [============================================ ] 2856/4007 71% [============================================ ] 2857/4007 71% [============================================ ] 2858/4007 71% [============================================ ] 2859/4007 71% [============================================ ] 2860/4007 71% [============================================ ] 2861/4007 71% [============================================ ] 2862/4007 71% [============================================ ] 2863/4007 71% [============================================ ] 2864/4007 71% [============================================ ] 2865/4007 71% [============================================ ] 2866/4007 71% [============================================ ] 2867/4007 71% [============================================ ] 2868/4007 71% [============================================ ] 2869/4007 71% [============================================ ] 2870/4007 71% [============================================ ] 2871/4007 71% [============================================ ] 2872/4007 71% [============================================ ] 2873/4007 71% [============================================ ] 2874/4007 71% [============================================ ] 2875/4007 71% [============================================ ] 2876/4007 71% [============================================ ] 2877/4007 71% [============================================ ] 2878/4007 71% [============================================ ] 2879/4007 71% [============================================ ] 2880/4007 71% [============================================ ] 2881/4007 71% [============================================ ] 2882/4007 71% [============================================ ] 2883/4007 71% [============================================ ] 2884/4007 71% [============================================ ] 2885/4007 71% [============================================ ] 2886/4007 72% [============================================ ] 2887/4007 72% [============================================ ] 2888/4007 72% [============================================ ] 2889/4007 72% [============================================ ] 2890/4007 72% [============================================ ] 2891/4007 72% [============================================ ] 2892/4007 72% [============================================ ] 2893/4007 72% [============================================ ] 2894/4007 72% [============================================ ] 2895/4007 72% [============================================ ] 2896/4007 72% [============================================ ] 2897/4007 72% [============================================ ] 2898/4007 72% [============================================ ] 2899/4007 72% [============================================ ] 2900/4007 72% [============================================ ] 2901/4007 72% [============================================ ] 2902/4007 72% [============================================ ] 2903/4007 72% [============================================ ] 2904/4007 72% [============================================ ] 2905/4007 72% [============================================ ] 2906/4007 72% [============================================ ] 2907/4007 72% [============================================ ] 2908/4007 72% [============================================= ] 2909/4007 72% [============================================= ] 2910/4007 72% [============================================= ] 2911/4007 72% [============================================= ] 2912/4007 72% [============================================= ] 2913/4007 72% [============================================= ] 2914/4007 72% [============================================= ] 2915/4007 72% [============================================= ] 2916/4007 72% [============================================= ] 2917/4007 72% [============================================= ] 2918/4007 72% [============================================= ] 2919/4007 72% [============================================= ] 2920/4007 72% [============================================= ] 2921/4007 72% [============================================= ] 2922/4007 72% [============================================= ] 2923/4007 72% [============================================= ] 2924/4007 72% [============================================= ] 2925/4007 72% [============================================= ] 2926/4007 73% [============================================= ] 2927/4007 73% [============================================= ] 2928/4007 73% [============================================= ] 2929/4007 73% [============================================= ] 2930/4007 73% [============================================= ] 2931/4007 73% [============================================= ] 2932/4007 73% [============================================= ] 2933/4007 73% [============================================= ] 2934/4007 73% [============================================= ] 2935/4007 73% [============================================= ] 2936/4007 73% [============================================= ] 2937/4007 73% [============================================= ] 2938/4007 73% [============================================= ] 2939/4007 73% [============================================= ] 2940/4007 73% [============================================= ] 2941/4007 73% [============================================= ] 2942/4007 73% [============================================= ] 2943/4007 73% [============================================= ] 2944/4007 73% [============================================= ] 2945/4007 73% [============================================= ] 2946/4007 73% [============================================= ] 2947/4007 73% [============================================= ] 2948/4007 73% [============================================= ] 2949/4007 73% [============================================= ] 2950/4007 73% [============================================= ] 2951/4007 73% [============================================= ] 2952/4007 73% [============================================= ] 2953/4007 73% [============================================= ] 2954/4007 73% [============================================= ] 2955/4007 73% [============================================= ] 2956/4007 73% [============================================= ] 2957/4007 73% [============================================= ] 2958/4007 73% [============================================= ] 2959/4007 73% [============================================= ] 2960/4007 73% [============================================= ] 2961/4007 73% [============================================= ] 2962/4007 73% [============================================= ] 2963/4007 73% [============================================= ] 2964/4007 73% [============================================= ] 2965/4007 73% [============================================= ] 2966/4007 74% [============================================= ] 2967/4007 74% [============================================= ] 2968/4007 74% [============================================= ] 2969/4007 74% [============================================= ] 2970/4007 74% [============================================= ] 2971/4007 74% [============================================= ] 2972/4007 74% [============================================== ] 2973/4007 74% [============================================== ] 2974/4007 74% [============================================== ] 2975/4007 74% [============================================== ] 2976/4007 74% [============================================== ] 2977/4007 74% [============================================== ] 2978/4007 74% [============================================== ] 2979/4007 74% [============================================== ] 2980/4007 74% [============================================== ] 2981/4007 74% [============================================== ] 2982/4007 74% [============================================== ] 2983/4007 74% [============================================== ] 2984/4007 74% [============================================== ] 2985/4007 74% [============================================== ] 2986/4007 74% [============================================== ] 2987/4007 74% [============================================== ] 2988/4007 74% [============================================== ] 2989/4007 74% [============================================== ] 2990/4007 74% [============================================== ] 2991/4007 74% [============================================== ] 2992/4007 74% [============================================== ] 2993/4007 74% [============================================== ] 2994/4007 74% [============================================== ] 2995/4007 74% [============================================== ] 2996/4007 74% [============================================== ] 2997/4007 74% [============================================== ] 2998/4007 74% [============================================== ] 2999/4007 74% [============================================== ] 3000/4007 74% [============================================== ] 3001/4007 74% [============================================== ] 3002/4007 74% [============================================== ] 3003/4007 74% [============================================== ] 3004/4007 74% [============================================== ] 3005/4007 74% [============================================== ] 3006/4007 75% [============================================== ] 3007/4007 75% [============================================== ] 3008/4007 75% [============================================== ] 3009/4007 75% [============================================== ] 3010/4007 75% [============================================== ] 3011/4007 75% [============================================== ] 3012/4007 75% [============================================== ] 3013/4007 75% [============================================== ] 3014/4007 75% [============================================== ] 3015/4007 75% [============================================== ] 3016/4007 75% [============================================== ] 3017/4007 75% [============================================== ] 3018/4007 75% [============================================== ] 3019/4007 75% [============================================== ] 3020/4007 75% [============================================== ] 3021/4007 75% [============================================== ] 3022/4007 75% [============================================== ] 3023/4007 75% [============================================== ] 3024/4007 75% [============================================== ] 3025/4007 75% [============================================== ] 3026/4007 75% [============================================== ] 3027/4007 75% [============================================== ] 3028/4007 75% [============================================== ] 3029/4007 75% [============================================== ] 3030/4007 75% [============================================== ] 3031/4007 75% [============================================== ] 3032/4007 75% [============================================== ] 3033/4007 75% [============================================== ] 3034/4007 75% [============================================== ] 3035/4007 75% [============================================== ] 3036/4007 75% [============================================== ] 3037/4007 75% [=============================================== ] 3038/4007 75% [=============================================== ] 3039/4007 75% [=============================================== ] 3040/4007 75% [=============================================== ] 3041/4007 75% [=============================================== ] 3042/4007 75% [=============================================== ] 3043/4007 75% [=============================================== ] 3044/4007 75% [=============================================== ] 3045/4007 75% [=============================================== ] 3046/4007 76% [=============================================== ] 3047/4007 76% [=============================================== ] 3048/4007 76% [=============================================== ] 3049/4007 76% [=============================================== ] 3050/4007 76% [=============================================== ] 3051/4007 76% [=============================================== ] 3052/4007 76% [=============================================== ] 3053/4007 76% [=============================================== ] 3054/4007 76% [=============================================== ] 3055/4007 76% [=============================================== ] 3056/4007 76% [=============================================== ] 3057/4007 76% [=============================================== ] 3058/4007 76% [=============================================== ] 3059/4007 76% [=============================================== ] 3060/4007 76% [=============================================== ] 3061/4007 76% [=============================================== ] 3062/4007 76% [=============================================== ] 3063/4007 76% [=============================================== ] 3064/4007 76% [=============================================== ] 3065/4007 76% [=============================================== ] 3066/4007 76% [=============================================== ] 3067/4007 76% [=============================================== ] 3068/4007 76% [=============================================== ] 3069/4007 76% [=============================================== ] 3070/4007 76% [=============================================== ] 3071/4007 76% [=============================================== ] 3072/4007 76% [=============================================== ] 3073/4007 76% [=============================================== ] 3074/4007 76% [=============================================== ] 3075/4007 76% [=============================================== ] 3076/4007 76% [=============================================== ] 3077/4007 76% [=============================================== ] 3078/4007 76% [=============================================== ] 3079/4007 76% [=============================================== ] 3080/4007 76% [=============================================== ] 3081/4007 76% [=============================================== ] 3082/4007 76% [=============================================== ] 3083/4007 76% [=============================================== ] 3084/4007 76% [=============================================== ] 3085/4007 76% [=============================================== ] 3086/4007 77% [=============================================== ] 3087/4007 77% [=============================================== ] 3088/4007 77% [=============================================== ] 3089/4007 77% [=============================================== ] 3090/4007 77% [=============================================== ] 3091/4007 77% [=============================================== ] 3092/4007 77% [=============================================== ] 3093/4007 77% [=============================================== ] 3094/4007 77% [=============================================== ] 3095/4007 77% [=============================================== ] 3096/4007 77% [=============================================== ] 3097/4007 77% [=============================================== ] 3098/4007 77% [=============================================== ] 3099/4007 77% [=============================================== ] 3100/4007 77% [=============================================== ] 3101/4007 77% [=============================================== ] 3102/4007 77% [================================================ ] 3103/4007 77% [================================================ ] 3104/4007 77% [================================================ ] 3105/4007 77% [================================================ ] 3106/4007 77% [================================================ ] 3107/4007 77% [================================================ ] 3108/4007 77% [================================================ ] 3109/4007 77% [================================================ ] 3110/4007 77% [================================================ ] 3111/4007 77% [================================================ ] 3112/4007 77% [================================================ ] 3113/4007 77% [================================================ ] 3114/4007 77% [================================================ ] 3115/4007 77% [================================================ ] 3116/4007 77% [================================================ ] 3117/4007 77% [================================================ ] 3118/4007 77% [================================================ ] 3119/4007 77% [================================================ ] 3120/4007 77% [================================================ ] 3121/4007 77% [================================================ ] 3122/4007 77% [================================================ ] 3123/4007 77% [================================================ ] 3124/4007 77% [================================================ ] 3125/4007 77% [================================================ ] 3126/4007 78% [================================================ ] 3127/4007 78% [================================================ ] 3128/4007 78% [================================================ ] 3129/4007 78% [================================================ ] 3130/4007 78% [================================================ ] 3131/4007 78% [================================================ ] 3132/4007 78% [================================================ ] 3133/4007 78% [================================================ ] 3134/4007 78% [================================================ ] 3135/4007 78% [================================================ ] 3136/4007 78% [================================================ ] 3137/4007 78% [================================================ ] 3138/4007 78% [================================================ ] 3139/4007 78% [================================================ ] 3140/4007 78% [================================================ ] 3141/4007 78% [================================================ ] 3142/4007 78% [================================================ ] 3143/4007 78% [================================================ ] 3144/4007 78% [================================================ ] 3145/4007 78% [================================================ ] 3146/4007 78% [================================================ ] 3147/4007 78% [================================================ ] 3148/4007 78% [================================================ ] 3149/4007 78% [================================================ ] 3150/4007 78% [================================================ ] 3151/4007 78% [================================================ ] 3152/4007 78% [================================================ ] 3153/4007 78% [================================================ ] 3154/4007 78% [================================================ ] 3155/4007 78% [================================================ ] 3156/4007 78% [================================================ ] 3157/4007 78% [================================================ ] 3158/4007 78% [================================================ ] 3159/4007 78% [================================================ ] 3160/4007 78% [================================================ ] 3161/4007 78% [================================================ ] 3162/4007 78% [================================================ ] 3163/4007 78% [================================================ ] 3164/4007 78% [================================================ ] 3165/4007 78% [================================================ ] 3166/4007 79% [================================================= ] 3167/4007 79% [================================================= ] 3168/4007 79% [================================================= ] 3169/4007 79% [================================================= ] 3170/4007 79% [================================================= ] 3171/4007 79% [================================================= ] 3172/4007 79% [================================================= ] 3173/4007 79% [================================================= ] 3174/4007 79% [================================================= ] 3175/4007 79% [================================================= ] 3176/4007 79% [================================================= ] 3177/4007 79% [================================================= ] 3178/4007 79% [================================================= ] 3179/4007 79% [================================================= ] 3180/4007 79% [================================================= ] 3181/4007 79% [================================================= ] 3182/4007 79% [================================================= ] 3183/4007 79% [================================================= ] 3184/4007 79% [================================================= ] 3185/4007 79% [================================================= ] 3186/4007 79% [================================================= ] 3187/4007 79% [================================================= ] 3188/4007 79% [================================================= ] 3189/4007 79% [================================================= ] 3190/4007 79% [================================================= ] 3191/4007 79% [================================================= ] 3192/4007 79% [================================================= ] 3193/4007 79% [================================================= ] 3194/4007 79% [================================================= ] 3195/4007 79% [================================================= ] 3196/4007 79% [================================================= ] 3197/4007 79% [================================================= ] 3198/4007 79% [================================================= ] 3199/4007 79% [================================================= ] 3200/4007 79% [================================================= ] 3201/4007 79% [================================================= ] 3202/4007 79% [================================================= ] 3203/4007 79% [================================================= ] 3204/4007 79% [================================================= ] 3205/4007 79% [================================================= ] 3206/4007 80% [================================================= ] 3207/4007 80% [================================================= ] 3208/4007 80% [================================================= ] 3209/4007 80% [================================================= ] 3210/4007 80% [================================================= ] 3211/4007 80% [================================================= ] 3212/4007 80% [================================================= ] 3213/4007 80% [================================================= ] 3214/4007 80% [================================================= ] 3215/4007 80% [================================================= ] 3216/4007 80% [================================================= ] 3217/4007 80% [================================================= ] 3218/4007 80% [================================================= ] 3219/4007 80% [================================================= ] 3220/4007 80% [================================================= ] 3221/4007 80% [================================================= ] 3222/4007 80% [================================================= ] 3223/4007 80% [================================================= ] 3224/4007 80% [================================================= ] 3225/4007 80% [================================================= ] 3226/4007 80% [================================================= ] 3227/4007 80% [================================================= ] 3228/4007 80% [================================================= ] 3229/4007 80% [================================================= ] 3230/4007 80% [================================================= ] 3231/4007 80% [================================================== ] 3232/4007 80% [================================================== ] 3233/4007 80% [================================================== ] 3234/4007 80% [================================================== ] 3235/4007 80% [================================================== ] 3236/4007 80% [================================================== ] 3237/4007 80% [================================================== ] 3238/4007 80% [================================================== ] 3239/4007 80% [================================================== ] 3240/4007 80% [================================================== ] 3241/4007 80% [================================================== ] 3242/4007 80% [================================================== ] 3243/4007 80% [================================================== ] 3244/4007 80% [================================================== ] 3245/4007 80% [================================================== ] 3246/4007 81% [================================================== ] 3247/4007 81% [================================================== ] 3248/4007 81% [================================================== ] 3249/4007 81% [================================================== ] 3250/4007 81% [================================================== ] 3251/4007 81% [================================================== ] 3252/4007 81% [================================================== ] 3253/4007 81% [================================================== ] 3254/4007 81% [================================================== ] 3255/4007 81% [================================================== ] 3256/4007 81% [================================================== ] 3257/4007 81% [================================================== ] 3258/4007 81% [================================================== ] 3259/4007 81% [================================================== ] 3260/4007 81% [================================================== ] 3261/4007 81% [================================================== ] 3262/4007 81% [================================================== ] 3263/4007 81% [================================================== ] 3264/4007 81% [================================================== ] 3265/4007 81% [================================================== ] 3266/4007 81% [================================================== ] 3267/4007 81% [================================================== ] 3268/4007 81% [================================================== ] 3269/4007 81% [================================================== ] 3270/4007 81% [================================================== ] 3271/4007 81% [================================================== ] 3272/4007 81% [================================================== ] 3273/4007 81% [================================================== ] 3274/4007 81% [================================================== ] 3275/4007 81% [================================================== ] 3276/4007 81% [================================================== ] 3277/4007 81% [================================================== ] 3278/4007 81% [================================================== ] 3279/4007 81% [================================================== ] 3280/4007 81% [================================================== ] 3281/4007 81% [================================================== ] 3282/4007 81% [================================================== ] 3283/4007 81% [================================================== ] 3284/4007 81% [================================================== ] 3285/4007 81% [================================================== ] 3286/4007 82% [================================================== ] 3287/4007 82% [================================================== ] 3288/4007 82% [================================================== ] 3289/4007 82% [================================================== ] 3290/4007 82% [================================================== ] 3291/4007 82% [================================================== ] 3292/4007 82% [================================================== ] 3293/4007 82% [================================================== ] 3294/4007 82% [================================================== ] 3295/4007 82% [================================================== ] 3296/4007 82% [=================================================== ] 3297/4007 82% [=================================================== ] 3298/4007 82% [=================================================== ] 3299/4007 82% [=================================================== ] 3300/4007 82% [=================================================== ] 3301/4007 82% [=================================================== ] 3302/4007 82% [=================================================== ] 3303/4007 82% [=================================================== ] 3304/4007 82% [=================================================== ] 3305/4007 82% [=================================================== ] 3306/4007 82% [=================================================== ] 3307/4007 82% [=================================================== ] 3308/4007 82% [=================================================== ] 3309/4007 82% [=================================================== ] 3310/4007 82% [=================================================== ] 3311/4007 82% [=================================================== ] 3312/4007 82% [=================================================== ] 3313/4007 82% [=================================================== ] 3314/4007 82% [=================================================== ] 3315/4007 82% [=================================================== ] 3316/4007 82% [=================================================== ] 3317/4007 82% [=================================================== ] 3318/4007 82% [=================================================== ] 3319/4007 82% [=================================================== ] 3320/4007 82% [=================================================== ] 3321/4007 82% [=================================================== ] 3322/4007 82% [=================================================== ] 3323/4007 82% [=================================================== ] 3324/4007 82% [=================================================== ] 3325/4007 82% [=================================================== ] 3326/4007 83% [=================================================== ] 3327/4007 83% [=================================================== ] 3328/4007 83% [=================================================== ] 3329/4007 83% [=================================================== ] 3330/4007 83% [=================================================== ] 3331/4007 83% [=================================================== ] 3332/4007 83% [=================================================== ] 3333/4007 83% [=================================================== ] 3334/4007 83% [=================================================== ] 3335/4007 83% [=================================================== ] 3336/4007 83% [=================================================== ] 3337/4007 83% [=================================================== ] 3338/4007 83% [=================================================== ] 3339/4007 83% [=================================================== ] 3340/4007 83% [=================================================== ] 3341/4007 83% [=================================================== ] 3342/4007 83% [=================================================== ] 3343/4007 83% [=================================================== ] 3344/4007 83% [=================================================== ] 3345/4007 83% [=================================================== ] 3346/4007 83% [=================================================== ] 3347/4007 83% [=================================================== ] 3348/4007 83% [=================================================== ] 3349/4007 83% [=================================================== ] 3350/4007 83% [=================================================== ] 3351/4007 83% [=================================================== ] 3352/4007 83% [=================================================== ] 3353/4007 83% [=================================================== ] 3354/4007 83% [=================================================== ] 3355/4007 83% [=================================================== ] 3356/4007 83% [=================================================== ] 3357/4007 83% [=================================================== ] 3358/4007 83% [=================================================== ] 3359/4007 83% [=================================================== ] 3360/4007 83% [==================================================== ] 3361/4007 83% [==================================================== ] 3362/4007 83% [==================================================== ] 3363/4007 83% [==================================================== ] 3364/4007 83% [==================================================== ] 3365/4007 83% [==================================================== ] 3366/4007 84% [==================================================== ] 3367/4007 84% [==================================================== ] 3368/4007 84% [==================================================== ] 3369/4007 84% [==================================================== ] 3370/4007 84% [==================================================== ] 3371/4007 84% [==================================================== ] 3372/4007 84% [==================================================== ] 3373/4007 84% [==================================================== ] 3374/4007 84% [==================================================== ] 3375/4007 84% [==================================================== ] 3376/4007 84% [==================================================== ] 3377/4007 84% [==================================================== ] 3378/4007 84% [==================================================== ] 3379/4007 84% [==================================================== ] 3380/4007 84% [==================================================== ] 3381/4007 84% [==================================================== ] 3382/4007 84% [==================================================== ] 3383/4007 84% [==================================================== ] 3384/4007 84% [==================================================== ] 3385/4007 84% [==================================================== ] 3386/4007 84% [==================================================== ] 3387/4007 84% [==================================================== ] 3388/4007 84% [==================================================== ] 3389/4007 84% [==================================================== ] 3390/4007 84% [==================================================== ] 3391/4007 84% [==================================================== ] 3392/4007 84% [==================================================== ] 3393/4007 84% [==================================================== ] 3394/4007 84% [==================================================== ] 3395/4007 84% [==================================================== ] 3396/4007 84% [==================================================== ] 3397/4007 84% [==================================================== ] 3398/4007 84% [==================================================== ] 3399/4007 84% [==================================================== ] 3400/4007 84% [==================================================== ] 3401/4007 84% [==================================================== ] 3402/4007 84% [==================================================== ] 3403/4007 84% [==================================================== ] 3404/4007 84% [==================================================== ] 3405/4007 84% [==================================================== ] 3406/4007 85% [==================================================== ] 3407/4007 85% [==================================================== ] 3408/4007 85% [==================================================== ] 3409/4007 85% [==================================================== ] 3410/4007 85% [==================================================== ] 3411/4007 85% [==================================================== ] 3412/4007 85% [==================================================== ] 3413/4007 85% [==================================================== ] 3414/4007 85% [==================================================== ] 3415/4007 85% [==================================================== ] 3416/4007 85% [==================================================== ] 3417/4007 85% [==================================================== ] 3418/4007 85% [==================================================== ] 3419/4007 85% [==================================================== ] 3420/4007 85% [==================================================== ] 3421/4007 85% [==================================================== ] 3422/4007 85% [==================================================== ] 3423/4007 85% [==================================================== ] 3424/4007 85% [==================================================== ] 3425/4007 85% [===================================================== ] 3426/4007 85% [===================================================== ] 3427/4007 85% [===================================================== ] 3428/4007 85% [===================================================== ] 3429/4007 85% [===================================================== ] 3430/4007 85% [===================================================== ] 3431/4007 85% [===================================================== ] 3432/4007 85% [===================================================== ] 3433/4007 85% [===================================================== ] 3434/4007 85% [===================================================== ] 3435/4007 85% [===================================================== ] 3436/4007 85% [===================================================== ] 3437/4007 85% [===================================================== ] 3438/4007 85% [===================================================== ] 3439/4007 85% [===================================================== ] 3440/4007 85% [===================================================== ] 3441/4007 85% [===================================================== ] 3442/4007 85% [===================================================== ] 3443/4007 85% [===================================================== ] 3444/4007 85% [===================================================== ] 3445/4007 85% [===================================================== ] 3446/4007 85% [===================================================== ] 3447/4007 86% [===================================================== ] 3448/4007 86% [===================================================== ] 3449/4007 86% [===================================================== ] 3450/4007 86% [===================================================== ] 3451/4007 86% [===================================================== ] 3452/4007 86% [===================================================== ] 3453/4007 86% [===================================================== ] 3454/4007 86% [===================================================== ] 3455/4007 86% [===================================================== ] 3456/4007 86% [===================================================== ] 3457/4007 86% [===================================================== ] 3458/4007 86% [===================================================== ] 3459/4007 86% [===================================================== ] 3460/4007 86% [===================================================== ] 3461/4007 86% [===================================================== ] 3462/4007 86% [===================================================== ] 3463/4007 86% [===================================================== ] 3464/4007 86% [===================================================== ] 3465/4007 86% [===================================================== ] 3466/4007 86% [===================================================== ] 3467/4007 86% [===================================================== ] 3468/4007 86% [===================================================== ] 3469/4007 86% [===================================================== ] 3470/4007 86% [===================================================== ] 3471/4007 86% [===================================================== ] 3472/4007 86% [===================================================== ] 3473/4007 86% [===================================================== ] 3474/4007 86% [===================================================== ] 3475/4007 86% [===================================================== ] 3476/4007 86% [===================================================== ] 3477/4007 86% [===================================================== ] 3478/4007 86% [===================================================== ] 3479/4007 86% [===================================================== ] 3480/4007 86% [===================================================== ] 3481/4007 86% [===================================================== ] 3482/4007 86% [===================================================== ] 3483/4007 86% [===================================================== ] 3484/4007 86% [===================================================== ] 3485/4007 86% [===================================================== ] 3486/4007 86% [===================================================== ] 3487/4007 87% [===================================================== ] 3488/4007 87% [===================================================== ] 3489/4007 87% [====================================================== ] 3490/4007 87% [====================================================== ] 3491/4007 87% [====================================================== ] 3492/4007 87% [====================================================== ] 3493/4007 87% [====================================================== ] 3494/4007 87% [====================================================== ] 3495/4007 87% [====================================================== ] 3496/4007 87% [====================================================== ] 3497/4007 87% [====================================================== ] 3498/4007 87% [====================================================== ] 3499/4007 87% [====================================================== ] 3500/4007 87% [====================================================== ] 3501/4007 87% [====================================================== ] 3502/4007 87% [====================================================== ] 3503/4007 87% [====================================================== ] 3504/4007 87% [====================================================== ] 3505/4007 87% [====================================================== ] 3506/4007 87% [====================================================== ] 3507/4007 87% [====================================================== ] 3508/4007 87% [====================================================== ] 3509/4007 87% [====================================================== ] 3510/4007 87% [====================================================== ] 3511/4007 87% [====================================================== ] 3512/4007 87% [====================================================== ] 3513/4007 87% [====================================================== ] 3514/4007 87% [====================================================== ] 3515/4007 87% [====================================================== ] 3516/4007 87% [====================================================== ] 3517/4007 87% [====================================================== ] 3518/4007 87% [====================================================== ] 3519/4007 87% [====================================================== ] 3520/4007 87% [====================================================== ] 3521/4007 87% [====================================================== ] 3522/4007 87% [====================================================== ] 3523/4007 87% [====================================================== ] 3524/4007 87% [====================================================== ] 3525/4007 87% [====================================================== ] 3526/4007 87% [====================================================== ] 3527/4007 88% [====================================================== ] 3528/4007 88% [====================================================== ] 3529/4007 88% [====================================================== ] 3530/4007 88% [====================================================== ] 3531/4007 88% [====================================================== ] 3532/4007 88% [====================================================== ] 3533/4007 88% [====================================================== ] 3534/4007 88% [====================================================== ] 3535/4007 88% [====================================================== ] 3536/4007 88% [====================================================== ] 3537/4007 88% [====================================================== ] 3538/4007 88% [====================================================== ] 3539/4007 88% [====================================================== ] 3540/4007 88% [====================================================== ] 3541/4007 88% [====================================================== ] 3542/4007 88% [====================================================== ] 3543/4007 88% [====================================================== ] 3544/4007 88% [====================================================== ] 3545/4007 88% [====================================================== ] 3546/4007 88% [====================================================== ] 3547/4007 88% [====================================================== ] 3548/4007 88% [====================================================== ] 3549/4007 88% [====================================================== ] 3550/4007 88% [====================================================== ] 3551/4007 88% [====================================================== ] 3552/4007 88% [====================================================== ] 3553/4007 88% [====================================================== ] 3554/4007 88% [======================================================= ] 3555/4007 88% [======================================================= ] 3556/4007 88% [======================================================= ] 3557/4007 88% [======================================================= ] 3558/4007 88% [======================================================= ] 3559/4007 88% [======================================================= ] 3560/4007 88% [======================================================= ] 3561/4007 88% [======================================================= ] 3562/4007 88% [======================================================= ] 3563/4007 88% [======================================================= ] 3564/4007 88% [======================================================= ] 3565/4007 88% [======================================================= ] 3566/4007 88% [======================================================= ] 3567/4007 89% [======================================================= ] 3568/4007 89% [======================================================= ] 3569/4007 89% [======================================================= ] 3570/4007 89% [======================================================= ] 3571/4007 89% [======================================================= ] 3572/4007 89% [======================================================= ] 3573/4007 89% [======================================================= ] 3574/4007 89% [======================================================= ] 3575/4007 89% [======================================================= ] 3576/4007 89% [======================================================= ] 3577/4007 89% [======================================================= ] 3578/4007 89% [======================================================= ] 3579/4007 89% [======================================================= ] 3580/4007 89% [======================================================= ] 3581/4007 89% [======================================================= ] 3582/4007 89% [======================================================= ] 3583/4007 89% [======================================================= ] 3584/4007 89% [======================================================= ] 3585/4007 89% [======================================================= ] 3586/4007 89% [======================================================= ] 3587/4007 89% [======================================================= ] 3588/4007 89% [======================================================= ] 3589/4007 89% [======================================================= ] 3590/4007 89% [======================================================= ] 3591/4007 89% [======================================================= ] 3592/4007 89% [======================================================= ] 3593/4007 89% [======================================================= ] 3594/4007 89% [======================================================= ] 3595/4007 89% [======================================================= ] 3596/4007 89% [======================================================= ] 3597/4007 89% [======================================================= ] 3598/4007 89% [======================================================= ] 3599/4007 89% [======================================================= ] 3600/4007 89% [======================================================= ] 3601/4007 89% [======================================================= ] 3602/4007 89% [======================================================= ] 3603/4007 89% [======================================================= ] 3604/4007 89% [======================================================= ] 3605/4007 89% [======================================================= ] 3606/4007 89% [======================================================= ] 3607/4007 90% [======================================================= ] 3608/4007 90% [======================================================= ] 3609/4007 90% [======================================================= ] 3610/4007 90% [======================================================= ] 3611/4007 90% [======================================================= ] 3612/4007 90% [======================================================= ] 3613/4007 90% [======================================================= ] 3614/4007 90% [======================================================= ] 3615/4007 90% [======================================================= ] 3616/4007 90% [======================================================= ] 3617/4007 90% [======================================================= ] 3618/4007 90% [======================================================= ] 3619/4007 90% [======================================================== ] 3620/4007 90% [======================================================== ] 3621/4007 90% [======================================================== ] 3622/4007 90% [======================================================== ] 3623/4007 90% [======================================================== ] 3624/4007 90% [======================================================== ] 3625/4007 90% [======================================================== ] 3626/4007 90% [======================================================== ] 3627/4007 90% [======================================================== ] 3628/4007 90% [======================================================== ] 3629/4007 90% [======================================================== ] 3630/4007 90% [======================================================== ] 3631/4007 90% [======================================================== ] 3632/4007 90% [======================================================== ] 3633/4007 90% [======================================================== ] 3634/4007 90% [======================================================== ] 3635/4007 90% [======================================================== ] 3636/4007 90% [======================================================== ] 3637/4007 90% [======================================================== ] 3638/4007 90% [======================================================== ] 3639/4007 90% [======================================================== ] 3640/4007 90% [======================================================== ] 3641/4007 90% [======================================================== ] 3642/4007 90% [======================================================== ] 3643/4007 90% [======================================================== ] 3644/4007 90% [======================================================== ] 3645/4007 90% [======================================================== ] 3646/4007 90% [======================================================== ] 3647/4007 91% [======================================================== ] 3648/4007 91% [======================================================== ] 3649/4007 91% [======================================================== ] 3650/4007 91% [======================================================== ] 3651/4007 91% [======================================================== ] 3652/4007 91% [======================================================== ] 3653/4007 91% [======================================================== ] 3654/4007 91% [======================================================== ] 3655/4007 91% [======================================================== ] 3656/4007 91% [======================================================== ] 3657/4007 91% [======================================================== ] 3658/4007 91% [======================================================== ] 3659/4007 91% [======================================================== ] 3660/4007 91% [======================================================== ] 3661/4007 91% [======================================================== ] 3662/4007 91% [======================================================== ] 3663/4007 91% [======================================================== ] 3664/4007 91% [======================================================== ] 3665/4007 91% [======================================================== ] 3666/4007 91% [======================================================== ] 3667/4007 91% [======================================================== ] 3668/4007 91% [======================================================== ] 3669/4007 91% [======================================================== ] 3670/4007 91% [======================================================== ] 3671/4007 91% [======================================================== ] 3672/4007 91% [======================================================== ] 3673/4007 91% [======================================================== ] 3674/4007 91% [======================================================== ] 3675/4007 91% [======================================================== ] 3676/4007 91% [======================================================== ] 3677/4007 91% [======================================================== ] 3678/4007 91% [======================================================== ] 3679/4007 91% [======================================================== ] 3680/4007 91% [======================================================== ] 3681/4007 91% [======================================================== ] 3682/4007 91% [======================================================== ] 3683/4007 91% [========================================================= ] 3684/4007 91% [========================================================= ] 3685/4007 91% [========================================================= ] 3686/4007 91% [========================================================= ] 3687/4007 92% [========================================================= ] 3688/4007 92% [========================================================= ] 3689/4007 92% [========================================================= ] 3690/4007 92% [========================================================= ] 3691/4007 92% [========================================================= ] 3692/4007 92% [========================================================= ] 3693/4007 92% [========================================================= ] 3694/4007 92% [========================================================= ] 3695/4007 92% [========================================================= ] 3696/4007 92% [========================================================= ] 3697/4007 92% [========================================================= ] 3698/4007 92% [========================================================= ] 3699/4007 92% [========================================================= ] 3700/4007 92% [========================================================= ] 3701/4007 92% [========================================================= ] 3702/4007 92% [========================================================= ] 3703/4007 92% [========================================================= ] 3704/4007 92% [========================================================= ] 3705/4007 92% [========================================================= ] 3706/4007 92% [========================================================= ] 3707/4007 92% [========================================================= ] 3708/4007 92% [========================================================= ] 3709/4007 92% [========================================================= ] 3710/4007 92% [========================================================= ] 3711/4007 92% [========================================================= ] 3712/4007 92% [========================================================= ] 3713/4007 92% [========================================================= ] 3714/4007 92% [========================================================= ] 3715/4007 92% [========================================================= ] 3716/4007 92% [========================================================= ] 3717/4007 92% [========================================================= ] 3718/4007 92% [========================================================= ] 3719/4007 92% [========================================================= ] 3720/4007 92% [========================================================= ] 3721/4007 92% [========================================================= ] 3722/4007 92% [========================================================= ] 3723/4007 92% [========================================================= ] 3724/4007 92% [========================================================= ] 3725/4007 92% [========================================================= ] 3726/4007 92% [========================================================= ] 3727/4007 93% [========================================================= ] 3728/4007 93% [========================================================= ] 3729/4007 93% [========================================================= ] 3730/4007 93% [========================================================= ] 3731/4007 93% [========================================================= ] 3732/4007 93% [========================================================= ] 3733/4007 93% [========================================================= ] 3734/4007 93% [========================================================= ] 3735/4007 93% [========================================================= ] 3736/4007 93% [========================================================= ] 3737/4007 93% [========================================================= ] 3738/4007 93% [========================================================= ] 3739/4007 93% [========================================================= ] 3740/4007 93% [========================================================= ] 3741/4007 93% [========================================================= ] 3742/4007 93% [========================================================= ] 3743/4007 93% [========================================================= ] 3744/4007 93% [========================================================= ] 3745/4007 93% [========================================================= ] 3746/4007 93% [========================================================= ] 3747/4007 93% [========================================================= ] 3748/4007 93% [========================================================== ] 3749/4007 93% [========================================================== ] 3750/4007 93% [========================================================== ] 3751/4007 93% [========================================================== ] 3752/4007 93% [========================================================== ] 3753/4007 93% [========================================================== ] 3754/4007 93% [========================================================== ] 3755/4007 93% [========================================================== ] 3756/4007 93% [========================================================== ] 3757/4007 93% [========================================================== ] 3758/4007 93% [========================================================== ] 3759/4007 93% [========================================================== ] 3760/4007 93% [========================================================== ] 3761/4007 93% [========================================================== ] 3762/4007 93% [========================================================== ] 3763/4007 93% [========================================================== ] 3764/4007 93% [========================================================== ] 3765/4007 93% [========================================================== ] 3766/4007 93% [========================================================== ] 3767/4007 94% [========================================================== ] 3768/4007 94% [========================================================== ] 3769/4007 94% [========================================================== ] 3770/4007 94% [========================================================== ] 3771/4007 94% [========================================================== ] 3772/4007 94% [========================================================== ] 3773/4007 94% [========================================================== ] 3774/4007 94% [========================================================== ] 3775/4007 94% [========================================================== ] 3776/4007 94% [========================================================== ] 3777/4007 94% [========================================================== ] 3778/4007 94% [========================================================== ] 3779/4007 94% [========================================================== ] 3780/4007 94% [========================================================== ] 3781/4007 94% [========================================================== ] 3782/4007 94% [========================================================== ] 3783/4007 94% [========================================================== ] 3784/4007 94% [========================================================== ] 3785/4007 94% [========================================================== ] 3786/4007 94% [========================================================== ] 3787/4007 94% [========================================================== ] 3788/4007 94% [========================================================== ] 3789/4007 94% [========================================================== ] 3790/4007 94% [========================================================== ] 3791/4007 94% [========================================================== ] 3792/4007 94% [========================================================== ] 3793/4007 94% [========================================================== ] 3794/4007 94% [========================================================== ] 3795/4007 94% [========================================================== ] 3796/4007 94% [========================================================== ] 3797/4007 94% [========================================================== ] 3798/4007 94% [========================================================== ] 3799/4007 94% [========================================================== ] 3800/4007 94% [========================================================== ] 3801/4007 94% [========================================================== ] 3802/4007 94% [========================================================== ] 3803/4007 94% [========================================================== ] 3804/4007 94% [========================================================== ] 3805/4007 94% [========================================================== ] 3806/4007 94% [========================================================== ] 3807/4007 95% [========================================================== ] 3808/4007 95% [========================================================== ] 3809/4007 95% [========================================================== ] 3810/4007 95% [========================================================== ] 3811/4007 95% [========================================================== ] 3812/4007 95% [========================================================== ] 3813/4007 95% [=========================================================== ] 3814/4007 95% [=========================================================== ] 3815/4007 95% [=========================================================== ] 3816/4007 95% [=========================================================== ] 3817/4007 95% [=========================================================== ] 3818/4007 95% [=========================================================== ] 3819/4007 95% [=========================================================== ] 3820/4007 95% [=========================================================== ] 3821/4007 95% [=========================================================== ] 3822/4007 95% [=========================================================== ] 3823/4007 95% [=========================================================== ] 3824/4007 95% [=========================================================== ] 3825/4007 95% [=========================================================== ] 3826/4007 95% [=========================================================== ] 3827/4007 95% [=========================================================== ] 3828/4007 95% [=========================================================== ] 3829/4007 95% [=========================================================== ] 3830/4007 95% [=========================================================== ] 3831/4007 95% [=========================================================== ] 3832/4007 95% [=========================================================== ] 3833/4007 95% [=========================================================== ] 3834/4007 95% [=========================================================== ] 3835/4007 95% [=========================================================== ] 3836/4007 95% [=========================================================== ] 3837/4007 95% [=========================================================== ] 3838/4007 95% [=========================================================== ] 3839/4007 95% [=========================================================== ] 3840/4007 95% [=========================================================== ] 3841/4007 95% [=========================================================== ] 3842/4007 95% [=========================================================== ] 3843/4007 95% [=========================================================== ] 3844/4007 95% [=========================================================== ] 3845/4007 95% [=========================================================== ] 3846/4007 95% [=========================================================== ] 3847/4007 96% [=========================================================== ] 3848/4007 96% [=========================================================== ] 3849/4007 96% [=========================================================== ] 3850/4007 96% [=========================================================== ] 3851/4007 96% [=========================================================== ] 3852/4007 96% [=========================================================== ] 3853/4007 96% [=========================================================== ] 3854/4007 96% [=========================================================== ] 3855/4007 96% [=========================================================== ] 3856/4007 96% [=========================================================== ] 3857/4007 96% [=========================================================== ] 3858/4007 96% [=========================================================== ] 3859/4007 96% [=========================================================== ] 3860/4007 96% [=========================================================== ] 3861/4007 96% [=========================================================== ] 3862/4007 96% [=========================================================== ] 3863/4007 96% [=========================================================== ] 3864/4007 96% [=========================================================== ] 3865/4007 96% [=========================================================== ] 3866/4007 96% [=========================================================== ] 3867/4007 96% [=========================================================== ] 3868/4007 96% [=========================================================== ] 3869/4007 96% [=========================================================== ] 3870/4007 96% [=========================================================== ] 3871/4007 96% [=========================================================== ] 3872/4007 96% [=========================================================== ] 3873/4007 96% [=========================================================== ] 3874/4007 96% [=========================================================== ] 3875/4007 96% [=========================================================== ] 3876/4007 96% [=========================================================== ] 3877/4007 96% [============================================================ ] 3878/4007 96% [============================================================ ] 3879/4007 96% [============================================================ ] 3880/4007 96% [============================================================ ] 3881/4007 96% [============================================================ ] 3882/4007 96% [============================================================ ] 3883/4007 96% [============================================================ ] 3884/4007 96% [============================================================ ] 3885/4007 96% [============================================================ ] 3886/4007 96% [============================================================ ] 3887/4007 97% [============================================================ ] 3888/4007 97% [============================================================ ] 3889/4007 97% [============================================================ ] 3890/4007 97% [============================================================ ] 3891/4007 97% [============================================================ ] 3892/4007 97% [============================================================ ] 3893/4007 97% [============================================================ ] 3894/4007 97% [============================================================ ] 3895/4007 97% [============================================================ ] 3896/4007 97% [============================================================ ] 3897/4007 97% [============================================================ ] 3898/4007 97% [============================================================ ] 3899/4007 97% [============================================================ ] 3900/4007 97% [============================================================ ] 3901/4007 97% [============================================================ ] 3902/4007 97% [============================================================ ] 3903/4007 97% [============================================================ ] 3904/4007 97% [============================================================ ] 3905/4007 97% [============================================================ ] 3906/4007 97% [============================================================ ] 3907/4007 97% [============================================================ ] 3908/4007 97% [============================================================ ] 3909/4007 97% [============================================================ ] 3910/4007 97% [============================================================ ] 3911/4007 97% [============================================================ ] 3912/4007 97% [============================================================ ] 3913/4007 97% [============================================================ ] 3914/4007 97% [============================================================ ] 3915/4007 97% [============================================================ ] 3916/4007 97% [============================================================ ] 3917/4007 97% [============================================================ ] 3918/4007 97% [============================================================ ] 3919/4007 97% [============================================================ ] 3920/4007 97% [============================================================ ] 3921/4007 97% [============================================================ ] 3922/4007 97% [============================================================ ] 3923/4007 97% [============================================================ ] 3924/4007 97% [============================================================ ] 3925/4007 97% [============================================================ ] 3926/4007 97% [============================================================ ] 3927/4007 98% [============================================================ ] 3928/4007 98% [============================================================ ] 3929/4007 98% [============================================================ ] 3930/4007 98% [============================================================ ] 3931/4007 98% [============================================================ ] 3932/4007 98% [============================================================ ] 3933/4007 98% [============================================================ ] 3934/4007 98% [============================================================ ] 3935/4007 98% [============================================================ ] 3936/4007 98% [============================================================ ] 3937/4007 98% [============================================================ ] 3938/4007 98% [============================================================ ] 3939/4007 98% [============================================================ ] 3940/4007 98% [============================================================ ] 3941/4007 98% [============================================================ ] 3942/4007 98% [============================================================= ] 3943/4007 98% [============================================================= ] 3944/4007 98% [============================================================= ] 3945/4007 98% [============================================================= ] 3946/4007 98% [============================================================= ] 3947/4007 98% [============================================================= ] 3948/4007 98% [============================================================= ] 3949/4007 98% [============================================================= ] 3950/4007 98% [============================================================= ] 3951/4007 98% [============================================================= ] 3952/4007 98% [============================================================= ] 3953/4007 98% [============================================================= ] 3954/4007 98% [============================================================= ] 3955/4007 98% [============================================================= ] 3956/4007 98% [============================================================= ] 3957/4007 98% [============================================================= ] 3958/4007 98% [============================================================= ] 3959/4007 98% [============================================================= ] 3960/4007 98% [============================================================= ] 3961/4007 98% [============================================================= ] 3962/4007 98% [============================================================= ] 3963/4007 98% [============================================================= ] 3964/4007 98% [============================================================= ] 3965/4007 98% [============================================================= ] 3966/4007 98% [============================================================= ] 3967/4007 99% [============================================================= ] 3968/4007 99% [============================================================= ] 3969/4007 99% [============================================================= ] 3970/4007 99% [============================================================= ] 3971/4007 99% [============================================================= ] 3972/4007 99% [============================================================= ] 3973/4007 99% [============================================================= ] 3974/4007 99% [============================================================= ] 3975/4007 99% [============================================================= ] 3976/4007 99% [============================================================= ] 3977/4007 99% [============================================================= ] 3978/4007 99% [============================================================= ] 3979/4007 99% [============================================================= ] 3980/4007 99% [============================================================= ] 3981/4007 99% [============================================================= ] 3982/4007 99% [============================================================= ] 3983/4007 99% [============================================================= ] 3984/4007 99% [============================================================= ] 3985/4007 99% [============================================================= ] 3986/4007 99% [============================================================= ] 3987/4007 99% [============================================================= ] 3988/4007 99% [============================================================= ] 3989/4007 99% [============================================================= ] 3990/4007 99% [============================================================= ] 3991/4007 99% [============================================================= ] 3992/4007 99% [============================================================= ] 3993/4007 99% [============================================================= ] 3994/4007 99% [============================================================= ] 3995/4007 99% [============================================================= ] 3996/4007 99% [============================================================= ] 3997/4007 99% [============================================================= ] 3998/4007 99% [============================================================= ] 3999/4007 99% [============================================================= ] 4000/4007 99% [============================================================= ] 4001/4007 99% [============================================================= ] 4002/4007 99% [============================================================= ] 4003/4007 99% [============================================================= ] 4004/4007 99% [============================================================= ] 4005/4007 99% [============================================================= ] 4006/4007 99% [==============================================================] 4007/4007 100% operation complete, 4007 objects in 50777 NAND pages. ln -snf /home/autobuild/autobuild/instance-4/output-1/host/mips64-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-4/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-4/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-4/buildroot' >>> Buildroot 2023.05-216-gb335bd18a0 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.4.0 Collecting legal info >>> glibc 2.37-2-g9f8513dc64119a424b312db97cef5d87d376defa 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.4.0 Collecting legal info >>> host-binutils 2.39 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.3.9 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> host-agent-proxy 1.97 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> bash 5.2.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> bird 2.0.12 Collecting legal info README: OK (sha256: 94c53c84320078920ac1f0d49c81a4e9004512f534521a58bdf145acbcbc2cd2) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> 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) >>> busybox 1.36.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> pciutils 3.10.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> ca-certificates 20230311 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1u Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python3 3.11.4 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> cache-calibrator Collecting legal info calibrator.c.license: OK (sha256: a853663f5b4fb3ad77bf2790ab53146f456b8d9b9ddf83b99fe28c0bdec42514) >>> cjson 1.7.15 Collecting legal info LICENSE: OK (sha256: a36dda207c36db5818729c54e7ad4e8b0c6fba847491ba64f372c1a2037b6d5c) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> comix-cursors 0.9.1 Collecting legal info >>> host-crudini 0.9.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-python-setuptools 68.0.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python-pypa-build 0.10.0 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.1 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> dante 1.4.3 Collecting legal info LICENSE: OK (sha256: 05e2db26147a8575005f090aada119ea6cb40a4382164929d647f00abef3bdfd) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> host-dfu-util 0.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> drbd-utils 9.21.4 Collecting legal info COPYING: OK (sha256: 1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225) >>> dropbear 2022.83 Collecting legal info LICENSE: OK (sha256: a99ce657d790b761c132ee7e0de18edb437ae6361e536d991c6a12f36e770445) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> 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) >>> 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) >>> ebtables 2.0.11 Collecting legal info COPYING: OK (sha256: ebdb8ae564c952792017ec680e2edd30443642216eb9f8a3d8fa166c0cb628c1) >>> host-environment-setup Collecting legal info >>> fb-test-app 1.1.1 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> fftw-single 3.3.10 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> file 5.43 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: cc3d8704489d08eaefcaee8c639cc6436c6f0f6b2b03986d3ba7521a1a1d2fc9) >>> host-file 5.43 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: cc3d8704489d08eaefcaee8c639cc6436c6f0f6b2b03986d3ba7521a1a1d2fc9) >>> xz 5.2.10 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> font-awesome 4.7.0 Collecting legal info >>> forge 1.3.1 Collecting legal info LICENSE: OK (sha256: f63ff0e4e239244aa79280da2dd4811a0469e5e201caf5cbc0d97c3a1dff8e82) >>> freeradius-client 1.1.7 Collecting legal info COPYRIGHT: OK (sha256: e579878de7971b2224ae2263bbc61f6c465fe40e884a9068d5fa9d17fbfd2ebe) >>> host-gdb 10.2 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING3.LIB >>> host-libiberty 2.32 Collecting legal info COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> gnuplot 5.4.7 Collecting legal info Copyright: OK (sha256: 895928ec0735cca1c8cec42656c7e314a065d0242813bb8693c0c1bf61fd4e4d) >>> ifupdown-scripts Collecting legal info >>> ijs 0.35 Collecting legal info README: OK (sha256: f723390b7ee019eccf07763dcb5744acf8bb43034bc3ba3d6f1c94440e365b4f) >>> initscripts Collecting legal info >>> jsmn 1.1.0 Collecting legal info LICENSE: OK (sha256: 4675b94a50d2afe811c52785463c854f1156056632cce17cc7133939eac8ed55) >>> libargtable2 2.13 Collecting legal info COPYING: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) >>> libassuan 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.47 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libbytesize 2.7 Collecting legal info LICENSE: OK (sha256: 97bdc721d875501b6243a456333fdfdb1ab64d31c4da2554de845caf4674b946) >>> mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> libcue 2.2.1 Collecting legal info LICENSE: OK (sha256: c388d36583fa54e13b6d73ad924d0b68d073ed8a5771e17cb49104705df4504f) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libenca 1.19 Collecting legal info COPYING: OK (sha256: 87f1bd4a52b4029476b684fcdd51fed3c6b2540e462d3c2d3bfc9be4558b2825) >>> libg7221 dbfc29d4806ecdace50379a2f4d68a992a6fec34 Collecting legal info COPYING: OK (sha256: 26cc5f718279b45dbe34e25a2d29b2c8ca487bd9ab11b2d68c9318ff59d5c645) >>> libgpgme 1.20.0 Collecting legal info COPYING.LESSER: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_conntrack 1.0.9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libopenssl 1.1.1u Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libpthsem 2.0.8 Collecting legal info COPYING: OK (sha256: f1b95d3728077d1a3efe7fc17928b1953b1224f6caf9c528e30e570158b7520d) >>> libsamplerate 0.2.2 Collecting legal info COPYING: OK (sha256: 2c1f76ce2effdddb425018405d5690c0b1ab4e6976e35296b0a6db65c5e1a55d) >>> libsndfile 1.2.0 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libunibreak 5.1 Collecting legal info LICENCE: OK (sha256: 0c57e2ec42ece17791a75d2f9b2f8e0663181be008667a507f765b3ef22522db) >>> lsuio 0.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> minimodem 0.24 Collecting legal info COPYING: OK (sha256: c298178753129680ef6d3112f0f8b61acc405c86c1997dfe59735257988f8b33) >>> nfacct 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> nvidia-modprobe 450.57 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> odhcploc 20111021 Collecting legal info COPYING: OK (sha256: 092a5b7be2a7ff088be7ec99adf68629509911b66f304b8ea0c835cdc138d544) >>> openssh 9.3p1 Collecting legal info LICENCE: OK (sha256: 05c30446ba738934b3f1efa965b454c122ca26cc4b268e5ae6843f58ccd1b16d) >>> openssl Collecting legal info >>> host-pahole 1.25 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-elfutils 0.186 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.2.10 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libbpf 1.1.0 Collecting legal info LICENSE: OK (sha256: 847f4addbd56e2d5be20c4ea0845e972672fc07b755fadaae5f7abd35d71e349) LICENSE.BSD-2-Clause: OK (sha256: e1638b9a0c68ca90fad3df1d6b4e430804d2fbdc15e58d02cffddfae38953bbf) LICENSE.LGPL-2.1: OK (sha256: 0b9a4febcdee6de55872501d5c1a8f5d8b0d1650cd4d5351995ceb22e889f8ca) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> popperjs 1.16.0 Collecting legal info LICENSE.md: OK (sha256: 2961310ed05cd9373a08b8191c071425a7fede0ca5d807ca38fa5f5f61c5b834) >>> host-python-iniparse 0.5 Collecting legal info LICENSE-PSF: OK (sha256: 9b02e3dfe433ccd2bd94636ef6eb08638b5a54deafe5f87a3d9d9104356c48e0) LICENSE: OK (sha256: ff45637d8a96adc414179e502fbed40160e57205bf2e302140e79a0c71eceaa7) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> host-python-xlrd 2.0.1 Collecting legal info LICENSE: OK (sha256: b5a5dbce60265e305a815a6cb83ed07f24519d8ba644f2a307994488bced8815) >>> host-rauc 1.9 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-meson 1.1.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-squashfs 4.6.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> rhash 1.4.3 Collecting legal info COPYING: OK (sha256: 953e55838353335148c90b5a38a4894292680b1d4c37228ffddddbf18ce54bf5) >>> rsh-redone 85 Collecting legal info rsh.c: OK (sha256: 92c3a6a0efe5347c282081c6f67aebfec0f33b880c9efb87eb5232dcdd748369) >>> sbc 2.0 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> socat 1.7.4.4 Collecting legal info README: OK (sha256: 3555c6bc2779ff0f9a7145d1e3cd1d8fde59548bcd3364a23b907de21eec5aa8) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.OpenSSL: OK (sha256: fd9e48ca316a5032069b9521f4f4b4d9b1c60365012bae1e62286bcd5bd2e761) >>> spi-tools 1.0.2 Collecting legal info LICENSE: OK (sha256: a01259a1b522cf0de95824f9860613b453153eebac468e96196d5d7dba84786c) >>> stm32flash 0.7 Collecting legal info gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> tcpdump 4.99.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> tinycbor 0.6.0 Collecting legal info LICENSE: OK (sha256: 3c6ba0b5bfa7830505301ffb336a17b0748e0d61c4d34216e9dc98f10e40395e) >>> tzdata 2023c Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-tzdata 2023c Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-zic 2023c Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> udpxy 1.0.23-9-prod Collecting legal info README: OK (sha256: 60ead3913246c7cd930fe653c0053aba1af2cd9f82b266befdbbd6e0b8ecb750) >>> vmtouch 1.3.1 Collecting legal info LICENSE: OK (sha256: 13258709ed29c17394e0a3ba8c8b9360af35b85231db514f11a0ba385cecd08e) >>> vsftpd 3.0.5 Collecting legal info COPYING: OK (sha256: c9cf119e2f9dbcf187fb805ba5aded105db26a693803636fb7228c98460ffbf2) >>> vtun 3.0.4 Collecting legal info README.OpenSSL: OK (sha256: 5692a9a69dc5abc1aa9cbc54899d114b65c4cefbd9d7fcecc304316a2f26ced3) >>> wilc-firmware wilc_linux_16_1 Collecting legal info LICENSE.wilc_fw: OK (sha256: 71355eee947a312594dbdaac039827544f93d23949b65c356b7b0ce09e2600fb) >>> ytree 2.04 Collecting legal info COPYING: OK (sha256: eb6bf7204569b4fe8eaf9d4dffc57e44047c5efb5deba1b2d99069ddbc99d031) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: comix-cursors-0.9.1: cannot save license (COMIX_CURSORS_LICENSE_FILES not defined) WARNING: font-awesome-4.7.0: cannot save license (FONT_AWESOME_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-4/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-4/buildroot'