rm -rf /home/autobuild/autobuild/instance-11/output-1/target/usr/man /home/autobuild/autobuild/instance-11/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-11/output-1/target/usr/info /home/autobuild/autobuild/instance-11/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-11/output-1/target/usr/doc /home/autobuild/autobuild/instance-11/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-11/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-11/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-11/output-1/target/lib/debug /home/autobuild/autobuild/instance-11/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-11/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-11/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-11/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-11/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-11/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.05-766-g934788d162"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.08-git\"" \ ) > /home/autobuild/autobuild/instance-11/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-11/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-11/output-1/per-package /home/autobuild/autobuild/instance-11/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-11/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs printf ' ftp -1 ftp -1 * /home/ftp - - Anonymous FTP User\n ftp -1 ftp -1 * /home/ftp - - Anonymous FTP User\n\n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.cpio mkdir -p /home/autobuild/autobuild/instance-11/output-1/images rm -rf /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio mkdir -p /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-11/output-1/target/ /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/target" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/fakeroot PATH="/home/autobuild/autobuild/instance-11/output-1/host/bin:/home/autobuild/autobuild/instance-11/output-1/host/sbin:/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-11/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/target >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/fakeroot echo "/home/autobuild/autobuild/instance-11/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/target" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/fakeroot printf ' if [ ! -e /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/target/init ]; then /usr/bin/install -m 0755 fs/cpio/init /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/target/init; fi\n mkdir -p /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/target/dev\n mknod -m 0622 /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/target/dev/console c 5 1\n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/fakeroot echo "find /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/fakeroot echo "find /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/fakeroot printf ' cd /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/target && find . | LC_ALL=C sort | cpio --quiet -o -H newc > /home/autobuild/autobuild/instance-11/output-1/images/rootfs.cpio\n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/fakeroot chmod a+x /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/fakeroot PATH="/home/autobuild/autobuild/instance-11/output-1/host/bin:/home/autobuild/autobuild/instance-11/output-1/host/sbin:/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-11/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/fakeroot rootdir=/home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cpio/target table='/home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/autobuild/autobuild/instance-11/output-1/host/bin:/home/autobuild/autobuild/instance-11/output-1/host/sbin:/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" gzip -9 -c -n /home/autobuild/autobuild/instance-11/output-1/images/rootfs.cpio > /home/autobuild/autobuild/instance-11/output-1/images/rootfs.cpio.gz >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-11/output-1/images rm -rf /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-11/output-1/target/ /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-11/output-1/host/bin:/home/autobuild/autobuild/instance-11/output-1/host/sbin:/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-11/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-11/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-11/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-11/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-11/output-1/host/bin:/home/autobuild/autobuild/instance-11/output-1/host/sbin:/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-11/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-11/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-11/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 3951 objects. stage 2: creating image '/home/autobuild/autobuild/instance-11/output-1/images/rootfs.yaffs2' [ ] 1/3951 0% [ ] 2/3951 0% [ ] 3/3951 0% [ ] 4/3951 0% [ ] 5/3951 0% [ ] 6/3951 0% [ ] 7/3951 0% [ ] 8/3951 0% [ ] 9/3951 0% [ ] 10/3951 0% [ ] 11/3951 0% [ ] 12/3951 0% [ ] 13/3951 0% [ ] 14/3951 0% [ ] 15/3951 0% [ ] 16/3951 0% [ ] 17/3951 0% [ ] 18/3951 0% [ ] 19/3951 0% [ ] 20/3951 0% [ ] 21/3951 0% [ ] 22/3951 0% [ ] 23/3951 0% [ ] 24/3951 0% [ ] 25/3951 0% [ ] 26/3951 0% [ ] 27/3951 0% [ ] 28/3951 0% [ ] 29/3951 0% [ ] 30/3951 0% [ ] 31/3951 0% [ ] 32/3951 0% [ ] 33/3951 0% [ ] 34/3951 0% [ ] 35/3951 0% [ ] 36/3951 0% [ ] 37/3951 0% [ ] 38/3951 0% [ ] 39/3951 0% [ ] 40/3951 1% [ ] 41/3951 1% [ ] 42/3951 1% [ ] 43/3951 1% [ ] 44/3951 1% [ ] 45/3951 1% [ ] 46/3951 1% [ ] 47/3951 1% [ ] 48/3951 1% [ ] 49/3951 1% [ ] 50/3951 1% [ ] 51/3951 1% [ ] 52/3951 1% [ ] 53/3951 1% [ ] 54/3951 1% [ ] 55/3951 1% [ ] 56/3951 1% [ ] 57/3951 1% [ ] 58/3951 1% [ ] 59/3951 1% [ ] 60/3951 1% [ ] 61/3951 1% [ ] 62/3951 1% [ ] 63/3951 1% [= ] 64/3951 1% [= ] 65/3951 1% [= ] 66/3951 1% [= ] 67/3951 1% [= ] 68/3951 1% [= ] 69/3951 1% [= ] 70/3951 1% [= ] 71/3951 1% [= ] 72/3951 1% [= ] 73/3951 1% [= ] 74/3951 1% [= ] 75/3951 1% [= ] 76/3951 1% [= ] 77/3951 1% [= ] 78/3951 1% [= ] 79/3951 1% [= ] 80/3951 2% [= ] 81/3951 2% [= ] 82/3951 2% [= ] 83/3951 2% [= ] 84/3951 2% [= ] 85/3951 2% [= ] 86/3951 2% [= ] 87/3951 2% [= ] 88/3951 2% [= ] 89/3951 2% [= ] 90/3951 2% [= ] 91/3951 2% [= ] 92/3951 2% [= ] 93/3951 2% [= ] 94/3951 2% [= ] 95/3951 2% [= ] 96/3951 2% [= ] 97/3951 2% [= ] 98/3951 2% [= ] 99/3951 2% [= ] 100/3951 2% [= ] 101/3951 2% [= ] 102/3951 2% [= ] 103/3951 2% [= ] 104/3951 2% [= ] 105/3951 2% [= ] 106/3951 2% [= ] 107/3951 2% [= ] 108/3951 2% [= ] 109/3951 2% [= ] 110/3951 2% [= ] 111/3951 2% [= ] 112/3951 2% [= ] 113/3951 2% [= ] 114/3951 2% [= ] 115/3951 2% [= ] 116/3951 2% [= ] 117/3951 2% [= ] 118/3951 2% [= ] 119/3951 3% [= ] 120/3951 3% [= ] 121/3951 3% [= ] 122/3951 3% [= ] 123/3951 3% [= ] 124/3951 3% [= ] 125/3951 3% [= ] 126/3951 3% [= ] 127/3951 3% [== ] 128/3951 3% [== ] 129/3951 3% [== ] 130/3951 3% [== ] 131/3951 3% [== ] 132/3951 3% [== ] 133/3951 3% [== ] 134/3951 3% [== ] 135/3951 3% [== ] 136/3951 3% [== ] 137/3951 3% [== ] 138/3951 3% [== ] 139/3951 3% [== ] 140/3951 3% [== ] 141/3951 3% [== ] 142/3951 3% [== ] 143/3951 3% [== ] 144/3951 3% [== ] 145/3951 3% [== ] 146/3951 3% [== ] 147/3951 3% [== ] 148/3951 3% [== ] 149/3951 3% [== ] 150/3951 3% [== ] 151/3951 3% [== ] 152/3951 3% [== ] 153/3951 3% [== ] 154/3951 3% [== ] 155/3951 3% [== ] 156/3951 3% [== ] 157/3951 3% [== ] 158/3951 3% [== ] 159/3951 4% [== ] 160/3951 4% [== ] 161/3951 4% [== ] 162/3951 4% [== ] 163/3951 4% [== ] 164/3951 4% [== ] 165/3951 4% [== ] 166/3951 4% [== ] 167/3951 4% [== ] 168/3951 4% [== ] 169/3951 4% [== ] 170/3951 4% [== ] 171/3951 4% [== ] 172/3951 4% [== ] 173/3951 4% [== ] 174/3951 4% [== ] 175/3951 4% [== ] 176/3951 4% [== ] 177/3951 4% [== ] 178/3951 4% [== ] 179/3951 4% [== ] 180/3951 4% [== ] 181/3951 4% [== ] 182/3951 4% [== ] 183/3951 4% [== ] 184/3951 4% [== ] 185/3951 4% [== ] 186/3951 4% [== ] 187/3951 4% [== ] 188/3951 4% [== ] 189/3951 4% [== ] 190/3951 4% [== ] 191/3951 4% [=== ] 192/3951 4% [=== ] 193/3951 4% [=== ] 194/3951 4% [=== ] 195/3951 4% [=== ] 196/3951 4% [=== ] 197/3951 4% [=== ] 198/3951 5% [=== ] 199/3951 5% [=== ] 200/3951 5% [=== ] 201/3951 5% [=== ] 202/3951 5% [=== ] 203/3951 5% [=== ] 204/3951 5% [=== ] 205/3951 5% [=== ] 206/3951 5% [=== ] 207/3951 5% [=== ] 208/3951 5% [=== ] 209/3951 5% [=== ] 210/3951 5% [=== ] 211/3951 5% [=== ] 212/3951 5% [=== ] 213/3951 5% [=== ] 214/3951 5% [=== ] 215/3951 5% [=== ] 216/3951 5% [=== ] 217/3951 5% [=== ] 218/3951 5% [=== ] 219/3951 5% [=== ] 220/3951 5% [=== ] 221/3951 5% [=== ] 222/3951 5% [=== ] 223/3951 5% [=== ] 224/3951 5% [=== ] 225/3951 5% [=== ] 226/3951 5% [=== ] 227/3951 5% [=== ] 228/3951 5% [=== ] 229/3951 5% [=== ] 230/3951 5% [=== ] 231/3951 5% [=== ] 232/3951 5% [=== ] 233/3951 5% [=== ] 234/3951 5% [=== ] 235/3951 5% [=== ] 236/3951 5% [=== ] 237/3951 5% [=== ] 238/3951 6% [=== ] 239/3951 6% [=== ] 240/3951 6% [=== ] 241/3951 6% [=== ] 242/3951 6% [=== ] 243/3951 6% [=== ] 244/3951 6% [=== ] 245/3951 6% [=== ] 246/3951 6% [=== ] 247/3951 6% [=== ] 248/3951 6% [=== ] 249/3951 6% [=== ] 250/3951 6% [=== ] 251/3951 6% [=== ] 252/3951 6% [=== ] 253/3951 6% [=== ] 254/3951 6% [==== ] 255/3951 6% [==== ] 256/3951 6% [==== ] 257/3951 6% [==== ] 258/3951 6% [==== ] 259/3951 6% [==== ] 260/3951 6% [==== ] 261/3951 6% [==== ] 262/3951 6% [==== ] 263/3951 6% [==== ] 264/3951 6% [==== ] 265/3951 6% [==== ] 266/3951 6% [==== ] 267/3951 6% [==== ] 268/3951 6% [==== ] 269/3951 6% [==== ] 270/3951 6% [==== ] 271/3951 6% [==== ] 272/3951 6% [==== ] 273/3951 6% [==== ] 274/3951 6% [==== ] 275/3951 6% [==== ] 276/3951 6% [==== ] 277/3951 7% [==== ] 278/3951 7% [==== ] 279/3951 7% [==== ] 280/3951 7% [==== ] 281/3951 7% [==== ] 282/3951 7% [==== ] 283/3951 7% [==== ] 284/3951 7% [==== ] 285/3951 7% [==== ] 286/3951 7% [==== ] 287/3951 7% [==== ] 288/3951 7% [==== ] 289/3951 7% [==== ] 290/3951 7% [==== ] 291/3951 7% [==== ] 292/3951 7% [==== ] 293/3951 7% [==== ] 294/3951 7% [==== ] 295/3951 7% [==== ] 296/3951 7% [==== ] 297/3951 7% [==== ] 298/3951 7% [==== ] 299/3951 7% [==== ] 300/3951 7% [==== ] 301/3951 7% [==== ] 302/3951 7% [==== ] 303/3951 7% [==== ] 304/3951 7% [==== ] 305/3951 7% [==== ] 306/3951 7% [==== ] 307/3951 7% [==== ] 308/3951 7% [==== ] 309/3951 7% [==== ] 310/3951 7% [==== ] 311/3951 7% [==== ] 312/3951 7% [==== ] 313/3951 7% [==== ] 314/3951 7% [==== ] 315/3951 7% [==== ] 316/3951 7% [==== ] 317/3951 8% [==== ] 318/3951 8% [===== ] 319/3951 8% [===== ] 320/3951 8% [===== ] 321/3951 8% [===== ] 322/3951 8% [===== ] 323/3951 8% [===== ] 324/3951 8% [===== ] 325/3951 8% [===== ] 326/3951 8% [===== ] 327/3951 8% [===== ] 328/3951 8% [===== ] 329/3951 8% [===== ] 330/3951 8% [===== ] 331/3951 8% [===== ] 332/3951 8% [===== ] 333/3951 8% [===== ] 334/3951 8% [===== ] 335/3951 8% [===== ] 336/3951 8% [===== ] 337/3951 8% [===== ] 338/3951 8% [===== ] 339/3951 8% [===== ] 340/3951 8% [===== ] 341/3951 8% [===== ] 342/3951 8% [===== ] 343/3951 8% [===== ] 344/3951 8% [===== ] 345/3951 8% [===== ] 346/3951 8% [===== ] 347/3951 8% [===== ] 348/3951 8% [===== ] 349/3951 8% [===== ] 350/3951 8% [===== ] 351/3951 8% [===== ] 352/3951 8% [===== ] 353/3951 8% [===== ] 354/3951 8% [===== ] 355/3951 8% [===== ] 356/3951 9% [===== ] 357/3951 9% [===== ] 358/3951 9% [===== ] 359/3951 9% [===== ] 360/3951 9% [===== ] 361/3951 9% [===== ] 362/3951 9% [===== ] 363/3951 9% [===== ] 364/3951 9% [===== ] 365/3951 9% [===== ] 366/3951 9% [===== ] 367/3951 9% [===== ] 368/3951 9% [===== ] 369/3951 9% [===== ] 370/3951 9% [===== ] 371/3951 9% [===== ] 372/3951 9% [===== ] 373/3951 9% [===== ] 374/3951 9% [===== ] 375/3951 9% [===== ] 376/3951 9% [===== ] 377/3951 9% [===== ] 378/3951 9% [===== ] 379/3951 9% [===== ] 380/3951 9% [===== ] 381/3951 9% [===== ] 382/3951 9% [====== ] 383/3951 9% [====== ] 384/3951 9% [====== ] 385/3951 9% [====== ] 386/3951 9% [====== ] 387/3951 9% [====== ] 388/3951 9% [====== ] 389/3951 9% [====== ] 390/3951 9% [====== ] 391/3951 9% [====== ] 392/3951 9% [====== ] 393/3951 9% [====== ] 394/3951 9% [====== ] 395/3951 9% [====== ] 396/3951 10% [====== ] 397/3951 10% [====== ] 398/3951 10% [====== ] 399/3951 10% [====== ] 400/3951 10% [====== ] 401/3951 10% [====== ] 402/3951 10% [====== ] 403/3951 10% [====== ] 404/3951 10% [====== ] 405/3951 10% [====== ] 406/3951 10% [====== ] 407/3951 10% [====== ] 408/3951 10% [====== ] 409/3951 10% [====== ] 410/3951 10% [====== ] 411/3951 10% [====== ] 412/3951 10% [====== ] 413/3951 10% [====== ] 414/3951 10% [====== ] 415/3951 10% [====== ] 416/3951 10% [====== ] 417/3951 10% [====== ] 418/3951 10% [====== ] 419/3951 10% [====== ] 420/3951 10% [====== ] 421/3951 10% [====== ] 422/3951 10% [====== ] 423/3951 10% [====== ] 424/3951 10% [====== ] 425/3951 10% [====== ] 426/3951 10% [====== ] 427/3951 10% [====== ] 428/3951 10% [====== ] 429/3951 10% [====== ] 430/3951 10% [====== ] 431/3951 10% [====== ] 432/3951 10% [====== ] 433/3951 10% [====== ] 434/3951 10% [====== ] 435/3951 11% [====== ] 436/3951 11% [====== ] 437/3951 11% [====== ] 438/3951 11% [====== ] 439/3951 11% [====== ] 440/3951 11% [====== ] 441/3951 11% [====== ] 442/3951 11% [====== ] 443/3951 11% [====== ] 444/3951 11% [====== ] 445/3951 11% [====== ] 446/3951 11% [======= ] 447/3951 11% [======= ] 448/3951 11% [======= ] 449/3951 11% [======= ] 450/3951 11% [======= ] 451/3951 11% [======= ] 452/3951 11% [======= ] 453/3951 11% [======= ] 454/3951 11% [======= ] 455/3951 11% [======= ] 456/3951 11% [======= ] 457/3951 11% [======= ] 458/3951 11% [======= ] 459/3951 11% [======= ] 460/3951 11% [======= ] 461/3951 11% [======= ] 462/3951 11% [======= ] 463/3951 11% [======= ] 464/3951 11% [======= ] 465/3951 11% [======= ] 466/3951 11% [======= ] 467/3951 11% [======= ] 468/3951 11% [======= ] 469/3951 11% [======= ] 470/3951 11% [======= ] 471/3951 11% [======= ] 472/3951 11% [======= ] 473/3951 11% [======= ] 474/3951 11% [======= ] 475/3951 12% [======= ] 476/3951 12% [======= ] 477/3951 12% [======= ] 478/3951 12% [======= ] 479/3951 12% [======= ] 480/3951 12% [======= ] 481/3951 12% [======= ] 482/3951 12% [======= ] 483/3951 12% [======= ] 484/3951 12% [======= ] 485/3951 12% [======= ] 486/3951 12% [======= ] 487/3951 12% [======= ] 488/3951 12% [======= ] 489/3951 12% [======= ] 490/3951 12% [======= ] 491/3951 12% [======= ] 492/3951 12% [======= ] 493/3951 12% [======= ] 494/3951 12% [======= ] 495/3951 12% [======= ] 496/3951 12% [======= ] 497/3951 12% [======= ] 498/3951 12% [======= ] 499/3951 12% [======= ] 500/3951 12% [======= ] 501/3951 12% [======= ] 502/3951 12% [======= ] 503/3951 12% [======= ] 504/3951 12% [======= ] 505/3951 12% [======= ] 506/3951 12% [======= ] 507/3951 12% [======= ] 508/3951 12% [======= ] 509/3951 12% [======== ] 510/3951 12% [======== ] 511/3951 12% [======== ] 512/3951 12% [======== ] 513/3951 12% [======== ] 514/3951 13% [======== ] 515/3951 13% [======== ] 516/3951 13% [======== ] 517/3951 13% [======== ] 518/3951 13% [======== ] 519/3951 13% [======== ] 520/3951 13% [======== ] 521/3951 13% [======== ] 522/3951 13% [======== ] 523/3951 13% [======== ] 524/3951 13% [======== ] 525/3951 13% [======== ] 526/3951 13% [======== ] 527/3951 13% [======== ] 528/3951 13% [======== ] 529/3951 13% [======== ] 530/3951 13% [======== ] 531/3951 13% [======== ] 532/3951 13% [======== ] 533/3951 13% [======== ] 534/3951 13% [======== ] 535/3951 13% [======== ] 536/3951 13% [======== ] 537/3951 13% [======== ] 538/3951 13% [======== ] 539/3951 13% [======== ] 540/3951 13% [======== ] 541/3951 13% [======== ] 542/3951 13% [======== ] 543/3951 13% [======== ] 544/3951 13% [======== ] 545/3951 13% [======== ] 546/3951 13% [======== ] 547/3951 13% [======== ] 548/3951 13% [======== ] 549/3951 13% [======== ] 550/3951 13% [======== ] 551/3951 13% [======== ] 552/3951 13% [======== ] 553/3951 13% [======== ] 554/3951 14% [======== ] 555/3951 14% [======== ] 556/3951 14% [======== ] 557/3951 14% [======== ] 558/3951 14% [======== ] 559/3951 14% [======== ] 560/3951 14% [======== ] 561/3951 14% [======== ] 562/3951 14% [======== ] 563/3951 14% [======== ] 564/3951 14% [======== ] 565/3951 14% [======== ] 566/3951 14% [======== ] 567/3951 14% [======== ] 568/3951 14% [======== ] 569/3951 14% [======== ] 570/3951 14% [======== ] 571/3951 14% [======== ] 572/3951 14% [======== ] 573/3951 14% [========= ] 574/3951 14% [========= ] 575/3951 14% [========= ] 576/3951 14% [========= ] 577/3951 14% [========= ] 578/3951 14% [========= ] 579/3951 14% [========= ] 580/3951 14% [========= ] 581/3951 14% [========= ] 582/3951 14% [========= ] 583/3951 14% [========= ] 584/3951 14% [========= ] 585/3951 14% [========= ] 586/3951 14% [========= ] 587/3951 14% [========= ] 588/3951 14% [========= ] 589/3951 14% [========= ] 590/3951 14% [========= ] 591/3951 14% [========= ] 592/3951 14% [========= ] 593/3951 15% [========= ] 594/3951 15% [========= ] 595/3951 15% [========= ] 596/3951 15% [========= ] 597/3951 15% [========= ] 598/3951 15% [========= ] 599/3951 15% [========= ] 600/3951 15% [========= ] 601/3951 15% [========= ] 602/3951 15% [========= ] 603/3951 15% [========= ] 604/3951 15% [========= ] 605/3951 15% [========= ] 606/3951 15% [========= ] 607/3951 15% [========= ] 608/3951 15% [========= ] 609/3951 15% [========= ] 610/3951 15% [========= ] 611/3951 15% [========= ] 612/3951 15% [========= ] 613/3951 15% [========= ] 614/3951 15% [========= ] 615/3951 15% [========= ] 616/3951 15% [========= ] 617/3951 15% [========= ] 618/3951 15% [========= ] 619/3951 15% [========= ] 620/3951 15% [========= ] 621/3951 15% [========= ] 622/3951 15% [========= ] 623/3951 15% [========= ] 624/3951 15% [========= ] 625/3951 15% [========= ] 626/3951 15% [========= ] 627/3951 15% [========= ] 628/3951 15% [========= ] 629/3951 15% [========= ] 630/3951 15% [========= ] 631/3951 15% [========= ] 632/3951 15% [========= ] 633/3951 16% [========= ] 634/3951 16% [========= ] 635/3951 16% [========= ] 636/3951 16% [========= ] 637/3951 16% [========== ] 638/3951 16% [========== ] 639/3951 16% [========== ] 640/3951 16% [========== ] 641/3951 16% [========== ] 642/3951 16% [========== ] 643/3951 16% [========== ] 644/3951 16% [========== ] 645/3951 16% [========== ] 646/3951 16% [========== ] 647/3951 16% [========== ] 648/3951 16% [========== ] 649/3951 16% [========== ] 650/3951 16% [========== ] 651/3951 16% [========== ] 652/3951 16% [========== ] 653/3951 16% [========== ] 654/3951 16% [========== ] 655/3951 16% [========== ] 656/3951 16% [========== ] 657/3951 16% [========== ] 658/3951 16% [========== ] 659/3951 16% [========== ] 660/3951 16% [========== ] 661/3951 16% [========== ] 662/3951 16% [========== ] 663/3951 16% [========== ] 664/3951 16% [========== ] 665/3951 16% [========== ] 666/3951 16% [========== ] 667/3951 16% [========== ] 668/3951 16% [========== ] 669/3951 16% [========== ] 670/3951 16% [========== ] 671/3951 16% [========== ] 672/3951 17% [========== ] 673/3951 17% [========== ] 674/3951 17% [========== ] 675/3951 17% [========== ] 676/3951 17% [========== ] 677/3951 17% [========== ] 678/3951 17% [========== ] 679/3951 17% [========== ] 680/3951 17% [========== ] 681/3951 17% [========== ] 682/3951 17% [========== ] 683/3951 17% [========== ] 684/3951 17% [========== ] 685/3951 17% [========== ] 686/3951 17% [========== ] 687/3951 17% [========== ] 688/3951 17% [========== ] 689/3951 17% [========== ] 690/3951 17% [========== ] 691/3951 17% [========== ] 692/3951 17% [========== ] 693/3951 17% [========== ] 694/3951 17% [========== ] 695/3951 17% [========== ] 696/3951 17% [========== ] 697/3951 17% [========== ] 698/3951 17% [========== ] 699/3951 17% [========== ] 700/3951 17% [=========== ] 701/3951 17% [=========== ] 702/3951 17% [=========== ] 703/3951 17% [=========== ] 704/3951 17% [=========== ] 705/3951 17% [=========== ] 706/3951 17% [=========== ] 707/3951 17% [=========== ] 708/3951 17% [=========== ] 709/3951 17% [=========== ] 710/3951 17% [=========== ] 711/3951 17% [=========== ] 712/3951 18% [=========== ] 713/3951 18% [=========== ] 714/3951 18% [=========== ] 715/3951 18% [=========== ] 716/3951 18% [=========== ] 717/3951 18% [=========== ] 718/3951 18% [=========== ] 719/3951 18% [=========== ] 720/3951 18% [=========== ] 721/3951 18% [=========== ] 722/3951 18% [=========== ] 723/3951 18% [=========== ] 724/3951 18% [=========== ] 725/3951 18% [=========== ] 726/3951 18% [=========== ] 727/3951 18% [=========== ] 728/3951 18% [=========== ] 729/3951 18% [=========== ] 730/3951 18% [=========== ] 731/3951 18% [=========== ] 732/3951 18% [=========== ] 733/3951 18% [=========== ] 734/3951 18% [=========== ] 735/3951 18% [=========== ] 736/3951 18% [=========== ] 737/3951 18% [=========== ] 738/3951 18% [=========== ] 739/3951 18% [=========== ] 740/3951 18% [=========== ] 741/3951 18% [=========== ] 742/3951 18% [=========== ] 743/3951 18% [=========== ] 744/3951 18% [=========== ] 745/3951 18% [=========== ] 746/3951 18% [=========== ] 747/3951 18% [=========== ] 748/3951 18% [=========== ] 749/3951 18% [=========== ] 750/3951 18% [=========== ] 751/3951 19% [=========== ] 752/3951 19% [=========== ] 753/3951 19% [=========== ] 754/3951 19% [=========== ] 755/3951 19% [=========== ] 756/3951 19% [=========== ] 757/3951 19% [=========== ] 758/3951 19% [=========== ] 759/3951 19% [=========== ] 760/3951 19% [=========== ] 761/3951 19% [=========== ] 762/3951 19% [=========== ] 763/3951 19% [=========== ] 764/3951 19% [============ ] 765/3951 19% [============ ] 766/3951 19% [============ ] 767/3951 19% [============ ] 768/3951 19% [============ ] 769/3951 19% [============ ] 770/3951 19% [============ ] 771/3951 19% [============ ] 772/3951 19% [============ ] 773/3951 19% [============ ] 774/3951 19% [============ ] 775/3951 19% [============ ] 776/3951 19% [============ ] 777/3951 19% [============ ] 778/3951 19% [============ ] 779/3951 19% [============ ] 780/3951 19% [============ ] 781/3951 19% [============ ] 782/3951 19% [============ ] 783/3951 19% [============ ] 784/3951 19% [============ ] 785/3951 19% [============ ] 786/3951 19% [============ ] 787/3951 19% [============ ] 788/3951 19% [============ ] 789/3951 19% [============ ] 790/3951 19% [============ ] 791/3951 20% [============ ] 792/3951 20% [============ ] 793/3951 20% [============ ] 794/3951 20% [============ ] 795/3951 20% [============ ] 796/3951 20% [============ ] 797/3951 20% [============ ] 798/3951 20% [============ ] 799/3951 20% [============ ] 800/3951 20% [============ ] 801/3951 20% [============ ] 802/3951 20% [============ ] 803/3951 20% [============ ] 804/3951 20% [============ ] 805/3951 20% [============ ] 806/3951 20% [============ ] 807/3951 20% [============ ] 808/3951 20% [============ ] 809/3951 20% [============ ] 810/3951 20% [============ ] 811/3951 20% [============ ] 812/3951 20% [============ ] 813/3951 20% [============ ] 814/3951 20% [============ ] 815/3951 20% [============ ] 816/3951 20% [============ ] 817/3951 20% [============ ] 818/3951 20% [============ ] 819/3951 20% [============ ] 820/3951 20% [============ ] 821/3951 20% [============ ] 822/3951 20% [============ ] 823/3951 20% [============ ] 824/3951 20% [============ ] 825/3951 20% [============ ] 826/3951 20% [============ ] 827/3951 20% [============ ] 828/3951 20% [============= ] 829/3951 20% [============= ] 830/3951 21% [============= ] 831/3951 21% [============= ] 832/3951 21% [============= ] 833/3951 21% [============= ] 834/3951 21% [============= ] 835/3951 21% [============= ] 836/3951 21% [============= ] 837/3951 21% [============= ] 838/3951 21% [============= ] 839/3951 21% [============= ] 840/3951 21% [============= ] 841/3951 21% [============= ] 842/3951 21% [============= ] 843/3951 21% [============= ] 844/3951 21% [============= ] 845/3951 21% [============= ] 846/3951 21% [============= ] 847/3951 21% [============= ] 848/3951 21% [============= ] 849/3951 21% [============= ] 850/3951 21% [============= ] 851/3951 21% [============= ] 852/3951 21% [============= ] 853/3951 21% [============= ] 854/3951 21% [============= ] 855/3951 21% [============= ] 856/3951 21% [============= ] 857/3951 21% [============= ] 858/3951 21% [============= ] 859/3951 21% [============= ] 860/3951 21% [============= ] 861/3951 21% [============= ] 862/3951 21% [============= ] 863/3951 21% [============= ] 864/3951 21% [============= ] 865/3951 21% [============= ] 866/3951 21% [============= ] 867/3951 21% [============= ] 868/3951 21% [============= ] 869/3951 21% [============= ] 870/3951 22% [============= ] 871/3951 22% [============= ] 872/3951 22% [============= ] 873/3951 22% [============= ] 874/3951 22% [============= ] 875/3951 22% [============= ] 876/3951 22% [============= ] 877/3951 22% [============= ] 878/3951 22% [============= ] 879/3951 22% [============= ] 880/3951 22% [============= ] 881/3951 22% [============= ] 882/3951 22% [============= ] 883/3951 22% [============= ] 884/3951 22% [============= ] 885/3951 22% [============= ] 886/3951 22% [============= ] 887/3951 22% [============= ] 888/3951 22% [============= ] 889/3951 22% [============= ] 890/3951 22% [============= ] 891/3951 22% [============= ] 892/3951 22% [============== ] 893/3951 22% [============== ] 894/3951 22% [============== ] 895/3951 22% [============== ] 896/3951 22% [============== ] 897/3951 22% [============== ] 898/3951 22% [============== ] 899/3951 22% [============== ] 900/3951 22% [============== ] 901/3951 22% [============== ] 902/3951 22% [============== ] 903/3951 22% [============== ] 904/3951 22% [============== ] 905/3951 22% [============== ] 906/3951 22% [============== ] 907/3951 22% [============== ] 908/3951 22% [============== ] 909/3951 23% [============== ] 910/3951 23% [============== ] 911/3951 23% [============== ] 912/3951 23% [============== ] 913/3951 23% [============== ] 914/3951 23% [============== ] 915/3951 23% [============== ] 916/3951 23% [============== ] 917/3951 23% [============== ] 918/3951 23% [============== ] 919/3951 23% [============== ] 920/3951 23% [============== ] 921/3951 23% [============== ] 922/3951 23% [============== ] 923/3951 23% [============== ] 924/3951 23% [============== ] 925/3951 23% [============== ] 926/3951 23% [============== ] 927/3951 23% [============== ] 928/3951 23% [============== ] 929/3951 23% [============== ] 930/3951 23% [============== ] 931/3951 23% [============== ] 932/3951 23% [============== ] 933/3951 23% [============== ] 934/3951 23% [============== ] 935/3951 23% [============== ] 936/3951 23% [============== ] 937/3951 23% [============== ] 938/3951 23% [============== ] 939/3951 23% [============== ] 940/3951 23% [============== ] 941/3951 23% [============== ] 942/3951 23% [============== ] 943/3951 23% [============== ] 944/3951 23% [============== ] 945/3951 23% [============== ] 946/3951 23% [============== ] 947/3951 23% [============== ] 948/3951 23% [============== ] 949/3951 24% [============== ] 950/3951 24% [============== ] 951/3951 24% [============== ] 952/3951 24% [============== ] 953/3951 24% [============== ] 954/3951 24% [============== ] 955/3951 24% [=============== ] 956/3951 24% [=============== ] 957/3951 24% [=============== ] 958/3951 24% [=============== ] 959/3951 24% [=============== ] 960/3951 24% [=============== ] 961/3951 24% [=============== ] 962/3951 24% [=============== ] 963/3951 24% [=============== ] 964/3951 24% [=============== ] 965/3951 24% [=============== ] 966/3951 24% [=============== ] 967/3951 24% [=============== ] 968/3951 24% [=============== ] 969/3951 24% [=============== ] 970/3951 24% [=============== ] 971/3951 24% [=============== ] 972/3951 24% [=============== ] 973/3951 24% [=============== ] 974/3951 24% [=============== ] 975/3951 24% [=============== ] 976/3951 24% [=============== ] 977/3951 24% [=============== ] 978/3951 24% [=============== ] 979/3951 24% [=============== ] 980/3951 24% [=============== ] 981/3951 24% [=============== ] 982/3951 24% [=============== ] 983/3951 24% [=============== ] 984/3951 24% [=============== ] 985/3951 24% [=============== ] 986/3951 24% [=============== ] 987/3951 24% [=============== ] 988/3951 25% [=============== ] 989/3951 25% [=============== ] 990/3951 25% [=============== ] 991/3951 25% [=============== ] 992/3951 25% [=============== ] 993/3951 25% [=============== ] 994/3951 25% [=============== ] 995/3951 25% [=============== ] 996/3951 25% [=============== ] 997/3951 25% [=============== ] 998/3951 25% [=============== ] 999/3951 25% [=============== ] 1000/3951 25% [=============== ] 1001/3951 25% [=============== ] 1002/3951 25% [=============== ] 1003/3951 25% [=============== ] 1004/3951 25% [=============== ] 1005/3951 25% [=============== ] 1006/3951 25% [=============== ] 1007/3951 25% [=============== ] 1008/3951 25% [=============== ] 1009/3951 25% [=============== ] 1010/3951 25% [=============== ] 1011/3951 25% [=============== ] 1012/3951 25% [=============== ] 1013/3951 25% [=============== ] 1014/3951 25% [=============== ] 1015/3951 25% [=============== ] 1016/3951 25% [=============== ] 1017/3951 25% [=============== ] 1018/3951 25% [=============== ] 1019/3951 25% [================ ] 1020/3951 25% [================ ] 1021/3951 25% [================ ] 1022/3951 25% [================ ] 1023/3951 25% [================ ] 1024/3951 25% [================ ] 1025/3951 25% [================ ] 1026/3951 25% [================ ] 1027/3951 25% [================ ] 1028/3951 26% [================ ] 1029/3951 26% [================ ] 1030/3951 26% [================ ] 1031/3951 26% [================ ] 1032/3951 26% [================ ] 1033/3951 26% [================ ] 1034/3951 26% [================ ] 1035/3951 26% [================ ] 1036/3951 26% [================ ] 1037/3951 26% [================ ] 1038/3951 26% [================ ] 1039/3951 26% [================ ] 1040/3951 26% [================ ] 1041/3951 26% [================ ] 1042/3951 26% [================ ] 1043/3951 26% [================ ] 1044/3951 26% [================ ] 1045/3951 26% [================ ] 1046/3951 26% [================ ] 1047/3951 26% [================ ] 1048/3951 26% [================ ] 1049/3951 26% [================ ] 1050/3951 26% [================ ] 1051/3951 26% [================ ] 1052/3951 26% [================ ] 1053/3951 26% [================ ] 1054/3951 26% [================ ] 1055/3951 26% [================ ] 1056/3951 26% [================ ] 1057/3951 26% [================ ] 1058/3951 26% [================ ] 1059/3951 26% [================ ] 1060/3951 26% [================ ] 1061/3951 26% [================ ] 1062/3951 26% [================ ] 1063/3951 26% [================ ] 1064/3951 26% [================ ] 1065/3951 26% [================ ] 1066/3951 26% [================ ] 1067/3951 27% [================ ] 1068/3951 27% [================ ] 1069/3951 27% [================ ] 1070/3951 27% [================ ] 1071/3951 27% [================ ] 1072/3951 27% [================ ] 1073/3951 27% [================ ] 1074/3951 27% [================ ] 1075/3951 27% [================ ] 1076/3951 27% [================ ] 1077/3951 27% [================ ] 1078/3951 27% [================ ] 1079/3951 27% [================ ] 1080/3951 27% [================ ] 1081/3951 27% [================ ] 1082/3951 27% [================ ] 1083/3951 27% [================= ] 1084/3951 27% [================= ] 1085/3951 27% [================= ] 1086/3951 27% [================= ] 1087/3951 27% [================= ] 1088/3951 27% [================= ] 1089/3951 27% [================= ] 1090/3951 27% [================= ] 1091/3951 27% [================= ] 1092/3951 27% [================= ] 1093/3951 27% [================= ] 1094/3951 27% [================= ] 1095/3951 27% [================= ] 1096/3951 27% [================= ] 1097/3951 27% [================= ] 1098/3951 27% [================= ] 1099/3951 27% [================= ] 1100/3951 27% [================= ] 1101/3951 27% [================= ] 1102/3951 27% [================= ] 1103/3951 27% [================= ] 1104/3951 27% [================= ] 1105/3951 27% [================= ] 1106/3951 27% [================= ] 1107/3951 28% [================= ] 1108/3951 28% [================= ] 1109/3951 28% [================= ] 1110/3951 28% [================= ] 1111/3951 28% [================= ] 1112/3951 28% [================= ] 1113/3951 28% [================= ] 1114/3951 28% [================= ] 1115/3951 28% [================= ] 1116/3951 28% [================= ] 1117/3951 28% [================= ] 1118/3951 28% [================= ] 1119/3951 28% [================= ] 1120/3951 28% [================= ] 1121/3951 28% [================= ] 1122/3951 28% [================= ] 1123/3951 28% [================= ] 1124/3951 28% [================= ] 1125/3951 28% [================= ] 1126/3951 28% [================= ] 1127/3951 28% [================= ] 1128/3951 28% [================= ] 1129/3951 28% [================= ] 1130/3951 28% [================= ] 1131/3951 28% [================= ] 1132/3951 28% [================= ] 1133/3951 28% [================= ] 1134/3951 28% [================= ] 1135/3951 28% [================= ] 1136/3951 28% [================= ] 1137/3951 28% [================= ] 1138/3951 28% [================= ] 1139/3951 28% [================= ] 1140/3951 28% [================= ] 1141/3951 28% [================= ] 1142/3951 28% [================= ] 1143/3951 28% [================= ] 1144/3951 28% [================= ] 1145/3951 28% [================= ] 1146/3951 29% [================= ] 1147/3951 29% [================== ] 1148/3951 29% [================== ] 1149/3951 29% [================== ] 1150/3951 29% [================== ] 1151/3951 29% [================== ] 1152/3951 29% [================== ] 1153/3951 29% [================== ] 1154/3951 29% [================== ] 1155/3951 29% [================== ] 1156/3951 29% [================== ] 1157/3951 29% [================== ] 1158/3951 29% [================== ] 1159/3951 29% [================== ] 1160/3951 29% [================== ] 1161/3951 29% [================== ] 1162/3951 29% [================== ] 1163/3951 29% [================== ] 1164/3951 29% [================== ] 1165/3951 29% [================== ] 1166/3951 29% [================== ] 1167/3951 29% [================== ] 1168/3951 29% [================== ] 1169/3951 29% [================== ] 1170/3951 29% [================== ] 1171/3951 29% [================== ] 1172/3951 29% [================== ] 1173/3951 29% [================== ] 1174/3951 29% [================== ] 1175/3951 29% [================== ] 1176/3951 29% [================== ] 1177/3951 29% [================== ] 1178/3951 29% [================== ] 1179/3951 29% [================== ] 1180/3951 29% [================== ] 1181/3951 29% [================== ] 1182/3951 29% [================== ] 1183/3951 29% [================== ] 1184/3951 29% [================== ] 1185/3951 29% [================== ] 1186/3951 30% [================== ] 1187/3951 30% [================== ] 1188/3951 30% [================== ] 1189/3951 30% [================== ] 1190/3951 30% [================== ] 1191/3951 30% [================== ] 1192/3951 30% [================== ] 1193/3951 30% [================== ] 1194/3951 30% [================== ] 1195/3951 30% [================== ] 1196/3951 30% [================== ] 1197/3951 30% [================== ] 1198/3951 30% [================== ] 1199/3951 30% [================== ] 1200/3951 30% [================== ] 1201/3951 30% [================== ] 1202/3951 30% [================== ] 1203/3951 30% [================== ] 1204/3951 30% [================== ] 1205/3951 30% [================== ] 1206/3951 30% [================== ] 1207/3951 30% [================== ] 1208/3951 30% [================== ] 1209/3951 30% [================== ] 1210/3951 30% [=================== ] 1211/3951 30% [=================== ] 1212/3951 30% [=================== ] 1213/3951 30% [=================== ] 1214/3951 30% [=================== ] 1215/3951 30% [=================== ] 1216/3951 30% [=================== ] 1217/3951 30% [=================== ] 1218/3951 30% [=================== ] 1219/3951 30% [=================== ] 1220/3951 30% [=================== ] 1221/3951 30% [=================== ] 1222/3951 30% [=================== ] 1223/3951 30% [=================== ] 1224/3951 30% [=================== ] 1225/3951 31% [=================== ] 1226/3951 31% [=================== ] 1227/3951 31% [=================== ] 1228/3951 31% [=================== ] 1229/3951 31% [=================== ] 1230/3951 31% [=================== ] 1231/3951 31% [=================== ] 1232/3951 31% [=================== ] 1233/3951 31% [=================== ] 1234/3951 31% [=================== ] 1235/3951 31% [=================== ] 1236/3951 31% [=================== ] 1237/3951 31% [=================== ] 1238/3951 31% [=================== ] 1239/3951 31% [=================== ] 1240/3951 31% [=================== ] 1241/3951 31% [=================== ] 1242/3951 31% [=================== ] 1243/3951 31% [=================== ] 1244/3951 31% [=================== ] 1245/3951 31% [=================== ] 1246/3951 31% [=================== ] 1247/3951 31% [=================== ] 1248/3951 31% [=================== ] 1249/3951 31% [=================== ] 1250/3951 31% [=================== ] 1251/3951 31% [=================== ] 1252/3951 31% [=================== ] 1253/3951 31% [=================== ] 1254/3951 31% [=================== ] 1255/3951 31% [=================== ] 1256/3951 31% [=================== ] 1257/3951 31% [=================== ] 1258/3951 31% [=================== ] 1259/3951 31% [=================== ] 1260/3951 31% [=================== ] 1261/3951 31% [=================== ] 1262/3951 31% [=================== ] 1263/3951 31% [=================== ] 1264/3951 31% [=================== ] 1265/3951 32% [=================== ] 1266/3951 32% [=================== ] 1267/3951 32% [=================== ] 1268/3951 32% [=================== ] 1269/3951 32% [=================== ] 1270/3951 32% [=================== ] 1271/3951 32% [=================== ] 1272/3951 32% [=================== ] 1273/3951 32% [=================== ] 1274/3951 32% [==================== ] 1275/3951 32% [==================== ] 1276/3951 32% [==================== ] 1277/3951 32% [==================== ] 1278/3951 32% [==================== ] 1279/3951 32% [==================== ] 1280/3951 32% [==================== ] 1281/3951 32% [==================== ] 1282/3951 32% [==================== ] 1283/3951 32% [==================== ] 1284/3951 32% [==================== ] 1285/3951 32% [==================== ] 1286/3951 32% [==================== ] 1287/3951 32% [==================== ] 1288/3951 32% [==================== ] 1289/3951 32% [==================== ] 1290/3951 32% [==================== ] 1291/3951 32% [==================== ] 1292/3951 32% [==================== ] 1293/3951 32% [==================== ] 1294/3951 32% [==================== ] 1295/3951 32% [==================== ] 1296/3951 32% [==================== ] 1297/3951 32% [==================== ] 1298/3951 32% [==================== ] 1299/3951 32% [==================== ] 1300/3951 32% [==================== ] 1301/3951 32% [==================== ] 1302/3951 32% [==================== ] 1303/3951 32% [==================== ] 1304/3951 33% [==================== ] 1305/3951 33% [==================== ] 1306/3951 33% [==================== ] 1307/3951 33% [==================== ] 1308/3951 33% [==================== ] 1309/3951 33% [==================== ] 1310/3951 33% [==================== ] 1311/3951 33% [==================== ] 1312/3951 33% [==================== ] 1313/3951 33% [==================== ] 1314/3951 33% [==================== ] 1315/3951 33% [==================== ] 1316/3951 33% [==================== ] 1317/3951 33% [==================== ] 1318/3951 33% [==================== ] 1319/3951 33% [==================== ] 1320/3951 33% [==================== ] 1321/3951 33% [==================== ] 1322/3951 33% [==================== ] 1323/3951 33% [==================== ] 1324/3951 33% [==================== ] 1325/3951 33% [==================== ] 1326/3951 33% [==================== ] 1327/3951 33% [==================== ] 1328/3951 33% [==================== ] 1329/3951 33% [==================== ] 1330/3951 33% [==================== ] 1331/3951 33% [==================== ] 1332/3951 33% [==================== ] 1333/3951 33% [==================== ] 1334/3951 33% [==================== ] 1335/3951 33% [==================== ] 1336/3951 33% [==================== ] 1337/3951 33% [==================== ] 1338/3951 33% [===================== ] 1339/3951 33% [===================== ] 1340/3951 33% [===================== ] 1341/3951 33% [===================== ] 1342/3951 33% [===================== ] 1343/3951 33% [===================== ] 1344/3951 34% [===================== ] 1345/3951 34% [===================== ] 1346/3951 34% [===================== ] 1347/3951 34% [===================== ] 1348/3951 34% [===================== ] 1349/3951 34% [===================== ] 1350/3951 34% [===================== ] 1351/3951 34% [===================== ] 1352/3951 34% [===================== ] 1353/3951 34% [===================== ] 1354/3951 34% [===================== ] 1355/3951 34% [===================== ] 1356/3951 34% [===================== ] 1357/3951 34% [===================== ] 1358/3951 34% [===================== ] 1359/3951 34% [===================== ] 1360/3951 34% [===================== ] 1361/3951 34% [===================== ] 1362/3951 34% [===================== ] 1363/3951 34% [===================== ] 1364/3951 34% [===================== ] 1365/3951 34% [===================== ] 1366/3951 34% [===================== ] 1367/3951 34% [===================== ] 1368/3951 34% [===================== ] 1369/3951 34% [===================== ] 1370/3951 34% [===================== ] 1371/3951 34% [===================== ] 1372/3951 34% [===================== ] 1373/3951 34% [===================== ] 1374/3951 34% [===================== ] 1375/3951 34% [===================== ] 1376/3951 34% [===================== ] 1377/3951 34% [===================== ] 1378/3951 34% [===================== ] 1379/3951 34% [===================== ] 1380/3951 34% [===================== ] 1381/3951 34% [===================== ] 1382/3951 34% [===================== ] 1383/3951 35% [===================== ] 1384/3951 35% [===================== ] 1385/3951 35% [===================== ] 1386/3951 35% [===================== ] 1387/3951 35% [===================== ] 1388/3951 35% [===================== ] 1389/3951 35% [===================== ] 1390/3951 35% [===================== ] 1391/3951 35% [===================== ] 1392/3951 35% [===================== ] 1393/3951 35% [===================== ] 1394/3951 35% [===================== ] 1395/3951 35% [===================== ] 1396/3951 35% [===================== ] 1397/3951 35% [===================== ] 1398/3951 35% [===================== ] 1399/3951 35% [===================== ] 1400/3951 35% [===================== ] 1401/3951 35% [====================== ] 1402/3951 35% [====================== ] 1403/3951 35% [====================== ] 1404/3951 35% [====================== ] 1405/3951 35% [====================== ] 1406/3951 35% [====================== ] 1407/3951 35% [====================== ] 1408/3951 35% [====================== ] 1409/3951 35% [====================== ] 1410/3951 35% [====================== ] 1411/3951 35% [====================== ] 1412/3951 35% [====================== ] 1413/3951 35% [====================== ] 1414/3951 35% [====================== ] 1415/3951 35% [====================== ] 1416/3951 35% [====================== ] 1417/3951 35% [====================== ] 1418/3951 35% [====================== ] 1419/3951 35% [====================== ] 1420/3951 35% [====================== ] 1421/3951 35% [====================== ] 1422/3951 35% [====================== ] 1423/3951 36% [====================== ] 1424/3951 36% [====================== ] 1425/3951 36% [====================== ] 1426/3951 36% [====================== ] 1427/3951 36% [====================== ] 1428/3951 36% [====================== ] 1429/3951 36% [====================== ] 1430/3951 36% [====================== ] 1431/3951 36% [====================== ] 1432/3951 36% [====================== ] 1433/3951 36% [====================== ] 1434/3951 36% [====================== ] 1435/3951 36% [====================== ] 1436/3951 36% [====================== ] 1437/3951 36% [====================== ] 1438/3951 36% [====================== ] 1439/3951 36% [====================== ] 1440/3951 36% [====================== ] 1441/3951 36% [====================== ] 1442/3951 36% [====================== ] 1443/3951 36% [====================== ] 1444/3951 36% [====================== ] 1445/3951 36% [====================== ] 1446/3951 36% [====================== ] 1447/3951 36% [====================== ] 1448/3951 36% [====================== ] 1449/3951 36% [====================== ] 1450/3951 36% [====================== ] 1451/3951 36% [====================== ] 1452/3951 36% [====================== ] 1453/3951 36% [====================== ] 1454/3951 36% [====================== ] 1455/3951 36% [====================== ] 1456/3951 36% [====================== ] 1457/3951 36% [====================== ] 1458/3951 36% [====================== ] 1459/3951 36% [====================== ] 1460/3951 36% [====================== ] 1461/3951 36% [====================== ] 1462/3951 37% [====================== ] 1463/3951 37% [====================== ] 1464/3951 37% [====================== ] 1465/3951 37% [======================= ] 1466/3951 37% [======================= ] 1467/3951 37% [======================= ] 1468/3951 37% [======================= ] 1469/3951 37% [======================= ] 1470/3951 37% [======================= ] 1471/3951 37% [======================= ] 1472/3951 37% [======================= ] 1473/3951 37% [======================= ] 1474/3951 37% [======================= ] 1475/3951 37% [======================= ] 1476/3951 37% [======================= ] 1477/3951 37% [======================= ] 1478/3951 37% [======================= ] 1479/3951 37% [======================= ] 1480/3951 37% [======================= ] 1481/3951 37% [======================= ] 1482/3951 37% [======================= ] 1483/3951 37% [======================= ] 1484/3951 37% [======================= ] 1485/3951 37% [======================= ] 1486/3951 37% [======================= ] 1487/3951 37% [======================= ] 1488/3951 37% [======================= ] 1489/3951 37% [======================= ] 1490/3951 37% [======================= ] 1491/3951 37% [======================= ] 1492/3951 37% [======================= ] 1493/3951 37% [======================= ] 1494/3951 37% [======================= ] 1495/3951 37% [======================= ] 1496/3951 37% [======================= ] 1497/3951 37% [======================= ] 1498/3951 37% [======================= ] 1499/3951 37% [======================= ] 1500/3951 37% [======================= ] 1501/3951 37% [======================= ] 1502/3951 38% [======================= ] 1503/3951 38% [======================= ] 1504/3951 38% [======================= ] 1505/3951 38% [======================= ] 1506/3951 38% [======================= ] 1507/3951 38% [======================= ] 1508/3951 38% [======================= ] 1509/3951 38% [======================= ] 1510/3951 38% [======================= ] 1511/3951 38% [======================= ] 1512/3951 38% [======================= ] 1513/3951 38% [======================= ] 1514/3951 38% [======================= ] 1515/3951 38% [======================= ] 1516/3951 38% [======================= ] 1517/3951 38% [======================= ] 1518/3951 38% [======================= ] 1519/3951 38% [======================= ] 1520/3951 38% [======================= ] 1521/3951 38% [======================= ] 1522/3951 38% [======================= ] 1523/3951 38% [======================= ] 1524/3951 38% [======================= ] 1525/3951 38% [======================= ] 1526/3951 38% [======================= ] 1527/3951 38% [======================= ] 1528/3951 38% [======================= ] 1529/3951 38% [======================== ] 1530/3951 38% [======================== ] 1531/3951 38% [======================== ] 1532/3951 38% [======================== ] 1533/3951 38% [======================== ] 1534/3951 38% [======================== ] 1535/3951 38% [======================== ] 1536/3951 38% [======================== ] 1537/3951 38% [======================== ] 1538/3951 38% [======================== ] 1539/3951 38% [======================== ] 1540/3951 38% [======================== ] 1541/3951 39% [======================== ] 1542/3951 39% [======================== ] 1543/3951 39% [======================== ] 1544/3951 39% [======================== ] 1545/3951 39% [======================== ] 1546/3951 39% [======================== ] 1547/3951 39% [======================== ] 1548/3951 39% [======================== ] 1549/3951 39% [======================== ] 1550/3951 39% [======================== ] 1551/3951 39% [======================== ] 1552/3951 39% [======================== ] 1553/3951 39% [======================== ] 1554/3951 39% [======================== ] 1555/3951 39% [======================== ] 1556/3951 39% [======================== ] 1557/3951 39% [======================== ] 1558/3951 39% [======================== ] 1559/3951 39% [======================== ] 1560/3951 39% [======================== ] 1561/3951 39% [======================== ] 1562/3951 39% [======================== ] 1563/3951 39% [======================== ] 1564/3951 39% [======================== ] 1565/3951 39% [======================== ] 1566/3951 39% [======================== ] 1567/3951 39% [======================== ] 1568/3951 39% [======================== ] 1569/3951 39% [======================== ] 1570/3951 39% [======================== ] 1571/3951 39% [======================== ] 1572/3951 39% [======================== ] 1573/3951 39% [======================== ] 1574/3951 39% [======================== ] 1575/3951 39% [======================== ] 1576/3951 39% [======================== ] 1577/3951 39% [======================== ] 1578/3951 39% [======================== ] 1579/3951 39% [======================== ] 1580/3951 39% [======================== ] 1581/3951 40% [======================== ] 1582/3951 40% [======================== ] 1583/3951 40% [======================== ] 1584/3951 40% [======================== ] 1585/3951 40% [======================== ] 1586/3951 40% [======================== ] 1587/3951 40% [======================== ] 1588/3951 40% [======================== ] 1589/3951 40% [======================== ] 1590/3951 40% [======================== ] 1591/3951 40% [======================== ] 1592/3951 40% [======================== ] 1593/3951 40% [========================= ] 1594/3951 40% [========================= ] 1595/3951 40% [========================= ] 1596/3951 40% [========================= ] 1597/3951 40% [========================= ] 1598/3951 40% [========================= ] 1599/3951 40% [========================= ] 1600/3951 40% [========================= ] 1601/3951 40% [========================= ] 1602/3951 40% [========================= ] 1603/3951 40% [========================= ] 1604/3951 40% [========================= ] 1605/3951 40% [========================= ] 1606/3951 40% [========================= ] 1607/3951 40% [========================= ] 1608/3951 40% [========================= ] 1609/3951 40% [========================= ] 1610/3951 40% [========================= ] 1611/3951 40% [========================= ] 1612/3951 40% [========================= ] 1613/3951 40% [========================= ] 1614/3951 40% [========================= ] 1615/3951 40% [========================= ] 1616/3951 40% [========================= ] 1617/3951 40% [========================= ] 1618/3951 40% [========================= ] 1619/3951 40% [========================= ] 1620/3951 41% [========================= ] 1621/3951 41% [========================= ] 1622/3951 41% [========================= ] 1623/3951 41% [========================= ] 1624/3951 41% [========================= ] 1625/3951 41% [========================= ] 1626/3951 41% [========================= ] 1627/3951 41% [========================= ] 1628/3951 41% [========================= ] 1629/3951 41% [========================= ] 1630/3951 41% [========================= ] 1631/3951 41% [========================= ] 1632/3951 41% [========================= ] 1633/3951 41% [========================= ] 1634/3951 41% [========================= ] 1635/3951 41% [========================= ] 1636/3951 41% [========================= ] 1637/3951 41% [========================= ] 1638/3951 41% [========================= ] 1639/3951 41% [========================= ] 1640/3951 41% [========================= ] 1641/3951 41% [========================= ] 1642/3951 41% [========================= ] 1643/3951 41% [========================= ] 1644/3951 41% [========================= ] 1645/3951 41% [========================= ] 1646/3951 41% [========================= ] 1647/3951 41% [========================= ] 1648/3951 41% [========================= ] 1649/3951 41% [========================= ] 1650/3951 41% [========================= ] 1651/3951 41% [========================= ] 1652/3951 41% [========================= ] 1653/3951 41% [========================= ] 1654/3951 41% [========================= ] 1655/3951 41% [========================= ] 1656/3951 41% [========================== ] 1657/3951 41% [========================== ] 1658/3951 41% [========================== ] 1659/3951 41% [========================== ] 1660/3951 42% [========================== ] 1661/3951 42% [========================== ] 1662/3951 42% [========================== ] 1663/3951 42% [========================== ] 1664/3951 42% [========================== ] 1665/3951 42% [========================== ] 1666/3951 42% [========================== ] 1667/3951 42% [========================== ] 1668/3951 42% [========================== ] 1669/3951 42% [========================== ] 1670/3951 42% [========================== ] 1671/3951 42% [========================== ] 1672/3951 42% [========================== ] 1673/3951 42% [========================== ] 1674/3951 42% [========================== ] 1675/3951 42% [========================== ] 1676/3951 42% [========================== ] 1677/3951 42% [========================== ] 1678/3951 42% [========================== ] 1679/3951 42% [========================== ] 1680/3951 42% [========================== ] 1681/3951 42% [========================== ] 1682/3951 42% [========================== ] 1683/3951 42% [========================== ] 1684/3951 42% [========================== ] 1685/3951 42% [========================== ] 1686/3951 42% [========================== ] 1687/3951 42% [========================== ] 1688/3951 42% [========================== ] 1689/3951 42% [========================== ] 1690/3951 42% [========================== ] 1691/3951 42% [========================== ] 1692/3951 42% [========================== ] 1693/3951 42% [========================== ] 1694/3951 42% [========================== ] 1695/3951 42% [========================== ] 1696/3951 42% [========================== ] 1697/3951 42% [========================== ] 1698/3951 42% [========================== ] 1699/3951 43% [========================== ] 1700/3951 43% [========================== ] 1701/3951 43% [========================== ] 1702/3951 43% [========================== ] 1703/3951 43% [========================== ] 1704/3951 43% [========================== ] 1705/3951 43% [========================== ] 1706/3951 43% [========================== ] 1707/3951 43% [========================== ] 1708/3951 43% [========================== ] 1709/3951 43% [========================== ] 1710/3951 43% [========================== ] 1711/3951 43% [========================== ] 1712/3951 43% [========================== ] 1713/3951 43% [========================== ] 1714/3951 43% [========================== ] 1715/3951 43% [========================== ] 1716/3951 43% [========================== ] 1717/3951 43% [========================== ] 1718/3951 43% [========================== ] 1719/3951 43% [========================== ] 1720/3951 43% [=========================== ] 1721/3951 43% [=========================== ] 1722/3951 43% [=========================== ] 1723/3951 43% [=========================== ] 1724/3951 43% [=========================== ] 1725/3951 43% [=========================== ] 1726/3951 43% [=========================== ] 1727/3951 43% [=========================== ] 1728/3951 43% [=========================== ] 1729/3951 43% [=========================== ] 1730/3951 43% [=========================== ] 1731/3951 43% [=========================== ] 1732/3951 43% [=========================== ] 1733/3951 43% [=========================== ] 1734/3951 43% [=========================== ] 1735/3951 43% [=========================== ] 1736/3951 43% [=========================== ] 1737/3951 43% [=========================== ] 1738/3951 43% [=========================== ] 1739/3951 44% [=========================== ] 1740/3951 44% [=========================== ] 1741/3951 44% [=========================== ] 1742/3951 44% [=========================== ] 1743/3951 44% [=========================== ] 1744/3951 44% [=========================== ] 1745/3951 44% [=========================== ] 1746/3951 44% [=========================== ] 1747/3951 44% [=========================== ] 1748/3951 44% [=========================== ] 1749/3951 44% [=========================== ] 1750/3951 44% [=========================== ] 1751/3951 44% [=========================== ] 1752/3951 44% [=========================== ] 1753/3951 44% [=========================== ] 1754/3951 44% [=========================== ] 1755/3951 44% [=========================== ] 1756/3951 44% [=========================== ] 1757/3951 44% [=========================== ] 1758/3951 44% [=========================== ] 1759/3951 44% [=========================== ] 1760/3951 44% [=========================== ] 1761/3951 44% [=========================== ] 1762/3951 44% [=========================== ] 1763/3951 44% [=========================== ] 1764/3951 44% [=========================== ] 1765/3951 44% [=========================== ] 1766/3951 44% [=========================== ] 1767/3951 44% [=========================== ] 1768/3951 44% [=========================== ] 1769/3951 44% [=========================== ] 1770/3951 44% [=========================== ] 1771/3951 44% [=========================== ] 1772/3951 44% [=========================== ] 1773/3951 44% [=========================== ] 1774/3951 44% [=========================== ] 1775/3951 44% [=========================== ] 1776/3951 44% [=========================== ] 1777/3951 44% [=========================== ] 1778/3951 45% [=========================== ] 1779/3951 45% [=========================== ] 1780/3951 45% [=========================== ] 1781/3951 45% [=========================== ] 1782/3951 45% [=========================== ] 1783/3951 45% [=========================== ] 1784/3951 45% [============================ ] 1785/3951 45% [============================ ] 1786/3951 45% [============================ ] 1787/3951 45% [============================ ] 1788/3951 45% [============================ ] 1789/3951 45% [============================ ] 1790/3951 45% [============================ ] 1791/3951 45% [============================ ] 1792/3951 45% [============================ ] 1793/3951 45% [============================ ] 1794/3951 45% [============================ ] 1795/3951 45% [============================ ] 1796/3951 45% [============================ ] 1797/3951 45% [============================ ] 1798/3951 45% [============================ ] 1799/3951 45% [============================ ] 1800/3951 45% [============================ ] 1801/3951 45% [============================ ] 1802/3951 45% [============================ ] 1803/3951 45% [============================ ] 1804/3951 45% [============================ ] 1805/3951 45% [============================ ] 1806/3951 45% [============================ ] 1807/3951 45% [============================ ] 1808/3951 45% [============================ ] 1809/3951 45% [============================ ] 1810/3951 45% [============================ ] 1811/3951 45% [============================ ] 1812/3951 45% [============================ ] 1813/3951 45% [============================ ] 1814/3951 45% [============================ ] 1815/3951 45% [============================ ] 1816/3951 45% [============================ ] 1817/3951 45% [============================ ] 1818/3951 46% [============================ ] 1819/3951 46% [============================ ] 1820/3951 46% [============================ ] 1821/3951 46% [============================ ] 1822/3951 46% [============================ ] 1823/3951 46% [============================ ] 1824/3951 46% [============================ ] 1825/3951 46% [============================ ] 1826/3951 46% [============================ ] 1827/3951 46% [============================ ] 1828/3951 46% [============================ ] 1829/3951 46% [============================ ] 1830/3951 46% [============================ ] 1831/3951 46% [============================ ] 1832/3951 46% [============================ ] 1833/3951 46% [============================ ] 1834/3951 46% [============================ ] 1835/3951 46% [============================ ] 1836/3951 46% [============================ ] 1837/3951 46% [============================ ] 1838/3951 46% [============================ ] 1839/3951 46% [============================ ] 1840/3951 46% [============================ ] 1841/3951 46% [============================ ] 1842/3951 46% [============================ ] 1843/3951 46% [============================ ] 1844/3951 46% [============================ ] 1845/3951 46% [============================ ] 1846/3951 46% [============================ ] 1847/3951 46% [============================ ] 1848/3951 46% [============================= ] 1849/3951 46% [============================= ] 1850/3951 46% [============================= ] 1851/3951 46% [============================= ] 1852/3951 46% [============================= ] 1853/3951 46% [============================= ] 1854/3951 46% [============================= ] 1855/3951 46% [============================= ] 1856/3951 46% [============================= ] 1857/3951 47% [============================= ] 1858/3951 47% [============================= ] 1859/3951 47% [============================= ] 1860/3951 47% [============================= ] 1861/3951 47% [============================= ] 1862/3951 47% [============================= ] 1863/3951 47% [============================= ] 1864/3951 47% [============================= ] 1865/3951 47% [============================= ] 1866/3951 47% [============================= ] 1867/3951 47% [============================= ] 1868/3951 47% [============================= ] 1869/3951 47% [============================= ] 1870/3951 47% [============================= ] 1871/3951 47% [============================= ] 1872/3951 47% [============================= ] 1873/3951 47% [============================= ] 1874/3951 47% [============================= ] 1875/3951 47% [============================= ] 1876/3951 47% [============================= ] 1877/3951 47% [============================= ] 1878/3951 47% [============================= ] 1879/3951 47% [============================= ] 1880/3951 47% [============================= ] 1881/3951 47% [============================= ] 1882/3951 47% [============================= ] 1883/3951 47% [============================= ] 1884/3951 47% [============================= ] 1885/3951 47% [============================= ] 1886/3951 47% [============================= ] 1887/3951 47% [============================= ] 1888/3951 47% [============================= ] 1889/3951 47% [============================= ] 1890/3951 47% [============================= ] 1891/3951 47% [============================= ] 1892/3951 47% [============================= ] 1893/3951 47% [============================= ] 1894/3951 47% [============================= ] 1895/3951 47% [============================= ] 1896/3951 47% [============================= ] 1897/3951 48% [============================= ] 1898/3951 48% [============================= ] 1899/3951 48% [============================= ] 1900/3951 48% [============================= ] 1901/3951 48% [============================= ] 1902/3951 48% [============================= ] 1903/3951 48% [============================= ] 1904/3951 48% [============================= ] 1905/3951 48% [============================= ] 1906/3951 48% [============================= ] 1907/3951 48% [============================= ] 1908/3951 48% [============================= ] 1909/3951 48% [============================= ] 1910/3951 48% [============================= ] 1911/3951 48% [============================== ] 1912/3951 48% [============================== ] 1913/3951 48% [============================== ] 1914/3951 48% [============================== ] 1915/3951 48% [============================== ] 1916/3951 48% [============================== ] 1917/3951 48% [============================== ] 1918/3951 48% [============================== ] 1919/3951 48% [============================== ] 1920/3951 48% [============================== ] 1921/3951 48% [============================== ] 1922/3951 48% [============================== ] 1923/3951 48% [============================== ] 1924/3951 48% [============================== ] 1925/3951 48% [============================== ] 1926/3951 48% [============================== ] 1927/3951 48% [============================== ] 1928/3951 48% [============================== ] 1929/3951 48% [============================== ] 1930/3951 48% [============================== ] 1931/3951 48% [============================== ] 1932/3951 48% [============================== ] 1933/3951 48% [============================== ] 1934/3951 48% [============================== ] 1935/3951 48% [============================== ] 1936/3951 49% [============================== ] 1937/3951 49% [============================== ] 1938/3951 49% [============================== ] 1939/3951 49% [============================== ] 1940/3951 49% [============================== ] 1941/3951 49% [============================== ] 1942/3951 49% [============================== ] 1943/3951 49% [============================== ] 1944/3951 49% [============================== ] 1945/3951 49% [============================== ] 1946/3951 49% [============================== ] 1947/3951 49% [============================== ] 1948/3951 49% [============================== ] 1949/3951 49% [============================== ] 1950/3951 49% [============================== ] 1951/3951 49% [============================== ] 1952/3951 49% [============================== ] 1953/3951 49% [============================== ] 1954/3951 49% [============================== ] 1955/3951 49% [============================== ] 1956/3951 49% [============================== ] 1957/3951 49% [============================== ] 1958/3951 49% [============================== ] 1959/3951 49% [============================== ] 1960/3951 49% [============================== ] 1961/3951 49% [============================== ] 1962/3951 49% [============================== ] 1963/3951 49% [============================== ] 1964/3951 49% [============================== ] 1965/3951 49% [============================== ] 1966/3951 49% [============================== ] 1967/3951 49% [============================== ] 1968/3951 49% [============================== ] 1969/3951 49% [============================== ] 1970/3951 49% [============================== ] 1971/3951 49% [============================== ] 1972/3951 49% [============================== ] 1973/3951 49% [============================== ] 1974/3951 49% [============================== ] 1975/3951 49% [=============================== ] 1976/3951 50% [=============================== ] 1977/3951 50% [=============================== ] 1978/3951 50% [=============================== ] 1979/3951 50% [=============================== ] 1980/3951 50% [=============================== ] 1981/3951 50% [=============================== ] 1982/3951 50% [=============================== ] 1983/3951 50% [=============================== ] 1984/3951 50% [=============================== ] 1985/3951 50% [=============================== ] 1986/3951 50% [=============================== ] 1987/3951 50% [=============================== ] 1988/3951 50% [=============================== ] 1989/3951 50% [=============================== ] 1990/3951 50% [=============================== ] 1991/3951 50% [=============================== ] 1992/3951 50% [=============================== ] 1993/3951 50% [=============================== ] 1994/3951 50% [=============================== ] 1995/3951 50% [=============================== ] 1996/3951 50% [=============================== ] 1997/3951 50% [=============================== ] 1998/3951 50% [=============================== ] 1999/3951 50% [=============================== ] 2000/3951 50% [=============================== ] 2001/3951 50% [=============================== ] 2002/3951 50% [=============================== ] 2003/3951 50% [=============================== ] 2004/3951 50% [=============================== ] 2005/3951 50% [=============================== ] 2006/3951 50% [=============================== ] 2007/3951 50% [=============================== ] 2008/3951 50% [=============================== ] 2009/3951 50% [=============================== ] 2010/3951 50% [=============================== ] 2011/3951 50% [=============================== ] 2012/3951 50% [=============================== ] 2013/3951 50% [=============================== ] 2014/3951 50% [=============================== ] 2015/3951 50% [=============================== ] 2016/3951 51% [=============================== ] 2017/3951 51% [=============================== ] 2018/3951 51% [=============================== ] 2019/3951 51% [=============================== ] 2020/3951 51% [=============================== ] 2021/3951 51% [=============================== ] 2022/3951 51% [=============================== ] 2023/3951 51% [=============================== ] 2024/3951 51% [=============================== ] 2025/3951 51% [=============================== ] 2026/3951 51% [=============================== ] 2027/3951 51% [=============================== ] 2028/3951 51% [=============================== ] 2029/3951 51% [=============================== ] 2030/3951 51% [=============================== ] 2031/3951 51% [=============================== ] 2032/3951 51% [=============================== ] 2033/3951 51% [=============================== ] 2034/3951 51% [=============================== ] 2035/3951 51% [=============================== ] 2036/3951 51% [=============================== ] 2037/3951 51% [=============================== ] 2038/3951 51% [=============================== ] 2039/3951 51% [================================ ] 2040/3951 51% [================================ ] 2041/3951 51% [================================ ] 2042/3951 51% [================================ ] 2043/3951 51% [================================ ] 2044/3951 51% [================================ ] 2045/3951 51% [================================ ] 2046/3951 51% [================================ ] 2047/3951 51% [================================ ] 2048/3951 51% [================================ ] 2049/3951 51% [================================ ] 2050/3951 51% [================================ ] 2051/3951 51% [================================ ] 2052/3951 51% [================================ ] 2053/3951 51% [================================ ] 2054/3951 51% [================================ ] 2055/3951 52% [================================ ] 2056/3951 52% [================================ ] 2057/3951 52% [================================ ] 2058/3951 52% [================================ ] 2059/3951 52% [================================ ] 2060/3951 52% [================================ ] 2061/3951 52% [================================ ] 2062/3951 52% [================================ ] 2063/3951 52% [================================ ] 2064/3951 52% [================================ ] 2065/3951 52% [================================ ] 2066/3951 52% [================================ ] 2067/3951 52% [================================ ] 2068/3951 52% [================================ ] 2069/3951 52% [================================ ] 2070/3951 52% [================================ ] 2071/3951 52% [================================ ] 2072/3951 52% [================================ ] 2073/3951 52% [================================ ] 2074/3951 52% [================================ ] 2075/3951 52% [================================ ] 2076/3951 52% [================================ ] 2077/3951 52% [================================ ] 2078/3951 52% [================================ ] 2079/3951 52% [================================ ] 2080/3951 52% [================================ ] 2081/3951 52% [================================ ] 2082/3951 52% [================================ ] 2083/3951 52% [================================ ] 2084/3951 52% [================================ ] 2085/3951 52% [================================ ] 2086/3951 52% [================================ ] 2087/3951 52% [================================ ] 2088/3951 52% [================================ ] 2089/3951 52% [================================ ] 2090/3951 52% [================================ ] 2091/3951 52% [================================ ] 2092/3951 52% [================================ ] 2093/3951 52% [================================ ] 2094/3951 52% [================================ ] 2095/3951 53% [================================ ] 2096/3951 53% [================================ ] 2097/3951 53% [================================ ] 2098/3951 53% [================================ ] 2099/3951 53% [================================ ] 2100/3951 53% [================================ ] 2101/3951 53% [================================ ] 2102/3951 53% [================================= ] 2103/3951 53% [================================= ] 2104/3951 53% [================================= ] 2105/3951 53% [================================= ] 2106/3951 53% [================================= ] 2107/3951 53% [================================= ] 2108/3951 53% [================================= ] 2109/3951 53% [================================= ] 2110/3951 53% [================================= ] 2111/3951 53% [================================= ] 2112/3951 53% [================================= ] 2113/3951 53% [================================= ] 2114/3951 53% [================================= ] 2115/3951 53% [================================= ] 2116/3951 53% [================================= ] 2117/3951 53% [================================= ] 2118/3951 53% [================================= ] 2119/3951 53% [================================= ] 2120/3951 53% [================================= ] 2121/3951 53% [================================= ] 2122/3951 53% [================================= ] 2123/3951 53% [================================= ] 2124/3951 53% [================================= ] 2125/3951 53% [================================= ] 2126/3951 53% [================================= ] 2127/3951 53% [================================= ] 2128/3951 53% [================================= ] 2129/3951 53% [================================= ] 2130/3951 53% [================================= ] 2131/3951 53% [================================= ] 2132/3951 53% [================================= ] 2133/3951 53% [================================= ] 2134/3951 54% [================================= ] 2135/3951 54% [================================= ] 2136/3951 54% [================================= ] 2137/3951 54% [================================= ] 2138/3951 54% [================================= ] 2139/3951 54% [================================= ] 2140/3951 54% [================================= ] 2141/3951 54% [================================= ] 2142/3951 54% [================================= ] 2143/3951 54% [================================= ] 2144/3951 54% [================================= ] 2145/3951 54% [================================= ] 2146/3951 54% [================================= ] 2147/3951 54% [================================= ] 2148/3951 54% [================================= ] 2149/3951 54% [================================= ] 2150/3951 54% [================================= ] 2151/3951 54% [================================= ] 2152/3951 54% [================================= ] 2153/3951 54% [================================= ] 2154/3951 54% [================================= ] 2155/3951 54% [================================= ] 2156/3951 54% [================================= ] 2157/3951 54% [================================= ] 2158/3951 54% [================================= ] 2159/3951 54% [================================= ] 2160/3951 54% [================================= ] 2161/3951 54% [================================= ] 2162/3951 54% [================================= ] 2163/3951 54% [================================= ] 2164/3951 54% [================================= ] 2165/3951 54% [================================= ] 2166/3951 54% [================================== ] 2167/3951 54% [================================== ] 2168/3951 54% [================================== ] 2169/3951 54% [================================== ] 2170/3951 54% [================================== ] 2171/3951 54% [================================== ] 2172/3951 54% [================================== ] 2173/3951 54% [================================== ] 2174/3951 55% [================================== ] 2175/3951 55% [================================== ] 2176/3951 55% [================================== ] 2177/3951 55% [================================== ] 2178/3951 55% [================================== ] 2179/3951 55% [================================== ] 2180/3951 55% [================================== ] 2181/3951 55% [================================== ] 2182/3951 55% [================================== ] 2183/3951 55% [================================== ] 2184/3951 55% [================================== ] 2185/3951 55% [================================== ] 2186/3951 55% [================================== ] 2187/3951 55% [================================== ] 2188/3951 55% [================================== ] 2189/3951 55% [================================== ] 2190/3951 55% [================================== ] 2191/3951 55% [================================== ] 2192/3951 55% [================================== ] 2193/3951 55% [================================== ] 2194/3951 55% [================================== ] 2195/3951 55% [================================== ] 2196/3951 55% [================================== ] 2197/3951 55% [================================== ] 2198/3951 55% [================================== ] 2199/3951 55% [================================== ] 2200/3951 55% [================================== ] 2201/3951 55% [================================== ] 2202/3951 55% [================================== ] 2203/3951 55% [================================== ] 2204/3951 55% [================================== ] 2205/3951 55% [================================== ] 2206/3951 55% [================================== ] 2207/3951 55% [================================== ] 2208/3951 55% [================================== ] 2209/3951 55% [================================== ] 2210/3951 55% [================================== ] 2211/3951 55% [================================== ] 2212/3951 55% [================================== ] 2213/3951 56% [================================== ] 2214/3951 56% [================================== ] 2215/3951 56% [================================== ] 2216/3951 56% [================================== ] 2217/3951 56% [================================== ] 2218/3951 56% [================================== ] 2219/3951 56% [================================== ] 2220/3951 56% [================================== ] 2221/3951 56% [================================== ] 2222/3951 56% [================================== ] 2223/3951 56% [================================== ] 2224/3951 56% [================================== ] 2225/3951 56% [================================== ] 2226/3951 56% [================================== ] 2227/3951 56% [================================== ] 2228/3951 56% [================================== ] 2229/3951 56% [================================== ] 2230/3951 56% [=================================== ] 2231/3951 56% [=================================== ] 2232/3951 56% [=================================== ] 2233/3951 56% [=================================== ] 2234/3951 56% [=================================== ] 2235/3951 56% [=================================== ] 2236/3951 56% [=================================== ] 2237/3951 56% [=================================== ] 2238/3951 56% [=================================== ] 2239/3951 56% [=================================== ] 2240/3951 56% [=================================== ] 2241/3951 56% [=================================== ] 2242/3951 56% [=================================== ] 2243/3951 56% [=================================== ] 2244/3951 56% [=================================== ] 2245/3951 56% [=================================== ] 2246/3951 56% [=================================== ] 2247/3951 56% [=================================== ] 2248/3951 56% [=================================== ] 2249/3951 56% [=================================== ] 2250/3951 56% [=================================== ] 2251/3951 56% [=================================== ] 2252/3951 56% [=================================== ] 2253/3951 57% [=================================== ] 2254/3951 57% [=================================== ] 2255/3951 57% [=================================== ] 2256/3951 57% [=================================== ] 2257/3951 57% [=================================== ] 2258/3951 57% [=================================== ] 2259/3951 57% [=================================== ] 2260/3951 57% [=================================== ] 2261/3951 57% [=================================== ] 2262/3951 57% [=================================== ] 2263/3951 57% [=================================== ] 2264/3951 57% [=================================== ] 2265/3951 57% [=================================== ] 2266/3951 57% [=================================== ] 2267/3951 57% [=================================== ] 2268/3951 57% [=================================== ] 2269/3951 57% [=================================== ] 2270/3951 57% [=================================== ] 2271/3951 57% [=================================== ] 2272/3951 57% [=================================== ] 2273/3951 57% [=================================== ] 2274/3951 57% [=================================== ] 2275/3951 57% [=================================== ] 2276/3951 57% [=================================== ] 2277/3951 57% [=================================== ] 2278/3951 57% [=================================== ] 2279/3951 57% [=================================== ] 2280/3951 57% [=================================== ] 2281/3951 57% [=================================== ] 2282/3951 57% [=================================== ] 2283/3951 57% [=================================== ] 2284/3951 57% [=================================== ] 2285/3951 57% [=================================== ] 2286/3951 57% [=================================== ] 2287/3951 57% [=================================== ] 2288/3951 57% [=================================== ] 2289/3951 57% [=================================== ] 2290/3951 57% [=================================== ] 2291/3951 57% [=================================== ] 2292/3951 58% [=================================== ] 2293/3951 58% [=================================== ] 2294/3951 58% [==================================== ] 2295/3951 58% [==================================== ] 2296/3951 58% [==================================== ] 2297/3951 58% [==================================== ] 2298/3951 58% [==================================== ] 2299/3951 58% [==================================== ] 2300/3951 58% [==================================== ] 2301/3951 58% [==================================== ] 2302/3951 58% [==================================== ] 2303/3951 58% [==================================== ] 2304/3951 58% [==================================== ] 2305/3951 58% [==================================== ] 2306/3951 58% [==================================== ] 2307/3951 58% [==================================== ] 2308/3951 58% [==================================== ] 2309/3951 58% [==================================== ] 2310/3951 58% [==================================== ] 2311/3951 58% [==================================== ] 2312/3951 58% [==================================== ] 2313/3951 58% [==================================== ] 2314/3951 58% [==================================== ] 2315/3951 58% [==================================== ] 2316/3951 58% [==================================== ] 2317/3951 58% [==================================== ] 2318/3951 58% [==================================== ] 2319/3951 58% [==================================== ] 2320/3951 58% [==================================== ] 2321/3951 58% [==================================== ] 2322/3951 58% [==================================== ] 2323/3951 58% [==================================== ] 2324/3951 58% [==================================== ] 2325/3951 58% [==================================== ] 2326/3951 58% [==================================== ] 2327/3951 58% [==================================== ] 2328/3951 58% [==================================== ] 2329/3951 58% [==================================== ] 2330/3951 58% [==================================== ] 2331/3951 58% [==================================== ] 2332/3951 59% [==================================== ] 2333/3951 59% [==================================== ] 2334/3951 59% [==================================== ] 2335/3951 59% [==================================== ] 2336/3951 59% [==================================== ] 2337/3951 59% [==================================== ] 2338/3951 59% [==================================== ] 2339/3951 59% [==================================== ] 2340/3951 59% [==================================== ] 2341/3951 59% [==================================== ] 2342/3951 59% [==================================== ] 2343/3951 59% [==================================== ] 2344/3951 59% [==================================== ] 2345/3951 59% [==================================== ] 2346/3951 59% [==================================== ] 2347/3951 59% [==================================== ] 2348/3951 59% [==================================== ] 2349/3951 59% [==================================== ] 2350/3951 59% [==================================== ] 2351/3951 59% [==================================== ] 2352/3951 59% [==================================== ] 2353/3951 59% [==================================== ] 2354/3951 59% [==================================== ] 2355/3951 59% [==================================== ] 2356/3951 59% [==================================== ] 2357/3951 59% [===================================== ] 2358/3951 59% [===================================== ] 2359/3951 59% [===================================== ] 2360/3951 59% [===================================== ] 2361/3951 59% [===================================== ] 2362/3951 59% [===================================== ] 2363/3951 59% [===================================== ] 2364/3951 59% [===================================== ] 2365/3951 59% [===================================== ] 2366/3951 59% [===================================== ] 2367/3951 59% [===================================== ] 2368/3951 59% [===================================== ] 2369/3951 59% [===================================== ] 2370/3951 59% [===================================== ] 2371/3951 60% [===================================== ] 2372/3951 60% [===================================== ] 2373/3951 60% [===================================== ] 2374/3951 60% [===================================== ] 2375/3951 60% [===================================== ] 2376/3951 60% [===================================== ] 2377/3951 60% [===================================== ] 2378/3951 60% [===================================== ] 2379/3951 60% [===================================== ] 2380/3951 60% [===================================== ] 2381/3951 60% [===================================== ] 2382/3951 60% [===================================== ] 2383/3951 60% [===================================== ] 2384/3951 60% [===================================== ] 2385/3951 60% [===================================== ] 2386/3951 60% [===================================== ] 2387/3951 60% [===================================== ] 2388/3951 60% [===================================== ] 2389/3951 60% [===================================== ] 2390/3951 60% [===================================== ] 2391/3951 60% [===================================== ] 2392/3951 60% [===================================== ] 2393/3951 60% [===================================== ] 2394/3951 60% [===================================== ] 2395/3951 60% [===================================== ] 2396/3951 60% [===================================== ] 2397/3951 60% [===================================== ] 2398/3951 60% [===================================== ] 2399/3951 60% [===================================== ] 2400/3951 60% [===================================== ] 2401/3951 60% [===================================== ] 2402/3951 60% [===================================== ] 2403/3951 60% [===================================== ] 2404/3951 60% [===================================== ] 2405/3951 60% [===================================== ] 2406/3951 60% [===================================== ] 2407/3951 60% [===================================== ] 2408/3951 60% [===================================== ] 2409/3951 60% [===================================== ] 2410/3951 60% [===================================== ] 2411/3951 61% [===================================== ] 2412/3951 61% [===================================== ] 2413/3951 61% [===================================== ] 2414/3951 61% [===================================== ] 2415/3951 61% [===================================== ] 2416/3951 61% [===================================== ] 2417/3951 61% [===================================== ] 2418/3951 61% [===================================== ] 2419/3951 61% [===================================== ] 2420/3951 61% [===================================== ] 2421/3951 61% [====================================== ] 2422/3951 61% [====================================== ] 2423/3951 61% [====================================== ] 2424/3951 61% [====================================== ] 2425/3951 61% [====================================== ] 2426/3951 61% [====================================== ] 2427/3951 61% [====================================== ] 2428/3951 61% [====================================== ] 2429/3951 61% [====================================== ] 2430/3951 61% [====================================== ] 2431/3951 61% [====================================== ] 2432/3951 61% [====================================== ] 2433/3951 61% [====================================== ] 2434/3951 61% [====================================== ] 2435/3951 61% [====================================== ] 2436/3951 61% [====================================== ] 2437/3951 61% [====================================== ] 2438/3951 61% [====================================== ] 2439/3951 61% [====================================== ] 2440/3951 61% [====================================== ] 2441/3951 61% [====================================== ] 2442/3951 61% [====================================== ] 2443/3951 61% [====================================== ] 2444/3951 61% [====================================== ] 2445/3951 61% [====================================== ] 2446/3951 61% [====================================== ] 2447/3951 61% [====================================== ] 2448/3951 61% [====================================== ] 2449/3951 61% [====================================== ] 2450/3951 62% [====================================== ] 2451/3951 62% [====================================== ] 2452/3951 62% [====================================== ] 2453/3951 62% [====================================== ] 2454/3951 62% [====================================== ] 2455/3951 62% [====================================== ] 2456/3951 62% [====================================== ] 2457/3951 62% [====================================== ] 2458/3951 62% [====================================== ] 2459/3951 62% [====================================== ] 2460/3951 62% [====================================== ] 2461/3951 62% [====================================== ] 2462/3951 62% [====================================== ] 2463/3951 62% [====================================== ] 2464/3951 62% [====================================== ] 2465/3951 62% [====================================== ] 2466/3951 62% [====================================== ] 2467/3951 62% [====================================== ] 2468/3951 62% [====================================== ] 2469/3951 62% [====================================== ] 2470/3951 62% [====================================== ] 2471/3951 62% [====================================== ] 2472/3951 62% [====================================== ] 2473/3951 62% [====================================== ] 2474/3951 62% [====================================== ] 2475/3951 62% [====================================== ] 2476/3951 62% [====================================== ] 2477/3951 62% [====================================== ] 2478/3951 62% [====================================== ] 2479/3951 62% [====================================== ] 2480/3951 62% [====================================== ] 2481/3951 62% [====================================== ] 2482/3951 62% [====================================== ] 2483/3951 62% [====================================== ] 2484/3951 62% [====================================== ] 2485/3951 62% [======================================= ] 2486/3951 62% [======================================= ] 2487/3951 62% [======================================= ] 2488/3951 62% [======================================= ] 2489/3951 62% [======================================= ] 2490/3951 63% [======================================= ] 2491/3951 63% [======================================= ] 2492/3951 63% [======================================= ] 2493/3951 63% [======================================= ] 2494/3951 63% [======================================= ] 2495/3951 63% [======================================= ] 2496/3951 63% [======================================= ] 2497/3951 63% [======================================= ] 2498/3951 63% [======================================= ] 2499/3951 63% [======================================= ] 2500/3951 63% [======================================= ] 2501/3951 63% [======================================= ] 2502/3951 63% [======================================= ] 2503/3951 63% [======================================= ] 2504/3951 63% [======================================= ] 2505/3951 63% [======================================= ] 2506/3951 63% [======================================= ] 2507/3951 63% [======================================= ] 2508/3951 63% [======================================= ] 2509/3951 63% [======================================= ] 2510/3951 63% [======================================= ] 2511/3951 63% [======================================= ] 2512/3951 63% [======================================= ] 2513/3951 63% [======================================= ] 2514/3951 63% [======================================= ] 2515/3951 63% [======================================= ] 2516/3951 63% [======================================= ] 2517/3951 63% [======================================= ] 2518/3951 63% [======================================= ] 2519/3951 63% [======================================= ] 2520/3951 63% [======================================= ] 2521/3951 63% [======================================= ] 2522/3951 63% [======================================= ] 2523/3951 63% [======================================= ] 2524/3951 63% [======================================= ] 2525/3951 63% [======================================= ] 2526/3951 63% [======================================= ] 2527/3951 63% [======================================= ] 2528/3951 63% [======================================= ] 2529/3951 64% [======================================= ] 2530/3951 64% [======================================= ] 2531/3951 64% [======================================= ] 2532/3951 64% [======================================= ] 2533/3951 64% [======================================= ] 2534/3951 64% [======================================= ] 2535/3951 64% [======================================= ] 2536/3951 64% [======================================= ] 2537/3951 64% [======================================= ] 2538/3951 64% [======================================= ] 2539/3951 64% [======================================= ] 2540/3951 64% [======================================= ] 2541/3951 64% [======================================= ] 2542/3951 64% [======================================= ] 2543/3951 64% [======================================= ] 2544/3951 64% [======================================= ] 2545/3951 64% [======================================= ] 2546/3951 64% [======================================= ] 2547/3951 64% [======================================= ] 2548/3951 64% [======================================= ] 2549/3951 64% [======================================== ] 2550/3951 64% [======================================== ] 2551/3951 64% [======================================== ] 2552/3951 64% [======================================== ] 2553/3951 64% [======================================== ] 2554/3951 64% [======================================== ] 2555/3951 64% [======================================== ] 2556/3951 64% [======================================== ] 2557/3951 64% [======================================== ] 2558/3951 64% [======================================== ] 2559/3951 64% [======================================== ] 2560/3951 64% [======================================== ] 2561/3951 64% [======================================== ] 2562/3951 64% [======================================== ] 2563/3951 64% [======================================== ] 2564/3951 64% [======================================== ] 2565/3951 64% [======================================== ] 2566/3951 64% [======================================== ] 2567/3951 64% [======================================== ] 2568/3951 64% [======================================== ] 2569/3951 65% [======================================== ] 2570/3951 65% [======================================== ] 2571/3951 65% [======================================== ] 2572/3951 65% [======================================== ] 2573/3951 65% [======================================== ] 2574/3951 65% [======================================== ] 2575/3951 65% [======================================== ] 2576/3951 65% [======================================== ] 2577/3951 65% [======================================== ] 2578/3951 65% [======================================== ] 2579/3951 65% [======================================== ] 2580/3951 65% [======================================== ] 2581/3951 65% [======================================== ] 2582/3951 65% [======================================== ] 2583/3951 65% [======================================== ] 2584/3951 65% [======================================== ] 2585/3951 65% [======================================== ] 2586/3951 65% [======================================== ] 2587/3951 65% [======================================== ] 2588/3951 65% [======================================== ] 2589/3951 65% [======================================== ] 2590/3951 65% [======================================== ] 2591/3951 65% [======================================== ] 2592/3951 65% [======================================== ] 2593/3951 65% [======================================== ] 2594/3951 65% [======================================== ] 2595/3951 65% [======================================== ] 2596/3951 65% [======================================== ] 2597/3951 65% [======================================== ] 2598/3951 65% [======================================== ] 2599/3951 65% [======================================== ] 2600/3951 65% [======================================== ] 2601/3951 65% [======================================== ] 2602/3951 65% [======================================== ] 2603/3951 65% [======================================== ] 2604/3951 65% [======================================== ] 2605/3951 65% [======================================== ] 2606/3951 65% [======================================== ] 2607/3951 65% [======================================== ] 2608/3951 66% [======================================== ] 2609/3951 66% [======================================== ] 2610/3951 66% [======================================== ] 2611/3951 66% [======================================== ] 2612/3951 66% [========================================= ] 2613/3951 66% [========================================= ] 2614/3951 66% [========================================= ] 2615/3951 66% [========================================= ] 2616/3951 66% [========================================= ] 2617/3951 66% [========================================= ] 2618/3951 66% [========================================= ] 2619/3951 66% [========================================= ] 2620/3951 66% [========================================= ] 2621/3951 66% [========================================= ] 2622/3951 66% [========================================= ] 2623/3951 66% [========================================= ] 2624/3951 66% [========================================= ] 2625/3951 66% [========================================= ] 2626/3951 66% [========================================= ] 2627/3951 66% [========================================= ] 2628/3951 66% [========================================= ] 2629/3951 66% [========================================= ] 2630/3951 66% [========================================= ] 2631/3951 66% [========================================= ] 2632/3951 66% [========================================= ] 2633/3951 66% [========================================= ] 2634/3951 66% [========================================= ] 2635/3951 66% [========================================= ] 2636/3951 66% [========================================= ] 2637/3951 66% [========================================= ] 2638/3951 66% [========================================= ] 2639/3951 66% [========================================= ] 2640/3951 66% [========================================= ] 2641/3951 66% [========================================= ] 2642/3951 66% [========================================= ] 2643/3951 66% [========================================= ] 2644/3951 66% [========================================= ] 2645/3951 66% [========================================= ] 2646/3951 66% [========================================= ] 2647/3951 66% [========================================= ] 2648/3951 67% [========================================= ] 2649/3951 67% [========================================= ] 2650/3951 67% [========================================= ] 2651/3951 67% [========================================= ] 2652/3951 67% [========================================= ] 2653/3951 67% [========================================= ] 2654/3951 67% [========================================= ] 2655/3951 67% [========================================= ] 2656/3951 67% [========================================= ] 2657/3951 67% [========================================= ] 2658/3951 67% [========================================= ] 2659/3951 67% [========================================= ] 2660/3951 67% [========================================= ] 2661/3951 67% [========================================= ] 2662/3951 67% [========================================= ] 2663/3951 67% [========================================= ] 2664/3951 67% [========================================= ] 2665/3951 67% [========================================= ] 2666/3951 67% [========================================= ] 2667/3951 67% [========================================= ] 2668/3951 67% [========================================= ] 2669/3951 67% [========================================= ] 2670/3951 67% [========================================= ] 2671/3951 67% [========================================= ] 2672/3951 67% [========================================= ] 2673/3951 67% [========================================= ] 2674/3951 67% [========================================= ] 2675/3951 67% [========================================= ] 2676/3951 67% [========================================== ] 2677/3951 67% [========================================== ] 2678/3951 67% [========================================== ] 2679/3951 67% [========================================== ] 2680/3951 67% [========================================== ] 2681/3951 67% [========================================== ] 2682/3951 67% [========================================== ] 2683/3951 67% [========================================== ] 2684/3951 67% [========================================== ] 2685/3951 67% [========================================== ] 2686/3951 67% [========================================== ] 2687/3951 68% [========================================== ] 2688/3951 68% [========================================== ] 2689/3951 68% [========================================== ] 2690/3951 68% [========================================== ] 2691/3951 68% [========================================== ] 2692/3951 68% [========================================== ] 2693/3951 68% [========================================== ] 2694/3951 68% [========================================== ] 2695/3951 68% [========================================== ] 2696/3951 68% [========================================== ] 2697/3951 68% [========================================== ] 2698/3951 68% [========================================== ] 2699/3951 68% [========================================== ] 2700/3951 68% [========================================== ] 2701/3951 68% [========================================== ] 2702/3951 68% [========================================== ] 2703/3951 68% [========================================== ] 2704/3951 68% [========================================== ] 2705/3951 68% [========================================== ] 2706/3951 68% [========================================== ] 2707/3951 68% [========================================== ] 2708/3951 68% [========================================== ] 2709/3951 68% [========================================== ] 2710/3951 68% [========================================== ] 2711/3951 68% [========================================== ] 2712/3951 68% [========================================== ] 2713/3951 68% [========================================== ] 2714/3951 68% [========================================== ] 2715/3951 68% [========================================== ] 2716/3951 68% [========================================== ] 2717/3951 68% [========================================== ] 2718/3951 68% [========================================== ] 2719/3951 68% [========================================== ] 2720/3951 68% [========================================== ] 2721/3951 68% [========================================== ] 2722/3951 68% [========================================== ] 2723/3951 68% [========================================== ] 2724/3951 68% [========================================== ] 2725/3951 68% [========================================== ] 2726/3951 68% [========================================== ] 2727/3951 69% [========================================== ] 2728/3951 69% [========================================== ] 2729/3951 69% [========================================== ] 2730/3951 69% [========================================== ] 2731/3951 69% [========================================== ] 2732/3951 69% [========================================== ] 2733/3951 69% [========================================== ] 2734/3951 69% [========================================== ] 2735/3951 69% [========================================== ] 2736/3951 69% [========================================== ] 2737/3951 69% [========================================== ] 2738/3951 69% [========================================== ] 2739/3951 69% [========================================== ] 2740/3951 69% [=========================================== ] 2741/3951 69% [=========================================== ] 2742/3951 69% [=========================================== ] 2743/3951 69% [=========================================== ] 2744/3951 69% [=========================================== ] 2745/3951 69% [=========================================== ] 2746/3951 69% [=========================================== ] 2747/3951 69% [=========================================== ] 2748/3951 69% [=========================================== ] 2749/3951 69% [=========================================== ] 2750/3951 69% [=========================================== ] 2751/3951 69% [=========================================== ] 2752/3951 69% [=========================================== ] 2753/3951 69% [=========================================== ] 2754/3951 69% [=========================================== ] 2755/3951 69% [=========================================== ] 2756/3951 69% [=========================================== ] 2757/3951 69% [=========================================== ] 2758/3951 69% [=========================================== ] 2759/3951 69% [=========================================== ] 2760/3951 69% [=========================================== ] 2761/3951 69% [=========================================== ] 2762/3951 69% [=========================================== ] 2763/3951 69% [=========================================== ] 2764/3951 69% [=========================================== ] 2765/3951 69% [=========================================== ] 2766/3951 70% [=========================================== ] 2767/3951 70% [=========================================== ] 2768/3951 70% [=========================================== ] 2769/3951 70% [=========================================== ] 2770/3951 70% [=========================================== ] 2771/3951 70% [=========================================== ] 2772/3951 70% [=========================================== ] 2773/3951 70% [=========================================== ] 2774/3951 70% [=========================================== ] 2775/3951 70% [=========================================== ] 2776/3951 70% [=========================================== ] 2777/3951 70% [=========================================== ] 2778/3951 70% [=========================================== ] 2779/3951 70% [=========================================== ] 2780/3951 70% [=========================================== ] 2781/3951 70% [=========================================== ] 2782/3951 70% [=========================================== ] 2783/3951 70% [=========================================== ] 2784/3951 70% [=========================================== ] 2785/3951 70% [=========================================== ] 2786/3951 70% [=========================================== ] 2787/3951 70% [=========================================== ] 2788/3951 70% [=========================================== ] 2789/3951 70% [=========================================== ] 2790/3951 70% [=========================================== ] 2791/3951 70% [=========================================== ] 2792/3951 70% [=========================================== ] 2793/3951 70% [=========================================== ] 2794/3951 70% [=========================================== ] 2795/3951 70% [=========================================== ] 2796/3951 70% [=========================================== ] 2797/3951 70% [=========================================== ] 2798/3951 70% [=========================================== ] 2799/3951 70% [=========================================== ] 2800/3951 70% [=========================================== ] 2801/3951 70% [=========================================== ] 2802/3951 70% [=========================================== ] 2803/3951 70% [============================================ ] 2804/3951 70% [============================================ ] 2805/3951 70% [============================================ ] 2806/3951 71% [============================================ ] 2807/3951 71% [============================================ ] 2808/3951 71% [============================================ ] 2809/3951 71% [============================================ ] 2810/3951 71% [============================================ ] 2811/3951 71% [============================================ ] 2812/3951 71% [============================================ ] 2813/3951 71% [============================================ ] 2814/3951 71% [============================================ ] 2815/3951 71% [============================================ ] 2816/3951 71% [============================================ ] 2817/3951 71% [============================================ ] 2818/3951 71% [============================================ ] 2819/3951 71% [============================================ ] 2820/3951 71% [============================================ ] 2821/3951 71% [============================================ ] 2822/3951 71% [============================================ ] 2823/3951 71% [============================================ ] 2824/3951 71% [============================================ ] 2825/3951 71% [============================================ ] 2826/3951 71% [============================================ ] 2827/3951 71% [============================================ ] 2828/3951 71% [============================================ ] 2829/3951 71% [============================================ ] 2830/3951 71% [============================================ ] 2831/3951 71% [============================================ ] 2832/3951 71% [============================================ ] 2833/3951 71% [============================================ ] 2834/3951 71% [============================================ ] 2835/3951 71% [============================================ ] 2836/3951 71% [============================================ ] 2837/3951 71% [============================================ ] 2838/3951 71% [============================================ ] 2839/3951 71% [============================================ ] 2840/3951 71% [============================================ ] 2841/3951 71% [============================================ ] 2842/3951 71% [============================================ ] 2843/3951 71% [============================================ ] 2844/3951 71% [============================================ ] 2845/3951 72% [============================================ ] 2846/3951 72% [============================================ ] 2847/3951 72% [============================================ ] 2848/3951 72% [============================================ ] 2849/3951 72% [============================================ ] 2850/3951 72% [============================================ ] 2851/3951 72% [============================================ ] 2852/3951 72% [============================================ ] 2853/3951 72% [============================================ ] 2854/3951 72% [============================================ ] 2855/3951 72% [============================================ ] 2856/3951 72% [============================================ ] 2857/3951 72% [============================================ ] 2858/3951 72% [============================================ ] 2859/3951 72% [============================================ ] 2860/3951 72% [============================================ ] 2861/3951 72% [============================================ ] 2862/3951 72% [============================================ ] 2863/3951 72% [============================================ ] 2864/3951 72% [============================================ ] 2865/3951 72% [============================================ ] 2866/3951 72% [============================================ ] 2867/3951 72% [============================================= ] 2868/3951 72% [============================================= ] 2869/3951 72% [============================================= ] 2870/3951 72% [============================================= ] 2871/3951 72% [============================================= ] 2872/3951 72% [============================================= ] 2873/3951 72% [============================================= ] 2874/3951 72% [============================================= ] 2875/3951 72% [============================================= ] 2876/3951 72% [============================================= ] 2877/3951 72% [============================================= ] 2878/3951 72% [============================================= ] 2879/3951 72% [============================================= ] 2880/3951 72% [============================================= ] 2881/3951 72% [============================================= ] 2882/3951 72% [============================================= ] 2883/3951 72% [============================================= ] 2884/3951 72% [============================================= ] 2885/3951 73% [============================================= ] 2886/3951 73% [============================================= ] 2887/3951 73% [============================================= ] 2888/3951 73% [============================================= ] 2889/3951 73% [============================================= ] 2890/3951 73% [============================================= ] 2891/3951 73% [============================================= ] 2892/3951 73% [============================================= ] 2893/3951 73% [============================================= ] 2894/3951 73% [============================================= ] 2895/3951 73% [============================================= ] 2896/3951 73% [============================================= ] 2897/3951 73% [============================================= ] 2898/3951 73% [============================================= ] 2899/3951 73% [============================================= ] 2900/3951 73% [============================================= ] 2901/3951 73% [============================================= ] 2902/3951 73% [============================================= ] 2903/3951 73% [============================================= ] 2904/3951 73% [============================================= ] 2905/3951 73% [============================================= ] 2906/3951 73% [============================================= ] 2907/3951 73% [============================================= ] 2908/3951 73% [============================================= ] 2909/3951 73% [============================================= ] 2910/3951 73% [============================================= ] 2911/3951 73% [============================================= ] 2912/3951 73% [============================================= ] 2913/3951 73% [============================================= ] 2914/3951 73% [============================================= ] 2915/3951 73% [============================================= ] 2916/3951 73% [============================================= ] 2917/3951 73% [============================================= ] 2918/3951 73% [============================================= ] 2919/3951 73% [============================================= ] 2920/3951 73% [============================================= ] 2921/3951 73% [============================================= ] 2922/3951 73% [============================================= ] 2923/3951 73% [============================================= ] 2924/3951 74% [============================================= ] 2925/3951 74% [============================================= ] 2926/3951 74% [============================================= ] 2927/3951 74% [============================================= ] 2928/3951 74% [============================================= ] 2929/3951 74% [============================================= ] 2930/3951 74% [============================================= ] 2931/3951 74% [============================================== ] 2932/3951 74% [============================================== ] 2933/3951 74% [============================================== ] 2934/3951 74% [============================================== ] 2935/3951 74% [============================================== ] 2936/3951 74% [============================================== ] 2937/3951 74% [============================================== ] 2938/3951 74% [============================================== ] 2939/3951 74% [============================================== ] 2940/3951 74% [============================================== ] 2941/3951 74% [============================================== ] 2942/3951 74% [============================================== ] 2943/3951 74% [============================================== ] 2944/3951 74% [============================================== ] 2945/3951 74% [============================================== ] 2946/3951 74% [============================================== ] 2947/3951 74% [============================================== ] 2948/3951 74% [============================================== ] 2949/3951 74% [============================================== ] 2950/3951 74% [============================================== ] 2951/3951 74% [============================================== ] 2952/3951 74% [============================================== ] 2953/3951 74% [============================================== ] 2954/3951 74% [============================================== ] 2955/3951 74% [============================================== ] 2956/3951 74% [============================================== ] 2957/3951 74% [============================================== ] 2958/3951 74% [============================================== ] 2959/3951 74% [============================================== ] 2960/3951 74% [============================================== ] 2961/3951 74% [============================================== ] 2962/3951 74% [============================================== ] 2963/3951 74% [============================================== ] 2964/3951 75% [============================================== ] 2965/3951 75% [============================================== ] 2966/3951 75% [============================================== ] 2967/3951 75% [============================================== ] 2968/3951 75% [============================================== ] 2969/3951 75% [============================================== ] 2970/3951 75% [============================================== ] 2971/3951 75% [============================================== ] 2972/3951 75% [============================================== ] 2973/3951 75% [============================================== ] 2974/3951 75% [============================================== ] 2975/3951 75% [============================================== ] 2976/3951 75% [============================================== ] 2977/3951 75% [============================================== ] 2978/3951 75% [============================================== ] 2979/3951 75% [============================================== ] 2980/3951 75% [============================================== ] 2981/3951 75% [============================================== ] 2982/3951 75% [============================================== ] 2983/3951 75% [============================================== ] 2984/3951 75% [============================================== ] 2985/3951 75% [============================================== ] 2986/3951 75% [============================================== ] 2987/3951 75% [============================================== ] 2988/3951 75% [============================================== ] 2989/3951 75% [============================================== ] 2990/3951 75% [============================================== ] 2991/3951 75% [============================================== ] 2992/3951 75% [============================================== ] 2993/3951 75% [============================================== ] 2994/3951 75% [============================================== ] 2995/3951 75% [=============================================== ] 2996/3951 75% [=============================================== ] 2997/3951 75% [=============================================== ] 2998/3951 75% [=============================================== ] 2999/3951 75% [=============================================== ] 3000/3951 75% [=============================================== ] 3001/3951 75% [=============================================== ] 3002/3951 75% [=============================================== ] 3003/3951 76% [=============================================== ] 3004/3951 76% [=============================================== ] 3005/3951 76% [=============================================== ] 3006/3951 76% [=============================================== ] 3007/3951 76% [=============================================== ] 3008/3951 76% [=============================================== ] 3009/3951 76% [=============================================== ] 3010/3951 76% [=============================================== ] 3011/3951 76% [=============================================== ] 3012/3951 76% [=============================================== ] 3013/3951 76% [=============================================== ] 3014/3951 76% [=============================================== ] 3015/3951 76% [=============================================== ] 3016/3951 76% [=============================================== ] 3017/3951 76% [=============================================== ] 3018/3951 76% [=============================================== ] 3019/3951 76% [=============================================== ] 3020/3951 76% [=============================================== ] 3021/3951 76% [=============================================== ] 3022/3951 76% [=============================================== ] 3023/3951 76% [=============================================== ] 3024/3951 76% [=============================================== ] 3025/3951 76% [=============================================== ] 3026/3951 76% [=============================================== ] 3027/3951 76% [=============================================== ] 3028/3951 76% [=============================================== ] 3029/3951 76% [=============================================== ] 3030/3951 76% [=============================================== ] 3031/3951 76% [=============================================== ] 3032/3951 76% [=============================================== ] 3033/3951 76% [=============================================== ] 3034/3951 76% [=============================================== ] 3035/3951 76% [=============================================== ] 3036/3951 76% [=============================================== ] 3037/3951 76% [=============================================== ] 3038/3951 76% [=============================================== ] 3039/3951 76% [=============================================== ] 3040/3951 76% [=============================================== ] 3041/3951 76% [=============================================== ] 3042/3951 76% [=============================================== ] 3043/3951 77% [=============================================== ] 3044/3951 77% [=============================================== ] 3045/3951 77% [=============================================== ] 3046/3951 77% [=============================================== ] 3047/3951 77% [=============================================== ] 3048/3951 77% [=============================================== ] 3049/3951 77% [=============================================== ] 3050/3951 77% [=============================================== ] 3051/3951 77% [=============================================== ] 3052/3951 77% [=============================================== ] 3053/3951 77% [=============================================== ] 3054/3951 77% [=============================================== ] 3055/3951 77% [=============================================== ] 3056/3951 77% [=============================================== ] 3057/3951 77% [=============================================== ] 3058/3951 77% [================================================ ] 3059/3951 77% [================================================ ] 3060/3951 77% [================================================ ] 3061/3951 77% [================================================ ] 3062/3951 77% [================================================ ] 3063/3951 77% [================================================ ] 3064/3951 77% [================================================ ] 3065/3951 77% [================================================ ] 3066/3951 77% [================================================ ] 3067/3951 77% [================================================ ] 3068/3951 77% [================================================ ] 3069/3951 77% [================================================ ] 3070/3951 77% [================================================ ] 3071/3951 77% [================================================ ] 3072/3951 77% [================================================ ] 3073/3951 77% [================================================ ] 3074/3951 77% [================================================ ] 3075/3951 77% [================================================ ] 3076/3951 77% [================================================ ] 3077/3951 77% [================================================ ] 3078/3951 77% [================================================ ] 3079/3951 77% [================================================ ] 3080/3951 77% [================================================ ] 3081/3951 77% [================================================ ] 3082/3951 78% [================================================ ] 3083/3951 78% [================================================ ] 3084/3951 78% [================================================ ] 3085/3951 78% [================================================ ] 3086/3951 78% [================================================ ] 3087/3951 78% [================================================ ] 3088/3951 78% [================================================ ] 3089/3951 78% [================================================ ] 3090/3951 78% [================================================ ] 3091/3951 78% [================================================ ] 3092/3951 78% [================================================ ] 3093/3951 78% [================================================ ] 3094/3951 78% [================================================ ] 3095/3951 78% [================================================ ] 3096/3951 78% [================================================ ] 3097/3951 78% [================================================ ] 3098/3951 78% [================================================ ] 3099/3951 78% [================================================ ] 3100/3951 78% [================================================ ] 3101/3951 78% [================================================ ] 3102/3951 78% [================================================ ] 3103/3951 78% [================================================ ] 3104/3951 78% [================================================ ] 3105/3951 78% [================================================ ] 3106/3951 78% [================================================ ] 3107/3951 78% [================================================ ] 3108/3951 78% [================================================ ] 3109/3951 78% [================================================ ] 3110/3951 78% [================================================ ] 3111/3951 78% [================================================ ] 3112/3951 78% [================================================ ] 3113/3951 78% [================================================ ] 3114/3951 78% [================================================ ] 3115/3951 78% [================================================ ] 3116/3951 78% [================================================ ] 3117/3951 78% [================================================ ] 3118/3951 78% [================================================ ] 3119/3951 78% [================================================ ] 3120/3951 78% [================================================ ] 3121/3951 78% [================================================ ] 3122/3951 79% [================================================= ] 3123/3951 79% [================================================= ] 3124/3951 79% [================================================= ] 3125/3951 79% [================================================= ] 3126/3951 79% [================================================= ] 3127/3951 79% [================================================= ] 3128/3951 79% [================================================= ] 3129/3951 79% [================================================= ] 3130/3951 79% [================================================= ] 3131/3951 79% [================================================= ] 3132/3951 79% [================================================= ] 3133/3951 79% [================================================= ] 3134/3951 79% [================================================= ] 3135/3951 79% [================================================= ] 3136/3951 79% [================================================= ] 3137/3951 79% [================================================= ] 3138/3951 79% [================================================= ] 3139/3951 79% [================================================= ] 3140/3951 79% [================================================= ] 3141/3951 79% [================================================= ] 3142/3951 79% [================================================= ] 3143/3951 79% [================================================= ] 3144/3951 79% [================================================= ] 3145/3951 79% [================================================= ] 3146/3951 79% [================================================= ] 3147/3951 79% [================================================= ] 3148/3951 79% [================================================= ] 3149/3951 79% [================================================= ] 3150/3951 79% [================================================= ] 3151/3951 79% [================================================= ] 3152/3951 79% [================================================= ] 3153/3951 79% [================================================= ] 3154/3951 79% [================================================= ] 3155/3951 79% [================================================= ] 3156/3951 79% [================================================= ] 3157/3951 79% [================================================= ] 3158/3951 79% [================================================= ] 3159/3951 79% [================================================= ] 3160/3951 79% [================================================= ] 3161/3951 80% [================================================= ] 3162/3951 80% [================================================= ] 3163/3951 80% [================================================= ] 3164/3951 80% [================================================= ] 3165/3951 80% [================================================= ] 3166/3951 80% [================================================= ] 3167/3951 80% [================================================= ] 3168/3951 80% [================================================= ] 3169/3951 80% [================================================= ] 3170/3951 80% [================================================= ] 3171/3951 80% [================================================= ] 3172/3951 80% [================================================= ] 3173/3951 80% [================================================= ] 3174/3951 80% [================================================= ] 3175/3951 80% [================================================= ] 3176/3951 80% [================================================= ] 3177/3951 80% [================================================= ] 3178/3951 80% [================================================= ] 3179/3951 80% [================================================= ] 3180/3951 80% [================================================= ] 3181/3951 80% [================================================= ] 3182/3951 80% [================================================= ] 3183/3951 80% [================================================= ] 3184/3951 80% [================================================= ] 3185/3951 80% [================================================= ] 3186/3951 80% [================================================== ] 3187/3951 80% [================================================== ] 3188/3951 80% [================================================== ] 3189/3951 80% [================================================== ] 3190/3951 80% [================================================== ] 3191/3951 80% [================================================== ] 3192/3951 80% [================================================== ] 3193/3951 80% [================================================== ] 3194/3951 80% [================================================== ] 3195/3951 80% [================================================== ] 3196/3951 80% [================================================== ] 3197/3951 80% [================================================== ] 3198/3951 80% [================================================== ] 3199/3951 80% [================================================== ] 3200/3951 80% [================================================== ] 3201/3951 81% [================================================== ] 3202/3951 81% [================================================== ] 3203/3951 81% [================================================== ] 3204/3951 81% [================================================== ] 3205/3951 81% [================================================== ] 3206/3951 81% [================================================== ] 3207/3951 81% [================================================== ] 3208/3951 81% [================================================== ] 3209/3951 81% [================================================== ] 3210/3951 81% [================================================== ] 3211/3951 81% [================================================== ] 3212/3951 81% [================================================== ] 3213/3951 81% [================================================== ] 3214/3951 81% [================================================== ] 3215/3951 81% [================================================== ] 3216/3951 81% [================================================== ] 3217/3951 81% [================================================== ] 3218/3951 81% [================================================== ] 3219/3951 81% [================================================== ] 3220/3951 81% [================================================== ] 3221/3951 81% [================================================== ] 3222/3951 81% [================================================== ] 3223/3951 81% [================================================== ] 3224/3951 81% [================================================== ] 3225/3951 81% [================================================== ] 3226/3951 81% [================================================== ] 3227/3951 81% [================================================== ] 3228/3951 81% [================================================== ] 3229/3951 81% [================================================== ] 3230/3951 81% [================================================== ] 3231/3951 81% [================================================== ] 3232/3951 81% [================================================== ] 3233/3951 81% [================================================== ] 3234/3951 81% [================================================== ] 3235/3951 81% [================================================== ] 3236/3951 81% [================================================== ] 3237/3951 81% [================================================== ] 3238/3951 81% [================================================== ] 3239/3951 81% [================================================== ] 3240/3951 82% [================================================== ] 3241/3951 82% [================================================== ] 3242/3951 82% [================================================== ] 3243/3951 82% [================================================== ] 3244/3951 82% [================================================== ] 3245/3951 82% [================================================== ] 3246/3951 82% [================================================== ] 3247/3951 82% [================================================== ] 3248/3951 82% [================================================== ] 3249/3951 82% [================================================== ] 3250/3951 82% [=================================================== ] 3251/3951 82% [=================================================== ] 3252/3951 82% [=================================================== ] 3253/3951 82% [=================================================== ] 3254/3951 82% [=================================================== ] 3255/3951 82% [=================================================== ] 3256/3951 82% [=================================================== ] 3257/3951 82% [=================================================== ] 3258/3951 82% [=================================================== ] 3259/3951 82% [=================================================== ] 3260/3951 82% [=================================================== ] 3261/3951 82% [=================================================== ] 3262/3951 82% [=================================================== ] 3263/3951 82% [=================================================== ] 3264/3951 82% [=================================================== ] 3265/3951 82% [=================================================== ] 3266/3951 82% [=================================================== ] 3267/3951 82% [=================================================== ] 3268/3951 82% [=================================================== ] 3269/3951 82% [=================================================== ] 3270/3951 82% [=================================================== ] 3271/3951 82% [=================================================== ] 3272/3951 82% [=================================================== ] 3273/3951 82% [=================================================== ] 3274/3951 82% [=================================================== ] 3275/3951 82% [=================================================== ] 3276/3951 82% [=================================================== ] 3277/3951 82% [=================================================== ] 3278/3951 82% [=================================================== ] 3279/3951 82% [=================================================== ] 3280/3951 83% [=================================================== ] 3281/3951 83% [=================================================== ] 3282/3951 83% [=================================================== ] 3283/3951 83% [=================================================== ] 3284/3951 83% [=================================================== ] 3285/3951 83% [=================================================== ] 3286/3951 83% [=================================================== ] 3287/3951 83% [=================================================== ] 3288/3951 83% [=================================================== ] 3289/3951 83% [=================================================== ] 3290/3951 83% [=================================================== ] 3291/3951 83% [=================================================== ] 3292/3951 83% [=================================================== ] 3293/3951 83% [=================================================== ] 3294/3951 83% [=================================================== ] 3295/3951 83% [=================================================== ] 3296/3951 83% [=================================================== ] 3297/3951 83% [=================================================== ] 3298/3951 83% [=================================================== ] 3299/3951 83% [=================================================== ] 3300/3951 83% [=================================================== ] 3301/3951 83% [=================================================== ] 3302/3951 83% [=================================================== ] 3303/3951 83% [=================================================== ] 3304/3951 83% [=================================================== ] 3305/3951 83% [=================================================== ] 3306/3951 83% [=================================================== ] 3307/3951 83% [=================================================== ] 3308/3951 83% [=================================================== ] 3309/3951 83% [=================================================== ] 3310/3951 83% [=================================================== ] 3311/3951 83% [=================================================== ] 3312/3951 83% [=================================================== ] 3313/3951 83% [==================================================== ] 3314/3951 83% [==================================================== ] 3315/3951 83% [==================================================== ] 3316/3951 83% [==================================================== ] 3317/3951 83% [==================================================== ] 3318/3951 83% [==================================================== ] 3319/3951 84% [==================================================== ] 3320/3951 84% [==================================================== ] 3321/3951 84% [==================================================== ] 3322/3951 84% [==================================================== ] 3323/3951 84% [==================================================== ] 3324/3951 84% [==================================================== ] 3325/3951 84% [==================================================== ] 3326/3951 84% [==================================================== ] 3327/3951 84% [==================================================== ] 3328/3951 84% [==================================================== ] 3329/3951 84% [==================================================== ] 3330/3951 84% [==================================================== ] 3331/3951 84% [==================================================== ] 3332/3951 84% [==================================================== ] 3333/3951 84% [==================================================== ] 3334/3951 84% [==================================================== ] 3335/3951 84% [==================================================== ] 3336/3951 84% [==================================================== ] 3337/3951 84% [==================================================== ] 3338/3951 84% [==================================================== ] 3339/3951 84% [==================================================== ] 3340/3951 84% [==================================================== ] 3341/3951 84% [==================================================== ] 3342/3951 84% [==================================================== ] 3343/3951 84% [==================================================== ] 3344/3951 84% [==================================================== ] 3345/3951 84% [==================================================== ] 3346/3951 84% [==================================================== ] 3347/3951 84% [==================================================== ] 3348/3951 84% [==================================================== ] 3349/3951 84% [==================================================== ] 3350/3951 84% [==================================================== ] 3351/3951 84% [==================================================== ] 3352/3951 84% [==================================================== ] 3353/3951 84% [==================================================== ] 3354/3951 84% [==================================================== ] 3355/3951 84% [==================================================== ] 3356/3951 84% [==================================================== ] 3357/3951 84% [==================================================== ] 3358/3951 84% [==================================================== ] 3359/3951 85% [==================================================== ] 3360/3951 85% [==================================================== ] 3361/3951 85% [==================================================== ] 3362/3951 85% [==================================================== ] 3363/3951 85% [==================================================== ] 3364/3951 85% [==================================================== ] 3365/3951 85% [==================================================== ] 3366/3951 85% [==================================================== ] 3367/3951 85% [==================================================== ] 3368/3951 85% [==================================================== ] 3369/3951 85% [==================================================== ] 3370/3951 85% [==================================================== ] 3371/3951 85% [==================================================== ] 3372/3951 85% [==================================================== ] 3373/3951 85% [==================================================== ] 3374/3951 85% [==================================================== ] 3375/3951 85% [==================================================== ] 3376/3951 85% [==================================================== ] 3377/3951 85% [===================================================== ] 3378/3951 85% [===================================================== ] 3379/3951 85% [===================================================== ] 3380/3951 85% [===================================================== ] 3381/3951 85% [===================================================== ] 3382/3951 85% [===================================================== ] 3383/3951 85% [===================================================== ] 3384/3951 85% [===================================================== ] 3385/3951 85% [===================================================== ] 3386/3951 85% [===================================================== ] 3387/3951 85% [===================================================== ] 3388/3951 85% [===================================================== ] 3389/3951 85% [===================================================== ] 3390/3951 85% [===================================================== ] 3391/3951 85% [===================================================== ] 3392/3951 85% [===================================================== ] 3393/3951 85% [===================================================== ] 3394/3951 85% [===================================================== ] 3395/3951 85% [===================================================== ] 3396/3951 85% [===================================================== ] 3397/3951 85% [===================================================== ] 3398/3951 86% [===================================================== ] 3399/3951 86% [===================================================== ] 3400/3951 86% [===================================================== ] 3401/3951 86% [===================================================== ] 3402/3951 86% [===================================================== ] 3403/3951 86% [===================================================== ] 3404/3951 86% [===================================================== ] 3405/3951 86% [===================================================== ] 3406/3951 86% [===================================================== ] 3407/3951 86% [===================================================== ] 3408/3951 86% [===================================================== ] 3409/3951 86% [===================================================== ] 3410/3951 86% [===================================================== ] 3411/3951 86% [===================================================== ] 3412/3951 86% [===================================================== ] 3413/3951 86% [===================================================== ] 3414/3951 86% [===================================================== ] 3415/3951 86% [===================================================== ] 3416/3951 86% [===================================================== ] 3417/3951 86% [===================================================== ] 3418/3951 86% [===================================================== ] 3419/3951 86% [===================================================== ] 3420/3951 86% [===================================================== ] 3421/3951 86% [===================================================== ] 3422/3951 86% [===================================================== ] 3423/3951 86% [===================================================== ] 3424/3951 86% [===================================================== ] 3425/3951 86% [===================================================== ] 3426/3951 86% [===================================================== ] 3427/3951 86% [===================================================== ] 3428/3951 86% [===================================================== ] 3429/3951 86% [===================================================== ] 3430/3951 86% [===================================================== ] 3431/3951 86% [===================================================== ] 3432/3951 86% [===================================================== ] 3433/3951 86% [===================================================== ] 3434/3951 86% [===================================================== ] 3435/3951 86% [===================================================== ] 3436/3951 86% [===================================================== ] 3437/3951 86% [===================================================== ] 3438/3951 87% [===================================================== ] 3439/3951 87% [===================================================== ] 3440/3951 87% [===================================================== ] 3441/3951 87% [====================================================== ] 3442/3951 87% [====================================================== ] 3443/3951 87% [====================================================== ] 3444/3951 87% [====================================================== ] 3445/3951 87% [====================================================== ] 3446/3951 87% [====================================================== ] 3447/3951 87% [====================================================== ] 3448/3951 87% [====================================================== ] 3449/3951 87% [====================================================== ] 3450/3951 87% [====================================================== ] 3451/3951 87% [====================================================== ] 3452/3951 87% [====================================================== ] 3453/3951 87% [====================================================== ] 3454/3951 87% [====================================================== ] 3455/3951 87% [====================================================== ] 3456/3951 87% [====================================================== ] 3457/3951 87% [====================================================== ] 3458/3951 87% [====================================================== ] 3459/3951 87% [====================================================== ] 3460/3951 87% [====================================================== ] 3461/3951 87% [====================================================== ] 3462/3951 87% [====================================================== ] 3463/3951 87% [====================================================== ] 3464/3951 87% [====================================================== ] 3465/3951 87% [====================================================== ] 3466/3951 87% [====================================================== ] 3467/3951 87% [====================================================== ] 3468/3951 87% [====================================================== ] 3469/3951 87% [====================================================== ] 3470/3951 87% [====================================================== ] 3471/3951 87% [====================================================== ] 3472/3951 87% [====================================================== ] 3473/3951 87% [====================================================== ] 3474/3951 87% [====================================================== ] 3475/3951 87% [====================================================== ] 3476/3951 87% [====================================================== ] 3477/3951 88% [====================================================== ] 3478/3951 88% [====================================================== ] 3479/3951 88% [====================================================== ] 3480/3951 88% [====================================================== ] 3481/3951 88% [====================================================== ] 3482/3951 88% [====================================================== ] 3483/3951 88% [====================================================== ] 3484/3951 88% [====================================================== ] 3485/3951 88% [====================================================== ] 3486/3951 88% [====================================================== ] 3487/3951 88% [====================================================== ] 3488/3951 88% [====================================================== ] 3489/3951 88% [====================================================== ] 3490/3951 88% [====================================================== ] 3491/3951 88% [====================================================== ] 3492/3951 88% [====================================================== ] 3493/3951 88% [====================================================== ] 3494/3951 88% [====================================================== ] 3495/3951 88% [====================================================== ] 3496/3951 88% [====================================================== ] 3497/3951 88% [====================================================== ] 3498/3951 88% [====================================================== ] 3499/3951 88% [====================================================== ] 3500/3951 88% [====================================================== ] 3501/3951 88% [====================================================== ] 3502/3951 88% [====================================================== ] 3503/3951 88% [====================================================== ] 3504/3951 88% [======================================================= ] 3505/3951 88% [======================================================= ] 3506/3951 88% [======================================================= ] 3507/3951 88% [======================================================= ] 3508/3951 88% [======================================================= ] 3509/3951 88% [======================================================= ] 3510/3951 88% [======================================================= ] 3511/3951 88% [======================================================= ] 3512/3951 88% [======================================================= ] 3513/3951 88% [======================================================= ] 3514/3951 88% [======================================================= ] 3515/3951 88% [======================================================= ] 3516/3951 88% [======================================================= ] 3517/3951 89% [======================================================= ] 3518/3951 89% [======================================================= ] 3519/3951 89% [======================================================= ] 3520/3951 89% [======================================================= ] 3521/3951 89% [======================================================= ] 3522/3951 89% [======================================================= ] 3523/3951 89% [======================================================= ] 3524/3951 89% [======================================================= ] 3525/3951 89% [======================================================= ] 3526/3951 89% [======================================================= ] 3527/3951 89% [======================================================= ] 3528/3951 89% [======================================================= ] 3529/3951 89% [======================================================= ] 3530/3951 89% [======================================================= ] 3531/3951 89% [======================================================= ] 3532/3951 89% [======================================================= ] 3533/3951 89% [======================================================= ] 3534/3951 89% [======================================================= ] 3535/3951 89% [======================================================= ] 3536/3951 89% [======================================================= ] 3537/3951 89% [======================================================= ] 3538/3951 89% [======================================================= ] 3539/3951 89% [======================================================= ] 3540/3951 89% [======================================================= ] 3541/3951 89% [======================================================= ] 3542/3951 89% [======================================================= ] 3543/3951 89% [======================================================= ] 3544/3951 89% [======================================================= ] 3545/3951 89% [======================================================= ] 3546/3951 89% [======================================================= ] 3547/3951 89% [======================================================= ] 3548/3951 89% [======================================================= ] 3549/3951 89% [======================================================= ] 3550/3951 89% [======================================================= ] 3551/3951 89% [======================================================= ] 3552/3951 89% [======================================================= ] 3553/3951 89% [======================================================= ] 3554/3951 89% [======================================================= ] 3555/3951 89% [======================================================= ] 3556/3951 90% [======================================================= ] 3557/3951 90% [======================================================= ] 3558/3951 90% [======================================================= ] 3559/3951 90% [======================================================= ] 3560/3951 90% [======================================================= ] 3561/3951 90% [======================================================= ] 3562/3951 90% [======================================================= ] 3563/3951 90% [======================================================= ] 3564/3951 90% [======================================================= ] 3565/3951 90% [======================================================= ] 3566/3951 90% [======================================================= ] 3567/3951 90% [======================================================= ] 3568/3951 90% [======================================================== ] 3569/3951 90% [======================================================== ] 3570/3951 90% [======================================================== ] 3571/3951 90% [======================================================== ] 3572/3951 90% [======================================================== ] 3573/3951 90% [======================================================== ] 3574/3951 90% [======================================================== ] 3575/3951 90% [======================================================== ] 3576/3951 90% [======================================================== ] 3577/3951 90% [======================================================== ] 3578/3951 90% [======================================================== ] 3579/3951 90% [======================================================== ] 3580/3951 90% [======================================================== ] 3581/3951 90% [======================================================== ] 3582/3951 90% [======================================================== ] 3583/3951 90% [======================================================== ] 3584/3951 90% [======================================================== ] 3585/3951 90% [======================================================== ] 3586/3951 90% [======================================================== ] 3587/3951 90% [======================================================== ] 3588/3951 90% [======================================================== ] 3589/3951 90% [======================================================== ] 3590/3951 90% [======================================================== ] 3591/3951 90% [======================================================== ] 3592/3951 90% [======================================================== ] 3593/3951 90% [======================================================== ] 3594/3951 90% [======================================================== ] 3595/3951 90% [======================================================== ] 3596/3951 91% [======================================================== ] 3597/3951 91% [======================================================== ] 3598/3951 91% [======================================================== ] 3599/3951 91% [======================================================== ] 3600/3951 91% [======================================================== ] 3601/3951 91% [======================================================== ] 3602/3951 91% [======================================================== ] 3603/3951 91% [======================================================== ] 3604/3951 91% [======================================================== ] 3605/3951 91% [======================================================== ] 3606/3951 91% [======================================================== ] 3607/3951 91% [======================================================== ] 3608/3951 91% [======================================================== ] 3609/3951 91% [======================================================== ] 3610/3951 91% [======================================================== ] 3611/3951 91% [======================================================== ] 3612/3951 91% [======================================================== ] 3613/3951 91% [======================================================== ] 3614/3951 91% [======================================================== ] 3615/3951 91% [======================================================== ] 3616/3951 91% [======================================================== ] 3617/3951 91% [======================================================== ] 3618/3951 91% [======================================================== ] 3619/3951 91% [======================================================== ] 3620/3951 91% [======================================================== ] 3621/3951 91% [======================================================== ] 3622/3951 91% [======================================================== ] 3623/3951 91% [======================================================== ] 3624/3951 91% [======================================================== ] 3625/3951 91% [======================================================== ] 3626/3951 91% [======================================================== ] 3627/3951 91% [======================================================== ] 3628/3951 91% [======================================================== ] 3629/3951 91% [======================================================== ] 3630/3951 91% [======================================================== ] 3631/3951 91% [======================================================== ] 3632/3951 91% [========================================================= ] 3633/3951 91% [========================================================= ] 3634/3951 91% [========================================================= ] 3635/3951 92% [========================================================= ] 3636/3951 92% [========================================================= ] 3637/3951 92% [========================================================= ] 3638/3951 92% [========================================================= ] 3639/3951 92% [========================================================= ] 3640/3951 92% [========================================================= ] 3641/3951 92% [========================================================= ] 3642/3951 92% [========================================================= ] 3643/3951 92% [========================================================= ] 3644/3951 92% [========================================================= ] 3645/3951 92% [========================================================= ] 3646/3951 92% [========================================================= ] 3647/3951 92% [========================================================= ] 3648/3951 92% [========================================================= ] 3649/3951 92% [========================================================= ] 3650/3951 92% [========================================================= ] 3651/3951 92% [========================================================= ] 3652/3951 92% [========================================================= ] 3653/3951 92% [========================================================= ] 3654/3951 92% [========================================================= ] 3655/3951 92% [========================================================= ] 3656/3951 92% [========================================================= ] 3657/3951 92% [========================================================= ] 3658/3951 92% [========================================================= ] 3659/3951 92% [========================================================= ] 3660/3951 92% [========================================================= ] 3661/3951 92% [========================================================= ] 3662/3951 92% [========================================================= ] 3663/3951 92% [========================================================= ] 3664/3951 92% [========================================================= ] 3665/3951 92% [========================================================= ] 3666/3951 92% [========================================================= ] 3667/3951 92% [========================================================= ] 3668/3951 92% [========================================================= ] 3669/3951 92% [========================================================= ] 3670/3951 92% [========================================================= ] 3671/3951 92% [========================================================= ] 3672/3951 92% [========================================================= ] 3673/3951 92% [========================================================= ] 3674/3951 92% [========================================================= ] 3675/3951 93% [========================================================= ] 3676/3951 93% [========================================================= ] 3677/3951 93% [========================================================= ] 3678/3951 93% [========================================================= ] 3679/3951 93% [========================================================= ] 3680/3951 93% [========================================================= ] 3681/3951 93% [========================================================= ] 3682/3951 93% [========================================================= ] 3683/3951 93% [========================================================= ] 3684/3951 93% [========================================================= ] 3685/3951 93% [========================================================= ] 3686/3951 93% [========================================================= ] 3687/3951 93% [========================================================= ] 3688/3951 93% [========================================================= ] 3689/3951 93% [========================================================= ] 3690/3951 93% [========================================================= ] 3691/3951 93% [========================================================= ] 3692/3951 93% [========================================================= ] 3693/3951 93% [========================================================= ] 3694/3951 93% [========================================================= ] 3695/3951 93% [========================================================= ] 3696/3951 93% [========================================================== ] 3697/3951 93% [========================================================== ] 3698/3951 93% [========================================================== ] 3699/3951 93% [========================================================== ] 3700/3951 93% [========================================================== ] 3701/3951 93% [========================================================== ] 3702/3951 93% [========================================================== ] 3703/3951 93% [========================================================== ] 3704/3951 93% [========================================================== ] 3705/3951 93% [========================================================== ] 3706/3951 93% [========================================================== ] 3707/3951 93% [========================================================== ] 3708/3951 93% [========================================================== ] 3709/3951 93% [========================================================== ] 3710/3951 93% [========================================================== ] 3711/3951 93% [========================================================== ] 3712/3951 93% [========================================================== ] 3713/3951 93% [========================================================== ] 3714/3951 94% [========================================================== ] 3715/3951 94% [========================================================== ] 3716/3951 94% [========================================================== ] 3717/3951 94% [========================================================== ] 3718/3951 94% [========================================================== ] 3719/3951 94% [========================================================== ] 3720/3951 94% [========================================================== ] 3721/3951 94% [========================================================== ] 3722/3951 94% [========================================================== ] 3723/3951 94% [========================================================== ] 3724/3951 94% [========================================================== ] 3725/3951 94% [========================================================== ] 3726/3951 94% [========================================================== ] 3727/3951 94% [========================================================== ] 3728/3951 94% [========================================================== ] 3729/3951 94% [========================================================== ] 3730/3951 94% [========================================================== ] 3731/3951 94% [========================================================== ] 3732/3951 94% [========================================================== ] 3733/3951 94% [========================================================== ] 3734/3951 94% [========================================================== ] 3735/3951 94% [========================================================== ] 3736/3951 94% [========================================================== ] 3737/3951 94% [========================================================== ] 3738/3951 94% [========================================================== ] 3739/3951 94% [========================================================== ] 3740/3951 94% [========================================================== ] 3741/3951 94% [========================================================== ] 3742/3951 94% [========================================================== ] 3743/3951 94% [========================================================== ] 3744/3951 94% [========================================================== ] 3745/3951 94% [========================================================== ] 3746/3951 94% [========================================================== ] 3747/3951 94% [========================================================== ] 3748/3951 94% [========================================================== ] 3749/3951 94% [========================================================== ] 3750/3951 94% [========================================================== ] 3751/3951 94% [========================================================== ] 3752/3951 94% [========================================================== ] 3753/3951 94% [========================================================== ] 3754/3951 95% [========================================================== ] 3755/3951 95% [========================================================== ] 3756/3951 95% [========================================================== ] 3757/3951 95% [========================================================== ] 3758/3951 95% [========================================================== ] 3759/3951 95% [=========================================================== ] 3760/3951 95% [=========================================================== ] 3761/3951 95% [=========================================================== ] 3762/3951 95% [=========================================================== ] 3763/3951 95% [=========================================================== ] 3764/3951 95% [=========================================================== ] 3765/3951 95% [=========================================================== ] 3766/3951 95% [=========================================================== ] 3767/3951 95% [=========================================================== ] 3768/3951 95% [=========================================================== ] 3769/3951 95% [=========================================================== ] 3770/3951 95% [=========================================================== ] 3771/3951 95% [=========================================================== ] 3772/3951 95% [=========================================================== ] 3773/3951 95% [=========================================================== ] 3774/3951 95% [=========================================================== ] 3775/3951 95% [=========================================================== ] 3776/3951 95% [=========================================================== ] 3777/3951 95% [=========================================================== ] 3778/3951 95% [=========================================================== ] 3779/3951 95% [=========================================================== ] 3780/3951 95% [=========================================================== ] 3781/3951 95% [=========================================================== ] 3782/3951 95% [=========================================================== ] 3783/3951 95% [=========================================================== ] 3784/3951 95% [=========================================================== ] 3785/3951 95% [=========================================================== ] 3786/3951 95% [=========================================================== ] 3787/3951 95% [=========================================================== ] 3788/3951 95% [=========================================================== ] 3789/3951 95% [=========================================================== ] 3790/3951 95% [=========================================================== ] 3791/3951 95% [=========================================================== ] 3792/3951 95% [=========================================================== ] 3793/3951 96% [=========================================================== ] 3794/3951 96% [=========================================================== ] 3795/3951 96% [=========================================================== ] 3796/3951 96% [=========================================================== ] 3797/3951 96% [=========================================================== ] 3798/3951 96% [=========================================================== ] 3799/3951 96% [=========================================================== ] 3800/3951 96% [=========================================================== ] 3801/3951 96% [=========================================================== ] 3802/3951 96% [=========================================================== ] 3803/3951 96% [=========================================================== ] 3804/3951 96% [=========================================================== ] 3805/3951 96% [=========================================================== ] 3806/3951 96% [=========================================================== ] 3807/3951 96% [=========================================================== ] 3808/3951 96% [=========================================================== ] 3809/3951 96% [=========================================================== ] 3810/3951 96% [=========================================================== ] 3811/3951 96% [=========================================================== ] 3812/3951 96% [=========================================================== ] 3813/3951 96% [=========================================================== ] 3814/3951 96% [=========================================================== ] 3815/3951 96% [=========================================================== ] 3816/3951 96% [=========================================================== ] 3817/3951 96% [=========================================================== ] 3818/3951 96% [=========================================================== ] 3819/3951 96% [=========================================================== ] 3820/3951 96% [=========================================================== ] 3821/3951 96% [=========================================================== ] 3822/3951 96% [=========================================================== ] 3823/3951 96% [============================================================ ] 3824/3951 96% [============================================================ ] 3825/3951 96% [============================================================ ] 3826/3951 96% [============================================================ ] 3827/3951 96% [============================================================ ] 3828/3951 96% [============================================================ ] 3829/3951 96% [============================================================ ] 3830/3951 96% [============================================================ ] 3831/3951 96% [============================================================ ] 3832/3951 96% [============================================================ ] 3833/3951 97% [============================================================ ] 3834/3951 97% [============================================================ ] 3835/3951 97% [============================================================ ] 3836/3951 97% [============================================================ ] 3837/3951 97% [============================================================ ] 3838/3951 97% [============================================================ ] 3839/3951 97% [============================================================ ] 3840/3951 97% [============================================================ ] 3841/3951 97% [============================================================ ] 3842/3951 97% [============================================================ ] 3843/3951 97% [============================================================ ] 3844/3951 97% [============================================================ ] 3845/3951 97% [============================================================ ] 3846/3951 97% [============================================================ ] 3847/3951 97% [============================================================ ] 3848/3951 97% [============================================================ ] 3849/3951 97% [============================================================ ] 3850/3951 97% [============================================================ ] 3851/3951 97% [============================================================ ] 3852/3951 97% [============================================================ ] 3853/3951 97% [============================================================ ] 3854/3951 97% [============================================================ ] 3855/3951 97% [============================================================ ] 3856/3951 97% [============================================================ ] 3857/3951 97% [============================================================ ] 3858/3951 97% [============================================================ ] 3859/3951 97% [============================================================ ] 3860/3951 97% [============================================================ ] 3861/3951 97% [============================================================ ] 3862/3951 97% [============================================================ ] 3863/3951 97% [============================================================ ] 3864/3951 97% [============================================================ ] 3865/3951 97% [============================================================ ] 3866/3951 97% [============================================================ ] 3867/3951 97% [============================================================ ] 3868/3951 97% [============================================================ ] 3869/3951 97% [============================================================ ] 3870/3951 97% [============================================================ ] 3871/3951 97% [============================================================ ] 3872/3951 98% [============================================================ ] 3873/3951 98% [============================================================ ] 3874/3951 98% [============================================================ ] 3875/3951 98% [============================================================ ] 3876/3951 98% [============================================================ ] 3877/3951 98% [============================================================ ] 3878/3951 98% [============================================================ ] 3879/3951 98% [============================================================ ] 3880/3951 98% [============================================================ ] 3881/3951 98% [============================================================ ] 3882/3951 98% [============================================================ ] 3883/3951 98% [============================================================ ] 3884/3951 98% [============================================================ ] 3885/3951 98% [============================================================ ] 3886/3951 98% [============================================================ ] 3887/3951 98% [============================================================= ] 3888/3951 98% [============================================================= ] 3889/3951 98% [============================================================= ] 3890/3951 98% [============================================================= ] 3891/3951 98% [============================================================= ] 3892/3951 98% [============================================================= ] 3893/3951 98% [============================================================= ] 3894/3951 98% [============================================================= ] 3895/3951 98% [============================================================= ] 3896/3951 98% [============================================================= ] 3897/3951 98% [============================================================= ] 3898/3951 98% [============================================================= ] 3899/3951 98% [============================================================= ] 3900/3951 98% [============================================================= ] 3901/3951 98% [============================================================= ] 3902/3951 98% [============================================================= ] 3903/3951 98% [============================================================= ] 3904/3951 98% [============================================================= ] 3905/3951 98% [============================================================= ] 3906/3951 98% [============================================================= ] 3907/3951 98% [============================================================= ] 3908/3951 98% [============================================================= ] 3909/3951 98% [============================================================= ] 3910/3951 98% [============================================================= ] 3911/3951 98% [============================================================= ] 3912/3951 99% [============================================================= ] 3913/3951 99% [============================================================= ] 3914/3951 99% [============================================================= ] 3915/3951 99% [============================================================= ] 3916/3951 99% [============================================================= ] 3917/3951 99% [============================================================= ] 3918/3951 99% [============================================================= ] 3919/3951 99% [============================================================= ] 3920/3951 99% [============================================================= ] 3921/3951 99% [============================================================= ] 3922/3951 99% [============================================================= ] 3923/3951 99% [============================================================= ] 3924/3951 99% [============================================================= ] 3925/3951 99% [============================================================= ] 3926/3951 99% [============================================================= ] 3927/3951 99% [============================================================= ] 3928/3951 99% [============================================================= ] 3929/3951 99% [============================================================= ] 3930/3951 99% [============================================================= ] 3931/3951 99% [============================================================= ] 3932/3951 99% [============================================================= ] 3933/3951 99% [============================================================= ] 3934/3951 99% [============================================================= ] 3935/3951 99% [============================================================= ] 3936/3951 99% [============================================================= ] 3937/3951 99% [============================================================= ] 3938/3951 99% [============================================================= ] 3939/3951 99% [============================================================= ] 3940/3951 99% [============================================================= ] 3941/3951 99% [============================================================= ] 3942/3951 99% [============================================================= ] 3943/3951 99% [============================================================= ] 3944/3951 99% [============================================================= ] 3945/3951 99% [============================================================= ] 3946/3951 99% [============================================================= ] 3947/3951 99% [============================================================= ] 3948/3951 99% [============================================================= ] 3949/3951 99% [============================================================= ] 3950/3951 99% [==============================================================] 3951/3951 100% operation complete, 3951 objects in 52742 NAND pages. ln -snf /home/autobuild/autobuild/instance-11/output-1/host/nios2-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-11/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-11/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-11/buildroot' >>> Buildroot 2022.05-766-g934788d162 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) BR2_NEEDS_HOST_GCC_PLUGIN_SUPPORT=y >>> host-aespipe 2.4f Collecting legal info >>> host-skeleton Collecting legal info >>> apg 2.3.0b Collecting legal info COPYING: OK (sha256: 5d0c892ea452c3828f1e311637cde4e3a04eb6431554308b3fcdac8c1b330168) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.35-134-gb6aade18a7e5719c942aa2da6cf3157aca993fa4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-gawk 5.1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 5.17.15 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> host-babeltrace2 2.0.4 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) lgpl-2.1.txt: OK (sha256: c68fd1ffc1623ea0dace21abf57305818e4998a4ae0c79010aaaa943eb660b55) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: d919c6347409efde6dea63c6f349fb06bc060a2b721fc3df07b5f720b5f1d60e) >>> 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-elfutils 0.186 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-meson 0.63.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-python-setuptools 63.2.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.5 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> bitstream-vera 1.10 Collecting legal info COPYRIGHT.TXT: OK (sha256: 3361d054759a2fc686a2c058be82deaf9c2e6fe549be9004d7935a6c1736315d) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> pciutils 3.8.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> bwm-ng 0.6.3 Collecting legal info COPYING: OK (sha256: 8556cc15ba3c0a411bf7d94bac5870829fb725f294b450c724c1e0856a601556) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> c-periphery 2.3.1 Collecting legal info LICENSE: OK (sha256: 7121a0a2ba36ed9388be2f1a916f0e3584d8e49cc7888fbcfcf83bab2a8bebef) >>> ca-certificates 20211016 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> chrony 4.2 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> coremark-pro 1.1.2743 Collecting legal info LICENSE.md: OK (sha256: 0d7775bd793ea71fef3594c18164a08ed2f5f66c898958d0644f7a236a536f2b) >>> perl 5.34.1 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 06bab256e2e039c59d2ca3c5853425317b4a0f251fe4e5d5201a987b11fc4f78) >>> host-dfu-util 0.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> dmalloc 5.6.5 Collecting legal info LICENSE.txt: OK (sha256: 8657f6bc5ebb765dd792b2c3c54d5dc37b8b4e6bbe8aa48d464fd92081b1e720) >>> dnsmasq 2.86 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) COPYING-v3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ubus a72457b61df045d3c499a6211362b751710590d7 Collecting legal info ubusd_acl.h: OK (sha256: a3caa6c0e90c87b7c97c2ac3d0c0d416082ef777215faec2e9b24ea6e68f6988) >>> json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> libubox d716ac4bc4236031d4c3cc1ed362b502e20e3787 Collecting legal info >>> dropbear 2022.82 Collecting legal info LICENSE: OK (sha256: a99ce657d790b761c132ee7e0de18edb437ae6361e536d991c6a12f36e770445) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> duktape 2.7.0 Collecting legal info LICENSE.txt: OK (sha256: c6b6659630ca6cb837afe982ecc79511bfca878b56296d628b02eb6f18789c29) >>> ethtool 5.18 Collecting legal info LICENSE: OK (sha256: 5d632934396f90c82dfebe3c9512648bbb6333b406113d0cd331b0e0aa2d34a1) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> execline 2.8.0.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-f2fs-tools 1.14.0 Collecting legal info COPYING: OK (sha256: 662abb3a8a80b36ae7036c289dd1e03b361ee5dd2e6fd5211d0d8d029146449f) >>> fbgrab 1.5 Collecting legal info COPYING: OK (sha256: fa5fc1d1eec39532ea517518eeefd7b6e3c14341a55e5880a0e2a49eee47a5b7) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> fcgiwrap 99c942c90063c73734e56bacaa65f947772d9186 Collecting legal info COPYING: OK (sha256: 1504c301f6d417f2626085337e5c3bb3dc0282265089396ab36bfe1942feef1c) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> fetchmail 6.4.29 Collecting legal info COPYING: OK (sha256: 6d87443b61041067a5eddb2cabf8aebff15b8b40771ad6b5e4754e607ec21b39) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> file 5.41 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: c4fa92d6504b88484a12140fe3e24b9b29b0112717f94b1ff4205d54828b1c70) >>> host-file 5.41 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: c4fa92d6504b88484a12140fe3e24b9b29b0112717f94b1ff4205d54828b1c70) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> fswebcam 20200725 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> jpeg Collecting legal info >>> jpeg-turbo 2.1.3 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> haserl 0.9.36 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> htop 3.2.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ifmetric 0.3 Collecting legal info LICENSE: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) README: OK (sha256: 1e33d5a8750b4b3c2cb4fb89a916463f3c838f8eb361abbf72faf244c7dde771) >>> initscripts Collecting legal info >>> janet 1.23.0 Collecting legal info LICENSE: OK (sha256: e2d2ae8360d95386af751ac7d1a3da36ea8ceb230e5f0eba7eb762547b1c58c9) >>> lbreakout2 2.6.5 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libassuan 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.45 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libbacktrace 9b7f216e867916594d81e8b6118f092ac3fcf704 Collecting legal info LICENSE: OK (sha256: ef8a9b3247488f8901ca60de9b17b745d7bd67e5ec1e622f80d62364572200d8) >>> libebur128 1.2.6 Collecting legal info COPYING: OK (sha256: d6b4754bb67bdd08b97d5d11b2d7434997a371585a78fe77007149df3af8d09c) >>> liberation 2.1.5 Collecting legal info LICENSE: OK (sha256: 93fed46019c38bbe566b479d22148e2e8a1e85ada614accb0211c37b2c61c19b) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libidn2 2.3.2 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> libminiupnpc 2.2.3 Collecting legal info LICENSE: OK (sha256: 90bb92bf524970569296022fea562c85a4ec4d99a16f3aef2144d13d7087b631) >>> libmspack 0.10.1alpha Collecting legal info COPYING.LIB: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnids 1.26 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libsilk 4268a02240c35c6055b0f237c46b09b2dcf79e45 Collecting legal info COPYING: OK (sha256: 62a5963f034024665641f4a9888b208f1e39aa7e29e87c9634fdcf07d3073baf) >>> libsocketcan 0.0.12 Collecting legal info LICENSE: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libsvg 0.1.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libsysfs 2.1.1 Collecting legal info cmd/GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lib/LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtalloc 2.3.4 Collecting legal info talloc.h: OK (sha256: f8340c449dd64a55c6605b02fcad2aec6f473612ac6026739a22995380a8043c) >>> lilv 0.24.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> lv2 1.18.2 Collecting legal info COPYING: OK (sha256: 0b0b07d852e3ce7fa04986e141f73001bd7f260683968f0a19e02dbcc4131aa6) >>> serd 0.30.10 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> sord 0.16.8 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> sratom 0.6.8 Collecting legal info COPYING: OK (sha256: 3fc429d6b944fa20306357196a28bb4dd7c25e2d67edebec771f44de5bd7f9e8) >>> lockdev 1.0.3 Collecting legal info LICENSE: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> macchanger 1.7.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> minissdpd 1.5.20211105 Collecting legal info LICENSE: OK (sha256: 45950e1d443106906f83a4ec7b9c2e1a9d6457130737a493cff0e5b7a39da570) >>> mksh 59c Collecting legal info mksh.1: OK (sha256: abf44a61ec777c98f8ae7e08e4fe25fe258e0c470215e2eeb22816f6bae72c80) >>> mpdecimal 2.5.1 Collecting legal info LICENSE.txt: OK (sha256: b07528d8b1dbf1e2d2741052996f0876e23342ce2d30d0effa39c5457716c25a) >>> mpg123 1.25.15 Collecting legal info COPYING: OK (sha256: f40e0dd86b27b52e429b693a87b3ca63ae0a98a4d142e77207aa6bdf1db7a295) >>> neon 0.32.2 Collecting legal info src/COPYING.LIB: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) test/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) README.md: OK (sha256: ce2421ee38d6c0e02c85ac076478a0f92da6ef92b92b7a174877cabf01b2e531) >>> nghttp2 1.41.0 Collecting legal info COPYING: OK (sha256: 6b94f3abc1aabd0c72a7c7d92a77f79dda7c8a0cb3df839a97890b4116a2de2a) >>> ngircd 26.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> obsidian-cursors 1.0 Collecting legal info >>> host-odb 2.4.0 Collecting legal info LICENSE: OK (sha256: 7983b82cb1f1686ac2b55420ded9c0f348f93dd17bf3e048ae3b25c1da51b80e) >>> host-libcutl 1.10.0 Collecting legal info LICENSE: OK (sha256: c7aa98c5af3b67174f16b12a1fed4332a51cd524b82c69e85baa4c2c412da239) >>> host-libodb 2.4.0 Collecting legal info LICENSE: OK (sha256: 841105a470fc283851c63941510ffd403c726d1910b688f7df95914ab8b1b5a3) >>> openjpeg 2.5.0 Collecting legal info LICENSE: OK (sha256: a6af136f3e15038a666b61f376612a07d9a4e48cb7c01adbf3e33b3f14ab49b6) >>> openresolv 3.12.0 Collecting legal info LICENSE: OK (sha256: 384740bf5e19e7628d20f4dcc22925062fdc6020e9a6f074e567d4d797be57a0) >>> host-opkg-utils 0.4.5 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-diffutils 3.8 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-pahole 73383b3a39afe86b22e098773e47b8546c48a649 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-libbpf 0.8.0 Collecting legal info LICENSE: OK (sha256: 847f4addbd56e2d5be20c4ea0845e972672fc07b755fadaae5f7abd35d71e349) LICENSE.BSD-2-Clause: OK (sha256: e1638b9a0c68ca90fad3df1d6b4e430804d2fbdc15e58d02cffddfae38953bbf) LICENSE.LGPL-2.1: OK (sha256: 0b9a4febcdee6de55872501d5c1a8f5d8b0d1650cd4d5351995ceb22e889f8ca) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> perl-devel-size 0.83 Collecting legal info README: OK (sha256: fca4ebe3a1f329aa33a4d259c0a5b136a15a40b987c60c2dd6f1007bb01a1513) >>> host-perl 5.34.1 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 06bab256e2e039c59d2ca3c5853425317b4a0f251fe4e5d5201a987b11fc4f78) >>> perl-devel-stacktrace-ashtml 0.15 Collecting legal info LICENSE: OK (sha256: ffecf60c52b85d56c928f5eac889b5044243c3907b810ef640c9f02fbce567ac) >>> perl-devel-stacktrace 2.04 Collecting legal info LICENSE: OK (sha256: dbd3162d261db5b40cac4d85afba619ec6a196398003c57b85c2333e7ef4c393) >>> perl-gdtextutil 0.86 Collecting legal info Dustismo.LICENSE: OK (sha256: 710484e3a1196664bbe8a5ad5d53c528e01226eb20e2885a4e1131eb6c6565cd) README: OK (sha256: 93ca7dd7f372c79e8ec1f849f2a418a67d195e4027c1b3e3dd8444fb30f3e97c) >>> perl-http-date 6.05 Collecting legal info LICENSE: OK (sha256: 305b71c4d2fd6380585689c5f1c620737a36a318ce0f9c772badce0fe293a44e) >>> perl-io-interface 1.09 Collecting legal info LICENSE: OK (sha256: b5a5bf59bd1be13f7f498e5aa2ea5c0c603c04a095dcf03a06aa5b83bbccf921) >>> host-perl-module-build 0.4231 Collecting legal info LICENSE: OK (sha256: f35ac2cc6b808a38c42c2d230b875217b0a24bb51e5a497ebb630cbb3d806c3e) >>> perl-io-socket-multicast 1.12 Collecting legal info README: OK (sha256: ea33bda0e2ec6734e29895a37cd1fc005d86f2abbe7e9943e0213ae64844a697) >>> perl-module-runtime 0.016 Collecting legal info README: OK (sha256: ad1761020436687e8493208336ef53e84589fdba212da59b05b8111cca75ddc1) >>> perl-parse-yapp 1.21 Collecting legal info lib/Parse/Yapp.pm: OK (sha256: a5d97e3ee50ba12b7897841a117790f723795e4a61e5ad1668dc064956c84e96) >>> perl-timedate 2.33 Collecting legal info README: OK (sha256: e72e67533eb3ddd705ae718898945e2f3bf3702e91e85bb67824575706bd5bf9) >>> perl-uri 5.10 Collecting legal info LICENSE: OK (sha256: d4f0b7a8771dcb1eee79a38c2e466eb997e23565a6687dd1900a2027eabe12a0) >>> pinentry 1.1.1 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> proftpd 1.3.6e Collecting legal info COPYING: OK (sha256: 391a473d755c29b5326fb726326ff3c37e42512f53a8f5789fc310232150bf80) >>> pv 1.6.20 Collecting legal info doc/COPYING: OK (sha256: 280e182171df3e9bb4a9b407326e88521151fcb8f4f8557255f26177d5900ccf) >>> ramsmp 3.5.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> s6-linux-init 1.0.6.3 Collecting legal info COPYING: OK (sha256: 4a5e44a69d649f0c37b29d7f6e5df1bb292b09898247be07f0c97814dac4b15d) >>> s6 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> s6-linux-utils 2.5.1.5 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> s6-portable-utils 2.2.3.2 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> safeclib 3.7.1 Collecting legal info COPYING: OK (sha256: c33e77efd5781e3d59a2bb648c82d2a615035ef0d24cf58880380e3af906510b) >>> sdl2 2.0.22 Collecting legal info LICENSE.txt: OK (sha256: fcb07e07ac6bc8b2fcf047b50431ef4ebe5b619d7ca7c82212018309a9067426) >>> host-sloci-image 0.1.2 Collecting legal info LICENSE: OK (sha256: 4c86c21e003875b85b4b9299156f8cec72c8e8e1abf5aa1f2d3c4dc665a3bea0) >>> spice-protocol 0.14.4 Collecting legal info COPYING: OK (sha256: eb55ea746be694c449224c7ddce6340648b075fd377281712a19094e7fb7ef92) >>> sslh 1.22c Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> tpm2-tss 3.1.0 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> tunctl 1.5 Collecting legal info tunctl.c: OK (sha256: bcd12b6749dbd86c051cc2ef9e838096741602d4db213cc866b1da6cfeda5f16) >>> uhttpd 15346de8d3ba422002496526ee24c62a3601ab8c Collecting legal info uhttpd.h: OK (sha256: ce1803f83f776cc88661e303fede0e5ff52faf1d9f74508fadbecf7705b4c84d) >>> unbound 1.16.0 Collecting legal info LICENSE: OK (sha256: 8eb9a16cbfb8703090bbfa3a2028fd46bb351509a2f90dc1001e51fbe6fd45db) >>> host-utp_com dee512ced1e9367d223d22f10797fbf9aeacfab6 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> host-sg3_utils 1.47 Collecting legal info COPYING: OK (sha256: d212debdb0a5d7754c977f6dc53bb6c88b4ace7ab784ddbccd06bb970adb1a37) BSD_LICENSE: OK (sha256: 8ddd1d82f2be2f5cbd5b5c3b5c2ee94a90d2ca7112958448da74dd78384fd96a) >>> vsftpd 3.0.5 Collecting legal info COPYING: OK (sha256: c9cf119e2f9dbcf187fb805ba5aded105db26a693803636fb7228c98460ffbf2) >>> 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.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: aespipe-2.4f: cannot save license (HOST_AESPIPE_LICENSE_FILES not defined) WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: libubox-d716ac4bc4236031d4c3cc1ed362b502e20e3787: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: obsidian-cursors-1.0: cannot save license (OBSIDIAN_CURSORS_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-11/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-11/buildroot'