>>> Generating filesystem image rootfs.tar mkdir -p /home/autobuild/autobuild/instance-4/output-1/images rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/tar mkdir -p /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/tar rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-4/output-1/target/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/tar/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/tar/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/tar/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/tar/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-4/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/tar/target >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/tar/fakeroot echo "/home/autobuild/autobuild/instance-4/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/tar/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/tar/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/tar/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/tar/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/tar/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/tar/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/tar/fakeroot printf ' find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/tar/target -print0 | xargs -0 -r touch -hd @1672923600\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/tar/fakeroot printf ' (cd /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/tar/target; find -print0 | LC_ALL=C sort -z | tar --pax-option=exthdr.name=%%d/PaxHeaders/%%f,atime:=0,ctime:=0 -cf /home/autobuild/autobuild/instance-4/output-1/images/rootfs.tar --null --xattrs-include='\''*'\'' --no-recursion -T - --numeric-owner)\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/tar/fakeroot chmod a+x /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-4/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/tar/fakeroot rootdir=/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/tar/target table='/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-4/output-1/host/bin/lzop -9 -c /home/autobuild/autobuild/instance-4/output-1/images/rootfs.tar > /home/autobuild/autobuild/instance-4/output-1/images/rootfs.tar.lzo >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-4/output-1/images rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-4/output-1/target/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-4/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-4/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target -print0 | xargs -0 -r touch -hd @1672923600\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-4/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-4/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-4/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 4718 objects. stage 2: creating image '/home/autobuild/autobuild/instance-4/output-1/images/rootfs.yaffs2' [ ] 1/4718 0% [ ] 2/4718 0% [ ] 3/4718 0% [ ] 4/4718 0% [ ] 5/4718 0% [ ] 6/4718 0% [ ] 7/4718 0% [ ] 8/4718 0% [ ] 9/4718 0% [ ] 10/4718 0% [ ] 11/4718 0% [ ] 12/4718 0% [ ] 13/4718 0% [ ] 14/4718 0% [ ] 15/4718 0% [ ] 16/4718 0% [ ] 17/4718 0% [ ] 18/4718 0% [ ] 19/4718 0% [ ] 20/4718 0% [ ] 21/4718 0% [ ] 22/4718 0% [ ] 23/4718 0% [ ] 24/4718 0% [ ] 25/4718 0% [ ] 26/4718 0% [ ] 27/4718 0% [ ] 28/4718 0% [ ] 29/4718 0% [ ] 30/4718 0% [ ] 31/4718 0% [ ] 32/4718 0% [ ] 33/4718 0% [ ] 34/4718 0% [ ] 35/4718 0% [ ] 36/4718 0% [ ] 37/4718 0% [ ] 38/4718 0% [ ] 39/4718 0% [ ] 40/4718 0% [ ] 41/4718 0% [ ] 42/4718 0% [ ] 43/4718 0% [ ] 44/4718 0% [ ] 45/4718 0% [ ] 46/4718 0% [ ] 47/4718 0% [ ] 48/4718 1% [ ] 49/4718 1% [ ] 50/4718 1% [ ] 51/4718 1% [ ] 52/4718 1% [ ] 53/4718 1% [ ] 54/4718 1% [ ] 55/4718 1% [ ] 56/4718 1% [ ] 57/4718 1% [ ] 58/4718 1% [ ] 59/4718 1% [ ] 60/4718 1% [ ] 61/4718 1% [ ] 62/4718 1% [ ] 63/4718 1% [ ] 64/4718 1% [ ] 65/4718 1% [ ] 66/4718 1% [ ] 67/4718 1% [ ] 68/4718 1% [ ] 69/4718 1% [ ] 70/4718 1% [ ] 71/4718 1% [ ] 72/4718 1% [ ] 73/4718 1% [ ] 74/4718 1% [ ] 75/4718 1% [ ] 76/4718 1% [= ] 77/4718 1% [= ] 78/4718 1% [= ] 79/4718 1% [= ] 80/4718 1% [= ] 81/4718 1% [= ] 82/4718 1% [= ] 83/4718 1% [= ] 84/4718 1% [= ] 85/4718 1% [= ] 86/4718 1% [= ] 87/4718 1% [= ] 88/4718 1% [= ] 89/4718 1% [= ] 90/4718 1% [= ] 91/4718 1% [= ] 92/4718 1% [= ] 93/4718 1% [= ] 94/4718 1% [= ] 95/4718 2% [= ] 96/4718 2% [= ] 97/4718 2% [= ] 98/4718 2% [= ] 99/4718 2% [= ] 100/4718 2% [= ] 101/4718 2% [= ] 102/4718 2% [= ] 103/4718 2% [= ] 104/4718 2% [= ] 105/4718 2% [= ] 106/4718 2% [= ] 107/4718 2% [= ] 108/4718 2% [= ] 109/4718 2% [= ] 110/4718 2% [= ] 111/4718 2% [= ] 112/4718 2% [= ] 113/4718 2% [= ] 114/4718 2% [= ] 115/4718 2% [= ] 116/4718 2% [= ] 117/4718 2% [= ] 118/4718 2% [= ] 119/4718 2% [= ] 120/4718 2% [= ] 121/4718 2% [= ] 122/4718 2% [= ] 123/4718 2% [= ] 124/4718 2% [= ] 125/4718 2% [= ] 126/4718 2% [= ] 127/4718 2% [= ] 128/4718 2% [= ] 129/4718 2% [= ] 130/4718 2% [= ] 131/4718 2% [= ] 132/4718 2% [= ] 133/4718 2% [= ] 134/4718 2% [= ] 135/4718 2% [= ] 136/4718 2% [= ] 137/4718 2% [= ] 138/4718 2% [= ] 139/4718 2% [= ] 140/4718 2% [= ] 141/4718 2% [= ] 142/4718 3% [= ] 143/4718 3% [= ] 144/4718 3% [= ] 145/4718 3% [= ] 146/4718 3% [= ] 147/4718 3% [= ] 148/4718 3% [= ] 149/4718 3% [= ] 150/4718 3% [= ] 151/4718 3% [= ] 152/4718 3% [== ] 153/4718 3% [== ] 154/4718 3% [== ] 155/4718 3% [== ] 156/4718 3% [== ] 157/4718 3% [== ] 158/4718 3% [== ] 159/4718 3% [== ] 160/4718 3% [== ] 161/4718 3% [== ] 162/4718 3% [== ] 163/4718 3% [== ] 164/4718 3% [== ] 165/4718 3% [== ] 166/4718 3% [== ] 167/4718 3% [== ] 168/4718 3% [== ] 169/4718 3% [== ] 170/4718 3% [== ] 171/4718 3% [== ] 172/4718 3% [== ] 173/4718 3% [== ] 174/4718 3% [== ] 175/4718 3% [== ] 176/4718 3% [== ] 177/4718 3% [== ] 178/4718 3% [== ] 179/4718 3% [== ] 180/4718 3% [== ] 181/4718 3% [== ] 182/4718 3% [== ] 183/4718 3% [== ] 184/4718 3% [== ] 185/4718 3% [== ] 186/4718 3% [== ] 187/4718 3% [== ] 188/4718 3% [== ] 189/4718 4% [== ] 190/4718 4% [== ] 191/4718 4% [== ] 192/4718 4% [== ] 193/4718 4% [== ] 194/4718 4% [== ] 195/4718 4% [== ] 196/4718 4% [== ] 197/4718 4% [== ] 198/4718 4% [== ] 199/4718 4% [== ] 200/4718 4% [== ] 201/4718 4% [== ] 202/4718 4% [== ] 203/4718 4% [== ] 204/4718 4% [== ] 205/4718 4% [== ] 206/4718 4% [== ] 207/4718 4% [== ] 208/4718 4% [== ] 209/4718 4% [== ] 210/4718 4% [== ] 211/4718 4% [== ] 212/4718 4% [== ] 213/4718 4% [== ] 214/4718 4% [== ] 215/4718 4% [== ] 216/4718 4% [== ] 217/4718 4% [== ] 218/4718 4% [== ] 219/4718 4% [== ] 220/4718 4% [== ] 221/4718 4% [== ] 222/4718 4% [== ] 223/4718 4% [== ] 224/4718 4% [== ] 225/4718 4% [== ] 226/4718 4% [== ] 227/4718 4% [== ] 228/4718 4% [=== ] 229/4718 4% [=== ] 230/4718 4% [=== ] 231/4718 4% [=== ] 232/4718 4% [=== ] 233/4718 4% [=== ] 234/4718 4% [=== ] 235/4718 4% [=== ] 236/4718 5% [=== ] 237/4718 5% [=== ] 238/4718 5% [=== ] 239/4718 5% [=== ] 240/4718 5% [=== ] 241/4718 5% [=== ] 242/4718 5% [=== ] 243/4718 5% [=== ] 244/4718 5% [=== ] 245/4718 5% [=== ] 246/4718 5% [=== ] 247/4718 5% [=== ] 248/4718 5% [=== ] 249/4718 5% [=== ] 250/4718 5% [=== ] 251/4718 5% [=== ] 252/4718 5% [=== ] 253/4718 5% [=== ] 254/4718 5% [=== ] 255/4718 5% [=== ] 256/4718 5% [=== ] 257/4718 5% [=== ] 258/4718 5% [=== ] 259/4718 5% [=== ] 260/4718 5% [=== ] 261/4718 5% [=== ] 262/4718 5% [=== ] 263/4718 5% [=== ] 264/4718 5% [=== ] 265/4718 5% [=== ] 266/4718 5% [=== ] 267/4718 5% [=== ] 268/4718 5% [=== ] 269/4718 5% [=== ] 270/4718 5% [=== ] 271/4718 5% [=== ] 272/4718 5% [=== ] 273/4718 5% [=== ] 274/4718 5% [=== ] 275/4718 5% [=== ] 276/4718 5% [=== ] 277/4718 5% [=== ] 278/4718 5% [=== ] 279/4718 5% [=== ] 280/4718 5% [=== ] 281/4718 5% [=== ] 282/4718 5% [=== ] 283/4718 5% [=== ] 284/4718 6% [=== ] 285/4718 6% [=== ] 286/4718 6% [=== ] 287/4718 6% [=== ] 288/4718 6% [=== ] 289/4718 6% [=== ] 290/4718 6% [=== ] 291/4718 6% [=== ] 292/4718 6% [=== ] 293/4718 6% [=== ] 294/4718 6% [=== ] 295/4718 6% [=== ] 296/4718 6% [=== ] 297/4718 6% [=== ] 298/4718 6% [=== ] 299/4718 6% [=== ] 300/4718 6% [=== ] 301/4718 6% [=== ] 302/4718 6% [=== ] 303/4718 6% [=== ] 304/4718 6% [==== ] 305/4718 6% [==== ] 306/4718 6% [==== ] 307/4718 6% [==== ] 308/4718 6% [==== ] 309/4718 6% [==== ] 310/4718 6% [==== ] 311/4718 6% [==== ] 312/4718 6% [==== ] 313/4718 6% [==== ] 314/4718 6% [==== ] 315/4718 6% [==== ] 316/4718 6% [==== ] 317/4718 6% [==== ] 318/4718 6% [==== ] 319/4718 6% [==== ] 320/4718 6% [==== ] 321/4718 6% [==== ] 322/4718 6% [==== ] 323/4718 6% [==== ] 324/4718 6% [==== ] 325/4718 6% [==== ] 326/4718 6% [==== ] 327/4718 6% [==== ] 328/4718 6% [==== ] 329/4718 6% [==== ] 330/4718 6% [==== ] 331/4718 7% [==== ] 332/4718 7% [==== ] 333/4718 7% [==== ] 334/4718 7% [==== ] 335/4718 7% [==== ] 336/4718 7% [==== ] 337/4718 7% [==== ] 338/4718 7% [==== ] 339/4718 7% [==== ] 340/4718 7% [==== ] 341/4718 7% [==== ] 342/4718 7% [==== ] 343/4718 7% [==== ] 344/4718 7% [==== ] 345/4718 7% [==== ] 346/4718 7% [==== ] 347/4718 7% [==== ] 348/4718 7% [==== ] 349/4718 7% [==== ] 350/4718 7% [==== ] 351/4718 7% [==== ] 352/4718 7% [==== ] 353/4718 7% [==== ] 354/4718 7% [==== ] 355/4718 7% [==== ] 356/4718 7% [==== ] 357/4718 7% [==== ] 358/4718 7% [==== ] 359/4718 7% [==== ] 360/4718 7% [==== ] 361/4718 7% [==== ] 362/4718 7% [==== ] 363/4718 7% [==== ] 364/4718 7% [==== ] 365/4718 7% [==== ] 366/4718 7% [==== ] 367/4718 7% [==== ] 368/4718 7% [==== ] 369/4718 7% [==== ] 370/4718 7% [==== ] 371/4718 7% [==== ] 372/4718 7% [==== ] 373/4718 7% [==== ] 374/4718 7% [==== ] 375/4718 7% [==== ] 376/4718 7% [==== ] 377/4718 7% [==== ] 378/4718 8% [==== ] 379/4718 8% [==== ] 380/4718 8% [===== ] 381/4718 8% [===== ] 382/4718 8% [===== ] 383/4718 8% [===== ] 384/4718 8% [===== ] 385/4718 8% [===== ] 386/4718 8% [===== ] 387/4718 8% [===== ] 388/4718 8% [===== ] 389/4718 8% [===== ] 390/4718 8% [===== ] 391/4718 8% [===== ] 392/4718 8% [===== ] 393/4718 8% [===== ] 394/4718 8% [===== ] 395/4718 8% [===== ] 396/4718 8% [===== ] 397/4718 8% [===== ] 398/4718 8% [===== ] 399/4718 8% [===== ] 400/4718 8% [===== ] 401/4718 8% [===== ] 402/4718 8% [===== ] 403/4718 8% [===== ] 404/4718 8% [===== ] 405/4718 8% [===== ] 406/4718 8% [===== ] 407/4718 8% [===== ] 408/4718 8% [===== ] 409/4718 8% [===== ] 410/4718 8% [===== ] 411/4718 8% [===== ] 412/4718 8% [===== ] 413/4718 8% [===== ] 414/4718 8% [===== ] 415/4718 8% [===== ] 416/4718 8% [===== ] 417/4718 8% [===== ] 418/4718 8% [===== ] 419/4718 8% [===== ] 420/4718 8% [===== ] 421/4718 8% [===== ] 422/4718 8% [===== ] 423/4718 8% [===== ] 424/4718 8% [===== ] 425/4718 9% [===== ] 426/4718 9% [===== ] 427/4718 9% [===== ] 428/4718 9% [===== ] 429/4718 9% [===== ] 430/4718 9% [===== ] 431/4718 9% [===== ] 432/4718 9% [===== ] 433/4718 9% [===== ] 434/4718 9% [===== ] 435/4718 9% [===== ] 436/4718 9% [===== ] 437/4718 9% [===== ] 438/4718 9% [===== ] 439/4718 9% [===== ] 440/4718 9% [===== ] 441/4718 9% [===== ] 442/4718 9% [===== ] 443/4718 9% [===== ] 444/4718 9% [===== ] 445/4718 9% [===== ] 446/4718 9% [===== ] 447/4718 9% [===== ] 448/4718 9% [===== ] 449/4718 9% [===== ] 450/4718 9% [===== ] 451/4718 9% [===== ] 452/4718 9% [===== ] 453/4718 9% [===== ] 454/4718 9% [===== ] 455/4718 9% [===== ] 456/4718 9% [====== ] 457/4718 9% [====== ] 458/4718 9% [====== ] 459/4718 9% [====== ] 460/4718 9% [====== ] 461/4718 9% [====== ] 462/4718 9% [====== ] 463/4718 9% [====== ] 464/4718 9% [====== ] 465/4718 9% [====== ] 466/4718 9% [====== ] 467/4718 9% [====== ] 468/4718 9% [====== ] 469/4718 9% [====== ] 470/4718 9% [====== ] 471/4718 9% [====== ] 472/4718 10% [====== ] 473/4718 10% [====== ] 474/4718 10% [====== ] 475/4718 10% [====== ] 476/4718 10% [====== ] 477/4718 10% [====== ] 478/4718 10% [====== ] 479/4718 10% [====== ] 480/4718 10% [====== ] 481/4718 10% [====== ] 482/4718 10% [====== ] 483/4718 10% [====== ] 484/4718 10% [====== ] 485/4718 10% [====== ] 486/4718 10% [====== ] 487/4718 10% [====== ] 488/4718 10% [====== ] 489/4718 10% [====== ] 490/4718 10% [====== ] 491/4718 10% [====== ] 492/4718 10% [====== ] 493/4718 10% [====== ] 494/4718 10% [====== ] 495/4718 10% [====== ] 496/4718 10% [====== ] 497/4718 10% [====== ] 498/4718 10% [====== ] 499/4718 10% [====== ] 500/4718 10% [====== ] 501/4718 10% [====== ] 502/4718 10% [====== ] 503/4718 10% [====== ] 504/4718 10% [====== ] 505/4718 10% [====== ] 506/4718 10% [====== ] 507/4718 10% [====== ] 508/4718 10% [====== ] 509/4718 10% [====== ] 510/4718 10% [====== ] 511/4718 10% [====== ] 512/4718 10% [====== ] 513/4718 10% [====== ] 514/4718 10% [====== ] 515/4718 10% [====== ] 516/4718 10% [====== ] 517/4718 10% [====== ] 518/4718 10% [====== ] 519/4718 11% [====== ] 520/4718 11% [====== ] 521/4718 11% [====== ] 522/4718 11% [====== ] 523/4718 11% [====== ] 524/4718 11% [====== ] 525/4718 11% [====== ] 526/4718 11% [====== ] 527/4718 11% [====== ] 528/4718 11% [====== ] 529/4718 11% [====== ] 530/4718 11% [====== ] 531/4718 11% [====== ] 532/4718 11% [======= ] 533/4718 11% [======= ] 534/4718 11% [======= ] 535/4718 11% [======= ] 536/4718 11% [======= ] 537/4718 11% [======= ] 538/4718 11% [======= ] 539/4718 11% [======= ] 540/4718 11% [======= ] 541/4718 11% [======= ] 542/4718 11% [======= ] 543/4718 11% [======= ] 544/4718 11% [======= ] 545/4718 11% [======= ] 546/4718 11% [======= ] 547/4718 11% [======= ] 548/4718 11% [======= ] 549/4718 11% [======= ] 550/4718 11% [======= ] 551/4718 11% [======= ] 552/4718 11% [======= ] 553/4718 11% [======= ] 554/4718 11% [======= ] 555/4718 11% [======= ] 556/4718 11% [======= ] 557/4718 11% [======= ] 558/4718 11% [======= ] 559/4718 11% [======= ] 560/4718 11% [======= ] 561/4718 11% [======= ] 562/4718 11% [======= ] 563/4718 11% [======= ] 564/4718 11% [======= ] 565/4718 11% [======= ] 566/4718 11% [======= ] 567/4718 12% [======= ] 568/4718 12% [======= ] 569/4718 12% [======= ] 570/4718 12% [======= ] 571/4718 12% [======= ] 572/4718 12% [======= ] 573/4718 12% [======= ] 574/4718 12% [======= ] 575/4718 12% [======= ] 576/4718 12% [======= ] 577/4718 12% [======= ] 578/4718 12% [======= ] 579/4718 12% [======= ] 580/4718 12% [======= ] 581/4718 12% [======= ] 582/4718 12% [======= ] 583/4718 12% [======= ] 584/4718 12% [======= ] 585/4718 12% [======= ] 586/4718 12% [======= ] 587/4718 12% [======= ] 588/4718 12% [======= ] 589/4718 12% [======= ] 590/4718 12% [======= ] 591/4718 12% [======= ] 592/4718 12% [======= ] 593/4718 12% [======= ] 594/4718 12% [======= ] 595/4718 12% [======= ] 596/4718 12% [======= ] 597/4718 12% [======= ] 598/4718 12% [======= ] 599/4718 12% [======= ] 600/4718 12% [======= ] 601/4718 12% [======= ] 602/4718 12% [======= ] 603/4718 12% [======= ] 604/4718 12% [======= ] 605/4718 12% [======= ] 606/4718 12% [======= ] 607/4718 12% [======= ] 608/4718 12% [======== ] 609/4718 12% [======== ] 610/4718 12% [======== ] 611/4718 12% [======== ] 612/4718 12% [======== ] 613/4718 12% [======== ] 614/4718 13% [======== ] 615/4718 13% [======== ] 616/4718 13% [======== ] 617/4718 13% [======== ] 618/4718 13% [======== ] 619/4718 13% [======== ] 620/4718 13% [======== ] 621/4718 13% [======== ] 622/4718 13% [======== ] 623/4718 13% [======== ] 624/4718 13% [======== ] 625/4718 13% [======== ] 626/4718 13% [======== ] 627/4718 13% [======== ] 628/4718 13% [======== ] 629/4718 13% [======== ] 630/4718 13% [======== ] 631/4718 13% [======== ] 632/4718 13% [======== ] 633/4718 13% [======== ] 634/4718 13% [======== ] 635/4718 13% [======== ] 636/4718 13% [======== ] 637/4718 13% [======== ] 638/4718 13% [======== ] 639/4718 13% [======== ] 640/4718 13% [======== ] 641/4718 13% [======== ] 642/4718 13% [======== ] 643/4718 13% [======== ] 644/4718 13% [======== ] 645/4718 13% [======== ] 646/4718 13% [======== ] 647/4718 13% [======== ] 648/4718 13% [======== ] 649/4718 13% [======== ] 650/4718 13% [======== ] 651/4718 13% [======== ] 652/4718 13% [======== ] 653/4718 13% [======== ] 654/4718 13% [======== ] 655/4718 13% [======== ] 656/4718 13% [======== ] 657/4718 13% [======== ] 658/4718 13% [======== ] 659/4718 13% [======== ] 660/4718 13% [======== ] 661/4718 14% [======== ] 662/4718 14% [======== ] 663/4718 14% [======== ] 664/4718 14% [======== ] 665/4718 14% [======== ] 666/4718 14% [======== ] 667/4718 14% [======== ] 668/4718 14% [======== ] 669/4718 14% [======== ] 670/4718 14% [======== ] 671/4718 14% [======== ] 672/4718 14% [======== ] 673/4718 14% [======== ] 674/4718 14% [======== ] 675/4718 14% [======== ] 676/4718 14% [======== ] 677/4718 14% [======== ] 678/4718 14% [======== ] 679/4718 14% [======== ] 680/4718 14% [======== ] 681/4718 14% [======== ] 682/4718 14% [======== ] 683/4718 14% [======== ] 684/4718 14% [========= ] 685/4718 14% [========= ] 686/4718 14% [========= ] 687/4718 14% [========= ] 688/4718 14% [========= ] 689/4718 14% [========= ] 690/4718 14% [========= ] 691/4718 14% [========= ] 692/4718 14% [========= ] 693/4718 14% [========= ] 694/4718 14% [========= ] 695/4718 14% [========= ] 696/4718 14% [========= ] 697/4718 14% [========= ] 698/4718 14% [========= ] 699/4718 14% [========= ] 700/4718 14% [========= ] 701/4718 14% [========= ] 702/4718 14% [========= ] 703/4718 14% [========= ] 704/4718 14% [========= ] 705/4718 14% [========= ] 706/4718 14% [========= ] 707/4718 14% [========= ] 708/4718 15% [========= ] 709/4718 15% [========= ] 710/4718 15% [========= ] 711/4718 15% [========= ] 712/4718 15% [========= ] 713/4718 15% [========= ] 714/4718 15% [========= ] 715/4718 15% [========= ] 716/4718 15% [========= ] 717/4718 15% [========= ] 718/4718 15% [========= ] 719/4718 15% [========= ] 720/4718 15% [========= ] 721/4718 15% [========= ] 722/4718 15% [========= ] 723/4718 15% [========= ] 724/4718 15% [========= ] 725/4718 15% [========= ] 726/4718 15% [========= ] 727/4718 15% [========= ] 728/4718 15% [========= ] 729/4718 15% [========= ] 730/4718 15% [========= ] 731/4718 15% [========= ] 732/4718 15% [========= ] 733/4718 15% [========= ] 734/4718 15% [========= ] 735/4718 15% [========= ] 736/4718 15% [========= ] 737/4718 15% [========= ] 738/4718 15% [========= ] 739/4718 15% [========= ] 740/4718 15% [========= ] 741/4718 15% [========= ] 742/4718 15% [========= ] 743/4718 15% [========= ] 744/4718 15% [========= ] 745/4718 15% [========= ] 746/4718 15% [========= ] 747/4718 15% [========= ] 748/4718 15% [========= ] 749/4718 15% [========= ] 750/4718 15% [========= ] 751/4718 15% [========= ] 752/4718 15% [========= ] 753/4718 15% [========= ] 754/4718 15% [========= ] 755/4718 16% [========= ] 756/4718 16% [========= ] 757/4718 16% [========= ] 758/4718 16% [========= ] 759/4718 16% [========= ] 760/4718 16% [========== ] 761/4718 16% [========== ] 762/4718 16% [========== ] 763/4718 16% [========== ] 764/4718 16% [========== ] 765/4718 16% [========== ] 766/4718 16% [========== ] 767/4718 16% [========== ] 768/4718 16% [========== ] 769/4718 16% [========== ] 770/4718 16% [========== ] 771/4718 16% [========== ] 772/4718 16% [========== ] 773/4718 16% [========== ] 774/4718 16% [========== ] 775/4718 16% [========== ] 776/4718 16% [========== ] 777/4718 16% [========== ] 778/4718 16% [========== ] 779/4718 16% [========== ] 780/4718 16% [========== ] 781/4718 16% [========== ] 782/4718 16% [========== ] 783/4718 16% [========== ] 784/4718 16% [========== ] 785/4718 16% [========== ] 786/4718 16% [========== ] 787/4718 16% [========== ] 788/4718 16% [========== ] 789/4718 16% [========== ] 790/4718 16% [========== ] 791/4718 16% [========== ] 792/4718 16% [========== ] 793/4718 16% [========== ] 794/4718 16% [========== ] 795/4718 16% [========== ] 796/4718 16% [========== ] 797/4718 16% [========== ] 798/4718 16% [========== ] 799/4718 16% [========== ] 800/4718 16% [========== ] 801/4718 16% [========== ] 802/4718 16% [========== ] 803/4718 17% [========== ] 804/4718 17% [========== ] 805/4718 17% [========== ] 806/4718 17% [========== ] 807/4718 17% [========== ] 808/4718 17% [========== ] 809/4718 17% [========== ] 810/4718 17% [========== ] 811/4718 17% [========== ] 812/4718 17% [========== ] 813/4718 17% [========== ] 814/4718 17% [========== ] 815/4718 17% [========== ] 816/4718 17% [========== ] 817/4718 17% [========== ] 818/4718 17% [========== ] 819/4718 17% [========== ] 820/4718 17% [========== ] 821/4718 17% [========== ] 822/4718 17% [========== ] 823/4718 17% [========== ] 824/4718 17% [========== ] 825/4718 17% [========== ] 826/4718 17% [========== ] 827/4718 17% [========== ] 828/4718 17% [========== ] 829/4718 17% [========== ] 830/4718 17% [========== ] 831/4718 17% [========== ] 832/4718 17% [========== ] 833/4718 17% [========== ] 834/4718 17% [========== ] 835/4718 17% [========== ] 836/4718 17% [========== ] 837/4718 17% [=========== ] 838/4718 17% [=========== ] 839/4718 17% [=========== ] 840/4718 17% [=========== ] 841/4718 17% [=========== ] 842/4718 17% [=========== ] 843/4718 17% [=========== ] 844/4718 17% [=========== ] 845/4718 17% [=========== ] 846/4718 17% [=========== ] 847/4718 17% [=========== ] 848/4718 17% [=========== ] 849/4718 17% [=========== ] 850/4718 18% [=========== ] 851/4718 18% [=========== ] 852/4718 18% [=========== ] 853/4718 18% [=========== ] 854/4718 18% [=========== ] 855/4718 18% [=========== ] 856/4718 18% [=========== ] 857/4718 18% [=========== ] 858/4718 18% [=========== ] 859/4718 18% [=========== ] 860/4718 18% [=========== ] 861/4718 18% [=========== ] 862/4718 18% [=========== ] 863/4718 18% [=========== ] 864/4718 18% [=========== ] 865/4718 18% [=========== ] 866/4718 18% [=========== ] 867/4718 18% [=========== ] 868/4718 18% [=========== ] 869/4718 18% [=========== ] 870/4718 18% [=========== ] 871/4718 18% [=========== ] 872/4718 18% [=========== ] 873/4718 18% [=========== ] 874/4718 18% [=========== ] 875/4718 18% [=========== ] 876/4718 18% [=========== ] 877/4718 18% [=========== ] 878/4718 18% [=========== ] 879/4718 18% [=========== ] 880/4718 18% [=========== ] 881/4718 18% [=========== ] 882/4718 18% [=========== ] 883/4718 18% [=========== ] 884/4718 18% [=========== ] 885/4718 18% [=========== ] 886/4718 18% [=========== ] 887/4718 18% [=========== ] 888/4718 18% [=========== ] 889/4718 18% [=========== ] 890/4718 18% [=========== ] 891/4718 18% [=========== ] 892/4718 18% [=========== ] 893/4718 18% [=========== ] 894/4718 18% [=========== ] 895/4718 18% [=========== ] 896/4718 18% [=========== ] 897/4718 19% [=========== ] 898/4718 19% [=========== ] 899/4718 19% [=========== ] 900/4718 19% [=========== ] 901/4718 19% [=========== ] 902/4718 19% [=========== ] 903/4718 19% [=========== ] 904/4718 19% [=========== ] 905/4718 19% [=========== ] 906/4718 19% [=========== ] 907/4718 19% [=========== ] 908/4718 19% [=========== ] 909/4718 19% [=========== ] 910/4718 19% [=========== ] 911/4718 19% [=========== ] 912/4718 19% [=========== ] 913/4718 19% [============ ] 914/4718 19% [============ ] 915/4718 19% [============ ] 916/4718 19% [============ ] 917/4718 19% [============ ] 918/4718 19% [============ ] 919/4718 19% [============ ] 920/4718 19% [============ ] 921/4718 19% [============ ] 922/4718 19% [============ ] 923/4718 19% [============ ] 924/4718 19% [============ ] 925/4718 19% [============ ] 926/4718 19% [============ ] 927/4718 19% [============ ] 928/4718 19% [============ ] 929/4718 19% [============ ] 930/4718 19% [============ ] 931/4718 19% [============ ] 932/4718 19% [============ ] 933/4718 19% [============ ] 934/4718 19% [============ ] 935/4718 19% [============ ] 936/4718 19% [============ ] 937/4718 19% [============ ] 938/4718 19% [============ ] 939/4718 19% [============ ] 940/4718 19% [============ ] 941/4718 19% [============ ] 942/4718 19% [============ ] 943/4718 19% [============ ] 944/4718 20% [============ ] 945/4718 20% [============ ] 946/4718 20% [============ ] 947/4718 20% [============ ] 948/4718 20% [============ ] 949/4718 20% [============ ] 950/4718 20% [============ ] 951/4718 20% [============ ] 952/4718 20% [============ ] 953/4718 20% [============ ] 954/4718 20% [============ ] 955/4718 20% [============ ] 956/4718 20% [============ ] 957/4718 20% [============ ] 958/4718 20% [============ ] 959/4718 20% [============ ] 960/4718 20% [============ ] 961/4718 20% [============ ] 962/4718 20% [============ ] 963/4718 20% [============ ] 964/4718 20% [============ ] 965/4718 20% [============ ] 966/4718 20% [============ ] 967/4718 20% [============ ] 968/4718 20% [============ ] 969/4718 20% [============ ] 970/4718 20% [============ ] 971/4718 20% [============ ] 972/4718 20% [============ ] 973/4718 20% [============ ] 974/4718 20% [============ ] 975/4718 20% [============ ] 976/4718 20% [============ ] 977/4718 20% [============ ] 978/4718 20% [============ ] 979/4718 20% [============ ] 980/4718 20% [============ ] 981/4718 20% [============ ] 982/4718 20% [============ ] 983/4718 20% [============ ] 984/4718 20% [============ ] 985/4718 20% [============ ] 986/4718 20% [============ ] 987/4718 20% [============ ] 988/4718 20% [============ ] 989/4718 20% [============= ] 990/4718 20% [============= ] 991/4718 21% [============= ] 992/4718 21% [============= ] 993/4718 21% [============= ] 994/4718 21% [============= ] 995/4718 21% [============= ] 996/4718 21% [============= ] 997/4718 21% [============= ] 998/4718 21% [============= ] 999/4718 21% [============= ] 1000/4718 21% [============= ] 1001/4718 21% [============= ] 1002/4718 21% [============= ] 1003/4718 21% [============= ] 1004/4718 21% [============= ] 1005/4718 21% [============= ] 1006/4718 21% [============= ] 1007/4718 21% [============= ] 1008/4718 21% [============= ] 1009/4718 21% [============= ] 1010/4718 21% [============= ] 1011/4718 21% [============= ] 1012/4718 21% [============= ] 1013/4718 21% [============= ] 1014/4718 21% [============= ] 1015/4718 21% [============= ] 1016/4718 21% [============= ] 1017/4718 21% [============= ] 1018/4718 21% [============= ] 1019/4718 21% [============= ] 1020/4718 21% [============= ] 1021/4718 21% [============= ] 1022/4718 21% [============= ] 1023/4718 21% [============= ] 1024/4718 21% [============= ] 1025/4718 21% [============= ] 1026/4718 21% [============= ] 1027/4718 21% [============= ] 1028/4718 21% [============= ] 1029/4718 21% [============= ] 1030/4718 21% [============= ] 1031/4718 21% [============= ] 1032/4718 21% [============= ] 1033/4718 21% [============= ] 1034/4718 21% [============= ] 1035/4718 21% [============= ] 1036/4718 21% [============= ] 1037/4718 21% [============= ] 1038/4718 22% [============= ] 1039/4718 22% [============= ] 1040/4718 22% [============= ] 1041/4718 22% [============= ] 1042/4718 22% [============= ] 1043/4718 22% [============= ] 1044/4718 22% [============= ] 1045/4718 22% [============= ] 1046/4718 22% [============= ] 1047/4718 22% [============= ] 1048/4718 22% [============= ] 1049/4718 22% [============= ] 1050/4718 22% [============= ] 1051/4718 22% [============= ] 1052/4718 22% [============= ] 1053/4718 22% [============= ] 1054/4718 22% [============= ] 1055/4718 22% [============= ] 1056/4718 22% [============= ] 1057/4718 22% [============= ] 1058/4718 22% [============= ] 1059/4718 22% [============= ] 1060/4718 22% [============= ] 1061/4718 22% [============= ] 1062/4718 22% [============= ] 1063/4718 22% [============= ] 1064/4718 22% [============= ] 1065/4718 22% [============== ] 1066/4718 22% [============== ] 1067/4718 22% [============== ] 1068/4718 22% [============== ] 1069/4718 22% [============== ] 1070/4718 22% [============== ] 1071/4718 22% [============== ] 1072/4718 22% [============== ] 1073/4718 22% [============== ] 1074/4718 22% [============== ] 1075/4718 22% [============== ] 1076/4718 22% [============== ] 1077/4718 22% [============== ] 1078/4718 22% [============== ] 1079/4718 22% [============== ] 1080/4718 22% [============== ] 1081/4718 22% [============== ] 1082/4718 22% [============== ] 1083/4718 22% [============== ] 1084/4718 22% [============== ] 1085/4718 22% [============== ] 1086/4718 23% [============== ] 1087/4718 23% [============== ] 1088/4718 23% [============== ] 1089/4718 23% [============== ] 1090/4718 23% [============== ] 1091/4718 23% [============== ] 1092/4718 23% [============== ] 1093/4718 23% [============== ] 1094/4718 23% [============== ] 1095/4718 23% [============== ] 1096/4718 23% [============== ] 1097/4718 23% [============== ] 1098/4718 23% [============== ] 1099/4718 23% [============== ] 1100/4718 23% [============== ] 1101/4718 23% [============== ] 1102/4718 23% [============== ] 1103/4718 23% [============== ] 1104/4718 23% [============== ] 1105/4718 23% [============== ] 1106/4718 23% [============== ] 1107/4718 23% [============== ] 1108/4718 23% [============== ] 1109/4718 23% [============== ] 1110/4718 23% [============== ] 1111/4718 23% [============== ] 1112/4718 23% [============== ] 1113/4718 23% [============== ] 1114/4718 23% [============== ] 1115/4718 23% [============== ] 1116/4718 23% [============== ] 1117/4718 23% [============== ] 1118/4718 23% [============== ] 1119/4718 23% [============== ] 1120/4718 23% [============== ] 1121/4718 23% [============== ] 1122/4718 23% [============== ] 1123/4718 23% [============== ] 1124/4718 23% [============== ] 1125/4718 23% [============== ] 1126/4718 23% [============== ] 1127/4718 23% [============== ] 1128/4718 23% [============== ] 1129/4718 23% [============== ] 1130/4718 23% [============== ] 1131/4718 23% [============== ] 1132/4718 23% [============== ] 1133/4718 24% [============== ] 1134/4718 24% [============== ] 1135/4718 24% [============== ] 1136/4718 24% [============== ] 1137/4718 24% [============== ] 1138/4718 24% [============== ] 1139/4718 24% [============== ] 1140/4718 24% [============== ] 1141/4718 24% [=============== ] 1142/4718 24% [=============== ] 1143/4718 24% [=============== ] 1144/4718 24% [=============== ] 1145/4718 24% [=============== ] 1146/4718 24% [=============== ] 1147/4718 24% [=============== ] 1148/4718 24% [=============== ] 1149/4718 24% [=============== ] 1150/4718 24% [=============== ] 1151/4718 24% [=============== ] 1152/4718 24% [=============== ] 1153/4718 24% [=============== ] 1154/4718 24% [=============== ] 1155/4718 24% [=============== ] 1156/4718 24% [=============== ] 1157/4718 24% [=============== ] 1158/4718 24% [=============== ] 1159/4718 24% [=============== ] 1160/4718 24% [=============== ] 1161/4718 24% [=============== ] 1162/4718 24% [=============== ] 1163/4718 24% [=============== ] 1164/4718 24% [=============== ] 1165/4718 24% [=============== ] 1166/4718 24% [=============== ] 1167/4718 24% [=============== ] 1168/4718 24% [=============== ] 1169/4718 24% [=============== ] 1170/4718 24% [=============== ] 1171/4718 24% [=============== ] 1172/4718 24% [=============== ] 1173/4718 24% [=============== ] 1174/4718 24% [=============== ] 1175/4718 24% [=============== ] 1176/4718 24% [=============== ] 1177/4718 24% [=============== ] 1178/4718 24% [=============== ] 1179/4718 24% [=============== ] 1180/4718 25% [=============== ] 1181/4718 25% [=============== ] 1182/4718 25% [=============== ] 1183/4718 25% [=============== ] 1184/4718 25% [=============== ] 1185/4718 25% [=============== ] 1186/4718 25% [=============== ] 1187/4718 25% [=============== ] 1188/4718 25% [=============== ] 1189/4718 25% [=============== ] 1190/4718 25% [=============== ] 1191/4718 25% [=============== ] 1192/4718 25% [=============== ] 1193/4718 25% [=============== ] 1194/4718 25% [=============== ] 1195/4718 25% [=============== ] 1196/4718 25% [=============== ] 1197/4718 25% [=============== ] 1198/4718 25% [=============== ] 1199/4718 25% [=============== ] 1200/4718 25% [=============== ] 1201/4718 25% [=============== ] 1202/4718 25% [=============== ] 1203/4718 25% [=============== ] 1204/4718 25% [=============== ] 1205/4718 25% [=============== ] 1206/4718 25% [=============== ] 1207/4718 25% [=============== ] 1208/4718 25% [=============== ] 1209/4718 25% [=============== ] 1210/4718 25% [=============== ] 1211/4718 25% [=============== ] 1212/4718 25% [=============== ] 1213/4718 25% [=============== ] 1214/4718 25% [=============== ] 1215/4718 25% [=============== ] 1216/4718 25% [=============== ] 1217/4718 25% [================ ] 1218/4718 25% [================ ] 1219/4718 25% [================ ] 1220/4718 25% [================ ] 1221/4718 25% [================ ] 1222/4718 25% [================ ] 1223/4718 25% [================ ] 1224/4718 25% [================ ] 1225/4718 25% [================ ] 1226/4718 25% [================ ] 1227/4718 26% [================ ] 1228/4718 26% [================ ] 1229/4718 26% [================ ] 1230/4718 26% [================ ] 1231/4718 26% [================ ] 1232/4718 26% [================ ] 1233/4718 26% [================ ] 1234/4718 26% [================ ] 1235/4718 26% [================ ] 1236/4718 26% [================ ] 1237/4718 26% [================ ] 1238/4718 26% [================ ] 1239/4718 26% [================ ] 1240/4718 26% [================ ] 1241/4718 26% [================ ] 1242/4718 26% [================ ] 1243/4718 26% [================ ] 1244/4718 26% [================ ] 1245/4718 26% [================ ] 1246/4718 26% [================ ] 1247/4718 26% [================ ] 1248/4718 26% [================ ] 1249/4718 26% [================ ] 1250/4718 26% [================ ] 1251/4718 26% [================ ] 1252/4718 26% [================ ] 1253/4718 26% [================ ] 1254/4718 26% [================ ] 1255/4718 26% [================ ] 1256/4718 26% [================ ] 1257/4718 26% [================ ] 1258/4718 26% [================ ] 1259/4718 26% [================ ] 1260/4718 26% [================ ] 1261/4718 26% [================ ] 1262/4718 26% [================ ] 1263/4718 26% [================ ] 1264/4718 26% [================ ] 1265/4718 26% [================ ] 1266/4718 26% [================ ] 1267/4718 26% [================ ] 1268/4718 26% [================ ] 1269/4718 26% [================ ] 1270/4718 26% [================ ] 1271/4718 26% [================ ] 1272/4718 26% [================ ] 1273/4718 26% [================ ] 1274/4718 27% [================ ] 1275/4718 27% [================ ] 1276/4718 27% [================ ] 1277/4718 27% [================ ] 1278/4718 27% [================ ] 1279/4718 27% [================ ] 1280/4718 27% [================ ] 1281/4718 27% [================ ] 1282/4718 27% [================ ] 1283/4718 27% [================ ] 1284/4718 27% [================ ] 1285/4718 27% [================ ] 1286/4718 27% [================ ] 1287/4718 27% [================ ] 1288/4718 27% [================ ] 1289/4718 27% [================ ] 1290/4718 27% [================ ] 1291/4718 27% [================ ] 1292/4718 27% [================ ] 1293/4718 27% [================= ] 1294/4718 27% [================= ] 1295/4718 27% [================= ] 1296/4718 27% [================= ] 1297/4718 27% [================= ] 1298/4718 27% [================= ] 1299/4718 27% [================= ] 1300/4718 27% [================= ] 1301/4718 27% [================= ] 1302/4718 27% [================= ] 1303/4718 27% [================= ] 1304/4718 27% [================= ] 1305/4718 27% [================= ] 1306/4718 27% [================= ] 1307/4718 27% [================= ] 1308/4718 27% [================= ] 1309/4718 27% [================= ] 1310/4718 27% [================= ] 1311/4718 27% [================= ] 1312/4718 27% [================= ] 1313/4718 27% [================= ] 1314/4718 27% [================= ] 1315/4718 27% [================= ] 1316/4718 27% [================= ] 1317/4718 27% [================= ] 1318/4718 27% [================= ] 1319/4718 27% [================= ] 1320/4718 27% [================= ] 1321/4718 27% [================= ] 1322/4718 28% [================= ] 1323/4718 28% [================= ] 1324/4718 28% [================= ] 1325/4718 28% [================= ] 1326/4718 28% [================= ] 1327/4718 28% [================= ] 1328/4718 28% [================= ] 1329/4718 28% [================= ] 1330/4718 28% [================= ] 1331/4718 28% [================= ] 1332/4718 28% [================= ] 1333/4718 28% [================= ] 1334/4718 28% [================= ] 1335/4718 28% [================= ] 1336/4718 28% [================= ] 1337/4718 28% [================= ] 1338/4718 28% [================= ] 1339/4718 28% [================= ] 1340/4718 28% [================= ] 1341/4718 28% [================= ] 1342/4718 28% [================= ] 1343/4718 28% [================= ] 1344/4718 28% [================= ] 1345/4718 28% [================= ] 1346/4718 28% [================= ] 1347/4718 28% [================= ] 1348/4718 28% [================= ] 1349/4718 28% [================= ] 1350/4718 28% [================= ] 1351/4718 28% [================= ] 1352/4718 28% [================= ] 1353/4718 28% [================= ] 1354/4718 28% [================= ] 1355/4718 28% [================= ] 1356/4718 28% [================= ] 1357/4718 28% [================= ] 1358/4718 28% [================= ] 1359/4718 28% [================= ] 1360/4718 28% [================= ] 1361/4718 28% [================= ] 1362/4718 28% [================= ] 1363/4718 28% [================= ] 1364/4718 28% [================= ] 1365/4718 28% [================= ] 1366/4718 28% [================= ] 1367/4718 28% [================= ] 1368/4718 28% [================= ] 1369/4718 29% [================== ] 1370/4718 29% [================== ] 1371/4718 29% [================== ] 1372/4718 29% [================== ] 1373/4718 29% [================== ] 1374/4718 29% [================== ] 1375/4718 29% [================== ] 1376/4718 29% [================== ] 1377/4718 29% [================== ] 1378/4718 29% [================== ] 1379/4718 29% [================== ] 1380/4718 29% [================== ] 1381/4718 29% [================== ] 1382/4718 29% [================== ] 1383/4718 29% [================== ] 1384/4718 29% [================== ] 1385/4718 29% [================== ] 1386/4718 29% [================== ] 1387/4718 29% [================== ] 1388/4718 29% [================== ] 1389/4718 29% [================== ] 1390/4718 29% [================== ] 1391/4718 29% [================== ] 1392/4718 29% [================== ] 1393/4718 29% [================== ] 1394/4718 29% [================== ] 1395/4718 29% [================== ] 1396/4718 29% [================== ] 1397/4718 29% [================== ] 1398/4718 29% [================== ] 1399/4718 29% [================== ] 1400/4718 29% [================== ] 1401/4718 29% [================== ] 1402/4718 29% [================== ] 1403/4718 29% [================== ] 1404/4718 29% [================== ] 1405/4718 29% [================== ] 1406/4718 29% [================== ] 1407/4718 29% [================== ] 1408/4718 29% [================== ] 1409/4718 29% [================== ] 1410/4718 29% [================== ] 1411/4718 29% [================== ] 1412/4718 29% [================== ] 1413/4718 29% [================== ] 1414/4718 29% [================== ] 1415/4718 29% [================== ] 1416/4718 30% [================== ] 1417/4718 30% [================== ] 1418/4718 30% [================== ] 1419/4718 30% [================== ] 1420/4718 30% [================== ] 1421/4718 30% [================== ] 1422/4718 30% [================== ] 1423/4718 30% [================== ] 1424/4718 30% [================== ] 1425/4718 30% [================== ] 1426/4718 30% [================== ] 1427/4718 30% [================== ] 1428/4718 30% [================== ] 1429/4718 30% [================== ] 1430/4718 30% [================== ] 1431/4718 30% [================== ] 1432/4718 30% [================== ] 1433/4718 30% [================== ] 1434/4718 30% [================== ] 1435/4718 30% [================== ] 1436/4718 30% [================== ] 1437/4718 30% [================== ] 1438/4718 30% [================== ] 1439/4718 30% [================== ] 1440/4718 30% [================== ] 1441/4718 30% [================== ] 1442/4718 30% [================== ] 1443/4718 30% [================== ] 1444/4718 30% [================== ] 1445/4718 30% [=================== ] 1446/4718 30% [=================== ] 1447/4718 30% [=================== ] 1448/4718 30% [=================== ] 1449/4718 30% [=================== ] 1450/4718 30% [=================== ] 1451/4718 30% [=================== ] 1452/4718 30% [=================== ] 1453/4718 30% [=================== ] 1454/4718 30% [=================== ] 1455/4718 30% [=================== ] 1456/4718 30% [=================== ] 1457/4718 30% [=================== ] 1458/4718 30% [=================== ] 1459/4718 30% [=================== ] 1460/4718 30% [=================== ] 1461/4718 30% [=================== ] 1462/4718 30% [=================== ] 1463/4718 31% [=================== ] 1464/4718 31% [=================== ] 1465/4718 31% [=================== ] 1466/4718 31% [=================== ] 1467/4718 31% [=================== ] 1468/4718 31% [=================== ] 1469/4718 31% [=================== ] 1470/4718 31% [=================== ] 1471/4718 31% [=================== ] 1472/4718 31% [=================== ] 1473/4718 31% [=================== ] 1474/4718 31% [=================== ] 1475/4718 31% [=================== ] 1476/4718 31% [=================== ] 1477/4718 31% [=================== ] 1478/4718 31% [=================== ] 1479/4718 31% [=================== ] 1480/4718 31% [=================== ] 1481/4718 31% [=================== ] 1482/4718 31% [=================== ] 1483/4718 31% [=================== ] 1484/4718 31% [=================== ] 1485/4718 31% [=================== ] 1486/4718 31% [=================== ] 1487/4718 31% [=================== ] 1488/4718 31% [=================== ] 1489/4718 31% [=================== ] 1490/4718 31% [=================== ] 1491/4718 31% [=================== ] 1492/4718 31% [=================== ] 1493/4718 31% [=================== ] 1494/4718 31% [=================== ] 1495/4718 31% [=================== ] 1496/4718 31% [=================== ] 1497/4718 31% [=================== ] 1498/4718 31% [=================== ] 1499/4718 31% [=================== ] 1500/4718 31% [=================== ] 1501/4718 31% [=================== ] 1502/4718 31% [=================== ] 1503/4718 31% [=================== ] 1504/4718 31% [=================== ] 1505/4718 31% [=================== ] 1506/4718 31% [=================== ] 1507/4718 31% [=================== ] 1508/4718 31% [=================== ] 1509/4718 31% [=================== ] 1510/4718 32% [=================== ] 1511/4718 32% [=================== ] 1512/4718 32% [=================== ] 1513/4718 32% [=================== ] 1514/4718 32% [=================== ] 1515/4718 32% [=================== ] 1516/4718 32% [=================== ] 1517/4718 32% [=================== ] 1518/4718 32% [=================== ] 1519/4718 32% [=================== ] 1520/4718 32% [=================== ] 1521/4718 32% [==================== ] 1522/4718 32% [==================== ] 1523/4718 32% [==================== ] 1524/4718 32% [==================== ] 1525/4718 32% [==================== ] 1526/4718 32% [==================== ] 1527/4718 32% [==================== ] 1528/4718 32% [==================== ] 1529/4718 32% [==================== ] 1530/4718 32% [==================== ] 1531/4718 32% [==================== ] 1532/4718 32% [==================== ] 1533/4718 32% [==================== ] 1534/4718 32% [==================== ] 1535/4718 32% [==================== ] 1536/4718 32% [==================== ] 1537/4718 32% [==================== ] 1538/4718 32% [==================== ] 1539/4718 32% [==================== ] 1540/4718 32% [==================== ] 1541/4718 32% [==================== ] 1542/4718 32% [==================== ] 1543/4718 32% [==================== ] 1544/4718 32% [==================== ] 1545/4718 32% [==================== ] 1546/4718 32% [==================== ] 1547/4718 32% [==================== ] 1548/4718 32% [==================== ] 1549/4718 32% [==================== ] 1550/4718 32% [==================== ] 1551/4718 32% [==================== ] 1552/4718 32% [==================== ] 1553/4718 32% [==================== ] 1554/4718 32% [==================== ] 1555/4718 32% [==================== ] 1556/4718 32% [==================== ] 1557/4718 33% [==================== ] 1558/4718 33% [==================== ] 1559/4718 33% [==================== ] 1560/4718 33% [==================== ] 1561/4718 33% [==================== ] 1562/4718 33% [==================== ] 1563/4718 33% [==================== ] 1564/4718 33% [==================== ] 1565/4718 33% [==================== ] 1566/4718 33% [==================== ] 1567/4718 33% [==================== ] 1568/4718 33% [==================== ] 1569/4718 33% [==================== ] 1570/4718 33% [==================== ] 1571/4718 33% [==================== ] 1572/4718 33% [==================== ] 1573/4718 33% [==================== ] 1574/4718 33% [==================== ] 1575/4718 33% [==================== ] 1576/4718 33% [==================== ] 1577/4718 33% [==================== ] 1578/4718 33% [==================== ] 1579/4718 33% [==================== ] 1580/4718 33% [==================== ] 1581/4718 33% [==================== ] 1582/4718 33% [==================== ] 1583/4718 33% [==================== ] 1584/4718 33% [==================== ] 1585/4718 33% [==================== ] 1586/4718 33% [==================== ] 1587/4718 33% [==================== ] 1588/4718 33% [==================== ] 1589/4718 33% [==================== ] 1590/4718 33% [==================== ] 1591/4718 33% [==================== ] 1592/4718 33% [==================== ] 1593/4718 33% [==================== ] 1594/4718 33% [==================== ] 1595/4718 33% [==================== ] 1596/4718 33% [==================== ] 1597/4718 33% [==================== ] 1598/4718 33% [===================== ] 1599/4718 33% [===================== ] 1600/4718 33% [===================== ] 1601/4718 33% [===================== ] 1602/4718 33% [===================== ] 1603/4718 33% [===================== ] 1604/4718 33% [===================== ] 1605/4718 34% [===================== ] 1606/4718 34% [===================== ] 1607/4718 34% [===================== ] 1608/4718 34% [===================== ] 1609/4718 34% [===================== ] 1610/4718 34% [===================== ] 1611/4718 34% [===================== ] 1612/4718 34% [===================== ] 1613/4718 34% [===================== ] 1614/4718 34% [===================== ] 1615/4718 34% [===================== ] 1616/4718 34% [===================== ] 1617/4718 34% [===================== ] 1618/4718 34% [===================== ] 1619/4718 34% [===================== ] 1620/4718 34% [===================== ] 1621/4718 34% [===================== ] 1622/4718 34% [===================== ] 1623/4718 34% [===================== ] 1624/4718 34% [===================== ] 1625/4718 34% [===================== ] 1626/4718 34% [===================== ] 1627/4718 34% [===================== ] 1628/4718 34% [===================== ] 1629/4718 34% [===================== ] 1630/4718 34% [===================== ] 1631/4718 34% [===================== ] 1632/4718 34% [===================== ] 1633/4718 34% [===================== ] 1634/4718 34% [===================== ] 1635/4718 34% [===================== ] 1636/4718 34% [===================== ] 1637/4718 34% [===================== ] 1638/4718 34% [===================== ] 1639/4718 34% [===================== ] 1640/4718 34% [===================== ] 1641/4718 34% [===================== ] 1642/4718 34% [===================== ] 1643/4718 34% [===================== ] 1644/4718 34% [===================== ] 1645/4718 34% [===================== ] 1646/4718 34% [===================== ] 1647/4718 34% [===================== ] 1648/4718 34% [===================== ] 1649/4718 34% [===================== ] 1650/4718 34% [===================== ] 1651/4718 34% [===================== ] 1652/4718 35% [===================== ] 1653/4718 35% [===================== ] 1654/4718 35% [===================== ] 1655/4718 35% [===================== ] 1656/4718 35% [===================== ] 1657/4718 35% [===================== ] 1658/4718 35% [===================== ] 1659/4718 35% [===================== ] 1660/4718 35% [===================== ] 1661/4718 35% [===================== ] 1662/4718 35% [===================== ] 1663/4718 35% [===================== ] 1664/4718 35% [===================== ] 1665/4718 35% [===================== ] 1666/4718 35% [===================== ] 1667/4718 35% [===================== ] 1668/4718 35% [===================== ] 1669/4718 35% [===================== ] 1670/4718 35% [===================== ] 1671/4718 35% [===================== ] 1672/4718 35% [===================== ] 1673/4718 35% [===================== ] 1674/4718 35% [====================== ] 1675/4718 35% [====================== ] 1676/4718 35% [====================== ] 1677/4718 35% [====================== ] 1678/4718 35% [====================== ] 1679/4718 35% [====================== ] 1680/4718 35% [====================== ] 1681/4718 35% [====================== ] 1682/4718 35% [====================== ] 1683/4718 35% [====================== ] 1684/4718 35% [====================== ] 1685/4718 35% [====================== ] 1686/4718 35% [====================== ] 1687/4718 35% [====================== ] 1688/4718 35% [====================== ] 1689/4718 35% [====================== ] 1690/4718 35% [====================== ] 1691/4718 35% [====================== ] 1692/4718 35% [====================== ] 1693/4718 35% [====================== ] 1694/4718 35% [====================== ] 1695/4718 35% [====================== ] 1696/4718 35% [====================== ] 1697/4718 35% [====================== ] 1698/4718 35% [====================== ] 1699/4718 36% [====================== ] 1700/4718 36% [====================== ] 1701/4718 36% [====================== ] 1702/4718 36% [====================== ] 1703/4718 36% [====================== ] 1704/4718 36% [====================== ] 1705/4718 36% [====================== ] 1706/4718 36% [====================== ] 1707/4718 36% [====================== ] 1708/4718 36% [====================== ] 1709/4718 36% [====================== ] 1710/4718 36% [====================== ] 1711/4718 36% [====================== ] 1712/4718 36% [====================== ] 1713/4718 36% [====================== ] 1714/4718 36% [====================== ] 1715/4718 36% [====================== ] 1716/4718 36% [====================== ] 1717/4718 36% [====================== ] 1718/4718 36% [====================== ] 1719/4718 36% [====================== ] 1720/4718 36% [====================== ] 1721/4718 36% [====================== ] 1722/4718 36% [====================== ] 1723/4718 36% [====================== ] 1724/4718 36% [====================== ] 1725/4718 36% [====================== ] 1726/4718 36% [====================== ] 1727/4718 36% [====================== ] 1728/4718 36% [====================== ] 1729/4718 36% [====================== ] 1730/4718 36% [====================== ] 1731/4718 36% [====================== ] 1732/4718 36% [====================== ] 1733/4718 36% [====================== ] 1734/4718 36% [====================== ] 1735/4718 36% [====================== ] 1736/4718 36% [====================== ] 1737/4718 36% [====================== ] 1738/4718 36% [====================== ] 1739/4718 36% [====================== ] 1740/4718 36% [====================== ] 1741/4718 36% [====================== ] 1742/4718 36% [====================== ] 1743/4718 36% [====================== ] 1744/4718 36% [====================== ] 1745/4718 36% [====================== ] 1746/4718 37% [====================== ] 1747/4718 37% [====================== ] 1748/4718 37% [====================== ] 1749/4718 37% [====================== ] 1750/4718 37% [======================= ] 1751/4718 37% [======================= ] 1752/4718 37% [======================= ] 1753/4718 37% [======================= ] 1754/4718 37% [======================= ] 1755/4718 37% [======================= ] 1756/4718 37% [======================= ] 1757/4718 37% [======================= ] 1758/4718 37% [======================= ] 1759/4718 37% [======================= ] 1760/4718 37% [======================= ] 1761/4718 37% [======================= ] 1762/4718 37% [======================= ] 1763/4718 37% [======================= ] 1764/4718 37% [======================= ] 1765/4718 37% [======================= ] 1766/4718 37% [======================= ] 1767/4718 37% [======================= ] 1768/4718 37% [======================= ] 1769/4718 37% [======================= ] 1770/4718 37% [======================= ] 1771/4718 37% [======================= ] 1772/4718 37% [======================= ] 1773/4718 37% [======================= ] 1774/4718 37% [======================= ] 1775/4718 37% [======================= ] 1776/4718 37% [======================= ] 1777/4718 37% [======================= ] 1778/4718 37% [======================= ] 1779/4718 37% [======================= ] 1780/4718 37% [======================= ] 1781/4718 37% [======================= ] 1782/4718 37% [======================= ] 1783/4718 37% [======================= ] 1784/4718 37% [======================= ] 1785/4718 37% [======================= ] 1786/4718 37% [======================= ] 1787/4718 37% [======================= ] 1788/4718 37% [======================= ] 1789/4718 37% [======================= ] 1790/4718 37% [======================= ] 1791/4718 37% [======================= ] 1792/4718 37% [======================= ] 1793/4718 38% [======================= ] 1794/4718 38% [======================= ] 1795/4718 38% [======================= ] 1796/4718 38% [======================= ] 1797/4718 38% [======================= ] 1798/4718 38% [======================= ] 1799/4718 38% [======================= ] 1800/4718 38% [======================= ] 1801/4718 38% [======================= ] 1802/4718 38% [======================= ] 1803/4718 38% [======================= ] 1804/4718 38% [======================= ] 1805/4718 38% [======================= ] 1806/4718 38% [======================= ] 1807/4718 38% [======================= ] 1808/4718 38% [======================= ] 1809/4718 38% [======================= ] 1810/4718 38% [======================= ] 1811/4718 38% [======================= ] 1812/4718 38% [======================= ] 1813/4718 38% [======================= ] 1814/4718 38% [======================= ] 1815/4718 38% [======================= ] 1816/4718 38% [======================= ] 1817/4718 38% [======================= ] 1818/4718 38% [======================= ] 1819/4718 38% [======================= ] 1820/4718 38% [======================= ] 1821/4718 38% [======================= ] 1822/4718 38% [======================= ] 1823/4718 38% [======================= ] 1824/4718 38% [======================= ] 1825/4718 38% [======================= ] 1826/4718 38% [======================== ] 1827/4718 38% [======================== ] 1828/4718 38% [======================== ] 1829/4718 38% [======================== ] 1830/4718 38% [======================== ] 1831/4718 38% [======================== ] 1832/4718 38% [======================== ] 1833/4718 38% [======================== ] 1834/4718 38% [======================== ] 1835/4718 38% [======================== ] 1836/4718 38% [======================== ] 1837/4718 38% [======================== ] 1838/4718 38% [======================== ] 1839/4718 38% [======================== ] 1840/4718 38% [======================== ] 1841/4718 39% [======================== ] 1842/4718 39% [======================== ] 1843/4718 39% [======================== ] 1844/4718 39% [======================== ] 1845/4718 39% [======================== ] 1846/4718 39% [======================== ] 1847/4718 39% [======================== ] 1848/4718 39% [======================== ] 1849/4718 39% [======================== ] 1850/4718 39% [======================== ] 1851/4718 39% [======================== ] 1852/4718 39% [======================== ] 1853/4718 39% [======================== ] 1854/4718 39% [======================== ] 1855/4718 39% [======================== ] 1856/4718 39% [======================== ] 1857/4718 39% [======================== ] 1858/4718 39% [======================== ] 1859/4718 39% [======================== ] 1860/4718 39% [======================== ] 1861/4718 39% [======================== ] 1862/4718 39% [======================== ] 1863/4718 39% [======================== ] 1864/4718 39% [======================== ] 1865/4718 39% [======================== ] 1866/4718 39% [======================== ] 1867/4718 39% [======================== ] 1868/4718 39% [======================== ] 1869/4718 39% [======================== ] 1870/4718 39% [======================== ] 1871/4718 39% [======================== ] 1872/4718 39% [======================== ] 1873/4718 39% [======================== ] 1874/4718 39% [======================== ] 1875/4718 39% [======================== ] 1876/4718 39% [======================== ] 1877/4718 39% [======================== ] 1878/4718 39% [======================== ] 1879/4718 39% [======================== ] 1880/4718 39% [======================== ] 1881/4718 39% [======================== ] 1882/4718 39% [======================== ] 1883/4718 39% [======================== ] 1884/4718 39% [======================== ] 1885/4718 39% [======================== ] 1886/4718 39% [======================== ] 1887/4718 39% [======================== ] 1888/4718 40% [======================== ] 1889/4718 40% [======================== ] 1890/4718 40% [======================== ] 1891/4718 40% [======================== ] 1892/4718 40% [======================== ] 1893/4718 40% [======================== ] 1894/4718 40% [======================== ] 1895/4718 40% [======================== ] 1896/4718 40% [======================== ] 1897/4718 40% [======================== ] 1898/4718 40% [======================== ] 1899/4718 40% [======================== ] 1900/4718 40% [======================== ] 1901/4718 40% [======================== ] 1902/4718 40% [========================= ] 1903/4718 40% [========================= ] 1904/4718 40% [========================= ] 1905/4718 40% [========================= ] 1906/4718 40% [========================= ] 1907/4718 40% [========================= ] 1908/4718 40% [========================= ] 1909/4718 40% [========================= ] 1910/4718 40% [========================= ] 1911/4718 40% [========================= ] 1912/4718 40% [========================= ] 1913/4718 40% [========================= ] 1914/4718 40% [========================= ] 1915/4718 40% [========================= ] 1916/4718 40% [========================= ] 1917/4718 40% [========================= ] 1918/4718 40% [========================= ] 1919/4718 40% [========================= ] 1920/4718 40% [========================= ] 1921/4718 40% [========================= ] 1922/4718 40% [========================= ] 1923/4718 40% [========================= ] 1924/4718 40% [========================= ] 1925/4718 40% [========================= ] 1926/4718 40% [========================= ] 1927/4718 40% [========================= ] 1928/4718 40% [========================= ] 1929/4718 40% [========================= ] 1930/4718 40% [========================= ] 1931/4718 40% [========================= ] 1932/4718 40% [========================= ] 1933/4718 40% [========================= ] 1934/4718 40% [========================= ] 1935/4718 41% [========================= ] 1936/4718 41% [========================= ] 1937/4718 41% [========================= ] 1938/4718 41% [========================= ] 1939/4718 41% [========================= ] 1940/4718 41% [========================= ] 1941/4718 41% [========================= ] 1942/4718 41% [========================= ] 1943/4718 41% [========================= ] 1944/4718 41% [========================= ] 1945/4718 41% [========================= ] 1946/4718 41% [========================= ] 1947/4718 41% [========================= ] 1948/4718 41% [========================= ] 1949/4718 41% [========================= ] 1950/4718 41% [========================= ] 1951/4718 41% [========================= ] 1952/4718 41% [========================= ] 1953/4718 41% [========================= ] 1954/4718 41% [========================= ] 1955/4718 41% [========================= ] 1956/4718 41% [========================= ] 1957/4718 41% [========================= ] 1958/4718 41% [========================= ] 1959/4718 41% [========================= ] 1960/4718 41% [========================= ] 1961/4718 41% [========================= ] 1962/4718 41% [========================= ] 1963/4718 41% [========================= ] 1964/4718 41% [========================= ] 1965/4718 41% [========================= ] 1966/4718 41% [========================= ] 1967/4718 41% [========================= ] 1968/4718 41% [========================= ] 1969/4718 41% [========================= ] 1970/4718 41% [========================= ] 1971/4718 41% [========================= ] 1972/4718 41% [========================= ] 1973/4718 41% [========================= ] 1974/4718 41% [========================= ] 1975/4718 41% [========================= ] 1976/4718 41% [========================= ] 1977/4718 41% [========================= ] 1978/4718 41% [========================== ] 1979/4718 41% [========================== ] 1980/4718 41% [========================== ] 1981/4718 41% [========================== ] 1982/4718 42% [========================== ] 1983/4718 42% [========================== ] 1984/4718 42% [========================== ] 1985/4718 42% [========================== ] 1986/4718 42% [========================== ] 1987/4718 42% [========================== ] 1988/4718 42% [========================== ] 1989/4718 42% [========================== ] 1990/4718 42% [========================== ] 1991/4718 42% [========================== ] 1992/4718 42% [========================== ] 1993/4718 42% [========================== ] 1994/4718 42% [========================== ] 1995/4718 42% [========================== ] 1996/4718 42% [========================== ] 1997/4718 42% [========================== ] 1998/4718 42% [========================== ] 1999/4718 42% [========================== ] 2000/4718 42% [========================== ] 2001/4718 42% [========================== ] 2002/4718 42% [========================== ] 2003/4718 42% [========================== ] 2004/4718 42% [========================== ] 2005/4718 42% [========================== ] 2006/4718 42% [========================== ] 2007/4718 42% [========================== ] 2008/4718 42% [========================== ] 2009/4718 42% [========================== ] 2010/4718 42% [========================== ] 2011/4718 42% [========================== ] 2012/4718 42% [========================== ] 2013/4718 42% [========================== ] 2014/4718 42% [========================== ] 2015/4718 42% [========================== ] 2016/4718 42% [========================== ] 2017/4718 42% [========================== ] 2018/4718 42% [========================== ] 2019/4718 42% [========================== ] 2020/4718 42% [========================== ] 2021/4718 42% [========================== ] 2022/4718 42% [========================== ] 2023/4718 42% [========================== ] 2024/4718 42% [========================== ] 2025/4718 42% [========================== ] 2026/4718 42% [========================== ] 2027/4718 42% [========================== ] 2028/4718 42% [========================== ] 2029/4718 43% [========================== ] 2030/4718 43% [========================== ] 2031/4718 43% [========================== ] 2032/4718 43% [========================== ] 2033/4718 43% [========================== ] 2034/4718 43% [========================== ] 2035/4718 43% [========================== ] 2036/4718 43% [========================== ] 2037/4718 43% [========================== ] 2038/4718 43% [========================== ] 2039/4718 43% [========================== ] 2040/4718 43% [========================== ] 2041/4718 43% [========================== ] 2042/4718 43% [========================== ] 2043/4718 43% [========================== ] 2044/4718 43% [========================== ] 2045/4718 43% [========================== ] 2046/4718 43% [========================== ] 2047/4718 43% [========================== ] 2048/4718 43% [========================== ] 2049/4718 43% [========================== ] 2050/4718 43% [========================== ] 2051/4718 43% [========================== ] 2052/4718 43% [========================== ] 2053/4718 43% [========================== ] 2054/4718 43% [=========================== ] 2055/4718 43% [=========================== ] 2056/4718 43% [=========================== ] 2057/4718 43% [=========================== ] 2058/4718 43% [=========================== ] 2059/4718 43% [=========================== ] 2060/4718 43% [=========================== ] 2061/4718 43% [=========================== ] 2062/4718 43% [=========================== ] 2063/4718 43% [=========================== ] 2064/4718 43% [=========================== ] 2065/4718 43% [=========================== ] 2066/4718 43% [=========================== ] 2067/4718 43% [=========================== ] 2068/4718 43% [=========================== ] 2069/4718 43% [=========================== ] 2070/4718 43% [=========================== ] 2071/4718 43% [=========================== ] 2072/4718 43% [=========================== ] 2073/4718 43% [=========================== ] 2074/4718 43% [=========================== ] 2075/4718 43% [=========================== ] 2076/4718 44% [=========================== ] 2077/4718 44% [=========================== ] 2078/4718 44% [=========================== ] 2079/4718 44% [=========================== ] 2080/4718 44% [=========================== ] 2081/4718 44% [=========================== ] 2082/4718 44% [=========================== ] 2083/4718 44% [=========================== ] 2084/4718 44% [=========================== ] 2085/4718 44% [=========================== ] 2086/4718 44% [=========================== ] 2087/4718 44% [=========================== ] 2088/4718 44% [=========================== ] 2089/4718 44% [=========================== ] 2090/4718 44% [=========================== ] 2091/4718 44% [=========================== ] 2092/4718 44% [=========================== ] 2093/4718 44% [=========================== ] 2094/4718 44% [=========================== ] 2095/4718 44% [=========================== ] 2096/4718 44% [=========================== ] 2097/4718 44% [=========================== ] 2098/4718 44% [=========================== ] 2099/4718 44% [=========================== ] 2100/4718 44% [=========================== ] 2101/4718 44% [=========================== ] 2102/4718 44% [=========================== ] 2103/4718 44% [=========================== ] 2104/4718 44% [=========================== ] 2105/4718 44% [=========================== ] 2106/4718 44% [=========================== ] 2107/4718 44% [=========================== ] 2108/4718 44% [=========================== ] 2109/4718 44% [=========================== ] 2110/4718 44% [=========================== ] 2111/4718 44% [=========================== ] 2112/4718 44% [=========================== ] 2113/4718 44% [=========================== ] 2114/4718 44% [=========================== ] 2115/4718 44% [=========================== ] 2116/4718 44% [=========================== ] 2117/4718 44% [=========================== ] 2118/4718 44% [=========================== ] 2119/4718 44% [=========================== ] 2120/4718 44% [=========================== ] 2121/4718 44% [=========================== ] 2122/4718 44% [=========================== ] 2123/4718 44% [=========================== ] 2124/4718 45% [=========================== ] 2125/4718 45% [=========================== ] 2126/4718 45% [=========================== ] 2127/4718 45% [=========================== ] 2128/4718 45% [=========================== ] 2129/4718 45% [=========================== ] 2130/4718 45% [============================ ] 2131/4718 45% [============================ ] 2132/4718 45% [============================ ] 2133/4718 45% [============================ ] 2134/4718 45% [============================ ] 2135/4718 45% [============================ ] 2136/4718 45% [============================ ] 2137/4718 45% [============================ ] 2138/4718 45% [============================ ] 2139/4718 45% [============================ ] 2140/4718 45% [============================ ] 2141/4718 45% [============================ ] 2142/4718 45% [============================ ] 2143/4718 45% [============================ ] 2144/4718 45% [============================ ] 2145/4718 45% [============================ ] 2146/4718 45% [============================ ] 2147/4718 45% [============================ ] 2148/4718 45% [============================ ] 2149/4718 45% [============================ ] 2150/4718 45% [============================ ] 2151/4718 45% [============================ ] 2152/4718 45% [============================ ] 2153/4718 45% [============================ ] 2154/4718 45% [============================ ] 2155/4718 45% [============================ ] 2156/4718 45% [============================ ] 2157/4718 45% [============================ ] 2158/4718 45% [============================ ] 2159/4718 45% [============================ ] 2160/4718 45% [============================ ] 2161/4718 45% [============================ ] 2162/4718 45% [============================ ] 2163/4718 45% [============================ ] 2164/4718 45% [============================ ] 2165/4718 45% [============================ ] 2166/4718 45% [============================ ] 2167/4718 45% [============================ ] 2168/4718 45% [============================ ] 2169/4718 45% [============================ ] 2170/4718 45% [============================ ] 2171/4718 46% [============================ ] 2172/4718 46% [============================ ] 2173/4718 46% [============================ ] 2174/4718 46% [============================ ] 2175/4718 46% [============================ ] 2176/4718 46% [============================ ] 2177/4718 46% [============================ ] 2178/4718 46% [============================ ] 2179/4718 46% [============================ ] 2180/4718 46% [============================ ] 2181/4718 46% [============================ ] 2182/4718 46% [============================ ] 2183/4718 46% [============================ ] 2184/4718 46% [============================ ] 2185/4718 46% [============================ ] 2186/4718 46% [============================ ] 2187/4718 46% [============================ ] 2188/4718 46% [============================ ] 2189/4718 46% [============================ ] 2190/4718 46% [============================ ] 2191/4718 46% [============================ ] 2192/4718 46% [============================ ] 2193/4718 46% [============================ ] 2194/4718 46% [============================ ] 2195/4718 46% [============================ ] 2196/4718 46% [============================ ] 2197/4718 46% [============================ ] 2198/4718 46% [============================ ] 2199/4718 46% [============================ ] 2200/4718 46% [============================ ] 2201/4718 46% [============================ ] 2202/4718 46% [============================ ] 2203/4718 46% [============================ ] 2204/4718 46% [============================ ] 2205/4718 46% [============================ ] 2206/4718 46% [============================= ] 2207/4718 46% [============================= ] 2208/4718 46% [============================= ] 2209/4718 46% [============================= ] 2210/4718 46% [============================= ] 2211/4718 46% [============================= ] 2212/4718 46% [============================= ] 2213/4718 46% [============================= ] 2214/4718 46% [============================= ] 2215/4718 46% [============================= ] 2216/4718 46% [============================= ] 2217/4718 46% [============================= ] 2218/4718 47% [============================= ] 2219/4718 47% [============================= ] 2220/4718 47% [============================= ] 2221/4718 47% [============================= ] 2222/4718 47% [============================= ] 2223/4718 47% [============================= ] 2224/4718 47% [============================= ] 2225/4718 47% [============================= ] 2226/4718 47% [============================= ] 2227/4718 47% [============================= ] 2228/4718 47% [============================= ] 2229/4718 47% [============================= ] 2230/4718 47% [============================= ] 2231/4718 47% [============================= ] 2232/4718 47% [============================= ] 2233/4718 47% [============================= ] 2234/4718 47% [============================= ] 2235/4718 47% [============================= ] 2236/4718 47% [============================= ] 2237/4718 47% [============================= ] 2238/4718 47% [============================= ] 2239/4718 47% [============================= ] 2240/4718 47% [============================= ] 2241/4718 47% [============================= ] 2242/4718 47% [============================= ] 2243/4718 47% [============================= ] 2244/4718 47% [============================= ] 2245/4718 47% [============================= ] 2246/4718 47% [============================= ] 2247/4718 47% [============================= ] 2248/4718 47% [============================= ] 2249/4718 47% [============================= ] 2250/4718 47% [============================= ] 2251/4718 47% [============================= ] 2252/4718 47% [============================= ] 2253/4718 47% [============================= ] 2254/4718 47% [============================= ] 2255/4718 47% [============================= ] 2256/4718 47% [============================= ] 2257/4718 47% [============================= ] 2258/4718 47% [============================= ] 2259/4718 47% [============================= ] 2260/4718 47% [============================= ] 2261/4718 47% [============================= ] 2262/4718 47% [============================= ] 2263/4718 47% [============================= ] 2264/4718 47% [============================= ] 2265/4718 48% [============================= ] 2266/4718 48% [============================= ] 2267/4718 48% [============================= ] 2268/4718 48% [============================= ] 2269/4718 48% [============================= ] 2270/4718 48% [============================= ] 2271/4718 48% [============================= ] 2272/4718 48% [============================= ] 2273/4718 48% [============================= ] 2274/4718 48% [============================= ] 2275/4718 48% [============================= ] 2276/4718 48% [============================= ] 2277/4718 48% [============================= ] 2278/4718 48% [============================= ] 2279/4718 48% [============================= ] 2280/4718 48% [============================= ] 2281/4718 48% [============================= ] 2282/4718 48% [============================== ] 2283/4718 48% [============================== ] 2284/4718 48% [============================== ] 2285/4718 48% [============================== ] 2286/4718 48% [============================== ] 2287/4718 48% [============================== ] 2288/4718 48% [============================== ] 2289/4718 48% [============================== ] 2290/4718 48% [============================== ] 2291/4718 48% [============================== ] 2292/4718 48% [============================== ] 2293/4718 48% [============================== ] 2294/4718 48% [============================== ] 2295/4718 48% [============================== ] 2296/4718 48% [============================== ] 2297/4718 48% [============================== ] 2298/4718 48% [============================== ] 2299/4718 48% [============================== ] 2300/4718 48% [============================== ] 2301/4718 48% [============================== ] 2302/4718 48% [============================== ] 2303/4718 48% [============================== ] 2304/4718 48% [============================== ] 2305/4718 48% [============================== ] 2306/4718 48% [============================== ] 2307/4718 48% [============================== ] 2308/4718 48% [============================== ] 2309/4718 48% [============================== ] 2310/4718 48% [============================== ] 2311/4718 48% [============================== ] 2312/4718 49% [============================== ] 2313/4718 49% [============================== ] 2314/4718 49% [============================== ] 2315/4718 49% [============================== ] 2316/4718 49% [============================== ] 2317/4718 49% [============================== ] 2318/4718 49% [============================== ] 2319/4718 49% [============================== ] 2320/4718 49% [============================== ] 2321/4718 49% [============================== ] 2322/4718 49% [============================== ] 2323/4718 49% [============================== ] 2324/4718 49% [============================== ] 2325/4718 49% [============================== ] 2326/4718 49% [============================== ] 2327/4718 49% [============================== ] 2328/4718 49% [============================== ] 2329/4718 49% [============================== ] 2330/4718 49% [============================== ] 2331/4718 49% [============================== ] 2332/4718 49% [============================== ] 2333/4718 49% [============================== ] 2334/4718 49% [============================== ] 2335/4718 49% [============================== ] 2336/4718 49% [============================== ] 2337/4718 49% [============================== ] 2338/4718 49% [============================== ] 2339/4718 49% [============================== ] 2340/4718 49% [============================== ] 2341/4718 49% [============================== ] 2342/4718 49% [============================== ] 2343/4718 49% [============================== ] 2344/4718 49% [============================== ] 2345/4718 49% [============================== ] 2346/4718 49% [============================== ] 2347/4718 49% [============================== ] 2348/4718 49% [============================== ] 2349/4718 49% [============================== ] 2350/4718 49% [============================== ] 2351/4718 49% [============================== ] 2352/4718 49% [============================== ] 2353/4718 49% [============================== ] 2354/4718 49% [============================== ] 2355/4718 49% [============================== ] 2356/4718 49% [============================== ] 2357/4718 49% [============================== ] 2358/4718 49% [=============================== ] 2359/4718 50% [=============================== ] 2360/4718 50% [=============================== ] 2361/4718 50% [=============================== ] 2362/4718 50% [=============================== ] 2363/4718 50% [=============================== ] 2364/4718 50% [=============================== ] 2365/4718 50% [=============================== ] 2366/4718 50% [=============================== ] 2367/4718 50% [=============================== ] 2368/4718 50% [=============================== ] 2369/4718 50% [=============================== ] 2370/4718 50% [=============================== ] 2371/4718 50% [=============================== ] 2372/4718 50% [=============================== ] 2373/4718 50% [=============================== ] 2374/4718 50% [=============================== ] 2375/4718 50% [=============================== ] 2376/4718 50% [=============================== ] 2377/4718 50% [=============================== ] 2378/4718 50% [=============================== ] 2379/4718 50% [=============================== ] 2380/4718 50% [=============================== ] 2381/4718 50% [=============================== ] 2382/4718 50% [=============================== ] 2383/4718 50% [=============================== ] 2384/4718 50% [=============================== ] 2385/4718 50% [=============================== ] 2386/4718 50% [=============================== ] 2387/4718 50% [=============================== ] 2388/4718 50% [=============================== ] 2389/4718 50% [=============================== ] 2390/4718 50% [=============================== ] 2391/4718 50% [=============================== ] 2392/4718 50% [=============================== ] 2393/4718 50% [=============================== ] 2394/4718 50% [=============================== ] 2395/4718 50% [=============================== ] 2396/4718 50% [=============================== ] 2397/4718 50% [=============================== ] 2398/4718 50% [=============================== ] 2399/4718 50% [=============================== ] 2400/4718 50% [=============================== ] 2401/4718 50% [=============================== ] 2402/4718 50% [=============================== ] 2403/4718 50% [=============================== ] 2404/4718 50% [=============================== ] 2405/4718 50% [=============================== ] 2406/4718 50% [=============================== ] 2407/4718 51% [=============================== ] 2408/4718 51% [=============================== ] 2409/4718 51% [=============================== ] 2410/4718 51% [=============================== ] 2411/4718 51% [=============================== ] 2412/4718 51% [=============================== ] 2413/4718 51% [=============================== ] 2414/4718 51% [=============================== ] 2415/4718 51% [=============================== ] 2416/4718 51% [=============================== ] 2417/4718 51% [=============================== ] 2418/4718 51% [=============================== ] 2419/4718 51% [=============================== ] 2420/4718 51% [=============================== ] 2421/4718 51% [=============================== ] 2422/4718 51% [=============================== ] 2423/4718 51% [=============================== ] 2424/4718 51% [=============================== ] 2425/4718 51% [=============================== ] 2426/4718 51% [=============================== ] 2427/4718 51% [=============================== ] 2428/4718 51% [=============================== ] 2429/4718 51% [=============================== ] 2430/4718 51% [=============================== ] 2431/4718 51% [=============================== ] 2432/4718 51% [=============================== ] 2433/4718 51% [=============================== ] 2434/4718 51% [=============================== ] 2435/4718 51% [================================ ] 2436/4718 51% [================================ ] 2437/4718 51% [================================ ] 2438/4718 51% [================================ ] 2439/4718 51% [================================ ] 2440/4718 51% [================================ ] 2441/4718 51% [================================ ] 2442/4718 51% [================================ ] 2443/4718 51% [================================ ] 2444/4718 51% [================================ ] 2445/4718 51% [================================ ] 2446/4718 51% [================================ ] 2447/4718 51% [================================ ] 2448/4718 51% [================================ ] 2449/4718 51% [================================ ] 2450/4718 51% [================================ ] 2451/4718 51% [================================ ] 2452/4718 51% [================================ ] 2453/4718 51% [================================ ] 2454/4718 52% [================================ ] 2455/4718 52% [================================ ] 2456/4718 52% [================================ ] 2457/4718 52% [================================ ] 2458/4718 52% [================================ ] 2459/4718 52% [================================ ] 2460/4718 52% [================================ ] 2461/4718 52% [================================ ] 2462/4718 52% [================================ ] 2463/4718 52% [================================ ] 2464/4718 52% [================================ ] 2465/4718 52% [================================ ] 2466/4718 52% [================================ ] 2467/4718 52% [================================ ] 2468/4718 52% [================================ ] 2469/4718 52% [================================ ] 2470/4718 52% [================================ ] 2471/4718 52% [================================ ] 2472/4718 52% [================================ ] 2473/4718 52% [================================ ] 2474/4718 52% [================================ ] 2475/4718 52% [================================ ] 2476/4718 52% [================================ ] 2477/4718 52% [================================ ] 2478/4718 52% [================================ ] 2479/4718 52% [================================ ] 2480/4718 52% [================================ ] 2481/4718 52% [================================ ] 2482/4718 52% [================================ ] 2483/4718 52% [================================ ] 2484/4718 52% [================================ ] 2485/4718 52% [================================ ] 2486/4718 52% [================================ ] 2487/4718 52% [================================ ] 2488/4718 52% [================================ ] 2489/4718 52% [================================ ] 2490/4718 52% [================================ ] 2491/4718 52% [================================ ] 2492/4718 52% [================================ ] 2493/4718 52% [================================ ] 2494/4718 52% [================================ ] 2495/4718 52% [================================ ] 2496/4718 52% [================================ ] 2497/4718 52% [================================ ] 2498/4718 52% [================================ ] 2499/4718 52% [================================ ] 2500/4718 52% [================================ ] 2501/4718 53% [================================ ] 2502/4718 53% [================================ ] 2503/4718 53% [================================ ] 2504/4718 53% [================================ ] 2505/4718 53% [================================ ] 2506/4718 53% [================================ ] 2507/4718 53% [================================ ] 2508/4718 53% [================================ ] 2509/4718 53% [================================ ] 2510/4718 53% [================================ ] 2511/4718 53% [================================= ] 2512/4718 53% [================================= ] 2513/4718 53% [================================= ] 2514/4718 53% [================================= ] 2515/4718 53% [================================= ] 2516/4718 53% [================================= ] 2517/4718 53% [================================= ] 2518/4718 53% [================================= ] 2519/4718 53% [================================= ] 2520/4718 53% [================================= ] 2521/4718 53% [================================= ] 2522/4718 53% [================================= ] 2523/4718 53% [================================= ] 2524/4718 53% [================================= ] 2525/4718 53% [================================= ] 2526/4718 53% [================================= ] 2527/4718 53% [================================= ] 2528/4718 53% [================================= ] 2529/4718 53% [================================= ] 2530/4718 53% [================================= ] 2531/4718 53% [================================= ] 2532/4718 53% [================================= ] 2533/4718 53% [================================= ] 2534/4718 53% [================================= ] 2535/4718 53% [================================= ] 2536/4718 53% [================================= ] 2537/4718 53% [================================= ] 2538/4718 53% [================================= ] 2539/4718 53% [================================= ] 2540/4718 53% [================================= ] 2541/4718 53% [================================= ] 2542/4718 53% [================================= ] 2543/4718 53% [================================= ] 2544/4718 53% [================================= ] 2545/4718 53% [================================= ] 2546/4718 53% [================================= ] 2547/4718 53% [================================= ] 2548/4718 54% [================================= ] 2549/4718 54% [================================= ] 2550/4718 54% [================================= ] 2551/4718 54% [================================= ] 2552/4718 54% [================================= ] 2553/4718 54% [================================= ] 2554/4718 54% [================================= ] 2555/4718 54% [================================= ] 2556/4718 54% [================================= ] 2557/4718 54% [================================= ] 2558/4718 54% [================================= ] 2559/4718 54% [================================= ] 2560/4718 54% [================================= ] 2561/4718 54% [================================= ] 2562/4718 54% [================================= ] 2563/4718 54% [================================= ] 2564/4718 54% [================================= ] 2565/4718 54% [================================= ] 2566/4718 54% [================================= ] 2567/4718 54% [================================= ] 2568/4718 54% [================================= ] 2569/4718 54% [================================= ] 2570/4718 54% [================================= ] 2571/4718 54% [================================= ] 2572/4718 54% [================================= ] 2573/4718 54% [================================= ] 2574/4718 54% [================================= ] 2575/4718 54% [================================= ] 2576/4718 54% [================================= ] 2577/4718 54% [================================= ] 2578/4718 54% [================================= ] 2579/4718 54% [================================= ] 2580/4718 54% [================================= ] 2581/4718 54% [================================= ] 2582/4718 54% [================================= ] 2583/4718 54% [================================= ] 2584/4718 54% [================================= ] 2585/4718 54% [================================= ] 2586/4718 54% [================================= ] 2587/4718 54% [================================== ] 2588/4718 54% [================================== ] 2589/4718 54% [================================== ] 2590/4718 54% [================================== ] 2591/4718 54% [================================== ] 2592/4718 54% [================================== ] 2593/4718 54% [================================== ] 2594/4718 54% [================================== ] 2595/4718 55% [================================== ] 2596/4718 55% [================================== ] 2597/4718 55% [================================== ] 2598/4718 55% [================================== ] 2599/4718 55% [================================== ] 2600/4718 55% [================================== ] 2601/4718 55% [================================== ] 2602/4718 55% [================================== ] 2603/4718 55% [================================== ] 2604/4718 55% [================================== ] 2605/4718 55% [================================== ] 2606/4718 55% [================================== ] 2607/4718 55% [================================== ] 2608/4718 55% [================================== ] 2609/4718 55% [================================== ] 2610/4718 55% [================================== ] 2611/4718 55% [================================== ] 2612/4718 55% [================================== ] 2613/4718 55% [================================== ] 2614/4718 55% [================================== ] 2615/4718 55% [================================== ] 2616/4718 55% [================================== ] 2617/4718 55% [================================== ] 2618/4718 55% [================================== ] 2619/4718 55% [================================== ] 2620/4718 55% [================================== ] 2621/4718 55% [================================== ] 2622/4718 55% [================================== ] 2623/4718 55% [================================== ] 2624/4718 55% [================================== ] 2625/4718 55% [================================== ] 2626/4718 55% [================================== ] 2627/4718 55% [================================== ] 2628/4718 55% [================================== ] 2629/4718 55% [================================== ] 2630/4718 55% [================================== ] 2631/4718 55% [================================== ] 2632/4718 55% [================================== ] 2633/4718 55% [================================== ] 2634/4718 55% [================================== ] 2635/4718 55% [================================== ] 2636/4718 55% [================================== ] 2637/4718 55% [================================== ] 2638/4718 55% [================================== ] 2639/4718 55% [================================== ] 2640/4718 55% [================================== ] 2641/4718 55% [================================== ] 2642/4718 55% [================================== ] 2643/4718 56% [================================== ] 2644/4718 56% [================================== ] 2645/4718 56% [================================== ] 2646/4718 56% [================================== ] 2647/4718 56% [================================== ] 2648/4718 56% [================================== ] 2649/4718 56% [================================== ] 2650/4718 56% [================================== ] 2651/4718 56% [================================== ] 2652/4718 56% [================================== ] 2653/4718 56% [================================== ] 2654/4718 56% [================================== ] 2655/4718 56% [================================== ] 2656/4718 56% [================================== ] 2657/4718 56% [================================== ] 2658/4718 56% [================================== ] 2659/4718 56% [================================== ] 2660/4718 56% [================================== ] 2661/4718 56% [================================== ] 2662/4718 56% [================================== ] 2663/4718 56% [=================================== ] 2664/4718 56% [=================================== ] 2665/4718 56% [=================================== ] 2666/4718 56% [=================================== ] 2667/4718 56% [=================================== ] 2668/4718 56% [=================================== ] 2669/4718 56% [=================================== ] 2670/4718 56% [=================================== ] 2671/4718 56% [=================================== ] 2672/4718 56% [=================================== ] 2673/4718 56% [=================================== ] 2674/4718 56% [=================================== ] 2675/4718 56% [=================================== ] 2676/4718 56% [=================================== ] 2677/4718 56% [=================================== ] 2678/4718 56% [=================================== ] 2679/4718 56% [=================================== ] 2680/4718 56% [=================================== ] 2681/4718 56% [=================================== ] 2682/4718 56% [=================================== ] 2683/4718 56% [=================================== ] 2684/4718 56% [=================================== ] 2685/4718 56% [=================================== ] 2686/4718 56% [=================================== ] 2687/4718 56% [=================================== ] 2688/4718 56% [=================================== ] 2689/4718 56% [=================================== ] 2690/4718 57% [=================================== ] 2691/4718 57% [=================================== ] 2692/4718 57% [=================================== ] 2693/4718 57% [=================================== ] 2694/4718 57% [=================================== ] 2695/4718 57% [=================================== ] 2696/4718 57% [=================================== ] 2697/4718 57% [=================================== ] 2698/4718 57% [=================================== ] 2699/4718 57% [=================================== ] 2700/4718 57% [=================================== ] 2701/4718 57% [=================================== ] 2702/4718 57% [=================================== ] 2703/4718 57% [=================================== ] 2704/4718 57% [=================================== ] 2705/4718 57% [=================================== ] 2706/4718 57% [=================================== ] 2707/4718 57% [=================================== ] 2708/4718 57% [=================================== ] 2709/4718 57% [=================================== ] 2710/4718 57% [=================================== ] 2711/4718 57% [=================================== ] 2712/4718 57% [=================================== ] 2713/4718 57% [=================================== ] 2714/4718 57% [=================================== ] 2715/4718 57% [=================================== ] 2716/4718 57% [=================================== ] 2717/4718 57% [=================================== ] 2718/4718 57% [=================================== ] 2719/4718 57% [=================================== ] 2720/4718 57% [=================================== ] 2721/4718 57% [=================================== ] 2722/4718 57% [=================================== ] 2723/4718 57% [=================================== ] 2724/4718 57% [=================================== ] 2725/4718 57% [=================================== ] 2726/4718 57% [=================================== ] 2727/4718 57% [=================================== ] 2728/4718 57% [=================================== ] 2729/4718 57% [=================================== ] 2730/4718 57% [=================================== ] 2731/4718 57% [=================================== ] 2732/4718 57% [=================================== ] 2733/4718 57% [=================================== ] 2734/4718 57% [=================================== ] 2735/4718 57% [=================================== ] 2736/4718 57% [=================================== ] 2737/4718 58% [=================================== ] 2738/4718 58% [=================================== ] 2739/4718 58% [==================================== ] 2740/4718 58% [==================================== ] 2741/4718 58% [==================================== ] 2742/4718 58% [==================================== ] 2743/4718 58% [==================================== ] 2744/4718 58% [==================================== ] 2745/4718 58% [==================================== ] 2746/4718 58% [==================================== ] 2747/4718 58% [==================================== ] 2748/4718 58% [==================================== ] 2749/4718 58% [==================================== ] 2750/4718 58% [==================================== ] 2751/4718 58% [==================================== ] 2752/4718 58% [==================================== ] 2753/4718 58% [==================================== ] 2754/4718 58% [==================================== ] 2755/4718 58% [==================================== ] 2756/4718 58% [==================================== ] 2757/4718 58% [==================================== ] 2758/4718 58% [==================================== ] 2759/4718 58% [==================================== ] 2760/4718 58% [==================================== ] 2761/4718 58% [==================================== ] 2762/4718 58% [==================================== ] 2763/4718 58% [==================================== ] 2764/4718 58% [==================================== ] 2765/4718 58% [==================================== ] 2766/4718 58% [==================================== ] 2767/4718 58% [==================================== ] 2768/4718 58% [==================================== ] 2769/4718 58% [==================================== ] 2770/4718 58% [==================================== ] 2771/4718 58% [==================================== ] 2772/4718 58% [==================================== ] 2773/4718 58% [==================================== ] 2774/4718 58% [==================================== ] 2775/4718 58% [==================================== ] 2776/4718 58% [==================================== ] 2777/4718 58% [==================================== ] 2778/4718 58% [==================================== ] 2779/4718 58% [==================================== ] 2780/4718 58% [==================================== ] 2781/4718 58% [==================================== ] 2782/4718 58% [==================================== ] 2783/4718 58% [==================================== ] 2784/4718 59% [==================================== ] 2785/4718 59% [==================================== ] 2786/4718 59% [==================================== ] 2787/4718 59% [==================================== ] 2788/4718 59% [==================================== ] 2789/4718 59% [==================================== ] 2790/4718 59% [==================================== ] 2791/4718 59% [==================================== ] 2792/4718 59% [==================================== ] 2793/4718 59% [==================================== ] 2794/4718 59% [==================================== ] 2795/4718 59% [==================================== ] 2796/4718 59% [==================================== ] 2797/4718 59% [==================================== ] 2798/4718 59% [==================================== ] 2799/4718 59% [==================================== ] 2800/4718 59% [==================================== ] 2801/4718 59% [==================================== ] 2802/4718 59% [==================================== ] 2803/4718 59% [==================================== ] 2804/4718 59% [==================================== ] 2805/4718 59% [==================================== ] 2806/4718 59% [==================================== ] 2807/4718 59% [==================================== ] 2808/4718 59% [==================================== ] 2809/4718 59% [==================================== ] 2810/4718 59% [==================================== ] 2811/4718 59% [==================================== ] 2812/4718 59% [==================================== ] 2813/4718 59% [==================================== ] 2814/4718 59% [==================================== ] 2815/4718 59% [===================================== ] 2816/4718 59% [===================================== ] 2817/4718 59% [===================================== ] 2818/4718 59% [===================================== ] 2819/4718 59% [===================================== ] 2820/4718 59% [===================================== ] 2821/4718 59% [===================================== ] 2822/4718 59% [===================================== ] 2823/4718 59% [===================================== ] 2824/4718 59% [===================================== ] 2825/4718 59% [===================================== ] 2826/4718 59% [===================================== ] 2827/4718 59% [===================================== ] 2828/4718 59% [===================================== ] 2829/4718 59% [===================================== ] 2830/4718 59% [===================================== ] 2831/4718 60% [===================================== ] 2832/4718 60% [===================================== ] 2833/4718 60% [===================================== ] 2834/4718 60% [===================================== ] 2835/4718 60% [===================================== ] 2836/4718 60% [===================================== ] 2837/4718 60% [===================================== ] 2838/4718 60% [===================================== ] 2839/4718 60% [===================================== ] 2840/4718 60% [===================================== ] 2841/4718 60% [===================================== ] 2842/4718 60% [===================================== ] 2843/4718 60% [===================================== ] 2844/4718 60% [===================================== ] 2845/4718 60% [===================================== ] 2846/4718 60% [===================================== ] 2847/4718 60% [===================================== ] 2848/4718 60% [===================================== ] 2849/4718 60% [===================================== ] 2850/4718 60% [===================================== ] 2851/4718 60% [===================================== ] 2852/4718 60% [===================================== ] 2853/4718 60% [===================================== ] 2854/4718 60% [===================================== ] 2855/4718 60% [===================================== ] 2856/4718 60% [===================================== ] 2857/4718 60% [===================================== ] 2858/4718 60% [===================================== ] 2859/4718 60% [===================================== ] 2860/4718 60% [===================================== ] 2861/4718 60% [===================================== ] 2862/4718 60% [===================================== ] 2863/4718 60% [===================================== ] 2864/4718 60% [===================================== ] 2865/4718 60% [===================================== ] 2866/4718 60% [===================================== ] 2867/4718 60% [===================================== ] 2868/4718 60% [===================================== ] 2869/4718 60% [===================================== ] 2870/4718 60% [===================================== ] 2871/4718 60% [===================================== ] 2872/4718 60% [===================================== ] 2873/4718 60% [===================================== ] 2874/4718 60% [===================================== ] 2875/4718 60% [===================================== ] 2876/4718 60% [===================================== ] 2877/4718 60% [===================================== ] 2878/4718 61% [===================================== ] 2879/4718 61% [===================================== ] 2880/4718 61% [===================================== ] 2881/4718 61% [===================================== ] 2882/4718 61% [===================================== ] 2883/4718 61% [===================================== ] 2884/4718 61% [===================================== ] 2885/4718 61% [===================================== ] 2886/4718 61% [===================================== ] 2887/4718 61% [===================================== ] 2888/4718 61% [===================================== ] 2889/4718 61% [===================================== ] 2890/4718 61% [===================================== ] 2891/4718 61% [====================================== ] 2892/4718 61% [====================================== ] 2893/4718 61% [====================================== ] 2894/4718 61% [====================================== ] 2895/4718 61% [====================================== ] 2896/4718 61% [====================================== ] 2897/4718 61% [====================================== ] 2898/4718 61% [====================================== ] 2899/4718 61% [====================================== ] 2900/4718 61% [====================================== ] 2901/4718 61% [====================================== ] 2902/4718 61% [====================================== ] 2903/4718 61% [====================================== ] 2904/4718 61% [====================================== ] 2905/4718 61% [====================================== ] 2906/4718 61% [====================================== ] 2907/4718 61% [====================================== ] 2908/4718 61% [====================================== ] 2909/4718 61% [====================================== ] 2910/4718 61% [====================================== ] 2911/4718 61% [====================================== ] 2912/4718 61% [====================================== ] 2913/4718 61% [====================================== ] 2914/4718 61% [====================================== ] 2915/4718 61% [====================================== ] 2916/4718 61% [====================================== ] 2917/4718 61% [====================================== ] 2918/4718 61% [====================================== ] 2919/4718 61% [====================================== ] 2920/4718 61% [====================================== ] 2921/4718 61% [====================================== ] 2922/4718 61% [====================================== ] 2923/4718 61% [====================================== ] 2924/4718 61% [====================================== ] 2925/4718 61% [====================================== ] 2926/4718 62% [====================================== ] 2927/4718 62% [====================================== ] 2928/4718 62% [====================================== ] 2929/4718 62% [====================================== ] 2930/4718 62% [====================================== ] 2931/4718 62% [====================================== ] 2932/4718 62% [====================================== ] 2933/4718 62% [====================================== ] 2934/4718 62% [====================================== ] 2935/4718 62% [====================================== ] 2936/4718 62% [====================================== ] 2937/4718 62% [====================================== ] 2938/4718 62% [====================================== ] 2939/4718 62% [====================================== ] 2940/4718 62% [====================================== ] 2941/4718 62% [====================================== ] 2942/4718 62% [====================================== ] 2943/4718 62% [====================================== ] 2944/4718 62% [====================================== ] 2945/4718 62% [====================================== ] 2946/4718 62% [====================================== ] 2947/4718 62% [====================================== ] 2948/4718 62% [====================================== ] 2949/4718 62% [====================================== ] 2950/4718 62% [====================================== ] 2951/4718 62% [====================================== ] 2952/4718 62% [====================================== ] 2953/4718 62% [====================================== ] 2954/4718 62% [====================================== ] 2955/4718 62% [====================================== ] 2956/4718 62% [====================================== ] 2957/4718 62% [====================================== ] 2958/4718 62% [====================================== ] 2959/4718 62% [====================================== ] 2960/4718 62% [====================================== ] 2961/4718 62% [====================================== ] 2962/4718 62% [====================================== ] 2963/4718 62% [====================================== ] 2964/4718 62% [====================================== ] 2965/4718 62% [====================================== ] 2966/4718 62% [====================================== ] 2967/4718 62% [======================================= ] 2968/4718 62% [======================================= ] 2969/4718 62% [======================================= ] 2970/4718 62% [======================================= ] 2971/4718 62% [======================================= ] 2972/4718 62% [======================================= ] 2973/4718 63% [======================================= ] 2974/4718 63% [======================================= ] 2975/4718 63% [======================================= ] 2976/4718 63% [======================================= ] 2977/4718 63% [======================================= ] 2978/4718 63% [======================================= ] 2979/4718 63% [======================================= ] 2980/4718 63% [======================================= ] 2981/4718 63% [======================================= ] 2982/4718 63% [======================================= ] 2983/4718 63% [======================================= ] 2984/4718 63% [======================================= ] 2985/4718 63% [======================================= ] 2986/4718 63% [======================================= ] 2987/4718 63% [======================================= ] 2988/4718 63% [======================================= ] 2989/4718 63% [======================================= ] 2990/4718 63% [======================================= ] 2991/4718 63% [======================================= ] 2992/4718 63% [======================================= ] 2993/4718 63% [======================================= ] 2994/4718 63% [======================================= ] 2995/4718 63% [======================================= ] 2996/4718 63% [======================================= ] 2997/4718 63% [======================================= ] 2998/4718 63% [======================================= ] 2999/4718 63% [======================================= ] 3000/4718 63% [======================================= ] 3001/4718 63% [======================================= ] 3002/4718 63% [======================================= ] 3003/4718 63% [======================================= ] 3004/4718 63% [======================================= ] 3005/4718 63% [======================================= ] 3006/4718 63% [======================================= ] 3007/4718 63% [======================================= ] 3008/4718 63% [======================================= ] 3009/4718 63% [======================================= ] 3010/4718 63% [======================================= ] 3011/4718 63% [======================================= ] 3012/4718 63% [======================================= ] 3013/4718 63% [======================================= ] 3014/4718 63% [======================================= ] 3015/4718 63% [======================================= ] 3016/4718 63% [======================================= ] 3017/4718 63% [======================================= ] 3018/4718 63% [======================================= ] 3019/4718 63% [======================================= ] 3020/4718 64% [======================================= ] 3021/4718 64% [======================================= ] 3022/4718 64% [======================================= ] 3023/4718 64% [======================================= ] 3024/4718 64% [======================================= ] 3025/4718 64% [======================================= ] 3026/4718 64% [======================================= ] 3027/4718 64% [======================================= ] 3028/4718 64% [======================================= ] 3029/4718 64% [======================================= ] 3030/4718 64% [======================================= ] 3031/4718 64% [======================================= ] 3032/4718 64% [======================================= ] 3033/4718 64% [======================================= ] 3034/4718 64% [======================================= ] 3035/4718 64% [======================================= ] 3036/4718 64% [======================================= ] 3037/4718 64% [======================================= ] 3038/4718 64% [======================================= ] 3039/4718 64% [======================================= ] 3040/4718 64% [======================================= ] 3041/4718 64% [======================================= ] 3042/4718 64% [======================================= ] 3043/4718 64% [======================================== ] 3044/4718 64% [======================================== ] 3045/4718 64% [======================================== ] 3046/4718 64% [======================================== ] 3047/4718 64% [======================================== ] 3048/4718 64% [======================================== ] 3049/4718 64% [======================================== ] 3050/4718 64% [======================================== ] 3051/4718 64% [======================================== ] 3052/4718 64% [======================================== ] 3053/4718 64% [======================================== ] 3054/4718 64% [======================================== ] 3055/4718 64% [======================================== ] 3056/4718 64% [======================================== ] 3057/4718 64% [======================================== ] 3058/4718 64% [======================================== ] 3059/4718 64% [======================================== ] 3060/4718 64% [======================================== ] 3061/4718 64% [======================================== ] 3062/4718 64% [======================================== ] 3063/4718 64% [======================================== ] 3064/4718 64% [======================================== ] 3065/4718 64% [======================================== ] 3066/4718 64% [======================================== ] 3067/4718 65% [======================================== ] 3068/4718 65% [======================================== ] 3069/4718 65% [======================================== ] 3070/4718 65% [======================================== ] 3071/4718 65% [======================================== ] 3072/4718 65% [======================================== ] 3073/4718 65% [======================================== ] 3074/4718 65% [======================================== ] 3075/4718 65% [======================================== ] 3076/4718 65% [======================================== ] 3077/4718 65% [======================================== ] 3078/4718 65% [======================================== ] 3079/4718 65% [======================================== ] 3080/4718 65% [======================================== ] 3081/4718 65% [======================================== ] 3082/4718 65% [======================================== ] 3083/4718 65% [======================================== ] 3084/4718 65% [======================================== ] 3085/4718 65% [======================================== ] 3086/4718 65% [======================================== ] 3087/4718 65% [======================================== ] 3088/4718 65% [======================================== ] 3089/4718 65% [======================================== ] 3090/4718 65% [======================================== ] 3091/4718 65% [======================================== ] 3092/4718 65% [======================================== ] 3093/4718 65% [======================================== ] 3094/4718 65% [======================================== ] 3095/4718 65% [======================================== ] 3096/4718 65% [======================================== ] 3097/4718 65% [======================================== ] 3098/4718 65% [======================================== ] 3099/4718 65% [======================================== ] 3100/4718 65% [======================================== ] 3101/4718 65% [======================================== ] 3102/4718 65% [======================================== ] 3103/4718 65% [======================================== ] 3104/4718 65% [======================================== ] 3105/4718 65% [======================================== ] 3106/4718 65% [======================================== ] 3107/4718 65% [======================================== ] 3108/4718 65% [======================================== ] 3109/4718 65% [======================================== ] 3110/4718 65% [======================================== ] 3111/4718 65% [======================================== ] 3112/4718 65% [======================================== ] 3113/4718 65% [======================================== ] 3114/4718 66% [======================================== ] 3115/4718 66% [======================================== ] 3116/4718 66% [======================================== ] 3117/4718 66% [======================================== ] 3118/4718 66% [======================================== ] 3119/4718 66% [========================================= ] 3120/4718 66% [========================================= ] 3121/4718 66% [========================================= ] 3122/4718 66% [========================================= ] 3123/4718 66% [========================================= ] 3124/4718 66% [========================================= ] 3125/4718 66% [========================================= ] 3126/4718 66% [========================================= ] 3127/4718 66% [========================================= ] 3128/4718 66% [========================================= ] 3129/4718 66% [========================================= ] 3130/4718 66% [========================================= ] 3131/4718 66% [========================================= ] 3132/4718 66% [========================================= ] 3133/4718 66% [========================================= ] 3134/4718 66% [========================================= ] 3135/4718 66% [========================================= ] 3136/4718 66% [========================================= ] 3137/4718 66% [========================================= ] 3138/4718 66% [========================================= ] 3139/4718 66% [========================================= ] 3140/4718 66% [========================================= ] 3141/4718 66% [========================================= ] 3142/4718 66% [========================================= ] 3143/4718 66% [========================================= ] 3144/4718 66% [========================================= ] 3145/4718 66% [========================================= ] 3146/4718 66% [========================================= ] 3147/4718 66% [========================================= ] 3148/4718 66% [========================================= ] 3149/4718 66% [========================================= ] 3150/4718 66% [========================================= ] 3151/4718 66% [========================================= ] 3152/4718 66% [========================================= ] 3153/4718 66% [========================================= ] 3154/4718 66% [========================================= ] 3155/4718 66% [========================================= ] 3156/4718 66% [========================================= ] 3157/4718 66% [========================================= ] 3158/4718 66% [========================================= ] 3159/4718 66% [========================================= ] 3160/4718 66% [========================================= ] 3161/4718 66% [========================================= ] 3162/4718 67% [========================================= ] 3163/4718 67% [========================================= ] 3164/4718 67% [========================================= ] 3165/4718 67% [========================================= ] 3166/4718 67% [========================================= ] 3167/4718 67% [========================================= ] 3168/4718 67% [========================================= ] 3169/4718 67% [========================================= ] 3170/4718 67% [========================================= ] 3171/4718 67% [========================================= ] 3172/4718 67% [========================================= ] 3173/4718 67% [========================================= ] 3174/4718 67% [========================================= ] 3175/4718 67% [========================================= ] 3176/4718 67% [========================================= ] 3177/4718 67% [========================================= ] 3178/4718 67% [========================================= ] 3179/4718 67% [========================================= ] 3180/4718 67% [========================================= ] 3181/4718 67% [========================================= ] 3182/4718 67% [========================================= ] 3183/4718 67% [========================================= ] 3184/4718 67% [========================================= ] 3185/4718 67% [========================================= ] 3186/4718 67% [========================================= ] 3187/4718 67% [========================================= ] 3188/4718 67% [========================================= ] 3189/4718 67% [========================================= ] 3190/4718 67% [========================================= ] 3191/4718 67% [========================================= ] 3192/4718 67% [========================================= ] 3193/4718 67% [========================================= ] 3194/4718 67% [========================================= ] 3195/4718 67% [========================================= ] 3196/4718 67% [========================================== ] 3197/4718 67% [========================================== ] 3198/4718 67% [========================================== ] 3199/4718 67% [========================================== ] 3200/4718 67% [========================================== ] 3201/4718 67% [========================================== ] 3202/4718 67% [========================================== ] 3203/4718 67% [========================================== ] 3204/4718 67% [========================================== ] 3205/4718 67% [========================================== ] 3206/4718 67% [========================================== ] 3207/4718 67% [========================================== ] 3208/4718 67% [========================================== ] 3209/4718 68% [========================================== ] 3210/4718 68% [========================================== ] 3211/4718 68% [========================================== ] 3212/4718 68% [========================================== ] 3213/4718 68% [========================================== ] 3214/4718 68% [========================================== ] 3215/4718 68% [========================================== ] 3216/4718 68% [========================================== ] 3217/4718 68% [========================================== ] 3218/4718 68% [========================================== ] 3219/4718 68% [========================================== ] 3220/4718 68% [========================================== ] 3221/4718 68% [========================================== ] 3222/4718 68% [========================================== ] 3223/4718 68% [========================================== ] 3224/4718 68% [========================================== ] 3225/4718 68% [========================================== ] 3226/4718 68% [========================================== ] 3227/4718 68% [========================================== ] 3228/4718 68% [========================================== ] 3229/4718 68% [========================================== ] 3230/4718 68% [========================================== ] 3231/4718 68% [========================================== ] 3232/4718 68% [========================================== ] 3233/4718 68% [========================================== ] 3234/4718 68% [========================================== ] 3235/4718 68% [========================================== ] 3236/4718 68% [========================================== ] 3237/4718 68% [========================================== ] 3238/4718 68% [========================================== ] 3239/4718 68% [========================================== ] 3240/4718 68% [========================================== ] 3241/4718 68% [========================================== ] 3242/4718 68% [========================================== ] 3243/4718 68% [========================================== ] 3244/4718 68% [========================================== ] 3245/4718 68% [========================================== ] 3246/4718 68% [========================================== ] 3247/4718 68% [========================================== ] 3248/4718 68% [========================================== ] 3249/4718 68% [========================================== ] 3250/4718 68% [========================================== ] 3251/4718 68% [========================================== ] 3252/4718 68% [========================================== ] 3253/4718 68% [========================================== ] 3254/4718 68% [========================================== ] 3255/4718 68% [========================================== ] 3256/4718 69% [========================================== ] 3257/4718 69% [========================================== ] 3258/4718 69% [========================================== ] 3259/4718 69% [========================================== ] 3260/4718 69% [========================================== ] 3261/4718 69% [========================================== ] 3262/4718 69% [========================================== ] 3263/4718 69% [========================================== ] 3264/4718 69% [========================================== ] 3265/4718 69% [========================================== ] 3266/4718 69% [========================================== ] 3267/4718 69% [========================================== ] 3268/4718 69% [========================================== ] 3269/4718 69% [========================================== ] 3270/4718 69% [========================================== ] 3271/4718 69% [========================================== ] 3272/4718 69% [=========================================== ] 3273/4718 69% [=========================================== ] 3274/4718 69% [=========================================== ] 3275/4718 69% [=========================================== ] 3276/4718 69% [=========================================== ] 3277/4718 69% [=========================================== ] 3278/4718 69% [=========================================== ] 3279/4718 69% [=========================================== ] 3280/4718 69% [=========================================== ] 3281/4718 69% [=========================================== ] 3282/4718 69% [=========================================== ] 3283/4718 69% [=========================================== ] 3284/4718 69% [=========================================== ] 3285/4718 69% [=========================================== ] 3286/4718 69% [=========================================== ] 3287/4718 69% [=========================================== ] 3288/4718 69% [=========================================== ] 3289/4718 69% [=========================================== ] 3290/4718 69% [=========================================== ] 3291/4718 69% [=========================================== ] 3292/4718 69% [=========================================== ] 3293/4718 69% [=========================================== ] 3294/4718 69% [=========================================== ] 3295/4718 69% [=========================================== ] 3296/4718 69% [=========================================== ] 3297/4718 69% [=========================================== ] 3298/4718 69% [=========================================== ] 3299/4718 69% [=========================================== ] 3300/4718 69% [=========================================== ] 3301/4718 69% [=========================================== ] 3302/4718 69% [=========================================== ] 3303/4718 70% [=========================================== ] 3304/4718 70% [=========================================== ] 3305/4718 70% [=========================================== ] 3306/4718 70% [=========================================== ] 3307/4718 70% [=========================================== ] 3308/4718 70% [=========================================== ] 3309/4718 70% [=========================================== ] 3310/4718 70% [=========================================== ] 3311/4718 70% [=========================================== ] 3312/4718 70% [=========================================== ] 3313/4718 70% [=========================================== ] 3314/4718 70% [=========================================== ] 3315/4718 70% [=========================================== ] 3316/4718 70% [=========================================== ] 3317/4718 70% [=========================================== ] 3318/4718 70% [=========================================== ] 3319/4718 70% [=========================================== ] 3320/4718 70% [=========================================== ] 3321/4718 70% [=========================================== ] 3322/4718 70% [=========================================== ] 3323/4718 70% [=========================================== ] 3324/4718 70% [=========================================== ] 3325/4718 70% [=========================================== ] 3326/4718 70% [=========================================== ] 3327/4718 70% [=========================================== ] 3328/4718 70% [=========================================== ] 3329/4718 70% [=========================================== ] 3330/4718 70% [=========================================== ] 3331/4718 70% [=========================================== ] 3332/4718 70% [=========================================== ] 3333/4718 70% [=========================================== ] 3334/4718 70% [=========================================== ] 3335/4718 70% [=========================================== ] 3336/4718 70% [=========================================== ] 3337/4718 70% [=========================================== ] 3338/4718 70% [=========================================== ] 3339/4718 70% [=========================================== ] 3340/4718 70% [=========================================== ] 3341/4718 70% [=========================================== ] 3342/4718 70% [=========================================== ] 3343/4718 70% [=========================================== ] 3344/4718 70% [=========================================== ] 3345/4718 70% [=========================================== ] 3346/4718 70% [=========================================== ] 3347/4718 70% [=========================================== ] 3348/4718 70% [============================================ ] 3349/4718 70% [============================================ ] 3350/4718 71% [============================================ ] 3351/4718 71% [============================================ ] 3352/4718 71% [============================================ ] 3353/4718 71% [============================================ ] 3354/4718 71% [============================================ ] 3355/4718 71% [============================================ ] 3356/4718 71% [============================================ ] 3357/4718 71% [============================================ ] 3358/4718 71% [============================================ ] 3359/4718 71% [============================================ ] 3360/4718 71% [============================================ ] 3361/4718 71% [============================================ ] 3362/4718 71% [============================================ ] 3363/4718 71% [============================================ ] 3364/4718 71% [============================================ ] 3365/4718 71% [============================================ ] 3366/4718 71% [============================================ ] 3367/4718 71% [============================================ ] 3368/4718 71% [============================================ ] 3369/4718 71% [============================================ ] 3370/4718 71% [============================================ ] 3371/4718 71% [============================================ ] 3372/4718 71% [============================================ ] 3373/4718 71% [============================================ ] 3374/4718 71% [============================================ ] 3375/4718 71% [============================================ ] 3376/4718 71% [============================================ ] 3377/4718 71% [============================================ ] 3378/4718 71% [============================================ ] 3379/4718 71% [============================================ ] 3380/4718 71% [============================================ ] 3381/4718 71% [============================================ ] 3382/4718 71% [============================================ ] 3383/4718 71% [============================================ ] 3384/4718 71% [============================================ ] 3385/4718 71% [============================================ ] 3386/4718 71% [============================================ ] 3387/4718 71% [============================================ ] 3388/4718 71% [============================================ ] 3389/4718 71% [============================================ ] 3390/4718 71% [============================================ ] 3391/4718 71% [============================================ ] 3392/4718 71% [============================================ ] 3393/4718 71% [============================================ ] 3394/4718 71% [============================================ ] 3395/4718 71% [============================================ ] 3396/4718 71% [============================================ ] 3397/4718 72% [============================================ ] 3398/4718 72% [============================================ ] 3399/4718 72% [============================================ ] 3400/4718 72% [============================================ ] 3401/4718 72% [============================================ ] 3402/4718 72% [============================================ ] 3403/4718 72% [============================================ ] 3404/4718 72% [============================================ ] 3405/4718 72% [============================================ ] 3406/4718 72% [============================================ ] 3407/4718 72% [============================================ ] 3408/4718 72% [============================================ ] 3409/4718 72% [============================================ ] 3410/4718 72% [============================================ ] 3411/4718 72% [============================================ ] 3412/4718 72% [============================================ ] 3413/4718 72% [============================================ ] 3414/4718 72% [============================================ ] 3415/4718 72% [============================================ ] 3416/4718 72% [============================================ ] 3417/4718 72% [============================================ ] 3418/4718 72% [============================================ ] 3419/4718 72% [============================================ ] 3420/4718 72% [============================================ ] 3421/4718 72% [============================================ ] 3422/4718 72% [============================================ ] 3423/4718 72% [============================================ ] 3424/4718 72% [============================================= ] 3425/4718 72% [============================================= ] 3426/4718 72% [============================================= ] 3427/4718 72% [============================================= ] 3428/4718 72% [============================================= ] 3429/4718 72% [============================================= ] 3430/4718 72% [============================================= ] 3431/4718 72% [============================================= ] 3432/4718 72% [============================================= ] 3433/4718 72% [============================================= ] 3434/4718 72% [============================================= ] 3435/4718 72% [============================================= ] 3436/4718 72% [============================================= ] 3437/4718 72% [============================================= ] 3438/4718 72% [============================================= ] 3439/4718 72% [============================================= ] 3440/4718 72% [============================================= ] 3441/4718 72% [============================================= ] 3442/4718 72% [============================================= ] 3443/4718 72% [============================================= ] 3444/4718 72% [============================================= ] 3445/4718 73% [============================================= ] 3446/4718 73% [============================================= ] 3447/4718 73% [============================================= ] 3448/4718 73% [============================================= ] 3449/4718 73% [============================================= ] 3450/4718 73% [============================================= ] 3451/4718 73% [============================================= ] 3452/4718 73% [============================================= ] 3453/4718 73% [============================================= ] 3454/4718 73% [============================================= ] 3455/4718 73% [============================================= ] 3456/4718 73% [============================================= ] 3457/4718 73% [============================================= ] 3458/4718 73% [============================================= ] 3459/4718 73% [============================================= ] 3460/4718 73% [============================================= ] 3461/4718 73% [============================================= ] 3462/4718 73% [============================================= ] 3463/4718 73% [============================================= ] 3464/4718 73% [============================================= ] 3465/4718 73% [============================================= ] 3466/4718 73% [============================================= ] 3467/4718 73% [============================================= ] 3468/4718 73% [============================================= ] 3469/4718 73% [============================================= ] 3470/4718 73% [============================================= ] 3471/4718 73% [============================================= ] 3472/4718 73% [============================================= ] 3473/4718 73% [============================================= ] 3474/4718 73% [============================================= ] 3475/4718 73% [============================================= ] 3476/4718 73% [============================================= ] 3477/4718 73% [============================================= ] 3478/4718 73% [============================================= ] 3479/4718 73% [============================================= ] 3480/4718 73% [============================================= ] 3481/4718 73% [============================================= ] 3482/4718 73% [============================================= ] 3483/4718 73% [============================================= ] 3484/4718 73% [============================================= ] 3485/4718 73% [============================================= ] 3486/4718 73% [============================================= ] 3487/4718 73% [============================================= ] 3488/4718 73% [============================================= ] 3489/4718 73% [============================================= ] 3490/4718 73% [============================================= ] 3491/4718 73% [============================================= ] 3492/4718 74% [============================================= ] 3493/4718 74% [============================================= ] 3494/4718 74% [============================================= ] 3495/4718 74% [============================================= ] 3496/4718 74% [============================================= ] 3497/4718 74% [============================================= ] 3498/4718 74% [============================================= ] 3499/4718 74% [============================================= ] 3500/4718 74% [============================================== ] 3501/4718 74% [============================================== ] 3502/4718 74% [============================================== ] 3503/4718 74% [============================================== ] 3504/4718 74% [============================================== ] 3505/4718 74% [============================================== ] 3506/4718 74% [============================================== ] 3507/4718 74% [============================================== ] 3508/4718 74% [============================================== ] 3509/4718 74% [============================================== ] 3510/4718 74% [============================================== ] 3511/4718 74% [============================================== ] 3512/4718 74% [============================================== ] 3513/4718 74% [============================================== ] 3514/4718 74% [============================================== ] 3515/4718 74% [============================================== ] 3516/4718 74% [============================================== ] 3517/4718 74% [============================================== ] 3518/4718 74% [============================================== ] 3519/4718 74% [============================================== ] 3520/4718 74% [============================================== ] 3521/4718 74% [============================================== ] 3522/4718 74% [============================================== ] 3523/4718 74% [============================================== ] 3524/4718 74% [============================================== ] 3525/4718 74% [============================================== ] 3526/4718 74% [============================================== ] 3527/4718 74% [============================================== ] 3528/4718 74% [============================================== ] 3529/4718 74% [============================================== ] 3530/4718 74% [============================================== ] 3531/4718 74% [============================================== ] 3532/4718 74% [============================================== ] 3533/4718 74% [============================================== ] 3534/4718 74% [============================================== ] 3535/4718 74% [============================================== ] 3536/4718 74% [============================================== ] 3537/4718 74% [============================================== ] 3538/4718 74% [============================================== ] 3539/4718 75% [============================================== ] 3540/4718 75% [============================================== ] 3541/4718 75% [============================================== ] 3542/4718 75% [============================================== ] 3543/4718 75% [============================================== ] 3544/4718 75% [============================================== ] 3545/4718 75% [============================================== ] 3546/4718 75% [============================================== ] 3547/4718 75% [============================================== ] 3548/4718 75% [============================================== ] 3549/4718 75% [============================================== ] 3550/4718 75% [============================================== ] 3551/4718 75% [============================================== ] 3552/4718 75% [============================================== ] 3553/4718 75% [============================================== ] 3554/4718 75% [============================================== ] 3555/4718 75% [============================================== ] 3556/4718 75% [============================================== ] 3557/4718 75% [============================================== ] 3558/4718 75% [============================================== ] 3559/4718 75% [============================================== ] 3560/4718 75% [============================================== ] 3561/4718 75% [============================================== ] 3562/4718 75% [============================================== ] 3563/4718 75% [============================================== ] 3564/4718 75% [============================================== ] 3565/4718 75% [============================================== ] 3566/4718 75% [============================================== ] 3567/4718 75% [============================================== ] 3568/4718 75% [============================================== ] 3569/4718 75% [============================================== ] 3570/4718 75% [============================================== ] 3571/4718 75% [============================================== ] 3572/4718 75% [============================================== ] 3573/4718 75% [============================================== ] 3574/4718 75% [============================================== ] 3575/4718 75% [============================================== ] 3576/4718 75% [=============================================== ] 3577/4718 75% [=============================================== ] 3578/4718 75% [=============================================== ] 3579/4718 75% [=============================================== ] 3580/4718 75% [=============================================== ] 3581/4718 75% [=============================================== ] 3582/4718 75% [=============================================== ] 3583/4718 75% [=============================================== ] 3584/4718 75% [=============================================== ] 3585/4718 75% [=============================================== ] 3586/4718 76% [=============================================== ] 3587/4718 76% [=============================================== ] 3588/4718 76% [=============================================== ] 3589/4718 76% [=============================================== ] 3590/4718 76% [=============================================== ] 3591/4718 76% [=============================================== ] 3592/4718 76% [=============================================== ] 3593/4718 76% [=============================================== ] 3594/4718 76% [=============================================== ] 3595/4718 76% [=============================================== ] 3596/4718 76% [=============================================== ] 3597/4718 76% [=============================================== ] 3598/4718 76% [=============================================== ] 3599/4718 76% [=============================================== ] 3600/4718 76% [=============================================== ] 3601/4718 76% [=============================================== ] 3602/4718 76% [=============================================== ] 3603/4718 76% [=============================================== ] 3604/4718 76% [=============================================== ] 3605/4718 76% [=============================================== ] 3606/4718 76% [=============================================== ] 3607/4718 76% [=============================================== ] 3608/4718 76% [=============================================== ] 3609/4718 76% [=============================================== ] 3610/4718 76% [=============================================== ] 3611/4718 76% [=============================================== ] 3612/4718 76% [=============================================== ] 3613/4718 76% [=============================================== ] 3614/4718 76% [=============================================== ] 3615/4718 76% [=============================================== ] 3616/4718 76% [=============================================== ] 3617/4718 76% [=============================================== ] 3618/4718 76% [=============================================== ] 3619/4718 76% [=============================================== ] 3620/4718 76% [=============================================== ] 3621/4718 76% [=============================================== ] 3622/4718 76% [=============================================== ] 3623/4718 76% [=============================================== ] 3624/4718 76% [=============================================== ] 3625/4718 76% [=============================================== ] 3626/4718 76% [=============================================== ] 3627/4718 76% [=============================================== ] 3628/4718 76% [=============================================== ] 3629/4718 76% [=============================================== ] 3630/4718 76% [=============================================== ] 3631/4718 76% [=============================================== ] 3632/4718 76% [=============================================== ] 3633/4718 77% [=============================================== ] 3634/4718 77% [=============================================== ] 3635/4718 77% [=============================================== ] 3636/4718 77% [=============================================== ] 3637/4718 77% [=============================================== ] 3638/4718 77% [=============================================== ] 3639/4718 77% [=============================================== ] 3640/4718 77% [=============================================== ] 3641/4718 77% [=============================================== ] 3642/4718 77% [=============================================== ] 3643/4718 77% [=============================================== ] 3644/4718 77% [=============================================== ] 3645/4718 77% [=============================================== ] 3646/4718 77% [=============================================== ] 3647/4718 77% [=============================================== ] 3648/4718 77% [=============================================== ] 3649/4718 77% [=============================================== ] 3650/4718 77% [=============================================== ] 3651/4718 77% [=============================================== ] 3652/4718 77% [================================================ ] 3653/4718 77% [================================================ ] 3654/4718 77% [================================================ ] 3655/4718 77% [================================================ ] 3656/4718 77% [================================================ ] 3657/4718 77% [================================================ ] 3658/4718 77% [================================================ ] 3659/4718 77% [================================================ ] 3660/4718 77% [================================================ ] 3661/4718 77% [================================================ ] 3662/4718 77% [================================================ ] 3663/4718 77% [================================================ ] 3664/4718 77% [================================================ ] 3665/4718 77% [================================================ ] 3666/4718 77% [================================================ ] 3667/4718 77% [================================================ ] 3668/4718 77% [================================================ ] 3669/4718 77% [================================================ ] 3670/4718 77% [================================================ ] 3671/4718 77% [================================================ ] 3672/4718 77% [================================================ ] 3673/4718 77% [================================================ ] 3674/4718 77% [================================================ ] 3675/4718 77% [================================================ ] 3676/4718 77% [================================================ ] 3677/4718 77% [================================================ ] 3678/4718 77% [================================================ ] 3679/4718 77% [================================================ ] 3680/4718 77% [================================================ ] 3681/4718 78% [================================================ ] 3682/4718 78% [================================================ ] 3683/4718 78% [================================================ ] 3684/4718 78% [================================================ ] 3685/4718 78% [================================================ ] 3686/4718 78% [================================================ ] 3687/4718 78% [================================================ ] 3688/4718 78% [================================================ ] 3689/4718 78% [================================================ ] 3690/4718 78% [================================================ ] 3691/4718 78% [================================================ ] 3692/4718 78% [================================================ ] 3693/4718 78% [================================================ ] 3694/4718 78% [================================================ ] 3695/4718 78% [================================================ ] 3696/4718 78% [================================================ ] 3697/4718 78% [================================================ ] 3698/4718 78% [================================================ ] 3699/4718 78% [================================================ ] 3700/4718 78% [================================================ ] 3701/4718 78% [================================================ ] 3702/4718 78% [================================================ ] 3703/4718 78% [================================================ ] 3704/4718 78% [================================================ ] 3705/4718 78% [================================================ ] 3706/4718 78% [================================================ ] 3707/4718 78% [================================================ ] 3708/4718 78% [================================================ ] 3709/4718 78% [================================================ ] 3710/4718 78% [================================================ ] 3711/4718 78% [================================================ ] 3712/4718 78% [================================================ ] 3713/4718 78% [================================================ ] 3714/4718 78% [================================================ ] 3715/4718 78% [================================================ ] 3716/4718 78% [================================================ ] 3717/4718 78% [================================================ ] 3718/4718 78% [================================================ ] 3719/4718 78% [================================================ ] 3720/4718 78% [================================================ ] 3721/4718 78% [================================================ ] 3722/4718 78% [================================================ ] 3723/4718 78% [================================================ ] 3724/4718 78% [================================================ ] 3725/4718 78% [================================================ ] 3726/4718 78% [================================================ ] 3727/4718 78% [================================================ ] 3728/4718 79% [================================================= ] 3729/4718 79% [================================================= ] 3730/4718 79% [================================================= ] 3731/4718 79% [================================================= ] 3732/4718 79% [================================================= ] 3733/4718 79% [================================================= ] 3734/4718 79% [================================================= ] 3735/4718 79% [================================================= ] 3736/4718 79% [================================================= ] 3737/4718 79% [================================================= ] 3738/4718 79% [================================================= ] 3739/4718 79% [================================================= ] 3740/4718 79% [================================================= ] 3741/4718 79% [================================================= ] 3742/4718 79% [================================================= ] 3743/4718 79% [================================================= ] 3744/4718 79% [================================================= ] 3745/4718 79% [================================================= ] 3746/4718 79% [================================================= ] 3747/4718 79% [================================================= ] 3748/4718 79% [================================================= ] 3749/4718 79% [================================================= ] 3750/4718 79% [================================================= ] 3751/4718 79% [================================================= ] 3752/4718 79% [================================================= ] 3753/4718 79% [================================================= ] 3754/4718 79% [================================================= ] 3755/4718 79% [================================================= ] 3756/4718 79% [================================================= ] 3757/4718 79% [================================================= ] 3758/4718 79% [================================================= ] 3759/4718 79% [================================================= ] 3760/4718 79% [================================================= ] 3761/4718 79% [================================================= ] 3762/4718 79% [================================================= ] 3763/4718 79% [================================================= ] 3764/4718 79% [================================================= ] 3765/4718 79% [================================================= ] 3766/4718 79% [================================================= ] 3767/4718 79% [================================================= ] 3768/4718 79% [================================================= ] 3769/4718 79% [================================================= ] 3770/4718 79% [================================================= ] 3771/4718 79% [================================================= ] 3772/4718 79% [================================================= ] 3773/4718 79% [================================================= ] 3774/4718 79% [================================================= ] 3775/4718 80% [================================================= ] 3776/4718 80% [================================================= ] 3777/4718 80% [================================================= ] 3778/4718 80% [================================================= ] 3779/4718 80% [================================================= ] 3780/4718 80% [================================================= ] 3781/4718 80% [================================================= ] 3782/4718 80% [================================================= ] 3783/4718 80% [================================================= ] 3784/4718 80% [================================================= ] 3785/4718 80% [================================================= ] 3786/4718 80% [================================================= ] 3787/4718 80% [================================================= ] 3788/4718 80% [================================================= ] 3789/4718 80% [================================================= ] 3790/4718 80% [================================================= ] 3791/4718 80% [================================================= ] 3792/4718 80% [================================================= ] 3793/4718 80% [================================================= ] 3794/4718 80% [================================================= ] 3795/4718 80% [================================================= ] 3796/4718 80% [================================================= ] 3797/4718 80% [================================================= ] 3798/4718 80% [================================================= ] 3799/4718 80% [================================================= ] 3800/4718 80% [================================================= ] 3801/4718 80% [================================================= ] 3802/4718 80% [================================================= ] 3803/4718 80% [================================================= ] 3804/4718 80% [================================================== ] 3805/4718 80% [================================================== ] 3806/4718 80% [================================================== ] 3807/4718 80% [================================================== ] 3808/4718 80% [================================================== ] 3809/4718 80% [================================================== ] 3810/4718 80% [================================================== ] 3811/4718 80% [================================================== ] 3812/4718 80% [================================================== ] 3813/4718 80% [================================================== ] 3814/4718 80% [================================================== ] 3815/4718 80% [================================================== ] 3816/4718 80% [================================================== ] 3817/4718 80% [================================================== ] 3818/4718 80% [================================================== ] 3819/4718 80% [================================================== ] 3820/4718 80% [================================================== ] 3821/4718 80% [================================================== ] 3822/4718 81% [================================================== ] 3823/4718 81% [================================================== ] 3824/4718 81% [================================================== ] 3825/4718 81% [================================================== ] 3826/4718 81% [================================================== ] 3827/4718 81% [================================================== ] 3828/4718 81% [================================================== ] 3829/4718 81% [================================================== ] 3830/4718 81% [================================================== ] 3831/4718 81% [================================================== ] 3832/4718 81% [================================================== ] 3833/4718 81% [================================================== ] 3834/4718 81% [================================================== ] 3835/4718 81% [================================================== ] 3836/4718 81% [================================================== ] 3837/4718 81% [================================================== ] 3838/4718 81% [================================================== ] 3839/4718 81% [================================================== ] 3840/4718 81% [================================================== ] 3841/4718 81% [================================================== ] 3842/4718 81% [================================================== ] 3843/4718 81% [================================================== ] 3844/4718 81% [================================================== ] 3845/4718 81% [================================================== ] 3846/4718 81% [================================================== ] 3847/4718 81% [================================================== ] 3848/4718 81% [================================================== ] 3849/4718 81% [================================================== ] 3850/4718 81% [================================================== ] 3851/4718 81% [================================================== ] 3852/4718 81% [================================================== ] 3853/4718 81% [================================================== ] 3854/4718 81% [================================================== ] 3855/4718 81% [================================================== ] 3856/4718 81% [================================================== ] 3857/4718 81% [================================================== ] 3858/4718 81% [================================================== ] 3859/4718 81% [================================================== ] 3860/4718 81% [================================================== ] 3861/4718 81% [================================================== ] 3862/4718 81% [================================================== ] 3863/4718 81% [================================================== ] 3864/4718 81% [================================================== ] 3865/4718 81% [================================================== ] 3866/4718 81% [================================================== ] 3867/4718 81% [================================================== ] 3868/4718 81% [================================================== ] 3869/4718 82% [================================================== ] 3870/4718 82% [================================================== ] 3871/4718 82% [================================================== ] 3872/4718 82% [================================================== ] 3873/4718 82% [================================================== ] 3874/4718 82% [================================================== ] 3875/4718 82% [================================================== ] 3876/4718 82% [================================================== ] 3877/4718 82% [================================================== ] 3878/4718 82% [================================================== ] 3879/4718 82% [================================================== ] 3880/4718 82% [=================================================== ] 3881/4718 82% [=================================================== ] 3882/4718 82% [=================================================== ] 3883/4718 82% [=================================================== ] 3884/4718 82% [=================================================== ] 3885/4718 82% [=================================================== ] 3886/4718 82% [=================================================== ] 3887/4718 82% [=================================================== ] 3888/4718 82% [=================================================== ] 3889/4718 82% [=================================================== ] 3890/4718 82% [=================================================== ] 3891/4718 82% [=================================================== ] 3892/4718 82% [=================================================== ] 3893/4718 82% [=================================================== ] 3894/4718 82% [=================================================== ] 3895/4718 82% [=================================================== ] 3896/4718 82% [=================================================== ] 3897/4718 82% [=================================================== ] 3898/4718 82% [=================================================== ] 3899/4718 82% [=================================================== ] 3900/4718 82% [=================================================== ] 3901/4718 82% [=================================================== ] 3902/4718 82% [=================================================== ] 3903/4718 82% [=================================================== ] 3904/4718 82% [=================================================== ] 3905/4718 82% [=================================================== ] 3906/4718 82% [=================================================== ] 3907/4718 82% [=================================================== ] 3908/4718 82% [=================================================== ] 3909/4718 82% [=================================================== ] 3910/4718 82% [=================================================== ] 3911/4718 82% [=================================================== ] 3912/4718 82% [=================================================== ] 3913/4718 82% [=================================================== ] 3914/4718 82% [=================================================== ] 3915/4718 82% [=================================================== ] 3916/4718 83% [=================================================== ] 3917/4718 83% [=================================================== ] 3918/4718 83% [=================================================== ] 3919/4718 83% [=================================================== ] 3920/4718 83% [=================================================== ] 3921/4718 83% [=================================================== ] 3922/4718 83% [=================================================== ] 3923/4718 83% [=================================================== ] 3924/4718 83% [=================================================== ] 3925/4718 83% [=================================================== ] 3926/4718 83% [=================================================== ] 3927/4718 83% [=================================================== ] 3928/4718 83% [=================================================== ] 3929/4718 83% [=================================================== ] 3930/4718 83% [=================================================== ] 3931/4718 83% [=================================================== ] 3932/4718 83% [=================================================== ] 3933/4718 83% [=================================================== ] 3934/4718 83% [=================================================== ] 3935/4718 83% [=================================================== ] 3936/4718 83% [=================================================== ] 3937/4718 83% [=================================================== ] 3938/4718 83% [=================================================== ] 3939/4718 83% [=================================================== ] 3940/4718 83% [=================================================== ] 3941/4718 83% [=================================================== ] 3942/4718 83% [=================================================== ] 3943/4718 83% [=================================================== ] 3944/4718 83% [=================================================== ] 3945/4718 83% [=================================================== ] 3946/4718 83% [=================================================== ] 3947/4718 83% [=================================================== ] 3948/4718 83% [=================================================== ] 3949/4718 83% [=================================================== ] 3950/4718 83% [=================================================== ] 3951/4718 83% [=================================================== ] 3952/4718 83% [=================================================== ] 3953/4718 83% [=================================================== ] 3954/4718 83% [=================================================== ] 3955/4718 83% [=================================================== ] 3956/4718 83% [=================================================== ] 3957/4718 83% [==================================================== ] 3958/4718 83% [==================================================== ] 3959/4718 83% [==================================================== ] 3960/4718 83% [==================================================== ] 3961/4718 83% [==================================================== ] 3962/4718 83% [==================================================== ] 3963/4718 83% [==================================================== ] 3964/4718 84% [==================================================== ] 3965/4718 84% [==================================================== ] 3966/4718 84% [==================================================== ] 3967/4718 84% [==================================================== ] 3968/4718 84% [==================================================== ] 3969/4718 84% [==================================================== ] 3970/4718 84% [==================================================== ] 3971/4718 84% [==================================================== ] 3972/4718 84% [==================================================== ] 3973/4718 84% [==================================================== ] 3974/4718 84% [==================================================== ] 3975/4718 84% [==================================================== ] 3976/4718 84% [==================================================== ] 3977/4718 84% [==================================================== ] 3978/4718 84% [==================================================== ] 3979/4718 84% [==================================================== ] 3980/4718 84% [==================================================== ] 3981/4718 84% [==================================================== ] 3982/4718 84% [==================================================== ] 3983/4718 84% [==================================================== ] 3984/4718 84% [==================================================== ] 3985/4718 84% [==================================================== ] 3986/4718 84% [==================================================== ] 3987/4718 84% [==================================================== ] 3988/4718 84% [==================================================== ] 3989/4718 84% [==================================================== ] 3990/4718 84% [==================================================== ] 3991/4718 84% [==================================================== ] 3992/4718 84% [==================================================== ] 3993/4718 84% [==================================================== ] 3994/4718 84% [==================================================== ] 3995/4718 84% [==================================================== ] 3996/4718 84% [==================================================== ] 3997/4718 84% [==================================================== ] 3998/4718 84% [==================================================== ] 3999/4718 84% [==================================================== ] 4000/4718 84% [==================================================== ] 4001/4718 84% [==================================================== ] 4002/4718 84% [==================================================== ] 4003/4718 84% [==================================================== ] 4004/4718 84% [==================================================== ] 4005/4718 84% [==================================================== ] 4006/4718 84% [==================================================== ] 4007/4718 84% [==================================================== ] 4008/4718 84% [==================================================== ] 4009/4718 84% [==================================================== ] 4010/4718 84% [==================================================== ] 4011/4718 85% [==================================================== ] 4012/4718 85% [==================================================== ] 4013/4718 85% [==================================================== ] 4014/4718 85% [==================================================== ] 4015/4718 85% [==================================================== ] 4016/4718 85% [==================================================== ] 4017/4718 85% [==================================================== ] 4018/4718 85% [==================================================== ] 4019/4718 85% [==================================================== ] 4020/4718 85% [==================================================== ] 4021/4718 85% [==================================================== ] 4022/4718 85% [==================================================== ] 4023/4718 85% [==================================================== ] 4024/4718 85% [==================================================== ] 4025/4718 85% [==================================================== ] 4026/4718 85% [==================================================== ] 4027/4718 85% [==================================================== ] 4028/4718 85% [==================================================== ] 4029/4718 85% [==================================================== ] 4030/4718 85% [==================================================== ] 4031/4718 85% [==================================================== ] 4032/4718 85% [==================================================== ] 4033/4718 85% [===================================================== ] 4034/4718 85% [===================================================== ] 4035/4718 85% [===================================================== ] 4036/4718 85% [===================================================== ] 4037/4718 85% [===================================================== ] 4038/4718 85% [===================================================== ] 4039/4718 85% [===================================================== ] 4040/4718 85% [===================================================== ] 4041/4718 85% [===================================================== ] 4042/4718 85% [===================================================== ] 4043/4718 85% [===================================================== ] 4044/4718 85% [===================================================== ] 4045/4718 85% [===================================================== ] 4046/4718 85% [===================================================== ] 4047/4718 85% [===================================================== ] 4048/4718 85% [===================================================== ] 4049/4718 85% [===================================================== ] 4050/4718 85% [===================================================== ] 4051/4718 85% [===================================================== ] 4052/4718 85% [===================================================== ] 4053/4718 85% [===================================================== ] 4054/4718 85% [===================================================== ] 4055/4718 85% [===================================================== ] 4056/4718 85% [===================================================== ] 4057/4718 85% [===================================================== ] 4058/4718 86% [===================================================== ] 4059/4718 86% [===================================================== ] 4060/4718 86% [===================================================== ] 4061/4718 86% [===================================================== ] 4062/4718 86% [===================================================== ] 4063/4718 86% [===================================================== ] 4064/4718 86% [===================================================== ] 4065/4718 86% [===================================================== ] 4066/4718 86% [===================================================== ] 4067/4718 86% [===================================================== ] 4068/4718 86% [===================================================== ] 4069/4718 86% [===================================================== ] 4070/4718 86% [===================================================== ] 4071/4718 86% [===================================================== ] 4072/4718 86% [===================================================== ] 4073/4718 86% [===================================================== ] 4074/4718 86% [===================================================== ] 4075/4718 86% [===================================================== ] 4076/4718 86% [===================================================== ] 4077/4718 86% [===================================================== ] 4078/4718 86% [===================================================== ] 4079/4718 86% [===================================================== ] 4080/4718 86% [===================================================== ] 4081/4718 86% [===================================================== ] 4082/4718 86% [===================================================== ] 4083/4718 86% [===================================================== ] 4084/4718 86% [===================================================== ] 4085/4718 86% [===================================================== ] 4086/4718 86% [===================================================== ] 4087/4718 86% [===================================================== ] 4088/4718 86% [===================================================== ] 4089/4718 86% [===================================================== ] 4090/4718 86% [===================================================== ] 4091/4718 86% [===================================================== ] 4092/4718 86% [===================================================== ] 4093/4718 86% [===================================================== ] 4094/4718 86% [===================================================== ] 4095/4718 86% [===================================================== ] 4096/4718 86% [===================================================== ] 4097/4718 86% [===================================================== ] 4098/4718 86% [===================================================== ] 4099/4718 86% [===================================================== ] 4100/4718 86% [===================================================== ] 4101/4718 86% [===================================================== ] 4102/4718 86% [===================================================== ] 4103/4718 86% [===================================================== ] 4104/4718 86% [===================================================== ] 4105/4718 87% [===================================================== ] 4106/4718 87% [===================================================== ] 4107/4718 87% [===================================================== ] 4108/4718 87% [===================================================== ] 4109/4718 87% [====================================================== ] 4110/4718 87% [====================================================== ] 4111/4718 87% [====================================================== ] 4112/4718 87% [====================================================== ] 4113/4718 87% [====================================================== ] 4114/4718 87% [====================================================== ] 4115/4718 87% [====================================================== ] 4116/4718 87% [====================================================== ] 4117/4718 87% [====================================================== ] 4118/4718 87% [====================================================== ] 4119/4718 87% [====================================================== ] 4120/4718 87% [====================================================== ] 4121/4718 87% [====================================================== ] 4122/4718 87% [====================================================== ] 4123/4718 87% [====================================================== ] 4124/4718 87% [====================================================== ] 4125/4718 87% [====================================================== ] 4126/4718 87% [====================================================== ] 4127/4718 87% [====================================================== ] 4128/4718 87% [====================================================== ] 4129/4718 87% [====================================================== ] 4130/4718 87% [====================================================== ] 4131/4718 87% [====================================================== ] 4132/4718 87% [====================================================== ] 4133/4718 87% [====================================================== ] 4134/4718 87% [====================================================== ] 4135/4718 87% [====================================================== ] 4136/4718 87% [====================================================== ] 4137/4718 87% [====================================================== ] 4138/4718 87% [====================================================== ] 4139/4718 87% [====================================================== ] 4140/4718 87% [====================================================== ] 4141/4718 87% [====================================================== ] 4142/4718 87% [====================================================== ] 4143/4718 87% [====================================================== ] 4144/4718 87% [====================================================== ] 4145/4718 87% [====================================================== ] 4146/4718 87% [====================================================== ] 4147/4718 87% [====================================================== ] 4148/4718 87% [====================================================== ] 4149/4718 87% [====================================================== ] 4150/4718 87% [====================================================== ] 4151/4718 87% [====================================================== ] 4152/4718 88% [====================================================== ] 4153/4718 88% [====================================================== ] 4154/4718 88% [====================================================== ] 4155/4718 88% [====================================================== ] 4156/4718 88% [====================================================== ] 4157/4718 88% [====================================================== ] 4158/4718 88% [====================================================== ] 4159/4718 88% [====================================================== ] 4160/4718 88% [====================================================== ] 4161/4718 88% [====================================================== ] 4162/4718 88% [====================================================== ] 4163/4718 88% [====================================================== ] 4164/4718 88% [====================================================== ] 4165/4718 88% [====================================================== ] 4166/4718 88% [====================================================== ] 4167/4718 88% [====================================================== ] 4168/4718 88% [====================================================== ] 4169/4718 88% [====================================================== ] 4170/4718 88% [====================================================== ] 4171/4718 88% [====================================================== ] 4172/4718 88% [====================================================== ] 4173/4718 88% [====================================================== ] 4174/4718 88% [====================================================== ] 4175/4718 88% [====================================================== ] 4176/4718 88% [====================================================== ] 4177/4718 88% [====================================================== ] 4178/4718 88% [====================================================== ] 4179/4718 88% [====================================================== ] 4180/4718 88% [====================================================== ] 4181/4718 88% [====================================================== ] 4182/4718 88% [====================================================== ] 4183/4718 88% [====================================================== ] 4184/4718 88% [====================================================== ] 4185/4718 88% [======================================================= ] 4186/4718 88% [======================================================= ] 4187/4718 88% [======================================================= ] 4188/4718 88% [======================================================= ] 4189/4718 88% [======================================================= ] 4190/4718 88% [======================================================= ] 4191/4718 88% [======================================================= ] 4192/4718 88% [======================================================= ] 4193/4718 88% [======================================================= ] 4194/4718 88% [======================================================= ] 4195/4718 88% [======================================================= ] 4196/4718 88% [======================================================= ] 4197/4718 88% [======================================================= ] 4198/4718 88% [======================================================= ] 4199/4718 88% [======================================================= ] 4200/4718 89% [======================================================= ] 4201/4718 89% [======================================================= ] 4202/4718 89% [======================================================= ] 4203/4718 89% [======================================================= ] 4204/4718 89% [======================================================= ] 4205/4718 89% [======================================================= ] 4206/4718 89% [======================================================= ] 4207/4718 89% [======================================================= ] 4208/4718 89% [======================================================= ] 4209/4718 89% [======================================================= ] 4210/4718 89% [======================================================= ] 4211/4718 89% [======================================================= ] 4212/4718 89% [======================================================= ] 4213/4718 89% [======================================================= ] 4214/4718 89% [======================================================= ] 4215/4718 89% [======================================================= ] 4216/4718 89% [======================================================= ] 4217/4718 89% [======================================================= ] 4218/4718 89% [======================================================= ] 4219/4718 89% [======================================================= ] 4220/4718 89% [======================================================= ] 4221/4718 89% [======================================================= ] 4222/4718 89% [======================================================= ] 4223/4718 89% [======================================================= ] 4224/4718 89% [======================================================= ] 4225/4718 89% [======================================================= ] 4226/4718 89% [======================================================= ] 4227/4718 89% [======================================================= ] 4228/4718 89% [======================================================= ] 4229/4718 89% [======================================================= ] 4230/4718 89% [======================================================= ] 4231/4718 89% [======================================================= ] 4232/4718 89% [======================================================= ] 4233/4718 89% [======================================================= ] 4234/4718 89% [======================================================= ] 4235/4718 89% [======================================================= ] 4236/4718 89% [======================================================= ] 4237/4718 89% [======================================================= ] 4238/4718 89% [======================================================= ] 4239/4718 89% [======================================================= ] 4240/4718 89% [======================================================= ] 4241/4718 89% [======================================================= ] 4242/4718 89% [======================================================= ] 4243/4718 89% [======================================================= ] 4244/4718 89% [======================================================= ] 4245/4718 89% [======================================================= ] 4246/4718 89% [======================================================= ] 4247/4718 90% [======================================================= ] 4248/4718 90% [======================================================= ] 4249/4718 90% [======================================================= ] 4250/4718 90% [======================================================= ] 4251/4718 90% [======================================================= ] 4252/4718 90% [======================================================= ] 4253/4718 90% [======================================================= ] 4254/4718 90% [======================================================= ] 4255/4718 90% [======================================================= ] 4256/4718 90% [======================================================= ] 4257/4718 90% [======================================================= ] 4258/4718 90% [======================================================= ] 4259/4718 90% [======================================================= ] 4260/4718 90% [======================================================= ] 4261/4718 90% [======================================================== ] 4262/4718 90% [======================================================== ] 4263/4718 90% [======================================================== ] 4264/4718 90% [======================================================== ] 4265/4718 90% [======================================================== ] 4266/4718 90% [======================================================== ] 4267/4718 90% [======================================================== ] 4268/4718 90% [======================================================== ] 4269/4718 90% [======================================================== ] 4270/4718 90% [======================================================== ] 4271/4718 90% [======================================================== ] 4272/4718 90% [======================================================== ] 4273/4718 90% [======================================================== ] 4274/4718 90% [======================================================== ] 4275/4718 90% [======================================================== ] 4276/4718 90% [======================================================== ] 4277/4718 90% [======================================================== ] 4278/4718 90% [======================================================== ] 4279/4718 90% [======================================================== ] 4280/4718 90% [======================================================== ] 4281/4718 90% [======================================================== ] 4282/4718 90% [======================================================== ] 4283/4718 90% [======================================================== ] 4284/4718 90% [======================================================== ] 4285/4718 90% [======================================================== ] 4286/4718 90% [======================================================== ] 4287/4718 90% [======================================================== ] 4288/4718 90% [======================================================== ] 4289/4718 90% [======================================================== ] 4290/4718 90% [======================================================== ] 4291/4718 90% [======================================================== ] 4292/4718 90% [======================================================== ] 4293/4718 90% [======================================================== ] 4294/4718 91% [======================================================== ] 4295/4718 91% [======================================================== ] 4296/4718 91% [======================================================== ] 4297/4718 91% [======================================================== ] 4298/4718 91% [======================================================== ] 4299/4718 91% [======================================================== ] 4300/4718 91% [======================================================== ] 4301/4718 91% [======================================================== ] 4302/4718 91% [======================================================== ] 4303/4718 91% [======================================================== ] 4304/4718 91% [======================================================== ] 4305/4718 91% [======================================================== ] 4306/4718 91% [======================================================== ] 4307/4718 91% [======================================================== ] 4308/4718 91% [======================================================== ] 4309/4718 91% [======================================================== ] 4310/4718 91% [======================================================== ] 4311/4718 91% [======================================================== ] 4312/4718 91% [======================================================== ] 4313/4718 91% [======================================================== ] 4314/4718 91% [======================================================== ] 4315/4718 91% [======================================================== ] 4316/4718 91% [======================================================== ] 4317/4718 91% [======================================================== ] 4318/4718 91% [======================================================== ] 4319/4718 91% [======================================================== ] 4320/4718 91% [======================================================== ] 4321/4718 91% [======================================================== ] 4322/4718 91% [======================================================== ] 4323/4718 91% [======================================================== ] 4324/4718 91% [======================================================== ] 4325/4718 91% [======================================================== ] 4326/4718 91% [======================================================== ] 4327/4718 91% [======================================================== ] 4328/4718 91% [======================================================== ] 4329/4718 91% [======================================================== ] 4330/4718 91% [======================================================== ] 4331/4718 91% [======================================================== ] 4332/4718 91% [======================================================== ] 4333/4718 91% [======================================================== ] 4334/4718 91% [======================================================== ] 4335/4718 91% [======================================================== ] 4336/4718 91% [======================================================== ] 4337/4718 91% [========================================================= ] 4338/4718 91% [========================================================= ] 4339/4718 91% [========================================================= ] 4340/4718 91% [========================================================= ] 4341/4718 92% [========================================================= ] 4342/4718 92% [========================================================= ] 4343/4718 92% [========================================================= ] 4344/4718 92% [========================================================= ] 4345/4718 92% [========================================================= ] 4346/4718 92% [========================================================= ] 4347/4718 92% [========================================================= ] 4348/4718 92% [========================================================= ] 4349/4718 92% [========================================================= ] 4350/4718 92% [========================================================= ] 4351/4718 92% [========================================================= ] 4352/4718 92% [========================================================= ] 4353/4718 92% [========================================================= ] 4354/4718 92% [========================================================= ] 4355/4718 92% [========================================================= ] 4356/4718 92% [========================================================= ] 4357/4718 92% [========================================================= ] 4358/4718 92% [========================================================= ] 4359/4718 92% [========================================================= ] 4360/4718 92% [========================================================= ] 4361/4718 92% [========================================================= ] 4362/4718 92% [========================================================= ] 4363/4718 92% [========================================================= ] 4364/4718 92% [========================================================= ] 4365/4718 92% [========================================================= ] 4366/4718 92% [========================================================= ] 4367/4718 92% [========================================================= ] 4368/4718 92% [========================================================= ] 4369/4718 92% [========================================================= ] 4370/4718 92% [========================================================= ] 4371/4718 92% [========================================================= ] 4372/4718 92% [========================================================= ] 4373/4718 92% [========================================================= ] 4374/4718 92% [========================================================= ] 4375/4718 92% [========================================================= ] 4376/4718 92% [========================================================= ] 4377/4718 92% [========================================================= ] 4378/4718 92% [========================================================= ] 4379/4718 92% [========================================================= ] 4380/4718 92% [========================================================= ] 4381/4718 92% [========================================================= ] 4382/4718 92% [========================================================= ] 4383/4718 92% [========================================================= ] 4384/4718 92% [========================================================= ] 4385/4718 92% [========================================================= ] 4386/4718 92% [========================================================= ] 4387/4718 92% [========================================================= ] 4388/4718 93% [========================================================= ] 4389/4718 93% [========================================================= ] 4390/4718 93% [========================================================= ] 4391/4718 93% [========================================================= ] 4392/4718 93% [========================================================= ] 4393/4718 93% [========================================================= ] 4394/4718 93% [========================================================= ] 4395/4718 93% [========================================================= ] 4396/4718 93% [========================================================= ] 4397/4718 93% [========================================================= ] 4398/4718 93% [========================================================= ] 4399/4718 93% [========================================================= ] 4400/4718 93% [========================================================= ] 4401/4718 93% [========================================================= ] 4402/4718 93% [========================================================= ] 4403/4718 93% [========================================================= ] 4404/4718 93% [========================================================= ] 4405/4718 93% [========================================================= ] 4406/4718 93% [========================================================= ] 4407/4718 93% [========================================================= ] 4408/4718 93% [========================================================= ] 4409/4718 93% [========================================================= ] 4410/4718 93% [========================================================= ] 4411/4718 93% [========================================================= ] 4412/4718 93% [========================================================= ] 4413/4718 93% [========================================================== ] 4414/4718 93% [========================================================== ] 4415/4718 93% [========================================================== ] 4416/4718 93% [========================================================== ] 4417/4718 93% [========================================================== ] 4418/4718 93% [========================================================== ] 4419/4718 93% [========================================================== ] 4420/4718 93% [========================================================== ] 4421/4718 93% [========================================================== ] 4422/4718 93% [========================================================== ] 4423/4718 93% [========================================================== ] 4424/4718 93% [========================================================== ] 4425/4718 93% [========================================================== ] 4426/4718 93% [========================================================== ] 4427/4718 93% [========================================================== ] 4428/4718 93% [========================================================== ] 4429/4718 93% [========================================================== ] 4430/4718 93% [========================================================== ] 4431/4718 93% [========================================================== ] 4432/4718 93% [========================================================== ] 4433/4718 93% [========================================================== ] 4434/4718 93% [========================================================== ] 4435/4718 94% [========================================================== ] 4436/4718 94% [========================================================== ] 4437/4718 94% [========================================================== ] 4438/4718 94% [========================================================== ] 4439/4718 94% [========================================================== ] 4440/4718 94% [========================================================== ] 4441/4718 94% [========================================================== ] 4442/4718 94% [========================================================== ] 4443/4718 94% [========================================================== ] 4444/4718 94% [========================================================== ] 4445/4718 94% [========================================================== ] 4446/4718 94% [========================================================== ] 4447/4718 94% [========================================================== ] 4448/4718 94% [========================================================== ] 4449/4718 94% [========================================================== ] 4450/4718 94% [========================================================== ] 4451/4718 94% [========================================================== ] 4452/4718 94% [========================================================== ] 4453/4718 94% [========================================================== ] 4454/4718 94% [========================================================== ] 4455/4718 94% [========================================================== ] 4456/4718 94% [========================================================== ] 4457/4718 94% [========================================================== ] 4458/4718 94% [========================================================== ] 4459/4718 94% [========================================================== ] 4460/4718 94% [========================================================== ] 4461/4718 94% [========================================================== ] 4462/4718 94% [========================================================== ] 4463/4718 94% [========================================================== ] 4464/4718 94% [========================================================== ] 4465/4718 94% [========================================================== ] 4466/4718 94% [========================================================== ] 4467/4718 94% [========================================================== ] 4468/4718 94% [========================================================== ] 4469/4718 94% [========================================================== ] 4470/4718 94% [========================================================== ] 4471/4718 94% [========================================================== ] 4472/4718 94% [========================================================== ] 4473/4718 94% [========================================================== ] 4474/4718 94% [========================================================== ] 4475/4718 94% [========================================================== ] 4476/4718 94% [========================================================== ] 4477/4718 94% [========================================================== ] 4478/4718 94% [========================================================== ] 4479/4718 94% [========================================================== ] 4480/4718 94% [========================================================== ] 4481/4718 94% [========================================================== ] 4482/4718 94% [========================================================== ] 4483/4718 95% [========================================================== ] 4484/4718 95% [========================================================== ] 4485/4718 95% [========================================================== ] 4486/4718 95% [========================================================== ] 4487/4718 95% [========================================================== ] 4488/4718 95% [========================================================== ] 4489/4718 95% [=========================================================== ] 4490/4718 95% [=========================================================== ] 4491/4718 95% [=========================================================== ] 4492/4718 95% [=========================================================== ] 4493/4718 95% [=========================================================== ] 4494/4718 95% [=========================================================== ] 4495/4718 95% [=========================================================== ] 4496/4718 95% [=========================================================== ] 4497/4718 95% [=========================================================== ] 4498/4718 95% [=========================================================== ] 4499/4718 95% [=========================================================== ] 4500/4718 95% [=========================================================== ] 4501/4718 95% [=========================================================== ] 4502/4718 95% [=========================================================== ] 4503/4718 95% [=========================================================== ] 4504/4718 95% [=========================================================== ] 4505/4718 95% [=========================================================== ] 4506/4718 95% [=========================================================== ] 4507/4718 95% [=========================================================== ] 4508/4718 95% [=========================================================== ] 4509/4718 95% [=========================================================== ] 4510/4718 95% [=========================================================== ] 4511/4718 95% [=========================================================== ] 4512/4718 95% [=========================================================== ] 4513/4718 95% [=========================================================== ] 4514/4718 95% [=========================================================== ] 4515/4718 95% [=========================================================== ] 4516/4718 95% [=========================================================== ] 4517/4718 95% [=========================================================== ] 4518/4718 95% [=========================================================== ] 4519/4718 95% [=========================================================== ] 4520/4718 95% [=========================================================== ] 4521/4718 95% [=========================================================== ] 4522/4718 95% [=========================================================== ] 4523/4718 95% [=========================================================== ] 4524/4718 95% [=========================================================== ] 4525/4718 95% [=========================================================== ] 4526/4718 95% [=========================================================== ] 4527/4718 95% [=========================================================== ] 4528/4718 95% [=========================================================== ] 4529/4718 95% [=========================================================== ] 4530/4718 96% [=========================================================== ] 4531/4718 96% [=========================================================== ] 4532/4718 96% [=========================================================== ] 4533/4718 96% [=========================================================== ] 4534/4718 96% [=========================================================== ] 4535/4718 96% [=========================================================== ] 4536/4718 96% [=========================================================== ] 4537/4718 96% [=========================================================== ] 4538/4718 96% [=========================================================== ] 4539/4718 96% [=========================================================== ] 4540/4718 96% [=========================================================== ] 4541/4718 96% [=========================================================== ] 4542/4718 96% [=========================================================== ] 4543/4718 96% [=========================================================== ] 4544/4718 96% [=========================================================== ] 4545/4718 96% [=========================================================== ] 4546/4718 96% [=========================================================== ] 4547/4718 96% [=========================================================== ] 4548/4718 96% [=========================================================== ] 4549/4718 96% [=========================================================== ] 4550/4718 96% [=========================================================== ] 4551/4718 96% [=========================================================== ] 4552/4718 96% [=========================================================== ] 4553/4718 96% [=========================================================== ] 4554/4718 96% [=========================================================== ] 4555/4718 96% [=========================================================== ] 4556/4718 96% [=========================================================== ] 4557/4718 96% [=========================================================== ] 4558/4718 96% [=========================================================== ] 4559/4718 96% [=========================================================== ] 4560/4718 96% [=========================================================== ] 4561/4718 96% [=========================================================== ] 4562/4718 96% [=========================================================== ] 4563/4718 96% [=========================================================== ] 4564/4718 96% [=========================================================== ] 4565/4718 96% [============================================================ ] 4566/4718 96% [============================================================ ] 4567/4718 96% [============================================================ ] 4568/4718 96% [============================================================ ] 4569/4718 96% [============================================================ ] 4570/4718 96% [============================================================ ] 4571/4718 96% [============================================================ ] 4572/4718 96% [============================================================ ] 4573/4718 96% [============================================================ ] 4574/4718 96% [============================================================ ] 4575/4718 96% [============================================================ ] 4576/4718 96% [============================================================ ] 4577/4718 97% [============================================================ ] 4578/4718 97% [============================================================ ] 4579/4718 97% [============================================================ ] 4580/4718 97% [============================================================ ] 4581/4718 97% [============================================================ ] 4582/4718 97% [============================================================ ] 4583/4718 97% [============================================================ ] 4584/4718 97% [============================================================ ] 4585/4718 97% [============================================================ ] 4586/4718 97% [============================================================ ] 4587/4718 97% [============================================================ ] 4588/4718 97% [============================================================ ] 4589/4718 97% [============================================================ ] 4590/4718 97% [============================================================ ] 4591/4718 97% [============================================================ ] 4592/4718 97% [============================================================ ] 4593/4718 97% [============================================================ ] 4594/4718 97% [============================================================ ] 4595/4718 97% [============================================================ ] 4596/4718 97% [============================================================ ] 4597/4718 97% [============================================================ ] 4598/4718 97% [============================================================ ] 4599/4718 97% [============================================================ ] 4600/4718 97% [============================================================ ] 4601/4718 97% [============================================================ ] 4602/4718 97% [============================================================ ] 4603/4718 97% [============================================================ ] 4604/4718 97% [============================================================ ] 4605/4718 97% [============================================================ ] 4606/4718 97% [============================================================ ] 4607/4718 97% [============================================================ ] 4608/4718 97% [============================================================ ] 4609/4718 97% [============================================================ ] 4610/4718 97% [============================================================ ] 4611/4718 97% [============================================================ ] 4612/4718 97% [============================================================ ] 4613/4718 97% [============================================================ ] 4614/4718 97% [============================================================ ] 4615/4718 97% [============================================================ ] 4616/4718 97% [============================================================ ] 4617/4718 97% [============================================================ ] 4618/4718 97% [============================================================ ] 4619/4718 97% [============================================================ ] 4620/4718 97% [============================================================ ] 4621/4718 97% [============================================================ ] 4622/4718 97% [============================================================ ] 4623/4718 97% [============================================================ ] 4624/4718 98% [============================================================ ] 4625/4718 98% [============================================================ ] 4626/4718 98% [============================================================ ] 4627/4718 98% [============================================================ ] 4628/4718 98% [============================================================ ] 4629/4718 98% [============================================================ ] 4630/4718 98% [============================================================ ] 4631/4718 98% [============================================================ ] 4632/4718 98% [============================================================ ] 4633/4718 98% [============================================================ ] 4634/4718 98% [============================================================ ] 4635/4718 98% [============================================================ ] 4636/4718 98% [============================================================ ] 4637/4718 98% [============================================================ ] 4638/4718 98% [============================================================ ] 4639/4718 98% [============================================================ ] 4640/4718 98% [============================================================ ] 4641/4718 98% [============================================================= ] 4642/4718 98% [============================================================= ] 4643/4718 98% [============================================================= ] 4644/4718 98% [============================================================= ] 4645/4718 98% [============================================================= ] 4646/4718 98% [============================================================= ] 4647/4718 98% [============================================================= ] 4648/4718 98% [============================================================= ] 4649/4718 98% [============================================================= ] 4650/4718 98% [============================================================= ] 4651/4718 98% [============================================================= ] 4652/4718 98% [============================================================= ] 4653/4718 98% [============================================================= ] 4654/4718 98% [============================================================= ] 4655/4718 98% [============================================================= ] 4656/4718 98% [============================================================= ] 4657/4718 98% [============================================================= ] 4658/4718 98% [============================================================= ] 4659/4718 98% [============================================================= ] 4660/4718 98% [============================================================= ] 4661/4718 98% [============================================================= ] 4662/4718 98% [============================================================= ] 4663/4718 98% [============================================================= ] 4664/4718 98% [============================================================= ] 4665/4718 98% [============================================================= ] 4666/4718 98% [============================================================= ] 4667/4718 98% [============================================================= ] 4668/4718 98% [============================================================= ] 4669/4718 98% [============================================================= ] 4670/4718 98% [============================================================= ] 4671/4718 99% [============================================================= ] 4672/4718 99% [============================================================= ] 4673/4718 99% [============================================================= ] 4674/4718 99% [============================================================= ] 4675/4718 99% [============================================================= ] 4676/4718 99% [============================================================= ] 4677/4718 99% [============================================================= ] 4678/4718 99% [============================================================= ] 4679/4718 99% [============================================================= ] 4680/4718 99% [============================================================= ] 4681/4718 99% [============================================================= ] 4682/4718 99% [============================================================= ] 4683/4718 99% [============================================================= ] 4684/4718 99% [============================================================= ] 4685/4718 99% [============================================================= ] 4686/4718 99% [============================================================= ] 4687/4718 99% [============================================================= ] 4688/4718 99% [============================================================= ] 4689/4718 99% [============================================================= ] 4690/4718 99% [============================================================= ] 4691/4718 99% [============================================================= ] 4692/4718 99% [============================================================= ] 4693/4718 99% [============================================================= ] 4694/4718 99% [============================================================= ] 4695/4718 99% [============================================================= ] 4696/4718 99% [============================================================= ] 4697/4718 99% [============================================================= ] 4698/4718 99% [============================================================= ] 4699/4718 99% [============================================================= ] 4700/4718 99% [============================================================= ] 4701/4718 99% [============================================================= ] 4702/4718 99% [============================================================= ] 4703/4718 99% [============================================================= ] 4704/4718 99% [============================================================= ] 4705/4718 99% [============================================================= ] 4706/4718 99% [============================================================= ] 4707/4718 99% [============================================================= ] 4708/4718 99% [============================================================= ] 4709/4718 99% [============================================================= ] 4710/4718 99% [============================================================= ] 4711/4718 99% [============================================================= ] 4712/4718 99% [============================================================= ] 4713/4718 99% [============================================================= ] 4714/4718 99% [============================================================= ] 4715/4718 99% [============================================================= ] 4716/4718 99% [============================================================= ] 4717/4718 99% [==============================================================] 4718/4718 100% operation complete, 4718 objects in 77525 NAND pages. ln -snf /home/autobuild/autobuild/instance-4/output-1/host/s390x-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-4/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-4/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-4/buildroot' >>> Buildroot 2022.11-1461-gd00e437922 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-fakedate Collecting legal info >>> host-skeleton Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-81-g4f4d7a13edfd2fdc57c9d76e1fd6d017fb47550c Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.1.11 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> host-agent-proxy 1.97 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> arptables 0.0.5 Collecting legal info COPYING: OK (sha256: ebdb8ae564c952792017ec680e2edd30443642216eb9f8a3d8fa166c0cb628c1) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> host-btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> bubblewrap 0.7.0 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.1 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> 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-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> busybox 1.36.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> pciutils 3.8.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> c-ares 1.19.0 Collecting legal info LICENSE.md: OK (sha256: db4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4c) >>> cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> cgic 2.07 Collecting legal info license.txt: OK (sha256: 6a7de92593d64dbf7630d8f66f97e04a899769bef1e055f2434bc06b87b9de62) >>> coremark-pro 1.1.2743 Collecting legal info LICENSE.md: OK (sha256: 0d7775bd793ea71fef3594c18164a08ed2f5f66c898958d0644f7a236a536f2b) >>> perl 5.36.0 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 06bab256e2e039c59d2ca3c5853425317b4a0f251fe4e5d5201a987b11fc4f78) >>> coremark 1.01 Collecting legal info LICENSE.md: OK (sha256: d72094a3cb629dc7712ae09b7b777416903c6670930928b5530f2ddfb2296888) >>> corkscrew 2.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-crudini 0.9.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> cunit 2.1-3 Collecting legal info COPYING: OK (sha256: 5d9d73d41a57dd2f34487ef3978a2c13cdb97294baeeb81fcd274796399eb15f) >>> dmalloc 5.6.5 Collecting legal info LICENSE.txt: OK (sha256: 8657f6bc5ebb765dd792b2c3c54d5dc37b8b4e6bbe8aa48d464fd92081b1e720) >>> dovecot-pigeonhole 0.5.20 Collecting legal info COPYING: OK (sha256: fc9e9522216f2a9a28b31300e3c73c1df56acc27dfae951bf516e7995366b51a) >>> dovecot 2.3.20 Collecting legal info COPYING: OK (sha256: 319a9830aab406109cd67cb45496587566a8123203d66d037b209ca3e13de02a) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING.MIT: OK (sha256: 52b8c95fabb19575281874b661ef7968ea47e8f5d74ba0dd40ce512e52b3fc97) >>> openssl Collecting legal info >>> libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> dvbsnoop 1.4.50 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> empty 0.6.22b Collecting legal info COPYRIGHT: OK (sha256: db6b65f5eaf782a92715887ac107f3477d64016301a66194a92312b13ff89be1) >>> enscript 1.6.6 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> explorercanvas aa989ea9d9bac748638f7c66b0fc88e619715da6 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> ficl 4.1.0 Collecting legal info ReadMe.txt: OK (sha256: 1d1dd1f1cde52e8b607c5ccb6a2e5de878fd1719b8c5a4d31b9cdb343c203d0d) >>> flashbench 2e30b1968a66147412f21002ea844122a0d5e2f0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fscryptctl 1.0.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> jpeg Collecting legal info >>> jpeg-turbo 2.1.4 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> giflib 5.2.1 Collecting legal info COPYING: OK (sha256: 0c9b7990ecdca88b676db232c226548ac408b279f550d424d996f0d83591dd8e) >>> git 2.39.1 Collecting legal info COPYING: OK (sha256: 5b2198d1645f767585e8a88ac0499b04472164c0d2da22e75ecf97ef443ab32e) LGPL-2.1: OK (sha256: 1922f45d2c49e390032c9c0ba6d7cac904087f7cec51af30c2b2ad022ce0e76a) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> hicolor-icon-theme 0.17 Collecting legal info COPYING: OK (sha256: b0a64377d4ee87b7dbcf418ce4fb33ec3b2d7081b6732890e4af06b8118c4526) >>> ijs 0.35 Collecting legal info README: OK (sha256: f723390b7ee019eccf07763dcb5744acf8bb43034bc3ba3d6f1c94440e365b4f) >>> imlib2 1.7.3 Collecting legal info COPYING: OK (sha256: fb70339dd33a77b6213c7ae067fccf93d04af44ff3f937c61f8863f7970e73f6) COPYING-PLAIN: OK (sha256: 8c9a2e92ed4937e2d30c2ea95439c36ed3002fc47e34efee43455a460fee8ef5) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> initscripts Collecting legal info >>> joe 4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> keepalived 2.2.7 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> kvm-unit-tests 2023-01-05 Collecting legal info COPYRIGHT: OK (sha256: d9bbb60891710d248f01c8bdac50ef7ad39188de512610437872e83112b38a1b) >>> libcodec2 1.0.5 Collecting legal info COPYING: OK (sha256: 9ebb6f82b7380a62ac74c5f0322c88e6744dedf2ebe1f54d6f088282b39844bf) >>> libdnet 1.16.1 Collecting legal info LICENSE: OK (sha256: 6b46ec86e290066c47b6607d322135b3c473566e7225ac23d35a7c0588a82da6) >>> libeXosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libosip2 5.3.1 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libkrb5 1.20.1 Collecting legal info NOTICE: OK (sha256: cfadcf7b2ead2f3af793c25c00638c9908ac0023b101695f40cb9a03b16811dc) >>> libldns 1.8.3 Collecting legal info LICENSE: OK (sha256: 9e0b1505c358d1a7c79555ee8bd1acbe2985dbc74dd81f3697cebf2161e922e6) >>> liblog4c-localtime 1.0 Collecting legal info COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_cthelper 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> libpcap 1.10.2 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> libtpl 1.6.1 Collecting legal info LICENSE: OK (sha256: 8554ddb5779f1ad2f3ea6db1d0df622e63fca11f44bfc3c8b3c207ea0482c746) >>> libubox d716ac4bc4236031d4c3cc1ed362b502e20e3787 Collecting legal info >>> libuecc 7 Collecting legal info COPYRIGHT: OK (sha256: ec4d9fcc3a37a7998a9ea4decf38f4c0c91a44fd05bb17638c52fe16f2b12e23) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> linux-syscall-support e1e7b0ad8ee99a875b272c8e33e308472e897660 Collecting legal info LICENSE: OK (sha256: c180f12840c00224cceed7139192018d2c7e6061db4ce4310b8626f7ad10bf26) >>> lrzsz 0.12.20 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> lv2 1.18.10 Collecting legal info COPYING: OK (sha256: 1e6bb175e193608b767ff25a4ed68b82c4db599491cf0d2694435cf60e9a4841) >>> mini-snmpd 1.6 Collecting legal info COPYING: OK (sha256: 8a43b895972a24567297f44f35dab0f5f9ed3b7db6dac0bf6094075b27ab9d56) >>> mobile-broadband-provider-info 20221107 Collecting legal info COPYING: OK (sha256: 3d510b215a33087b9ceb9592da21575ea1f9f98bd4d983a38e65fe851a552174) >>> host-libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-mtd 2.1.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> murata-cyw-fw 8d87950bfad28c65926695b7357bd8995b60016a Collecting legal info LICENCE.cypress: OK (sha256: 3a892759b73e8b459f1a750954b316118b0061fd9d1868d11fa258c104ee7e0c) >>> nghttp2 1.41.0 Collecting legal info COPYING: OK (sha256: 6b94f3abc1aabd0c72a7c7d92a77f79dda7c8a0cb3df839a97890b4116a2de2a) >>> ngircd 26.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> opus-tools 0.2 Collecting legal info COPYING: OK (sha256: c28016e58544119d6b93aea28297d040f17dcef7a9f548d3e6a4d0b558c5d248) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> host-parted 3.5 Collecting legal info COPYING: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> perl-class-inspector 1.36 Collecting legal info LICENSE: OK (sha256: 401fe9c98bdb5707df71447fb93141f8cb2d85337d45505f5ae50a776a3f6666) >>> host-perl 5.36.0 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 06bab256e2e039c59d2ca3c5853425317b4a0f251fe4e5d5201a987b11fc4f78) >>> perl-class-load 0.25 Collecting legal info LICENSE: OK (sha256: dc030e63f20035291b90d09c2c40f296224e85878caf829ea981fc2f10910f9d) >>> perl-class-method-modifiers 2.13 Collecting legal info LICENSE: OK (sha256: d17e5cba8d4039f6973d5873f73b0c8949c1cffb338fafe7a57e972767546561) >>> perl-class-std-fast 0.0.8 Collecting legal info README: OK (sha256: aa1ab90c498aee078076e9a1f83e5f14bbfd841509582795ab5a9571428c0c38) >>> host-perl-module-build 0.4232 Collecting legal info LICENSE: OK (sha256: f35ac2cc6b808a38c42c2d230b875217b0a24bb51e5a497ebb630cbb3d806c3e) >>> perl-class-std 0.013 Collecting legal info README: OK (sha256: b8175bf3750dc54096bf1506c681b4f13262e5b82e40244e9a77730c6b72e4d6) >>> perl-crypt-blowfish 2.14 Collecting legal info COPYRIGHT: OK (sha256: d61437443e6912d03677874c7baef242f28119c2c5d8b92b0f3f3660200f98d4) >>> perl-crypt-openssl-aes 0.02 Collecting legal info README: OK (sha256: a60b8c187cc5d90f7a43adc6be3c127abaa4c739e1e7fdcff16be358533d037f) >>> perl-data-optlist 0.113 Collecting legal info LICENSE: OK (sha256: 712f3e40537810ba3046533fd71d877f69ab446d5e8e8a1135771804494b8b42) >>> perl-dbi 1.643 Collecting legal info LICENSE: OK (sha256: 33453c8b0d8d474a42669ac702a13c20f39c91a34b3df4e6ca778fc2f0f711c7) >>> perl-devel-stacktrace 2.04 Collecting legal info LICENSE: OK (sha256: dbd3162d261db5b40cac4d85afba619ec6a196398003c57b85c2333e7ef4c393) >>> perl-device-serialport 1.04 Collecting legal info README: OK (sha256: 59432e84eca65c10c4b627f8af0b00833685856b68242b816aea2a38283a124c) >>> perl-dist-checkconflicts 0.11 Collecting legal info LICENSE: OK (sha256: b4e0637ed96008ddcbf7e0ddeb73967df3d0b4dc62a6b7fdb86eac37018cb12e) >>> perl-encode-locale 1.05 Collecting legal info README: OK (sha256: edfeacafbed5a0f2c4a2a3db3fb0274a7f210768d01c853c60b7feac841c83c8) >>> perl-gd 2.76 Collecting legal info LICENSE: OK (sha256: 1e2250289d6df4ba1c24f7550982d7ffaff2c97cd02e847659406e1afd28e83f) >>> host-perl-extutils-pkgconfig 1.16 Collecting legal info README: OK (sha256: 1ca66d6d9d2e14426825889848f0b5b4d4e153afcd74b8f42a1f2937c3a9973d) >>> perl-html-parser 3.80 Collecting legal info LICENSE: OK (sha256: 9081922eb873ec1809c20672a7385a65f3c6b1163166bf69b2bbe986fb5b0159) >>> perl-html-tagset 3.20 Collecting legal info README: OK (sha256: 275cc182d78ac2db6856442c5d334c925350fb56fe83ee3577f5850317423419) >>> perl-http-date 6.05 Collecting legal info LICENSE: OK (sha256: 305b71c4d2fd6380585689c5f1c620737a36a318ce0f9c772badce0fe293a44e) >>> perl-http-message 6.44 Collecting legal info LICENSE: OK (sha256: f2f428b5f8a3bf4e6a71cd5ea92558a3d123d3d7c5075d34923e71e46dea94df) >>> perl-io-html 1.004 Collecting legal info LICENSE: OK (sha256: 669fdd41b60ef6169a975b87a5fe35c50e81b9efc8f96b2459f4fbb238079d84) >>> perl-lwp-mediatypes 6.04 Collecting legal info LICENSE: OK (sha256: e84ac5ab84ace59952d2640e0ca4522eb0aaa8c2aa696352d1252aa109ea20bc) >>> perl-mailtools 2.21 Collecting legal info README: OK (sha256: f7558badc4f4875df247bcccb50a8f369bfe4a2c19361f1df7b26ddf6aaaaf6b) >>> perl-math-int64 0.54 Collecting legal info COPYING: OK (sha256: 59feedfdc4f99a746c54e06ac46c4627fb1e29be3bc71756184f92333600f72b) >>> perl-mime-tools 5.509 Collecting legal info COPYING: OK (sha256: 151cd94e37eb05239c5a678c7d1c4d9d5241a7c9c138760b85152bc1947e2b93) >>> perl-module-implementation 0.09 Collecting legal info LICENSE: OK (sha256: dd34e4dbcadfaa3db992201873e1cbb4b4f4c18e9bf000821d5c768e66d7ff0b) >>> perl-module-runtime 0.016 Collecting legal info README: OK (sha256: ad1761020436687e8493208336ef53e84589fdba212da59b05b8111cca75ddc1) >>> perl-mojolicious-plugin-authorization 1.06 Collecting legal info LICENSE: OK (sha256: dfab85cd06e80a3493217a1dc741cf9065417d2e803d50756f013c0b6cb0cb3e) >>> perl-mojolicious 9.31 Collecting legal info LICENSE: OK (sha256: 19e2e0f2079ea1ce1576eb4ecc0575b33fe45b2b8e71f4aa589d6bedd1da4e0a) >>> perl-moo 2.005004 Collecting legal info LICENSE: OK (sha256: a8a1595c2347f7d10e896809d4f3dea85ccc10ac5644b8073111233cd120b14a) >>> perl-package-stash 0.39 Collecting legal info LICENSE: OK (sha256: 810b319a6f4a53c9cbbef513da17b2f0c872accd149bb889f153f4b78cf8cbb8) >>> perl-params-util 1.102 Collecting legal info ARTISTIC-1.0: OK (sha256: 08c2ed7589aff3b2076b48b792078d3479c2295559ee7bc4615e93abe0473939) GPL-1: OK (sha256: 3d2fb9b42d1134f39c2e990d66b5e9b77005663fe956db526cc380eb3d9a77d8) LICENSE: OK (sha256: 834c4ebff45be11f35f059b077fdd747dee4b8a747b95049d849fef1c0ccdc62) >>> perl-path-tiny 0.144 Collecting legal info LICENSE: OK (sha256: c1a19c0d83f668a784640c0b41e024f37b182ad38011b170f9200123e57f6070) >>> perl-role-tiny 2.002004 Collecting legal info LICENSE: OK (sha256: a8a1595c2347f7d10e896809d4f3dea85ccc10ac5644b8073111233cd120b14a) >>> perl-sub-exporter-progressive 0.001013 Collecting legal info LICENSE: OK (sha256: 24c38cba4218e6be62e511bffe21e63aa57335d8929034aa58e8a85eed001e99) >>> perl-sub-install 0.928 Collecting legal info LICENSE: OK (sha256: ad5fb5c05003488f924c60ead21694d629055c9db2ee2d9dd0cf0041b9fedaca) >>> perl-sub-quote 2.006006 Collecting legal info LICENSE: OK (sha256: 88f4a8719c584d756dcfeebc7f35643066354188bfb57c672fbafcd44e044e9c) >>> perl-timedate 2.33 Collecting legal info README: OK (sha256: e72e67533eb3ddd705ae718898945e2f3bf3702e91e85bb67824575706bd5bf9) >>> perl-try-tiny 0.31 Collecting legal info LICENCE: OK (sha256: f1864ede834871a1207fcd19838b6bd5e1ff0a8704f5cc523fc397126041ed0b) >>> perl-uri 5.17 Collecting legal info LICENSE: OK (sha256: d4f0b7a8771dcb1eee79a38c2e466eb997e23565a6687dd1900a2027eabe12a0) >>> pkcs11-helper 1.29.0 Collecting legal info COPYING: OK (sha256: 808705ac1daafe07a76431929575c5712a8693977a39ec9102aed25f030754d9) COPYING.BSD: OK (sha256: 865496cf23a6c792739ff2f9ea11e95ac99db89cfe3780a295b4e1495a9c19fe) COPYING.GPL: OK (sha256: cd2e7d63a11058f19c58b06fb8c759140ce70788369dce6e6e9db40d3475021e) >>> popperjs 1.16.0 Collecting legal info LICENSE.md: OK (sha256: 2961310ed05cd9373a08b8191c071425a7fede0ca5d807ca38fa5f5f61c5b834) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> ptpd2 2.3.1 Collecting legal info COPYRIGHT: OK (sha256: 5e101ac565a8e74ef4efbf7e0c95ef9333e00618c05dbf5fb4ed50a5bab1ff09) >>> pure-ftpd 1.0.51 Collecting legal info COPYING: OK (sha256: 88c813191c1a59213c641e322cf4562618ab0116ddd7c8341c419f8863b8b0a9) >>> host-python-iniparse 0.5 Collecting legal info LICENSE-PSF: OK (sha256: 9b02e3dfe433ccd2bd94636ef6eb08638b5a54deafe5f87a3d9d9104356c48e0) LICENSE: OK (sha256: ff45637d8a96adc414179e502fbed40160e57205bf2e302140e79a0c71eceaa7) >>> host-python-lxml 4.9.2 Collecting legal info LICENSES.txt: OK (sha256: 41d49dd406aa0e1548a6d5f21a30d6bf638b3cd96eb7289dd348d83ed2e40392) doc/licenses/BSD.txt: OK (sha256: 69edb445c1335a8312d4c09271847e9956d84f0d9f724d125340cc3fad767b2a) doc/licenses/elementtree.txt: OK (sha256: 0497ae8138811ef4466ede653bab7a59feb3d3c14f9ed50fc33a00aeb5bec32e) src/lxml/isoschematron/resources/rng/iso-schematron.rng: OK (sha256: 56c5b13f28b78958890c36e3249c34c169041e42ebcfdce8080f3324ba2bf4de) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> raptor 2.0.15 Collecting legal info LICENSE.txt: OK (sha256: 6b926a47abfb87451c436fbd4a868defec963d0232c70b806ac02d4a2a6e1968) >>> rtl_433 22.11 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> sexpect 2.3.14 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> slang 2.3.3 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> socat 1.7.4.4 Collecting legal info README: OK (sha256: 3555c6bc2779ff0f9a7145d1e3cd1d8fde59548bcd3364a23b907de21eec5aa8) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.OpenSSL: OK (sha256: fd9e48ca316a5032069b9521f4f4b4d9b1c60365012bae1e62286bcd5bd2e761) >>> sord 0.16.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> spidev_test 5.8 Collecting legal info >>> sratom 0.6.14 Collecting legal info COPYING: OK (sha256: 97742aacc982d8bb10d4450e3ce71dd02a9f26ba73a0eb822ef3356a74525597) >>> stress 1.0.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> twolame 0.4.0 Collecting legal info COPYING: OK (sha256: 257a842724705950b07da76ce0e22ffa80ec77b3e9dfc6702522ac342409da0f) >>> uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ustream-ssl 68d09243b6fd4473004b27ff6483352e76e6af1a Collecting legal info ustream-ssl.h: OK (sha256: cf28f0f01a57423983fa062eb0f04bb1a78891863cb58c53059c3d8cb52c1dd4) >>> utf8proc 2.8.0 Collecting legal info LICENSE.md: OK (sha256: 3b510150d34f248a221bb88e1d811238d6c6c18b51231822c42974c39bb07256) >>> vuejs 3.2.45 Collecting legal info LICENSE: OK (sha256: 1bb85cc9b13b81ef41c81c51866172fc345e0503c86726a6755b796590b70175) >>> wilink-bt-firmware 43fca73c6a98c63fcb98f82af5bf83761778e005 Collecting legal info LICENSE: OK (sha256: 21fd99ce784dc33b39ec0b4a383a9a9b8dafea261d73ad4548683c4eecd87f37) >>> xutil_util-macros 1.19.3 Collecting legal info COPYING: OK (sha256: 489b630a75e3255485732eae3d50ff4d29d3feb66760bb3acb04f897e4d9e375) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-lzop 1.03 Collecting legal info COPYING: OK (sha256: 70439f6e2b47057a408d2390ed6663b9875f5a08066a06a060a357ef1df89a8c) >>> host-makedevs Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: libubox-d716ac4bc4236031d4c3cc1ed362b502e20e3787: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: spidev_test-5.8: cannot save license (SPIDEV_TEST_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-4/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-4/buildroot'