rm -rf /home/autobuild/autobuild/instance-5/output-1/target/lib/debug /home/autobuild/autobuild/instance-5/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-5/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/autobuild/autobuild/instance-5/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-5/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-5/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/autobuild/autobuild/instance-5/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.02-rc1-80-gad4982d18e"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-rc1\"" \ ) > /home/autobuild/autobuild/instance-5/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-5/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-5/output-1/per-package /home/autobuild/autobuild/instance-5/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-5/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs printf ' mosquitto -1 mosquitto -1 * - - - Mosquitto user\n\n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.tar mkdir -p /home/autobuild/autobuild/instance-5/output-1/images rm -rf /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar mkdir -p /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-5/output-1/target/ /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/target" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/autobuild/autobuild/instance-5/output-1/host/bin:/home/autobuild/autobuild/instance-5/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-5/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/target >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/fakeroot echo "/home/autobuild/autobuild/instance-5/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/target" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/fakeroot printf ' (cd /home/autobuild/autobuild/instance-5/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-5/output-1/images/rootfs.tar --null --xattrs-include='\''*'\'' --no-recursion -T - --numeric-owner)\n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/fakeroot chmod a+x /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/autobuild/autobuild/instance-5/output-1/host/bin:/home/autobuild/autobuild/instance-5/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-5/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/fakeroot rootdir=/home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/target table='/home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/autobuild/autobuild/instance-5/output-1/host/bin:/home/autobuild/autobuild/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" zstd -19 -z -f -T1 /home/autobuild/autobuild/instance-5/output-1/images/rootfs.tar > /home/autobuild/autobuild/instance-5/output-1/images/rootfs.tar.zst >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-5/output-1/images rm -rf /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-5/output-1/target/ /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-5/output-1/host/bin:/home/autobuild/autobuild/instance-5/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-5/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-5/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-5/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-5/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-5/output-1/host/bin:/home/autobuild/autobuild/instance-5/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-5/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-5/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-5/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 5134 objects. stage 2: creating image '/home/autobuild/autobuild/instance-5/output-1/images/rootfs.yaffs2' [ ] 1/5134 0% [ ] 2/5134 0% [ ] 3/5134 0% [ ] 4/5134 0% [ ] 5/5134 0% [ ] 6/5134 0% [ ] 7/5134 0% [ ] 8/5134 0% [ ] 9/5134 0% [ ] 10/5134 0% [ ] 11/5134 0% [ ] 12/5134 0% [ ] 13/5134 0% [ ] 14/5134 0% [ ] 15/5134 0% [ ] 16/5134 0% [ ] 17/5134 0% [ ] 18/5134 0% [ ] 19/5134 0% [ ] 20/5134 0% [ ] 21/5134 0% [ ] 22/5134 0% [ ] 23/5134 0% [ ] 24/5134 0% [ ] 25/5134 0% [ ] 26/5134 0% [ ] 27/5134 0% [ ] 28/5134 0% [ ] 29/5134 0% [ ] 30/5134 0% [ ] 31/5134 0% [ ] 32/5134 0% [ ] 33/5134 0% [ ] 34/5134 0% [ ] 35/5134 0% [ ] 36/5134 0% [ ] 37/5134 0% [ ] 38/5134 0% [ ] 39/5134 0% [ ] 40/5134 0% [ ] 41/5134 0% [ ] 42/5134 0% [ ] 43/5134 0% [ ] 44/5134 0% [ ] 45/5134 0% [ ] 46/5134 0% [ ] 47/5134 0% [ ] 48/5134 0% [ ] 49/5134 0% [ ] 50/5134 0% [ ] 51/5134 0% [ ] 52/5134 1% [ ] 53/5134 1% [ ] 54/5134 1% [ ] 55/5134 1% [ ] 56/5134 1% [ ] 57/5134 1% [ ] 58/5134 1% [ ] 59/5134 1% [ ] 60/5134 1% [ ] 61/5134 1% [ ] 62/5134 1% [ ] 63/5134 1% [ ] 64/5134 1% [ ] 65/5134 1% [ ] 66/5134 1% [ ] 67/5134 1% [ ] 68/5134 1% [ ] 69/5134 1% [ ] 70/5134 1% [ ] 71/5134 1% [ ] 72/5134 1% [ ] 73/5134 1% [ ] 74/5134 1% [ ] 75/5134 1% [ ] 76/5134 1% [ ] 77/5134 1% [ ] 78/5134 1% [ ] 79/5134 1% [ ] 80/5134 1% [ ] 81/5134 1% [ ] 82/5134 1% [= ] 83/5134 1% [= ] 84/5134 1% [= ] 85/5134 1% [= ] 86/5134 1% [= ] 87/5134 1% [= ] 88/5134 1% [= ] 89/5134 1% [= ] 90/5134 1% [= ] 91/5134 1% [= ] 92/5134 1% [= ] 93/5134 1% [= ] 94/5134 1% [= ] 95/5134 1% [= ] 96/5134 1% [= ] 97/5134 1% [= ] 98/5134 1% [= ] 99/5134 1% [= ] 100/5134 1% [= ] 101/5134 1% [= ] 102/5134 1% [= ] 103/5134 2% [= ] 104/5134 2% [= ] 105/5134 2% [= ] 106/5134 2% [= ] 107/5134 2% [= ] 108/5134 2% [= ] 109/5134 2% [= ] 110/5134 2% [= ] 111/5134 2% [= ] 112/5134 2% [= ] 113/5134 2% [= ] 114/5134 2% [= ] 115/5134 2% [= ] 116/5134 2% [= ] 117/5134 2% [= ] 118/5134 2% [= ] 119/5134 2% [= ] 120/5134 2% [= ] 121/5134 2% [= ] 122/5134 2% [= ] 123/5134 2% [= ] 124/5134 2% [= ] 125/5134 2% [= ] 126/5134 2% [= ] 127/5134 2% [= ] 128/5134 2% [= ] 129/5134 2% [= ] 130/5134 2% [= ] 131/5134 2% [= ] 132/5134 2% [= ] 133/5134 2% [= ] 134/5134 2% [= ] 135/5134 2% [= ] 136/5134 2% [= ] 137/5134 2% [= ] 138/5134 2% [= ] 139/5134 2% [= ] 140/5134 2% [= ] 141/5134 2% [= ] 142/5134 2% [= ] 143/5134 2% [= ] 144/5134 2% [= ] 145/5134 2% [= ] 146/5134 2% [= ] 147/5134 2% [= ] 148/5134 2% [= ] 149/5134 2% [= ] 150/5134 2% [= ] 151/5134 2% [= ] 152/5134 2% [= ] 153/5134 2% [= ] 154/5134 2% [= ] 155/5134 3% [= ] 156/5134 3% [= ] 157/5134 3% [= ] 158/5134 3% [= ] 159/5134 3% [= ] 160/5134 3% [= ] 161/5134 3% [= ] 162/5134 3% [= ] 163/5134 3% [= ] 164/5134 3% [= ] 165/5134 3% [== ] 166/5134 3% [== ] 167/5134 3% [== ] 168/5134 3% [== ] 169/5134 3% [== ] 170/5134 3% [== ] 171/5134 3% [== ] 172/5134 3% [== ] 173/5134 3% [== ] 174/5134 3% [== ] 175/5134 3% [== ] 176/5134 3% [== ] 177/5134 3% [== ] 178/5134 3% [== ] 179/5134 3% [== ] 180/5134 3% [== ] 181/5134 3% [== ] 182/5134 3% [== ] 183/5134 3% [== ] 184/5134 3% [== ] 185/5134 3% [== ] 186/5134 3% [== ] 187/5134 3% [== ] 188/5134 3% [== ] 189/5134 3% [== ] 190/5134 3% [== ] 191/5134 3% [== ] 192/5134 3% [== ] 193/5134 3% [== ] 194/5134 3% [== ] 195/5134 3% [== ] 196/5134 3% [== ] 197/5134 3% [== ] 198/5134 3% [== ] 199/5134 3% [== ] 200/5134 3% [== ] 201/5134 3% [== ] 202/5134 3% [== ] 203/5134 3% [== ] 204/5134 3% [== ] 205/5134 3% [== ] 206/5134 4% [== ] 207/5134 4% [== ] 208/5134 4% [== ] 209/5134 4% [== ] 210/5134 4% [== ] 211/5134 4% [== ] 212/5134 4% [== ] 213/5134 4% [== ] 214/5134 4% [== ] 215/5134 4% [== ] 216/5134 4% [== ] 217/5134 4% [== ] 218/5134 4% [== ] 219/5134 4% [== ] 220/5134 4% [== ] 221/5134 4% [== ] 222/5134 4% [== ] 223/5134 4% [== ] 224/5134 4% [== ] 225/5134 4% [== ] 226/5134 4% [== ] 227/5134 4% [== ] 228/5134 4% [== ] 229/5134 4% [== ] 230/5134 4% [== ] 231/5134 4% [== ] 232/5134 4% [== ] 233/5134 4% [== ] 234/5134 4% [== ] 235/5134 4% [== ] 236/5134 4% [== ] 237/5134 4% [== ] 238/5134 4% [== ] 239/5134 4% [== ] 240/5134 4% [== ] 241/5134 4% [== ] 242/5134 4% [== ] 243/5134 4% [== ] 244/5134 4% [== ] 245/5134 4% [== ] 246/5134 4% [== ] 247/5134 4% [== ] 248/5134 4% [=== ] 249/5134 4% [=== ] 250/5134 4% [=== ] 251/5134 4% [=== ] 252/5134 4% [=== ] 253/5134 4% [=== ] 254/5134 4% [=== ] 255/5134 4% [=== ] 256/5134 4% [=== ] 257/5134 5% [=== ] 258/5134 5% [=== ] 259/5134 5% [=== ] 260/5134 5% [=== ] 261/5134 5% [=== ] 262/5134 5% [=== ] 263/5134 5% [=== ] 264/5134 5% [=== ] 265/5134 5% [=== ] 266/5134 5% [=== ] 267/5134 5% [=== ] 268/5134 5% [=== ] 269/5134 5% [=== ] 270/5134 5% [=== ] 271/5134 5% [=== ] 272/5134 5% [=== ] 273/5134 5% [=== ] 274/5134 5% [=== ] 275/5134 5% [=== ] 276/5134 5% [=== ] 277/5134 5% [=== ] 278/5134 5% [=== ] 279/5134 5% [=== ] 280/5134 5% [=== ] 281/5134 5% [=== ] 282/5134 5% [=== ] 283/5134 5% [=== ] 284/5134 5% [=== ] 285/5134 5% [=== ] 286/5134 5% [=== ] 287/5134 5% [=== ] 288/5134 5% [=== ] 289/5134 5% [=== ] 290/5134 5% [=== ] 291/5134 5% [=== ] 292/5134 5% [=== ] 293/5134 5% [=== ] 294/5134 5% [=== ] 295/5134 5% [=== ] 296/5134 5% [=== ] 297/5134 5% [=== ] 298/5134 5% [=== ] 299/5134 5% [=== ] 300/5134 5% [=== ] 301/5134 5% [=== ] 302/5134 5% [=== ] 303/5134 5% [=== ] 304/5134 5% [=== ] 305/5134 5% [=== ] 306/5134 5% [=== ] 307/5134 5% [=== ] 308/5134 5% [=== ] 309/5134 6% [=== ] 310/5134 6% [=== ] 311/5134 6% [=== ] 312/5134 6% [=== ] 313/5134 6% [=== ] 314/5134 6% [=== ] 315/5134 6% [=== ] 316/5134 6% [=== ] 317/5134 6% [=== ] 318/5134 6% [=== ] 319/5134 6% [=== ] 320/5134 6% [=== ] 321/5134 6% [=== ] 322/5134 6% [=== ] 323/5134 6% [=== ] 324/5134 6% [=== ] 325/5134 6% [=== ] 326/5134 6% [=== ] 327/5134 6% [=== ] 328/5134 6% [=== ] 329/5134 6% [=== ] 330/5134 6% [=== ] 331/5134 6% [==== ] 332/5134 6% [==== ] 333/5134 6% [==== ] 334/5134 6% [==== ] 335/5134 6% [==== ] 336/5134 6% [==== ] 337/5134 6% [==== ] 338/5134 6% [==== ] 339/5134 6% [==== ] 340/5134 6% [==== ] 341/5134 6% [==== ] 342/5134 6% [==== ] 343/5134 6% [==== ] 344/5134 6% [==== ] 345/5134 6% [==== ] 346/5134 6% [==== ] 347/5134 6% [==== ] 348/5134 6% [==== ] 349/5134 6% [==== ] 350/5134 6% [==== ] 351/5134 6% [==== ] 352/5134 6% [==== ] 353/5134 6% [==== ] 354/5134 6% [==== ] 355/5134 6% [==== ] 356/5134 6% [==== ] 357/5134 6% [==== ] 358/5134 6% [==== ] 359/5134 6% [==== ] 360/5134 7% [==== ] 361/5134 7% [==== ] 362/5134 7% [==== ] 363/5134 7% [==== ] 364/5134 7% [==== ] 365/5134 7% [==== ] 366/5134 7% [==== ] 367/5134 7% [==== ] 368/5134 7% [==== ] 369/5134 7% [==== ] 370/5134 7% [==== ] 371/5134 7% [==== ] 372/5134 7% [==== ] 373/5134 7% [==== ] 374/5134 7% [==== ] 375/5134 7% [==== ] 376/5134 7% [==== ] 377/5134 7% [==== ] 378/5134 7% [==== ] 379/5134 7% [==== ] 380/5134 7% [==== ] 381/5134 7% [==== ] 382/5134 7% [==== ] 383/5134 7% [==== ] 384/5134 7% [==== ] 385/5134 7% [==== ] 386/5134 7% [==== ] 387/5134 7% [==== ] 388/5134 7% [==== ] 389/5134 7% [==== ] 390/5134 7% [==== ] 391/5134 7% [==== ] 392/5134 7% [==== ] 393/5134 7% [==== ] 394/5134 7% [==== ] 395/5134 7% [==== ] 396/5134 7% [==== ] 397/5134 7% [==== ] 398/5134 7% [==== ] 399/5134 7% [==== ] 400/5134 7% [==== ] 401/5134 7% [==== ] 402/5134 7% [==== ] 403/5134 7% [==== ] 404/5134 7% [==== ] 405/5134 7% [==== ] 406/5134 7% [==== ] 407/5134 7% [==== ] 408/5134 7% [==== ] 409/5134 7% [==== ] 410/5134 7% [==== ] 411/5134 8% [==== ] 412/5134 8% [==== ] 413/5134 8% [==== ] 414/5134 8% [===== ] 415/5134 8% [===== ] 416/5134 8% [===== ] 417/5134 8% [===== ] 418/5134 8% [===== ] 419/5134 8% [===== ] 420/5134 8% [===== ] 421/5134 8% [===== ] 422/5134 8% [===== ] 423/5134 8% [===== ] 424/5134 8% [===== ] 425/5134 8% [===== ] 426/5134 8% [===== ] 427/5134 8% [===== ] 428/5134 8% [===== ] 429/5134 8% [===== ] 430/5134 8% [===== ] 431/5134 8% [===== ] 432/5134 8% [===== ] 433/5134 8% [===== ] 434/5134 8% [===== ] 435/5134 8% [===== ] 436/5134 8% [===== ] 437/5134 8% [===== ] 438/5134 8% [===== ] 439/5134 8% [===== ] 440/5134 8% [===== ] 441/5134 8% [===== ] 442/5134 8% [===== ] 443/5134 8% [===== ] 444/5134 8% [===== ] 445/5134 8% [===== ] 446/5134 8% [===== ] 447/5134 8% [===== ] 448/5134 8% [===== ] 449/5134 8% [===== ] 450/5134 8% [===== ] 451/5134 8% [===== ] 452/5134 8% [===== ] 453/5134 8% [===== ] 454/5134 8% [===== ] 455/5134 8% [===== ] 456/5134 8% [===== ] 457/5134 8% [===== ] 458/5134 8% [===== ] 459/5134 8% [===== ] 460/5134 8% [===== ] 461/5134 8% [===== ] 462/5134 8% [===== ] 463/5134 9% [===== ] 464/5134 9% [===== ] 465/5134 9% [===== ] 466/5134 9% [===== ] 467/5134 9% [===== ] 468/5134 9% [===== ] 469/5134 9% [===== ] 470/5134 9% [===== ] 471/5134 9% [===== ] 472/5134 9% [===== ] 473/5134 9% [===== ] 474/5134 9% [===== ] 475/5134 9% [===== ] 476/5134 9% [===== ] 477/5134 9% [===== ] 478/5134 9% [===== ] 479/5134 9% [===== ] 480/5134 9% [===== ] 481/5134 9% [===== ] 482/5134 9% [===== ] 483/5134 9% [===== ] 484/5134 9% [===== ] 485/5134 9% [===== ] 486/5134 9% [===== ] 487/5134 9% [===== ] 488/5134 9% [===== ] 489/5134 9% [===== ] 490/5134 9% [===== ] 491/5134 9% [===== ] 492/5134 9% [===== ] 493/5134 9% [===== ] 494/5134 9% [===== ] 495/5134 9% [===== ] 496/5134 9% [====== ] 497/5134 9% [====== ] 498/5134 9% [====== ] 499/5134 9% [====== ] 500/5134 9% [====== ] 501/5134 9% [====== ] 502/5134 9% [====== ] 503/5134 9% [====== ] 504/5134 9% [====== ] 505/5134 9% [====== ] 506/5134 9% [====== ] 507/5134 9% [====== ] 508/5134 9% [====== ] 509/5134 9% [====== ] 510/5134 9% [====== ] 511/5134 9% [====== ] 512/5134 9% [====== ] 513/5134 9% [====== ] 514/5134 10% [====== ] 515/5134 10% [====== ] 516/5134 10% [====== ] 517/5134 10% [====== ] 518/5134 10% [====== ] 519/5134 10% [====== ] 520/5134 10% [====== ] 521/5134 10% [====== ] 522/5134 10% [====== ] 523/5134 10% [====== ] 524/5134 10% [====== ] 525/5134 10% [====== ] 526/5134 10% [====== ] 527/5134 10% [====== ] 528/5134 10% [====== ] 529/5134 10% [====== ] 530/5134 10% [====== ] 531/5134 10% [====== ] 532/5134 10% [====== ] 533/5134 10% [====== ] 534/5134 10% [====== ] 535/5134 10% [====== ] 536/5134 10% [====== ] 537/5134 10% [====== ] 538/5134 10% [====== ] 539/5134 10% [====== ] 540/5134 10% [====== ] 541/5134 10% [====== ] 542/5134 10% [====== ] 543/5134 10% [====== ] 544/5134 10% [====== ] 545/5134 10% [====== ] 546/5134 10% [====== ] 547/5134 10% [====== ] 548/5134 10% [====== ] 549/5134 10% [====== ] 550/5134 10% [====== ] 551/5134 10% [====== ] 552/5134 10% [====== ] 553/5134 10% [====== ] 554/5134 10% [====== ] 555/5134 10% [====== ] 556/5134 10% [====== ] 557/5134 10% [====== ] 558/5134 10% [====== ] 559/5134 10% [====== ] 560/5134 10% [====== ] 561/5134 10% [====== ] 562/5134 10% [====== ] 563/5134 10% [====== ] 564/5134 10% [====== ] 565/5134 11% [====== ] 566/5134 11% [====== ] 567/5134 11% [====== ] 568/5134 11% [====== ] 569/5134 11% [====== ] 570/5134 11% [====== ] 571/5134 11% [====== ] 572/5134 11% [====== ] 573/5134 11% [====== ] 574/5134 11% [====== ] 575/5134 11% [====== ] 576/5134 11% [====== ] 577/5134 11% [====== ] 578/5134 11% [====== ] 579/5134 11% [======= ] 580/5134 11% [======= ] 581/5134 11% [======= ] 582/5134 11% [======= ] 583/5134 11% [======= ] 584/5134 11% [======= ] 585/5134 11% [======= ] 586/5134 11% [======= ] 587/5134 11% [======= ] 588/5134 11% [======= ] 589/5134 11% [======= ] 590/5134 11% [======= ] 591/5134 11% [======= ] 592/5134 11% [======= ] 593/5134 11% [======= ] 594/5134 11% [======= ] 595/5134 11% [======= ] 596/5134 11% [======= ] 597/5134 11% [======= ] 598/5134 11% [======= ] 599/5134 11% [======= ] 600/5134 11% [======= ] 601/5134 11% [======= ] 602/5134 11% [======= ] 603/5134 11% [======= ] 604/5134 11% [======= ] 605/5134 11% [======= ] 606/5134 11% [======= ] 607/5134 11% [======= ] 608/5134 11% [======= ] 609/5134 11% [======= ] 610/5134 11% [======= ] 611/5134 11% [======= ] 612/5134 11% [======= ] 613/5134 11% [======= ] 614/5134 11% [======= ] 615/5134 11% [======= ] 616/5134 11% [======= ] 617/5134 12% [======= ] 618/5134 12% [======= ] 619/5134 12% [======= ] 620/5134 12% [======= ] 621/5134 12% [======= ] 622/5134 12% [======= ] 623/5134 12% [======= ] 624/5134 12% [======= ] 625/5134 12% [======= ] 626/5134 12% [======= ] 627/5134 12% [======= ] 628/5134 12% [======= ] 629/5134 12% [======= ] 630/5134 12% [======= ] 631/5134 12% [======= ] 632/5134 12% [======= ] 633/5134 12% [======= ] 634/5134 12% [======= ] 635/5134 12% [======= ] 636/5134 12% [======= ] 637/5134 12% [======= ] 638/5134 12% [======= ] 639/5134 12% [======= ] 640/5134 12% [======= ] 641/5134 12% [======= ] 642/5134 12% [======= ] 643/5134 12% [======= ] 644/5134 12% [======= ] 645/5134 12% [======= ] 646/5134 12% [======= ] 647/5134 12% [======= ] 648/5134 12% [======= ] 649/5134 12% [======= ] 650/5134 12% [======= ] 651/5134 12% [======= ] 652/5134 12% [======= ] 653/5134 12% [======= ] 654/5134 12% [======= ] 655/5134 12% [======= ] 656/5134 12% [======= ] 657/5134 12% [======= ] 658/5134 12% [======= ] 659/5134 12% [======= ] 660/5134 12% [======= ] 661/5134 12% [======= ] 662/5134 12% [======== ] 663/5134 12% [======== ] 664/5134 12% [======== ] 665/5134 12% [======== ] 666/5134 12% [======== ] 667/5134 12% [======== ] 668/5134 13% [======== ] 669/5134 13% [======== ] 670/5134 13% [======== ] 671/5134 13% [======== ] 672/5134 13% [======== ] 673/5134 13% [======== ] 674/5134 13% [======== ] 675/5134 13% [======== ] 676/5134 13% [======== ] 677/5134 13% [======== ] 678/5134 13% [======== ] 679/5134 13% [======== ] 680/5134 13% [======== ] 681/5134 13% [======== ] 682/5134 13% [======== ] 683/5134 13% [======== ] 684/5134 13% [======== ] 685/5134 13% [======== ] 686/5134 13% [======== ] 687/5134 13% [======== ] 688/5134 13% [======== ] 689/5134 13% [======== ] 690/5134 13% [======== ] 691/5134 13% [======== ] 692/5134 13% [======== ] 693/5134 13% [======== ] 694/5134 13% [======== ] 695/5134 13% [======== ] 696/5134 13% [======== ] 697/5134 13% [======== ] 698/5134 13% [======== ] 699/5134 13% [======== ] 700/5134 13% [======== ] 701/5134 13% [======== ] 702/5134 13% [======== ] 703/5134 13% [======== ] 704/5134 13% [======== ] 705/5134 13% [======== ] 706/5134 13% [======== ] 707/5134 13% [======== ] 708/5134 13% [======== ] 709/5134 13% [======== ] 710/5134 13% [======== ] 711/5134 13% [======== ] 712/5134 13% [======== ] 713/5134 13% [======== ] 714/5134 13% [======== ] 715/5134 13% [======== ] 716/5134 13% [======== ] 717/5134 13% [======== ] 718/5134 13% [======== ] 719/5134 14% [======== ] 720/5134 14% [======== ] 721/5134 14% [======== ] 722/5134 14% [======== ] 723/5134 14% [======== ] 724/5134 14% [======== ] 725/5134 14% [======== ] 726/5134 14% [======== ] 727/5134 14% [======== ] 728/5134 14% [======== ] 729/5134 14% [======== ] 730/5134 14% [======== ] 731/5134 14% [======== ] 732/5134 14% [======== ] 733/5134 14% [======== ] 734/5134 14% [======== ] 735/5134 14% [======== ] 736/5134 14% [======== ] 737/5134 14% [======== ] 738/5134 14% [======== ] 739/5134 14% [======== ] 740/5134 14% [======== ] 741/5134 14% [======== ] 742/5134 14% [======== ] 743/5134 14% [======== ] 744/5134 14% [======== ] 745/5134 14% [========= ] 746/5134 14% [========= ] 747/5134 14% [========= ] 748/5134 14% [========= ] 749/5134 14% [========= ] 750/5134 14% [========= ] 751/5134 14% [========= ] 752/5134 14% [========= ] 753/5134 14% [========= ] 754/5134 14% [========= ] 755/5134 14% [========= ] 756/5134 14% [========= ] 757/5134 14% [========= ] 758/5134 14% [========= ] 759/5134 14% [========= ] 760/5134 14% [========= ] 761/5134 14% [========= ] 762/5134 14% [========= ] 763/5134 14% [========= ] 764/5134 14% [========= ] 765/5134 14% [========= ] 766/5134 14% [========= ] 767/5134 14% [========= ] 768/5134 14% [========= ] 769/5134 14% [========= ] 770/5134 14% [========= ] 771/5134 15% [========= ] 772/5134 15% [========= ] 773/5134 15% [========= ] 774/5134 15% [========= ] 775/5134 15% [========= ] 776/5134 15% [========= ] 777/5134 15% [========= ] 778/5134 15% [========= ] 779/5134 15% [========= ] 780/5134 15% [========= ] 781/5134 15% [========= ] 782/5134 15% [========= ] 783/5134 15% [========= ] 784/5134 15% [========= ] 785/5134 15% [========= ] 786/5134 15% [========= ] 787/5134 15% [========= ] 788/5134 15% [========= ] 789/5134 15% [========= ] 790/5134 15% [========= ] 791/5134 15% [========= ] 792/5134 15% [========= ] 793/5134 15% [========= ] 794/5134 15% [========= ] 795/5134 15% [========= ] 796/5134 15% [========= ] 797/5134 15% [========= ] 798/5134 15% [========= ] 799/5134 15% [========= ] 800/5134 15% [========= ] 801/5134 15% [========= ] 802/5134 15% [========= ] 803/5134 15% [========= ] 804/5134 15% [========= ] 805/5134 15% [========= ] 806/5134 15% [========= ] 807/5134 15% [========= ] 808/5134 15% [========= ] 809/5134 15% [========= ] 810/5134 15% [========= ] 811/5134 15% [========= ] 812/5134 15% [========= ] 813/5134 15% [========= ] 814/5134 15% [========= ] 815/5134 15% [========= ] 816/5134 15% [========= ] 817/5134 15% [========= ] 818/5134 15% [========= ] 819/5134 15% [========= ] 820/5134 15% [========= ] 821/5134 15% [========= ] 822/5134 16% [========= ] 823/5134 16% [========= ] 824/5134 16% [========= ] 825/5134 16% [========= ] 826/5134 16% [========= ] 827/5134 16% [========= ] 828/5134 16% [========== ] 829/5134 16% [========== ] 830/5134 16% [========== ] 831/5134 16% [========== ] 832/5134 16% [========== ] 833/5134 16% [========== ] 834/5134 16% [========== ] 835/5134 16% [========== ] 836/5134 16% [========== ] 837/5134 16% [========== ] 838/5134 16% [========== ] 839/5134 16% [========== ] 840/5134 16% [========== ] 841/5134 16% [========== ] 842/5134 16% [========== ] 843/5134 16% [========== ] 844/5134 16% [========== ] 845/5134 16% [========== ] 846/5134 16% [========== ] 847/5134 16% [========== ] 848/5134 16% [========== ] 849/5134 16% [========== ] 850/5134 16% [========== ] 851/5134 16% [========== ] 852/5134 16% [========== ] 853/5134 16% [========== ] 854/5134 16% [========== ] 855/5134 16% [========== ] 856/5134 16% [========== ] 857/5134 16% [========== ] 858/5134 16% [========== ] 859/5134 16% [========== ] 860/5134 16% [========== ] 861/5134 16% [========== ] 862/5134 16% [========== ] 863/5134 16% [========== ] 864/5134 16% [========== ] 865/5134 16% [========== ] 866/5134 16% [========== ] 867/5134 16% [========== ] 868/5134 16% [========== ] 869/5134 16% [========== ] 870/5134 16% [========== ] 871/5134 16% [========== ] 872/5134 16% [========== ] 873/5134 17% [========== ] 874/5134 17% [========== ] 875/5134 17% [========== ] 876/5134 17% [========== ] 877/5134 17% [========== ] 878/5134 17% [========== ] 879/5134 17% [========== ] 880/5134 17% [========== ] 881/5134 17% [========== ] 882/5134 17% [========== ] 883/5134 17% [========== ] 884/5134 17% [========== ] 885/5134 17% [========== ] 886/5134 17% [========== ] 887/5134 17% [========== ] 888/5134 17% [========== ] 889/5134 17% [========== ] 890/5134 17% [========== ] 891/5134 17% [========== ] 892/5134 17% [========== ] 893/5134 17% [========== ] 894/5134 17% [========== ] 895/5134 17% [========== ] 896/5134 17% [========== ] 897/5134 17% [========== ] 898/5134 17% [========== ] 899/5134 17% [========== ] 900/5134 17% [========== ] 901/5134 17% [========== ] 902/5134 17% [========== ] 903/5134 17% [========== ] 904/5134 17% [========== ] 905/5134 17% [========== ] 906/5134 17% [========== ] 907/5134 17% [========== ] 908/5134 17% [========== ] 909/5134 17% [========== ] 910/5134 17% [=========== ] 911/5134 17% [=========== ] 912/5134 17% [=========== ] 913/5134 17% [=========== ] 914/5134 17% [=========== ] 915/5134 17% [=========== ] 916/5134 17% [=========== ] 917/5134 17% [=========== ] 918/5134 17% [=========== ] 919/5134 17% [=========== ] 920/5134 17% [=========== ] 921/5134 17% [=========== ] 922/5134 17% [=========== ] 923/5134 17% [=========== ] 924/5134 17% [=========== ] 925/5134 18% [=========== ] 926/5134 18% [=========== ] 927/5134 18% [=========== ] 928/5134 18% [=========== ] 929/5134 18% [=========== ] 930/5134 18% [=========== ] 931/5134 18% [=========== ] 932/5134 18% [=========== ] 933/5134 18% [=========== ] 934/5134 18% [=========== ] 935/5134 18% [=========== ] 936/5134 18% [=========== ] 937/5134 18% [=========== ] 938/5134 18% [=========== ] 939/5134 18% [=========== ] 940/5134 18% [=========== ] 941/5134 18% [=========== ] 942/5134 18% [=========== ] 943/5134 18% [=========== ] 944/5134 18% [=========== ] 945/5134 18% [=========== ] 946/5134 18% [=========== ] 947/5134 18% [=========== ] 948/5134 18% [=========== ] 949/5134 18% [=========== ] 950/5134 18% [=========== ] 951/5134 18% [=========== ] 952/5134 18% [=========== ] 953/5134 18% [=========== ] 954/5134 18% [=========== ] 955/5134 18% [=========== ] 956/5134 18% [=========== ] 957/5134 18% [=========== ] 958/5134 18% [=========== ] 959/5134 18% [=========== ] 960/5134 18% [=========== ] 961/5134 18% [=========== ] 962/5134 18% [=========== ] 963/5134 18% [=========== ] 964/5134 18% [=========== ] 965/5134 18% [=========== ] 966/5134 18% [=========== ] 967/5134 18% [=========== ] 968/5134 18% [=========== ] 969/5134 18% [=========== ] 970/5134 18% [=========== ] 971/5134 18% [=========== ] 972/5134 18% [=========== ] 973/5134 18% [=========== ] 974/5134 18% [=========== ] 975/5134 18% [=========== ] 976/5134 19% [=========== ] 977/5134 19% [=========== ] 978/5134 19% [=========== ] 979/5134 19% [=========== ] 980/5134 19% [=========== ] 981/5134 19% [=========== ] 982/5134 19% [=========== ] 983/5134 19% [=========== ] 984/5134 19% [=========== ] 985/5134 19% [=========== ] 986/5134 19% [=========== ] 987/5134 19% [=========== ] 988/5134 19% [=========== ] 989/5134 19% [=========== ] 990/5134 19% [=========== ] 991/5134 19% [=========== ] 992/5134 19% [=========== ] 993/5134 19% [============ ] 994/5134 19% [============ ] 995/5134 19% [============ ] 996/5134 19% [============ ] 997/5134 19% [============ ] 998/5134 19% [============ ] 999/5134 19% [============ ] 1000/5134 19% [============ ] 1001/5134 19% [============ ] 1002/5134 19% [============ ] 1003/5134 19% [============ ] 1004/5134 19% [============ ] 1005/5134 19% [============ ] 1006/5134 19% [============ ] 1007/5134 19% [============ ] 1008/5134 19% [============ ] 1009/5134 19% [============ ] 1010/5134 19% [============ ] 1011/5134 19% [============ ] 1012/5134 19% [============ ] 1013/5134 19% [============ ] 1014/5134 19% [============ ] 1015/5134 19% [============ ] 1016/5134 19% [============ ] 1017/5134 19% [============ ] 1018/5134 19% [============ ] 1019/5134 19% [============ ] 1020/5134 19% [============ ] 1021/5134 19% [============ ] 1022/5134 19% [============ ] 1023/5134 19% [============ ] 1024/5134 19% [============ ] 1025/5134 19% [============ ] 1026/5134 19% [============ ] 1027/5134 20% [============ ] 1028/5134 20% [============ ] 1029/5134 20% [============ ] 1030/5134 20% [============ ] 1031/5134 20% [============ ] 1032/5134 20% [============ ] 1033/5134 20% [============ ] 1034/5134 20% [============ ] 1035/5134 20% [============ ] 1036/5134 20% [============ ] 1037/5134 20% [============ ] 1038/5134 20% [============ ] 1039/5134 20% [============ ] 1040/5134 20% [============ ] 1041/5134 20% [============ ] 1042/5134 20% [============ ] 1043/5134 20% [============ ] 1044/5134 20% [============ ] 1045/5134 20% [============ ] 1046/5134 20% [============ ] 1047/5134 20% [============ ] 1048/5134 20% [============ ] 1049/5134 20% [============ ] 1050/5134 20% [============ ] 1051/5134 20% [============ ] 1052/5134 20% [============ ] 1053/5134 20% [============ ] 1054/5134 20% [============ ] 1055/5134 20% [============ ] 1056/5134 20% [============ ] 1057/5134 20% [============ ] 1058/5134 20% [============ ] 1059/5134 20% [============ ] 1060/5134 20% [============ ] 1061/5134 20% [============ ] 1062/5134 20% [============ ] 1063/5134 20% [============ ] 1064/5134 20% [============ ] 1065/5134 20% [============ ] 1066/5134 20% [============ ] 1067/5134 20% [============ ] 1068/5134 20% [============ ] 1069/5134 20% [============ ] 1070/5134 20% [============ ] 1071/5134 20% [============ ] 1072/5134 20% [============ ] 1073/5134 20% [============ ] 1074/5134 20% [============ ] 1075/5134 20% [============ ] 1076/5134 20% [============= ] 1077/5134 20% [============= ] 1078/5134 20% [============= ] 1079/5134 21% [============= ] 1080/5134 21% [============= ] 1081/5134 21% [============= ] 1082/5134 21% [============= ] 1083/5134 21% [============= ] 1084/5134 21% [============= ] 1085/5134 21% [============= ] 1086/5134 21% [============= ] 1087/5134 21% [============= ] 1088/5134 21% [============= ] 1089/5134 21% [============= ] 1090/5134 21% [============= ] 1091/5134 21% [============= ] 1092/5134 21% [============= ] 1093/5134 21% [============= ] 1094/5134 21% [============= ] 1095/5134 21% [============= ] 1096/5134 21% [============= ] 1097/5134 21% [============= ] 1098/5134 21% [============= ] 1099/5134 21% [============= ] 1100/5134 21% [============= ] 1101/5134 21% [============= ] 1102/5134 21% [============= ] 1103/5134 21% [============= ] 1104/5134 21% [============= ] 1105/5134 21% [============= ] 1106/5134 21% [============= ] 1107/5134 21% [============= ] 1108/5134 21% [============= ] 1109/5134 21% [============= ] 1110/5134 21% [============= ] 1111/5134 21% [============= ] 1112/5134 21% [============= ] 1113/5134 21% [============= ] 1114/5134 21% [============= ] 1115/5134 21% [============= ] 1116/5134 21% [============= ] 1117/5134 21% [============= ] 1118/5134 21% [============= ] 1119/5134 21% [============= ] 1120/5134 21% [============= ] 1121/5134 21% [============= ] 1122/5134 21% [============= ] 1123/5134 21% [============= ] 1124/5134 21% [============= ] 1125/5134 21% [============= ] 1126/5134 21% [============= ] 1127/5134 21% [============= ] 1128/5134 21% [============= ] 1129/5134 21% [============= ] 1130/5134 22% [============= ] 1131/5134 22% [============= ] 1132/5134 22% [============= ] 1133/5134 22% [============= ] 1134/5134 22% [============= ] 1135/5134 22% [============= ] 1136/5134 22% [============= ] 1137/5134 22% [============= ] 1138/5134 22% [============= ] 1139/5134 22% [============= ] 1140/5134 22% [============= ] 1141/5134 22% [============= ] 1142/5134 22% [============= ] 1143/5134 22% [============= ] 1144/5134 22% [============= ] 1145/5134 22% [============= ] 1146/5134 22% [============= ] 1147/5134 22% [============= ] 1148/5134 22% [============= ] 1149/5134 22% [============= ] 1150/5134 22% [============= ] 1151/5134 22% [============= ] 1152/5134 22% [============= ] 1153/5134 22% [============= ] 1154/5134 22% [============= ] 1155/5134 22% [============= ] 1156/5134 22% [============= ] 1157/5134 22% [============= ] 1158/5134 22% [============= ] 1159/5134 22% [============== ] 1160/5134 22% [============== ] 1161/5134 22% [============== ] 1162/5134 22% [============== ] 1163/5134 22% [============== ] 1164/5134 22% [============== ] 1165/5134 22% [============== ] 1166/5134 22% [============== ] 1167/5134 22% [============== ] 1168/5134 22% [============== ] 1169/5134 22% [============== ] 1170/5134 22% [============== ] 1171/5134 22% [============== ] 1172/5134 22% [============== ] 1173/5134 22% [============== ] 1174/5134 22% [============== ] 1175/5134 22% [============== ] 1176/5134 22% [============== ] 1177/5134 22% [============== ] 1178/5134 22% [============== ] 1179/5134 22% [============== ] 1180/5134 22% [============== ] 1181/5134 23% [============== ] 1182/5134 23% [============== ] 1183/5134 23% [============== ] 1184/5134 23% [============== ] 1185/5134 23% [============== ] 1186/5134 23% [============== ] 1187/5134 23% [============== ] 1188/5134 23% [============== ] 1189/5134 23% [============== ] 1190/5134 23% [============== ] 1191/5134 23% [============== ] 1192/5134 23% [============== ] 1193/5134 23% [============== ] 1194/5134 23% [============== ] 1195/5134 23% [============== ] 1196/5134 23% [============== ] 1197/5134 23% [============== ] 1198/5134 23% [============== ] 1199/5134 23% [============== ] 1200/5134 23% [============== ] 1201/5134 23% [============== ] 1202/5134 23% [============== ] 1203/5134 23% [============== ] 1204/5134 23% [============== ] 1205/5134 23% [============== ] 1206/5134 23% [============== ] 1207/5134 23% [============== ] 1208/5134 23% [============== ] 1209/5134 23% [============== ] 1210/5134 23% [============== ] 1211/5134 23% [============== ] 1212/5134 23% [============== ] 1213/5134 23% [============== ] 1214/5134 23% [============== ] 1215/5134 23% [============== ] 1216/5134 23% [============== ] 1217/5134 23% [============== ] 1218/5134 23% [============== ] 1219/5134 23% [============== ] 1220/5134 23% [============== ] 1221/5134 23% [============== ] 1222/5134 23% [============== ] 1223/5134 23% [============== ] 1224/5134 23% [============== ] 1225/5134 23% [============== ] 1226/5134 23% [============== ] 1227/5134 23% [============== ] 1228/5134 23% [============== ] 1229/5134 23% [============== ] 1230/5134 23% [============== ] 1231/5134 23% [============== ] 1232/5134 23% [============== ] 1233/5134 24% [============== ] 1234/5134 24% [============== ] 1235/5134 24% [============== ] 1236/5134 24% [============== ] 1237/5134 24% [============== ] 1238/5134 24% [============== ] 1239/5134 24% [============== ] 1240/5134 24% [============== ] 1241/5134 24% [============== ] 1242/5134 24% [=============== ] 1243/5134 24% [=============== ] 1244/5134 24% [=============== ] 1245/5134 24% [=============== ] 1246/5134 24% [=============== ] 1247/5134 24% [=============== ] 1248/5134 24% [=============== ] 1249/5134 24% [=============== ] 1250/5134 24% [=============== ] 1251/5134 24% [=============== ] 1252/5134 24% [=============== ] 1253/5134 24% [=============== ] 1254/5134 24% [=============== ] 1255/5134 24% [=============== ] 1256/5134 24% [=============== ] 1257/5134 24% [=============== ] 1258/5134 24% [=============== ] 1259/5134 24% [=============== ] 1260/5134 24% [=============== ] 1261/5134 24% [=============== ] 1262/5134 24% [=============== ] 1263/5134 24% [=============== ] 1264/5134 24% [=============== ] 1265/5134 24% [=============== ] 1266/5134 24% [=============== ] 1267/5134 24% [=============== ] 1268/5134 24% [=============== ] 1269/5134 24% [=============== ] 1270/5134 24% [=============== ] 1271/5134 24% [=============== ] 1272/5134 24% [=============== ] 1273/5134 24% [=============== ] 1274/5134 24% [=============== ] 1275/5134 24% [=============== ] 1276/5134 24% [=============== ] 1277/5134 24% [=============== ] 1278/5134 24% [=============== ] 1279/5134 24% [=============== ] 1280/5134 24% [=============== ] 1281/5134 24% [=============== ] 1282/5134 24% [=============== ] 1283/5134 24% [=============== ] 1284/5134 25% [=============== ] 1285/5134 25% [=============== ] 1286/5134 25% [=============== ] 1287/5134 25% [=============== ] 1288/5134 25% [=============== ] 1289/5134 25% [=============== ] 1290/5134 25% [=============== ] 1291/5134 25% [=============== ] 1292/5134 25% [=============== ] 1293/5134 25% [=============== ] 1294/5134 25% [=============== ] 1295/5134 25% [=============== ] 1296/5134 25% [=============== ] 1297/5134 25% [=============== ] 1298/5134 25% [=============== ] 1299/5134 25% [=============== ] 1300/5134 25% [=============== ] 1301/5134 25% [=============== ] 1302/5134 25% [=============== ] 1303/5134 25% [=============== ] 1304/5134 25% [=============== ] 1305/5134 25% [=============== ] 1306/5134 25% [=============== ] 1307/5134 25% [=============== ] 1308/5134 25% [=============== ] 1309/5134 25% [=============== ] 1310/5134 25% [=============== ] 1311/5134 25% [=============== ] 1312/5134 25% [=============== ] 1313/5134 25% [=============== ] 1314/5134 25% [=============== ] 1315/5134 25% [=============== ] 1316/5134 25% [=============== ] 1317/5134 25% [=============== ] 1318/5134 25% [=============== ] 1319/5134 25% [=============== ] 1320/5134 25% [=============== ] 1321/5134 25% [=============== ] 1322/5134 25% [=============== ] 1323/5134 25% [=============== ] 1324/5134 25% [================ ] 1325/5134 25% [================ ] 1326/5134 25% [================ ] 1327/5134 25% [================ ] 1328/5134 25% [================ ] 1329/5134 25% [================ ] 1330/5134 25% [================ ] 1331/5134 25% [================ ] 1332/5134 25% [================ ] 1333/5134 25% [================ ] 1334/5134 25% [================ ] 1335/5134 26% [================ ] 1336/5134 26% [================ ] 1337/5134 26% [================ ] 1338/5134 26% [================ ] 1339/5134 26% [================ ] 1340/5134 26% [================ ] 1341/5134 26% [================ ] 1342/5134 26% [================ ] 1343/5134 26% [================ ] 1344/5134 26% [================ ] 1345/5134 26% [================ ] 1346/5134 26% [================ ] 1347/5134 26% [================ ] 1348/5134 26% [================ ] 1349/5134 26% [================ ] 1350/5134 26% [================ ] 1351/5134 26% [================ ] 1352/5134 26% [================ ] 1353/5134 26% [================ ] 1354/5134 26% [================ ] 1355/5134 26% [================ ] 1356/5134 26% [================ ] 1357/5134 26% [================ ] 1358/5134 26% [================ ] 1359/5134 26% [================ ] 1360/5134 26% [================ ] 1361/5134 26% [================ ] 1362/5134 26% [================ ] 1363/5134 26% [================ ] 1364/5134 26% [================ ] 1365/5134 26% [================ ] 1366/5134 26% [================ ] 1367/5134 26% [================ ] 1368/5134 26% [================ ] 1369/5134 26% [================ ] 1370/5134 26% [================ ] 1371/5134 26% [================ ] 1372/5134 26% [================ ] 1373/5134 26% [================ ] 1374/5134 26% [================ ] 1375/5134 26% [================ ] 1376/5134 26% [================ ] 1377/5134 26% [================ ] 1378/5134 26% [================ ] 1379/5134 26% [================ ] 1380/5134 26% [================ ] 1381/5134 26% [================ ] 1382/5134 26% [================ ] 1383/5134 26% [================ ] 1384/5134 26% [================ ] 1385/5134 26% [================ ] 1386/5134 26% [================ ] 1387/5134 27% [================ ] 1388/5134 27% [================ ] 1389/5134 27% [================ ] 1390/5134 27% [================ ] 1391/5134 27% [================ ] 1392/5134 27% [================ ] 1393/5134 27% [================ ] 1394/5134 27% [================ ] 1395/5134 27% [================ ] 1396/5134 27% [================ ] 1397/5134 27% [================ ] 1398/5134 27% [================ ] 1399/5134 27% [================ ] 1400/5134 27% [================ ] 1401/5134 27% [================ ] 1402/5134 27% [================ ] 1403/5134 27% [================ ] 1404/5134 27% [================ ] 1405/5134 27% [================ ] 1406/5134 27% [================ ] 1407/5134 27% [================= ] 1408/5134 27% [================= ] 1409/5134 27% [================= ] 1410/5134 27% [================= ] 1411/5134 27% [================= ] 1412/5134 27% [================= ] 1413/5134 27% [================= ] 1414/5134 27% [================= ] 1415/5134 27% [================= ] 1416/5134 27% [================= ] 1417/5134 27% [================= ] 1418/5134 27% [================= ] 1419/5134 27% [================= ] 1420/5134 27% [================= ] 1421/5134 27% [================= ] 1422/5134 27% [================= ] 1423/5134 27% [================= ] 1424/5134 27% [================= ] 1425/5134 27% [================= ] 1426/5134 27% [================= ] 1427/5134 27% [================= ] 1428/5134 27% [================= ] 1429/5134 27% [================= ] 1430/5134 27% [================= ] 1431/5134 27% [================= ] 1432/5134 27% [================= ] 1433/5134 27% [================= ] 1434/5134 27% [================= ] 1435/5134 27% [================= ] 1436/5134 27% [================= ] 1437/5134 27% [================= ] 1438/5134 28% [================= ] 1439/5134 28% [================= ] 1440/5134 28% [================= ] 1441/5134 28% [================= ] 1442/5134 28% [================= ] 1443/5134 28% [================= ] 1444/5134 28% [================= ] 1445/5134 28% [================= ] 1446/5134 28% [================= ] 1447/5134 28% [================= ] 1448/5134 28% [================= ] 1449/5134 28% [================= ] 1450/5134 28% [================= ] 1451/5134 28% [================= ] 1452/5134 28% [================= ] 1453/5134 28% [================= ] 1454/5134 28% [================= ] 1455/5134 28% [================= ] 1456/5134 28% [================= ] 1457/5134 28% [================= ] 1458/5134 28% [================= ] 1459/5134 28% [================= ] 1460/5134 28% [================= ] 1461/5134 28% [================= ] 1462/5134 28% [================= ] 1463/5134 28% [================= ] 1464/5134 28% [================= ] 1465/5134 28% [================= ] 1466/5134 28% [================= ] 1467/5134 28% [================= ] 1468/5134 28% [================= ] 1469/5134 28% [================= ] 1470/5134 28% [================= ] 1471/5134 28% [================= ] 1472/5134 28% [================= ] 1473/5134 28% [================= ] 1474/5134 28% [================= ] 1475/5134 28% [================= ] 1476/5134 28% [================= ] 1477/5134 28% [================= ] 1478/5134 28% [================= ] 1479/5134 28% [================= ] 1480/5134 28% [================= ] 1481/5134 28% [================= ] 1482/5134 28% [================= ] 1483/5134 28% [================= ] 1484/5134 28% [================= ] 1485/5134 28% [================= ] 1486/5134 28% [================= ] 1487/5134 28% [================= ] 1488/5134 28% [================= ] 1489/5134 29% [================= ] 1490/5134 29% [================== ] 1491/5134 29% [================== ] 1492/5134 29% [================== ] 1493/5134 29% [================== ] 1494/5134 29% [================== ] 1495/5134 29% [================== ] 1496/5134 29% [================== ] 1497/5134 29% [================== ] 1498/5134 29% [================== ] 1499/5134 29% [================== ] 1500/5134 29% [================== ] 1501/5134 29% [================== ] 1502/5134 29% [================== ] 1503/5134 29% [================== ] 1504/5134 29% [================== ] 1505/5134 29% [================== ] 1506/5134 29% [================== ] 1507/5134 29% [================== ] 1508/5134 29% [================== ] 1509/5134 29% [================== ] 1510/5134 29% [================== ] 1511/5134 29% [================== ] 1512/5134 29% [================== ] 1513/5134 29% [================== ] 1514/5134 29% [================== ] 1515/5134 29% [================== ] 1516/5134 29% [================== ] 1517/5134 29% [================== ] 1518/5134 29% [================== ] 1519/5134 29% [================== ] 1520/5134 29% [================== ] 1521/5134 29% [================== ] 1522/5134 29% [================== ] 1523/5134 29% [================== ] 1524/5134 29% [================== ] 1525/5134 29% [================== ] 1526/5134 29% [================== ] 1527/5134 29% [================== ] 1528/5134 29% [================== ] 1529/5134 29% [================== ] 1530/5134 29% [================== ] 1531/5134 29% [================== ] 1532/5134 29% [================== ] 1533/5134 29% [================== ] 1534/5134 29% [================== ] 1535/5134 29% [================== ] 1536/5134 29% [================== ] 1537/5134 29% [================== ] 1538/5134 29% [================== ] 1539/5134 29% [================== ] 1540/5134 29% [================== ] 1541/5134 30% [================== ] 1542/5134 30% [================== ] 1543/5134 30% [================== ] 1544/5134 30% [================== ] 1545/5134 30% [================== ] 1546/5134 30% [================== ] 1547/5134 30% [================== ] 1548/5134 30% [================== ] 1549/5134 30% [================== ] 1550/5134 30% [================== ] 1551/5134 30% [================== ] 1552/5134 30% [================== ] 1553/5134 30% [================== ] 1554/5134 30% [================== ] 1555/5134 30% [================== ] 1556/5134 30% [================== ] 1557/5134 30% [================== ] 1558/5134 30% [================== ] 1559/5134 30% [================== ] 1560/5134 30% [================== ] 1561/5134 30% [================== ] 1562/5134 30% [================== ] 1563/5134 30% [================== ] 1564/5134 30% [================== ] 1565/5134 30% [================== ] 1566/5134 30% [================== ] 1567/5134 30% [================== ] 1568/5134 30% [================== ] 1569/5134 30% [================== ] 1570/5134 30% [================== ] 1571/5134 30% [================== ] 1572/5134 30% [================== ] 1573/5134 30% [=================== ] 1574/5134 30% [=================== ] 1575/5134 30% [=================== ] 1576/5134 30% [=================== ] 1577/5134 30% [=================== ] 1578/5134 30% [=================== ] 1579/5134 30% [=================== ] 1580/5134 30% [=================== ] 1581/5134 30% [=================== ] 1582/5134 30% [=================== ] 1583/5134 30% [=================== ] 1584/5134 30% [=================== ] 1585/5134 30% [=================== ] 1586/5134 30% [=================== ] 1587/5134 30% [=================== ] 1588/5134 30% [=================== ] 1589/5134 30% [=================== ] 1590/5134 30% [=================== ] 1591/5134 30% [=================== ] 1592/5134 31% [=================== ] 1593/5134 31% [=================== ] 1594/5134 31% [=================== ] 1595/5134 31% [=================== ] 1596/5134 31% [=================== ] 1597/5134 31% [=================== ] 1598/5134 31% [=================== ] 1599/5134 31% [=================== ] 1600/5134 31% [=================== ] 1601/5134 31% [=================== ] 1602/5134 31% [=================== ] 1603/5134 31% [=================== ] 1604/5134 31% [=================== ] 1605/5134 31% [=================== ] 1606/5134 31% [=================== ] 1607/5134 31% [=================== ] 1608/5134 31% [=================== ] 1609/5134 31% [=================== ] 1610/5134 31% [=================== ] 1611/5134 31% [=================== ] 1612/5134 31% [=================== ] 1613/5134 31% [=================== ] 1614/5134 31% [=================== ] 1615/5134 31% [=================== ] 1616/5134 31% [=================== ] 1617/5134 31% [=================== ] 1618/5134 31% [=================== ] 1619/5134 31% [=================== ] 1620/5134 31% [=================== ] 1621/5134 31% [=================== ] 1622/5134 31% [=================== ] 1623/5134 31% [=================== ] 1624/5134 31% [=================== ] 1625/5134 31% [=================== ] 1626/5134 31% [=================== ] 1627/5134 31% [=================== ] 1628/5134 31% [=================== ] 1629/5134 31% [=================== ] 1630/5134 31% [=================== ] 1631/5134 31% [=================== ] 1632/5134 31% [=================== ] 1633/5134 31% [=================== ] 1634/5134 31% [=================== ] 1635/5134 31% [=================== ] 1636/5134 31% [=================== ] 1637/5134 31% [=================== ] 1638/5134 31% [=================== ] 1639/5134 31% [=================== ] 1640/5134 31% [=================== ] 1641/5134 31% [=================== ] 1642/5134 31% [=================== ] 1643/5134 32% [=================== ] 1644/5134 32% [=================== ] 1645/5134 32% [=================== ] 1646/5134 32% [=================== ] 1647/5134 32% [=================== ] 1648/5134 32% [=================== ] 1649/5134 32% [=================== ] 1650/5134 32% [=================== ] 1651/5134 32% [=================== ] 1652/5134 32% [=================== ] 1653/5134 32% [=================== ] 1654/5134 32% [=================== ] 1655/5134 32% [=================== ] 1656/5134 32% [==================== ] 1657/5134 32% [==================== ] 1658/5134 32% [==================== ] 1659/5134 32% [==================== ] 1660/5134 32% [==================== ] 1661/5134 32% [==================== ] 1662/5134 32% [==================== ] 1663/5134 32% [==================== ] 1664/5134 32% [==================== ] 1665/5134 32% [==================== ] 1666/5134 32% [==================== ] 1667/5134 32% [==================== ] 1668/5134 32% [==================== ] 1669/5134 32% [==================== ] 1670/5134 32% [==================== ] 1671/5134 32% [==================== ] 1672/5134 32% [==================== ] 1673/5134 32% [==================== ] 1674/5134 32% [==================== ] 1675/5134 32% [==================== ] 1676/5134 32% [==================== ] 1677/5134 32% [==================== ] 1678/5134 32% [==================== ] 1679/5134 32% [==================== ] 1680/5134 32% [==================== ] 1681/5134 32% [==================== ] 1682/5134 32% [==================== ] 1683/5134 32% [==================== ] 1684/5134 32% [==================== ] 1685/5134 32% [==================== ] 1686/5134 32% [==================== ] 1687/5134 32% [==================== ] 1688/5134 32% [==================== ] 1689/5134 32% [==================== ] 1690/5134 32% [==================== ] 1691/5134 32% [==================== ] 1692/5134 32% [==================== ] 1693/5134 32% [==================== ] 1694/5134 32% [==================== ] 1695/5134 33% [==================== ] 1696/5134 33% [==================== ] 1697/5134 33% [==================== ] 1698/5134 33% [==================== ] 1699/5134 33% [==================== ] 1700/5134 33% [==================== ] 1701/5134 33% [==================== ] 1702/5134 33% [==================== ] 1703/5134 33% [==================== ] 1704/5134 33% [==================== ] 1705/5134 33% [==================== ] 1706/5134 33% [==================== ] 1707/5134 33% [==================== ] 1708/5134 33% [==================== ] 1709/5134 33% [==================== ] 1710/5134 33% [==================== ] 1711/5134 33% [==================== ] 1712/5134 33% [==================== ] 1713/5134 33% [==================== ] 1714/5134 33% [==================== ] 1715/5134 33% [==================== ] 1716/5134 33% [==================== ] 1717/5134 33% [==================== ] 1718/5134 33% [==================== ] 1719/5134 33% [==================== ] 1720/5134 33% [==================== ] 1721/5134 33% [==================== ] 1722/5134 33% [==================== ] 1723/5134 33% [==================== ] 1724/5134 33% [==================== ] 1725/5134 33% [==================== ] 1726/5134 33% [==================== ] 1727/5134 33% [==================== ] 1728/5134 33% [==================== ] 1729/5134 33% [==================== ] 1730/5134 33% [==================== ] 1731/5134 33% [==================== ] 1732/5134 33% [==================== ] 1733/5134 33% [==================== ] 1734/5134 33% [==================== ] 1735/5134 33% [==================== ] 1736/5134 33% [==================== ] 1737/5134 33% [==================== ] 1738/5134 33% [===================== ] 1739/5134 33% [===================== ] 1740/5134 33% [===================== ] 1741/5134 33% [===================== ] 1742/5134 33% [===================== ] 1743/5134 33% [===================== ] 1744/5134 33% [===================== ] 1745/5134 33% [===================== ] 1746/5134 34% [===================== ] 1747/5134 34% [===================== ] 1748/5134 34% [===================== ] 1749/5134 34% [===================== ] 1750/5134 34% [===================== ] 1751/5134 34% [===================== ] 1752/5134 34% [===================== ] 1753/5134 34% [===================== ] 1754/5134 34% [===================== ] 1755/5134 34% [===================== ] 1756/5134 34% [===================== ] 1757/5134 34% [===================== ] 1758/5134 34% [===================== ] 1759/5134 34% [===================== ] 1760/5134 34% [===================== ] 1761/5134 34% [===================== ] 1762/5134 34% [===================== ] 1763/5134 34% [===================== ] 1764/5134 34% [===================== ] 1765/5134 34% [===================== ] 1766/5134 34% [===================== ] 1767/5134 34% [===================== ] 1768/5134 34% [===================== ] 1769/5134 34% [===================== ] 1770/5134 34% [===================== ] 1771/5134 34% [===================== ] 1772/5134 34% [===================== ] 1773/5134 34% [===================== ] 1774/5134 34% [===================== ] 1775/5134 34% [===================== ] 1776/5134 34% [===================== ] 1777/5134 34% [===================== ] 1778/5134 34% [===================== ] 1779/5134 34% [===================== ] 1780/5134 34% [===================== ] 1781/5134 34% [===================== ] 1782/5134 34% [===================== ] 1783/5134 34% [===================== ] 1784/5134 34% [===================== ] 1785/5134 34% [===================== ] 1786/5134 34% [===================== ] 1787/5134 34% [===================== ] 1788/5134 34% [===================== ] 1789/5134 34% [===================== ] 1790/5134 34% [===================== ] 1791/5134 34% [===================== ] 1792/5134 34% [===================== ] 1793/5134 34% [===================== ] 1794/5134 34% [===================== ] 1795/5134 34% [===================== ] 1796/5134 34% [===================== ] 1797/5134 35% [===================== ] 1798/5134 35% [===================== ] 1799/5134 35% [===================== ] 1800/5134 35% [===================== ] 1801/5134 35% [===================== ] 1802/5134 35% [===================== ] 1803/5134 35% [===================== ] 1804/5134 35% [===================== ] 1805/5134 35% [===================== ] 1806/5134 35% [===================== ] 1807/5134 35% [===================== ] 1808/5134 35% [===================== ] 1809/5134 35% [===================== ] 1810/5134 35% [===================== ] 1811/5134 35% [===================== ] 1812/5134 35% [===================== ] 1813/5134 35% [===================== ] 1814/5134 35% [===================== ] 1815/5134 35% [===================== ] 1816/5134 35% [===================== ] 1817/5134 35% [===================== ] 1818/5134 35% [===================== ] 1819/5134 35% [===================== ] 1820/5134 35% [===================== ] 1821/5134 35% [====================== ] 1822/5134 35% [====================== ] 1823/5134 35% [====================== ] 1824/5134 35% [====================== ] 1825/5134 35% [====================== ] 1826/5134 35% [====================== ] 1827/5134 35% [====================== ] 1828/5134 35% [====================== ] 1829/5134 35% [====================== ] 1830/5134 35% [====================== ] 1831/5134 35% [====================== ] 1832/5134 35% [====================== ] 1833/5134 35% [====================== ] 1834/5134 35% [====================== ] 1835/5134 35% [====================== ] 1836/5134 35% [====================== ] 1837/5134 35% [====================== ] 1838/5134 35% [====================== ] 1839/5134 35% [====================== ] 1840/5134 35% [====================== ] 1841/5134 35% [====================== ] 1842/5134 35% [====================== ] 1843/5134 35% [====================== ] 1844/5134 35% [====================== ] 1845/5134 35% [====================== ] 1846/5134 35% [====================== ] 1847/5134 35% [====================== ] 1848/5134 35% [====================== ] 1849/5134 36% [====================== ] 1850/5134 36% [====================== ] 1851/5134 36% [====================== ] 1852/5134 36% [====================== ] 1853/5134 36% [====================== ] 1854/5134 36% [====================== ] 1855/5134 36% [====================== ] 1856/5134 36% [====================== ] 1857/5134 36% [====================== ] 1858/5134 36% [====================== ] 1859/5134 36% [====================== ] 1860/5134 36% [====================== ] 1861/5134 36% [====================== ] 1862/5134 36% [====================== ] 1863/5134 36% [====================== ] 1864/5134 36% [====================== ] 1865/5134 36% [====================== ] 1866/5134 36% [====================== ] 1867/5134 36% [====================== ] 1868/5134 36% [====================== ] 1869/5134 36% [====================== ] 1870/5134 36% [====================== ] 1871/5134 36% [====================== ] 1872/5134 36% [====================== ] 1873/5134 36% [====================== ] 1874/5134 36% [====================== ] 1875/5134 36% [====================== ] 1876/5134 36% [====================== ] 1877/5134 36% [====================== ] 1878/5134 36% [====================== ] 1879/5134 36% [====================== ] 1880/5134 36% [====================== ] 1881/5134 36% [====================== ] 1882/5134 36% [====================== ] 1883/5134 36% [====================== ] 1884/5134 36% [====================== ] 1885/5134 36% [====================== ] 1886/5134 36% [====================== ] 1887/5134 36% [====================== ] 1888/5134 36% [====================== ] 1889/5134 36% [====================== ] 1890/5134 36% [====================== ] 1891/5134 36% [====================== ] 1892/5134 36% [====================== ] 1893/5134 36% [====================== ] 1894/5134 36% [====================== ] 1895/5134 36% [====================== ] 1896/5134 36% [====================== ] 1897/5134 36% [====================== ] 1898/5134 36% [====================== ] 1899/5134 36% [====================== ] 1900/5134 37% [====================== ] 1901/5134 37% [====================== ] 1902/5134 37% [====================== ] 1903/5134 37% [====================== ] 1904/5134 37% [======================= ] 1905/5134 37% [======================= ] 1906/5134 37% [======================= ] 1907/5134 37% [======================= ] 1908/5134 37% [======================= ] 1909/5134 37% [======================= ] 1910/5134 37% [======================= ] 1911/5134 37% [======================= ] 1912/5134 37% [======================= ] 1913/5134 37% [======================= ] 1914/5134 37% [======================= ] 1915/5134 37% [======================= ] 1916/5134 37% [======================= ] 1917/5134 37% [======================= ] 1918/5134 37% [======================= ] 1919/5134 37% [======================= ] 1920/5134 37% [======================= ] 1921/5134 37% [======================= ] 1922/5134 37% [======================= ] 1923/5134 37% [======================= ] 1924/5134 37% [======================= ] 1925/5134 37% [======================= ] 1926/5134 37% [======================= ] 1927/5134 37% [======================= ] 1928/5134 37% [======================= ] 1929/5134 37% [======================= ] 1930/5134 37% [======================= ] 1931/5134 37% [======================= ] 1932/5134 37% [======================= ] 1933/5134 37% [======================= ] 1934/5134 37% [======================= ] 1935/5134 37% [======================= ] 1936/5134 37% [======================= ] 1937/5134 37% [======================= ] 1938/5134 37% [======================= ] 1939/5134 37% [======================= ] 1940/5134 37% [======================= ] 1941/5134 37% [======================= ] 1942/5134 37% [======================= ] 1943/5134 37% [======================= ] 1944/5134 37% [======================= ] 1945/5134 37% [======================= ] 1946/5134 37% [======================= ] 1947/5134 37% [======================= ] 1948/5134 37% [======================= ] 1949/5134 37% [======================= ] 1950/5134 37% [======================= ] 1951/5134 38% [======================= ] 1952/5134 38% [======================= ] 1953/5134 38% [======================= ] 1954/5134 38% [======================= ] 1955/5134 38% [======================= ] 1956/5134 38% [======================= ] 1957/5134 38% [======================= ] 1958/5134 38% [======================= ] 1959/5134 38% [======================= ] 1960/5134 38% [======================= ] 1961/5134 38% [======================= ] 1962/5134 38% [======================= ] 1963/5134 38% [======================= ] 1964/5134 38% [======================= ] 1965/5134 38% [======================= ] 1966/5134 38% [======================= ] 1967/5134 38% [======================= ] 1968/5134 38% [======================= ] 1969/5134 38% [======================= ] 1970/5134 38% [======================= ] 1971/5134 38% [======================= ] 1972/5134 38% [======================= ] 1973/5134 38% [======================= ] 1974/5134 38% [======================= ] 1975/5134 38% [======================= ] 1976/5134 38% [======================= ] 1977/5134 38% [======================= ] 1978/5134 38% [======================= ] 1979/5134 38% [======================= ] 1980/5134 38% [======================= ] 1981/5134 38% [======================= ] 1982/5134 38% [======================= ] 1983/5134 38% [======================= ] 1984/5134 38% [======================= ] 1985/5134 38% [======================= ] 1986/5134 38% [======================= ] 1987/5134 38% [======================== ] 1988/5134 38% [======================== ] 1989/5134 38% [======================== ] 1990/5134 38% [======================== ] 1991/5134 38% [======================== ] 1992/5134 38% [======================== ] 1993/5134 38% [======================== ] 1994/5134 38% [======================== ] 1995/5134 38% [======================== ] 1996/5134 38% [======================== ] 1997/5134 38% [======================== ] 1998/5134 38% [======================== ] 1999/5134 38% [======================== ] 2000/5134 38% [======================== ] 2001/5134 38% [======================== ] 2002/5134 38% [======================== ] 2003/5134 39% [======================== ] 2004/5134 39% [======================== ] 2005/5134 39% [======================== ] 2006/5134 39% [======================== ] 2007/5134 39% [======================== ] 2008/5134 39% [======================== ] 2009/5134 39% [======================== ] 2010/5134 39% [======================== ] 2011/5134 39% [======================== ] 2012/5134 39% [======================== ] 2013/5134 39% [======================== ] 2014/5134 39% [======================== ] 2015/5134 39% [======================== ] 2016/5134 39% [======================== ] 2017/5134 39% [======================== ] 2018/5134 39% [======================== ] 2019/5134 39% [======================== ] 2020/5134 39% [======================== ] 2021/5134 39% [======================== ] 2022/5134 39% [======================== ] 2023/5134 39% [======================== ] 2024/5134 39% [======================== ] 2025/5134 39% [======================== ] 2026/5134 39% [======================== ] 2027/5134 39% [======================== ] 2028/5134 39% [======================== ] 2029/5134 39% [======================== ] 2030/5134 39% [======================== ] 2031/5134 39% [======================== ] 2032/5134 39% [======================== ] 2033/5134 39% [======================== ] 2034/5134 39% [======================== ] 2035/5134 39% [======================== ] 2036/5134 39% [======================== ] 2037/5134 39% [======================== ] 2038/5134 39% [======================== ] 2039/5134 39% [======================== ] 2040/5134 39% [======================== ] 2041/5134 39% [======================== ] 2042/5134 39% [======================== ] 2043/5134 39% [======================== ] 2044/5134 39% [======================== ] 2045/5134 39% [======================== ] 2046/5134 39% [======================== ] 2047/5134 39% [======================== ] 2048/5134 39% [======================== ] 2049/5134 39% [======================== ] 2050/5134 39% [======================== ] 2051/5134 39% [======================== ] 2052/5134 39% [======================== ] 2053/5134 39% [======================== ] 2054/5134 40% [======================== ] 2055/5134 40% [======================== ] 2056/5134 40% [======================== ] 2057/5134 40% [======================== ] 2058/5134 40% [======================== ] 2059/5134 40% [======================== ] 2060/5134 40% [======================== ] 2061/5134 40% [======================== ] 2062/5134 40% [======================== ] 2063/5134 40% [======================== ] 2064/5134 40% [======================== ] 2065/5134 40% [======================== ] 2066/5134 40% [======================== ] 2067/5134 40% [======================== ] 2068/5134 40% [======================== ] 2069/5134 40% [======================== ] 2070/5134 40% [========================= ] 2071/5134 40% [========================= ] 2072/5134 40% [========================= ] 2073/5134 40% [========================= ] 2074/5134 40% [========================= ] 2075/5134 40% [========================= ] 2076/5134 40% [========================= ] 2077/5134 40% [========================= ] 2078/5134 40% [========================= ] 2079/5134 40% [========================= ] 2080/5134 40% [========================= ] 2081/5134 40% [========================= ] 2082/5134 40% [========================= ] 2083/5134 40% [========================= ] 2084/5134 40% [========================= ] 2085/5134 40% [========================= ] 2086/5134 40% [========================= ] 2087/5134 40% [========================= ] 2088/5134 40% [========================= ] 2089/5134 40% [========================= ] 2090/5134 40% [========================= ] 2091/5134 40% [========================= ] 2092/5134 40% [========================= ] 2093/5134 40% [========================= ] 2094/5134 40% [========================= ] 2095/5134 40% [========================= ] 2096/5134 40% [========================= ] 2097/5134 40% [========================= ] 2098/5134 40% [========================= ] 2099/5134 40% [========================= ] 2100/5134 40% [========================= ] 2101/5134 40% [========================= ] 2102/5134 40% [========================= ] 2103/5134 40% [========================= ] 2104/5134 40% [========================= ] 2105/5134 41% [========================= ] 2106/5134 41% [========================= ] 2107/5134 41% [========================= ] 2108/5134 41% [========================= ] 2109/5134 41% [========================= ] 2110/5134 41% [========================= ] 2111/5134 41% [========================= ] 2112/5134 41% [========================= ] 2113/5134 41% [========================= ] 2114/5134 41% [========================= ] 2115/5134 41% [========================= ] 2116/5134 41% [========================= ] 2117/5134 41% [========================= ] 2118/5134 41% [========================= ] 2119/5134 41% [========================= ] 2120/5134 41% [========================= ] 2121/5134 41% [========================= ] 2122/5134 41% [========================= ] 2123/5134 41% [========================= ] 2124/5134 41% [========================= ] 2125/5134 41% [========================= ] 2126/5134 41% [========================= ] 2127/5134 41% [========================= ] 2128/5134 41% [========================= ] 2129/5134 41% [========================= ] 2130/5134 41% [========================= ] 2131/5134 41% [========================= ] 2132/5134 41% [========================= ] 2133/5134 41% [========================= ] 2134/5134 41% [========================= ] 2135/5134 41% [========================= ] 2136/5134 41% [========================= ] 2137/5134 41% [========================= ] 2138/5134 41% [========================= ] 2139/5134 41% [========================= ] 2140/5134 41% [========================= ] 2141/5134 41% [========================= ] 2142/5134 41% [========================= ] 2143/5134 41% [========================= ] 2144/5134 41% [========================= ] 2145/5134 41% [========================= ] 2146/5134 41% [========================= ] 2147/5134 41% [========================= ] 2148/5134 41% [========================= ] 2149/5134 41% [========================= ] 2150/5134 41% [========================= ] 2151/5134 41% [========================= ] 2152/5134 41% [========================== ] 2153/5134 41% [========================== ] 2154/5134 41% [========================== ] 2155/5134 41% [========================== ] 2156/5134 41% [========================== ] 2157/5134 42% [========================== ] 2158/5134 42% [========================== ] 2159/5134 42% [========================== ] 2160/5134 42% [========================== ] 2161/5134 42% [========================== ] 2162/5134 42% [========================== ] 2163/5134 42% [========================== ] 2164/5134 42% [========================== ] 2165/5134 42% [========================== ] 2166/5134 42% [========================== ] 2167/5134 42% [========================== ] 2168/5134 42% [========================== ] 2169/5134 42% [========================== ] 2170/5134 42% [========================== ] 2171/5134 42% [========================== ] 2172/5134 42% [========================== ] 2173/5134 42% [========================== ] 2174/5134 42% [========================== ] 2175/5134 42% [========================== ] 2176/5134 42% [========================== ] 2177/5134 42% [========================== ] 2178/5134 42% [========================== ] 2179/5134 42% [========================== ] 2180/5134 42% [========================== ] 2181/5134 42% [========================== ] 2182/5134 42% [========================== ] 2183/5134 42% [========================== ] 2184/5134 42% [========================== ] 2185/5134 42% [========================== ] 2186/5134 42% [========================== ] 2187/5134 42% [========================== ] 2188/5134 42% [========================== ] 2189/5134 42% [========================== ] 2190/5134 42% [========================== ] 2191/5134 42% [========================== ] 2192/5134 42% [========================== ] 2193/5134 42% [========================== ] 2194/5134 42% [========================== ] 2195/5134 42% [========================== ] 2196/5134 42% [========================== ] 2197/5134 42% [========================== ] 2198/5134 42% [========================== ] 2199/5134 42% [========================== ] 2200/5134 42% [========================== ] 2201/5134 42% [========================== ] 2202/5134 42% [========================== ] 2203/5134 42% [========================== ] 2204/5134 42% [========================== ] 2205/5134 42% [========================== ] 2206/5134 42% [========================== ] 2207/5134 42% [========================== ] 2208/5134 43% [========================== ] 2209/5134 43% [========================== ] 2210/5134 43% [========================== ] 2211/5134 43% [========================== ] 2212/5134 43% [========================== ] 2213/5134 43% [========================== ] 2214/5134 43% [========================== ] 2215/5134 43% [========================== ] 2216/5134 43% [========================== ] 2217/5134 43% [========================== ] 2218/5134 43% [========================== ] 2219/5134 43% [========================== ] 2220/5134 43% [========================== ] 2221/5134 43% [========================== ] 2222/5134 43% [========================== ] 2223/5134 43% [========================== ] 2224/5134 43% [========================== ] 2225/5134 43% [========================== ] 2226/5134 43% [========================== ] 2227/5134 43% [========================== ] 2228/5134 43% [========================== ] 2229/5134 43% [========================== ] 2230/5134 43% [========================== ] 2231/5134 43% [========================== ] 2232/5134 43% [========================== ] 2233/5134 43% [========================== ] 2234/5134 43% [========================== ] 2235/5134 43% [=========================== ] 2236/5134 43% [=========================== ] 2237/5134 43% [=========================== ] 2238/5134 43% [=========================== ] 2239/5134 43% [=========================== ] 2240/5134 43% [=========================== ] 2241/5134 43% [=========================== ] 2242/5134 43% [=========================== ] 2243/5134 43% [=========================== ] 2244/5134 43% [=========================== ] 2245/5134 43% [=========================== ] 2246/5134 43% [=========================== ] 2247/5134 43% [=========================== ] 2248/5134 43% [=========================== ] 2249/5134 43% [=========================== ] 2250/5134 43% [=========================== ] 2251/5134 43% [=========================== ] 2252/5134 43% [=========================== ] 2253/5134 43% [=========================== ] 2254/5134 43% [=========================== ] 2255/5134 43% [=========================== ] 2256/5134 43% [=========================== ] 2257/5134 43% [=========================== ] 2258/5134 43% [=========================== ] 2259/5134 44% [=========================== ] 2260/5134 44% [=========================== ] 2261/5134 44% [=========================== ] 2262/5134 44% [=========================== ] 2263/5134 44% [=========================== ] 2264/5134 44% [=========================== ] 2265/5134 44% [=========================== ] 2266/5134 44% [=========================== ] 2267/5134 44% [=========================== ] 2268/5134 44% [=========================== ] 2269/5134 44% [=========================== ] 2270/5134 44% [=========================== ] 2271/5134 44% [=========================== ] 2272/5134 44% [=========================== ] 2273/5134 44% [=========================== ] 2274/5134 44% [=========================== ] 2275/5134 44% [=========================== ] 2276/5134 44% [=========================== ] 2277/5134 44% [=========================== ] 2278/5134 44% [=========================== ] 2279/5134 44% [=========================== ] 2280/5134 44% [=========================== ] 2281/5134 44% [=========================== ] 2282/5134 44% [=========================== ] 2283/5134 44% [=========================== ] 2284/5134 44% [=========================== ] 2285/5134 44% [=========================== ] 2286/5134 44% [=========================== ] 2287/5134 44% [=========================== ] 2288/5134 44% [=========================== ] 2289/5134 44% [=========================== ] 2290/5134 44% [=========================== ] 2291/5134 44% [=========================== ] 2292/5134 44% [=========================== ] 2293/5134 44% [=========================== ] 2294/5134 44% [=========================== ] 2295/5134 44% [=========================== ] 2296/5134 44% [=========================== ] 2297/5134 44% [=========================== ] 2298/5134 44% [=========================== ] 2299/5134 44% [=========================== ] 2300/5134 44% [=========================== ] 2301/5134 44% [=========================== ] 2302/5134 44% [=========================== ] 2303/5134 44% [=========================== ] 2304/5134 44% [=========================== ] 2305/5134 44% [=========================== ] 2306/5134 44% [=========================== ] 2307/5134 44% [=========================== ] 2308/5134 44% [=========================== ] 2309/5134 44% [=========================== ] 2310/5134 44% [=========================== ] 2311/5134 45% [=========================== ] 2312/5134 45% [=========================== ] 2313/5134 45% [=========================== ] 2314/5134 45% [=========================== ] 2315/5134 45% [=========================== ] 2316/5134 45% [=========================== ] 2317/5134 45% [=========================== ] 2318/5134 45% [============================ ] 2319/5134 45% [============================ ] 2320/5134 45% [============================ ] 2321/5134 45% [============================ ] 2322/5134 45% [============================ ] 2323/5134 45% [============================ ] 2324/5134 45% [============================ ] 2325/5134 45% [============================ ] 2326/5134 45% [============================ ] 2327/5134 45% [============================ ] 2328/5134 45% [============================ ] 2329/5134 45% [============================ ] 2330/5134 45% [============================ ] 2331/5134 45% [============================ ] 2332/5134 45% [============================ ] 2333/5134 45% [============================ ] 2334/5134 45% [============================ ] 2335/5134 45% [============================ ] 2336/5134 45% [============================ ] 2337/5134 45% [============================ ] 2338/5134 45% [============================ ] 2339/5134 45% [============================ ] 2340/5134 45% [============================ ] 2341/5134 45% [============================ ] 2342/5134 45% [============================ ] 2343/5134 45% [============================ ] 2344/5134 45% [============================ ] 2345/5134 45% [============================ ] 2346/5134 45% [============================ ] 2347/5134 45% [============================ ] 2348/5134 45% [============================ ] 2349/5134 45% [============================ ] 2350/5134 45% [============================ ] 2351/5134 45% [============================ ] 2352/5134 45% [============================ ] 2353/5134 45% [============================ ] 2354/5134 45% [============================ ] 2355/5134 45% [============================ ] 2356/5134 45% [============================ ] 2357/5134 45% [============================ ] 2358/5134 45% [============================ ] 2359/5134 45% [============================ ] 2360/5134 45% [============================ ] 2361/5134 45% [============================ ] 2362/5134 46% [============================ ] 2363/5134 46% [============================ ] 2364/5134 46% [============================ ] 2365/5134 46% [============================ ] 2366/5134 46% [============================ ] 2367/5134 46% [============================ ] 2368/5134 46% [============================ ] 2369/5134 46% [============================ ] 2370/5134 46% [============================ ] 2371/5134 46% [============================ ] 2372/5134 46% [============================ ] 2373/5134 46% [============================ ] 2374/5134 46% [============================ ] 2375/5134 46% [============================ ] 2376/5134 46% [============================ ] 2377/5134 46% [============================ ] 2378/5134 46% [============================ ] 2379/5134 46% [============================ ] 2380/5134 46% [============================ ] 2381/5134 46% [============================ ] 2382/5134 46% [============================ ] 2383/5134 46% [============================ ] 2384/5134 46% [============================ ] 2385/5134 46% [============================ ] 2386/5134 46% [============================ ] 2387/5134 46% [============================ ] 2388/5134 46% [============================ ] 2389/5134 46% [============================ ] 2390/5134 46% [============================ ] 2391/5134 46% [============================ ] 2392/5134 46% [============================ ] 2393/5134 46% [============================ ] 2394/5134 46% [============================ ] 2395/5134 46% [============================ ] 2396/5134 46% [============================ ] 2397/5134 46% [============================ ] 2398/5134 46% [============================ ] 2399/5134 46% [============================ ] 2400/5134 46% [============================ ] 2401/5134 46% [============================= ] 2402/5134 46% [============================= ] 2403/5134 46% [============================= ] 2404/5134 46% [============================= ] 2405/5134 46% [============================= ] 2406/5134 46% [============================= ] 2407/5134 46% [============================= ] 2408/5134 46% [============================= ] 2409/5134 46% [============================= ] 2410/5134 46% [============================= ] 2411/5134 46% [============================= ] 2412/5134 46% [============================= ] 2413/5134 47% [============================= ] 2414/5134 47% [============================= ] 2415/5134 47% [============================= ] 2416/5134 47% [============================= ] 2417/5134 47% [============================= ] 2418/5134 47% [============================= ] 2419/5134 47% [============================= ] 2420/5134 47% [============================= ] 2421/5134 47% [============================= ] 2422/5134 47% [============================= ] 2423/5134 47% [============================= ] 2424/5134 47% [============================= ] 2425/5134 47% [============================= ] 2426/5134 47% [============================= ] 2427/5134 47% [============================= ] 2428/5134 47% [============================= ] 2429/5134 47% [============================= ] 2430/5134 47% [============================= ] 2431/5134 47% [============================= ] 2432/5134 47% [============================= ] 2433/5134 47% [============================= ] 2434/5134 47% [============================= ] 2435/5134 47% [============================= ] 2436/5134 47% [============================= ] 2437/5134 47% [============================= ] 2438/5134 47% [============================= ] 2439/5134 47% [============================= ] 2440/5134 47% [============================= ] 2441/5134 47% [============================= ] 2442/5134 47% [============================= ] 2443/5134 47% [============================= ] 2444/5134 47% [============================= ] 2445/5134 47% [============================= ] 2446/5134 47% [============================= ] 2447/5134 47% [============================= ] 2448/5134 47% [============================= ] 2449/5134 47% [============================= ] 2450/5134 47% [============================= ] 2451/5134 47% [============================= ] 2452/5134 47% [============================= ] 2453/5134 47% [============================= ] 2454/5134 47% [============================= ] 2455/5134 47% [============================= ] 2456/5134 47% [============================= ] 2457/5134 47% [============================= ] 2458/5134 47% [============================= ] 2459/5134 47% [============================= ] 2460/5134 47% [============================= ] 2461/5134 47% [============================= ] 2462/5134 47% [============================= ] 2463/5134 47% [============================= ] 2464/5134 47% [============================= ] 2465/5134 48% [============================= ] 2466/5134 48% [============================= ] 2467/5134 48% [============================= ] 2468/5134 48% [============================= ] 2469/5134 48% [============================= ] 2470/5134 48% [============================= ] 2471/5134 48% [============================= ] 2472/5134 48% [============================= ] 2473/5134 48% [============================= ] 2474/5134 48% [============================= ] 2475/5134 48% [============================= ] 2476/5134 48% [============================= ] 2477/5134 48% [============================= ] 2478/5134 48% [============================= ] 2479/5134 48% [============================= ] 2480/5134 48% [============================= ] 2481/5134 48% [============================= ] 2482/5134 48% [============================= ] 2483/5134 48% [============================= ] 2484/5134 48% [============================== ] 2485/5134 48% [============================== ] 2486/5134 48% [============================== ] 2487/5134 48% [============================== ] 2488/5134 48% [============================== ] 2489/5134 48% [============================== ] 2490/5134 48% [============================== ] 2491/5134 48% [============================== ] 2492/5134 48% [============================== ] 2493/5134 48% [============================== ] 2494/5134 48% [============================== ] 2495/5134 48% [============================== ] 2496/5134 48% [============================== ] 2497/5134 48% [============================== ] 2498/5134 48% [============================== ] 2499/5134 48% [============================== ] 2500/5134 48% [============================== ] 2501/5134 48% [============================== ] 2502/5134 48% [============================== ] 2503/5134 48% [============================== ] 2504/5134 48% [============================== ] 2505/5134 48% [============================== ] 2506/5134 48% [============================== ] 2507/5134 48% [============================== ] 2508/5134 48% [============================== ] 2509/5134 48% [============================== ] 2510/5134 48% [============================== ] 2511/5134 48% [============================== ] 2512/5134 48% [============================== ] 2513/5134 48% [============================== ] 2514/5134 48% [============================== ] 2515/5134 48% [============================== ] 2516/5134 49% [============================== ] 2517/5134 49% [============================== ] 2518/5134 49% [============================== ] 2519/5134 49% [============================== ] 2520/5134 49% [============================== ] 2521/5134 49% [============================== ] 2522/5134 49% [============================== ] 2523/5134 49% [============================== ] 2524/5134 49% [============================== ] 2525/5134 49% [============================== ] 2526/5134 49% [============================== ] 2527/5134 49% [============================== ] 2528/5134 49% [============================== ] 2529/5134 49% [============================== ] 2530/5134 49% [============================== ] 2531/5134 49% [============================== ] 2532/5134 49% [============================== ] 2533/5134 49% [============================== ] 2534/5134 49% [============================== ] 2535/5134 49% [============================== ] 2536/5134 49% [============================== ] 2537/5134 49% [============================== ] 2538/5134 49% [============================== ] 2539/5134 49% [============================== ] 2540/5134 49% [============================== ] 2541/5134 49% [============================== ] 2542/5134 49% [============================== ] 2543/5134 49% [============================== ] 2544/5134 49% [============================== ] 2545/5134 49% [============================== ] 2546/5134 49% [============================== ] 2547/5134 49% [============================== ] 2548/5134 49% [============================== ] 2549/5134 49% [============================== ] 2550/5134 49% [============================== ] 2551/5134 49% [============================== ] 2552/5134 49% [============================== ] 2553/5134 49% [============================== ] 2554/5134 49% [============================== ] 2555/5134 49% [============================== ] 2556/5134 49% [============================== ] 2557/5134 49% [============================== ] 2558/5134 49% [============================== ] 2559/5134 49% [============================== ] 2560/5134 49% [============================== ] 2561/5134 49% [============================== ] 2562/5134 49% [============================== ] 2563/5134 49% [============================== ] 2564/5134 49% [============================== ] 2565/5134 49% [============================== ] 2566/5134 49% [=============================== ] 2567/5134 50% [=============================== ] 2568/5134 50% [=============================== ] 2569/5134 50% [=============================== ] 2570/5134 50% [=============================== ] 2571/5134 50% [=============================== ] 2572/5134 50% [=============================== ] 2573/5134 50% [=============================== ] 2574/5134 50% [=============================== ] 2575/5134 50% [=============================== ] 2576/5134 50% [=============================== ] 2577/5134 50% [=============================== ] 2578/5134 50% [=============================== ] 2579/5134 50% [=============================== ] 2580/5134 50% [=============================== ] 2581/5134 50% [=============================== ] 2582/5134 50% [=============================== ] 2583/5134 50% [=============================== ] 2584/5134 50% [=============================== ] 2585/5134 50% [=============================== ] 2586/5134 50% [=============================== ] 2587/5134 50% [=============================== ] 2588/5134 50% [=============================== ] 2589/5134 50% [=============================== ] 2590/5134 50% [=============================== ] 2591/5134 50% [=============================== ] 2592/5134 50% [=============================== ] 2593/5134 50% [=============================== ] 2594/5134 50% [=============================== ] 2595/5134 50% [=============================== ] 2596/5134 50% [=============================== ] 2597/5134 50% [=============================== ] 2598/5134 50% [=============================== ] 2599/5134 50% [=============================== ] 2600/5134 50% [=============================== ] 2601/5134 50% [=============================== ] 2602/5134 50% [=============================== ] 2603/5134 50% [=============================== ] 2604/5134 50% [=============================== ] 2605/5134 50% [=============================== ] 2606/5134 50% [=============================== ] 2607/5134 50% [=============================== ] 2608/5134 50% [=============================== ] 2609/5134 50% [=============================== ] 2610/5134 50% [=============================== ] 2611/5134 50% [=============================== ] 2612/5134 50% [=============================== ] 2613/5134 50% [=============================== ] 2614/5134 50% [=============================== ] 2615/5134 50% [=============================== ] 2616/5134 50% [=============================== ] 2617/5134 50% [=============================== ] 2618/5134 50% [=============================== ] 2619/5134 51% [=============================== ] 2620/5134 51% [=============================== ] 2621/5134 51% [=============================== ] 2622/5134 51% [=============================== ] 2623/5134 51% [=============================== ] 2624/5134 51% [=============================== ] 2625/5134 51% [=============================== ] 2626/5134 51% [=============================== ] 2627/5134 51% [=============================== ] 2628/5134 51% [=============================== ] 2629/5134 51% [=============================== ] 2630/5134 51% [=============================== ] 2631/5134 51% [=============================== ] 2632/5134 51% [=============================== ] 2633/5134 51% [=============================== ] 2634/5134 51% [=============================== ] 2635/5134 51% [=============================== ] 2636/5134 51% [=============================== ] 2637/5134 51% [=============================== ] 2638/5134 51% [=============================== ] 2639/5134 51% [=============================== ] 2640/5134 51% [=============================== ] 2641/5134 51% [=============================== ] 2642/5134 51% [=============================== ] 2643/5134 51% [=============================== ] 2644/5134 51% [=============================== ] 2645/5134 51% [=============================== ] 2646/5134 51% [=============================== ] 2647/5134 51% [=============================== ] 2648/5134 51% [=============================== ] 2649/5134 51% [================================ ] 2650/5134 51% [================================ ] 2651/5134 51% [================================ ] 2652/5134 51% [================================ ] 2653/5134 51% [================================ ] 2654/5134 51% [================================ ] 2655/5134 51% [================================ ] 2656/5134 51% [================================ ] 2657/5134 51% [================================ ] 2658/5134 51% [================================ ] 2659/5134 51% [================================ ] 2660/5134 51% [================================ ] 2661/5134 51% [================================ ] 2662/5134 51% [================================ ] 2663/5134 51% [================================ ] 2664/5134 51% [================================ ] 2665/5134 51% [================================ ] 2666/5134 51% [================================ ] 2667/5134 51% [================================ ] 2668/5134 51% [================================ ] 2669/5134 51% [================================ ] 2670/5134 52% [================================ ] 2671/5134 52% [================================ ] 2672/5134 52% [================================ ] 2673/5134 52% [================================ ] 2674/5134 52% [================================ ] 2675/5134 52% [================================ ] 2676/5134 52% [================================ ] 2677/5134 52% [================================ ] 2678/5134 52% [================================ ] 2679/5134 52% [================================ ] 2680/5134 52% [================================ ] 2681/5134 52% [================================ ] 2682/5134 52% [================================ ] 2683/5134 52% [================================ ] 2684/5134 52% [================================ ] 2685/5134 52% [================================ ] 2686/5134 52% [================================ ] 2687/5134 52% [================================ ] 2688/5134 52% [================================ ] 2689/5134 52% [================================ ] 2690/5134 52% [================================ ] 2691/5134 52% [================================ ] 2692/5134 52% [================================ ] 2693/5134 52% [================================ ] 2694/5134 52% [================================ ] 2695/5134 52% [================================ ] 2696/5134 52% [================================ ] 2697/5134 52% [================================ ] 2698/5134 52% [================================ ] 2699/5134 52% [================================ ] 2700/5134 52% [================================ ] 2701/5134 52% [================================ ] 2702/5134 52% [================================ ] 2703/5134 52% [================================ ] 2704/5134 52% [================================ ] 2705/5134 52% [================================ ] 2706/5134 52% [================================ ] 2707/5134 52% [================================ ] 2708/5134 52% [================================ ] 2709/5134 52% [================================ ] 2710/5134 52% [================================ ] 2711/5134 52% [================================ ] 2712/5134 52% [================================ ] 2713/5134 52% [================================ ] 2714/5134 52% [================================ ] 2715/5134 52% [================================ ] 2716/5134 52% [================================ ] 2717/5134 52% [================================ ] 2718/5134 52% [================================ ] 2719/5134 52% [================================ ] 2720/5134 52% [================================ ] 2721/5134 52% [================================ ] 2722/5134 53% [================================ ] 2723/5134 53% [================================ ] 2724/5134 53% [================================ ] 2725/5134 53% [================================ ] 2726/5134 53% [================================ ] 2727/5134 53% [================================ ] 2728/5134 53% [================================ ] 2729/5134 53% [================================ ] 2730/5134 53% [================================ ] 2731/5134 53% [================================ ] 2732/5134 53% [================================= ] 2733/5134 53% [================================= ] 2734/5134 53% [================================= ] 2735/5134 53% [================================= ] 2736/5134 53% [================================= ] 2737/5134 53% [================================= ] 2738/5134 53% [================================= ] 2739/5134 53% [================================= ] 2740/5134 53% [================================= ] 2741/5134 53% [================================= ] 2742/5134 53% [================================= ] 2743/5134 53% [================================= ] 2744/5134 53% [================================= ] 2745/5134 53% [================================= ] 2746/5134 53% [================================= ] 2747/5134 53% [================================= ] 2748/5134 53% [================================= ] 2749/5134 53% [================================= ] 2750/5134 53% [================================= ] 2751/5134 53% [================================= ] 2752/5134 53% [================================= ] 2753/5134 53% [================================= ] 2754/5134 53% [================================= ] 2755/5134 53% [================================= ] 2756/5134 53% [================================= ] 2757/5134 53% [================================= ] 2758/5134 53% [================================= ] 2759/5134 53% [================================= ] 2760/5134 53% [================================= ] 2761/5134 53% [================================= ] 2762/5134 53% [================================= ] 2763/5134 53% [================================= ] 2764/5134 53% [================================= ] 2765/5134 53% [================================= ] 2766/5134 53% [================================= ] 2767/5134 53% [================================= ] 2768/5134 53% [================================= ] 2769/5134 53% [================================= ] 2770/5134 53% [================================= ] 2771/5134 53% [================================= ] 2772/5134 53% [================================= ] 2773/5134 54% [================================= ] 2774/5134 54% [================================= ] 2775/5134 54% [================================= ] 2776/5134 54% [================================= ] 2777/5134 54% [================================= ] 2778/5134 54% [================================= ] 2779/5134 54% [================================= ] 2780/5134 54% [================================= ] 2781/5134 54% [================================= ] 2782/5134 54% [================================= ] 2783/5134 54% [================================= ] 2784/5134 54% [================================= ] 2785/5134 54% [================================= ] 2786/5134 54% [================================= ] 2787/5134 54% [================================= ] 2788/5134 54% [================================= ] 2789/5134 54% [================================= ] 2790/5134 54% [================================= ] 2791/5134 54% [================================= ] 2792/5134 54% [================================= ] 2793/5134 54% [================================= ] 2794/5134 54% [================================= ] 2795/5134 54% [================================= ] 2796/5134 54% [================================= ] 2797/5134 54% [================================= ] 2798/5134 54% [================================= ] 2799/5134 54% [================================= ] 2800/5134 54% [================================= ] 2801/5134 54% [================================= ] 2802/5134 54% [================================= ] 2803/5134 54% [================================= ] 2804/5134 54% [================================= ] 2805/5134 54% [================================= ] 2806/5134 54% [================================= ] 2807/5134 54% [================================= ] 2808/5134 54% [================================= ] 2809/5134 54% [================================= ] 2810/5134 54% [================================= ] 2811/5134 54% [================================= ] 2812/5134 54% [================================= ] 2813/5134 54% [================================= ] 2814/5134 54% [================================= ] 2815/5134 54% [================================== ] 2816/5134 54% [================================== ] 2817/5134 54% [================================== ] 2818/5134 54% [================================== ] 2819/5134 54% [================================== ] 2820/5134 54% [================================== ] 2821/5134 54% [================================== ] 2822/5134 54% [================================== ] 2823/5134 54% [================================== ] 2824/5134 55% [================================== ] 2825/5134 55% [================================== ] 2826/5134 55% [================================== ] 2827/5134 55% [================================== ] 2828/5134 55% [================================== ] 2829/5134 55% [================================== ] 2830/5134 55% [================================== ] 2831/5134 55% [================================== ] 2832/5134 55% [================================== ] 2833/5134 55% [================================== ] 2834/5134 55% [================================== ] 2835/5134 55% [================================== ] 2836/5134 55% [================================== ] 2837/5134 55% [================================== ] 2838/5134 55% [================================== ] 2839/5134 55% [================================== ] 2840/5134 55% [================================== ] 2841/5134 55% [================================== ] 2842/5134 55% [================================== ] 2843/5134 55% [================================== ] 2844/5134 55% [================================== ] 2845/5134 55% [================================== ] 2846/5134 55% [================================== ] 2847/5134 55% [================================== ] 2848/5134 55% [================================== ] 2849/5134 55% [================================== ] 2850/5134 55% [================================== ] 2851/5134 55% [================================== ] 2852/5134 55% [================================== ] 2853/5134 55% [================================== ] 2854/5134 55% [================================== ] 2855/5134 55% [================================== ] 2856/5134 55% [================================== ] 2857/5134 55% [================================== ] 2858/5134 55% [================================== ] 2859/5134 55% [================================== ] 2860/5134 55% [================================== ] 2861/5134 55% [================================== ] 2862/5134 55% [================================== ] 2863/5134 55% [================================== ] 2864/5134 55% [================================== ] 2865/5134 55% [================================== ] 2866/5134 55% [================================== ] 2867/5134 55% [================================== ] 2868/5134 55% [================================== ] 2869/5134 55% [================================== ] 2870/5134 55% [================================== ] 2871/5134 55% [================================== ] 2872/5134 55% [================================== ] 2873/5134 55% [================================== ] 2874/5134 55% [================================== ] 2875/5134 55% [================================== ] 2876/5134 56% [================================== ] 2877/5134 56% [================================== ] 2878/5134 56% [================================== ] 2879/5134 56% [================================== ] 2880/5134 56% [================================== ] 2881/5134 56% [================================== ] 2882/5134 56% [================================== ] 2883/5134 56% [================================== ] 2884/5134 56% [================================== ] 2885/5134 56% [================================== ] 2886/5134 56% [================================== ] 2887/5134 56% [================================== ] 2888/5134 56% [================================== ] 2889/5134 56% [================================== ] 2890/5134 56% [================================== ] 2891/5134 56% [================================== ] 2892/5134 56% [================================== ] 2893/5134 56% [================================== ] 2894/5134 56% [================================== ] 2895/5134 56% [================================== ] 2896/5134 56% [================================== ] 2897/5134 56% [================================== ] 2898/5134 56% [=================================== ] 2899/5134 56% [=================================== ] 2900/5134 56% [=================================== ] 2901/5134 56% [=================================== ] 2902/5134 56% [=================================== ] 2903/5134 56% [=================================== ] 2904/5134 56% [=================================== ] 2905/5134 56% [=================================== ] 2906/5134 56% [=================================== ] 2907/5134 56% [=================================== ] 2908/5134 56% [=================================== ] 2909/5134 56% [=================================== ] 2910/5134 56% [=================================== ] 2911/5134 56% [=================================== ] 2912/5134 56% [=================================== ] 2913/5134 56% [=================================== ] 2914/5134 56% [=================================== ] 2915/5134 56% [=================================== ] 2916/5134 56% [=================================== ] 2917/5134 56% [=================================== ] 2918/5134 56% [=================================== ] 2919/5134 56% [=================================== ] 2920/5134 56% [=================================== ] 2921/5134 56% [=================================== ] 2922/5134 56% [=================================== ] 2923/5134 56% [=================================== ] 2924/5134 56% [=================================== ] 2925/5134 56% [=================================== ] 2926/5134 56% [=================================== ] 2927/5134 57% [=================================== ] 2928/5134 57% [=================================== ] 2929/5134 57% [=================================== ] 2930/5134 57% [=================================== ] 2931/5134 57% [=================================== ] 2932/5134 57% [=================================== ] 2933/5134 57% [=================================== ] 2934/5134 57% [=================================== ] 2935/5134 57% [=================================== ] 2936/5134 57% [=================================== ] 2937/5134 57% [=================================== ] 2938/5134 57% [=================================== ] 2939/5134 57% [=================================== ] 2940/5134 57% [=================================== ] 2941/5134 57% [=================================== ] 2942/5134 57% [=================================== ] 2943/5134 57% [=================================== ] 2944/5134 57% [=================================== ] 2945/5134 57% [=================================== ] 2946/5134 57% [=================================== ] 2947/5134 57% [=================================== ] 2948/5134 57% [=================================== ] 2949/5134 57% [=================================== ] 2950/5134 57% [=================================== ] 2951/5134 57% [=================================== ] 2952/5134 57% [=================================== ] 2953/5134 57% [=================================== ] 2954/5134 57% [=================================== ] 2955/5134 57% [=================================== ] 2956/5134 57% [=================================== ] 2957/5134 57% [=================================== ] 2958/5134 57% [=================================== ] 2959/5134 57% [=================================== ] 2960/5134 57% [=================================== ] 2961/5134 57% [=================================== ] 2962/5134 57% [=================================== ] 2963/5134 57% [=================================== ] 2964/5134 57% [=================================== ] 2965/5134 57% [=================================== ] 2966/5134 57% [=================================== ] 2967/5134 57% [=================================== ] 2968/5134 57% [=================================== ] 2969/5134 57% [=================================== ] 2970/5134 57% [=================================== ] 2971/5134 57% [=================================== ] 2972/5134 57% [=================================== ] 2973/5134 57% [=================================== ] 2974/5134 57% [=================================== ] 2975/5134 57% [=================================== ] 2976/5134 57% [=================================== ] 2977/5134 57% [=================================== ] 2978/5134 58% [=================================== ] 2979/5134 58% [=================================== ] 2980/5134 58% [=================================== ] 2981/5134 58% [==================================== ] 2982/5134 58% [==================================== ] 2983/5134 58% [==================================== ] 2984/5134 58% [==================================== ] 2985/5134 58% [==================================== ] 2986/5134 58% [==================================== ] 2987/5134 58% [==================================== ] 2988/5134 58% [==================================== ] 2989/5134 58% [==================================== ] 2990/5134 58% [==================================== ] 2991/5134 58% [==================================== ] 2992/5134 58% [==================================== ] 2993/5134 58% [==================================== ] 2994/5134 58% [==================================== ] 2995/5134 58% [==================================== ] 2996/5134 58% [==================================== ] 2997/5134 58% [==================================== ] 2998/5134 58% [==================================== ] 2999/5134 58% [==================================== ] 3000/5134 58% [==================================== ] 3001/5134 58% [==================================== ] 3002/5134 58% [==================================== ] 3003/5134 58% [==================================== ] 3004/5134 58% [==================================== ] 3005/5134 58% [==================================== ] 3006/5134 58% [==================================== ] 3007/5134 58% [==================================== ] 3008/5134 58% [==================================== ] 3009/5134 58% [==================================== ] 3010/5134 58% [==================================== ] 3011/5134 58% [==================================== ] 3012/5134 58% [==================================== ] 3013/5134 58% [==================================== ] 3014/5134 58% [==================================== ] 3015/5134 58% [==================================== ] 3016/5134 58% [==================================== ] 3017/5134 58% [==================================== ] 3018/5134 58% [==================================== ] 3019/5134 58% [==================================== ] 3020/5134 58% [==================================== ] 3021/5134 58% [==================================== ] 3022/5134 58% [==================================== ] 3023/5134 58% [==================================== ] 3024/5134 58% [==================================== ] 3025/5134 58% [==================================== ] 3026/5134 58% [==================================== ] 3027/5134 58% [==================================== ] 3028/5134 58% [==================================== ] 3029/5134 58% [==================================== ] 3030/5134 59% [==================================== ] 3031/5134 59% [==================================== ] 3032/5134 59% [==================================== ] 3033/5134 59% [==================================== ] 3034/5134 59% [==================================== ] 3035/5134 59% [==================================== ] 3036/5134 59% [==================================== ] 3037/5134 59% [==================================== ] 3038/5134 59% [==================================== ] 3039/5134 59% [==================================== ] 3040/5134 59% [==================================== ] 3041/5134 59% [==================================== ] 3042/5134 59% [==================================== ] 3043/5134 59% [==================================== ] 3044/5134 59% [==================================== ] 3045/5134 59% [==================================== ] 3046/5134 59% [==================================== ] 3047/5134 59% [==================================== ] 3048/5134 59% [==================================== ] 3049/5134 59% [==================================== ] 3050/5134 59% [==================================== ] 3051/5134 59% [==================================== ] 3052/5134 59% [==================================== ] 3053/5134 59% [==================================== ] 3054/5134 59% [==================================== ] 3055/5134 59% [==================================== ] 3056/5134 59% [==================================== ] 3057/5134 59% [==================================== ] 3058/5134 59% [==================================== ] 3059/5134 59% [==================================== ] 3060/5134 59% [==================================== ] 3061/5134 59% [==================================== ] 3062/5134 59% [==================================== ] 3063/5134 59% [===================================== ] 3064/5134 59% [===================================== ] 3065/5134 59% [===================================== ] 3066/5134 59% [===================================== ] 3067/5134 59% [===================================== ] 3068/5134 59% [===================================== ] 3069/5134 59% [===================================== ] 3070/5134 59% [===================================== ] 3071/5134 59% [===================================== ] 3072/5134 59% [===================================== ] 3073/5134 59% [===================================== ] 3074/5134 59% [===================================== ] 3075/5134 59% [===================================== ] 3076/5134 59% [===================================== ] 3077/5134 59% [===================================== ] 3078/5134 59% [===================================== ] 3079/5134 59% [===================================== ] 3080/5134 59% [===================================== ] 3081/5134 60% [===================================== ] 3082/5134 60% [===================================== ] 3083/5134 60% [===================================== ] 3084/5134 60% [===================================== ] 3085/5134 60% [===================================== ] 3086/5134 60% [===================================== ] 3087/5134 60% [===================================== ] 3088/5134 60% [===================================== ] 3089/5134 60% [===================================== ] 3090/5134 60% [===================================== ] 3091/5134 60% [===================================== ] 3092/5134 60% [===================================== ] 3093/5134 60% [===================================== ] 3094/5134 60% [===================================== ] 3095/5134 60% [===================================== ] 3096/5134 60% [===================================== ] 3097/5134 60% [===================================== ] 3098/5134 60% [===================================== ] 3099/5134 60% [===================================== ] 3100/5134 60% [===================================== ] 3101/5134 60% [===================================== ] 3102/5134 60% [===================================== ] 3103/5134 60% [===================================== ] 3104/5134 60% [===================================== ] 3105/5134 60% [===================================== ] 3106/5134 60% [===================================== ] 3107/5134 60% [===================================== ] 3108/5134 60% [===================================== ] 3109/5134 60% [===================================== ] 3110/5134 60% [===================================== ] 3111/5134 60% [===================================== ] 3112/5134 60% [===================================== ] 3113/5134 60% [===================================== ] 3114/5134 60% [===================================== ] 3115/5134 60% [===================================== ] 3116/5134 60% [===================================== ] 3117/5134 60% [===================================== ] 3118/5134 60% [===================================== ] 3119/5134 60% [===================================== ] 3120/5134 60% [===================================== ] 3121/5134 60% [===================================== ] 3122/5134 60% [===================================== ] 3123/5134 60% [===================================== ] 3124/5134 60% [===================================== ] 3125/5134 60% [===================================== ] 3126/5134 60% [===================================== ] 3127/5134 60% [===================================== ] 3128/5134 60% [===================================== ] 3129/5134 60% [===================================== ] 3130/5134 60% [===================================== ] 3131/5134 60% [===================================== ] 3132/5134 61% [===================================== ] 3133/5134 61% [===================================== ] 3134/5134 61% [===================================== ] 3135/5134 61% [===================================== ] 3136/5134 61% [===================================== ] 3137/5134 61% [===================================== ] 3138/5134 61% [===================================== ] 3139/5134 61% [===================================== ] 3140/5134 61% [===================================== ] 3141/5134 61% [===================================== ] 3142/5134 61% [===================================== ] 3143/5134 61% [===================================== ] 3144/5134 61% [===================================== ] 3145/5134 61% [===================================== ] 3146/5134 61% [====================================== ] 3147/5134 61% [====================================== ] 3148/5134 61% [====================================== ] 3149/5134 61% [====================================== ] 3150/5134 61% [====================================== ] 3151/5134 61% [====================================== ] 3152/5134 61% [====================================== ] 3153/5134 61% [====================================== ] 3154/5134 61% [====================================== ] 3155/5134 61% [====================================== ] 3156/5134 61% [====================================== ] 3157/5134 61% [====================================== ] 3158/5134 61% [====================================== ] 3159/5134 61% [====================================== ] 3160/5134 61% [====================================== ] 3161/5134 61% [====================================== ] 3162/5134 61% [====================================== ] 3163/5134 61% [====================================== ] 3164/5134 61% [====================================== ] 3165/5134 61% [====================================== ] 3166/5134 61% [====================================== ] 3167/5134 61% [====================================== ] 3168/5134 61% [====================================== ] 3169/5134 61% [====================================== ] 3170/5134 61% [====================================== ] 3171/5134 61% [====================================== ] 3172/5134 61% [====================================== ] 3173/5134 61% [====================================== ] 3174/5134 61% [====================================== ] 3175/5134 61% [====================================== ] 3176/5134 61% [====================================== ] 3177/5134 61% [====================================== ] 3178/5134 61% [====================================== ] 3179/5134 61% [====================================== ] 3180/5134 61% [====================================== ] 3181/5134 61% [====================================== ] 3182/5134 61% [====================================== ] 3183/5134 61% [====================================== ] 3184/5134 62% [====================================== ] 3185/5134 62% [====================================== ] 3186/5134 62% [====================================== ] 3187/5134 62% [====================================== ] 3188/5134 62% [====================================== ] 3189/5134 62% [====================================== ] 3190/5134 62% [====================================== ] 3191/5134 62% [====================================== ] 3192/5134 62% [====================================== ] 3193/5134 62% [====================================== ] 3194/5134 62% [====================================== ] 3195/5134 62% [====================================== ] 3196/5134 62% [====================================== ] 3197/5134 62% [====================================== ] 3198/5134 62% [====================================== ] 3199/5134 62% [====================================== ] 3200/5134 62% [====================================== ] 3201/5134 62% [====================================== ] 3202/5134 62% [====================================== ] 3203/5134 62% [====================================== ] 3204/5134 62% [====================================== ] 3205/5134 62% [====================================== ] 3206/5134 62% [====================================== ] 3207/5134 62% [====================================== ] 3208/5134 62% [====================================== ] 3209/5134 62% [====================================== ] 3210/5134 62% [====================================== ] 3211/5134 62% [====================================== ] 3212/5134 62% [====================================== ] 3213/5134 62% [====================================== ] 3214/5134 62% [====================================== ] 3215/5134 62% [====================================== ] 3216/5134 62% [====================================== ] 3217/5134 62% [====================================== ] 3218/5134 62% [====================================== ] 3219/5134 62% [====================================== ] 3220/5134 62% [====================================== ] 3221/5134 62% [====================================== ] 3222/5134 62% [====================================== ] 3223/5134 62% [====================================== ] 3224/5134 62% [====================================== ] 3225/5134 62% [====================================== ] 3226/5134 62% [====================================== ] 3227/5134 62% [====================================== ] 3228/5134 62% [====================================== ] 3229/5134 62% [======================================= ] 3230/5134 62% [======================================= ] 3231/5134 62% [======================================= ] 3232/5134 62% [======================================= ] 3233/5134 62% [======================================= ] 3234/5134 62% [======================================= ] 3235/5134 63% [======================================= ] 3236/5134 63% [======================================= ] 3237/5134 63% [======================================= ] 3238/5134 63% [======================================= ] 3239/5134 63% [======================================= ] 3240/5134 63% [======================================= ] 3241/5134 63% [======================================= ] 3242/5134 63% [======================================= ] 3243/5134 63% [======================================= ] 3244/5134 63% [======================================= ] 3245/5134 63% [======================================= ] 3246/5134 63% [======================================= ] 3247/5134 63% [======================================= ] 3248/5134 63% [======================================= ] 3249/5134 63% [======================================= ] 3250/5134 63% [======================================= ] 3251/5134 63% [======================================= ] 3252/5134 63% [======================================= ] 3253/5134 63% [======================================= ] 3254/5134 63% [======================================= ] 3255/5134 63% [======================================= ] 3256/5134 63% [======================================= ] 3257/5134 63% [======================================= ] 3258/5134 63% [======================================= ] 3259/5134 63% [======================================= ] 3260/5134 63% [======================================= ] 3261/5134 63% [======================================= ] 3262/5134 63% [======================================= ] 3263/5134 63% [======================================= ] 3264/5134 63% [======================================= ] 3265/5134 63% [======================================= ] 3266/5134 63% [======================================= ] 3267/5134 63% [======================================= ] 3268/5134 63% [======================================= ] 3269/5134 63% [======================================= ] 3270/5134 63% [======================================= ] 3271/5134 63% [======================================= ] 3272/5134 63% [======================================= ] 3273/5134 63% [======================================= ] 3274/5134 63% [======================================= ] 3275/5134 63% [======================================= ] 3276/5134 63% [======================================= ] 3277/5134 63% [======================================= ] 3278/5134 63% [======================================= ] 3279/5134 63% [======================================= ] 3280/5134 63% [======================================= ] 3281/5134 63% [======================================= ] 3282/5134 63% [======================================= ] 3283/5134 63% [======================================= ] 3284/5134 63% [======================================= ] 3285/5134 63% [======================================= ] 3286/5134 64% [======================================= ] 3287/5134 64% [======================================= ] 3288/5134 64% [======================================= ] 3289/5134 64% [======================================= ] 3290/5134 64% [======================================= ] 3291/5134 64% [======================================= ] 3292/5134 64% [======================================= ] 3293/5134 64% [======================================= ] 3294/5134 64% [======================================= ] 3295/5134 64% [======================================= ] 3296/5134 64% [======================================= ] 3297/5134 64% [======================================= ] 3298/5134 64% [======================================= ] 3299/5134 64% [======================================= ] 3300/5134 64% [======================================= ] 3301/5134 64% [======================================= ] 3302/5134 64% [======================================= ] 3303/5134 64% [======================================= ] 3304/5134 64% [======================================= ] 3305/5134 64% [======================================= ] 3306/5134 64% [======================================= ] 3307/5134 64% [======================================= ] 3308/5134 64% [======================================= ] 3309/5134 64% [======================================= ] 3310/5134 64% [======================================= ] 3311/5134 64% [======================================= ] 3312/5134 64% [======================================== ] 3313/5134 64% [======================================== ] 3314/5134 64% [======================================== ] 3315/5134 64% [======================================== ] 3316/5134 64% [======================================== ] 3317/5134 64% [======================================== ] 3318/5134 64% [======================================== ] 3319/5134 64% [======================================== ] 3320/5134 64% [======================================== ] 3321/5134 64% [======================================== ] 3322/5134 64% [======================================== ] 3323/5134 64% [======================================== ] 3324/5134 64% [======================================== ] 3325/5134 64% [======================================== ] 3326/5134 64% [======================================== ] 3327/5134 64% [======================================== ] 3328/5134 64% [======================================== ] 3329/5134 64% [======================================== ] 3330/5134 64% [======================================== ] 3331/5134 64% [======================================== ] 3332/5134 64% [======================================== ] 3333/5134 64% [======================================== ] 3334/5134 64% [======================================== ] 3335/5134 64% [======================================== ] 3336/5134 64% [======================================== ] 3337/5134 64% [======================================== ] 3338/5134 65% [======================================== ] 3339/5134 65% [======================================== ] 3340/5134 65% [======================================== ] 3341/5134 65% [======================================== ] 3342/5134 65% [======================================== ] 3343/5134 65% [======================================== ] 3344/5134 65% [======================================== ] 3345/5134 65% [======================================== ] 3346/5134 65% [======================================== ] 3347/5134 65% [======================================== ] 3348/5134 65% [======================================== ] 3349/5134 65% [======================================== ] 3350/5134 65% [======================================== ] 3351/5134 65% [======================================== ] 3352/5134 65% [======================================== ] 3353/5134 65% [======================================== ] 3354/5134 65% [======================================== ] 3355/5134 65% [======================================== ] 3356/5134 65% [======================================== ] 3357/5134 65% [======================================== ] 3358/5134 65% [======================================== ] 3359/5134 65% [======================================== ] 3360/5134 65% [======================================== ] 3361/5134 65% [======================================== ] 3362/5134 65% [======================================== ] 3363/5134 65% [======================================== ] 3364/5134 65% [======================================== ] 3365/5134 65% [======================================== ] 3366/5134 65% [======================================== ] 3367/5134 65% [======================================== ] 3368/5134 65% [======================================== ] 3369/5134 65% [======================================== ] 3370/5134 65% [======================================== ] 3371/5134 65% [======================================== ] 3372/5134 65% [======================================== ] 3373/5134 65% [======================================== ] 3374/5134 65% [======================================== ] 3375/5134 65% [======================================== ] 3376/5134 65% [======================================== ] 3377/5134 65% [======================================== ] 3378/5134 65% [======================================== ] 3379/5134 65% [======================================== ] 3380/5134 65% [======================================== ] 3381/5134 65% [======================================== ] 3382/5134 65% [======================================== ] 3383/5134 65% [======================================== ] 3384/5134 65% [======================================== ] 3385/5134 65% [======================================== ] 3386/5134 65% [======================================== ] 3387/5134 65% [======================================== ] 3388/5134 65% [======================================== ] 3389/5134 66% [======================================== ] 3390/5134 66% [======================================== ] 3391/5134 66% [======================================== ] 3392/5134 66% [======================================== ] 3393/5134 66% [======================================== ] 3394/5134 66% [======================================== ] 3395/5134 66% [========================================= ] 3396/5134 66% [========================================= ] 3397/5134 66% [========================================= ] 3398/5134 66% [========================================= ] 3399/5134 66% [========================================= ] 3400/5134 66% [========================================= ] 3401/5134 66% [========================================= ] 3402/5134 66% [========================================= ] 3403/5134 66% [========================================= ] 3404/5134 66% [========================================= ] 3405/5134 66% [========================================= ] 3406/5134 66% [========================================= ] 3407/5134 66% [========================================= ] 3408/5134 66% [========================================= ] 3409/5134 66% [========================================= ] 3410/5134 66% [========================================= ] 3411/5134 66% [========================================= ] 3412/5134 66% [========================================= ] 3413/5134 66% [========================================= ] 3414/5134 66% [========================================= ] 3415/5134 66% [========================================= ] 3416/5134 66% [========================================= ] 3417/5134 66% [========================================= ] 3418/5134 66% [========================================= ] 3419/5134 66% [========================================= ] 3420/5134 66% [========================================= ] 3421/5134 66% [========================================= ] 3422/5134 66% [========================================= ] 3423/5134 66% [========================================= ] 3424/5134 66% [========================================= ] 3425/5134 66% [========================================= ] 3426/5134 66% [========================================= ] 3427/5134 66% [========================================= ] 3428/5134 66% [========================================= ] 3429/5134 66% [========================================= ] 3430/5134 66% [========================================= ] 3431/5134 66% [========================================= ] 3432/5134 66% [========================================= ] 3433/5134 66% [========================================= ] 3434/5134 66% [========================================= ] 3435/5134 66% [========================================= ] 3436/5134 66% [========================================= ] 3437/5134 66% [========================================= ] 3438/5134 66% [========================================= ] 3439/5134 66% [========================================= ] 3440/5134 67% [========================================= ] 3441/5134 67% [========================================= ] 3442/5134 67% [========================================= ] 3443/5134 67% [========================================= ] 3444/5134 67% [========================================= ] 3445/5134 67% [========================================= ] 3446/5134 67% [========================================= ] 3447/5134 67% [========================================= ] 3448/5134 67% [========================================= ] 3449/5134 67% [========================================= ] 3450/5134 67% [========================================= ] 3451/5134 67% [========================================= ] 3452/5134 67% [========================================= ] 3453/5134 67% [========================================= ] 3454/5134 67% [========================================= ] 3455/5134 67% [========================================= ] 3456/5134 67% [========================================= ] 3457/5134 67% [========================================= ] 3458/5134 67% [========================================= ] 3459/5134 67% [========================================= ] 3460/5134 67% [========================================= ] 3461/5134 67% [========================================= ] 3462/5134 67% [========================================= ] 3463/5134 67% [========================================= ] 3464/5134 67% [========================================= ] 3465/5134 67% [========================================= ] 3466/5134 67% [========================================= ] 3467/5134 67% [========================================= ] 3468/5134 67% [========================================= ] 3469/5134 67% [========================================= ] 3470/5134 67% [========================================= ] 3471/5134 67% [========================================= ] 3472/5134 67% [========================================= ] 3473/5134 67% [========================================= ] 3474/5134 67% [========================================= ] 3475/5134 67% [========================================= ] 3476/5134 67% [========================================= ] 3477/5134 67% [========================================== ] 3478/5134 67% [========================================== ] 3479/5134 67% [========================================== ] 3480/5134 67% [========================================== ] 3481/5134 67% [========================================== ] 3482/5134 67% [========================================== ] 3483/5134 67% [========================================== ] 3484/5134 67% [========================================== ] 3485/5134 67% [========================================== ] 3486/5134 67% [========================================== ] 3487/5134 67% [========================================== ] 3488/5134 67% [========================================== ] 3489/5134 67% [========================================== ] 3490/5134 67% [========================================== ] 3491/5134 67% [========================================== ] 3492/5134 68% [========================================== ] 3493/5134 68% [========================================== ] 3494/5134 68% [========================================== ] 3495/5134 68% [========================================== ] 3496/5134 68% [========================================== ] 3497/5134 68% [========================================== ] 3498/5134 68% [========================================== ] 3499/5134 68% [========================================== ] 3500/5134 68% [========================================== ] 3501/5134 68% [========================================== ] 3502/5134 68% [========================================== ] 3503/5134 68% [========================================== ] 3504/5134 68% [========================================== ] 3505/5134 68% [========================================== ] 3506/5134 68% [========================================== ] 3507/5134 68% [========================================== ] 3508/5134 68% [========================================== ] 3509/5134 68% [========================================== ] 3510/5134 68% [========================================== ] 3511/5134 68% [========================================== ] 3512/5134 68% [========================================== ] 3513/5134 68% [========================================== ] 3514/5134 68% [========================================== ] 3515/5134 68% [========================================== ] 3516/5134 68% [========================================== ] 3517/5134 68% [========================================== ] 3518/5134 68% [========================================== ] 3519/5134 68% [========================================== ] 3520/5134 68% [========================================== ] 3521/5134 68% [========================================== ] 3522/5134 68% [========================================== ] 3523/5134 68% [========================================== ] 3524/5134 68% [========================================== ] 3525/5134 68% [========================================== ] 3526/5134 68% [========================================== ] 3527/5134 68% [========================================== ] 3528/5134 68% [========================================== ] 3529/5134 68% [========================================== ] 3530/5134 68% [========================================== ] 3531/5134 68% [========================================== ] 3532/5134 68% [========================================== ] 3533/5134 68% [========================================== ] 3534/5134 68% [========================================== ] 3535/5134 68% [========================================== ] 3536/5134 68% [========================================== ] 3537/5134 68% [========================================== ] 3538/5134 68% [========================================== ] 3539/5134 68% [========================================== ] 3540/5134 68% [========================================== ] 3541/5134 68% [========================================== ] 3542/5134 68% [========================================== ] 3543/5134 69% [========================================== ] 3544/5134 69% [========================================== ] 3545/5134 69% [========================================== ] 3546/5134 69% [========================================== ] 3547/5134 69% [========================================== ] 3548/5134 69% [========================================== ] 3549/5134 69% [========================================== ] 3550/5134 69% [========================================== ] 3551/5134 69% [========================================== ] 3552/5134 69% [========================================== ] 3553/5134 69% [========================================== ] 3554/5134 69% [========================================== ] 3555/5134 69% [========================================== ] 3556/5134 69% [========================================== ] 3557/5134 69% [========================================== ] 3558/5134 69% [========================================== ] 3559/5134 69% [========================================== ] 3560/5134 69% [=========================================== ] 3561/5134 69% [=========================================== ] 3562/5134 69% [=========================================== ] 3563/5134 69% [=========================================== ] 3564/5134 69% [=========================================== ] 3565/5134 69% [=========================================== ] 3566/5134 69% [=========================================== ] 3567/5134 69% [=========================================== ] 3568/5134 69% [=========================================== ] 3569/5134 69% [=========================================== ] 3570/5134 69% [=========================================== ] 3571/5134 69% [=========================================== ] 3572/5134 69% [=========================================== ] 3573/5134 69% [=========================================== ] 3574/5134 69% [=========================================== ] 3575/5134 69% [=========================================== ] 3576/5134 69% [=========================================== ] 3577/5134 69% [=========================================== ] 3578/5134 69% [=========================================== ] 3579/5134 69% [=========================================== ] 3580/5134 69% [=========================================== ] 3581/5134 69% [=========================================== ] 3582/5134 69% [=========================================== ] 3583/5134 69% [=========================================== ] 3584/5134 69% [=========================================== ] 3585/5134 69% [=========================================== ] 3586/5134 69% [=========================================== ] 3587/5134 69% [=========================================== ] 3588/5134 69% [=========================================== ] 3589/5134 69% [=========================================== ] 3590/5134 69% [=========================================== ] 3591/5134 69% [=========================================== ] 3592/5134 69% [=========================================== ] 3593/5134 69% [=========================================== ] 3594/5134 70% [=========================================== ] 3595/5134 70% [=========================================== ] 3596/5134 70% [=========================================== ] 3597/5134 70% [=========================================== ] 3598/5134 70% [=========================================== ] 3599/5134 70% [=========================================== ] 3600/5134 70% [=========================================== ] 3601/5134 70% [=========================================== ] 3602/5134 70% [=========================================== ] 3603/5134 70% [=========================================== ] 3604/5134 70% [=========================================== ] 3605/5134 70% [=========================================== ] 3606/5134 70% [=========================================== ] 3607/5134 70% [=========================================== ] 3608/5134 70% [=========================================== ] 3609/5134 70% [=========================================== ] 3610/5134 70% [=========================================== ] 3611/5134 70% [=========================================== ] 3612/5134 70% [=========================================== ] 3613/5134 70% [=========================================== ] 3614/5134 70% [=========================================== ] 3615/5134 70% [=========================================== ] 3616/5134 70% [=========================================== ] 3617/5134 70% [=========================================== ] 3618/5134 70% [=========================================== ] 3619/5134 70% [=========================================== ] 3620/5134 70% [=========================================== ] 3621/5134 70% [=========================================== ] 3622/5134 70% [=========================================== ] 3623/5134 70% [=========================================== ] 3624/5134 70% [=========================================== ] 3625/5134 70% [=========================================== ] 3626/5134 70% [=========================================== ] 3627/5134 70% [=========================================== ] 3628/5134 70% [=========================================== ] 3629/5134 70% [=========================================== ] 3630/5134 70% [=========================================== ] 3631/5134 70% [=========================================== ] 3632/5134 70% [=========================================== ] 3633/5134 70% [=========================================== ] 3634/5134 70% [=========================================== ] 3635/5134 70% [=========================================== ] 3636/5134 70% [=========================================== ] 3637/5134 70% [=========================================== ] 3638/5134 70% [=========================================== ] 3639/5134 70% [=========================================== ] 3640/5134 70% [=========================================== ] 3641/5134 70% [=========================================== ] 3642/5134 70% [=========================================== ] 3643/5134 70% [============================================ ] 3644/5134 70% [============================================ ] 3645/5134 70% [============================================ ] 3646/5134 71% [============================================ ] 3647/5134 71% [============================================ ] 3648/5134 71% [============================================ ] 3649/5134 71% [============================================ ] 3650/5134 71% [============================================ ] 3651/5134 71% [============================================ ] 3652/5134 71% [============================================ ] 3653/5134 71% [============================================ ] 3654/5134 71% [============================================ ] 3655/5134 71% [============================================ ] 3656/5134 71% [============================================ ] 3657/5134 71% [============================================ ] 3658/5134 71% [============================================ ] 3659/5134 71% [============================================ ] 3660/5134 71% [============================================ ] 3661/5134 71% [============================================ ] 3662/5134 71% [============================================ ] 3663/5134 71% [============================================ ] 3664/5134 71% [============================================ ] 3665/5134 71% [============================================ ] 3666/5134 71% [============================================ ] 3667/5134 71% [============================================ ] 3668/5134 71% [============================================ ] 3669/5134 71% [============================================ ] 3670/5134 71% [============================================ ] 3671/5134 71% [============================================ ] 3672/5134 71% [============================================ ] 3673/5134 71% [============================================ ] 3674/5134 71% [============================================ ] 3675/5134 71% [============================================ ] 3676/5134 71% [============================================ ] 3677/5134 71% [============================================ ] 3678/5134 71% [============================================ ] 3679/5134 71% [============================================ ] 3680/5134 71% [============================================ ] 3681/5134 71% [============================================ ] 3682/5134 71% [============================================ ] 3683/5134 71% [============================================ ] 3684/5134 71% [============================================ ] 3685/5134 71% [============================================ ] 3686/5134 71% [============================================ ] 3687/5134 71% [============================================ ] 3688/5134 71% [============================================ ] 3689/5134 71% [============================================ ] 3690/5134 71% [============================================ ] 3691/5134 71% [============================================ ] 3692/5134 71% [============================================ ] 3693/5134 71% [============================================ ] 3694/5134 71% [============================================ ] 3695/5134 71% [============================================ ] 3696/5134 71% [============================================ ] 3697/5134 72% [============================================ ] 3698/5134 72% [============================================ ] 3699/5134 72% [============================================ ] 3700/5134 72% [============================================ ] 3701/5134 72% [============================================ ] 3702/5134 72% [============================================ ] 3703/5134 72% [============================================ ] 3704/5134 72% [============================================ ] 3705/5134 72% [============================================ ] 3706/5134 72% [============================================ ] 3707/5134 72% [============================================ ] 3708/5134 72% [============================================ ] 3709/5134 72% [============================================ ] 3710/5134 72% [============================================ ] 3711/5134 72% [============================================ ] 3712/5134 72% [============================================ ] 3713/5134 72% [============================================ ] 3714/5134 72% [============================================ ] 3715/5134 72% [============================================ ] 3716/5134 72% [============================================ ] 3717/5134 72% [============================================ ] 3718/5134 72% [============================================ ] 3719/5134 72% [============================================ ] 3720/5134 72% [============================================ ] 3721/5134 72% [============================================ ] 3722/5134 72% [============================================ ] 3723/5134 72% [============================================ ] 3724/5134 72% [============================================ ] 3725/5134 72% [============================================ ] 3726/5134 72% [============================================= ] 3727/5134 72% [============================================= ] 3728/5134 72% [============================================= ] 3729/5134 72% [============================================= ] 3730/5134 72% [============================================= ] 3731/5134 72% [============================================= ] 3732/5134 72% [============================================= ] 3733/5134 72% [============================================= ] 3734/5134 72% [============================================= ] 3735/5134 72% [============================================= ] 3736/5134 72% [============================================= ] 3737/5134 72% [============================================= ] 3738/5134 72% [============================================= ] 3739/5134 72% [============================================= ] 3740/5134 72% [============================================= ] 3741/5134 72% [============================================= ] 3742/5134 72% [============================================= ] 3743/5134 72% [============================================= ] 3744/5134 72% [============================================= ] 3745/5134 72% [============================================= ] 3746/5134 72% [============================================= ] 3747/5134 72% [============================================= ] 3748/5134 73% [============================================= ] 3749/5134 73% [============================================= ] 3750/5134 73% [============================================= ] 3751/5134 73% [============================================= ] 3752/5134 73% [============================================= ] 3753/5134 73% [============================================= ] 3754/5134 73% [============================================= ] 3755/5134 73% [============================================= ] 3756/5134 73% [============================================= ] 3757/5134 73% [============================================= ] 3758/5134 73% [============================================= ] 3759/5134 73% [============================================= ] 3760/5134 73% [============================================= ] 3761/5134 73% [============================================= ] 3762/5134 73% [============================================= ] 3763/5134 73% [============================================= ] 3764/5134 73% [============================================= ] 3765/5134 73% [============================================= ] 3766/5134 73% [============================================= ] 3767/5134 73% [============================================= ] 3768/5134 73% [============================================= ] 3769/5134 73% [============================================= ] 3770/5134 73% [============================================= ] 3771/5134 73% [============================================= ] 3772/5134 73% [============================================= ] 3773/5134 73% [============================================= ] 3774/5134 73% [============================================= ] 3775/5134 73% [============================================= ] 3776/5134 73% [============================================= ] 3777/5134 73% [============================================= ] 3778/5134 73% [============================================= ] 3779/5134 73% [============================================= ] 3780/5134 73% [============================================= ] 3781/5134 73% [============================================= ] 3782/5134 73% [============================================= ] 3783/5134 73% [============================================= ] 3784/5134 73% [============================================= ] 3785/5134 73% [============================================= ] 3786/5134 73% [============================================= ] 3787/5134 73% [============================================= ] 3788/5134 73% [============================================= ] 3789/5134 73% [============================================= ] 3790/5134 73% [============================================= ] 3791/5134 73% [============================================= ] 3792/5134 73% [============================================= ] 3793/5134 73% [============================================= ] 3794/5134 73% [============================================= ] 3795/5134 73% [============================================= ] 3796/5134 73% [============================================= ] 3797/5134 73% [============================================= ] 3798/5134 73% [============================================= ] 3799/5134 73% [============================================= ] 3800/5134 74% [============================================= ] 3801/5134 74% [============================================= ] 3802/5134 74% [============================================= ] 3803/5134 74% [============================================= ] 3804/5134 74% [============================================= ] 3805/5134 74% [============================================= ] 3806/5134 74% [============================================= ] 3807/5134 74% [============================================= ] 3808/5134 74% [============================================= ] 3809/5134 74% [============================================== ] 3810/5134 74% [============================================== ] 3811/5134 74% [============================================== ] 3812/5134 74% [============================================== ] 3813/5134 74% [============================================== ] 3814/5134 74% [============================================== ] 3815/5134 74% [============================================== ] 3816/5134 74% [============================================== ] 3817/5134 74% [============================================== ] 3818/5134 74% [============================================== ] 3819/5134 74% [============================================== ] 3820/5134 74% [============================================== ] 3821/5134 74% [============================================== ] 3822/5134 74% [============================================== ] 3823/5134 74% [============================================== ] 3824/5134 74% [============================================== ] 3825/5134 74% [============================================== ] 3826/5134 74% [============================================== ] 3827/5134 74% [============================================== ] 3828/5134 74% [============================================== ] 3829/5134 74% [============================================== ] 3830/5134 74% [============================================== ] 3831/5134 74% [============================================== ] 3832/5134 74% [============================================== ] 3833/5134 74% [============================================== ] 3834/5134 74% [============================================== ] 3835/5134 74% [============================================== ] 3836/5134 74% [============================================== ] 3837/5134 74% [============================================== ] 3838/5134 74% [============================================== ] 3839/5134 74% [============================================== ] 3840/5134 74% [============================================== ] 3841/5134 74% [============================================== ] 3842/5134 74% [============================================== ] 3843/5134 74% [============================================== ] 3844/5134 74% [============================================== ] 3845/5134 74% [============================================== ] 3846/5134 74% [============================================== ] 3847/5134 74% [============================================== ] 3848/5134 74% [============================================== ] 3849/5134 74% [============================================== ] 3850/5134 74% [============================================== ] 3851/5134 75% [============================================== ] 3852/5134 75% [============================================== ] 3853/5134 75% [============================================== ] 3854/5134 75% [============================================== ] 3855/5134 75% [============================================== ] 3856/5134 75% [============================================== ] 3857/5134 75% [============================================== ] 3858/5134 75% [============================================== ] 3859/5134 75% [============================================== ] 3860/5134 75% [============================================== ] 3861/5134 75% [============================================== ] 3862/5134 75% [============================================== ] 3863/5134 75% [============================================== ] 3864/5134 75% [============================================== ] 3865/5134 75% [============================================== ] 3866/5134 75% [============================================== ] 3867/5134 75% [============================================== ] 3868/5134 75% [============================================== ] 3869/5134 75% [============================================== ] 3870/5134 75% [============================================== ] 3871/5134 75% [============================================== ] 3872/5134 75% [============================================== ] 3873/5134 75% [============================================== ] 3874/5134 75% [============================================== ] 3875/5134 75% [============================================== ] 3876/5134 75% [============================================== ] 3877/5134 75% [============================================== ] 3878/5134 75% [============================================== ] 3879/5134 75% [============================================== ] 3880/5134 75% [============================================== ] 3881/5134 75% [============================================== ] 3882/5134 75% [============================================== ] 3883/5134 75% [============================================== ] 3884/5134 75% [============================================== ] 3885/5134 75% [============================================== ] 3886/5134 75% [============================================== ] 3887/5134 75% [============================================== ] 3888/5134 75% [============================================== ] 3889/5134 75% [============================================== ] 3890/5134 75% [============================================== ] 3891/5134 75% [=============================================== ] 3892/5134 75% [=============================================== ] 3893/5134 75% [=============================================== ] 3894/5134 75% [=============================================== ] 3895/5134 75% [=============================================== ] 3896/5134 75% [=============================================== ] 3897/5134 75% [=============================================== ] 3898/5134 75% [=============================================== ] 3899/5134 75% [=============================================== ] 3900/5134 75% [=============================================== ] 3901/5134 75% [=============================================== ] 3902/5134 76% [=============================================== ] 3903/5134 76% [=============================================== ] 3904/5134 76% [=============================================== ] 3905/5134 76% [=============================================== ] 3906/5134 76% [=============================================== ] 3907/5134 76% [=============================================== ] 3908/5134 76% [=============================================== ] 3909/5134 76% [=============================================== ] 3910/5134 76% [=============================================== ] 3911/5134 76% [=============================================== ] 3912/5134 76% [=============================================== ] 3913/5134 76% [=============================================== ] 3914/5134 76% [=============================================== ] 3915/5134 76% [=============================================== ] 3916/5134 76% [=============================================== ] 3917/5134 76% [=============================================== ] 3918/5134 76% [=============================================== ] 3919/5134 76% [=============================================== ] 3920/5134 76% [=============================================== ] 3921/5134 76% [=============================================== ] 3922/5134 76% [=============================================== ] 3923/5134 76% [=============================================== ] 3924/5134 76% [=============================================== ] 3925/5134 76% [=============================================== ] 3926/5134 76% [=============================================== ] 3927/5134 76% [=============================================== ] 3928/5134 76% [=============================================== ] 3929/5134 76% [=============================================== ] 3930/5134 76% [=============================================== ] 3931/5134 76% [=============================================== ] 3932/5134 76% [=============================================== ] 3933/5134 76% [=============================================== ] 3934/5134 76% [=============================================== ] 3935/5134 76% [=============================================== ] 3936/5134 76% [=============================================== ] 3937/5134 76% [=============================================== ] 3938/5134 76% [=============================================== ] 3939/5134 76% [=============================================== ] 3940/5134 76% [=============================================== ] 3941/5134 76% [=============================================== ] 3942/5134 76% [=============================================== ] 3943/5134 76% [=============================================== ] 3944/5134 76% [=============================================== ] 3945/5134 76% [=============================================== ] 3946/5134 76% [=============================================== ] 3947/5134 76% [=============================================== ] 3948/5134 76% [=============================================== ] 3949/5134 76% [=============================================== ] 3950/5134 76% [=============================================== ] 3951/5134 76% [=============================================== ] 3952/5134 76% [=============================================== ] 3953/5134 76% [=============================================== ] 3954/5134 77% [=============================================== ] 3955/5134 77% [=============================================== ] 3956/5134 77% [=============================================== ] 3957/5134 77% [=============================================== ] 3958/5134 77% [=============================================== ] 3959/5134 77% [=============================================== ] 3960/5134 77% [=============================================== ] 3961/5134 77% [=============================================== ] 3962/5134 77% [=============================================== ] 3963/5134 77% [=============================================== ] 3964/5134 77% [=============================================== ] 3965/5134 77% [=============================================== ] 3966/5134 77% [=============================================== ] 3967/5134 77% [=============================================== ] 3968/5134 77% [=============================================== ] 3969/5134 77% [=============================================== ] 3970/5134 77% [=============================================== ] 3971/5134 77% [=============================================== ] 3972/5134 77% [=============================================== ] 3973/5134 77% [=============================================== ] 3974/5134 77% [================================================ ] 3975/5134 77% [================================================ ] 3976/5134 77% [================================================ ] 3977/5134 77% [================================================ ] 3978/5134 77% [================================================ ] 3979/5134 77% [================================================ ] 3980/5134 77% [================================================ ] 3981/5134 77% [================================================ ] 3982/5134 77% [================================================ ] 3983/5134 77% [================================================ ] 3984/5134 77% [================================================ ] 3985/5134 77% [================================================ ] 3986/5134 77% [================================================ ] 3987/5134 77% [================================================ ] 3988/5134 77% [================================================ ] 3989/5134 77% [================================================ ] 3990/5134 77% [================================================ ] 3991/5134 77% [================================================ ] 3992/5134 77% [================================================ ] 3993/5134 77% [================================================ ] 3994/5134 77% [================================================ ] 3995/5134 77% [================================================ ] 3996/5134 77% [================================================ ] 3997/5134 77% [================================================ ] 3998/5134 77% [================================================ ] 3999/5134 77% [================================================ ] 4000/5134 77% [================================================ ] 4001/5134 77% [================================================ ] 4002/5134 77% [================================================ ] 4003/5134 77% [================================================ ] 4004/5134 77% [================================================ ] 4005/5134 78% [================================================ ] 4006/5134 78% [================================================ ] 4007/5134 78% [================================================ ] 4008/5134 78% [================================================ ] 4009/5134 78% [================================================ ] 4010/5134 78% [================================================ ] 4011/5134 78% [================================================ ] 4012/5134 78% [================================================ ] 4013/5134 78% [================================================ ] 4014/5134 78% [================================================ ] 4015/5134 78% [================================================ ] 4016/5134 78% [================================================ ] 4017/5134 78% [================================================ ] 4018/5134 78% [================================================ ] 4019/5134 78% [================================================ ] 4020/5134 78% [================================================ ] 4021/5134 78% [================================================ ] 4022/5134 78% [================================================ ] 4023/5134 78% [================================================ ] 4024/5134 78% [================================================ ] 4025/5134 78% [================================================ ] 4026/5134 78% [================================================ ] 4027/5134 78% [================================================ ] 4028/5134 78% [================================================ ] 4029/5134 78% [================================================ ] 4030/5134 78% [================================================ ] 4031/5134 78% [================================================ ] 4032/5134 78% [================================================ ] 4033/5134 78% [================================================ ] 4034/5134 78% [================================================ ] 4035/5134 78% [================================================ ] 4036/5134 78% [================================================ ] 4037/5134 78% [================================================ ] 4038/5134 78% [================================================ ] 4039/5134 78% [================================================ ] 4040/5134 78% [================================================ ] 4041/5134 78% [================================================ ] 4042/5134 78% [================================================ ] 4043/5134 78% [================================================ ] 4044/5134 78% [================================================ ] 4045/5134 78% [================================================ ] 4046/5134 78% [================================================ ] 4047/5134 78% [================================================ ] 4048/5134 78% [================================================ ] 4049/5134 78% [================================================ ] 4050/5134 78% [================================================ ] 4051/5134 78% [================================================ ] 4052/5134 78% [================================================ ] 4053/5134 78% [================================================ ] 4054/5134 78% [================================================ ] 4055/5134 78% [================================================ ] 4056/5134 79% [================================================ ] 4057/5134 79% [================================================= ] 4058/5134 79% [================================================= ] 4059/5134 79% [================================================= ] 4060/5134 79% [================================================= ] 4061/5134 79% [================================================= ] 4062/5134 79% [================================================= ] 4063/5134 79% [================================================= ] 4064/5134 79% [================================================= ] 4065/5134 79% [================================================= ] 4066/5134 79% [================================================= ] 4067/5134 79% [================================================= ] 4068/5134 79% [================================================= ] 4069/5134 79% [================================================= ] 4070/5134 79% [================================================= ] 4071/5134 79% [================================================= ] 4072/5134 79% [================================================= ] 4073/5134 79% [================================================= ] 4074/5134 79% [================================================= ] 4075/5134 79% [================================================= ] 4076/5134 79% [================================================= ] 4077/5134 79% [================================================= ] 4078/5134 79% [================================================= ] 4079/5134 79% [================================================= ] 4080/5134 79% [================================================= ] 4081/5134 79% [================================================= ] 4082/5134 79% [================================================= ] 4083/5134 79% [================================================= ] 4084/5134 79% [================================================= ] 4085/5134 79% [================================================= ] 4086/5134 79% [================================================= ] 4087/5134 79% [================================================= ] 4088/5134 79% [================================================= ] 4089/5134 79% [================================================= ] 4090/5134 79% [================================================= ] 4091/5134 79% [================================================= ] 4092/5134 79% [================================================= ] 4093/5134 79% [================================================= ] 4094/5134 79% [================================================= ] 4095/5134 79% [================================================= ] 4096/5134 79% [================================================= ] 4097/5134 79% [================================================= ] 4098/5134 79% [================================================= ] 4099/5134 79% [================================================= ] 4100/5134 79% [================================================= ] 4101/5134 79% [================================================= ] 4102/5134 79% [================================================= ] 4103/5134 79% [================================================= ] 4104/5134 79% [================================================= ] 4105/5134 79% [================================================= ] 4106/5134 79% [================================================= ] 4107/5134 79% [================================================= ] 4108/5134 80% [================================================= ] 4109/5134 80% [================================================= ] 4110/5134 80% [================================================= ] 4111/5134 80% [================================================= ] 4112/5134 80% [================================================= ] 4113/5134 80% [================================================= ] 4114/5134 80% [================================================= ] 4115/5134 80% [================================================= ] 4116/5134 80% [================================================= ] 4117/5134 80% [================================================= ] 4118/5134 80% [================================================= ] 4119/5134 80% [================================================= ] 4120/5134 80% [================================================= ] 4121/5134 80% [================================================= ] 4122/5134 80% [================================================= ] 4123/5134 80% [================================================= ] 4124/5134 80% [================================================= ] 4125/5134 80% [================================================= ] 4126/5134 80% [================================================= ] 4127/5134 80% [================================================= ] 4128/5134 80% [================================================= ] 4129/5134 80% [================================================= ] 4130/5134 80% [================================================= ] 4131/5134 80% [================================================= ] 4132/5134 80% [================================================= ] 4133/5134 80% [================================================= ] 4134/5134 80% [================================================= ] 4135/5134 80% [================================================= ] 4136/5134 80% [================================================= ] 4137/5134 80% [================================================= ] 4138/5134 80% [================================================= ] 4139/5134 80% [================================================= ] 4140/5134 80% [================================================== ] 4141/5134 80% [================================================== ] 4142/5134 80% [================================================== ] 4143/5134 80% [================================================== ] 4144/5134 80% [================================================== ] 4145/5134 80% [================================================== ] 4146/5134 80% [================================================== ] 4147/5134 80% [================================================== ] 4148/5134 80% [================================================== ] 4149/5134 80% [================================================== ] 4150/5134 80% [================================================== ] 4151/5134 80% [================================================== ] 4152/5134 80% [================================================== ] 4153/5134 80% [================================================== ] 4154/5134 80% [================================================== ] 4155/5134 80% [================================================== ] 4156/5134 80% [================================================== ] 4157/5134 80% [================================================== ] 4158/5134 80% [================================================== ] 4159/5134 81% [================================================== ] 4160/5134 81% [================================================== ] 4161/5134 81% [================================================== ] 4162/5134 81% [================================================== ] 4163/5134 81% [================================================== ] 4164/5134 81% [================================================== ] 4165/5134 81% [================================================== ] 4166/5134 81% [================================================== ] 4167/5134 81% [================================================== ] 4168/5134 81% [================================================== ] 4169/5134 81% [================================================== ] 4170/5134 81% [================================================== ] 4171/5134 81% [================================================== ] 4172/5134 81% [================================================== ] 4173/5134 81% [================================================== ] 4174/5134 81% [================================================== ] 4175/5134 81% [================================================== ] 4176/5134 81% [================================================== ] 4177/5134 81% [================================================== ] 4178/5134 81% [================================================== ] 4179/5134 81% [================================================== ] 4180/5134 81% [================================================== ] 4181/5134 81% [================================================== ] 4182/5134 81% [================================================== ] 4183/5134 81% [================================================== ] 4184/5134 81% [================================================== ] 4185/5134 81% [================================================== ] 4186/5134 81% [================================================== ] 4187/5134 81% [================================================== ] 4188/5134 81% [================================================== ] 4189/5134 81% [================================================== ] 4190/5134 81% [================================================== ] 4191/5134 81% [================================================== ] 4192/5134 81% [================================================== ] 4193/5134 81% [================================================== ] 4194/5134 81% [================================================== ] 4195/5134 81% [================================================== ] 4196/5134 81% [================================================== ] 4197/5134 81% [================================================== ] 4198/5134 81% [================================================== ] 4199/5134 81% [================================================== ] 4200/5134 81% [================================================== ] 4201/5134 81% [================================================== ] 4202/5134 81% [================================================== ] 4203/5134 81% [================================================== ] 4204/5134 81% [================================================== ] 4205/5134 81% [================================================== ] 4206/5134 81% [================================================== ] 4207/5134 81% [================================================== ] 4208/5134 81% [================================================== ] 4209/5134 81% [================================================== ] 4210/5134 82% [================================================== ] 4211/5134 82% [================================================== ] 4212/5134 82% [================================================== ] 4213/5134 82% [================================================== ] 4214/5134 82% [================================================== ] 4215/5134 82% [================================================== ] 4216/5134 82% [================================================== ] 4217/5134 82% [================================================== ] 4218/5134 82% [================================================== ] 4219/5134 82% [================================================== ] 4220/5134 82% [================================================== ] 4221/5134 82% [================================================== ] 4222/5134 82% [================================================== ] 4223/5134 82% [=================================================== ] 4224/5134 82% [=================================================== ] 4225/5134 82% [=================================================== ] 4226/5134 82% [=================================================== ] 4227/5134 82% [=================================================== ] 4228/5134 82% [=================================================== ] 4229/5134 82% [=================================================== ] 4230/5134 82% [=================================================== ] 4231/5134 82% [=================================================== ] 4232/5134 82% [=================================================== ] 4233/5134 82% [=================================================== ] 4234/5134 82% [=================================================== ] 4235/5134 82% [=================================================== ] 4236/5134 82% [=================================================== ] 4237/5134 82% [=================================================== ] 4238/5134 82% [=================================================== ] 4239/5134 82% [=================================================== ] 4240/5134 82% [=================================================== ] 4241/5134 82% [=================================================== ] 4242/5134 82% [=================================================== ] 4243/5134 82% [=================================================== ] 4244/5134 82% [=================================================== ] 4245/5134 82% [=================================================== ] 4246/5134 82% [=================================================== ] 4247/5134 82% [=================================================== ] 4248/5134 82% [=================================================== ] 4249/5134 82% [=================================================== ] 4250/5134 82% [=================================================== ] 4251/5134 82% [=================================================== ] 4252/5134 82% [=================================================== ] 4253/5134 82% [=================================================== ] 4254/5134 82% [=================================================== ] 4255/5134 82% [=================================================== ] 4256/5134 82% [=================================================== ] 4257/5134 82% [=================================================== ] 4258/5134 82% [=================================================== ] 4259/5134 82% [=================================================== ] 4260/5134 82% [=================================================== ] 4261/5134 82% [=================================================== ] 4262/5134 83% [=================================================== ] 4263/5134 83% [=================================================== ] 4264/5134 83% [=================================================== ] 4265/5134 83% [=================================================== ] 4266/5134 83% [=================================================== ] 4267/5134 83% [=================================================== ] 4268/5134 83% [=================================================== ] 4269/5134 83% [=================================================== ] 4270/5134 83% [=================================================== ] 4271/5134 83% [=================================================== ] 4272/5134 83% [=================================================== ] 4273/5134 83% [=================================================== ] 4274/5134 83% [=================================================== ] 4275/5134 83% [=================================================== ] 4276/5134 83% [=================================================== ] 4277/5134 83% [=================================================== ] 4278/5134 83% [=================================================== ] 4279/5134 83% [=================================================== ] 4280/5134 83% [=================================================== ] 4281/5134 83% [=================================================== ] 4282/5134 83% [=================================================== ] 4283/5134 83% [=================================================== ] 4284/5134 83% [=================================================== ] 4285/5134 83% [=================================================== ] 4286/5134 83% [=================================================== ] 4287/5134 83% [=================================================== ] 4288/5134 83% [=================================================== ] 4289/5134 83% [=================================================== ] 4290/5134 83% [=================================================== ] 4291/5134 83% [=================================================== ] 4292/5134 83% [=================================================== ] 4293/5134 83% [=================================================== ] 4294/5134 83% [=================================================== ] 4295/5134 83% [=================================================== ] 4296/5134 83% [=================================================== ] 4297/5134 83% [=================================================== ] 4298/5134 83% [=================================================== ] 4299/5134 83% [=================================================== ] 4300/5134 83% [=================================================== ] 4301/5134 83% [=================================================== ] 4302/5134 83% [=================================================== ] 4303/5134 83% [=================================================== ] 4304/5134 83% [=================================================== ] 4305/5134 83% [==================================================== ] 4306/5134 83% [==================================================== ] 4307/5134 83% [==================================================== ] 4308/5134 83% [==================================================== ] 4309/5134 83% [==================================================== ] 4310/5134 83% [==================================================== ] 4311/5134 83% [==================================================== ] 4312/5134 83% [==================================================== ] 4313/5134 84% [==================================================== ] 4314/5134 84% [==================================================== ] 4315/5134 84% [==================================================== ] 4316/5134 84% [==================================================== ] 4317/5134 84% [==================================================== ] 4318/5134 84% [==================================================== ] 4319/5134 84% [==================================================== ] 4320/5134 84% [==================================================== ] 4321/5134 84% [==================================================== ] 4322/5134 84% [==================================================== ] 4323/5134 84% [==================================================== ] 4324/5134 84% [==================================================== ] 4325/5134 84% [==================================================== ] 4326/5134 84% [==================================================== ] 4327/5134 84% [==================================================== ] 4328/5134 84% [==================================================== ] 4329/5134 84% [==================================================== ] 4330/5134 84% [==================================================== ] 4331/5134 84% [==================================================== ] 4332/5134 84% [==================================================== ] 4333/5134 84% [==================================================== ] 4334/5134 84% [==================================================== ] 4335/5134 84% [==================================================== ] 4336/5134 84% [==================================================== ] 4337/5134 84% [==================================================== ] 4338/5134 84% [==================================================== ] 4339/5134 84% [==================================================== ] 4340/5134 84% [==================================================== ] 4341/5134 84% [==================================================== ] 4342/5134 84% [==================================================== ] 4343/5134 84% [==================================================== ] 4344/5134 84% [==================================================== ] 4345/5134 84% [==================================================== ] 4346/5134 84% [==================================================== ] 4347/5134 84% [==================================================== ] 4348/5134 84% [==================================================== ] 4349/5134 84% [==================================================== ] 4350/5134 84% [==================================================== ] 4351/5134 84% [==================================================== ] 4352/5134 84% [==================================================== ] 4353/5134 84% [==================================================== ] 4354/5134 84% [==================================================== ] 4355/5134 84% [==================================================== ] 4356/5134 84% [==================================================== ] 4357/5134 84% [==================================================== ] 4358/5134 84% [==================================================== ] 4359/5134 84% [==================================================== ] 4360/5134 84% [==================================================== ] 4361/5134 84% [==================================================== ] 4362/5134 84% [==================================================== ] 4363/5134 84% [==================================================== ] 4364/5134 85% [==================================================== ] 4365/5134 85% [==================================================== ] 4366/5134 85% [==================================================== ] 4367/5134 85% [==================================================== ] 4368/5134 85% [==================================================== ] 4369/5134 85% [==================================================== ] 4370/5134 85% [==================================================== ] 4371/5134 85% [==================================================== ] 4372/5134 85% [==================================================== ] 4373/5134 85% [==================================================== ] 4374/5134 85% [==================================================== ] 4375/5134 85% [==================================================== ] 4376/5134 85% [==================================================== ] 4377/5134 85% [==================================================== ] 4378/5134 85% [==================================================== ] 4379/5134 85% [==================================================== ] 4380/5134 85% [==================================================== ] 4381/5134 85% [==================================================== ] 4382/5134 85% [==================================================== ] 4383/5134 85% [==================================================== ] 4384/5134 85% [==================================================== ] 4385/5134 85% [==================================================== ] 4386/5134 85% [==================================================== ] 4387/5134 85% [==================================================== ] 4388/5134 85% [===================================================== ] 4389/5134 85% [===================================================== ] 4390/5134 85% [===================================================== ] 4391/5134 85% [===================================================== ] 4392/5134 85% [===================================================== ] 4393/5134 85% [===================================================== ] 4394/5134 85% [===================================================== ] 4395/5134 85% [===================================================== ] 4396/5134 85% [===================================================== ] 4397/5134 85% [===================================================== ] 4398/5134 85% [===================================================== ] 4399/5134 85% [===================================================== ] 4400/5134 85% [===================================================== ] 4401/5134 85% [===================================================== ] 4402/5134 85% [===================================================== ] 4403/5134 85% [===================================================== ] 4404/5134 85% [===================================================== ] 4405/5134 85% [===================================================== ] 4406/5134 85% [===================================================== ] 4407/5134 85% [===================================================== ] 4408/5134 85% [===================================================== ] 4409/5134 85% [===================================================== ] 4410/5134 85% [===================================================== ] 4411/5134 85% [===================================================== ] 4412/5134 85% [===================================================== ] 4413/5134 85% [===================================================== ] 4414/5134 85% [===================================================== ] 4415/5134 85% [===================================================== ] 4416/5134 86% [===================================================== ] 4417/5134 86% [===================================================== ] 4418/5134 86% [===================================================== ] 4419/5134 86% [===================================================== ] 4420/5134 86% [===================================================== ] 4421/5134 86% [===================================================== ] 4422/5134 86% [===================================================== ] 4423/5134 86% [===================================================== ] 4424/5134 86% [===================================================== ] 4425/5134 86% [===================================================== ] 4426/5134 86% [===================================================== ] 4427/5134 86% [===================================================== ] 4428/5134 86% [===================================================== ] 4429/5134 86% [===================================================== ] 4430/5134 86% [===================================================== ] 4431/5134 86% [===================================================== ] 4432/5134 86% [===================================================== ] 4433/5134 86% [===================================================== ] 4434/5134 86% [===================================================== ] 4435/5134 86% [===================================================== ] 4436/5134 86% [===================================================== ] 4437/5134 86% [===================================================== ] 4438/5134 86% [===================================================== ] 4439/5134 86% [===================================================== ] 4440/5134 86% [===================================================== ] 4441/5134 86% [===================================================== ] 4442/5134 86% [===================================================== ] 4443/5134 86% [===================================================== ] 4444/5134 86% [===================================================== ] 4445/5134 86% [===================================================== ] 4446/5134 86% [===================================================== ] 4447/5134 86% [===================================================== ] 4448/5134 86% [===================================================== ] 4449/5134 86% [===================================================== ] 4450/5134 86% [===================================================== ] 4451/5134 86% [===================================================== ] 4452/5134 86% [===================================================== ] 4453/5134 86% [===================================================== ] 4454/5134 86% [===================================================== ] 4455/5134 86% [===================================================== ] 4456/5134 86% [===================================================== ] 4457/5134 86% [===================================================== ] 4458/5134 86% [===================================================== ] 4459/5134 86% [===================================================== ] 4460/5134 86% [===================================================== ] 4461/5134 86% [===================================================== ] 4462/5134 86% [===================================================== ] 4463/5134 86% [===================================================== ] 4464/5134 86% [===================================================== ] 4465/5134 86% [===================================================== ] 4466/5134 86% [===================================================== ] 4467/5134 87% [===================================================== ] 4468/5134 87% [===================================================== ] 4469/5134 87% [===================================================== ] 4470/5134 87% [===================================================== ] 4471/5134 87% [====================================================== ] 4472/5134 87% [====================================================== ] 4473/5134 87% [====================================================== ] 4474/5134 87% [====================================================== ] 4475/5134 87% [====================================================== ] 4476/5134 87% [====================================================== ] 4477/5134 87% [====================================================== ] 4478/5134 87% [====================================================== ] 4479/5134 87% [====================================================== ] 4480/5134 87% [====================================================== ] 4481/5134 87% [====================================================== ] 4482/5134 87% [====================================================== ] 4483/5134 87% [====================================================== ] 4484/5134 87% [====================================================== ] 4485/5134 87% [====================================================== ] 4486/5134 87% [====================================================== ] 4487/5134 87% [====================================================== ] 4488/5134 87% [====================================================== ] 4489/5134 87% [====================================================== ] 4490/5134 87% [====================================================== ] 4491/5134 87% [====================================================== ] 4492/5134 87% [====================================================== ] 4493/5134 87% [====================================================== ] 4494/5134 87% [====================================================== ] 4495/5134 87% [====================================================== ] 4496/5134 87% [====================================================== ] 4497/5134 87% [====================================================== ] 4498/5134 87% [====================================================== ] 4499/5134 87% [====================================================== ] 4500/5134 87% [====================================================== ] 4501/5134 87% [====================================================== ] 4502/5134 87% [====================================================== ] 4503/5134 87% [====================================================== ] 4504/5134 87% [====================================================== ] 4505/5134 87% [====================================================== ] 4506/5134 87% [====================================================== ] 4507/5134 87% [====================================================== ] 4508/5134 87% [====================================================== ] 4509/5134 87% [====================================================== ] 4510/5134 87% [====================================================== ] 4511/5134 87% [====================================================== ] 4512/5134 87% [====================================================== ] 4513/5134 87% [====================================================== ] 4514/5134 87% [====================================================== ] 4515/5134 87% [====================================================== ] 4516/5134 87% [====================================================== ] 4517/5134 87% [====================================================== ] 4518/5134 88% [====================================================== ] 4519/5134 88% [====================================================== ] 4520/5134 88% [====================================================== ] 4521/5134 88% [====================================================== ] 4522/5134 88% [====================================================== ] 4523/5134 88% [====================================================== ] 4524/5134 88% [====================================================== ] 4525/5134 88% [====================================================== ] 4526/5134 88% [====================================================== ] 4527/5134 88% [====================================================== ] 4528/5134 88% [====================================================== ] 4529/5134 88% [====================================================== ] 4530/5134 88% [====================================================== ] 4531/5134 88% [====================================================== ] 4532/5134 88% [====================================================== ] 4533/5134 88% [====================================================== ] 4534/5134 88% [====================================================== ] 4535/5134 88% [====================================================== ] 4536/5134 88% [====================================================== ] 4537/5134 88% [====================================================== ] 4538/5134 88% [====================================================== ] 4539/5134 88% [====================================================== ] 4540/5134 88% [====================================================== ] 4541/5134 88% [====================================================== ] 4542/5134 88% [====================================================== ] 4543/5134 88% [====================================================== ] 4544/5134 88% [====================================================== ] 4545/5134 88% [====================================================== ] 4546/5134 88% [====================================================== ] 4547/5134 88% [====================================================== ] 4548/5134 88% [====================================================== ] 4549/5134 88% [====================================================== ] 4550/5134 88% [====================================================== ] 4551/5134 88% [====================================================== ] 4552/5134 88% [====================================================== ] 4553/5134 88% [====================================================== ] 4554/5134 88% [======================================================= ] 4555/5134 88% [======================================================= ] 4556/5134 88% [======================================================= ] 4557/5134 88% [======================================================= ] 4558/5134 88% [======================================================= ] 4559/5134 88% [======================================================= ] 4560/5134 88% [======================================================= ] 4561/5134 88% [======================================================= ] 4562/5134 88% [======================================================= ] 4563/5134 88% [======================================================= ] 4564/5134 88% [======================================================= ] 4565/5134 88% [======================================================= ] 4566/5134 88% [======================================================= ] 4567/5134 88% [======================================================= ] 4568/5134 88% [======================================================= ] 4569/5134 88% [======================================================= ] 4570/5134 89% [======================================================= ] 4571/5134 89% [======================================================= ] 4572/5134 89% [======================================================= ] 4573/5134 89% [======================================================= ] 4574/5134 89% [======================================================= ] 4575/5134 89% [======================================================= ] 4576/5134 89% [======================================================= ] 4577/5134 89% [======================================================= ] 4578/5134 89% [======================================================= ] 4579/5134 89% [======================================================= ] 4580/5134 89% [======================================================= ] 4581/5134 89% [======================================================= ] 4582/5134 89% [======================================================= ] 4583/5134 89% [======================================================= ] 4584/5134 89% [======================================================= ] 4585/5134 89% [======================================================= ] 4586/5134 89% [======================================================= ] 4587/5134 89% [======================================================= ] 4588/5134 89% [======================================================= ] 4589/5134 89% [======================================================= ] 4590/5134 89% [======================================================= ] 4591/5134 89% [======================================================= ] 4592/5134 89% [======================================================= ] 4593/5134 89% [======================================================= ] 4594/5134 89% [======================================================= ] 4595/5134 89% [======================================================= ] 4596/5134 89% [======================================================= ] 4597/5134 89% [======================================================= ] 4598/5134 89% [======================================================= ] 4599/5134 89% [======================================================= ] 4600/5134 89% [======================================================= ] 4601/5134 89% [======================================================= ] 4602/5134 89% [======================================================= ] 4603/5134 89% [======================================================= ] 4604/5134 89% [======================================================= ] 4605/5134 89% [======================================================= ] 4606/5134 89% [======================================================= ] 4607/5134 89% [======================================================= ] 4608/5134 89% [======================================================= ] 4609/5134 89% [======================================================= ] 4610/5134 89% [======================================================= ] 4611/5134 89% [======================================================= ] 4612/5134 89% [======================================================= ] 4613/5134 89% [======================================================= ] 4614/5134 89% [======================================================= ] 4615/5134 89% [======================================================= ] 4616/5134 89% [======================================================= ] 4617/5134 89% [======================================================= ] 4618/5134 89% [======================================================= ] 4619/5134 89% [======================================================= ] 4620/5134 89% [======================================================= ] 4621/5134 90% [======================================================= ] 4622/5134 90% [======================================================= ] 4623/5134 90% [======================================================= ] 4624/5134 90% [======================================================= ] 4625/5134 90% [======================================================= ] 4626/5134 90% [======================================================= ] 4627/5134 90% [======================================================= ] 4628/5134 90% [======================================================= ] 4629/5134 90% [======================================================= ] 4630/5134 90% [======================================================= ] 4631/5134 90% [======================================================= ] 4632/5134 90% [======================================================= ] 4633/5134 90% [======================================================= ] 4634/5134 90% [======================================================= ] 4635/5134 90% [======================================================= ] 4636/5134 90% [======================================================= ] 4637/5134 90% [======================================================== ] 4638/5134 90% [======================================================== ] 4639/5134 90% [======================================================== ] 4640/5134 90% [======================================================== ] 4641/5134 90% [======================================================== ] 4642/5134 90% [======================================================== ] 4643/5134 90% [======================================================== ] 4644/5134 90% [======================================================== ] 4645/5134 90% [======================================================== ] 4646/5134 90% [======================================================== ] 4647/5134 90% [======================================================== ] 4648/5134 90% [======================================================== ] 4649/5134 90% [======================================================== ] 4650/5134 90% [======================================================== ] 4651/5134 90% [======================================================== ] 4652/5134 90% [======================================================== ] 4653/5134 90% [======================================================== ] 4654/5134 90% [======================================================== ] 4655/5134 90% [======================================================== ] 4656/5134 90% [======================================================== ] 4657/5134 90% [======================================================== ] 4658/5134 90% [======================================================== ] 4659/5134 90% [======================================================== ] 4660/5134 90% [======================================================== ] 4661/5134 90% [======================================================== ] 4662/5134 90% [======================================================== ] 4663/5134 90% [======================================================== ] 4664/5134 90% [======================================================== ] 4665/5134 90% [======================================================== ] 4666/5134 90% [======================================================== ] 4667/5134 90% [======================================================== ] 4668/5134 90% [======================================================== ] 4669/5134 90% [======================================================== ] 4670/5134 90% [======================================================== ] 4671/5134 90% [======================================================== ] 4672/5134 91% [======================================================== ] 4673/5134 91% [======================================================== ] 4674/5134 91% [======================================================== ] 4675/5134 91% [======================================================== ] 4676/5134 91% [======================================================== ] 4677/5134 91% [======================================================== ] 4678/5134 91% [======================================================== ] 4679/5134 91% [======================================================== ] 4680/5134 91% [======================================================== ] 4681/5134 91% [======================================================== ] 4682/5134 91% [======================================================== ] 4683/5134 91% [======================================================== ] 4684/5134 91% [======================================================== ] 4685/5134 91% [======================================================== ] 4686/5134 91% [======================================================== ] 4687/5134 91% [======================================================== ] 4688/5134 91% [======================================================== ] 4689/5134 91% [======================================================== ] 4690/5134 91% [======================================================== ] 4691/5134 91% [======================================================== ] 4692/5134 91% [======================================================== ] 4693/5134 91% [======================================================== ] 4694/5134 91% [======================================================== ] 4695/5134 91% [======================================================== ] 4696/5134 91% [======================================================== ] 4697/5134 91% [======================================================== ] 4698/5134 91% [======================================================== ] 4699/5134 91% [======================================================== ] 4700/5134 91% [======================================================== ] 4701/5134 91% [======================================================== ] 4702/5134 91% [======================================================== ] 4703/5134 91% [======================================================== ] 4704/5134 91% [======================================================== ] 4705/5134 91% [======================================================== ] 4706/5134 91% [======================================================== ] 4707/5134 91% [======================================================== ] 4708/5134 91% [======================================================== ] 4709/5134 91% [======================================================== ] 4710/5134 91% [======================================================== ] 4711/5134 91% [======================================================== ] 4712/5134 91% [======================================================== ] 4713/5134 91% [======================================================== ] 4714/5134 91% [======================================================== ] 4715/5134 91% [======================================================== ] 4716/5134 91% [======================================================== ] 4717/5134 91% [======================================================== ] 4718/5134 91% [======================================================== ] 4719/5134 91% [========================================================= ] 4720/5134 91% [========================================================= ] 4721/5134 91% [========================================================= ] 4722/5134 91% [========================================================= ] 4723/5134 91% [========================================================= ] 4724/5134 92% [========================================================= ] 4725/5134 92% [========================================================= ] 4726/5134 92% [========================================================= ] 4727/5134 92% [========================================================= ] 4728/5134 92% [========================================================= ] 4729/5134 92% [========================================================= ] 4730/5134 92% [========================================================= ] 4731/5134 92% [========================================================= ] 4732/5134 92% [========================================================= ] 4733/5134 92% [========================================================= ] 4734/5134 92% [========================================================= ] 4735/5134 92% [========================================================= ] 4736/5134 92% [========================================================= ] 4737/5134 92% [========================================================= ] 4738/5134 92% [========================================================= ] 4739/5134 92% [========================================================= ] 4740/5134 92% [========================================================= ] 4741/5134 92% [========================================================= ] 4742/5134 92% [========================================================= ] 4743/5134 92% [========================================================= ] 4744/5134 92% [========================================================= ] 4745/5134 92% [========================================================= ] 4746/5134 92% [========================================================= ] 4747/5134 92% [========================================================= ] 4748/5134 92% [========================================================= ] 4749/5134 92% [========================================================= ] 4750/5134 92% [========================================================= ] 4751/5134 92% [========================================================= ] 4752/5134 92% [========================================================= ] 4753/5134 92% [========================================================= ] 4754/5134 92% [========================================================= ] 4755/5134 92% [========================================================= ] 4756/5134 92% [========================================================= ] 4757/5134 92% [========================================================= ] 4758/5134 92% [========================================================= ] 4759/5134 92% [========================================================= ] 4760/5134 92% [========================================================= ] 4761/5134 92% [========================================================= ] 4762/5134 92% [========================================================= ] 4763/5134 92% [========================================================= ] 4764/5134 92% [========================================================= ] 4765/5134 92% [========================================================= ] 4766/5134 92% [========================================================= ] 4767/5134 92% [========================================================= ] 4768/5134 92% [========================================================= ] 4769/5134 92% [========================================================= ] 4770/5134 92% [========================================================= ] 4771/5134 92% [========================================================= ] 4772/5134 92% [========================================================= ] 4773/5134 92% [========================================================= ] 4774/5134 92% [========================================================= ] 4775/5134 93% [========================================================= ] 4776/5134 93% [========================================================= ] 4777/5134 93% [========================================================= ] 4778/5134 93% [========================================================= ] 4779/5134 93% [========================================================= ] 4780/5134 93% [========================================================= ] 4781/5134 93% [========================================================= ] 4782/5134 93% [========================================================= ] 4783/5134 93% [========================================================= ] 4784/5134 93% [========================================================= ] 4785/5134 93% [========================================================= ] 4786/5134 93% [========================================================= ] 4787/5134 93% [========================================================= ] 4788/5134 93% [========================================================= ] 4789/5134 93% [========================================================= ] 4790/5134 93% [========================================================= ] 4791/5134 93% [========================================================= ] 4792/5134 93% [========================================================= ] 4793/5134 93% [========================================================= ] 4794/5134 93% [========================================================= ] 4795/5134 93% [========================================================= ] 4796/5134 93% [========================================================= ] 4797/5134 93% [========================================================= ] 4798/5134 93% [========================================================= ] 4799/5134 93% [========================================================= ] 4800/5134 93% [========================================================= ] 4801/5134 93% [========================================================= ] 4802/5134 93% [========================================================== ] 4803/5134 93% [========================================================== ] 4804/5134 93% [========================================================== ] 4805/5134 93% [========================================================== ] 4806/5134 93% [========================================================== ] 4807/5134 93% [========================================================== ] 4808/5134 93% [========================================================== ] 4809/5134 93% [========================================================== ] 4810/5134 93% [========================================================== ] 4811/5134 93% [========================================================== ] 4812/5134 93% [========================================================== ] 4813/5134 93% [========================================================== ] 4814/5134 93% [========================================================== ] 4815/5134 93% [========================================================== ] 4816/5134 93% [========================================================== ] 4817/5134 93% [========================================================== ] 4818/5134 93% [========================================================== ] 4819/5134 93% [========================================================== ] 4820/5134 93% [========================================================== ] 4821/5134 93% [========================================================== ] 4822/5134 93% [========================================================== ] 4823/5134 93% [========================================================== ] 4824/5134 93% [========================================================== ] 4825/5134 93% [========================================================== ] 4826/5134 94% [========================================================== ] 4827/5134 94% [========================================================== ] 4828/5134 94% [========================================================== ] 4829/5134 94% [========================================================== ] 4830/5134 94% [========================================================== ] 4831/5134 94% [========================================================== ] 4832/5134 94% [========================================================== ] 4833/5134 94% [========================================================== ] 4834/5134 94% [========================================================== ] 4835/5134 94% [========================================================== ] 4836/5134 94% [========================================================== ] 4837/5134 94% [========================================================== ] 4838/5134 94% [========================================================== ] 4839/5134 94% [========================================================== ] 4840/5134 94% [========================================================== ] 4841/5134 94% [========================================================== ] 4842/5134 94% [========================================================== ] 4843/5134 94% [========================================================== ] 4844/5134 94% [========================================================== ] 4845/5134 94% [========================================================== ] 4846/5134 94% [========================================================== ] 4847/5134 94% [========================================================== ] 4848/5134 94% [========================================================== ] 4849/5134 94% [========================================================== ] 4850/5134 94% [========================================================== ] 4851/5134 94% [========================================================== ] 4852/5134 94% [========================================================== ] 4853/5134 94% [========================================================== ] 4854/5134 94% [========================================================== ] 4855/5134 94% [========================================================== ] 4856/5134 94% [========================================================== ] 4857/5134 94% [========================================================== ] 4858/5134 94% [========================================================== ] 4859/5134 94% [========================================================== ] 4860/5134 94% [========================================================== ] 4861/5134 94% [========================================================== ] 4862/5134 94% [========================================================== ] 4863/5134 94% [========================================================== ] 4864/5134 94% [========================================================== ] 4865/5134 94% [========================================================== ] 4866/5134 94% [========================================================== ] 4867/5134 94% [========================================================== ] 4868/5134 94% [========================================================== ] 4869/5134 94% [========================================================== ] 4870/5134 94% [========================================================== ] 4871/5134 94% [========================================================== ] 4872/5134 94% [========================================================== ] 4873/5134 94% [========================================================== ] 4874/5134 94% [========================================================== ] 4875/5134 94% [========================================================== ] 4876/5134 94% [========================================================== ] 4877/5134 94% [========================================================== ] 4878/5134 95% [========================================================== ] 4879/5134 95% [========================================================== ] 4880/5134 95% [========================================================== ] 4881/5134 95% [========================================================== ] 4882/5134 95% [========================================================== ] 4883/5134 95% [========================================================== ] 4884/5134 95% [========================================================== ] 4885/5134 95% [=========================================================== ] 4886/5134 95% [=========================================================== ] 4887/5134 95% [=========================================================== ] 4888/5134 95% [=========================================================== ] 4889/5134 95% [=========================================================== ] 4890/5134 95% [=========================================================== ] 4891/5134 95% [=========================================================== ] 4892/5134 95% [=========================================================== ] 4893/5134 95% [=========================================================== ] 4894/5134 95% [=========================================================== ] 4895/5134 95% [=========================================================== ] 4896/5134 95% [=========================================================== ] 4897/5134 95% [=========================================================== ] 4898/5134 95% [=========================================================== ] 4899/5134 95% [=========================================================== ] 4900/5134 95% [=========================================================== ] 4901/5134 95% [=========================================================== ] 4902/5134 95% [=========================================================== ] 4903/5134 95% [=========================================================== ] 4904/5134 95% [=========================================================== ] 4905/5134 95% [=========================================================== ] 4906/5134 95% [=========================================================== ] 4907/5134 95% [=========================================================== ] 4908/5134 95% [=========================================================== ] 4909/5134 95% [=========================================================== ] 4910/5134 95% [=========================================================== ] 4911/5134 95% [=========================================================== ] 4912/5134 95% [=========================================================== ] 4913/5134 95% [=========================================================== ] 4914/5134 95% [=========================================================== ] 4915/5134 95% [=========================================================== ] 4916/5134 95% [=========================================================== ] 4917/5134 95% [=========================================================== ] 4918/5134 95% [=========================================================== ] 4919/5134 95% [=========================================================== ] 4920/5134 95% [=========================================================== ] 4921/5134 95% [=========================================================== ] 4922/5134 95% [=========================================================== ] 4923/5134 95% [=========================================================== ] 4924/5134 95% [=========================================================== ] 4925/5134 95% [=========================================================== ] 4926/5134 95% [=========================================================== ] 4927/5134 95% [=========================================================== ] 4928/5134 95% [=========================================================== ] 4929/5134 96% [=========================================================== ] 4930/5134 96% [=========================================================== ] 4931/5134 96% [=========================================================== ] 4932/5134 96% [=========================================================== ] 4933/5134 96% [=========================================================== ] 4934/5134 96% [=========================================================== ] 4935/5134 96% [=========================================================== ] 4936/5134 96% [=========================================================== ] 4937/5134 96% [=========================================================== ] 4938/5134 96% [=========================================================== ] 4939/5134 96% [=========================================================== ] 4940/5134 96% [=========================================================== ] 4941/5134 96% [=========================================================== ] 4942/5134 96% [=========================================================== ] 4943/5134 96% [=========================================================== ] 4944/5134 96% [=========================================================== ] 4945/5134 96% [=========================================================== ] 4946/5134 96% [=========================================================== ] 4947/5134 96% [=========================================================== ] 4948/5134 96% [=========================================================== ] 4949/5134 96% [=========================================================== ] 4950/5134 96% [=========================================================== ] 4951/5134 96% [=========================================================== ] 4952/5134 96% [=========================================================== ] 4953/5134 96% [=========================================================== ] 4954/5134 96% [=========================================================== ] 4955/5134 96% [=========================================================== ] 4956/5134 96% [=========================================================== ] 4957/5134 96% [=========================================================== ] 4958/5134 96% [=========================================================== ] 4959/5134 96% [=========================================================== ] 4960/5134 96% [=========================================================== ] 4961/5134 96% [=========================================================== ] 4962/5134 96% [=========================================================== ] 4963/5134 96% [=========================================================== ] 4964/5134 96% [=========================================================== ] 4965/5134 96% [=========================================================== ] 4966/5134 96% [=========================================================== ] 4967/5134 96% [=========================================================== ] 4968/5134 96% [============================================================ ] 4969/5134 96% [============================================================ ] 4970/5134 96% [============================================================ ] 4971/5134 96% [============================================================ ] 4972/5134 96% [============================================================ ] 4973/5134 96% [============================================================ ] 4974/5134 96% [============================================================ ] 4975/5134 96% [============================================================ ] 4976/5134 96% [============================================================ ] 4977/5134 96% [============================================================ ] 4978/5134 96% [============================================================ ] 4979/5134 96% [============================================================ ] 4980/5134 97% [============================================================ ] 4981/5134 97% [============================================================ ] 4982/5134 97% [============================================================ ] 4983/5134 97% [============================================================ ] 4984/5134 97% [============================================================ ] 4985/5134 97% [============================================================ ] 4986/5134 97% [============================================================ ] 4987/5134 97% [============================================================ ] 4988/5134 97% [============================================================ ] 4989/5134 97% [============================================================ ] 4990/5134 97% [============================================================ ] 4991/5134 97% [============================================================ ] 4992/5134 97% [============================================================ ] 4993/5134 97% [============================================================ ] 4994/5134 97% [============================================================ ] 4995/5134 97% [============================================================ ] 4996/5134 97% [============================================================ ] 4997/5134 97% [============================================================ ] 4998/5134 97% [============================================================ ] 4999/5134 97% [============================================================ ] 5000/5134 97% [============================================================ ] 5001/5134 97% [============================================================ ] 5002/5134 97% [============================================================ ] 5003/5134 97% [============================================================ ] 5004/5134 97% [============================================================ ] 5005/5134 97% [============================================================ ] 5006/5134 97% [============================================================ ] 5007/5134 97% [============================================================ ] 5008/5134 97% [============================================================ ] 5009/5134 97% [============================================================ ] 5010/5134 97% [============================================================ ] 5011/5134 97% [============================================================ ] 5012/5134 97% [============================================================ ] 5013/5134 97% [============================================================ ] 5014/5134 97% [============================================================ ] 5015/5134 97% [============================================================ ] 5016/5134 97% [============================================================ ] 5017/5134 97% [============================================================ ] 5018/5134 97% [============================================================ ] 5019/5134 97% [============================================================ ] 5020/5134 97% [============================================================ ] 5021/5134 97% [============================================================ ] 5022/5134 97% [============================================================ ] 5023/5134 97% [============================================================ ] 5024/5134 97% [============================================================ ] 5025/5134 97% [============================================================ ] 5026/5134 97% [============================================================ ] 5027/5134 97% [============================================================ ] 5028/5134 97% [============================================================ ] 5029/5134 97% [============================================================ ] 5030/5134 97% [============================================================ ] 5031/5134 97% [============================================================ ] 5032/5134 98% [============================================================ ] 5033/5134 98% [============================================================ ] 5034/5134 98% [============================================================ ] 5035/5134 98% [============================================================ ] 5036/5134 98% [============================================================ ] 5037/5134 98% [============================================================ ] 5038/5134 98% [============================================================ ] 5039/5134 98% [============================================================ ] 5040/5134 98% [============================================================ ] 5041/5134 98% [============================================================ ] 5042/5134 98% [============================================================ ] 5043/5134 98% [============================================================ ] 5044/5134 98% [============================================================ ] 5045/5134 98% [============================================================ ] 5046/5134 98% [============================================================ ] 5047/5134 98% [============================================================ ] 5048/5134 98% [============================================================ ] 5049/5134 98% [============================================================ ] 5050/5134 98% [============================================================ ] 5051/5134 98% [============================================================= ] 5052/5134 98% [============================================================= ] 5053/5134 98% [============================================================= ] 5054/5134 98% [============================================================= ] 5055/5134 98% [============================================================= ] 5056/5134 98% [============================================================= ] 5057/5134 98% [============================================================= ] 5058/5134 98% [============================================================= ] 5059/5134 98% [============================================================= ] 5060/5134 98% [============================================================= ] 5061/5134 98% [============================================================= ] 5062/5134 98% [============================================================= ] 5063/5134 98% [============================================================= ] 5064/5134 98% [============================================================= ] 5065/5134 98% [============================================================= ] 5066/5134 98% [============================================================= ] 5067/5134 98% [============================================================= ] 5068/5134 98% [============================================================= ] 5069/5134 98% [============================================================= ] 5070/5134 98% [============================================================= ] 5071/5134 98% [============================================================= ] 5072/5134 98% [============================================================= ] 5073/5134 98% [============================================================= ] 5074/5134 98% [============================================================= ] 5075/5134 98% [============================================================= ] 5076/5134 98% [============================================================= ] 5077/5134 98% [============================================================= ] 5078/5134 98% [============================================================= ] 5079/5134 98% [============================================================= ] 5080/5134 98% [============================================================= ] 5081/5134 98% [============================================================= ] 5082/5134 98% [============================================================= ] 5083/5134 99% [============================================================= ] 5084/5134 99% [============================================================= ] 5085/5134 99% [============================================================= ] 5086/5134 99% [============================================================= ] 5087/5134 99% [============================================================= ] 5088/5134 99% [============================================================= ] 5089/5134 99% [============================================================= ] 5090/5134 99% [============================================================= ] 5091/5134 99% [============================================================= ] 5092/5134 99% [============================================================= ] 5093/5134 99% [============================================================= ] 5094/5134 99% [============================================================= ] 5095/5134 99% [============================================================= ] 5096/5134 99% [============================================================= ] 5097/5134 99% [============================================================= ] 5098/5134 99% [============================================================= ] 5099/5134 99% [============================================================= ] 5100/5134 99% [============================================================= ] 5101/5134 99% [============================================================= ] 5102/5134 99% [============================================================= ] 5103/5134 99% [============================================================= ] 5104/5134 99% [============================================================= ] 5105/5134 99% [============================================================= ] 5106/5134 99% [============================================================= ] 5107/5134 99% [============================================================= ] 5108/5134 99% [============================================================= ] 5109/5134 99% [============================================================= ] 5110/5134 99% [============================================================= ] 5111/5134 99% [============================================================= ] 5112/5134 99% [============================================================= ] 5113/5134 99% [============================================================= ] 5114/5134 99% [============================================================= ] 5115/5134 99% [============================================================= ] 5116/5134 99% [============================================================= ] 5117/5134 99% [============================================================= ] 5118/5134 99% [============================================================= ] 5119/5134 99% [============================================================= ] 5120/5134 99% [============================================================= ] 5121/5134 99% [============================================================= ] 5122/5134 99% [============================================================= ] 5123/5134 99% [============================================================= ] 5124/5134 99% [============================================================= ] 5125/5134 99% [============================================================= ] 5126/5134 99% [============================================================= ] 5127/5134 99% [============================================================= ] 5128/5134 99% [============================================================= ] 5129/5134 99% [============================================================= ] 5130/5134 99% [============================================================= ] 5131/5134 99% [============================================================= ] 5132/5134 99% [============================================================= ] 5133/5134 99% [==============================================================] 5134/5134 100% operation complete, 5134 objects in 109231 NAND pages. ln -snf /home/autobuild/autobuild/instance-5/output-1/host/x86_64-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-5/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-5/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-5/buildroot' >>> Buildroot 2023.02-rc1-80-gad4982d18e Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot 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-skeleton Collecting legal info >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.1.14 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 >>> aumix 2.9.1 Collecting legal info COPYING: OK (sha256: 1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> bootstrap 4.3.1 Collecting legal info css/bootstrap.css: OK (sha256: 35fbb6dc3891aacaf1ffa07abec2344fdbc454aab533a2a03bcf93577eb7837b) >>> busybox 1.36.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> fbset 2.1 Collecting legal info fbset.c: OK (sha256: c3285709a0840899a789faefae1704e87f96f757e905a38a1931a9d4fde95ddd) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> lsof 4.96.5 Collecting legal info dialects/linux/dproto.h: OK (sha256: 32a728188b19bf86917659d904ab29d0a294b4506e1c98b8b7f1c70ab4975fe1) >>> ntp 4.2.8p15 Collecting legal info COPYRIGHT: OK (sha256: 957e6a13445cc61ab1ca3dc80d8c269cf9b0a6d9eaec20f9f39639b0b3e66ee8) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> openssl Collecting legal info >>> libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> watchdog 5.16 Collecting legal info COPYING: OK (sha256: af7f3f94e85080204b37f7c53717a2c94c6b54d7fa516ebd74e008cb4c0391bd) >>> c-periphery 2.3.1 Collecting legal info LICENSE: OK (sha256: 7121a0a2ba36ed9388be2f1a916f0e3584d8e49cc7888fbcfcf83bab2a8bebef) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> ca-certificates 20211016 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python3 3.11.2 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-checkpolicy 3.3 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-libselinux 3.3 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> host-libsepol 3.3 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-swig 4.1.1 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> host-checksec 2.6.0 Collecting legal info LICENSE.txt: OK (sha256: 55154b4be6dfcb3ff29d1e3648d0d07b3943a5fcc3af7c2e0e799b074734f722) >>> collectl 4.3.2 Collecting legal info COPYING: OK (sha256: 264fe27852db5624e6a9a9845b4e14e91ee5007305b33e5556dfade394d578a8) ARTISTIC: OK (sha256: b92800d37afa2aa03c02817ff3b68efc7236436fe76af06ad9b1fc4682f59bcb) GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> cracklib 2.9.8 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cracklib 2.9.8 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dhrystone 2 Collecting legal info >>> dmalloc 5.6.5 Collecting legal info LICENSE.txt: OK (sha256: 8657f6bc5ebb765dd792b2c3c54d5dc37b8b4e6bbe8aa48d464fd92081b1e720) >>> host-dos2unix 7.4.3 Collecting legal info COPYING.txt: OK (sha256: 275ce1371734904b275e83bf760e3e6d2a520614545a3850c9568d1892b940fd) >>> dtv-scan-tables 57ed2982275045ea5e92ef2a40b9fa58255852e5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LGPL: OK (sha256: 4fd46f32582c29007657e2daad8d0a6d954cf4e9d2e47bae8f8d8c32765fc987) >>> earlyoom 1.7 Collecting legal info LICENSE: OK (sha256: e730b3ec729de46d987ae73f30ed337e4cbe832f09205330acfa71848c6e0087) >>> enscript 1.6.6 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> host-exfatprogs 1.2.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fetchmail 6.4.35 Collecting legal info COPYING: OK (sha256: 6d87443b61041067a5eddb2cabf8aebff15b8b40771ad6b5e4754e607ec21b39) >>> ffmpeg 4.4.3 Collecting legal info LICENSE.md: OK (sha256: cb48bf09a11f5fb576cddb0431c8f5ed0a60157a9ec942adffc13907cbe083f2) COPYING.LGPLv2.1: OK (sha256: b634ab5640e258563c536e658cad87080553df6f34f62269a21d554844e58bfe) >>> host-nasm 2.16.01 Collecting legal info LICENSE: OK (sha256: 1563996c52e220e15ef2418e67d39488255aa8c28c89e617074d3afe3ee329e0) >>> lame 3.100 Collecting legal info COPYING: OK (sha256: bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd) >>> libtheora 1.1.1 Collecting legal info COPYING: OK (sha256: 8417fad7da775735564e209484a2e011e0fa201e94f01fdbee6e4977e478e6fc) LICENSE: OK (sha256: 654a0238f789f4435c4818f50005b141d013c5a09a31d861efc1d0d67ba975a4) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> host-firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Collecting legal info >>> flashbench 2e30b1968a66147412f21002ea844122a0d5e2f0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fxload 2008_10_13 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-genimage 16 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> gnuplot 5.4.6 Collecting legal info Copyright: OK (sha256: 895928ec0735cca1c8cec42656c7e314a065d0242813bb8693c0c1bf61fd4e4d) >>> hostapd 2.10 Collecting legal info README: OK (sha256: af01e1d1ee065a1054d20ebe8a78a016f1fb1133b73e6a9d50801b165bb280c7) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-imx-mkimage lf-5.10.72_2.2.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> initscripts Collecting legal info >>> ipmitool 1_8_19 Collecting legal info COPYING: OK (sha256: b7e2382a8be43b5f6cb092f2d2bda163bf1a1938be9300f821a845cbcd535f56) >>> jquery 3.5.1 Collecting legal info >>> host-kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> lft 3.91 Collecting legal info COPYING: OK (sha256: e3b7634630e6800eccca6ecafb5d40153d4f8f7a20e2b2399bf3c0ea92f44614) >>> libpcap 1.10.2 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libassuan 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.46 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libcddb 1.3.2 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libdmtx 0.7.7 Collecting legal info LICENSE: OK (sha256: fcc277b7302645322c63de22b9b0bdae2df3dfa7d6cbc0d5bed7a4d3f1a9af79) >>> liberation 2.1.5 Collecting legal info LICENSE: OK (sha256: 93fed46019c38bbe566b479d22148e2e8a1e85ada614accb0211c37b2c61c19b) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> 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) >>> libfreefare 0.4.0 Collecting legal info COPYING: OK (sha256: be6209dfd763a0ba77fbe990cfd2512804441d8b5f0cad927baa3341b50fcade) >>> 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) >>> libg7221 dbfc29d4806ecdace50379a2f4d68a992a6fec34 Collecting legal info COPYING: OK (sha256: 26cc5f718279b45dbe34e25a2d29b2c8ca487bd9ab11b2d68c9318ff59d5c645) >>> libgpgme 1.17.1 Collecting legal info COPYING.LESSER: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libidn 1.41 Collecting legal info COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYINGv3: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libidn2 2.3.4 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> liblockfile 1.17 Collecting legal info COPYRIGHT: OK (sha256: 3d080ab931103a823e6b9b788ccbc3e9d44797bd54546f3feebfd305f90de46a) licenses/GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) licenses/LGPL-2: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libminiupnpc 2.2.4 Collecting legal info LICENSE: OK (sha256: a0f853256954f388ce4fab5faaef6a1f5bcd5e682c3c7c70b07b7130e932a021) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libpwquality 1.4.5 Collecting legal info COPYING: OK (sha256: aa44d09f651bf99b56253187c7778a240740c767d28453ab7fdc9804c842baee) >>> libqrencode 4.1.1 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libsocketcan 0.0.12 Collecting legal info LICENSE: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> linenoise 97d2850af13c339369093b78abe5265845d78220 Collecting legal info LICENSE: OK (sha256: efe1692aa5b869edaa0ac88f95eb0276c1125304ffc636a299db3ebbab47f62b) >>> linux-syscall-support e1e7b0ad8ee99a875b272c8e33e308472e897660 Collecting legal info LICENSE: OK (sha256: c180f12840c00224cceed7139192018d2c7e6061db4ce4310b8626f7ad10bf26) >>> linuxconsoletools 1.8.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lockfile-progs 0.1.19 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> lua 5.1.5 Collecting legal info COPYRIGHT: OK (sha256: ee5e3e82af1e1b543c4f216e399d7c8cfee797711913f349e385101c4ae60a79) >>> luainterpreter Collecting legal info >>> lynx 2.8.9rel.1 Collecting legal info COPYING: OK (sha256: 8406a30ff3134ec23cf752d1ceda92ddaabbe41b4f2dc07ea3cfa139de12d6d6) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> make 4.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> mcelog 191 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mkpasswd Collecting legal info >>> mosquitto 2.0.15 Collecting legal info LICENSE.txt: OK (sha256: d3c4ccace4e5d3cc89d34cf2a0bc85b8596bfc0a32b815d0d77f9b7c41b5350c) epl-v20: OK (sha256: 8c349f80764d0648e645f41ef23772a70c995a0924b5235f735f4a3d09df127c) edl-v10: OK (sha256: 86fc4a3f97cb769c04e8da557036c1066eb8bb22b2d0a5dd31464990fe84047c) >>> mrouted 4.4 Collecting legal info LICENSE: OK (sha256: 834f45ed282fd010f354ecc0a50538af519a1cfcc4d2866de3be06982fa9ed29) >>> msmtp 1.8.22 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> mstpd 0.1.0 Collecting legal info LICENSE: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) hmac_md5.c: OK (sha256: c5cfd44652276184374adf454150d436ce958ce50acc4ef9ccb3605a5ca7a9d3) >>> mxml 3.3.1 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) NOTICE: OK (sha256: 7dedb0043b0bbed7880bcc9724b3a3dae4d5ab2dce98a7904703109572b626e3) >>> ncftp 3.2.6 Collecting legal info doc/LICENSE.txt: OK (sha256: 4fe2f063d25d79c49712a272ebb68e050c703eed9c66c80108427edfe3285580) >>> netperf 2.7.0 Collecting legal info COPYING: OK (sha256: dc874b3047b6259336431e813961fb6c5945561c6ad7a732aa8531a3c6b1a9fa) >>> netplug 1.2.9.2 Collecting legal info COPYING: OK (sha256: 08ce3ddda499d6befdc80161c7cc82e90da05c31eb1047dae41ef531d5170e9b) >>> netsnmp 5.9.3 Collecting legal info COPYING: OK (sha256: ed869ea395a1f125819a56676385ab0557a21507764bf56f2943302011381e59) >>> nfacct 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> nghttp2 1.41.0 Collecting legal info COPYING: OK (sha256: 6b94f3abc1aabd0c72a7c7d92a77f79dda7c8a0cb3df839a97890b4116a2de2a) >>> oniguruma 6.9.8 Collecting legal info COPYING: OK (sha256: 70ba5469ea0bab6e18a32d7009068f996503168d27be57747e08da34337ff26f) >>> open62541 v1.3.4 Collecting legal info LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> openlayers 7.2.2 Collecting legal info LICENSE.md: OK (sha256: 6c4347b83a8c9feef18d57b18e3b6c44cf901b3c344a4a1fbd837e421555ab8e) >>> p910nd 0.97 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> 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 5.36.0 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 06bab256e2e039c59d2ca3c5853425317b4a0f251fe4e5d5201a987b11fc4f78) >>> perl-data-dump 1.25 Collecting legal info README.md: OK (sha256: 8bdd655ceab54bbeb1105a101f0412ec764098abf09b4e92bc430d56befa10cb) >>> perl-devel-cycle 1.12 Collecting legal info README: OK (sha256: e47dfab3e7e9d20fe6313169ead2736ab97f1388003eee033dd934278649034d) >>> perl-dist-checkconflicts 0.11 Collecting legal info LICENSE: OK (sha256: b4e0637ed96008ddcbf7e0ddeb73967df3d0b4dc62a6b7fdb86eac37018cb12e) >>> perl-file-slurp 9999.32 Collecting legal info README.md: OK (sha256: d1be945657536c93caf481b9f3c73fd1952ef66388c664e29021ab91d4fe47e8) >>> perl-http-date 6.05 Collecting legal info LICENSE: OK (sha256: 305b71c4d2fd6380585689c5f1c620737a36a318ce0f9c772badce0fe293a44e) >>> perl-image-exiftool 12.50 Collecting legal info README: OK (sha256: 63502bb7fd68b3b8265304d88932f70f1be82751cbc37936d1d62956582310fe) >>> perl-module-runtime 0.016 Collecting legal info README: OK (sha256: ad1761020436687e8493208336ef53e84589fdba212da59b05b8111cca75ddc1) >>> host-perl-module-build 0.4232 Collecting legal info LICENSE: OK (sha256: f35ac2cc6b808a38c42c2d230b875217b0a24bb51e5a497ebb630cbb3d806c3e) >>> perl-number-bytes-human 0.11 Collecting legal info README: OK (sha256: d42143fe4b63cb5d488d65a44e6c55769b098ea447462ff33316b33a837b7cf9) >>> perl-sub-exporter-progressive 0.001013 Collecting legal info LICENSE: OK (sha256: 24c38cba4218e6be62e511bffe21e63aa57335d8929034aa58e8a85eed001e99) >>> perl-timedate 2.33 Collecting legal info README: OK (sha256: e72e67533eb3ddd705ae718898945e2f3bf3702e91e85bb67824575706bd5bf9) >>> perl-www-form-urlencoded 0.26 Collecting legal info LICENSE: OK (sha256: 79c2a066104e71602785fd815c5aea6f7db78c19451d68521380083f9c2a8805) >>> host-pigz 2.7 Collecting legal info README: OK (sha256: 67e2b9e30e924724a9d72549a6004ed15a041f51d9ea9ab781e048fa27ae07a2) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> pptp-linux 1.10.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ptpd2 2.3.1 Collecting legal info COPYRIGHT: OK (sha256: 5e101ac565a8e74ef4efbf7e0c95ef9333e00618c05dbf5fb4ed50a5bab1ff09) >>> redir 3.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> rs485conf 5c8d00cf70950fab3454549b81dea843d844492a Collecting legal info LICENSE: OK (sha256: 3e5c80d50879a9572ac9e463215a942490a67b56dfd8a3e27004d7c62e0493c8) >>> rsync 3.2.7 Collecting legal info COPYING: OK (sha256: 85c19ea50a224c2d0067a69c083584e5717b40b76610ec1218f91385775067dd) >>> rtty 8.1.0 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> host-rust-bin 1.67.0 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> s6-rc 0.5.3.2 Collecting legal info COPYING: OK (sha256: 1898df1e8703bd9c1350d2ec3397880b9b4c1451038a9ce5e1c4b2e58622da39) >>> s6 2.11.1.2 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> host-sdbusplus 4212292bcf136d04b38ba5116aa568b0fa312798 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) >>> host-python-inflection 0.5.1 Collecting legal info LICENSE: OK (sha256: 9e9f9b4b2e7543ad1486f1328bf9ec50e5a5e2bb9caceb59652496dd61e64133) >>> host-python-mako 1.2.4 Collecting legal info LICENSE: OK (sha256: 760f22b3e9ea4a50eb99201bd8dd118869f28108cfb64ccce6d1b305cf9ae9fa) >>> host-python-markupsafe 2.1.1 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> host-python-pyyaml 6.0 Collecting legal info LICENSE: OK (sha256: 8d3928f9dc4490fd635707cb88eb26bd764102a7282954307d3e5167a577e8a4) >>> host-libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> host-sentry-cli 2.8.0 Collecting legal info LICENSE: OK (sha256: 9503def7b54ceb6e3cd182fd59bc05d3a30d7eae481e65aaba4b495133c83c14) >>> host-rustc Collecting legal info >>> sexpect 2.3.14 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> sscep 0.10.0 Collecting legal info COPYING: OK (sha256: e1328c292102a22c10e8dcfbfda33740f603767c73f8c5b5189c5513eb6b4dea) >>> szip 2.1.1 Collecting legal info COPYING: OK (sha256: 98cc66747133b26563fefc4630ad4c8c7848c722c7b8a60ecd4afbc4c7d7eb01) >>> ti-uim a0236bc252e6484835ce266ae4a50b361f6a902d Collecting legal info uim.h: OK (sha256: 4e39276507524f938459b05d061ae77562f3f85926fe73027cfcac259cb03d0e) >>> tremor 7c30a66346199f3f09017a09567c6c8a3a0eedc8 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> triggerhappy 0.5.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ytree 2.04 Collecting legal info COPYING: OK (sha256: eb6bf7204569b4fe8eaf9d4dffc57e44047c5efb5deba1b2d99069ddbc99d031) >>> zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> 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: dhrystone-2: cannot save license (DHRYSTONE_LICENSE_FILES not defined) WARNING: firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4: cannot save license (HOST_FIRMWARE_UTILS_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-5/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-5/buildroot'