rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-2/output-1/target/ /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/target" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-2/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/target >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot echo "/home/thomas/autobuild/instance-2/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/target" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot printf ' /home/thomas/autobuild/instance-2/output-1/host/bin/mksquashfs /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/target /home/thomas/autobuild/instance-2/output-1/images/rootfs.squashfs -noappend -processors 4 -b 32K -nopad -comp gzip\n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot chmod a+x /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot rootdir=/home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/target table='/home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' Parallel mksquashfs: Using 4 processors Creating 4.0 filesystem on /home/thomas/autobuild/instance-2/output-1/images/rootfs.squashfs, block size 32768. [=============================================================|] 6454/6454 100% Exportable Squashfs 4.0 filesystem, gzip compressed, data block size 32768 compressed data, compressed metadata, compressed fragments, compressed xattrs, compressed ids duplicates are removed Filesystem size 49637.30 Kbytes (48.47 Mbytes) 41.80% of uncompressed filesystem size (118740.19 Kbytes) Inode table size 46898 bytes (45.80 Kbytes) 29.36% of uncompressed inode table size (159715 bytes) Directory table size 44255 bytes (43.22 Kbytes) 51.41% of uncompressed directory table size (86082 bytes) Number of duplicate files found 18 Number of inodes 4136 Number of files 3180 Number of fragments 361 Number of symbolic links 559 Number of device nodes 0 Number of fifo nodes 0 Number of socket nodes 0 Number of directories 397 Number of ids (unique uids + gids) 2 Number of uids 2 root (0) www-data (33) Number of gids 2 root (0) www-data (33) >>> Generating filesystem image rootfs.ubifs mkdir -p /home/thomas/autobuild/instance-2/output-1/images rm -rf /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs mkdir -p /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-2/output-1/target/ /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-2/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot echo "/home/thomas/autobuild/instance-2/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /home/thomas/autobuild/instance-2/output-1/host/sbin/mkfs.ubifs -d /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 2048 -m 0x800 -x none -o /home/thomas/autobuild/instance-2/output-1/images/rootfs.ubifs\n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target table='/home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-2/output-1/host/bin/lzma -9 -c /home/thomas/autobuild/instance-2/output-1/images/rootfs.ubifs > /home/thomas/autobuild/instance-2/output-1/images/rootfs.ubifs.lzma >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/thomas/autobuild/instance-2/output-1/images rm -rf /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-2/output-1/target/ /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-2/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/thomas/autobuild/instance-2/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/thomas/autobuild/instance-2/output-1/host/bin/mkyaffs2 --all-root /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target /home/thomas/autobuild/instance-2/output-1/images/rootfs.yaffs2\n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target table='/home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 4138 objects. stage 2: creating image '/home/thomas/autobuild/instance-2/output-1/images/rootfs.yaffs2' [ ] 1/4138 0% [ ] 2/4138 0% [ ] 3/4138 0% [ ] 4/4138 0% [ ] 5/4138 0% [ ] 6/4138 0% [ ] 7/4138 0% [ ] 8/4138 0% [ ] 9/4138 0% [ ] 10/4138 0% [ ] 11/4138 0% [ ] 12/4138 0% [ ] 13/4138 0% [ ] 14/4138 0% [ ] 15/4138 0% [ ] 16/4138 0% [ ] 17/4138 0% [ ] 18/4138 0% [ ] 19/4138 0% [ ] 20/4138 0% [ ] 21/4138 0% [ ] 22/4138 0% [ ] 23/4138 0% [ ] 24/4138 0% [ ] 25/4138 0% [ ] 26/4138 0% [ ] 27/4138 0% [ ] 28/4138 0% [ ] 29/4138 0% [ ] 30/4138 0% [ ] 31/4138 0% [ ] 32/4138 0% [ ] 33/4138 0% [ ] 34/4138 0% [ ] 35/4138 0% [ ] 36/4138 0% [ ] 37/4138 0% [ ] 38/4138 0% [ ] 39/4138 0% [ ] 40/4138 0% [ ] 41/4138 0% [ ] 42/4138 1% [ ] 43/4138 1% [ ] 44/4138 1% [ ] 45/4138 1% [ ] 46/4138 1% [ ] 47/4138 1% [ ] 48/4138 1% [ ] 49/4138 1% [ ] 50/4138 1% [ ] 51/4138 1% [ ] 52/4138 1% [ ] 53/4138 1% [ ] 54/4138 1% [ ] 55/4138 1% [ ] 56/4138 1% [ ] 57/4138 1% [ ] 58/4138 1% [ ] 59/4138 1% [ ] 60/4138 1% [ ] 61/4138 1% [ ] 62/4138 1% [ ] 63/4138 1% [ ] 64/4138 1% [ ] 65/4138 1% [ ] 66/4138 1% [= ] 67/4138 1% [= ] 68/4138 1% [= ] 69/4138 1% [= ] 70/4138 1% [= ] 71/4138 1% [= ] 72/4138 1% [= ] 73/4138 1% [= ] 74/4138 1% [= ] 75/4138 1% [= ] 76/4138 1% [= ] 77/4138 1% [= ] 78/4138 1% [= ] 79/4138 1% [= ] 80/4138 1% [= ] 81/4138 1% [= ] 82/4138 1% [= ] 83/4138 2% [= ] 84/4138 2% [= ] 85/4138 2% [= ] 86/4138 2% [= ] 87/4138 2% [= ] 88/4138 2% [= ] 89/4138 2% [= ] 90/4138 2% [= ] 91/4138 2% [= ] 92/4138 2% [= ] 93/4138 2% [= ] 94/4138 2% [= ] 95/4138 2% [= ] 96/4138 2% [= ] 97/4138 2% [= ] 98/4138 2% [= ] 99/4138 2% [= ] 100/4138 2% [= ] 101/4138 2% [= ] 102/4138 2% [= ] 103/4138 2% [= ] 104/4138 2% [= ] 105/4138 2% [= ] 106/4138 2% [= ] 107/4138 2% [= ] 108/4138 2% [= ] 109/4138 2% [= ] 110/4138 2% [= ] 111/4138 2% [= ] 112/4138 2% [= ] 113/4138 2% [= ] 114/4138 2% [= ] 115/4138 2% [= ] 116/4138 2% [= ] 117/4138 2% [= ] 118/4138 2% [= ] 119/4138 2% [= ] 120/4138 2% [= ] 121/4138 2% [= ] 122/4138 2% [= ] 123/4138 2% [= ] 124/4138 2% [= ] 125/4138 3% [= ] 126/4138 3% [= ] 127/4138 3% [= ] 128/4138 3% [= ] 129/4138 3% [= ] 130/4138 3% [= ] 131/4138 3% [= ] 132/4138 3% [= ] 133/4138 3% [== ] 134/4138 3% [== ] 135/4138 3% [== ] 136/4138 3% [== ] 137/4138 3% [== ] 138/4138 3% [== ] 139/4138 3% [== ] 140/4138 3% [== ] 141/4138 3% [== ] 142/4138 3% [== ] 143/4138 3% [== ] 144/4138 3% [== ] 145/4138 3% [== ] 146/4138 3% [== ] 147/4138 3% [== ] 148/4138 3% [== ] 149/4138 3% [== ] 150/4138 3% [== ] 151/4138 3% [== ] 152/4138 3% [== ] 153/4138 3% [== ] 154/4138 3% [== ] 155/4138 3% [== ] 156/4138 3% [== ] 157/4138 3% [== ] 158/4138 3% [== ] 159/4138 3% [== ] 160/4138 3% [== ] 161/4138 3% [== ] 162/4138 3% [== ] 163/4138 3% [== ] 164/4138 3% [== ] 165/4138 3% [== ] 166/4138 4% [== ] 167/4138 4% [== ] 168/4138 4% [== ] 169/4138 4% [== ] 170/4138 4% [== ] 171/4138 4% [== ] 172/4138 4% [== ] 173/4138 4% [== ] 174/4138 4% [== ] 175/4138 4% [== ] 176/4138 4% [== ] 177/4138 4% [== ] 178/4138 4% [== ] 179/4138 4% [== ] 180/4138 4% [== ] 181/4138 4% [== ] 182/4138 4% [== ] 183/4138 4% [== ] 184/4138 4% [== ] 185/4138 4% [== ] 186/4138 4% [== ] 187/4138 4% [== ] 188/4138 4% [== ] 189/4138 4% [== ] 190/4138 4% [== ] 191/4138 4% [== ] 192/4138 4% [== ] 193/4138 4% [== ] 194/4138 4% [== ] 195/4138 4% [== ] 196/4138 4% [== ] 197/4138 4% [== ] 198/4138 4% [== ] 199/4138 4% [== ] 200/4138 4% [=== ] 201/4138 4% [=== ] 202/4138 4% [=== ] 203/4138 4% [=== ] 204/4138 4% [=== ] 205/4138 4% [=== ] 206/4138 4% [=== ] 207/4138 5% [=== ] 208/4138 5% [=== ] 209/4138 5% [=== ] 210/4138 5% [=== ] 211/4138 5% [=== ] 212/4138 5% [=== ] 213/4138 5% [=== ] 214/4138 5% [=== ] 215/4138 5% [=== ] 216/4138 5% [=== ] 217/4138 5% [=== ] 218/4138 5% [=== ] 219/4138 5% [=== ] 220/4138 5% [=== ] 221/4138 5% [=== ] 222/4138 5% [=== ] 223/4138 5% [=== ] 224/4138 5% [=== ] 225/4138 5% [=== ] 226/4138 5% [=== ] 227/4138 5% [=== ] 228/4138 5% [=== ] 229/4138 5% [=== ] 230/4138 5% [=== ] 231/4138 5% [=== ] 232/4138 5% [=== ] 233/4138 5% [=== ] 234/4138 5% [=== ] 235/4138 5% [=== ] 236/4138 5% [=== ] 237/4138 5% [=== ] 238/4138 5% [=== ] 239/4138 5% [=== ] 240/4138 5% [=== ] 241/4138 5% [=== ] 242/4138 5% [=== ] 243/4138 5% [=== ] 244/4138 5% [=== ] 245/4138 5% [=== ] 246/4138 5% [=== ] 247/4138 5% [=== ] 248/4138 5% [=== ] 249/4138 6% [=== ] 250/4138 6% [=== ] 251/4138 6% [=== ] 252/4138 6% [=== ] 253/4138 6% [=== ] 254/4138 6% [=== ] 255/4138 6% [=== ] 256/4138 6% [=== ] 257/4138 6% [=== ] 258/4138 6% [=== ] 259/4138 6% [=== ] 260/4138 6% [=== ] 261/4138 6% [=== ] 262/4138 6% [=== ] 263/4138 6% [=== ] 264/4138 6% [=== ] 265/4138 6% [=== ] 266/4138 6% [==== ] 267/4138 6% [==== ] 268/4138 6% [==== ] 269/4138 6% [==== ] 270/4138 6% [==== ] 271/4138 6% [==== ] 272/4138 6% [==== ] 273/4138 6% [==== ] 274/4138 6% [==== ] 275/4138 6% [==== ] 276/4138 6% [==== ] 277/4138 6% [==== ] 278/4138 6% [==== ] 279/4138 6% [==== ] 280/4138 6% [==== ] 281/4138 6% [==== ] 282/4138 6% [==== ] 283/4138 6% [==== ] 284/4138 6% [==== ] 285/4138 6% [==== ] 286/4138 6% [==== ] 287/4138 6% [==== ] 288/4138 6% [==== ] 289/4138 6% [==== ] 290/4138 7% [==== ] 291/4138 7% [==== ] 292/4138 7% [==== ] 293/4138 7% [==== ] 294/4138 7% [==== ] 295/4138 7% [==== ] 296/4138 7% [==== ] 297/4138 7% [==== ] 298/4138 7% [==== ] 299/4138 7% [==== ] 300/4138 7% [==== ] 301/4138 7% [==== ] 302/4138 7% [==== ] 303/4138 7% [==== ] 304/4138 7% [==== ] 305/4138 7% [==== ] 306/4138 7% [==== ] 307/4138 7% [==== ] 308/4138 7% [==== ] 309/4138 7% [==== ] 310/4138 7% [==== ] 311/4138 7% [==== ] 312/4138 7% [==== ] 313/4138 7% [==== ] 314/4138 7% [==== ] 315/4138 7% [==== ] 316/4138 7% [==== ] 317/4138 7% [==== ] 318/4138 7% [==== ] 319/4138 7% [==== ] 320/4138 7% [==== ] 321/4138 7% [==== ] 322/4138 7% [==== ] 323/4138 7% [==== ] 324/4138 7% [==== ] 325/4138 7% [==== ] 326/4138 7% [==== ] 327/4138 7% [==== ] 328/4138 7% [==== ] 329/4138 7% [==== ] 330/4138 7% [==== ] 331/4138 7% [==== ] 332/4138 8% [==== ] 333/4138 8% [===== ] 334/4138 8% [===== ] 335/4138 8% [===== ] 336/4138 8% [===== ] 337/4138 8% [===== ] 338/4138 8% [===== ] 339/4138 8% [===== ] 340/4138 8% [===== ] 341/4138 8% [===== ] 342/4138 8% [===== ] 343/4138 8% [===== ] 344/4138 8% [===== ] 345/4138 8% [===== ] 346/4138 8% [===== ] 347/4138 8% [===== ] 348/4138 8% [===== ] 349/4138 8% [===== ] 350/4138 8% [===== ] 351/4138 8% [===== ] 352/4138 8% [===== ] 353/4138 8% [===== ] 354/4138 8% [===== ] 355/4138 8% [===== ] 356/4138 8% [===== ] 357/4138 8% [===== ] 358/4138 8% [===== ] 359/4138 8% [===== ] 360/4138 8% [===== ] 361/4138 8% [===== ] 362/4138 8% [===== ] 363/4138 8% [===== ] 364/4138 8% [===== ] 365/4138 8% [===== ] 366/4138 8% [===== ] 367/4138 8% [===== ] 368/4138 8% [===== ] 369/4138 8% [===== ] 370/4138 8% [===== ] 371/4138 8% [===== ] 372/4138 8% [===== ] 373/4138 9% [===== ] 374/4138 9% [===== ] 375/4138 9% [===== ] 376/4138 9% [===== ] 377/4138 9% [===== ] 378/4138 9% [===== ] 379/4138 9% [===== ] 380/4138 9% [===== ] 381/4138 9% [===== ] 382/4138 9% [===== ] 383/4138 9% [===== ] 384/4138 9% [===== ] 385/4138 9% [===== ] 386/4138 9% [===== ] 387/4138 9% [===== ] 388/4138 9% [===== ] 389/4138 9% [===== ] 390/4138 9% [===== ] 391/4138 9% [===== ] 392/4138 9% [===== ] 393/4138 9% [===== ] 394/4138 9% [===== ] 395/4138 9% [===== ] 396/4138 9% [===== ] 397/4138 9% [===== ] 398/4138 9% [===== ] 399/4138 9% [===== ] 400/4138 9% [====== ] 401/4138 9% [====== ] 402/4138 9% [====== ] 403/4138 9% [====== ] 404/4138 9% [====== ] 405/4138 9% [====== ] 406/4138 9% [====== ] 407/4138 9% [====== ] 408/4138 9% [====== ] 409/4138 9% [====== ] 410/4138 9% [====== ] 411/4138 9% [====== ] 412/4138 9% [====== ] 413/4138 9% [====== ] 414/4138 10% [====== ] 415/4138 10% [====== ] 416/4138 10% [====== ] 417/4138 10% [====== ] 418/4138 10% [====== ] 419/4138 10% [====== ] 420/4138 10% [====== ] 421/4138 10% [====== ] 422/4138 10% [====== ] 423/4138 10% [====== ] 424/4138 10% [====== ] 425/4138 10% [====== ] 426/4138 10% [====== ] 427/4138 10% [====== ] 428/4138 10% [====== ] 429/4138 10% [====== ] 430/4138 10% [====== ] 431/4138 10% [====== ] 432/4138 10% [====== ] 433/4138 10% [====== ] 434/4138 10% [====== ] 435/4138 10% [====== ] 436/4138 10% [====== ] 437/4138 10% [====== ] 438/4138 10% [====== ] 439/4138 10% [====== ] 440/4138 10% [====== ] 441/4138 10% [====== ] 442/4138 10% [====== ] 443/4138 10% [====== ] 444/4138 10% [====== ] 445/4138 10% [====== ] 446/4138 10% [====== ] 447/4138 10% [====== ] 448/4138 10% [====== ] 449/4138 10% [====== ] 450/4138 10% [====== ] 451/4138 10% [====== ] 452/4138 10% [====== ] 453/4138 10% [====== ] 454/4138 10% [====== ] 455/4138 10% [====== ] 456/4138 11% [====== ] 457/4138 11% [====== ] 458/4138 11% [====== ] 459/4138 11% [====== ] 460/4138 11% [====== ] 461/4138 11% [====== ] 462/4138 11% [====== ] 463/4138 11% [====== ] 464/4138 11% [====== ] 465/4138 11% [====== ] 466/4138 11% [====== ] 467/4138 11% [======= ] 468/4138 11% [======= ] 469/4138 11% [======= ] 470/4138 11% [======= ] 471/4138 11% [======= ] 472/4138 11% [======= ] 473/4138 11% [======= ] 474/4138 11% [======= ] 475/4138 11% [======= ] 476/4138 11% [======= ] 477/4138 11% [======= ] 478/4138 11% [======= ] 479/4138 11% [======= ] 480/4138 11% [======= ] 481/4138 11% [======= ] 482/4138 11% [======= ] 483/4138 11% [======= ] 484/4138 11% [======= ] 485/4138 11% [======= ] 486/4138 11% [======= ] 487/4138 11% [======= ] 488/4138 11% [======= ] 489/4138 11% [======= ] 490/4138 11% [======= ] 491/4138 11% [======= ] 492/4138 11% [======= ] 493/4138 11% [======= ] 494/4138 11% [======= ] 495/4138 11% [======= ] 496/4138 11% [======= ] 497/4138 12% [======= ] 498/4138 12% [======= ] 499/4138 12% [======= ] 500/4138 12% [======= ] 501/4138 12% [======= ] 502/4138 12% [======= ] 503/4138 12% [======= ] 504/4138 12% [======= ] 505/4138 12% [======= ] 506/4138 12% [======= ] 507/4138 12% [======= ] 508/4138 12% [======= ] 509/4138 12% [======= ] 510/4138 12% [======= ] 511/4138 12% [======= ] 512/4138 12% [======= ] 513/4138 12% [======= ] 514/4138 12% [======= ] 515/4138 12% [======= ] 516/4138 12% [======= ] 517/4138 12% [======= ] 518/4138 12% [======= ] 519/4138 12% [======= ] 520/4138 12% [======= ] 521/4138 12% [======= ] 522/4138 12% [======= ] 523/4138 12% [======= ] 524/4138 12% [======= ] 525/4138 12% [======= ] 526/4138 12% [======= ] 527/4138 12% [======= ] 528/4138 12% [======= ] 529/4138 12% [======= ] 530/4138 12% [======= ] 531/4138 12% [======= ] 532/4138 12% [======= ] 533/4138 12% [======== ] 534/4138 12% [======== ] 535/4138 12% [======== ] 536/4138 12% [======== ] 537/4138 12% [======== ] 538/4138 13% [======== ] 539/4138 13% [======== ] 540/4138 13% [======== ] 541/4138 13% [======== ] 542/4138 13% [======== ] 543/4138 13% [======== ] 544/4138 13% [======== ] 545/4138 13% [======== ] 546/4138 13% [======== ] 547/4138 13% [======== ] 548/4138 13% [======== ] 549/4138 13% [======== ] 550/4138 13% [======== ] 551/4138 13% [======== ] 552/4138 13% [======== ] 553/4138 13% [======== ] 554/4138 13% [======== ] 555/4138 13% [======== ] 556/4138 13% [======== ] 557/4138 13% [======== ] 558/4138 13% [======== ] 559/4138 13% [======== ] 560/4138 13% [======== ] 561/4138 13% [======== ] 562/4138 13% [======== ] 563/4138 13% [======== ] 564/4138 13% [======== ] 565/4138 13% [======== ] 566/4138 13% [======== ] 567/4138 13% [======== ] 568/4138 13% [======== ] 569/4138 13% [======== ] 570/4138 13% [======== ] 571/4138 13% [======== ] 572/4138 13% [======== ] 573/4138 13% [======== ] 574/4138 13% [======== ] 575/4138 13% [======== ] 576/4138 13% [======== ] 577/4138 13% [======== ] 578/4138 13% [======== ] 579/4138 13% [======== ] 580/4138 14% [======== ] 581/4138 14% [======== ] 582/4138 14% [======== ] 583/4138 14% [======== ] 584/4138 14% [======== ] 585/4138 14% [======== ] 586/4138 14% [======== ] 587/4138 14% [======== ] 588/4138 14% [======== ] 589/4138 14% [======== ] 590/4138 14% [======== ] 591/4138 14% [======== ] 592/4138 14% [======== ] 593/4138 14% [======== ] 594/4138 14% [======== ] 595/4138 14% [======== ] 596/4138 14% [======== ] 597/4138 14% [======== ] 598/4138 14% [======== ] 599/4138 14% [======== ] 600/4138 14% [========= ] 601/4138 14% [========= ] 602/4138 14% [========= ] 603/4138 14% [========= ] 604/4138 14% [========= ] 605/4138 14% [========= ] 606/4138 14% [========= ] 607/4138 14% [========= ] 608/4138 14% [========= ] 609/4138 14% [========= ] 610/4138 14% [========= ] 611/4138 14% [========= ] 612/4138 14% [========= ] 613/4138 14% [========= ] 614/4138 14% [========= ] 615/4138 14% [========= ] 616/4138 14% [========= ] 617/4138 14% [========= ] 618/4138 14% [========= ] 619/4138 14% [========= ] 620/4138 14% [========= ] 621/4138 15% [========= ] 622/4138 15% [========= ] 623/4138 15% [========= ] 624/4138 15% [========= ] 625/4138 15% [========= ] 626/4138 15% [========= ] 627/4138 15% [========= ] 628/4138 15% [========= ] 629/4138 15% [========= ] 630/4138 15% [========= ] 631/4138 15% [========= ] 632/4138 15% [========= ] 633/4138 15% [========= ] 634/4138 15% [========= ] 635/4138 15% [========= ] 636/4138 15% [========= ] 637/4138 15% [========= ] 638/4138 15% [========= ] 639/4138 15% [========= ] 640/4138 15% [========= ] 641/4138 15% [========= ] 642/4138 15% [========= ] 643/4138 15% [========= ] 644/4138 15% [========= ] 645/4138 15% [========= ] 646/4138 15% [========= ] 647/4138 15% [========= ] 648/4138 15% [========= ] 649/4138 15% [========= ] 650/4138 15% [========= ] 651/4138 15% [========= ] 652/4138 15% [========= ] 653/4138 15% [========= ] 654/4138 15% [========= ] 655/4138 15% [========= ] 656/4138 15% [========= ] 657/4138 15% [========= ] 658/4138 15% [========= ] 659/4138 15% [========= ] 660/4138 15% [========= ] 661/4138 15% [========= ] 662/4138 15% [========= ] 663/4138 16% [========= ] 664/4138 16% [========= ] 665/4138 16% [========= ] 666/4138 16% [========= ] 667/4138 16% [========== ] 668/4138 16% [========== ] 669/4138 16% [========== ] 670/4138 16% [========== ] 671/4138 16% [========== ] 672/4138 16% [========== ] 673/4138 16% [========== ] 674/4138 16% [========== ] 675/4138 16% [========== ] 676/4138 16% [========== ] 677/4138 16% [========== ] 678/4138 16% [========== ] 679/4138 16% [========== ] 680/4138 16% [========== ] 681/4138 16% [========== ] 682/4138 16% [========== ] 683/4138 16% [========== ] 684/4138 16% [========== ] 685/4138 16% [========== ] 686/4138 16% [========== ] 687/4138 16% [========== ] 688/4138 16% [========== ] 689/4138 16% [========== ] 690/4138 16% [========== ] 691/4138 16% [========== ] 692/4138 16% [========== ] 693/4138 16% [========== ] 694/4138 16% [========== ] 695/4138 16% [========== ] 696/4138 16% [========== ] 697/4138 16% [========== ] 698/4138 16% [========== ] 699/4138 16% [========== ] 700/4138 16% [========== ] 701/4138 16% [========== ] 702/4138 16% [========== ] 703/4138 16% [========== ] 704/4138 17% [========== ] 705/4138 17% [========== ] 706/4138 17% [========== ] 707/4138 17% [========== ] 708/4138 17% [========== ] 709/4138 17% [========== ] 710/4138 17% [========== ] 711/4138 17% [========== ] 712/4138 17% [========== ] 713/4138 17% [========== ] 714/4138 17% [========== ] 715/4138 17% [========== ] 716/4138 17% [========== ] 717/4138 17% [========== ] 718/4138 17% [========== ] 719/4138 17% [========== ] 720/4138 17% [========== ] 721/4138 17% [========== ] 722/4138 17% [========== ] 723/4138 17% [========== ] 724/4138 17% [========== ] 725/4138 17% [========== ] 726/4138 17% [========== ] 727/4138 17% [========== ] 728/4138 17% [========== ] 729/4138 17% [========== ] 730/4138 17% [========== ] 731/4138 17% [========== ] 732/4138 17% [========== ] 733/4138 17% [========== ] 734/4138 17% [=========== ] 735/4138 17% [=========== ] 736/4138 17% [=========== ] 737/4138 17% [=========== ] 738/4138 17% [=========== ] 739/4138 17% [=========== ] 740/4138 17% [=========== ] 741/4138 17% [=========== ] 742/4138 17% [=========== ] 743/4138 17% [=========== ] 744/4138 17% [=========== ] 745/4138 18% [=========== ] 746/4138 18% [=========== ] 747/4138 18% [=========== ] 748/4138 18% [=========== ] 749/4138 18% [=========== ] 750/4138 18% [=========== ] 751/4138 18% [=========== ] 752/4138 18% [=========== ] 753/4138 18% [=========== ] 754/4138 18% [=========== ] 755/4138 18% [=========== ] 756/4138 18% [=========== ] 757/4138 18% [=========== ] 758/4138 18% [=========== ] 759/4138 18% [=========== ] 760/4138 18% [=========== ] 761/4138 18% [=========== ] 762/4138 18% [=========== ] 763/4138 18% [=========== ] 764/4138 18% [=========== ] 765/4138 18% [=========== ] 766/4138 18% [=========== ] 767/4138 18% [=========== ] 768/4138 18% [=========== ] 769/4138 18% [=========== ] 770/4138 18% [=========== ] 771/4138 18% [=========== ] 772/4138 18% [=========== ] 773/4138 18% [=========== ] 774/4138 18% [=========== ] 775/4138 18% [=========== ] 776/4138 18% [=========== ] 777/4138 18% [=========== ] 778/4138 18% [=========== ] 779/4138 18% [=========== ] 780/4138 18% [=========== ] 781/4138 18% [=========== ] 782/4138 18% [=========== ] 783/4138 18% [=========== ] 784/4138 18% [=========== ] 785/4138 18% [=========== ] 786/4138 18% [=========== ] 787/4138 19% [=========== ] 788/4138 19% [=========== ] 789/4138 19% [=========== ] 790/4138 19% [=========== ] 791/4138 19% [=========== ] 792/4138 19% [=========== ] 793/4138 19% [=========== ] 794/4138 19% [=========== ] 795/4138 19% [=========== ] 796/4138 19% [=========== ] 797/4138 19% [=========== ] 798/4138 19% [=========== ] 799/4138 19% [=========== ] 800/4138 19% [============ ] 801/4138 19% [============ ] 802/4138 19% [============ ] 803/4138 19% [============ ] 804/4138 19% [============ ] 805/4138 19% [============ ] 806/4138 19% [============ ] 807/4138 19% [============ ] 808/4138 19% [============ ] 809/4138 19% [============ ] 810/4138 19% [============ ] 811/4138 19% [============ ] 812/4138 19% [============ ] 813/4138 19% [============ ] 814/4138 19% [============ ] 815/4138 19% [============ ] 816/4138 19% [============ ] 817/4138 19% [============ ] 818/4138 19% [============ ] 819/4138 19% [============ ] 820/4138 19% [============ ] 821/4138 19% [============ ] 822/4138 19% [============ ] 823/4138 19% [============ ] 824/4138 19% [============ ] 825/4138 19% [============ ] 826/4138 19% [============ ] 827/4138 19% [============ ] 828/4138 20% [============ ] 829/4138 20% [============ ] 830/4138 20% [============ ] 831/4138 20% [============ ] 832/4138 20% [============ ] 833/4138 20% [============ ] 834/4138 20% [============ ] 835/4138 20% [============ ] 836/4138 20% [============ ] 837/4138 20% [============ ] 838/4138 20% [============ ] 839/4138 20% [============ ] 840/4138 20% [============ ] 841/4138 20% [============ ] 842/4138 20% [============ ] 843/4138 20% [============ ] 844/4138 20% [============ ] 845/4138 20% [============ ] 846/4138 20% [============ ] 847/4138 20% [============ ] 848/4138 20% [============ ] 849/4138 20% [============ ] 850/4138 20% [============ ] 851/4138 20% [============ ] 852/4138 20% [============ ] 853/4138 20% [============ ] 854/4138 20% [============ ] 855/4138 20% [============ ] 856/4138 20% [============ ] 857/4138 20% [============ ] 858/4138 20% [============ ] 859/4138 20% [============ ] 860/4138 20% [============ ] 861/4138 20% [============ ] 862/4138 20% [============ ] 863/4138 20% [============ ] 864/4138 20% [============ ] 865/4138 20% [============ ] 866/4138 20% [============ ] 867/4138 20% [============= ] 868/4138 20% [============= ] 869/4138 21% [============= ] 870/4138 21% [============= ] 871/4138 21% [============= ] 872/4138 21% [============= ] 873/4138 21% [============= ] 874/4138 21% [============= ] 875/4138 21% [============= ] 876/4138 21% [============= ] 877/4138 21% [============= ] 878/4138 21% [============= ] 879/4138 21% [============= ] 880/4138 21% [============= ] 881/4138 21% [============= ] 882/4138 21% [============= ] 883/4138 21% [============= ] 884/4138 21% [============= ] 885/4138 21% [============= ] 886/4138 21% [============= ] 887/4138 21% [============= ] 888/4138 21% [============= ] 889/4138 21% [============= ] 890/4138 21% [============= ] 891/4138 21% [============= ] 892/4138 21% [============= ] 893/4138 21% [============= ] 894/4138 21% [============= ] 895/4138 21% [============= ] 896/4138 21% [============= ] 897/4138 21% [============= ] 898/4138 21% [============= ] 899/4138 21% [============= ] 900/4138 21% [============= ] 901/4138 21% [============= ] 902/4138 21% [============= ] 903/4138 21% [============= ] 904/4138 21% [============= ] 905/4138 21% [============= ] 906/4138 21% [============= ] 907/4138 21% [============= ] 908/4138 21% [============= ] 909/4138 21% [============= ] 910/4138 21% [============= ] 911/4138 22% [============= ] 912/4138 22% [============= ] 913/4138 22% [============= ] 914/4138 22% [============= ] 915/4138 22% [============= ] 916/4138 22% [============= ] 917/4138 22% [============= ] 918/4138 22% [============= ] 919/4138 22% [============= ] 920/4138 22% [============= ] 921/4138 22% [============= ] 922/4138 22% [============= ] 923/4138 22% [============= ] 924/4138 22% [============= ] 925/4138 22% [============= ] 926/4138 22% [============= ] 927/4138 22% [============= ] 928/4138 22% [============= ] 929/4138 22% [============= ] 930/4138 22% [============= ] 931/4138 22% [============= ] 932/4138 22% [============= ] 933/4138 22% [============= ] 934/4138 22% [============== ] 935/4138 22% [============== ] 936/4138 22% [============== ] 937/4138 22% [============== ] 938/4138 22% [============== ] 939/4138 22% [============== ] 940/4138 22% [============== ] 941/4138 22% [============== ] 942/4138 22% [============== ] 943/4138 22% [============== ] 944/4138 22% [============== ] 945/4138 22% [============== ] 946/4138 22% [============== ] 947/4138 22% [============== ] 948/4138 22% [============== ] 949/4138 22% [============== ] 950/4138 22% [============== ] 951/4138 22% [============== ] 952/4138 23% [============== ] 953/4138 23% [============== ] 954/4138 23% [============== ] 955/4138 23% [============== ] 956/4138 23% [============== ] 957/4138 23% [============== ] 958/4138 23% [============== ] 959/4138 23% [============== ] 960/4138 23% [============== ] 961/4138 23% [============== ] 962/4138 23% [============== ] 963/4138 23% [============== ] 964/4138 23% [============== ] 965/4138 23% [============== ] 966/4138 23% [============== ] 967/4138 23% [============== ] 968/4138 23% [============== ] 969/4138 23% [============== ] 970/4138 23% [============== ] 971/4138 23% [============== ] 972/4138 23% [============== ] 973/4138 23% [============== ] 974/4138 23% [============== ] 975/4138 23% [============== ] 976/4138 23% [============== ] 977/4138 23% [============== ] 978/4138 23% [============== ] 979/4138 23% [============== ] 980/4138 23% [============== ] 981/4138 23% [============== ] 982/4138 23% [============== ] 983/4138 23% [============== ] 984/4138 23% [============== ] 985/4138 23% [============== ] 986/4138 23% [============== ] 987/4138 23% [============== ] 988/4138 23% [============== ] 989/4138 23% [============== ] 990/4138 23% [============== ] 991/4138 23% [============== ] 992/4138 23% [============== ] 993/4138 23% [============== ] 994/4138 24% [============== ] 995/4138 24% [============== ] 996/4138 24% [============== ] 997/4138 24% [============== ] 998/4138 24% [============== ] 999/4138 24% [============== ] 1000/4138 24% [============== ] 1001/4138 24% [=============== ] 1002/4138 24% [=============== ] 1003/4138 24% [=============== ] 1004/4138 24% [=============== ] 1005/4138 24% [=============== ] 1006/4138 24% [=============== ] 1007/4138 24% [=============== ] 1008/4138 24% [=============== ] 1009/4138 24% [=============== ] 1010/4138 24% [=============== ] 1011/4138 24% [=============== ] 1012/4138 24% [=============== ] 1013/4138 24% [=============== ] 1014/4138 24% [=============== ] 1015/4138 24% [=============== ] 1016/4138 24% [=============== ] 1017/4138 24% [=============== ] 1018/4138 24% [=============== ] 1019/4138 24% [=============== ] 1020/4138 24% [=============== ] 1021/4138 24% [=============== ] 1022/4138 24% [=============== ] 1023/4138 24% [=============== ] 1024/4138 24% [=============== ] 1025/4138 24% [=============== ] 1026/4138 24% [=============== ] 1027/4138 24% [=============== ] 1028/4138 24% [=============== ] 1029/4138 24% [=============== ] 1030/4138 24% [=============== ] 1031/4138 24% [=============== ] 1032/4138 24% [=============== ] 1033/4138 24% [=============== ] 1034/4138 24% [=============== ] 1035/4138 25% [=============== ] 1036/4138 25% [=============== ] 1037/4138 25% [=============== ] 1038/4138 25% [=============== ] 1039/4138 25% [=============== ] 1040/4138 25% [=============== ] 1041/4138 25% [=============== ] 1042/4138 25% [=============== ] 1043/4138 25% [=============== ] 1044/4138 25% [=============== ] 1045/4138 25% [=============== ] 1046/4138 25% [=============== ] 1047/4138 25% [=============== ] 1048/4138 25% [=============== ] 1049/4138 25% [=============== ] 1050/4138 25% [=============== ] 1051/4138 25% [=============== ] 1052/4138 25% [=============== ] 1053/4138 25% [=============== ] 1054/4138 25% [=============== ] 1055/4138 25% [=============== ] 1056/4138 25% [=============== ] 1057/4138 25% [=============== ] 1058/4138 25% [=============== ] 1059/4138 25% [=============== ] 1060/4138 25% [=============== ] 1061/4138 25% [=============== ] 1062/4138 25% [=============== ] 1063/4138 25% [=============== ] 1064/4138 25% [=============== ] 1065/4138 25% [=============== ] 1066/4138 25% [=============== ] 1067/4138 25% [================ ] 1068/4138 25% [================ ] 1069/4138 25% [================ ] 1070/4138 25% [================ ] 1071/4138 25% [================ ] 1072/4138 25% [================ ] 1073/4138 25% [================ ] 1074/4138 25% [================ ] 1075/4138 25% [================ ] 1076/4138 26% [================ ] 1077/4138 26% [================ ] 1078/4138 26% [================ ] 1079/4138 26% [================ ] 1080/4138 26% [================ ] 1081/4138 26% [================ ] 1082/4138 26% [================ ] 1083/4138 26% [================ ] 1084/4138 26% [================ ] 1085/4138 26% [================ ] 1086/4138 26% [================ ] 1087/4138 26% [================ ] 1088/4138 26% [================ ] 1089/4138 26% [================ ] 1090/4138 26% [================ ] 1091/4138 26% [================ ] 1092/4138 26% [================ ] 1093/4138 26% [================ ] 1094/4138 26% [================ ] 1095/4138 26% [================ ] 1096/4138 26% [================ ] 1097/4138 26% [================ ] 1098/4138 26% [================ ] 1099/4138 26% [================ ] 1100/4138 26% [================ ] 1101/4138 26% [================ ] 1102/4138 26% [================ ] 1103/4138 26% [================ ] 1104/4138 26% [================ ] 1105/4138 26% [================ ] 1106/4138 26% [================ ] 1107/4138 26% [================ ] 1108/4138 26% [================ ] 1109/4138 26% [================ ] 1110/4138 26% [================ ] 1111/4138 26% [================ ] 1112/4138 26% [================ ] 1113/4138 26% [================ ] 1114/4138 26% [================ ] 1115/4138 26% [================ ] 1116/4138 26% [================ ] 1117/4138 26% [================ ] 1118/4138 27% [================ ] 1119/4138 27% [================ ] 1120/4138 27% [================ ] 1121/4138 27% [================ ] 1122/4138 27% [================ ] 1123/4138 27% [================ ] 1124/4138 27% [================ ] 1125/4138 27% [================ ] 1126/4138 27% [================ ] 1127/4138 27% [================ ] 1128/4138 27% [================ ] 1129/4138 27% [================ ] 1130/4138 27% [================ ] 1131/4138 27% [================ ] 1132/4138 27% [================ ] 1133/4138 27% [================ ] 1134/4138 27% [================= ] 1135/4138 27% [================= ] 1136/4138 27% [================= ] 1137/4138 27% [================= ] 1138/4138 27% [================= ] 1139/4138 27% [================= ] 1140/4138 27% [================= ] 1141/4138 27% [================= ] 1142/4138 27% [================= ] 1143/4138 27% [================= ] 1144/4138 27% [================= ] 1145/4138 27% [================= ] 1146/4138 27% [================= ] 1147/4138 27% [================= ] 1148/4138 27% [================= ] 1149/4138 27% [================= ] 1150/4138 27% [================= ] 1151/4138 27% [================= ] 1152/4138 27% [================= ] 1153/4138 27% [================= ] 1154/4138 27% [================= ] 1155/4138 27% [================= ] 1156/4138 27% [================= ] 1157/4138 27% [================= ] 1158/4138 27% [================= ] 1159/4138 28% [================= ] 1160/4138 28% [================= ] 1161/4138 28% [================= ] 1162/4138 28% [================= ] 1163/4138 28% [================= ] 1164/4138 28% [================= ] 1165/4138 28% [================= ] 1166/4138 28% [================= ] 1167/4138 28% [================= ] 1168/4138 28% [================= ] 1169/4138 28% [================= ] 1170/4138 28% [================= ] 1171/4138 28% [================= ] 1172/4138 28% [================= ] 1173/4138 28% [================= ] 1174/4138 28% [================= ] 1175/4138 28% [================= ] 1176/4138 28% [================= ] 1177/4138 28% [================= ] 1178/4138 28% [================= ] 1179/4138 28% [================= ] 1180/4138 28% [================= ] 1181/4138 28% [================= ] 1182/4138 28% [================= ] 1183/4138 28% [================= ] 1184/4138 28% [================= ] 1185/4138 28% [================= ] 1186/4138 28% [================= ] 1187/4138 28% [================= ] 1188/4138 28% [================= ] 1189/4138 28% [================= ] 1190/4138 28% [================= ] 1191/4138 28% [================= ] 1192/4138 28% [================= ] 1193/4138 28% [================= ] 1194/4138 28% [================= ] 1195/4138 28% [================= ] 1196/4138 28% [================= ] 1197/4138 28% [================= ] 1198/4138 28% [================= ] 1199/4138 28% [================= ] 1200/4138 28% [================= ] 1201/4138 29% [================== ] 1202/4138 29% [================== ] 1203/4138 29% [================== ] 1204/4138 29% [================== ] 1205/4138 29% [================== ] 1206/4138 29% [================== ] 1207/4138 29% [================== ] 1208/4138 29% [================== ] 1209/4138 29% [================== ] 1210/4138 29% [================== ] 1211/4138 29% [================== ] 1212/4138 29% [================== ] 1213/4138 29% [================== ] 1214/4138 29% [================== ] 1215/4138 29% [================== ] 1216/4138 29% [================== ] 1217/4138 29% [================== ] 1218/4138 29% [================== ] 1219/4138 29% [================== ] 1220/4138 29% [================== ] 1221/4138 29% [================== ] 1222/4138 29% [================== ] 1223/4138 29% [================== ] 1224/4138 29% [================== ] 1225/4138 29% [================== ] 1226/4138 29% [================== ] 1227/4138 29% [================== ] 1228/4138 29% [================== ] 1229/4138 29% [================== ] 1230/4138 29% [================== ] 1231/4138 29% [================== ] 1232/4138 29% [================== ] 1233/4138 29% [================== ] 1234/4138 29% [================== ] 1235/4138 29% [================== ] 1236/4138 29% [================== ] 1237/4138 29% [================== ] 1238/4138 29% [================== ] 1239/4138 29% [================== ] 1240/4138 29% [================== ] 1241/4138 29% [================== ] 1242/4138 30% [================== ] 1243/4138 30% [================== ] 1244/4138 30% [================== ] 1245/4138 30% [================== ] 1246/4138 30% [================== ] 1247/4138 30% [================== ] 1248/4138 30% [================== ] 1249/4138 30% [================== ] 1250/4138 30% [================== ] 1251/4138 30% [================== ] 1252/4138 30% [================== ] 1253/4138 30% [================== ] 1254/4138 30% [================== ] 1255/4138 30% [================== ] 1256/4138 30% [================== ] 1257/4138 30% [================== ] 1258/4138 30% [================== ] 1259/4138 30% [================== ] 1260/4138 30% [================== ] 1261/4138 30% [================== ] 1262/4138 30% [================== ] 1263/4138 30% [================== ] 1264/4138 30% [================== ] 1265/4138 30% [================== ] 1266/4138 30% [================== ] 1267/4138 30% [================== ] 1268/4138 30% [=================== ] 1269/4138 30% [=================== ] 1270/4138 30% [=================== ] 1271/4138 30% [=================== ] 1272/4138 30% [=================== ] 1273/4138 30% [=================== ] 1274/4138 30% [=================== ] 1275/4138 30% [=================== ] 1276/4138 30% [=================== ] 1277/4138 30% [=================== ] 1278/4138 30% [=================== ] 1279/4138 30% [=================== ] 1280/4138 30% [=================== ] 1281/4138 30% [=================== ] 1282/4138 30% [=================== ] 1283/4138 31% [=================== ] 1284/4138 31% [=================== ] 1285/4138 31% [=================== ] 1286/4138 31% [=================== ] 1287/4138 31% [=================== ] 1288/4138 31% [=================== ] 1289/4138 31% [=================== ] 1290/4138 31% [=================== ] 1291/4138 31% [=================== ] 1292/4138 31% [=================== ] 1293/4138 31% [=================== ] 1294/4138 31% [=================== ] 1295/4138 31% [=================== ] 1296/4138 31% [=================== ] 1297/4138 31% [=================== ] 1298/4138 31% [=================== ] 1299/4138 31% [=================== ] 1300/4138 31% [=================== ] 1301/4138 31% [=================== ] 1302/4138 31% [=================== ] 1303/4138 31% [=================== ] 1304/4138 31% [=================== ] 1305/4138 31% [=================== ] 1306/4138 31% [=================== ] 1307/4138 31% [=================== ] 1308/4138 31% [=================== ] 1309/4138 31% [=================== ] 1310/4138 31% [=================== ] 1311/4138 31% [=================== ] 1312/4138 31% [=================== ] 1313/4138 31% [=================== ] 1314/4138 31% [=================== ] 1315/4138 31% [=================== ] 1316/4138 31% [=================== ] 1317/4138 31% [=================== ] 1318/4138 31% [=================== ] 1319/4138 31% [=================== ] 1320/4138 31% [=================== ] 1321/4138 31% [=================== ] 1322/4138 31% [=================== ] 1323/4138 31% [=================== ] 1324/4138 31% [=================== ] 1325/4138 32% [=================== ] 1326/4138 32% [=================== ] 1327/4138 32% [=================== ] 1328/4138 32% [=================== ] 1329/4138 32% [=================== ] 1330/4138 32% [=================== ] 1331/4138 32% [=================== ] 1332/4138 32% [=================== ] 1333/4138 32% [=================== ] 1334/4138 32% [==================== ] 1335/4138 32% [==================== ] 1336/4138 32% [==================== ] 1337/4138 32% [==================== ] 1338/4138 32% [==================== ] 1339/4138 32% [==================== ] 1340/4138 32% [==================== ] 1341/4138 32% [==================== ] 1342/4138 32% [==================== ] 1343/4138 32% [==================== ] 1344/4138 32% [==================== ] 1345/4138 32% [==================== ] 1346/4138 32% [==================== ] 1347/4138 32% [==================== ] 1348/4138 32% [==================== ] 1349/4138 32% [==================== ] 1350/4138 32% [==================== ] 1351/4138 32% [==================== ] 1352/4138 32% [==================== ] 1353/4138 32% [==================== ] 1354/4138 32% [==================== ] 1355/4138 32% [==================== ] 1356/4138 32% [==================== ] 1357/4138 32% [==================== ] 1358/4138 32% [==================== ] 1359/4138 32% [==================== ] 1360/4138 32% [==================== ] 1361/4138 32% [==================== ] 1362/4138 32% [==================== ] 1363/4138 32% [==================== ] 1364/4138 32% [==================== ] 1365/4138 32% [==================== ] 1366/4138 33% [==================== ] 1367/4138 33% [==================== ] 1368/4138 33% [==================== ] 1369/4138 33% [==================== ] 1370/4138 33% [==================== ] 1371/4138 33% [==================== ] 1372/4138 33% [==================== ] 1373/4138 33% [==================== ] 1374/4138 33% [==================== ] 1375/4138 33% [==================== ] 1376/4138 33% [==================== ] 1377/4138 33% [==================== ] 1378/4138 33% [==================== ] 1379/4138 33% [==================== ] 1380/4138 33% [==================== ] 1381/4138 33% [==================== ] 1382/4138 33% [==================== ] 1383/4138 33% [==================== ] 1384/4138 33% [==================== ] 1385/4138 33% [==================== ] 1386/4138 33% [==================== ] 1387/4138 33% [==================== ] 1388/4138 33% [==================== ] 1389/4138 33% [==================== ] 1390/4138 33% [==================== ] 1391/4138 33% [==================== ] 1392/4138 33% [==================== ] 1393/4138 33% [==================== ] 1394/4138 33% [==================== ] 1395/4138 33% [==================== ] 1396/4138 33% [==================== ] 1397/4138 33% [==================== ] 1398/4138 33% [==================== ] 1399/4138 33% [==================== ] 1400/4138 33% [==================== ] 1401/4138 33% [===================== ] 1402/4138 33% [===================== ] 1403/4138 33% [===================== ] 1404/4138 33% [===================== ] 1405/4138 33% [===================== ] 1406/4138 33% [===================== ] 1407/4138 34% [===================== ] 1408/4138 34% [===================== ] 1409/4138 34% [===================== ] 1410/4138 34% [===================== ] 1411/4138 34% [===================== ] 1412/4138 34% [===================== ] 1413/4138 34% [===================== ] 1414/4138 34% [===================== ] 1415/4138 34% [===================== ] 1416/4138 34% [===================== ] 1417/4138 34% [===================== ] 1418/4138 34% [===================== ] 1419/4138 34% [===================== ] 1420/4138 34% [===================== ] 1421/4138 34% [===================== ] 1422/4138 34% [===================== ] 1423/4138 34% [===================== ] 1424/4138 34% [===================== ] 1425/4138 34% [===================== ] 1426/4138 34% [===================== ] 1427/4138 34% [===================== ] 1428/4138 34% [===================== ] 1429/4138 34% [===================== ] 1430/4138 34% [===================== ] 1431/4138 34% [===================== ] 1432/4138 34% [===================== ] 1433/4138 34% [===================== ] 1434/4138 34% [===================== ] 1435/4138 34% [===================== ] 1436/4138 34% [===================== ] 1437/4138 34% [===================== ] 1438/4138 34% [===================== ] 1439/4138 34% [===================== ] 1440/4138 34% [===================== ] 1441/4138 34% [===================== ] 1442/4138 34% [===================== ] 1443/4138 34% [===================== ] 1444/4138 34% [===================== ] 1445/4138 34% [===================== ] 1446/4138 34% [===================== ] 1447/4138 34% [===================== ] 1448/4138 34% [===================== ] 1449/4138 35% [===================== ] 1450/4138 35% [===================== ] 1451/4138 35% [===================== ] 1452/4138 35% [===================== ] 1453/4138 35% [===================== ] 1454/4138 35% [===================== ] 1455/4138 35% [===================== ] 1456/4138 35% [===================== ] 1457/4138 35% [===================== ] 1458/4138 35% [===================== ] 1459/4138 35% [===================== ] 1460/4138 35% [===================== ] 1461/4138 35% [===================== ] 1462/4138 35% [===================== ] 1463/4138 35% [===================== ] 1464/4138 35% [===================== ] 1465/4138 35% [===================== ] 1466/4138 35% [===================== ] 1467/4138 35% [===================== ] 1468/4138 35% [====================== ] 1469/4138 35% [====================== ] 1470/4138 35% [====================== ] 1471/4138 35% [====================== ] 1472/4138 35% [====================== ] 1473/4138 35% [====================== ] 1474/4138 35% [====================== ] 1475/4138 35% [====================== ] 1476/4138 35% [====================== ] 1477/4138 35% [====================== ] 1478/4138 35% [====================== ] 1479/4138 35% [====================== ] 1480/4138 35% [====================== ] 1481/4138 35% [====================== ] 1482/4138 35% [====================== ] 1483/4138 35% [====================== ] 1484/4138 35% [====================== ] 1485/4138 35% [====================== ] 1486/4138 35% [====================== ] 1487/4138 35% [====================== ] 1488/4138 35% [====================== ] 1489/4138 35% [====================== ] 1490/4138 36% [====================== ] 1491/4138 36% [====================== ] 1492/4138 36% [====================== ] 1493/4138 36% [====================== ] 1494/4138 36% [====================== ] 1495/4138 36% [====================== ] 1496/4138 36% [====================== ] 1497/4138 36% [====================== ] 1498/4138 36% [====================== ] 1499/4138 36% [====================== ] 1500/4138 36% [====================== ] 1501/4138 36% [====================== ] 1502/4138 36% [====================== ] 1503/4138 36% [====================== ] 1504/4138 36% [====================== ] 1505/4138 36% [====================== ] 1506/4138 36% [====================== ] 1507/4138 36% [====================== ] 1508/4138 36% [====================== ] 1509/4138 36% [====================== ] 1510/4138 36% [====================== ] 1511/4138 36% [====================== ] 1512/4138 36% [====================== ] 1513/4138 36% [====================== ] 1514/4138 36% [====================== ] 1515/4138 36% [====================== ] 1516/4138 36% [====================== ] 1517/4138 36% [====================== ] 1518/4138 36% [====================== ] 1519/4138 36% [====================== ] 1520/4138 36% [====================== ] 1521/4138 36% [====================== ] 1522/4138 36% [====================== ] 1523/4138 36% [====================== ] 1524/4138 36% [====================== ] 1525/4138 36% [====================== ] 1526/4138 36% [====================== ] 1527/4138 36% [====================== ] 1528/4138 36% [====================== ] 1529/4138 36% [====================== ] 1530/4138 36% [====================== ] 1531/4138 36% [====================== ] 1532/4138 37% [====================== ] 1533/4138 37% [====================== ] 1534/4138 37% [====================== ] 1535/4138 37% [======================= ] 1536/4138 37% [======================= ] 1537/4138 37% [======================= ] 1538/4138 37% [======================= ] 1539/4138 37% [======================= ] 1540/4138 37% [======================= ] 1541/4138 37% [======================= ] 1542/4138 37% [======================= ] 1543/4138 37% [======================= ] 1544/4138 37% [======================= ] 1545/4138 37% [======================= ] 1546/4138 37% [======================= ] 1547/4138 37% [======================= ] 1548/4138 37% [======================= ] 1549/4138 37% [======================= ] 1550/4138 37% [======================= ] 1551/4138 37% [======================= ] 1552/4138 37% [======================= ] 1553/4138 37% [======================= ] 1554/4138 37% [======================= ] 1555/4138 37% [======================= ] 1556/4138 37% [======================= ] 1557/4138 37% [======================= ] 1558/4138 37% [======================= ] 1559/4138 37% [======================= ] 1560/4138 37% [======================= ] 1561/4138 37% [======================= ] 1562/4138 37% [======================= ] 1563/4138 37% [======================= ] 1564/4138 37% [======================= ] 1565/4138 37% [======================= ] 1566/4138 37% [======================= ] 1567/4138 37% [======================= ] 1568/4138 37% [======================= ] 1569/4138 37% [======================= ] 1570/4138 37% [======================= ] 1571/4138 37% [======================= ] 1572/4138 37% [======================= ] 1573/4138 38% [======================= ] 1574/4138 38% [======================= ] 1575/4138 38% [======================= ] 1576/4138 38% [======================= ] 1577/4138 38% [======================= ] 1578/4138 38% [======================= ] 1579/4138 38% [======================= ] 1580/4138 38% [======================= ] 1581/4138 38% [======================= ] 1582/4138 38% [======================= ] 1583/4138 38% [======================= ] 1584/4138 38% [======================= ] 1585/4138 38% [======================= ] 1586/4138 38% [======================= ] 1587/4138 38% [======================= ] 1588/4138 38% [======================= ] 1589/4138 38% [======================= ] 1590/4138 38% [======================= ] 1591/4138 38% [======================= ] 1592/4138 38% [======================= ] 1593/4138 38% [======================= ] 1594/4138 38% [======================= ] 1595/4138 38% [======================= ] 1596/4138 38% [======================= ] 1597/4138 38% [======================= ] 1598/4138 38% [======================= ] 1599/4138 38% [======================= ] 1600/4138 38% [======================= ] 1601/4138 38% [======================== ] 1602/4138 38% [======================== ] 1603/4138 38% [======================== ] 1604/4138 38% [======================== ] 1605/4138 38% [======================== ] 1606/4138 38% [======================== ] 1607/4138 38% [======================== ] 1608/4138 38% [======================== ] 1609/4138 38% [======================== ] 1610/4138 38% [======================== ] 1611/4138 38% [======================== ] 1612/4138 38% [======================== ] 1613/4138 38% [======================== ] 1614/4138 39% [======================== ] 1615/4138 39% [======================== ] 1616/4138 39% [======================== ] 1617/4138 39% [======================== ] 1618/4138 39% [======================== ] 1619/4138 39% [======================== ] 1620/4138 39% [======================== ] 1621/4138 39% [======================== ] 1622/4138 39% [======================== ] 1623/4138 39% [======================== ] 1624/4138 39% [======================== ] 1625/4138 39% [======================== ] 1626/4138 39% [======================== ] 1627/4138 39% [======================== ] 1628/4138 39% [======================== ] 1629/4138 39% [======================== ] 1630/4138 39% [======================== ] 1631/4138 39% [======================== ] 1632/4138 39% [======================== ] 1633/4138 39% [======================== ] 1634/4138 39% [======================== ] 1635/4138 39% [======================== ] 1636/4138 39% [======================== ] 1637/4138 39% [======================== ] 1638/4138 39% [======================== ] 1639/4138 39% [======================== ] 1640/4138 39% [======================== ] 1641/4138 39% [======================== ] 1642/4138 39% [======================== ] 1643/4138 39% [======================== ] 1644/4138 39% [======================== ] 1645/4138 39% [======================== ] 1646/4138 39% [======================== ] 1647/4138 39% [======================== ] 1648/4138 39% [======================== ] 1649/4138 39% [======================== ] 1650/4138 39% [======================== ] 1651/4138 39% [======================== ] 1652/4138 39% [======================== ] 1653/4138 39% [======================== ] 1654/4138 39% [======================== ] 1655/4138 39% [======================== ] 1656/4138 40% [======================== ] 1657/4138 40% [======================== ] 1658/4138 40% [======================== ] 1659/4138 40% [======================== ] 1660/4138 40% [======================== ] 1661/4138 40% [======================== ] 1662/4138 40% [======================== ] 1663/4138 40% [======================== ] 1664/4138 40% [======================== ] 1665/4138 40% [======================== ] 1666/4138 40% [======================== ] 1667/4138 40% [======================== ] 1668/4138 40% [========================= ] 1669/4138 40% [========================= ] 1670/4138 40% [========================= ] 1671/4138 40% [========================= ] 1672/4138 40% [========================= ] 1673/4138 40% [========================= ] 1674/4138 40% [========================= ] 1675/4138 40% [========================= ] 1676/4138 40% [========================= ] 1677/4138 40% [========================= ] 1678/4138 40% [========================= ] 1679/4138 40% [========================= ] 1680/4138 40% [========================= ] 1681/4138 40% [========================= ] 1682/4138 40% [========================= ] 1683/4138 40% [========================= ] 1684/4138 40% [========================= ] 1685/4138 40% [========================= ] 1686/4138 40% [========================= ] 1687/4138 40% [========================= ] 1688/4138 40% [========================= ] 1689/4138 40% [========================= ] 1690/4138 40% [========================= ] 1691/4138 40% [========================= ] 1692/4138 40% [========================= ] 1693/4138 40% [========================= ] 1694/4138 40% [========================= ] 1695/4138 40% [========================= ] 1696/4138 40% [========================= ] 1697/4138 41% [========================= ] 1698/4138 41% [========================= ] 1699/4138 41% [========================= ] 1700/4138 41% [========================= ] 1701/4138 41% [========================= ] 1702/4138 41% [========================= ] 1703/4138 41% [========================= ] 1704/4138 41% [========================= ] 1705/4138 41% [========================= ] 1706/4138 41% [========================= ] 1707/4138 41% [========================= ] 1708/4138 41% [========================= ] 1709/4138 41% [========================= ] 1710/4138 41% [========================= ] 1711/4138 41% [========================= ] 1712/4138 41% [========================= ] 1713/4138 41% [========================= ] 1714/4138 41% [========================= ] 1715/4138 41% [========================= ] 1716/4138 41% [========================= ] 1717/4138 41% [========================= ] 1718/4138 41% [========================= ] 1719/4138 41% [========================= ] 1720/4138 41% [========================= ] 1721/4138 41% [========================= ] 1722/4138 41% [========================= ] 1723/4138 41% [========================= ] 1724/4138 41% [========================= ] 1725/4138 41% [========================= ] 1726/4138 41% [========================= ] 1727/4138 41% [========================= ] 1728/4138 41% [========================= ] 1729/4138 41% [========================= ] 1730/4138 41% [========================= ] 1731/4138 41% [========================= ] 1732/4138 41% [========================= ] 1733/4138 41% [========================= ] 1734/4138 41% [========================= ] 1735/4138 41% [========================== ] 1736/4138 41% [========================== ] 1737/4138 41% [========================== ] 1738/4138 42% [========================== ] 1739/4138 42% [========================== ] 1740/4138 42% [========================== ] 1741/4138 42% [========================== ] 1742/4138 42% [========================== ] 1743/4138 42% [========================== ] 1744/4138 42% [========================== ] 1745/4138 42% [========================== ] 1746/4138 42% [========================== ] 1747/4138 42% [========================== ] 1748/4138 42% [========================== ] 1749/4138 42% [========================== ] 1750/4138 42% [========================== ] 1751/4138 42% [========================== ] 1752/4138 42% [========================== ] 1753/4138 42% [========================== ] 1754/4138 42% [========================== ] 1755/4138 42% [========================== ] 1756/4138 42% [========================== ] 1757/4138 42% [========================== ] 1758/4138 42% [========================== ] 1759/4138 42% [========================== ] 1760/4138 42% [========================== ] 1761/4138 42% [========================== ] 1762/4138 42% [========================== ] 1763/4138 42% [========================== ] 1764/4138 42% [========================== ] 1765/4138 42% [========================== ] 1766/4138 42% [========================== ] 1767/4138 42% [========================== ] 1768/4138 42% [========================== ] 1769/4138 42% [========================== ] 1770/4138 42% [========================== ] 1771/4138 42% [========================== ] 1772/4138 42% [========================== ] 1773/4138 42% [========================== ] 1774/4138 42% [========================== ] 1775/4138 42% [========================== ] 1776/4138 42% [========================== ] 1777/4138 42% [========================== ] 1778/4138 42% [========================== ] 1779/4138 42% [========================== ] 1780/4138 43% [========================== ] 1781/4138 43% [========================== ] 1782/4138 43% [========================== ] 1783/4138 43% [========================== ] 1784/4138 43% [========================== ] 1785/4138 43% [========================== ] 1786/4138 43% [========================== ] 1787/4138 43% [========================== ] 1788/4138 43% [========================== ] 1789/4138 43% [========================== ] 1790/4138 43% [========================== ] 1791/4138 43% [========================== ] 1792/4138 43% [========================== ] 1793/4138 43% [========================== ] 1794/4138 43% [========================== ] 1795/4138 43% [========================== ] 1796/4138 43% [========================== ] 1797/4138 43% [========================== ] 1798/4138 43% [========================== ] 1799/4138 43% [========================== ] 1800/4138 43% [========================== ] 1801/4138 43% [========================== ] 1802/4138 43% [=========================== ] 1803/4138 43% [=========================== ] 1804/4138 43% [=========================== ] 1805/4138 43% [=========================== ] 1806/4138 43% [=========================== ] 1807/4138 43% [=========================== ] 1808/4138 43% [=========================== ] 1809/4138 43% [=========================== ] 1810/4138 43% [=========================== ] 1811/4138 43% [=========================== ] 1812/4138 43% [=========================== ] 1813/4138 43% [=========================== ] 1814/4138 43% [=========================== ] 1815/4138 43% [=========================== ] 1816/4138 43% [=========================== ] 1817/4138 43% [=========================== ] 1818/4138 43% [=========================== ] 1819/4138 43% [=========================== ] 1820/4138 43% [=========================== ] 1821/4138 44% [=========================== ] 1822/4138 44% [=========================== ] 1823/4138 44% [=========================== ] 1824/4138 44% [=========================== ] 1825/4138 44% [=========================== ] 1826/4138 44% [=========================== ] 1827/4138 44% [=========================== ] 1828/4138 44% [=========================== ] 1829/4138 44% [=========================== ] 1830/4138 44% [=========================== ] 1831/4138 44% [=========================== ] 1832/4138 44% [=========================== ] 1833/4138 44% [=========================== ] 1834/4138 44% [=========================== ] 1835/4138 44% [=========================== ] 1836/4138 44% [=========================== ] 1837/4138 44% [=========================== ] 1838/4138 44% [=========================== ] 1839/4138 44% [=========================== ] 1840/4138 44% [=========================== ] 1841/4138 44% [=========================== ] 1842/4138 44% [=========================== ] 1843/4138 44% [=========================== ] 1844/4138 44% [=========================== ] 1845/4138 44% [=========================== ] 1846/4138 44% [=========================== ] 1847/4138 44% [=========================== ] 1848/4138 44% [=========================== ] 1849/4138 44% [=========================== ] 1850/4138 44% [=========================== ] 1851/4138 44% [=========================== ] 1852/4138 44% [=========================== ] 1853/4138 44% [=========================== ] 1854/4138 44% [=========================== ] 1855/4138 44% [=========================== ] 1856/4138 44% [=========================== ] 1857/4138 44% [=========================== ] 1858/4138 44% [=========================== ] 1859/4138 44% [=========================== ] 1860/4138 44% [=========================== ] 1861/4138 44% [=========================== ] 1862/4138 44% [=========================== ] 1863/4138 45% [=========================== ] 1864/4138 45% [=========================== ] 1865/4138 45% [=========================== ] 1866/4138 45% [=========================== ] 1867/4138 45% [=========================== ] 1868/4138 45% [============================ ] 1869/4138 45% [============================ ] 1870/4138 45% [============================ ] 1871/4138 45% [============================ ] 1872/4138 45% [============================ ] 1873/4138 45% [============================ ] 1874/4138 45% [============================ ] 1875/4138 45% [============================ ] 1876/4138 45% [============================ ] 1877/4138 45% [============================ ] 1878/4138 45% [============================ ] 1879/4138 45% [============================ ] 1880/4138 45% [============================ ] 1881/4138 45% [============================ ] 1882/4138 45% [============================ ] 1883/4138 45% [============================ ] 1884/4138 45% [============================ ] 1885/4138 45% [============================ ] 1886/4138 45% [============================ ] 1887/4138 45% [============================ ] 1888/4138 45% [============================ ] 1889/4138 45% [============================ ] 1890/4138 45% [============================ ] 1891/4138 45% [============================ ] 1892/4138 45% [============================ ] 1893/4138 45% [============================ ] 1894/4138 45% [============================ ] 1895/4138 45% [============================ ] 1896/4138 45% [============================ ] 1897/4138 45% [============================ ] 1898/4138 45% [============================ ] 1899/4138 45% [============================ ] 1900/4138 45% [============================ ] 1901/4138 45% [============================ ] 1902/4138 45% [============================ ] 1903/4138 45% [============================ ] 1904/4138 46% [============================ ] 1905/4138 46% [============================ ] 1906/4138 46% [============================ ] 1907/4138 46% [============================ ] 1908/4138 46% [============================ ] 1909/4138 46% [============================ ] 1910/4138 46% [============================ ] 1911/4138 46% [============================ ] 1912/4138 46% [============================ ] 1913/4138 46% [============================ ] 1914/4138 46% [============================ ] 1915/4138 46% [============================ ] 1916/4138 46% [============================ ] 1917/4138 46% [============================ ] 1918/4138 46% [============================ ] 1919/4138 46% [============================ ] 1920/4138 46% [============================ ] 1921/4138 46% [============================ ] 1922/4138 46% [============================ ] 1923/4138 46% [============================ ] 1924/4138 46% [============================ ] 1925/4138 46% [============================ ] 1926/4138 46% [============================ ] 1927/4138 46% [============================ ] 1928/4138 46% [============================ ] 1929/4138 46% [============================ ] 1930/4138 46% [============================ ] 1931/4138 46% [============================ ] 1932/4138 46% [============================ ] 1933/4138 46% [============================ ] 1934/4138 46% [============================ ] 1935/4138 46% [============================= ] 1936/4138 46% [============================= ] 1937/4138 46% [============================= ] 1938/4138 46% [============================= ] 1939/4138 46% [============================= ] 1940/4138 46% [============================= ] 1941/4138 46% [============================= ] 1942/4138 46% [============================= ] 1943/4138 46% [============================= ] 1944/4138 46% [============================= ] 1945/4138 47% [============================= ] 1946/4138 47% [============================= ] 1947/4138 47% [============================= ] 1948/4138 47% [============================= ] 1949/4138 47% [============================= ] 1950/4138 47% [============================= ] 1951/4138 47% [============================= ] 1952/4138 47% [============================= ] 1953/4138 47% [============================= ] 1954/4138 47% [============================= ] 1955/4138 47% [============================= ] 1956/4138 47% [============================= ] 1957/4138 47% [============================= ] 1958/4138 47% [============================= ] 1959/4138 47% [============================= ] 1960/4138 47% [============================= ] 1961/4138 47% [============================= ] 1962/4138 47% [============================= ] 1963/4138 47% [============================= ] 1964/4138 47% [============================= ] 1965/4138 47% [============================= ] 1966/4138 47% [============================= ] 1967/4138 47% [============================= ] 1968/4138 47% [============================= ] 1969/4138 47% [============================= ] 1970/4138 47% [============================= ] 1971/4138 47% [============================= ] 1972/4138 47% [============================= ] 1973/4138 47% [============================= ] 1974/4138 47% [============================= ] 1975/4138 47% [============================= ] 1976/4138 47% [============================= ] 1977/4138 47% [============================= ] 1978/4138 47% [============================= ] 1979/4138 47% [============================= ] 1980/4138 47% [============================= ] 1981/4138 47% [============================= ] 1982/4138 47% [============================= ] 1983/4138 47% [============================= ] 1984/4138 47% [============================= ] 1985/4138 47% [============================= ] 1986/4138 47% [============================= ] 1987/4138 48% [============================= ] 1988/4138 48% [============================= ] 1989/4138 48% [============================= ] 1990/4138 48% [============================= ] 1991/4138 48% [============================= ] 1992/4138 48% [============================= ] 1993/4138 48% [============================= ] 1994/4138 48% [============================= ] 1995/4138 48% [============================= ] 1996/4138 48% [============================= ] 1997/4138 48% [============================= ] 1998/4138 48% [============================= ] 1999/4138 48% [============================= ] 2000/4138 48% [============================= ] 2001/4138 48% [============================= ] 2002/4138 48% [============================== ] 2003/4138 48% [============================== ] 2004/4138 48% [============================== ] 2005/4138 48% [============================== ] 2006/4138 48% [============================== ] 2007/4138 48% [============================== ] 2008/4138 48% [============================== ] 2009/4138 48% [============================== ] 2010/4138 48% [============================== ] 2011/4138 48% [============================== ] 2012/4138 48% [============================== ] 2013/4138 48% [============================== ] 2014/4138 48% [============================== ] 2015/4138 48% [============================== ] 2016/4138 48% [============================== ] 2017/4138 48% [============================== ] 2018/4138 48% [============================== ] 2019/4138 48% [============================== ] 2020/4138 48% [============================== ] 2021/4138 48% [============================== ] 2022/4138 48% [============================== ] 2023/4138 48% [============================== ] 2024/4138 48% [============================== ] 2025/4138 48% [============================== ] 2026/4138 48% [============================== ] 2027/4138 48% [============================== ] 2028/4138 49% [============================== ] 2029/4138 49% [============================== ] 2030/4138 49% [============================== ] 2031/4138 49% [============================== ] 2032/4138 49% [============================== ] 2033/4138 49% [============================== ] 2034/4138 49% [============================== ] 2035/4138 49% [============================== ] 2036/4138 49% [============================== ] 2037/4138 49% [============================== ] 2038/4138 49% [============================== ] 2039/4138 49% [============================== ] 2040/4138 49% [============================== ] 2041/4138 49% [============================== ] 2042/4138 49% [============================== ] 2043/4138 49% [============================== ] 2044/4138 49% [============================== ] 2045/4138 49% [============================== ] 2046/4138 49% [============================== ] 2047/4138 49% [============================== ] 2048/4138 49% [============================== ] 2049/4138 49% [============================== ] 2050/4138 49% [============================== ] 2051/4138 49% [============================== ] 2052/4138 49% [============================== ] 2053/4138 49% [============================== ] 2054/4138 49% [============================== ] 2055/4138 49% [============================== ] 2056/4138 49% [============================== ] 2057/4138 49% [============================== ] 2058/4138 49% [============================== ] 2059/4138 49% [============================== ] 2060/4138 49% [============================== ] 2061/4138 49% [============================== ] 2062/4138 49% [============================== ] 2063/4138 49% [============================== ] 2064/4138 49% [============================== ] 2065/4138 49% [============================== ] 2066/4138 49% [============================== ] 2067/4138 49% [============================== ] 2068/4138 49% [=============================== ] 2069/4138 50% [=============================== ] 2070/4138 50% [=============================== ] 2071/4138 50% [=============================== ] 2072/4138 50% [=============================== ] 2073/4138 50% [=============================== ] 2074/4138 50% [=============================== ] 2075/4138 50% [=============================== ] 2076/4138 50% [=============================== ] 2077/4138 50% [=============================== ] 2078/4138 50% [=============================== ] 2079/4138 50% [=============================== ] 2080/4138 50% [=============================== ] 2081/4138 50% [=============================== ] 2082/4138 50% [=============================== ] 2083/4138 50% [=============================== ] 2084/4138 50% [=============================== ] 2085/4138 50% [=============================== ] 2086/4138 50% [=============================== ] 2087/4138 50% [=============================== ] 2088/4138 50% [=============================== ] 2089/4138 50% [=============================== ] 2090/4138 50% [=============================== ] 2091/4138 50% [=============================== ] 2092/4138 50% [=============================== ] 2093/4138 50% [=============================== ] 2094/4138 50% [=============================== ] 2095/4138 50% [=============================== ] 2096/4138 50% [=============================== ] 2097/4138 50% [=============================== ] 2098/4138 50% [=============================== ] 2099/4138 50% [=============================== ] 2100/4138 50% [=============================== ] 2101/4138 50% [=============================== ] 2102/4138 50% [=============================== ] 2103/4138 50% [=============================== ] 2104/4138 50% [=============================== ] 2105/4138 50% [=============================== ] 2106/4138 50% [=============================== ] 2107/4138 50% [=============================== ] 2108/4138 50% [=============================== ] 2109/4138 50% [=============================== ] 2110/4138 50% [=============================== ] 2111/4138 51% [=============================== ] 2112/4138 51% [=============================== ] 2113/4138 51% [=============================== ] 2114/4138 51% [=============================== ] 2115/4138 51% [=============================== ] 2116/4138 51% [=============================== ] 2117/4138 51% [=============================== ] 2118/4138 51% [=============================== ] 2119/4138 51% [=============================== ] 2120/4138 51% [=============================== ] 2121/4138 51% [=============================== ] 2122/4138 51% [=============================== ] 2123/4138 51% [=============================== ] 2124/4138 51% [=============================== ] 2125/4138 51% [=============================== ] 2126/4138 51% [=============================== ] 2127/4138 51% [=============================== ] 2128/4138 51% [=============================== ] 2129/4138 51% [=============================== ] 2130/4138 51% [=============================== ] 2131/4138 51% [=============================== ] 2132/4138 51% [=============================== ] 2133/4138 51% [=============================== ] 2134/4138 51% [=============================== ] 2135/4138 51% [================================ ] 2136/4138 51% [================================ ] 2137/4138 51% [================================ ] 2138/4138 51% [================================ ] 2139/4138 51% [================================ ] 2140/4138 51% [================================ ] 2141/4138 51% [================================ ] 2142/4138 51% [================================ ] 2143/4138 51% [================================ ] 2144/4138 51% [================================ ] 2145/4138 51% [================================ ] 2146/4138 51% [================================ ] 2147/4138 51% [================================ ] 2148/4138 51% [================================ ] 2149/4138 51% [================================ ] 2150/4138 51% [================================ ] 2151/4138 51% [================================ ] 2152/4138 52% [================================ ] 2153/4138 52% [================================ ] 2154/4138 52% [================================ ] 2155/4138 52% [================================ ] 2156/4138 52% [================================ ] 2157/4138 52% [================================ ] 2158/4138 52% [================================ ] 2159/4138 52% [================================ ] 2160/4138 52% [================================ ] 2161/4138 52% [================================ ] 2162/4138 52% [================================ ] 2163/4138 52% [================================ ] 2164/4138 52% [================================ ] 2165/4138 52% [================================ ] 2166/4138 52% [================================ ] 2167/4138 52% [================================ ] 2168/4138 52% [================================ ] 2169/4138 52% [================================ ] 2170/4138 52% [================================ ] 2171/4138 52% [================================ ] 2172/4138 52% [================================ ] 2173/4138 52% [================================ ] 2174/4138 52% [================================ ] 2175/4138 52% [================================ ] 2176/4138 52% [================================ ] 2177/4138 52% [================================ ] 2178/4138 52% [================================ ] 2179/4138 52% [================================ ] 2180/4138 52% [================================ ] 2181/4138 52% [================================ ] 2182/4138 52% [================================ ] 2183/4138 52% [================================ ] 2184/4138 52% [================================ ] 2185/4138 52% [================================ ] 2186/4138 52% [================================ ] 2187/4138 52% [================================ ] 2188/4138 52% [================================ ] 2189/4138 52% [================================ ] 2190/4138 52% [================================ ] 2191/4138 52% [================================ ] 2192/4138 52% [================================ ] 2193/4138 52% [================================ ] 2194/4138 53% [================================ ] 2195/4138 53% [================================ ] 2196/4138 53% [================================ ] 2197/4138 53% [================================ ] 2198/4138 53% [================================ ] 2199/4138 53% [================================ ] 2200/4138 53% [================================ ] 2201/4138 53% [================================ ] 2202/4138 53% [================================= ] 2203/4138 53% [================================= ] 2204/4138 53% [================================= ] 2205/4138 53% [================================= ] 2206/4138 53% [================================= ] 2207/4138 53% [================================= ] 2208/4138 53% [================================= ] 2209/4138 53% [================================= ] 2210/4138 53% [================================= ] 2211/4138 53% [================================= ] 2212/4138 53% [================================= ] 2213/4138 53% [================================= ] 2214/4138 53% [================================= ] 2215/4138 53% [================================= ] 2216/4138 53% [================================= ] 2217/4138 53% [================================= ] 2218/4138 53% [================================= ] 2219/4138 53% [================================= ] 2220/4138 53% [================================= ] 2221/4138 53% [================================= ] 2222/4138 53% [================================= ] 2223/4138 53% [================================= ] 2224/4138 53% [================================= ] 2225/4138 53% [================================= ] 2226/4138 53% [================================= ] 2227/4138 53% [================================= ] 2228/4138 53% [================================= ] 2229/4138 53% [================================= ] 2230/4138 53% [================================= ] 2231/4138 53% [================================= ] 2232/4138 53% [================================= ] 2233/4138 53% [================================= ] 2234/4138 53% [================================= ] 2235/4138 54% [================================= ] 2236/4138 54% [================================= ] 2237/4138 54% [================================= ] 2238/4138 54% [================================= ] 2239/4138 54% [================================= ] 2240/4138 54% [================================= ] 2241/4138 54% [================================= ] 2242/4138 54% [================================= ] 2243/4138 54% [================================= ] 2244/4138 54% [================================= ] 2245/4138 54% [================================= ] 2246/4138 54% [================================= ] 2247/4138 54% [================================= ] 2248/4138 54% [================================= ] 2249/4138 54% [================================= ] 2250/4138 54% [================================= ] 2251/4138 54% [================================= ] 2252/4138 54% [================================= ] 2253/4138 54% [================================= ] 2254/4138 54% [================================= ] 2255/4138 54% [================================= ] 2256/4138 54% [================================= ] 2257/4138 54% [================================= ] 2258/4138 54% [================================= ] 2259/4138 54% [================================= ] 2260/4138 54% [================================= ] 2261/4138 54% [================================= ] 2262/4138 54% [================================= ] 2263/4138 54% [================================= ] 2264/4138 54% [================================= ] 2265/4138 54% [================================= ] 2266/4138 54% [================================= ] 2267/4138 54% [================================= ] 2268/4138 54% [================================= ] 2269/4138 54% [================================== ] 2270/4138 54% [================================== ] 2271/4138 54% [================================== ] 2272/4138 54% [================================== ] 2273/4138 54% [================================== ] 2274/4138 54% [================================== ] 2275/4138 54% [================================== ] 2276/4138 55% [================================== ] 2277/4138 55% [================================== ] 2278/4138 55% [================================== ] 2279/4138 55% [================================== ] 2280/4138 55% [================================== ] 2281/4138 55% [================================== ] 2282/4138 55% [================================== ] 2283/4138 55% [================================== ] 2284/4138 55% [================================== ] 2285/4138 55% [================================== ] 2286/4138 55% [================================== ] 2287/4138 55% [================================== ] 2288/4138 55% [================================== ] 2289/4138 55% [================================== ] 2290/4138 55% [================================== ] 2291/4138 55% [================================== ] 2292/4138 55% [================================== ] 2293/4138 55% [================================== ] 2294/4138 55% [================================== ] 2295/4138 55% [================================== ] 2296/4138 55% [================================== ] 2297/4138 55% [================================== ] 2298/4138 55% [================================== ] 2299/4138 55% [================================== ] 2300/4138 55% [================================== ] 2301/4138 55% [================================== ] 2302/4138 55% [================================== ] 2303/4138 55% [================================== ] 2304/4138 55% [================================== ] 2305/4138 55% [================================== ] 2306/4138 55% [================================== ] 2307/4138 55% [================================== ] 2308/4138 55% [================================== ] 2309/4138 55% [================================== ] 2310/4138 55% [================================== ] 2311/4138 55% [================================== ] 2312/4138 55% [================================== ] 2313/4138 55% [================================== ] 2314/4138 55% [================================== ] 2315/4138 55% [================================== ] 2316/4138 55% [================================== ] 2317/4138 55% [================================== ] 2318/4138 56% [================================== ] 2319/4138 56% [================================== ] 2320/4138 56% [================================== ] 2321/4138 56% [================================== ] 2322/4138 56% [================================== ] 2323/4138 56% [================================== ] 2324/4138 56% [================================== ] 2325/4138 56% [================================== ] 2326/4138 56% [================================== ] 2327/4138 56% [================================== ] 2328/4138 56% [================================== ] 2329/4138 56% [================================== ] 2330/4138 56% [================================== ] 2331/4138 56% [================================== ] 2332/4138 56% [================================== ] 2333/4138 56% [================================== ] 2334/4138 56% [================================== ] 2335/4138 56% [=================================== ] 2336/4138 56% [=================================== ] 2337/4138 56% [=================================== ] 2338/4138 56% [=================================== ] 2339/4138 56% [=================================== ] 2340/4138 56% [=================================== ] 2341/4138 56% [=================================== ] 2342/4138 56% [=================================== ] 2343/4138 56% [=================================== ] 2344/4138 56% [=================================== ] 2345/4138 56% [=================================== ] 2346/4138 56% [=================================== ] 2347/4138 56% [=================================== ] 2348/4138 56% [=================================== ] 2349/4138 56% [=================================== ] 2350/4138 56% [=================================== ] 2351/4138 56% [=================================== ] 2352/4138 56% [=================================== ] 2353/4138 56% [=================================== ] 2354/4138 56% [=================================== ] 2355/4138 56% [=================================== ] 2356/4138 56% [=================================== ] 2357/4138 56% [=================================== ] 2358/4138 56% [=================================== ] 2359/4138 57% [=================================== ] 2360/4138 57% [=================================== ] 2361/4138 57% [=================================== ] 2362/4138 57% [=================================== ] 2363/4138 57% [=================================== ] 2364/4138 57% [=================================== ] 2365/4138 57% [=================================== ] 2366/4138 57% [=================================== ] 2367/4138 57% [=================================== ] 2368/4138 57% [=================================== ] 2369/4138 57% [=================================== ] 2370/4138 57% [=================================== ] 2371/4138 57% [=================================== ] 2372/4138 57% [=================================== ] 2373/4138 57% [=================================== ] 2374/4138 57% [=================================== ] 2375/4138 57% [=================================== ] 2376/4138 57% [=================================== ] 2377/4138 57% [=================================== ] 2378/4138 57% [=================================== ] 2379/4138 57% [=================================== ] 2380/4138 57% [=================================== ] 2381/4138 57% [=================================== ] 2382/4138 57% [=================================== ] 2383/4138 57% [=================================== ] 2384/4138 57% [=================================== ] 2385/4138 57% [=================================== ] 2386/4138 57% [=================================== ] 2387/4138 57% [=================================== ] 2388/4138 57% [=================================== ] 2389/4138 57% [=================================== ] 2390/4138 57% [=================================== ] 2391/4138 57% [=================================== ] 2392/4138 57% [=================================== ] 2393/4138 57% [=================================== ] 2394/4138 57% [=================================== ] 2395/4138 57% [=================================== ] 2396/4138 57% [=================================== ] 2397/4138 57% [=================================== ] 2398/4138 57% [=================================== ] 2399/4138 57% [=================================== ] 2400/4138 57% [=================================== ] 2401/4138 58% [=================================== ] 2402/4138 58% [==================================== ] 2403/4138 58% [==================================== ] 2404/4138 58% [==================================== ] 2405/4138 58% [==================================== ] 2406/4138 58% [==================================== ] 2407/4138 58% [==================================== ] 2408/4138 58% [==================================== ] 2409/4138 58% [==================================== ] 2410/4138 58% [==================================== ] 2411/4138 58% [==================================== ] 2412/4138 58% [==================================== ] 2413/4138 58% [==================================== ] 2414/4138 58% [==================================== ] 2415/4138 58% [==================================== ] 2416/4138 58% [==================================== ] 2417/4138 58% [==================================== ] 2418/4138 58% [==================================== ] 2419/4138 58% [==================================== ] 2420/4138 58% [==================================== ] 2421/4138 58% [==================================== ] 2422/4138 58% [==================================== ] 2423/4138 58% [==================================== ] 2424/4138 58% [==================================== ] 2425/4138 58% [==================================== ] 2426/4138 58% [==================================== ] 2427/4138 58% [==================================== ] 2428/4138 58% [==================================== ] 2429/4138 58% [==================================== ] 2430/4138 58% [==================================== ] 2431/4138 58% [==================================== ] 2432/4138 58% [==================================== ] 2433/4138 58% [==================================== ] 2434/4138 58% [==================================== ] 2435/4138 58% [==================================== ] 2436/4138 58% [==================================== ] 2437/4138 58% [==================================== ] 2438/4138 58% [==================================== ] 2439/4138 58% [==================================== ] 2440/4138 58% [==================================== ] 2441/4138 58% [==================================== ] 2442/4138 59% [==================================== ] 2443/4138 59% [==================================== ] 2444/4138 59% [==================================== ] 2445/4138 59% [==================================== ] 2446/4138 59% [==================================== ] 2447/4138 59% [==================================== ] 2448/4138 59% [==================================== ] 2449/4138 59% [==================================== ] 2450/4138 59% [==================================== ] 2451/4138 59% [==================================== ] 2452/4138 59% [==================================== ] 2453/4138 59% [==================================== ] 2454/4138 59% [==================================== ] 2455/4138 59% [==================================== ] 2456/4138 59% [==================================== ] 2457/4138 59% [==================================== ] 2458/4138 59% [==================================== ] 2459/4138 59% [==================================== ] 2460/4138 59% [==================================== ] 2461/4138 59% [==================================== ] 2462/4138 59% [==================================== ] 2463/4138 59% [==================================== ] 2464/4138 59% [==================================== ] 2465/4138 59% [==================================== ] 2466/4138 59% [==================================== ] 2467/4138 59% [==================================== ] 2468/4138 59% [==================================== ] 2469/4138 59% [===================================== ] 2470/4138 59% [===================================== ] 2471/4138 59% [===================================== ] 2472/4138 59% [===================================== ] 2473/4138 59% [===================================== ] 2474/4138 59% [===================================== ] 2475/4138 59% [===================================== ] 2476/4138 59% [===================================== ] 2477/4138 59% [===================================== ] 2478/4138 59% [===================================== ] 2479/4138 59% [===================================== ] 2480/4138 59% [===================================== ] 2481/4138 59% [===================================== ] 2482/4138 59% [===================================== ] 2483/4138 60% [===================================== ] 2484/4138 60% [===================================== ] 2485/4138 60% [===================================== ] 2486/4138 60% [===================================== ] 2487/4138 60% [===================================== ] 2488/4138 60% [===================================== ] 2489/4138 60% [===================================== ] 2490/4138 60% [===================================== ] 2491/4138 60% [===================================== ] 2492/4138 60% [===================================== ] 2493/4138 60% [===================================== ] 2494/4138 60% [===================================== ] 2495/4138 60% [===================================== ] 2496/4138 60% [===================================== ] 2497/4138 60% [===================================== ] 2498/4138 60% [===================================== ] 2499/4138 60% [===================================== ] 2500/4138 60% [===================================== ] 2501/4138 60% [===================================== ] 2502/4138 60% [===================================== ] 2503/4138 60% [===================================== ] 2504/4138 60% [===================================== ] 2505/4138 60% [===================================== ] 2506/4138 60% [===================================== ] 2507/4138 60% [===================================== ] 2508/4138 60% [===================================== ] 2509/4138 60% [===================================== ] 2510/4138 60% [===================================== ] 2511/4138 60% [===================================== ] 2512/4138 60% [===================================== ] 2513/4138 60% [===================================== ] 2514/4138 60% [===================================== ] 2515/4138 60% [===================================== ] 2516/4138 60% [===================================== ] 2517/4138 60% [===================================== ] 2518/4138 60% [===================================== ] 2519/4138 60% [===================================== ] 2520/4138 60% [===================================== ] 2521/4138 60% [===================================== ] 2522/4138 60% [===================================== ] 2523/4138 60% [===================================== ] 2524/4138 60% [===================================== ] 2525/4138 61% [===================================== ] 2526/4138 61% [===================================== ] 2527/4138 61% [===================================== ] 2528/4138 61% [===================================== ] 2529/4138 61% [===================================== ] 2530/4138 61% [===================================== ] 2531/4138 61% [===================================== ] 2532/4138 61% [===================================== ] 2533/4138 61% [===================================== ] 2534/4138 61% [===================================== ] 2535/4138 61% [===================================== ] 2536/4138 61% [====================================== ] 2537/4138 61% [====================================== ] 2538/4138 61% [====================================== ] 2539/4138 61% [====================================== ] 2540/4138 61% [====================================== ] 2541/4138 61% [====================================== ] 2542/4138 61% [====================================== ] 2543/4138 61% [====================================== ] 2544/4138 61% [====================================== ] 2545/4138 61% [====================================== ] 2546/4138 61% [====================================== ] 2547/4138 61% [====================================== ] 2548/4138 61% [====================================== ] 2549/4138 61% [====================================== ] 2550/4138 61% [====================================== ] 2551/4138 61% [====================================== ] 2552/4138 61% [====================================== ] 2553/4138 61% [====================================== ] 2554/4138 61% [====================================== ] 2555/4138 61% [====================================== ] 2556/4138 61% [====================================== ] 2557/4138 61% [====================================== ] 2558/4138 61% [====================================== ] 2559/4138 61% [====================================== ] 2560/4138 61% [====================================== ] 2561/4138 61% [====================================== ] 2562/4138 61% [====================================== ] 2563/4138 61% [====================================== ] 2564/4138 61% [====================================== ] 2565/4138 61% [====================================== ] 2566/4138 62% [====================================== ] 2567/4138 62% [====================================== ] 2568/4138 62% [====================================== ] 2569/4138 62% [====================================== ] 2570/4138 62% [====================================== ] 2571/4138 62% [====================================== ] 2572/4138 62% [====================================== ] 2573/4138 62% [====================================== ] 2574/4138 62% [====================================== ] 2575/4138 62% [====================================== ] 2576/4138 62% [====================================== ] 2577/4138 62% [====================================== ] 2578/4138 62% [====================================== ] 2579/4138 62% [====================================== ] 2580/4138 62% [====================================== ] 2581/4138 62% [====================================== ] 2582/4138 62% [====================================== ] 2583/4138 62% [====================================== ] 2584/4138 62% [====================================== ] 2585/4138 62% [====================================== ] 2586/4138 62% [====================================== ] 2587/4138 62% [====================================== ] 2588/4138 62% [====================================== ] 2589/4138 62% [====================================== ] 2590/4138 62% [====================================== ] 2591/4138 62% [====================================== ] 2592/4138 62% [====================================== ] 2593/4138 62% [====================================== ] 2594/4138 62% [====================================== ] 2595/4138 62% [====================================== ] 2596/4138 62% [====================================== ] 2597/4138 62% [====================================== ] 2598/4138 62% [====================================== ] 2599/4138 62% [====================================== ] 2600/4138 62% [====================================== ] 2601/4138 62% [====================================== ] 2602/4138 62% [======================================= ] 2603/4138 62% [======================================= ] 2604/4138 62% [======================================= ] 2605/4138 62% [======================================= ] 2606/4138 62% [======================================= ] 2607/4138 63% [======================================= ] 2608/4138 63% [======================================= ] 2609/4138 63% [======================================= ] 2610/4138 63% [======================================= ] 2611/4138 63% [======================================= ] 2612/4138 63% [======================================= ] 2613/4138 63% [======================================= ] 2614/4138 63% [======================================= ] 2615/4138 63% [======================================= ] 2616/4138 63% [======================================= ] 2617/4138 63% [======================================= ] 2618/4138 63% [======================================= ] 2619/4138 63% [======================================= ] 2620/4138 63% [======================================= ] 2621/4138 63% [======================================= ] 2622/4138 63% [======================================= ] 2623/4138 63% [======================================= ] 2624/4138 63% [======================================= ] 2625/4138 63% [======================================= ] 2626/4138 63% [======================================= ] 2627/4138 63% [======================================= ] 2628/4138 63% [======================================= ] 2629/4138 63% [======================================= ] 2630/4138 63% [======================================= ] 2631/4138 63% [======================================= ] 2632/4138 63% [======================================= ] 2633/4138 63% [======================================= ] 2634/4138 63% [======================================= ] 2635/4138 63% [======================================= ] 2636/4138 63% [======================================= ] 2637/4138 63% [======================================= ] 2638/4138 63% [======================================= ] 2639/4138 63% [======================================= ] 2640/4138 63% [======================================= ] 2641/4138 63% [======================================= ] 2642/4138 63% [======================================= ] 2643/4138 63% [======================================= ] 2644/4138 63% [======================================= ] 2645/4138 63% [======================================= ] 2646/4138 63% [======================================= ] 2647/4138 63% [======================================= ] 2648/4138 63% [======================================= ] 2649/4138 64% [======================================= ] 2650/4138 64% [======================================= ] 2651/4138 64% [======================================= ] 2652/4138 64% [======================================= ] 2653/4138 64% [======================================= ] 2654/4138 64% [======================================= ] 2655/4138 64% [======================================= ] 2656/4138 64% [======================================= ] 2657/4138 64% [======================================= ] 2658/4138 64% [======================================= ] 2659/4138 64% [======================================= ] 2660/4138 64% [======================================= ] 2661/4138 64% [======================================= ] 2662/4138 64% [======================================= ] 2663/4138 64% [======================================= ] 2664/4138 64% [======================================= ] 2665/4138 64% [======================================= ] 2666/4138 64% [======================================= ] 2667/4138 64% [======================================= ] 2668/4138 64% [======================================= ] 2669/4138 64% [======================================== ] 2670/4138 64% [======================================== ] 2671/4138 64% [======================================== ] 2672/4138 64% [======================================== ] 2673/4138 64% [======================================== ] 2674/4138 64% [======================================== ] 2675/4138 64% [======================================== ] 2676/4138 64% [======================================== ] 2677/4138 64% [======================================== ] 2678/4138 64% [======================================== ] 2679/4138 64% [======================================== ] 2680/4138 64% [======================================== ] 2681/4138 64% [======================================== ] 2682/4138 64% [======================================== ] 2683/4138 64% [======================================== ] 2684/4138 64% [======================================== ] 2685/4138 64% [======================================== ] 2686/4138 64% [======================================== ] 2687/4138 64% [======================================== ] 2688/4138 64% [======================================== ] 2689/4138 64% [======================================== ] 2690/4138 65% [======================================== ] 2691/4138 65% [======================================== ] 2692/4138 65% [======================================== ] 2693/4138 65% [======================================== ] 2694/4138 65% [======================================== ] 2695/4138 65% [======================================== ] 2696/4138 65% [======================================== ] 2697/4138 65% [======================================== ] 2698/4138 65% [======================================== ] 2699/4138 65% [======================================== ] 2700/4138 65% [======================================== ] 2701/4138 65% [======================================== ] 2702/4138 65% [======================================== ] 2703/4138 65% [======================================== ] 2704/4138 65% [======================================== ] 2705/4138 65% [======================================== ] 2706/4138 65% [======================================== ] 2707/4138 65% [======================================== ] 2708/4138 65% [======================================== ] 2709/4138 65% [======================================== ] 2710/4138 65% [======================================== ] 2711/4138 65% [======================================== ] 2712/4138 65% [======================================== ] 2713/4138 65% [======================================== ] 2714/4138 65% [======================================== ] 2715/4138 65% [======================================== ] 2716/4138 65% [======================================== ] 2717/4138 65% [======================================== ] 2718/4138 65% [======================================== ] 2719/4138 65% [======================================== ] 2720/4138 65% [======================================== ] 2721/4138 65% [======================================== ] 2722/4138 65% [======================================== ] 2723/4138 65% [======================================== ] 2724/4138 65% [======================================== ] 2725/4138 65% [======================================== ] 2726/4138 65% [======================================== ] 2727/4138 65% [======================================== ] 2728/4138 65% [======================================== ] 2729/4138 65% [======================================== ] 2730/4138 65% [======================================== ] 2731/4138 65% [======================================== ] 2732/4138 66% [======================================== ] 2733/4138 66% [======================================== ] 2734/4138 66% [======================================== ] 2735/4138 66% [======================================== ] 2736/4138 66% [========================================= ] 2737/4138 66% [========================================= ] 2738/4138 66% [========================================= ] 2739/4138 66% [========================================= ] 2740/4138 66% [========================================= ] 2741/4138 66% [========================================= ] 2742/4138 66% [========================================= ] 2743/4138 66% [========================================= ] 2744/4138 66% [========================================= ] 2745/4138 66% [========================================= ] 2746/4138 66% [========================================= ] 2747/4138 66% [========================================= ] 2748/4138 66% [========================================= ] 2749/4138 66% [========================================= ] 2750/4138 66% [========================================= ] 2751/4138 66% [========================================= ] 2752/4138 66% [========================================= ] 2753/4138 66% [========================================= ] 2754/4138 66% [========================================= ] 2755/4138 66% [========================================= ] 2756/4138 66% [========================================= ] 2757/4138 66% [========================================= ] 2758/4138 66% [========================================= ] 2759/4138 66% [========================================= ] 2760/4138 66% [========================================= ] 2761/4138 66% [========================================= ] 2762/4138 66% [========================================= ] 2763/4138 66% [========================================= ] 2764/4138 66% [========================================= ] 2765/4138 66% [========================================= ] 2766/4138 66% [========================================= ] 2767/4138 66% [========================================= ] 2768/4138 66% [========================================= ] 2769/4138 66% [========================================= ] 2770/4138 66% [========================================= ] 2771/4138 66% [========================================= ] 2772/4138 66% [========================================= ] 2773/4138 67% [========================================= ] 2774/4138 67% [========================================= ] 2775/4138 67% [========================================= ] 2776/4138 67% [========================================= ] 2777/4138 67% [========================================= ] 2778/4138 67% [========================================= ] 2779/4138 67% [========================================= ] 2780/4138 67% [========================================= ] 2781/4138 67% [========================================= ] 2782/4138 67% [========================================= ] 2783/4138 67% [========================================= ] 2784/4138 67% [========================================= ] 2785/4138 67% [========================================= ] 2786/4138 67% [========================================= ] 2787/4138 67% [========================================= ] 2788/4138 67% [========================================= ] 2789/4138 67% [========================================= ] 2790/4138 67% [========================================= ] 2791/4138 67% [========================================= ] 2792/4138 67% [========================================= ] 2793/4138 67% [========================================= ] 2794/4138 67% [========================================= ] 2795/4138 67% [========================================= ] 2796/4138 67% [========================================= ] 2797/4138 67% [========================================= ] 2798/4138 67% [========================================= ] 2799/4138 67% [========================================= ] 2800/4138 67% [========================================= ] 2801/4138 67% [========================================= ] 2802/4138 67% [========================================= ] 2803/4138 67% [========================================== ] 2804/4138 67% [========================================== ] 2805/4138 67% [========================================== ] 2806/4138 67% [========================================== ] 2807/4138 67% [========================================== ] 2808/4138 67% [========================================== ] 2809/4138 67% [========================================== ] 2810/4138 67% [========================================== ] 2811/4138 67% [========================================== ] 2812/4138 67% [========================================== ] 2813/4138 67% [========================================== ] 2814/4138 68% [========================================== ] 2815/4138 68% [========================================== ] 2816/4138 68% [========================================== ] 2817/4138 68% [========================================== ] 2818/4138 68% [========================================== ] 2819/4138 68% [========================================== ] 2820/4138 68% [========================================== ] 2821/4138 68% [========================================== ] 2822/4138 68% [========================================== ] 2823/4138 68% [========================================== ] 2824/4138 68% [========================================== ] 2825/4138 68% [========================================== ] 2826/4138 68% [========================================== ] 2827/4138 68% [========================================== ] 2828/4138 68% [========================================== ] 2829/4138 68% [========================================== ] 2830/4138 68% [========================================== ] 2831/4138 68% [========================================== ] 2832/4138 68% [========================================== ] 2833/4138 68% [========================================== ] 2834/4138 68% [========================================== ] 2835/4138 68% [========================================== ] 2836/4138 68% [========================================== ] 2837/4138 68% [========================================== ] 2838/4138 68% [========================================== ] 2839/4138 68% [========================================== ] 2840/4138 68% [========================================== ] 2841/4138 68% [========================================== ] 2842/4138 68% [========================================== ] 2843/4138 68% [========================================== ] 2844/4138 68% [========================================== ] 2845/4138 68% [========================================== ] 2846/4138 68% [========================================== ] 2847/4138 68% [========================================== ] 2848/4138 68% [========================================== ] 2849/4138 68% [========================================== ] 2850/4138 68% [========================================== ] 2851/4138 68% [========================================== ] 2852/4138 68% [========================================== ] 2853/4138 68% [========================================== ] 2854/4138 68% [========================================== ] 2855/4138 68% [========================================== ] 2856/4138 69% [========================================== ] 2857/4138 69% [========================================== ] 2858/4138 69% [========================================== ] 2859/4138 69% [========================================== ] 2860/4138 69% [========================================== ] 2861/4138 69% [========================================== ] 2862/4138 69% [========================================== ] 2863/4138 69% [========================================== ] 2864/4138 69% [========================================== ] 2865/4138 69% [========================================== ] 2866/4138 69% [========================================== ] 2867/4138 69% [========================================== ] 2868/4138 69% [========================================== ] 2869/4138 69% [=========================================== ] 2870/4138 69% [=========================================== ] 2871/4138 69% [=========================================== ] 2872/4138 69% [=========================================== ] 2873/4138 69% [=========================================== ] 2874/4138 69% [=========================================== ] 2875/4138 69% [=========================================== ] 2876/4138 69% [=========================================== ] 2877/4138 69% [=========================================== ] 2878/4138 69% [=========================================== ] 2879/4138 69% [=========================================== ] 2880/4138 69% [=========================================== ] 2881/4138 69% [=========================================== ] 2882/4138 69% [=========================================== ] 2883/4138 69% [=========================================== ] 2884/4138 69% [=========================================== ] 2885/4138 69% [=========================================== ] 2886/4138 69% [=========================================== ] 2887/4138 69% [=========================================== ] 2888/4138 69% [=========================================== ] 2889/4138 69% [=========================================== ] 2890/4138 69% [=========================================== ] 2891/4138 69% [=========================================== ] 2892/4138 69% [=========================================== ] 2893/4138 69% [=========================================== ] 2894/4138 69% [=========================================== ] 2895/4138 69% [=========================================== ] 2896/4138 69% [=========================================== ] 2897/4138 70% [=========================================== ] 2898/4138 70% [=========================================== ] 2899/4138 70% [=========================================== ] 2900/4138 70% [=========================================== ] 2901/4138 70% [=========================================== ] 2902/4138 70% [=========================================== ] 2903/4138 70% [=========================================== ] 2904/4138 70% [=========================================== ] 2905/4138 70% [=========================================== ] 2906/4138 70% [=========================================== ] 2907/4138 70% [=========================================== ] 2908/4138 70% [=========================================== ] 2909/4138 70% [=========================================== ] 2910/4138 70% [=========================================== ] 2911/4138 70% [=========================================== ] 2912/4138 70% [=========================================== ] 2913/4138 70% [=========================================== ] 2914/4138 70% [=========================================== ] 2915/4138 70% [=========================================== ] 2916/4138 70% [=========================================== ] 2917/4138 70% [=========================================== ] 2918/4138 70% [=========================================== ] 2919/4138 70% [=========================================== ] 2920/4138 70% [=========================================== ] 2921/4138 70% [=========================================== ] 2922/4138 70% [=========================================== ] 2923/4138 70% [=========================================== ] 2924/4138 70% [=========================================== ] 2925/4138 70% [=========================================== ] 2926/4138 70% [=========================================== ] 2927/4138 70% [=========================================== ] 2928/4138 70% [=========================================== ] 2929/4138 70% [=========================================== ] 2930/4138 70% [=========================================== ] 2931/4138 70% [=========================================== ] 2932/4138 70% [=========================================== ] 2933/4138 70% [=========================================== ] 2934/4138 70% [=========================================== ] 2935/4138 70% [=========================================== ] 2936/4138 70% [============================================ ] 2937/4138 70% [============================================ ] 2938/4138 71% [============================================ ] 2939/4138 71% [============================================ ] 2940/4138 71% [============================================ ] 2941/4138 71% [============================================ ] 2942/4138 71% [============================================ ] 2943/4138 71% [============================================ ] 2944/4138 71% [============================================ ] 2945/4138 71% [============================================ ] 2946/4138 71% [============================================ ] 2947/4138 71% [============================================ ] 2948/4138 71% [============================================ ] 2949/4138 71% [============================================ ] 2950/4138 71% [============================================ ] 2951/4138 71% [============================================ ] 2952/4138 71% [============================================ ] 2953/4138 71% [============================================ ] 2954/4138 71% [============================================ ] 2955/4138 71% [============================================ ] 2956/4138 71% [============================================ ] 2957/4138 71% [============================================ ] 2958/4138 71% [============================================ ] 2959/4138 71% [============================================ ] 2960/4138 71% [============================================ ] 2961/4138 71% [============================================ ] 2962/4138 71% [============================================ ] 2963/4138 71% [============================================ ] 2964/4138 71% [============================================ ] 2965/4138 71% [============================================ ] 2966/4138 71% [============================================ ] 2967/4138 71% [============================================ ] 2968/4138 71% [============================================ ] 2969/4138 71% [============================================ ] 2970/4138 71% [============================================ ] 2971/4138 71% [============================================ ] 2972/4138 71% [============================================ ] 2973/4138 71% [============================================ ] 2974/4138 71% [============================================ ] 2975/4138 71% [============================================ ] 2976/4138 71% [============================================ ] 2977/4138 71% [============================================ ] 2978/4138 71% [============================================ ] 2979/4138 71% [============================================ ] 2980/4138 72% [============================================ ] 2981/4138 72% [============================================ ] 2982/4138 72% [============================================ ] 2983/4138 72% [============================================ ] 2984/4138 72% [============================================ ] 2985/4138 72% [============================================ ] 2986/4138 72% [============================================ ] 2987/4138 72% [============================================ ] 2988/4138 72% [============================================ ] 2989/4138 72% [============================================ ] 2990/4138 72% [============================================ ] 2991/4138 72% [============================================ ] 2992/4138 72% [============================================ ] 2993/4138 72% [============================================ ] 2994/4138 72% [============================================ ] 2995/4138 72% [============================================ ] 2996/4138 72% [============================================ ] 2997/4138 72% [============================================ ] 2998/4138 72% [============================================ ] 2999/4138 72% [============================================ ] 3000/4138 72% [============================================ ] 3001/4138 72% [============================================ ] 3002/4138 72% [============================================ ] 3003/4138 72% [============================================= ] 3004/4138 72% [============================================= ] 3005/4138 72% [============================================= ] 3006/4138 72% [============================================= ] 3007/4138 72% [============================================= ] 3008/4138 72% [============================================= ] 3009/4138 72% [============================================= ] 3010/4138 72% [============================================= ] 3011/4138 72% [============================================= ] 3012/4138 72% [============================================= ] 3013/4138 72% [============================================= ] 3014/4138 72% [============================================= ] 3015/4138 72% [============================================= ] 3016/4138 72% [============================================= ] 3017/4138 72% [============================================= ] 3018/4138 72% [============================================= ] 3019/4138 72% [============================================= ] 3020/4138 72% [============================================= ] 3021/4138 73% [============================================= ] 3022/4138 73% [============================================= ] 3023/4138 73% [============================================= ] 3024/4138 73% [============================================= ] 3025/4138 73% [============================================= ] 3026/4138 73% [============================================= ] 3027/4138 73% [============================================= ] 3028/4138 73% [============================================= ] 3029/4138 73% [============================================= ] 3030/4138 73% [============================================= ] 3031/4138 73% [============================================= ] 3032/4138 73% [============================================= ] 3033/4138 73% [============================================= ] 3034/4138 73% [============================================= ] 3035/4138 73% [============================================= ] 3036/4138 73% [============================================= ] 3037/4138 73% [============================================= ] 3038/4138 73% [============================================= ] 3039/4138 73% [============================================= ] 3040/4138 73% [============================================= ] 3041/4138 73% [============================================= ] 3042/4138 73% [============================================= ] 3043/4138 73% [============================================= ] 3044/4138 73% [============================================= ] 3045/4138 73% [============================================= ] 3046/4138 73% [============================================= ] 3047/4138 73% [============================================= ] 3048/4138 73% [============================================= ] 3049/4138 73% [============================================= ] 3050/4138 73% [============================================= ] 3051/4138 73% [============================================= ] 3052/4138 73% [============================================= ] 3053/4138 73% [============================================= ] 3054/4138 73% [============================================= ] 3055/4138 73% [============================================= ] 3056/4138 73% [============================================= ] 3057/4138 73% [============================================= ] 3058/4138 73% [============================================= ] 3059/4138 73% [============================================= ] 3060/4138 73% [============================================= ] 3061/4138 73% [============================================= ] 3062/4138 73% [============================================= ] 3063/4138 74% [============================================= ] 3064/4138 74% [============================================= ] 3065/4138 74% [============================================= ] 3066/4138 74% [============================================= ] 3067/4138 74% [============================================= ] 3068/4138 74% [============================================= ] 3069/4138 74% [============================================= ] 3070/4138 74% [============================================== ] 3071/4138 74% [============================================== ] 3072/4138 74% [============================================== ] 3073/4138 74% [============================================== ] 3074/4138 74% [============================================== ] 3075/4138 74% [============================================== ] 3076/4138 74% [============================================== ] 3077/4138 74% [============================================== ] 3078/4138 74% [============================================== ] 3079/4138 74% [============================================== ] 3080/4138 74% [============================================== ] 3081/4138 74% [============================================== ] 3082/4138 74% [============================================== ] 3083/4138 74% [============================================== ] 3084/4138 74% [============================================== ] 3085/4138 74% [============================================== ] 3086/4138 74% [============================================== ] 3087/4138 74% [============================================== ] 3088/4138 74% [============================================== ] 3089/4138 74% [============================================== ] 3090/4138 74% [============================================== ] 3091/4138 74% [============================================== ] 3092/4138 74% [============================================== ] 3093/4138 74% [============================================== ] 3094/4138 74% [============================================== ] 3095/4138 74% [============================================== ] 3096/4138 74% [============================================== ] 3097/4138 74% [============================================== ] 3098/4138 74% [============================================== ] 3099/4138 74% [============================================== ] 3100/4138 74% [============================================== ] 3101/4138 74% [============================================== ] 3102/4138 74% [============================================== ] 3103/4138 74% [============================================== ] 3104/4138 75% [============================================== ] 3105/4138 75% [============================================== ] 3106/4138 75% [============================================== ] 3107/4138 75% [============================================== ] 3108/4138 75% [============================================== ] 3109/4138 75% [============================================== ] 3110/4138 75% [============================================== ] 3111/4138 75% [============================================== ] 3112/4138 75% [============================================== ] 3113/4138 75% [============================================== ] 3114/4138 75% [============================================== ] 3115/4138 75% [============================================== ] 3116/4138 75% [============================================== ] 3117/4138 75% [============================================== ] 3118/4138 75% [============================================== ] 3119/4138 75% [============================================== ] 3120/4138 75% [============================================== ] 3121/4138 75% [============================================== ] 3122/4138 75% [============================================== ] 3123/4138 75% [============================================== ] 3124/4138 75% [============================================== ] 3125/4138 75% [============================================== ] 3126/4138 75% [============================================== ] 3127/4138 75% [============================================== ] 3128/4138 75% [============================================== ] 3129/4138 75% [============================================== ] 3130/4138 75% [============================================== ] 3131/4138 75% [============================================== ] 3132/4138 75% [============================================== ] 3133/4138 75% [============================================== ] 3134/4138 75% [============================================== ] 3135/4138 75% [============================================== ] 3136/4138 75% [=============================================== ] 3137/4138 75% [=============================================== ] 3138/4138 75% [=============================================== ] 3139/4138 75% [=============================================== ] 3140/4138 75% [=============================================== ] 3141/4138 75% [=============================================== ] 3142/4138 75% [=============================================== ] 3143/4138 75% [=============================================== ] 3144/4138 75% [=============================================== ] 3145/4138 76% [=============================================== ] 3146/4138 76% [=============================================== ] 3147/4138 76% [=============================================== ] 3148/4138 76% [=============================================== ] 3149/4138 76% [=============================================== ] 3150/4138 76% [=============================================== ] 3151/4138 76% [=============================================== ] 3152/4138 76% [=============================================== ] 3153/4138 76% [=============================================== ] 3154/4138 76% [=============================================== ] 3155/4138 76% [=============================================== ] 3156/4138 76% [=============================================== ] 3157/4138 76% [=============================================== ] 3158/4138 76% [=============================================== ] 3159/4138 76% [=============================================== ] 3160/4138 76% [=============================================== ] 3161/4138 76% [=============================================== ] 3162/4138 76% [=============================================== ] 3163/4138 76% [=============================================== ] 3164/4138 76% [=============================================== ] 3165/4138 76% [=============================================== ] 3166/4138 76% [=============================================== ] 3167/4138 76% [=============================================== ] 3168/4138 76% [=============================================== ] 3169/4138 76% [=============================================== ] 3170/4138 76% [=============================================== ] 3171/4138 76% [=============================================== ] 3172/4138 76% [=============================================== ] 3173/4138 76% [=============================================== ] 3174/4138 76% [=============================================== ] 3175/4138 76% [=============================================== ] 3176/4138 76% [=============================================== ] 3177/4138 76% [=============================================== ] 3178/4138 76% [=============================================== ] 3179/4138 76% [=============================================== ] 3180/4138 76% [=============================================== ] 3181/4138 76% [=============================================== ] 3182/4138 76% [=============================================== ] 3183/4138 76% [=============================================== ] 3184/4138 76% [=============================================== ] 3185/4138 76% [=============================================== ] 3186/4138 76% [=============================================== ] 3187/4138 77% [=============================================== ] 3188/4138 77% [=============================================== ] 3189/4138 77% [=============================================== ] 3190/4138 77% [=============================================== ] 3191/4138 77% [=============================================== ] 3192/4138 77% [=============================================== ] 3193/4138 77% [=============================================== ] 3194/4138 77% [=============================================== ] 3195/4138 77% [=============================================== ] 3196/4138 77% [=============================================== ] 3197/4138 77% [=============================================== ] 3198/4138 77% [=============================================== ] 3199/4138 77% [=============================================== ] 3200/4138 77% [=============================================== ] 3201/4138 77% [=============================================== ] 3202/4138 77% [=============================================== ] 3203/4138 77% [================================================ ] 3204/4138 77% [================================================ ] 3205/4138 77% [================================================ ] 3206/4138 77% [================================================ ] 3207/4138 77% [================================================ ] 3208/4138 77% [================================================ ] 3209/4138 77% [================================================ ] 3210/4138 77% [================================================ ] 3211/4138 77% [================================================ ] 3212/4138 77% [================================================ ] 3213/4138 77% [================================================ ] 3214/4138 77% [================================================ ] 3215/4138 77% [================================================ ] 3216/4138 77% [================================================ ] 3217/4138 77% [================================================ ] 3218/4138 77% [================================================ ] 3219/4138 77% [================================================ ] 3220/4138 77% [================================================ ] 3221/4138 77% [================================================ ] 3222/4138 77% [================================================ ] 3223/4138 77% [================================================ ] 3224/4138 77% [================================================ ] 3225/4138 77% [================================================ ] 3226/4138 77% [================================================ ] 3227/4138 77% [================================================ ] 3228/4138 78% [================================================ ] 3229/4138 78% [================================================ ] 3230/4138 78% [================================================ ] 3231/4138 78% [================================================ ] 3232/4138 78% [================================================ ] 3233/4138 78% [================================================ ] 3234/4138 78% [================================================ ] 3235/4138 78% [================================================ ] 3236/4138 78% [================================================ ] 3237/4138 78% [================================================ ] 3238/4138 78% [================================================ ] 3239/4138 78% [================================================ ] 3240/4138 78% [================================================ ] 3241/4138 78% [================================================ ] 3242/4138 78% [================================================ ] 3243/4138 78% [================================================ ] 3244/4138 78% [================================================ ] 3245/4138 78% [================================================ ] 3246/4138 78% [================================================ ] 3247/4138 78% [================================================ ] 3248/4138 78% [================================================ ] 3249/4138 78% [================================================ ] 3250/4138 78% [================================================ ] 3251/4138 78% [================================================ ] 3252/4138 78% [================================================ ] 3253/4138 78% [================================================ ] 3254/4138 78% [================================================ ] 3255/4138 78% [================================================ ] 3256/4138 78% [================================================ ] 3257/4138 78% [================================================ ] 3258/4138 78% [================================================ ] 3259/4138 78% [================================================ ] 3260/4138 78% [================================================ ] 3261/4138 78% [================================================ ] 3262/4138 78% [================================================ ] 3263/4138 78% [================================================ ] 3264/4138 78% [================================================ ] 3265/4138 78% [================================================ ] 3266/4138 78% [================================================ ] 3267/4138 78% [================================================ ] 3268/4138 78% [================================================ ] 3269/4138 78% [================================================ ] 3270/4138 79% [================================================= ] 3271/4138 79% [================================================= ] 3272/4138 79% [================================================= ] 3273/4138 79% [================================================= ] 3274/4138 79% [================================================= ] 3275/4138 79% [================================================= ] 3276/4138 79% [================================================= ] 3277/4138 79% [================================================= ] 3278/4138 79% [================================================= ] 3279/4138 79% [================================================= ] 3280/4138 79% [================================================= ] 3281/4138 79% [================================================= ] 3282/4138 79% [================================================= ] 3283/4138 79% [================================================= ] 3284/4138 79% [================================================= ] 3285/4138 79% [================================================= ] 3286/4138 79% [================================================= ] 3287/4138 79% [================================================= ] 3288/4138 79% [================================================= ] 3289/4138 79% [================================================= ] 3290/4138 79% [================================================= ] 3291/4138 79% [================================================= ] 3292/4138 79% [================================================= ] 3293/4138 79% [================================================= ] 3294/4138 79% [================================================= ] 3295/4138 79% [================================================= ] 3296/4138 79% [================================================= ] 3297/4138 79% [================================================= ] 3298/4138 79% [================================================= ] 3299/4138 79% [================================================= ] 3300/4138 79% [================================================= ] 3301/4138 79% [================================================= ] 3302/4138 79% [================================================= ] 3303/4138 79% [================================================= ] 3304/4138 79% [================================================= ] 3305/4138 79% [================================================= ] 3306/4138 79% [================================================= ] 3307/4138 79% [================================================= ] 3308/4138 79% [================================================= ] 3309/4138 79% [================================================= ] 3310/4138 79% [================================================= ] 3311/4138 80% [================================================= ] 3312/4138 80% [================================================= ] 3313/4138 80% [================================================= ] 3314/4138 80% [================================================= ] 3315/4138 80% [================================================= ] 3316/4138 80% [================================================= ] 3317/4138 80% [================================================= ] 3318/4138 80% [================================================= ] 3319/4138 80% [================================================= ] 3320/4138 80% [================================================= ] 3321/4138 80% [================================================= ] 3322/4138 80% [================================================= ] 3323/4138 80% [================================================= ] 3324/4138 80% [================================================= ] 3325/4138 80% [================================================= ] 3326/4138 80% [================================================= ] 3327/4138 80% [================================================= ] 3328/4138 80% [================================================= ] 3329/4138 80% [================================================= ] 3330/4138 80% [================================================= ] 3331/4138 80% [================================================= ] 3332/4138 80% [================================================= ] 3333/4138 80% [================================================= ] 3334/4138 80% [================================================= ] 3335/4138 80% [================================================= ] 3336/4138 80% [================================================= ] 3337/4138 80% [================================================== ] 3338/4138 80% [================================================== ] 3339/4138 80% [================================================== ] 3340/4138 80% [================================================== ] 3341/4138 80% [================================================== ] 3342/4138 80% [================================================== ] 3343/4138 80% [================================================== ] 3344/4138 80% [================================================== ] 3345/4138 80% [================================================== ] 3346/4138 80% [================================================== ] 3347/4138 80% [================================================== ] 3348/4138 80% [================================================== ] 3349/4138 80% [================================================== ] 3350/4138 80% [================================================== ] 3351/4138 80% [================================================== ] 3352/4138 81% [================================================== ] 3353/4138 81% [================================================== ] 3354/4138 81% [================================================== ] 3355/4138 81% [================================================== ] 3356/4138 81% [================================================== ] 3357/4138 81% [================================================== ] 3358/4138 81% [================================================== ] 3359/4138 81% [================================================== ] 3360/4138 81% [================================================== ] 3361/4138 81% [================================================== ] 3362/4138 81% [================================================== ] 3363/4138 81% [================================================== ] 3364/4138 81% [================================================== ] 3365/4138 81% [================================================== ] 3366/4138 81% [================================================== ] 3367/4138 81% [================================================== ] 3368/4138 81% [================================================== ] 3369/4138 81% [================================================== ] 3370/4138 81% [================================================== ] 3371/4138 81% [================================================== ] 3372/4138 81% [================================================== ] 3373/4138 81% [================================================== ] 3374/4138 81% [================================================== ] 3375/4138 81% [================================================== ] 3376/4138 81% [================================================== ] 3377/4138 81% [================================================== ] 3378/4138 81% [================================================== ] 3379/4138 81% [================================================== ] 3380/4138 81% [================================================== ] 3381/4138 81% [================================================== ] 3382/4138 81% [================================================== ] 3383/4138 81% [================================================== ] 3384/4138 81% [================================================== ] 3385/4138 81% [================================================== ] 3386/4138 81% [================================================== ] 3387/4138 81% [================================================== ] 3388/4138 81% [================================================== ] 3389/4138 81% [================================================== ] 3390/4138 81% [================================================== ] 3391/4138 81% [================================================== ] 3392/4138 81% [================================================== ] 3393/4138 81% [================================================== ] 3394/4138 82% [================================================== ] 3395/4138 82% [================================================== ] 3396/4138 82% [================================================== ] 3397/4138 82% [================================================== ] 3398/4138 82% [================================================== ] 3399/4138 82% [================================================== ] 3400/4138 82% [================================================== ] 3401/4138 82% [================================================== ] 3402/4138 82% [================================================== ] 3403/4138 82% [=================================================== ] 3404/4138 82% [=================================================== ] 3405/4138 82% [=================================================== ] 3406/4138 82% [=================================================== ] 3407/4138 82% [=================================================== ] 3408/4138 82% [=================================================== ] 3409/4138 82% [=================================================== ] 3410/4138 82% [=================================================== ] 3411/4138 82% [=================================================== ] 3412/4138 82% [=================================================== ] 3413/4138 82% [=================================================== ] 3414/4138 82% [=================================================== ] 3415/4138 82% [=================================================== ] 3416/4138 82% [=================================================== ] 3417/4138 82% [=================================================== ] 3418/4138 82% [=================================================== ] 3419/4138 82% [=================================================== ] 3420/4138 82% [=================================================== ] 3421/4138 82% [=================================================== ] 3422/4138 82% [=================================================== ] 3423/4138 82% [=================================================== ] 3424/4138 82% [=================================================== ] 3425/4138 82% [=================================================== ] 3426/4138 82% [=================================================== ] 3427/4138 82% [=================================================== ] 3428/4138 82% [=================================================== ] 3429/4138 82% [=================================================== ] 3430/4138 82% [=================================================== ] 3431/4138 82% [=================================================== ] 3432/4138 82% [=================================================== ] 3433/4138 82% [=================================================== ] 3434/4138 82% [=================================================== ] 3435/4138 83% [=================================================== ] 3436/4138 83% [=================================================== ] 3437/4138 83% [=================================================== ] 3438/4138 83% [=================================================== ] 3439/4138 83% [=================================================== ] 3440/4138 83% [=================================================== ] 3441/4138 83% [=================================================== ] 3442/4138 83% [=================================================== ] 3443/4138 83% [=================================================== ] 3444/4138 83% [=================================================== ] 3445/4138 83% [=================================================== ] 3446/4138 83% [=================================================== ] 3447/4138 83% [=================================================== ] 3448/4138 83% [=================================================== ] 3449/4138 83% [=================================================== ] 3450/4138 83% [=================================================== ] 3451/4138 83% [=================================================== ] 3452/4138 83% [=================================================== ] 3453/4138 83% [=================================================== ] 3454/4138 83% [=================================================== ] 3455/4138 83% [=================================================== ] 3456/4138 83% [=================================================== ] 3457/4138 83% [=================================================== ] 3458/4138 83% [=================================================== ] 3459/4138 83% [=================================================== ] 3460/4138 83% [=================================================== ] 3461/4138 83% [=================================================== ] 3462/4138 83% [=================================================== ] 3463/4138 83% [=================================================== ] 3464/4138 83% [=================================================== ] 3465/4138 83% [=================================================== ] 3466/4138 83% [=================================================== ] 3467/4138 83% [=================================================== ] 3468/4138 83% [=================================================== ] 3469/4138 83% [=================================================== ] 3470/4138 83% [==================================================== ] 3471/4138 83% [==================================================== ] 3472/4138 83% [==================================================== ] 3473/4138 83% [==================================================== ] 3474/4138 83% [==================================================== ] 3475/4138 83% [==================================================== ] 3476/4138 84% [==================================================== ] 3477/4138 84% [==================================================== ] 3478/4138 84% [==================================================== ] 3479/4138 84% [==================================================== ] 3480/4138 84% [==================================================== ] 3481/4138 84% [==================================================== ] 3482/4138 84% [==================================================== ] 3483/4138 84% [==================================================== ] 3484/4138 84% [==================================================== ] 3485/4138 84% [==================================================== ] 3486/4138 84% [==================================================== ] 3487/4138 84% [==================================================== ] 3488/4138 84% [==================================================== ] 3489/4138 84% [==================================================== ] 3490/4138 84% [==================================================== ] 3491/4138 84% [==================================================== ] 3492/4138 84% [==================================================== ] 3493/4138 84% [==================================================== ] 3494/4138 84% [==================================================== ] 3495/4138 84% [==================================================== ] 3496/4138 84% [==================================================== ] 3497/4138 84% [==================================================== ] 3498/4138 84% [==================================================== ] 3499/4138 84% [==================================================== ] 3500/4138 84% [==================================================== ] 3501/4138 84% [==================================================== ] 3502/4138 84% [==================================================== ] 3503/4138 84% [==================================================== ] 3504/4138 84% [==================================================== ] 3505/4138 84% [==================================================== ] 3506/4138 84% [==================================================== ] 3507/4138 84% [==================================================== ] 3508/4138 84% [==================================================== ] 3509/4138 84% [==================================================== ] 3510/4138 84% [==================================================== ] 3511/4138 84% [==================================================== ] 3512/4138 84% [==================================================== ] 3513/4138 84% [==================================================== ] 3514/4138 84% [==================================================== ] 3515/4138 84% [==================================================== ] 3516/4138 84% [==================================================== ] 3517/4138 84% [==================================================== ] 3518/4138 85% [==================================================== ] 3519/4138 85% [==================================================== ] 3520/4138 85% [==================================================== ] 3521/4138 85% [==================================================== ] 3522/4138 85% [==================================================== ] 3523/4138 85% [==================================================== ] 3524/4138 85% [==================================================== ] 3525/4138 85% [==================================================== ] 3526/4138 85% [==================================================== ] 3527/4138 85% [==================================================== ] 3528/4138 85% [==================================================== ] 3529/4138 85% [==================================================== ] 3530/4138 85% [==================================================== ] 3531/4138 85% [==================================================== ] 3532/4138 85% [==================================================== ] 3533/4138 85% [==================================================== ] 3534/4138 85% [==================================================== ] 3535/4138 85% [==================================================== ] 3536/4138 85% [==================================================== ] 3537/4138 85% [===================================================== ] 3538/4138 85% [===================================================== ] 3539/4138 85% [===================================================== ] 3540/4138 85% [===================================================== ] 3541/4138 85% [===================================================== ] 3542/4138 85% [===================================================== ] 3543/4138 85% [===================================================== ] 3544/4138 85% [===================================================== ] 3545/4138 85% [===================================================== ] 3546/4138 85% [===================================================== ] 3547/4138 85% [===================================================== ] 3548/4138 85% [===================================================== ] 3549/4138 85% [===================================================== ] 3550/4138 85% [===================================================== ] 3551/4138 85% [===================================================== ] 3552/4138 85% [===================================================== ] 3553/4138 85% [===================================================== ] 3554/4138 85% [===================================================== ] 3555/4138 85% [===================================================== ] 3556/4138 85% [===================================================== ] 3557/4138 85% [===================================================== ] 3558/4138 85% [===================================================== ] 3559/4138 86% [===================================================== ] 3560/4138 86% [===================================================== ] 3561/4138 86% [===================================================== ] 3562/4138 86% [===================================================== ] 3563/4138 86% [===================================================== ] 3564/4138 86% [===================================================== ] 3565/4138 86% [===================================================== ] 3566/4138 86% [===================================================== ] 3567/4138 86% [===================================================== ] 3568/4138 86% [===================================================== ] 3569/4138 86% [===================================================== ] 3570/4138 86% [===================================================== ] 3571/4138 86% [===================================================== ] 3572/4138 86% [===================================================== ] 3573/4138 86% [===================================================== ] 3574/4138 86% [===================================================== ] 3575/4138 86% [===================================================== ] 3576/4138 86% [===================================================== ] 3577/4138 86% [===================================================== ] 3578/4138 86% [===================================================== ] 3579/4138 86% [===================================================== ] 3580/4138 86% [===================================================== ] 3581/4138 86% [===================================================== ] 3582/4138 86% [===================================================== ] 3583/4138 86% [===================================================== ] 3584/4138 86% [===================================================== ] 3585/4138 86% [===================================================== ] 3586/4138 86% [===================================================== ] 3587/4138 86% [===================================================== ] 3588/4138 86% [===================================================== ] 3589/4138 86% [===================================================== ] 3590/4138 86% [===================================================== ] 3591/4138 86% [===================================================== ] 3592/4138 86% [===================================================== ] 3593/4138 86% [===================================================== ] 3594/4138 86% [===================================================== ] 3595/4138 86% [===================================================== ] 3596/4138 86% [===================================================== ] 3597/4138 86% [===================================================== ] 3598/4138 86% [===================================================== ] 3599/4138 86% [===================================================== ] 3600/4138 86% [===================================================== ] 3601/4138 87% [===================================================== ] 3602/4138 87% [===================================================== ] 3603/4138 87% [===================================================== ] 3604/4138 87% [====================================================== ] 3605/4138 87% [====================================================== ] 3606/4138 87% [====================================================== ] 3607/4138 87% [====================================================== ] 3608/4138 87% [====================================================== ] 3609/4138 87% [====================================================== ] 3610/4138 87% [====================================================== ] 3611/4138 87% [====================================================== ] 3612/4138 87% [====================================================== ] 3613/4138 87% [====================================================== ] 3614/4138 87% [====================================================== ] 3615/4138 87% [====================================================== ] 3616/4138 87% [====================================================== ] 3617/4138 87% [====================================================== ] 3618/4138 87% [====================================================== ] 3619/4138 87% [====================================================== ] 3620/4138 87% [====================================================== ] 3621/4138 87% [====================================================== ] 3622/4138 87% [====================================================== ] 3623/4138 87% [====================================================== ] 3624/4138 87% [====================================================== ] 3625/4138 87% [====================================================== ] 3626/4138 87% [====================================================== ] 3627/4138 87% [====================================================== ] 3628/4138 87% [====================================================== ] 3629/4138 87% [====================================================== ] 3630/4138 87% [====================================================== ] 3631/4138 87% [====================================================== ] 3632/4138 87% [====================================================== ] 3633/4138 87% [====================================================== ] 3634/4138 87% [====================================================== ] 3635/4138 87% [====================================================== ] 3636/4138 87% [====================================================== ] 3637/4138 87% [====================================================== ] 3638/4138 87% [====================================================== ] 3639/4138 87% [====================================================== ] 3640/4138 87% [====================================================== ] 3641/4138 87% [====================================================== ] 3642/4138 88% [====================================================== ] 3643/4138 88% [====================================================== ] 3644/4138 88% [====================================================== ] 3645/4138 88% [====================================================== ] 3646/4138 88% [====================================================== ] 3647/4138 88% [====================================================== ] 3648/4138 88% [====================================================== ] 3649/4138 88% [====================================================== ] 3650/4138 88% [====================================================== ] 3651/4138 88% [====================================================== ] 3652/4138 88% [====================================================== ] 3653/4138 88% [====================================================== ] 3654/4138 88% [====================================================== ] 3655/4138 88% [====================================================== ] 3656/4138 88% [====================================================== ] 3657/4138 88% [====================================================== ] 3658/4138 88% [====================================================== ] 3659/4138 88% [====================================================== ] 3660/4138 88% [====================================================== ] 3661/4138 88% [====================================================== ] 3662/4138 88% [====================================================== ] 3663/4138 88% [====================================================== ] 3664/4138 88% [====================================================== ] 3665/4138 88% [====================================================== ] 3666/4138 88% [====================================================== ] 3667/4138 88% [====================================================== ] 3668/4138 88% [====================================================== ] 3669/4138 88% [====================================================== ] 3670/4138 88% [======================================================= ] 3671/4138 88% [======================================================= ] 3672/4138 88% [======================================================= ] 3673/4138 88% [======================================================= ] 3674/4138 88% [======================================================= ] 3675/4138 88% [======================================================= ] 3676/4138 88% [======================================================= ] 3677/4138 88% [======================================================= ] 3678/4138 88% [======================================================= ] 3679/4138 88% [======================================================= ] 3680/4138 88% [======================================================= ] 3681/4138 88% [======================================================= ] 3682/4138 88% [======================================================= ] 3683/4138 89% [======================================================= ] 3684/4138 89% [======================================================= ] 3685/4138 89% [======================================================= ] 3686/4138 89% [======================================================= ] 3687/4138 89% [======================================================= ] 3688/4138 89% [======================================================= ] 3689/4138 89% [======================================================= ] 3690/4138 89% [======================================================= ] 3691/4138 89% [======================================================= ] 3692/4138 89% [======================================================= ] 3693/4138 89% [======================================================= ] 3694/4138 89% [======================================================= ] 3695/4138 89% [======================================================= ] 3696/4138 89% [======================================================= ] 3697/4138 89% [======================================================= ] 3698/4138 89% [======================================================= ] 3699/4138 89% [======================================================= ] 3700/4138 89% [======================================================= ] 3701/4138 89% [======================================================= ] 3702/4138 89% [======================================================= ] 3703/4138 89% [======================================================= ] 3704/4138 89% [======================================================= ] 3705/4138 89% [======================================================= ] 3706/4138 89% [======================================================= ] 3707/4138 89% [======================================================= ] 3708/4138 89% [======================================================= ] 3709/4138 89% [======================================================= ] 3710/4138 89% [======================================================= ] 3711/4138 89% [======================================================= ] 3712/4138 89% [======================================================= ] 3713/4138 89% [======================================================= ] 3714/4138 89% [======================================================= ] 3715/4138 89% [======================================================= ] 3716/4138 89% [======================================================= ] 3717/4138 89% [======================================================= ] 3718/4138 89% [======================================================= ] 3719/4138 89% [======================================================= ] 3720/4138 89% [======================================================= ] 3721/4138 89% [======================================================= ] 3722/4138 89% [======================================================= ] 3723/4138 89% [======================================================= ] 3724/4138 89% [======================================================= ] 3725/4138 90% [======================================================= ] 3726/4138 90% [======================================================= ] 3727/4138 90% [======================================================= ] 3728/4138 90% [======================================================= ] 3729/4138 90% [======================================================= ] 3730/4138 90% [======================================================= ] 3731/4138 90% [======================================================= ] 3732/4138 90% [======================================================= ] 3733/4138 90% [======================================================= ] 3734/4138 90% [======================================================= ] 3735/4138 90% [======================================================= ] 3736/4138 90% [======================================================= ] 3737/4138 90% [======================================================== ] 3738/4138 90% [======================================================== ] 3739/4138 90% [======================================================== ] 3740/4138 90% [======================================================== ] 3741/4138 90% [======================================================== ] 3742/4138 90% [======================================================== ] 3743/4138 90% [======================================================== ] 3744/4138 90% [======================================================== ] 3745/4138 90% [======================================================== ] 3746/4138 90% [======================================================== ] 3747/4138 90% [======================================================== ] 3748/4138 90% [======================================================== ] 3749/4138 90% [======================================================== ] 3750/4138 90% [======================================================== ] 3751/4138 90% [======================================================== ] 3752/4138 90% [======================================================== ] 3753/4138 90% [======================================================== ] 3754/4138 90% [======================================================== ] 3755/4138 90% [======================================================== ] 3756/4138 90% [======================================================== ] 3757/4138 90% [======================================================== ] 3758/4138 90% [======================================================== ] 3759/4138 90% [======================================================== ] 3760/4138 90% [======================================================== ] 3761/4138 90% [======================================================== ] 3762/4138 90% [======================================================== ] 3763/4138 90% [======================================================== ] 3764/4138 90% [======================================================== ] 3765/4138 90% [======================================================== ] 3766/4138 91% [======================================================== ] 3767/4138 91% [======================================================== ] 3768/4138 91% [======================================================== ] 3769/4138 91% [======================================================== ] 3770/4138 91% [======================================================== ] 3771/4138 91% [======================================================== ] 3772/4138 91% [======================================================== ] 3773/4138 91% [======================================================== ] 3774/4138 91% [======================================================== ] 3775/4138 91% [======================================================== ] 3776/4138 91% [======================================================== ] 3777/4138 91% [======================================================== ] 3778/4138 91% [======================================================== ] 3779/4138 91% [======================================================== ] 3780/4138 91% [======================================================== ] 3781/4138 91% [======================================================== ] 3782/4138 91% [======================================================== ] 3783/4138 91% [======================================================== ] 3784/4138 91% [======================================================== ] 3785/4138 91% [======================================================== ] 3786/4138 91% [======================================================== ] 3787/4138 91% [======================================================== ] 3788/4138 91% [======================================================== ] 3789/4138 91% [======================================================== ] 3790/4138 91% [======================================================== ] 3791/4138 91% [======================================================== ] 3792/4138 91% [======================================================== ] 3793/4138 91% [======================================================== ] 3794/4138 91% [======================================================== ] 3795/4138 91% [======================================================== ] 3796/4138 91% [======================================================== ] 3797/4138 91% [======================================================== ] 3798/4138 91% [======================================================== ] 3799/4138 91% [======================================================== ] 3800/4138 91% [======================================================== ] 3801/4138 91% [======================================================== ] 3802/4138 91% [======================================================== ] 3803/4138 91% [======================================================== ] 3804/4138 91% [========================================================= ] 3805/4138 91% [========================================================= ] 3806/4138 91% [========================================================= ] 3807/4138 92% [========================================================= ] 3808/4138 92% [========================================================= ] 3809/4138 92% [========================================================= ] 3810/4138 92% [========================================================= ] 3811/4138 92% [========================================================= ] 3812/4138 92% [========================================================= ] 3813/4138 92% [========================================================= ] 3814/4138 92% [========================================================= ] 3815/4138 92% [========================================================= ] 3816/4138 92% [========================================================= ] 3817/4138 92% [========================================================= ] 3818/4138 92% [========================================================= ] 3819/4138 92% [========================================================= ] 3820/4138 92% [========================================================= ] 3821/4138 92% [========================================================= ] 3822/4138 92% [========================================================= ] 3823/4138 92% [========================================================= ] 3824/4138 92% [========================================================= ] 3825/4138 92% [========================================================= ] 3826/4138 92% [========================================================= ] 3827/4138 92% [========================================================= ] 3828/4138 92% [========================================================= ] 3829/4138 92% [========================================================= ] 3830/4138 92% [========================================================= ] 3831/4138 92% [========================================================= ] 3832/4138 92% [========================================================= ] 3833/4138 92% [========================================================= ] 3834/4138 92% [========================================================= ] 3835/4138 92% [========================================================= ] 3836/4138 92% [========================================================= ] 3837/4138 92% [========================================================= ] 3838/4138 92% [========================================================= ] 3839/4138 92% [========================================================= ] 3840/4138 92% [========================================================= ] 3841/4138 92% [========================================================= ] 3842/4138 92% [========================================================= ] 3843/4138 92% [========================================================= ] 3844/4138 92% [========================================================= ] 3845/4138 92% [========================================================= ] 3846/4138 92% [========================================================= ] 3847/4138 92% [========================================================= ] 3848/4138 92% [========================================================= ] 3849/4138 93% [========================================================= ] 3850/4138 93% [========================================================= ] 3851/4138 93% [========================================================= ] 3852/4138 93% [========================================================= ] 3853/4138 93% [========================================================= ] 3854/4138 93% [========================================================= ] 3855/4138 93% [========================================================= ] 3856/4138 93% [========================================================= ] 3857/4138 93% [========================================================= ] 3858/4138 93% [========================================================= ] 3859/4138 93% [========================================================= ] 3860/4138 93% [========================================================= ] 3861/4138 93% [========================================================= ] 3862/4138 93% [========================================================= ] 3863/4138 93% [========================================================= ] 3864/4138 93% [========================================================= ] 3865/4138 93% [========================================================= ] 3866/4138 93% [========================================================= ] 3867/4138 93% [========================================================= ] 3868/4138 93% [========================================================= ] 3869/4138 93% [========================================================= ] 3870/4138 93% [========================================================= ] 3871/4138 93% [========================================================== ] 3872/4138 93% [========================================================== ] 3873/4138 93% [========================================================== ] 3874/4138 93% [========================================================== ] 3875/4138 93% [========================================================== ] 3876/4138 93% [========================================================== ] 3877/4138 93% [========================================================== ] 3878/4138 93% [========================================================== ] 3879/4138 93% [========================================================== ] 3880/4138 93% [========================================================== ] 3881/4138 93% [========================================================== ] 3882/4138 93% [========================================================== ] 3883/4138 93% [========================================================== ] 3884/4138 93% [========================================================== ] 3885/4138 93% [========================================================== ] 3886/4138 93% [========================================================== ] 3887/4138 93% [========================================================== ] 3888/4138 93% [========================================================== ] 3889/4138 93% [========================================================== ] 3890/4138 94% [========================================================== ] 3891/4138 94% [========================================================== ] 3892/4138 94% [========================================================== ] 3893/4138 94% [========================================================== ] 3894/4138 94% [========================================================== ] 3895/4138 94% [========================================================== ] 3896/4138 94% [========================================================== ] 3897/4138 94% [========================================================== ] 3898/4138 94% [========================================================== ] 3899/4138 94% [========================================================== ] 3900/4138 94% [========================================================== ] 3901/4138 94% [========================================================== ] 3902/4138 94% [========================================================== ] 3903/4138 94% [========================================================== ] 3904/4138 94% [========================================================== ] 3905/4138 94% [========================================================== ] 3906/4138 94% [========================================================== ] 3907/4138 94% [========================================================== ] 3908/4138 94% [========================================================== ] 3909/4138 94% [========================================================== ] 3910/4138 94% [========================================================== ] 3911/4138 94% [========================================================== ] 3912/4138 94% [========================================================== ] 3913/4138 94% [========================================================== ] 3914/4138 94% [========================================================== ] 3915/4138 94% [========================================================== ] 3916/4138 94% [========================================================== ] 3917/4138 94% [========================================================== ] 3918/4138 94% [========================================================== ] 3919/4138 94% [========================================================== ] 3920/4138 94% [========================================================== ] 3921/4138 94% [========================================================== ] 3922/4138 94% [========================================================== ] 3923/4138 94% [========================================================== ] 3924/4138 94% [========================================================== ] 3925/4138 94% [========================================================== ] 3926/4138 94% [========================================================== ] 3927/4138 94% [========================================================== ] 3928/4138 94% [========================================================== ] 3929/4138 94% [========================================================== ] 3930/4138 94% [========================================================== ] 3931/4138 94% [========================================================== ] 3932/4138 95% [========================================================== ] 3933/4138 95% [========================================================== ] 3934/4138 95% [========================================================== ] 3935/4138 95% [========================================================== ] 3936/4138 95% [========================================================== ] 3937/4138 95% [=========================================================== ] 3938/4138 95% [=========================================================== ] 3939/4138 95% [=========================================================== ] 3940/4138 95% [=========================================================== ] 3941/4138 95% [=========================================================== ] 3942/4138 95% [=========================================================== ] 3943/4138 95% [=========================================================== ] 3944/4138 95% [=========================================================== ] 3945/4138 95% [=========================================================== ] 3946/4138 95% [=========================================================== ] 3947/4138 95% [=========================================================== ] 3948/4138 95% [=========================================================== ] 3949/4138 95% [=========================================================== ] 3950/4138 95% [=========================================================== ] 3951/4138 95% [=========================================================== ] 3952/4138 95% [=========================================================== ] 3953/4138 95% [=========================================================== ] 3954/4138 95% [=========================================================== ] 3955/4138 95% [=========================================================== ] 3956/4138 95% [=========================================================== ] 3957/4138 95% [=========================================================== ] 3958/4138 95% [=========================================================== ] 3959/4138 95% [=========================================================== ] 3960/4138 95% [=========================================================== ] 3961/4138 95% [=========================================================== ] 3962/4138 95% [=========================================================== ] 3963/4138 95% [=========================================================== ] 3964/4138 95% [=========================================================== ] 3965/4138 95% [=========================================================== ] 3966/4138 95% [=========================================================== ] 3967/4138 95% [=========================================================== ] 3968/4138 95% [=========================================================== ] 3969/4138 95% [=========================================================== ] 3970/4138 95% [=========================================================== ] 3971/4138 95% [=========================================================== ] 3972/4138 95% [=========================================================== ] 3973/4138 96% [=========================================================== ] 3974/4138 96% [=========================================================== ] 3975/4138 96% [=========================================================== ] 3976/4138 96% [=========================================================== ] 3977/4138 96% [=========================================================== ] 3978/4138 96% [=========================================================== ] 3979/4138 96% [=========================================================== ] 3980/4138 96% [=========================================================== ] 3981/4138 96% [=========================================================== ] 3982/4138 96% [=========================================================== ] 3983/4138 96% [=========================================================== ] 3984/4138 96% [=========================================================== ] 3985/4138 96% [=========================================================== ] 3986/4138 96% [=========================================================== ] 3987/4138 96% [=========================================================== ] 3988/4138 96% [=========================================================== ] 3989/4138 96% [=========================================================== ] 3990/4138 96% [=========================================================== ] 3991/4138 96% [=========================================================== ] 3992/4138 96% [=========================================================== ] 3993/4138 96% [=========================================================== ] 3994/4138 96% [=========================================================== ] 3995/4138 96% [=========================================================== ] 3996/4138 96% [=========================================================== ] 3997/4138 96% [=========================================================== ] 3998/4138 96% [=========================================================== ] 3999/4138 96% [=========================================================== ] 4000/4138 96% [=========================================================== ] 4001/4138 96% [=========================================================== ] 4002/4138 96% [=========================================================== ] 4003/4138 96% [=========================================================== ] 4004/4138 96% [============================================================ ] 4005/4138 96% [============================================================ ] 4006/4138 96% [============================================================ ] 4007/4138 96% [============================================================ ] 4008/4138 96% [============================================================ ] 4009/4138 96% [============================================================ ] 4010/4138 96% [============================================================ ] 4011/4138 96% [============================================================ ] 4012/4138 96% [============================================================ ] 4013/4138 96% [============================================================ ] 4014/4138 97% [============================================================ ] 4015/4138 97% [============================================================ ] 4016/4138 97% [============================================================ ] 4017/4138 97% [============================================================ ] 4018/4138 97% [============================================================ ] 4019/4138 97% [============================================================ ] 4020/4138 97% [============================================================ ] 4021/4138 97% [============================================================ ] 4022/4138 97% [============================================================ ] 4023/4138 97% [============================================================ ] 4024/4138 97% [============================================================ ] 4025/4138 97% [============================================================ ] 4026/4138 97% [============================================================ ] 4027/4138 97% [============================================================ ] 4028/4138 97% [============================================================ ] 4029/4138 97% [============================================================ ] 4030/4138 97% [============================================================ ] 4031/4138 97% [============================================================ ] 4032/4138 97% [============================================================ ] 4033/4138 97% [============================================================ ] 4034/4138 97% [============================================================ ] 4035/4138 97% [============================================================ ] 4036/4138 97% [============================================================ ] 4037/4138 97% [============================================================ ] 4038/4138 97% [============================================================ ] 4039/4138 97% [============================================================ ] 4040/4138 97% [============================================================ ] 4041/4138 97% [============================================================ ] 4042/4138 97% [============================================================ ] 4043/4138 97% [============================================================ ] 4044/4138 97% [============================================================ ] 4045/4138 97% [============================================================ ] 4046/4138 97% [============================================================ ] 4047/4138 97% [============================================================ ] 4048/4138 97% [============================================================ ] 4049/4138 97% [============================================================ ] 4050/4138 97% [============================================================ ] 4051/4138 97% [============================================================ ] 4052/4138 97% [============================================================ ] 4053/4138 97% [============================================================ ] 4054/4138 97% [============================================================ ] 4055/4138 97% [============================================================ ] 4056/4138 98% [============================================================ ] 4057/4138 98% [============================================================ ] 4058/4138 98% [============================================================ ] 4059/4138 98% [============================================================ ] 4060/4138 98% [============================================================ ] 4061/4138 98% [============================================================ ] 4062/4138 98% [============================================================ ] 4063/4138 98% [============================================================ ] 4064/4138 98% [============================================================ ] 4065/4138 98% [============================================================ ] 4066/4138 98% [============================================================ ] 4067/4138 98% [============================================================ ] 4068/4138 98% [============================================================ ] 4069/4138 98% [============================================================ ] 4070/4138 98% [============================================================ ] 4071/4138 98% [============================================================= ] 4072/4138 98% [============================================================= ] 4073/4138 98% [============================================================= ] 4074/4138 98% [============================================================= ] 4075/4138 98% [============================================================= ] 4076/4138 98% [============================================================= ] 4077/4138 98% [============================================================= ] 4078/4138 98% [============================================================= ] 4079/4138 98% [============================================================= ] 4080/4138 98% [============================================================= ] 4081/4138 98% [============================================================= ] 4082/4138 98% [============================================================= ] 4083/4138 98% [============================================================= ] 4084/4138 98% [============================================================= ] 4085/4138 98% [============================================================= ] 4086/4138 98% [============================================================= ] 4087/4138 98% [============================================================= ] 4088/4138 98% [============================================================= ] 4089/4138 98% [============================================================= ] 4090/4138 98% [============================================================= ] 4091/4138 98% [============================================================= ] 4092/4138 98% [============================================================= ] 4093/4138 98% [============================================================= ] 4094/4138 98% [============================================================= ] 4095/4138 98% [============================================================= ] 4096/4138 98% [============================================================= ] 4097/4138 99% [============================================================= ] 4098/4138 99% [============================================================= ] 4099/4138 99% [============================================================= ] 4100/4138 99% [============================================================= ] 4101/4138 99% [============================================================= ] 4102/4138 99% [============================================================= ] 4103/4138 99% [============================================================= ] 4104/4138 99% [============================================================= ] 4105/4138 99% [============================================================= ] 4106/4138 99% [============================================================= ] 4107/4138 99% [============================================================= ] 4108/4138 99% [============================================================= ] 4109/4138 99% [============================================================= ] 4110/4138 99% [============================================================= ] 4111/4138 99% [============================================================= ] 4112/4138 99% [============================================================= ] 4113/4138 99% [============================================================= ] 4114/4138 99% [============================================================= ] 4115/4138 99% [============================================================= ] 4116/4138 99% [============================================================= ] 4117/4138 99% [============================================================= ] 4118/4138 99% [============================================================= ] 4119/4138 99% [============================================================= ] 4120/4138 99% [============================================================= ] 4121/4138 99% [============================================================= ] 4122/4138 99% [============================================================= ] 4123/4138 99% [============================================================= ] 4124/4138 99% [============================================================= ] 4125/4138 99% [============================================================= ] 4126/4138 99% [============================================================= ] 4127/4138 99% [============================================================= ] 4128/4138 99% [============================================================= ] 4129/4138 99% [============================================================= ] 4130/4138 99% [============================================================= ] 4131/4138 99% [============================================================= ] 4132/4138 99% [============================================================= ] 4133/4138 99% [============================================================= ] 4134/4138 99% [============================================================= ] 4135/4138 99% [============================================================= ] 4136/4138 99% [============================================================= ] 4137/4138 99% [==============================================================] 4138/4138 100% operation complete, 4138 objects in 65316 NAND pages. ln -snf /home/thomas/autobuild/instance-2/output-1/host/or1k-buildroot-linux-uclibc/sysroot /home/thomas/autobuild/instance-2/output-1/staging make: Leaving directory '/home/thomas/autobuild/instance-2/buildroot' make: Entering directory '/home/thomas/autobuild/instance-2/buildroot' >>> Buildroot 2022.05.1-122-g1f4a9dbebc Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> 18xx-ti-utils 8.8 Collecting legal info COPYING: OK (sha256: 363cef40b276a7a91ebcff3f78626d9cfe5e5a51927c725236007259403d5fc4) >>> host-skeleton Collecting legal info >>> libnl 3.5.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.3.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.41 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 10.3.0 Collecting legal info >>> linux-headers 5.17.15 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> host-abootimg 1ebeb393252ab5aeed62e34bc439b6728444f06e Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-aespipe 2.4f Collecting legal info >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> at 3.2.5 Collecting legal info Copyright: OK (sha256: 01dccc0975aa9ba1a9f83e7c5e04f16077353d3c72a0a759b8846ee7a5b2b616) COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> babeld 1.9.2 Collecting legal info LICENCE: OK (sha256: b415c41292cedef6c97b243609e50552887c29343566c639f23282d31efd2afd) >>> bash 5.1.16 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bootstrap 4.3.1 Collecting legal info css/bootstrap.css: OK (sha256: 35fbb6dc3891aacaf1ffa07abec2344fdbc454aab533a2a03bcf93577eb7837b) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> iproute2 5.17.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtirpc 1.3.2 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> net-tools 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> ca-certificates 20211016 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-python3 3.10.5 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-expat 2.4.7 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> collectl 4.3.2 Collecting legal info COPYING: OK (sha256: 264fe27852db5624e6a9a9845b4e14e91ee5007305b33e5556dfade394d578a8) ARTISTIC: OK (sha256: b92800d37afa2aa03c02817ff3b68efc7236436fe76af06ad9b1fc4682f59bcb) GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> cunit 2.1-3 Collecting legal info COPYING: OK (sha256: 5d9d73d41a57dd2f34487ef3978a2c13cdb97294baeeb81fcd274796399eb15f) >>> ding-libs 0.6.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LESSER: OK (sha256: 6c57f43c939054fd4b831f271a14c97a488c38f98cdda5e887c5d396e3b3bc58) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> dtv-scan-tables 25ee9e0ce4bbacdb278d4cff306ceb6528c4f548 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LGPL: OK (sha256: 4fd46f32582c29007657e2daad8d0a6d954cf4e9d2e47bae8f8d8c32765fc987) >>> easyframes 0.4 Collecting legal info COPYING: OK (sha256: 24f37598e822a1411fb7164ce7eb3ef120aea8279016399abc282c2381ce3f57) >>> host-cmake 3.18.6 Collecting legal info Copyright.txt: OK (sha256: 131b9ff756b64a25b7461c3c1382e70b16c70a5b4833a1577897fa3ea6d88f8d) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> ethtool 5.17 Collecting legal info LICENSE: OK (sha256: 5d632934396f90c82dfebe3c9512648bbb6333b406113d0cd331b0e0aa2d34a1) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fan-ctrl 1.3 Collecting legal info ERROR: No hash found for fan-ctrl.c >>> flickcurl 1.26 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) LICENSE-2.0.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) LICENSE.html: OK (sha256: 3590f30b0fb9446a1f0a7ea5bcbb5786fa66fa362800f53d2575875d74b91909) >>> libcurl 7.84.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> frotz 2.54 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-gptfdisk 1.0.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> imx-usb-loader 30b43d69770cd69e84c045dc9dcabb1f3e9d975a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libusb 1.0.25 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> iptables 1.8.7 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> jq a17dd3248a666d01be75f6b16be37e80e20b0954 Collecting legal info COPYING: OK (sha256: c8437d414ca5b394718784c3bf5bdff7f01fee417625fabf1fb722ca263037da) >>> libcdio-paranoia 10.2+2.0.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libcdio 2.1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libcli 1.10.7 Collecting legal info COPYING: OK (sha256: 376b54d4c5f4aa99421823fa4da93e3ab73096fce2400e89858632aa7da24a14) >>> libdnet 1.14 Collecting legal info LICENSE: OK (sha256: 6b46ec86e290066c47b6607d322135b3c473566e7225ac23d35a7c0588a82da6) >>> libdvbcsa 1.1.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libeXosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libenca 1.19 Collecting legal info COPYING: OK (sha256: 87f1bd4a52b4029476b684fcdd51fed3c6b2540e462d3c2d3bfc9be4558b2825) >>> libexif 0.6.24 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> libftdi1 1.5 Collecting legal info LICENSE: OK (sha256: 524f46428bf72bb8c6acfeca4909551fd2e0bdbb5305406d38382f4056095c56) COPYING.LIB: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libidn 1.38 Collecting legal info COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> liblockfile 1.17 Collecting legal info COPYRIGHT: OK (sha256: 3d080ab931103a823e6b9b788ccbc3e9d44797bd54546f3feebfd305f90de46a) licenses/GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) licenses/LGPL-2: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libmd 1.0.4 Collecting legal info COPYING: OK (sha256: 4365ef6255ad553fce69dd4bc0e093472c5d0e41b8ea493a545cc926ce171aa6) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> host-meson 0.62.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 62.1.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> libnetfilter_cthelper 1.0.0 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> libqrencode 4.1.1 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> librtlsdr ed0317e6a58c098874ac58b769cf2e609c18d9a5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libupnp 1.14.12 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> linux-zigbee 0.3.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> lmbench 3.0-a9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) COPYING-2: OK (sha256: 3be7a155efa448db90071a95fbf81796f8f90edf9204f0463cfd23402dc90a72) >>> lockfile-progs 0.1.19 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> matio 1.5.22 Collecting legal info COPYING: OK (sha256: 3ed9a50d754fcc92d4accb8448e397eafeab686796b2a7445557ce782806e239) >>> host-meson-tools 0a02e2d34413f4bf9b15946352bc8c8ee13a5843 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mkpasswd Collecting legal info >>> monit 5.26.0 Collecting legal info COPYING: OK (sha256: d5a4f52b1a5e1e7fe14e01a76aac8b08dc6bbea15466058f271456c97aac1ada) >>> mpd-mpc 0.34 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mpg123 1.25.15 Collecting legal info COPYING: OK (sha256: f40e0dd86b27b52e429b693a87b3ca63ae0a98a4d142e77207aa6bdf1db7a295) >>> host-mtools 4.0.38 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> nginx 1.20.1 Collecting legal info LICENSE: OK (sha256: b57270c1f73eb6624b38b2d0a1affcec56b21fab39efbf8c837428f05cef1d73) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-nodejs 16.16.0 Collecting legal info LICENSE: OK (sha256: 6211cc77f9ceaf365db12faf050775b3a1e6da7a1eff3577ba006c4918103c33) >>> host-icu 70-1 Collecting legal info LICENSE: OK (sha256: 861671f8c712aa046f8f5ac89239e6c33821636516c5d0cc8c4e1973085f27a6) >>> openntpd 6.8p1 Collecting legal info COPYING: OK (sha256: 6c1822ee950652c12bb3773849db18794f62c63452a70d018edf23e8cba71839) >>> parprouted 0.7 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> perl-devel-stacktrace-ashtml 0.15 Collecting legal info LICENSE: OK (sha256: ffecf60c52b85d56c928f5eac889b5044243c3907b810ef640c9f02fbce567ac) >>> host-perl 5.34.1 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 06bab256e2e039c59d2ca3c5853425317b4a0f251fe4e5d5201a987b11fc4f78) >>> perl 5.34.1 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 06bab256e2e039c59d2ca3c5853425317b4a0f251fe4e5d5201a987b11fc4f78) >>> perl-devel-stacktrace 2.04 Collecting legal info LICENSE: OK (sha256: dbd3162d261db5b40cac4d85afba619ec6a196398003c57b85c2333e7ef4c393) >>> perl-filesys-notify-simple 0.14 Collecting legal info LICENSE: OK (sha256: 9a5cceb9fdb0064b57eeca0e7ad2af1e57eff51320a13083fc22930d2a190ed7) >>> perl-html-tagset 3.20 Collecting legal info README: OK (sha256: 275cc182d78ac2db6856442c5d334c925350fb56fe83ee3577f5850317423419) >>> perl-io-html 1.004 Collecting legal info LICENSE: OK (sha256: 669fdd41b60ef6169a975b87a5fe35c50e81b9efc8f96b2459f4fbb238079d84) >>> perl-module-runtime 0.016 Collecting legal info README: OK (sha256: ad1761020436687e8493208336ef53e84589fdba212da59b05b8111cca75ddc1) >>> host-perl-module-build 0.4231 Collecting legal info LICENSE: OK (sha256: f35ac2cc6b808a38c42c2d230b875217b0a24bb51e5a497ebb630cbb3d806c3e) >>> perl-sub-quote 2.006006 Collecting legal info LICENSE: OK (sha256: 88f4a8719c584d756dcfeebc7f35643066354188bfb57c672fbafcd44e044e9c) >>> perl-timedate 2.33 Collecting legal info README: OK (sha256: e72e67533eb3ddd705ae718898945e2f3bf3702e91e85bb67824575706bd5bf9) >>> perl-uri 5.10 Collecting legal info LICENSE: OK (sha256: d4f0b7a8771dcb1eee79a38c2e466eb997e23565a6687dd1900a2027eabe12a0) >>> perl-xml-sax-base 1.09 Collecting legal info README: OK (sha256: 2a9aae56e13888493523ee9053689627e092aafcf2c5fb06f06df07260f91b42) >>> popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> privoxy 3.0.33 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> host-qemu 7.0.0 Collecting legal info COPYING: OK (sha256: 6f04ae8364d0079a192b14635f4b1da294ce18724c034c39a6a41d1b09df6100) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.70.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> raspi-gpio 4edfde183ff3ac9ed66cdc015ae25e45f3a5502d Collecting legal info LICENSE: OK (sha256: 6e02227e1fb942687163996678d94add7911890c50025912d0ae7ee66d256bb2) >>> host-rauc 1.6 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-squashfs 4.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> rpcbind 1.2.6 Collecting legal info COPYING: OK (sha256: 2b9477d2f4ab277b29702958f0058546edc120aae4b5fb8b8d1a9652104e1ba3) >>> rtptools 1.22 Collecting legal info LICENSE: OK (sha256: f864592065e232c0b444ae9682a7a1a2c6aafe96712999f794bec24d4441a6a9) >>> screenfetch 3.9.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> sound-theme-freedesktop 0.7 Collecting legal info >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> sp-oops-extract 0.0.7-1 Collecting legal info COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> spawn-fcgi 1.6.4 Collecting legal info COPYING: OK (sha256: 5c98cad2fbaf5c5e2562bcbab401a7c557c1bb1bac9914ecc63730925052fb13) >>> spice-protocol 0.14.3 Collecting legal info COPYING: OK (sha256: eb55ea746be694c449224c7ddce6340648b075fd377281712a19094e7fb7ef92) >>> sslh 1.22c Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ti-uim a0236bc252e6484835ce266ae4a50b361f6a902d Collecting legal info uim.h: OK (sha256: 4e39276507524f938459b05d061ae77562f3f85926fe73027cfcac259cb03d0e) >>> tiff 4.4.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> uacme 1.7.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> which 2.21 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Collecting legal info README: OK (sha256: 8632a67e5a76be4cdf7fd0fc6509e21bd6c647183bd9d2325310d5098c652a3a) >>> host-xorriso 1.5.4.pl02 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYRIGHT: OK (sha256: 72e99e72cd68f226415e5d898f3b38e24ae7991ed038ed72d789fff5b060f028) >>> xutil_util-macros 1.19.3 Collecting legal info COPYING: OK (sha256: 489b630a75e3255485732eae3d50ff4d29d3feb66760bb3acb04f897e4d9e375) >>> zd1211-firmware 1.5 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> 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.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-libcap 2.64 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-makedevs Collecting legal info >>> host-lzma 4.32.7 Collecting legal info COPYING.GPLv2: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-10.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: aespipe-2.4f: cannot save license (HOST_AESPIPE_LICENSE_FILES not defined) WARNING: sound-theme-freedesktop-0.7: cannot save license (SOUND_THEME_FREEDESKTOP_LICENSE_FILES not defined) Legal info produced in /home/thomas/autobuild/instance-2/output-1/legal-info make: Leaving directory '/home/thomas/autobuild/instance-2/buildroot'