/home/autobuild/autobuild/instance-8/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-8/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-8/output-1/target/usr/doc find /home/autobuild/autobuild/instance-8/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-8/output-1/target/lib/ /home/autobuild/autobuild/instance-8/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-8/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/man /home/autobuild/autobuild/instance-8/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/info /home/autobuild/autobuild/instance-8/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/doc /home/autobuild/autobuild/instance-8/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-8/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-8/output-1/target/lib/debug /home/autobuild/autobuild/instance-8/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-8/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-8/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-8/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-8/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-8/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.05-400-g5645990b88"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.08-git\"" \ ) > /home/autobuild/autobuild/instance-8/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-8/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-8/output-1/per-package /home/autobuild/autobuild/instance-8/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-8/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-8/output-1/images rm -rf /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-8/output-1/target/ /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-8/output-1/host/bin:/home/autobuild/autobuild/instance-8/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-8/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-8/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-8/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-8/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-8/output-1/host/bin:/home/autobuild/autobuild/instance-8/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-8/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-8/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-8/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 4348 objects. stage 2: creating image '/home/autobuild/autobuild/instance-8/output-1/images/rootfs.yaffs2' [ ] 1/4348 0% [ ] 2/4348 0% [ ] 3/4348 0% [ ] 4/4348 0% [ ] 5/4348 0% [ ] 6/4348 0% [ ] 7/4348 0% [ ] 8/4348 0% [ ] 9/4348 0% [ ] 10/4348 0% [ ] 11/4348 0% [ ] 12/4348 0% [ ] 13/4348 0% [ ] 14/4348 0% [ ] 15/4348 0% [ ] 16/4348 0% [ ] 17/4348 0% [ ] 18/4348 0% [ ] 19/4348 0% [ ] 20/4348 0% [ ] 21/4348 0% [ ] 22/4348 0% [ ] 23/4348 0% [ ] 24/4348 0% [ ] 25/4348 0% [ ] 26/4348 0% [ ] 27/4348 0% [ ] 28/4348 0% [ ] 29/4348 0% [ ] 30/4348 0% [ ] 31/4348 0% [ ] 32/4348 0% [ ] 33/4348 0% [ ] 34/4348 0% [ ] 35/4348 0% [ ] 36/4348 0% [ ] 37/4348 0% [ ] 38/4348 0% [ ] 39/4348 0% [ ] 40/4348 0% [ ] 41/4348 0% [ ] 42/4348 0% [ ] 43/4348 0% [ ] 44/4348 1% [ ] 45/4348 1% [ ] 46/4348 1% [ ] 47/4348 1% [ ] 48/4348 1% [ ] 49/4348 1% [ ] 50/4348 1% [ ] 51/4348 1% [ ] 52/4348 1% [ ] 53/4348 1% [ ] 54/4348 1% [ ] 55/4348 1% [ ] 56/4348 1% [ ] 57/4348 1% [ ] 58/4348 1% [ ] 59/4348 1% [ ] 60/4348 1% [ ] 61/4348 1% [ ] 62/4348 1% [ ] 63/4348 1% [ ] 64/4348 1% [ ] 65/4348 1% [ ] 66/4348 1% [ ] 67/4348 1% [ ] 68/4348 1% [ ] 69/4348 1% [ ] 70/4348 1% [= ] 71/4348 1% [= ] 72/4348 1% [= ] 73/4348 1% [= ] 74/4348 1% [= ] 75/4348 1% [= ] 76/4348 1% [= ] 77/4348 1% [= ] 78/4348 1% [= ] 79/4348 1% [= ] 80/4348 1% [= ] 81/4348 1% [= ] 82/4348 1% [= ] 83/4348 1% [= ] 84/4348 1% [= ] 85/4348 1% [= ] 86/4348 1% [= ] 87/4348 2% [= ] 88/4348 2% [= ] 89/4348 2% [= ] 90/4348 2% [= ] 91/4348 2% [= ] 92/4348 2% [= ] 93/4348 2% [= ] 94/4348 2% [= ] 95/4348 2% [= ] 96/4348 2% [= ] 97/4348 2% [= ] 98/4348 2% [= ] 99/4348 2% [= ] 100/4348 2% [= ] 101/4348 2% [= ] 102/4348 2% [= ] 103/4348 2% [= ] 104/4348 2% [= ] 105/4348 2% [= ] 106/4348 2% [= ] 107/4348 2% [= ] 108/4348 2% [= ] 109/4348 2% [= ] 110/4348 2% [= ] 111/4348 2% [= ] 112/4348 2% [= ] 113/4348 2% [= ] 114/4348 2% [= ] 115/4348 2% [= ] 116/4348 2% [= ] 117/4348 2% [= ] 118/4348 2% [= ] 119/4348 2% [= ] 120/4348 2% [= ] 121/4348 2% [= ] 122/4348 2% [= ] 123/4348 2% [= ] 124/4348 2% [= ] 125/4348 2% [= ] 126/4348 2% [= ] 127/4348 2% [= ] 128/4348 2% [= ] 129/4348 2% [= ] 130/4348 2% [= ] 131/4348 3% [= ] 132/4348 3% [= ] 133/4348 3% [= ] 134/4348 3% [= ] 135/4348 3% [= ] 136/4348 3% [= ] 137/4348 3% [= ] 138/4348 3% [= ] 139/4348 3% [= ] 140/4348 3% [== ] 141/4348 3% [== ] 142/4348 3% [== ] 143/4348 3% [== ] 144/4348 3% [== ] 145/4348 3% [== ] 146/4348 3% [== ] 147/4348 3% [== ] 148/4348 3% [== ] 149/4348 3% [== ] 150/4348 3% [== ] 151/4348 3% [== ] 152/4348 3% [== ] 153/4348 3% [== ] 154/4348 3% [== ] 155/4348 3% [== ] 156/4348 3% [== ] 157/4348 3% [== ] 158/4348 3% [== ] 159/4348 3% [== ] 160/4348 3% [== ] 161/4348 3% [== ] 162/4348 3% [== ] 163/4348 3% [== ] 164/4348 3% [== ] 165/4348 3% [== ] 166/4348 3% [== ] 167/4348 3% [== ] 168/4348 3% [== ] 169/4348 3% [== ] 170/4348 3% [== ] 171/4348 3% [== ] 172/4348 3% [== ] 173/4348 3% [== ] 174/4348 4% [== ] 175/4348 4% [== ] 176/4348 4% [== ] 177/4348 4% [== ] 178/4348 4% [== ] 179/4348 4% [== ] 180/4348 4% [== ] 181/4348 4% [== ] 182/4348 4% [== ] 183/4348 4% [== ] 184/4348 4% [== ] 185/4348 4% [== ] 186/4348 4% [== ] 187/4348 4% [== ] 188/4348 4% [== ] 189/4348 4% [== ] 190/4348 4% [== ] 191/4348 4% [== ] 192/4348 4% [== ] 193/4348 4% [== ] 194/4348 4% [== ] 195/4348 4% [== ] 196/4348 4% [== ] 197/4348 4% [== ] 198/4348 4% [== ] 199/4348 4% [== ] 200/4348 4% [== ] 201/4348 4% [== ] 202/4348 4% [== ] 203/4348 4% [== ] 204/4348 4% [== ] 205/4348 4% [== ] 206/4348 4% [== ] 207/4348 4% [== ] 208/4348 4% [== ] 209/4348 4% [== ] 210/4348 4% [=== ] 211/4348 4% [=== ] 212/4348 4% [=== ] 213/4348 4% [=== ] 214/4348 4% [=== ] 215/4348 4% [=== ] 216/4348 4% [=== ] 217/4348 4% [=== ] 218/4348 5% [=== ] 219/4348 5% [=== ] 220/4348 5% [=== ] 221/4348 5% [=== ] 222/4348 5% [=== ] 223/4348 5% [=== ] 224/4348 5% [=== ] 225/4348 5% [=== ] 226/4348 5% [=== ] 227/4348 5% [=== ] 228/4348 5% [=== ] 229/4348 5% [=== ] 230/4348 5% [=== ] 231/4348 5% [=== ] 232/4348 5% [=== ] 233/4348 5% [=== ] 234/4348 5% [=== ] 235/4348 5% [=== ] 236/4348 5% [=== ] 237/4348 5% [=== ] 238/4348 5% [=== ] 239/4348 5% [=== ] 240/4348 5% [=== ] 241/4348 5% [=== ] 242/4348 5% [=== ] 243/4348 5% [=== ] 244/4348 5% [=== ] 245/4348 5% [=== ] 246/4348 5% [=== ] 247/4348 5% [=== ] 248/4348 5% [=== ] 249/4348 5% [=== ] 250/4348 5% [=== ] 251/4348 5% [=== ] 252/4348 5% [=== ] 253/4348 5% [=== ] 254/4348 5% [=== ] 255/4348 5% [=== ] 256/4348 5% [=== ] 257/4348 5% [=== ] 258/4348 5% [=== ] 259/4348 5% [=== ] 260/4348 5% [=== ] 261/4348 6% [=== ] 262/4348 6% [=== ] 263/4348 6% [=== ] 264/4348 6% [=== ] 265/4348 6% [=== ] 266/4348 6% [=== ] 267/4348 6% [=== ] 268/4348 6% [=== ] 269/4348 6% [=== ] 270/4348 6% [=== ] 271/4348 6% [=== ] 272/4348 6% [=== ] 273/4348 6% [=== ] 274/4348 6% [=== ] 275/4348 6% [=== ] 276/4348 6% [=== ] 277/4348 6% [=== ] 278/4348 6% [=== ] 279/4348 6% [=== ] 280/4348 6% [==== ] 281/4348 6% [==== ] 282/4348 6% [==== ] 283/4348 6% [==== ] 284/4348 6% [==== ] 285/4348 6% [==== ] 286/4348 6% [==== ] 287/4348 6% [==== ] 288/4348 6% [==== ] 289/4348 6% [==== ] 290/4348 6% [==== ] 291/4348 6% [==== ] 292/4348 6% [==== ] 293/4348 6% [==== ] 294/4348 6% [==== ] 295/4348 6% [==== ] 296/4348 6% [==== ] 297/4348 6% [==== ] 298/4348 6% [==== ] 299/4348 6% [==== ] 300/4348 6% [==== ] 301/4348 6% [==== ] 302/4348 6% [==== ] 303/4348 6% [==== ] 304/4348 6% [==== ] 305/4348 7% [==== ] 306/4348 7% [==== ] 307/4348 7% [==== ] 308/4348 7% [==== ] 309/4348 7% [==== ] 310/4348 7% [==== ] 311/4348 7% [==== ] 312/4348 7% [==== ] 313/4348 7% [==== ] 314/4348 7% [==== ] 315/4348 7% [==== ] 316/4348 7% [==== ] 317/4348 7% [==== ] 318/4348 7% [==== ] 319/4348 7% [==== ] 320/4348 7% [==== ] 321/4348 7% [==== ] 322/4348 7% [==== ] 323/4348 7% [==== ] 324/4348 7% [==== ] 325/4348 7% [==== ] 326/4348 7% [==== ] 327/4348 7% [==== ] 328/4348 7% [==== ] 329/4348 7% [==== ] 330/4348 7% [==== ] 331/4348 7% [==== ] 332/4348 7% [==== ] 333/4348 7% [==== ] 334/4348 7% [==== ] 335/4348 7% [==== ] 336/4348 7% [==== ] 337/4348 7% [==== ] 338/4348 7% [==== ] 339/4348 7% [==== ] 340/4348 7% [==== ] 341/4348 7% [==== ] 342/4348 7% [==== ] 343/4348 7% [==== ] 344/4348 7% [==== ] 345/4348 7% [==== ] 346/4348 7% [==== ] 347/4348 7% [==== ] 348/4348 8% [==== ] 349/4348 8% [==== ] 350/4348 8% [===== ] 351/4348 8% [===== ] 352/4348 8% [===== ] 353/4348 8% [===== ] 354/4348 8% [===== ] 355/4348 8% [===== ] 356/4348 8% [===== ] 357/4348 8% [===== ] 358/4348 8% [===== ] 359/4348 8% [===== ] 360/4348 8% [===== ] 361/4348 8% [===== ] 362/4348 8% [===== ] 363/4348 8% [===== ] 364/4348 8% [===== ] 365/4348 8% [===== ] 366/4348 8% [===== ] 367/4348 8% [===== ] 368/4348 8% [===== ] 369/4348 8% [===== ] 370/4348 8% [===== ] 371/4348 8% [===== ] 372/4348 8% [===== ] 373/4348 8% [===== ] 374/4348 8% [===== ] 375/4348 8% [===== ] 376/4348 8% [===== ] 377/4348 8% [===== ] 378/4348 8% [===== ] 379/4348 8% [===== ] 380/4348 8% [===== ] 381/4348 8% [===== ] 382/4348 8% [===== ] 383/4348 8% [===== ] 384/4348 8% [===== ] 385/4348 8% [===== ] 386/4348 8% [===== ] 387/4348 8% [===== ] 388/4348 8% [===== ] 389/4348 8% [===== ] 390/4348 8% [===== ] 391/4348 8% [===== ] 392/4348 9% [===== ] 393/4348 9% [===== ] 394/4348 9% [===== ] 395/4348 9% [===== ] 396/4348 9% [===== ] 397/4348 9% [===== ] 398/4348 9% [===== ] 399/4348 9% [===== ] 400/4348 9% [===== ] 401/4348 9% [===== ] 402/4348 9% [===== ] 403/4348 9% [===== ] 404/4348 9% [===== ] 405/4348 9% [===== ] 406/4348 9% [===== ] 407/4348 9% [===== ] 408/4348 9% [===== ] 409/4348 9% [===== ] 410/4348 9% [===== ] 411/4348 9% [===== ] 412/4348 9% [===== ] 413/4348 9% [===== ] 414/4348 9% [===== ] 415/4348 9% [===== ] 416/4348 9% [===== ] 417/4348 9% [===== ] 418/4348 9% [===== ] 419/4348 9% [===== ] 420/4348 9% [====== ] 421/4348 9% [====== ] 422/4348 9% [====== ] 423/4348 9% [====== ] 424/4348 9% [====== ] 425/4348 9% [====== ] 426/4348 9% [====== ] 427/4348 9% [====== ] 428/4348 9% [====== ] 429/4348 9% [====== ] 430/4348 9% [====== ] 431/4348 9% [====== ] 432/4348 9% [====== ] 433/4348 9% [====== ] 434/4348 9% [====== ] 435/4348 10% [====== ] 436/4348 10% [====== ] 437/4348 10% [====== ] 438/4348 10% [====== ] 439/4348 10% [====== ] 440/4348 10% [====== ] 441/4348 10% [====== ] 442/4348 10% [====== ] 443/4348 10% [====== ] 444/4348 10% [====== ] 445/4348 10% [====== ] 446/4348 10% [====== ] 447/4348 10% [====== ] 448/4348 10% [====== ] 449/4348 10% [====== ] 450/4348 10% [====== ] 451/4348 10% [====== ] 452/4348 10% [====== ] 453/4348 10% [====== ] 454/4348 10% [====== ] 455/4348 10% [====== ] 456/4348 10% [====== ] 457/4348 10% [====== ] 458/4348 10% [====== ] 459/4348 10% [====== ] 460/4348 10% [====== ] 461/4348 10% [====== ] 462/4348 10% [====== ] 463/4348 10% [====== ] 464/4348 10% [====== ] 465/4348 10% [====== ] 466/4348 10% [====== ] 467/4348 10% [====== ] 468/4348 10% [====== ] 469/4348 10% [====== ] 470/4348 10% [====== ] 471/4348 10% [====== ] 472/4348 10% [====== ] 473/4348 10% [====== ] 474/4348 10% [====== ] 475/4348 10% [====== ] 476/4348 10% [====== ] 477/4348 10% [====== ] 478/4348 10% [====== ] 479/4348 11% [====== ] 480/4348 11% [====== ] 481/4348 11% [====== ] 482/4348 11% [====== ] 483/4348 11% [====== ] 484/4348 11% [====== ] 485/4348 11% [====== ] 486/4348 11% [====== ] 487/4348 11% [====== ] 488/4348 11% [====== ] 489/4348 11% [====== ] 490/4348 11% [======= ] 491/4348 11% [======= ] 492/4348 11% [======= ] 493/4348 11% [======= ] 494/4348 11% [======= ] 495/4348 11% [======= ] 496/4348 11% [======= ] 497/4348 11% [======= ] 498/4348 11% [======= ] 499/4348 11% [======= ] 500/4348 11% [======= ] 501/4348 11% [======= ] 502/4348 11% [======= ] 503/4348 11% [======= ] 504/4348 11% [======= ] 505/4348 11% [======= ] 506/4348 11% [======= ] 507/4348 11% [======= ] 508/4348 11% [======= ] 509/4348 11% [======= ] 510/4348 11% [======= ] 511/4348 11% [======= ] 512/4348 11% [======= ] 513/4348 11% [======= ] 514/4348 11% [======= ] 515/4348 11% [======= ] 516/4348 11% [======= ] 517/4348 11% [======= ] 518/4348 11% [======= ] 519/4348 11% [======= ] 520/4348 11% [======= ] 521/4348 11% [======= ] 522/4348 12% [======= ] 523/4348 12% [======= ] 524/4348 12% [======= ] 525/4348 12% [======= ] 526/4348 12% [======= ] 527/4348 12% [======= ] 528/4348 12% [======= ] 529/4348 12% [======= ] 530/4348 12% [======= ] 531/4348 12% [======= ] 532/4348 12% [======= ] 533/4348 12% [======= ] 534/4348 12% [======= ] 535/4348 12% [======= ] 536/4348 12% [======= ] 537/4348 12% [======= ] 538/4348 12% [======= ] 539/4348 12% [======= ] 540/4348 12% [======= ] 541/4348 12% [======= ] 542/4348 12% [======= ] 543/4348 12% [======= ] 544/4348 12% [======= ] 545/4348 12% [======= ] 546/4348 12% [======= ] 547/4348 12% [======= ] 548/4348 12% [======= ] 549/4348 12% [======= ] 550/4348 12% [======= ] 551/4348 12% [======= ] 552/4348 12% [======= ] 553/4348 12% [======= ] 554/4348 12% [======= ] 555/4348 12% [======= ] 556/4348 12% [======= ] 557/4348 12% [======= ] 558/4348 12% [======= ] 559/4348 12% [======= ] 560/4348 12% [======= ] 561/4348 12% [======== ] 562/4348 12% [======== ] 563/4348 12% [======== ] 564/4348 12% [======== ] 565/4348 12% [======== ] 566/4348 13% [======== ] 567/4348 13% [======== ] 568/4348 13% [======== ] 569/4348 13% [======== ] 570/4348 13% [======== ] 571/4348 13% [======== ] 572/4348 13% [======== ] 573/4348 13% [======== ] 574/4348 13% [======== ] 575/4348 13% [======== ] 576/4348 13% [======== ] 577/4348 13% [======== ] 578/4348 13% [======== ] 579/4348 13% [======== ] 580/4348 13% [======== ] 581/4348 13% [======== ] 582/4348 13% [======== ] 583/4348 13% [======== ] 584/4348 13% [======== ] 585/4348 13% [======== ] 586/4348 13% [======== ] 587/4348 13% [======== ] 588/4348 13% [======== ] 589/4348 13% [======== ] 590/4348 13% [======== ] 591/4348 13% [======== ] 592/4348 13% [======== ] 593/4348 13% [======== ] 594/4348 13% [======== ] 595/4348 13% [======== ] 596/4348 13% [======== ] 597/4348 13% [======== ] 598/4348 13% [======== ] 599/4348 13% [======== ] 600/4348 13% [======== ] 601/4348 13% [======== ] 602/4348 13% [======== ] 603/4348 13% [======== ] 604/4348 13% [======== ] 605/4348 13% [======== ] 606/4348 13% [======== ] 607/4348 13% [======== ] 608/4348 13% [======== ] 609/4348 14% [======== ] 610/4348 14% [======== ] 611/4348 14% [======== ] 612/4348 14% [======== ] 613/4348 14% [======== ] 614/4348 14% [======== ] 615/4348 14% [======== ] 616/4348 14% [======== ] 617/4348 14% [======== ] 618/4348 14% [======== ] 619/4348 14% [======== ] 620/4348 14% [======== ] 621/4348 14% [======== ] 622/4348 14% [======== ] 623/4348 14% [======== ] 624/4348 14% [======== ] 625/4348 14% [======== ] 626/4348 14% [======== ] 627/4348 14% [======== ] 628/4348 14% [======== ] 629/4348 14% [======== ] 630/4348 14% [======== ] 631/4348 14% [========= ] 632/4348 14% [========= ] 633/4348 14% [========= ] 634/4348 14% [========= ] 635/4348 14% [========= ] 636/4348 14% [========= ] 637/4348 14% [========= ] 638/4348 14% [========= ] 639/4348 14% [========= ] 640/4348 14% [========= ] 641/4348 14% [========= ] 642/4348 14% [========= ] 643/4348 14% [========= ] 644/4348 14% [========= ] 645/4348 14% [========= ] 646/4348 14% [========= ] 647/4348 14% [========= ] 648/4348 14% [========= ] 649/4348 14% [========= ] 650/4348 14% [========= ] 651/4348 14% [========= ] 652/4348 14% [========= ] 653/4348 15% [========= ] 654/4348 15% [========= ] 655/4348 15% [========= ] 656/4348 15% [========= ] 657/4348 15% [========= ] 658/4348 15% [========= ] 659/4348 15% [========= ] 660/4348 15% [========= ] 661/4348 15% [========= ] 662/4348 15% [========= ] 663/4348 15% [========= ] 664/4348 15% [========= ] 665/4348 15% [========= ] 666/4348 15% [========= ] 667/4348 15% [========= ] 668/4348 15% [========= ] 669/4348 15% [========= ] 670/4348 15% [========= ] 671/4348 15% [========= ] 672/4348 15% [========= ] 673/4348 15% [========= ] 674/4348 15% [========= ] 675/4348 15% [========= ] 676/4348 15% [========= ] 677/4348 15% [========= ] 678/4348 15% [========= ] 679/4348 15% [========= ] 680/4348 15% [========= ] 681/4348 15% [========= ] 682/4348 15% [========= ] 683/4348 15% [========= ] 684/4348 15% [========= ] 685/4348 15% [========= ] 686/4348 15% [========= ] 687/4348 15% [========= ] 688/4348 15% [========= ] 689/4348 15% [========= ] 690/4348 15% [========= ] 691/4348 15% [========= ] 692/4348 15% [========= ] 693/4348 15% [========= ] 694/4348 15% [========= ] 695/4348 15% [========= ] 696/4348 16% [========= ] 697/4348 16% [========= ] 698/4348 16% [========= ] 699/4348 16% [========= ] 700/4348 16% [========= ] 701/4348 16% [========== ] 702/4348 16% [========== ] 703/4348 16% [========== ] 704/4348 16% [========== ] 705/4348 16% [========== ] 706/4348 16% [========== ] 707/4348 16% [========== ] 708/4348 16% [========== ] 709/4348 16% [========== ] 710/4348 16% [========== ] 711/4348 16% [========== ] 712/4348 16% [========== ] 713/4348 16% [========== ] 714/4348 16% [========== ] 715/4348 16% [========== ] 716/4348 16% [========== ] 717/4348 16% [========== ] 718/4348 16% [========== ] 719/4348 16% [========== ] 720/4348 16% [========== ] 721/4348 16% [========== ] 722/4348 16% [========== ] 723/4348 16% [========== ] 724/4348 16% [========== ] 725/4348 16% [========== ] 726/4348 16% [========== ] 727/4348 16% [========== ] 728/4348 16% [========== ] 729/4348 16% [========== ] 730/4348 16% [========== ] 731/4348 16% [========== ] 732/4348 16% [========== ] 733/4348 16% [========== ] 734/4348 16% [========== ] 735/4348 16% [========== ] 736/4348 16% [========== ] 737/4348 16% [========== ] 738/4348 16% [========== ] 739/4348 16% [========== ] 740/4348 17% [========== ] 741/4348 17% [========== ] 742/4348 17% [========== ] 743/4348 17% [========== ] 744/4348 17% [========== ] 745/4348 17% [========== ] 746/4348 17% [========== ] 747/4348 17% [========== ] 748/4348 17% [========== ] 749/4348 17% [========== ] 750/4348 17% [========== ] 751/4348 17% [========== ] 752/4348 17% [========== ] 753/4348 17% [========== ] 754/4348 17% [========== ] 755/4348 17% [========== ] 756/4348 17% [========== ] 757/4348 17% [========== ] 758/4348 17% [========== ] 759/4348 17% [========== ] 760/4348 17% [========== ] 761/4348 17% [========== ] 762/4348 17% [========== ] 763/4348 17% [========== ] 764/4348 17% [========== ] 765/4348 17% [========== ] 766/4348 17% [========== ] 767/4348 17% [========== ] 768/4348 17% [========== ] 769/4348 17% [========== ] 770/4348 17% [========== ] 771/4348 17% [=========== ] 772/4348 17% [=========== ] 773/4348 17% [=========== ] 774/4348 17% [=========== ] 775/4348 17% [=========== ] 776/4348 17% [=========== ] 777/4348 17% [=========== ] 778/4348 17% [=========== ] 779/4348 17% [=========== ] 780/4348 17% [=========== ] 781/4348 17% [=========== ] 782/4348 17% [=========== ] 783/4348 18% [=========== ] 784/4348 18% [=========== ] 785/4348 18% [=========== ] 786/4348 18% [=========== ] 787/4348 18% [=========== ] 788/4348 18% [=========== ] 789/4348 18% [=========== ] 790/4348 18% [=========== ] 791/4348 18% [=========== ] 792/4348 18% [=========== ] 793/4348 18% [=========== ] 794/4348 18% [=========== ] 795/4348 18% [=========== ] 796/4348 18% [=========== ] 797/4348 18% [=========== ] 798/4348 18% [=========== ] 799/4348 18% [=========== ] 800/4348 18% [=========== ] 801/4348 18% [=========== ] 802/4348 18% [=========== ] 803/4348 18% [=========== ] 804/4348 18% [=========== ] 805/4348 18% [=========== ] 806/4348 18% [=========== ] 807/4348 18% [=========== ] 808/4348 18% [=========== ] 809/4348 18% [=========== ] 810/4348 18% [=========== ] 811/4348 18% [=========== ] 812/4348 18% [=========== ] 813/4348 18% [=========== ] 814/4348 18% [=========== ] 815/4348 18% [=========== ] 816/4348 18% [=========== ] 817/4348 18% [=========== ] 818/4348 18% [=========== ] 819/4348 18% [=========== ] 820/4348 18% [=========== ] 821/4348 18% [=========== ] 822/4348 18% [=========== ] 823/4348 18% [=========== ] 824/4348 18% [=========== ] 825/4348 18% [=========== ] 826/4348 18% [=========== ] 827/4348 19% [=========== ] 828/4348 19% [=========== ] 829/4348 19% [=========== ] 830/4348 19% [=========== ] 831/4348 19% [=========== ] 832/4348 19% [=========== ] 833/4348 19% [=========== ] 834/4348 19% [=========== ] 835/4348 19% [=========== ] 836/4348 19% [=========== ] 837/4348 19% [=========== ] 838/4348 19% [=========== ] 839/4348 19% [=========== ] 840/4348 19% [=========== ] 841/4348 19% [============ ] 842/4348 19% [============ ] 843/4348 19% [============ ] 844/4348 19% [============ ] 845/4348 19% [============ ] 846/4348 19% [============ ] 847/4348 19% [============ ] 848/4348 19% [============ ] 849/4348 19% [============ ] 850/4348 19% [============ ] 851/4348 19% [============ ] 852/4348 19% [============ ] 853/4348 19% [============ ] 854/4348 19% [============ ] 855/4348 19% [============ ] 856/4348 19% [============ ] 857/4348 19% [============ ] 858/4348 19% [============ ] 859/4348 19% [============ ] 860/4348 19% [============ ] 861/4348 19% [============ ] 862/4348 19% [============ ] 863/4348 19% [============ ] 864/4348 19% [============ ] 865/4348 19% [============ ] 866/4348 19% [============ ] 867/4348 19% [============ ] 868/4348 19% [============ ] 869/4348 19% [============ ] 870/4348 20% [============ ] 871/4348 20% [============ ] 872/4348 20% [============ ] 873/4348 20% [============ ] 874/4348 20% [============ ] 875/4348 20% [============ ] 876/4348 20% [============ ] 877/4348 20% [============ ] 878/4348 20% [============ ] 879/4348 20% [============ ] 880/4348 20% [============ ] 881/4348 20% [============ ] 882/4348 20% [============ ] 883/4348 20% [============ ] 884/4348 20% [============ ] 885/4348 20% [============ ] 886/4348 20% [============ ] 887/4348 20% [============ ] 888/4348 20% [============ ] 889/4348 20% [============ ] 890/4348 20% [============ ] 891/4348 20% [============ ] 892/4348 20% [============ ] 893/4348 20% [============ ] 894/4348 20% [============ ] 895/4348 20% [============ ] 896/4348 20% [============ ] 897/4348 20% [============ ] 898/4348 20% [============ ] 899/4348 20% [============ ] 900/4348 20% [============ ] 901/4348 20% [============ ] 902/4348 20% [============ ] 903/4348 20% [============ ] 904/4348 20% [============ ] 905/4348 20% [============ ] 906/4348 20% [============ ] 907/4348 20% [============ ] 908/4348 20% [============ ] 909/4348 20% [============ ] 910/4348 20% [============ ] 911/4348 20% [============= ] 912/4348 20% [============= ] 913/4348 20% [============= ] 914/4348 21% [============= ] 915/4348 21% [============= ] 916/4348 21% [============= ] 917/4348 21% [============= ] 918/4348 21% [============= ] 919/4348 21% [============= ] 920/4348 21% [============= ] 921/4348 21% [============= ] 922/4348 21% [============= ] 923/4348 21% [============= ] 924/4348 21% [============= ] 925/4348 21% [============= ] 926/4348 21% [============= ] 927/4348 21% [============= ] 928/4348 21% [============= ] 929/4348 21% [============= ] 930/4348 21% [============= ] 931/4348 21% [============= ] 932/4348 21% [============= ] 933/4348 21% [============= ] 934/4348 21% [============= ] 935/4348 21% [============= ] 936/4348 21% [============= ] 937/4348 21% [============= ] 938/4348 21% [============= ] 939/4348 21% [============= ] 940/4348 21% [============= ] 941/4348 21% [============= ] 942/4348 21% [============= ] 943/4348 21% [============= ] 944/4348 21% [============= ] 945/4348 21% [============= ] 946/4348 21% [============= ] 947/4348 21% [============= ] 948/4348 21% [============= ] 949/4348 21% [============= ] 950/4348 21% [============= ] 951/4348 21% [============= ] 952/4348 21% [============= ] 953/4348 21% [============= ] 954/4348 21% [============= ] 955/4348 21% [============= ] 956/4348 21% [============= ] 957/4348 22% [============= ] 958/4348 22% [============= ] 959/4348 22% [============= ] 960/4348 22% [============= ] 961/4348 22% [============= ] 962/4348 22% [============= ] 963/4348 22% [============= ] 964/4348 22% [============= ] 965/4348 22% [============= ] 966/4348 22% [============= ] 967/4348 22% [============= ] 968/4348 22% [============= ] 969/4348 22% [============= ] 970/4348 22% [============= ] 971/4348 22% [============= ] 972/4348 22% [============= ] 973/4348 22% [============= ] 974/4348 22% [============= ] 975/4348 22% [============= ] 976/4348 22% [============= ] 977/4348 22% [============= ] 978/4348 22% [============= ] 979/4348 22% [============= ] 980/4348 22% [============= ] 981/4348 22% [============== ] 982/4348 22% [============== ] 983/4348 22% [============== ] 984/4348 22% [============== ] 985/4348 22% [============== ] 986/4348 22% [============== ] 987/4348 22% [============== ] 988/4348 22% [============== ] 989/4348 22% [============== ] 990/4348 22% [============== ] 991/4348 22% [============== ] 992/4348 22% [============== ] 993/4348 22% [============== ] 994/4348 22% [============== ] 995/4348 22% [============== ] 996/4348 22% [============== ] 997/4348 22% [============== ] 998/4348 22% [============== ] 999/4348 22% [============== ] 1000/4348 22% [============== ] 1001/4348 23% [============== ] 1002/4348 23% [============== ] 1003/4348 23% [============== ] 1004/4348 23% [============== ] 1005/4348 23% [============== ] 1006/4348 23% [============== ] 1007/4348 23% [============== ] 1008/4348 23% [============== ] 1009/4348 23% [============== ] 1010/4348 23% [============== ] 1011/4348 23% [============== ] 1012/4348 23% [============== ] 1013/4348 23% [============== ] 1014/4348 23% [============== ] 1015/4348 23% [============== ] 1016/4348 23% [============== ] 1017/4348 23% [============== ] 1018/4348 23% [============== ] 1019/4348 23% [============== ] 1020/4348 23% [============== ] 1021/4348 23% [============== ] 1022/4348 23% [============== ] 1023/4348 23% [============== ] 1024/4348 23% [============== ] 1025/4348 23% [============== ] 1026/4348 23% [============== ] 1027/4348 23% [============== ] 1028/4348 23% [============== ] 1029/4348 23% [============== ] 1030/4348 23% [============== ] 1031/4348 23% [============== ] 1032/4348 23% [============== ] 1033/4348 23% [============== ] 1034/4348 23% [============== ] 1035/4348 23% [============== ] 1036/4348 23% [============== ] 1037/4348 23% [============== ] 1038/4348 23% [============== ] 1039/4348 23% [============== ] 1040/4348 23% [============== ] 1041/4348 23% [============== ] 1042/4348 23% [============== ] 1043/4348 23% [============== ] 1044/4348 24% [============== ] 1045/4348 24% [============== ] 1046/4348 24% [============== ] 1047/4348 24% [============== ] 1048/4348 24% [============== ] 1049/4348 24% [============== ] 1050/4348 24% [============== ] 1051/4348 24% [=============== ] 1052/4348 24% [=============== ] 1053/4348 24% [=============== ] 1054/4348 24% [=============== ] 1055/4348 24% [=============== ] 1056/4348 24% [=============== ] 1057/4348 24% [=============== ] 1058/4348 24% [=============== ] 1059/4348 24% [=============== ] 1060/4348 24% [=============== ] 1061/4348 24% [=============== ] 1062/4348 24% [=============== ] 1063/4348 24% [=============== ] 1064/4348 24% [=============== ] 1065/4348 24% [=============== ] 1066/4348 24% [=============== ] 1067/4348 24% [=============== ] 1068/4348 24% [=============== ] 1069/4348 24% [=============== ] 1070/4348 24% [=============== ] 1071/4348 24% [=============== ] 1072/4348 24% [=============== ] 1073/4348 24% [=============== ] 1074/4348 24% [=============== ] 1075/4348 24% [=============== ] 1076/4348 24% [=============== ] 1077/4348 24% [=============== ] 1078/4348 24% [=============== ] 1079/4348 24% [=============== ] 1080/4348 24% [=============== ] 1081/4348 24% [=============== ] 1082/4348 24% [=============== ] 1083/4348 24% [=============== ] 1084/4348 24% [=============== ] 1085/4348 24% [=============== ] 1086/4348 24% [=============== ] 1087/4348 25% [=============== ] 1088/4348 25% [=============== ] 1089/4348 25% [=============== ] 1090/4348 25% [=============== ] 1091/4348 25% [=============== ] 1092/4348 25% [=============== ] 1093/4348 25% [=============== ] 1094/4348 25% [=============== ] 1095/4348 25% [=============== ] 1096/4348 25% [=============== ] 1097/4348 25% [=============== ] 1098/4348 25% [=============== ] 1099/4348 25% [=============== ] 1100/4348 25% [=============== ] 1101/4348 25% [=============== ] 1102/4348 25% [=============== ] 1103/4348 25% [=============== ] 1104/4348 25% [=============== ] 1105/4348 25% [=============== ] 1106/4348 25% [=============== ] 1107/4348 25% [=============== ] 1108/4348 25% [=============== ] 1109/4348 25% [=============== ] 1110/4348 25% [=============== ] 1111/4348 25% [=============== ] 1112/4348 25% [=============== ] 1113/4348 25% [=============== ] 1114/4348 25% [=============== ] 1115/4348 25% [=============== ] 1116/4348 25% [=============== ] 1117/4348 25% [=============== ] 1118/4348 25% [=============== ] 1119/4348 25% [=============== ] 1120/4348 25% [=============== ] 1121/4348 25% [=============== ] 1122/4348 25% [================ ] 1123/4348 25% [================ ] 1124/4348 25% [================ ] 1125/4348 25% [================ ] 1126/4348 25% [================ ] 1127/4348 25% [================ ] 1128/4348 25% [================ ] 1129/4348 25% [================ ] 1130/4348 25% [================ ] 1131/4348 26% [================ ] 1132/4348 26% [================ ] 1133/4348 26% [================ ] 1134/4348 26% [================ ] 1135/4348 26% [================ ] 1136/4348 26% [================ ] 1137/4348 26% [================ ] 1138/4348 26% [================ ] 1139/4348 26% [================ ] 1140/4348 26% [================ ] 1141/4348 26% [================ ] 1142/4348 26% [================ ] 1143/4348 26% [================ ] 1144/4348 26% [================ ] 1145/4348 26% [================ ] 1146/4348 26% [================ ] 1147/4348 26% [================ ] 1148/4348 26% [================ ] 1149/4348 26% [================ ] 1150/4348 26% [================ ] 1151/4348 26% [================ ] 1152/4348 26% [================ ] 1153/4348 26% [================ ] 1154/4348 26% [================ ] 1155/4348 26% [================ ] 1156/4348 26% [================ ] 1157/4348 26% [================ ] 1158/4348 26% [================ ] 1159/4348 26% [================ ] 1160/4348 26% [================ ] 1161/4348 26% [================ ] 1162/4348 26% [================ ] 1163/4348 26% [================ ] 1164/4348 26% [================ ] 1165/4348 26% [================ ] 1166/4348 26% [================ ] 1167/4348 26% [================ ] 1168/4348 26% [================ ] 1169/4348 26% [================ ] 1170/4348 26% [================ ] 1171/4348 26% [================ ] 1172/4348 26% [================ ] 1173/4348 26% [================ ] 1174/4348 27% [================ ] 1175/4348 27% [================ ] 1176/4348 27% [================ ] 1177/4348 27% [================ ] 1178/4348 27% [================ ] 1179/4348 27% [================ ] 1180/4348 27% [================ ] 1181/4348 27% [================ ] 1182/4348 27% [================ ] 1183/4348 27% [================ ] 1184/4348 27% [================ ] 1185/4348 27% [================ ] 1186/4348 27% [================ ] 1187/4348 27% [================ ] 1188/4348 27% [================ ] 1189/4348 27% [================ ] 1190/4348 27% [================ ] 1191/4348 27% [================ ] 1192/4348 27% [================= ] 1193/4348 27% [================= ] 1194/4348 27% [================= ] 1195/4348 27% [================= ] 1196/4348 27% [================= ] 1197/4348 27% [================= ] 1198/4348 27% [================= ] 1199/4348 27% [================= ] 1200/4348 27% [================= ] 1201/4348 27% [================= ] 1202/4348 27% [================= ] 1203/4348 27% [================= ] 1204/4348 27% [================= ] 1205/4348 27% [================= ] 1206/4348 27% [================= ] 1207/4348 27% [================= ] 1208/4348 27% [================= ] 1209/4348 27% [================= ] 1210/4348 27% [================= ] 1211/4348 27% [================= ] 1212/4348 27% [================= ] 1213/4348 27% [================= ] 1214/4348 27% [================= ] 1215/4348 27% [================= ] 1216/4348 27% [================= ] 1217/4348 27% [================= ] 1218/4348 28% [================= ] 1219/4348 28% [================= ] 1220/4348 28% [================= ] 1221/4348 28% [================= ] 1222/4348 28% [================= ] 1223/4348 28% [================= ] 1224/4348 28% [================= ] 1225/4348 28% [================= ] 1226/4348 28% [================= ] 1227/4348 28% [================= ] 1228/4348 28% [================= ] 1229/4348 28% [================= ] 1230/4348 28% [================= ] 1231/4348 28% [================= ] 1232/4348 28% [================= ] 1233/4348 28% [================= ] 1234/4348 28% [================= ] 1235/4348 28% [================= ] 1236/4348 28% [================= ] 1237/4348 28% [================= ] 1238/4348 28% [================= ] 1239/4348 28% [================= ] 1240/4348 28% [================= ] 1241/4348 28% [================= ] 1242/4348 28% [================= ] 1243/4348 28% [================= ] 1244/4348 28% [================= ] 1245/4348 28% [================= ] 1246/4348 28% [================= ] 1247/4348 28% [================= ] 1248/4348 28% [================= ] 1249/4348 28% [================= ] 1250/4348 28% [================= ] 1251/4348 28% [================= ] 1252/4348 28% [================= ] 1253/4348 28% [================= ] 1254/4348 28% [================= ] 1255/4348 28% [================= ] 1256/4348 28% [================= ] 1257/4348 28% [================= ] 1258/4348 28% [================= ] 1259/4348 28% [================= ] 1260/4348 28% [================= ] 1261/4348 29% [================= ] 1262/4348 29% [================== ] 1263/4348 29% [================== ] 1264/4348 29% [================== ] 1265/4348 29% [================== ] 1266/4348 29% [================== ] 1267/4348 29% [================== ] 1268/4348 29% [================== ] 1269/4348 29% [================== ] 1270/4348 29% [================== ] 1271/4348 29% [================== ] 1272/4348 29% [================== ] 1273/4348 29% [================== ] 1274/4348 29% [================== ] 1275/4348 29% [================== ] 1276/4348 29% [================== ] 1277/4348 29% [================== ] 1278/4348 29% [================== ] 1279/4348 29% [================== ] 1280/4348 29% [================== ] 1281/4348 29% [================== ] 1282/4348 29% [================== ] 1283/4348 29% [================== ] 1284/4348 29% [================== ] 1285/4348 29% [================== ] 1286/4348 29% [================== ] 1287/4348 29% [================== ] 1288/4348 29% [================== ] 1289/4348 29% [================== ] 1290/4348 29% [================== ] 1291/4348 29% [================== ] 1292/4348 29% [================== ] 1293/4348 29% [================== ] 1294/4348 29% [================== ] 1295/4348 29% [================== ] 1296/4348 29% [================== ] 1297/4348 29% [================== ] 1298/4348 29% [================== ] 1299/4348 29% [================== ] 1300/4348 29% [================== ] 1301/4348 29% [================== ] 1302/4348 29% [================== ] 1303/4348 29% [================== ] 1304/4348 29% [================== ] 1305/4348 30% [================== ] 1306/4348 30% [================== ] 1307/4348 30% [================== ] 1308/4348 30% [================== ] 1309/4348 30% [================== ] 1310/4348 30% [================== ] 1311/4348 30% [================== ] 1312/4348 30% [================== ] 1313/4348 30% [================== ] 1314/4348 30% [================== ] 1315/4348 30% [================== ] 1316/4348 30% [================== ] 1317/4348 30% [================== ] 1318/4348 30% [================== ] 1319/4348 30% [================== ] 1320/4348 30% [================== ] 1321/4348 30% [================== ] 1322/4348 30% [================== ] 1323/4348 30% [================== ] 1324/4348 30% [================== ] 1325/4348 30% [================== ] 1326/4348 30% [================== ] 1327/4348 30% [================== ] 1328/4348 30% [================== ] 1329/4348 30% [================== ] 1330/4348 30% [================== ] 1331/4348 30% [================== ] 1332/4348 30% [=================== ] 1333/4348 30% [=================== ] 1334/4348 30% [=================== ] 1335/4348 30% [=================== ] 1336/4348 30% [=================== ] 1337/4348 30% [=================== ] 1338/4348 30% [=================== ] 1339/4348 30% [=================== ] 1340/4348 30% [=================== ] 1341/4348 30% [=================== ] 1342/4348 30% [=================== ] 1343/4348 30% [=================== ] 1344/4348 30% [=================== ] 1345/4348 30% [=================== ] 1346/4348 30% [=================== ] 1347/4348 30% [=================== ] 1348/4348 31% [=================== ] 1349/4348 31% [=================== ] 1350/4348 31% [=================== ] 1351/4348 31% [=================== ] 1352/4348 31% [=================== ] 1353/4348 31% [=================== ] 1354/4348 31% [=================== ] 1355/4348 31% [=================== ] 1356/4348 31% [=================== ] 1357/4348 31% [=================== ] 1358/4348 31% [=================== ] 1359/4348 31% [=================== ] 1360/4348 31% [=================== ] 1361/4348 31% [=================== ] 1362/4348 31% [=================== ] 1363/4348 31% [=================== ] 1364/4348 31% [=================== ] 1365/4348 31% [=================== ] 1366/4348 31% [=================== ] 1367/4348 31% [=================== ] 1368/4348 31% [=================== ] 1369/4348 31% [=================== ] 1370/4348 31% [=================== ] 1371/4348 31% [=================== ] 1372/4348 31% [=================== ] 1373/4348 31% [=================== ] 1374/4348 31% [=================== ] 1375/4348 31% [=================== ] 1376/4348 31% [=================== ] 1377/4348 31% [=================== ] 1378/4348 31% [=================== ] 1379/4348 31% [=================== ] 1380/4348 31% [=================== ] 1381/4348 31% [=================== ] 1382/4348 31% [=================== ] 1383/4348 31% [=================== ] 1384/4348 31% [=================== ] 1385/4348 31% [=================== ] 1386/4348 31% [=================== ] 1387/4348 31% [=================== ] 1388/4348 31% [=================== ] 1389/4348 31% [=================== ] 1390/4348 31% [=================== ] 1391/4348 31% [=================== ] 1392/4348 32% [=================== ] 1393/4348 32% [=================== ] 1394/4348 32% [=================== ] 1395/4348 32% [=================== ] 1396/4348 32% [=================== ] 1397/4348 32% [=================== ] 1398/4348 32% [=================== ] 1399/4348 32% [=================== ] 1400/4348 32% [=================== ] 1401/4348 32% [=================== ] 1402/4348 32% [==================== ] 1403/4348 32% [==================== ] 1404/4348 32% [==================== ] 1405/4348 32% [==================== ] 1406/4348 32% [==================== ] 1407/4348 32% [==================== ] 1408/4348 32% [==================== ] 1409/4348 32% [==================== ] 1410/4348 32% [==================== ] 1411/4348 32% [==================== ] 1412/4348 32% [==================== ] 1413/4348 32% [==================== ] 1414/4348 32% [==================== ] 1415/4348 32% [==================== ] 1416/4348 32% [==================== ] 1417/4348 32% [==================== ] 1418/4348 32% [==================== ] 1419/4348 32% [==================== ] 1420/4348 32% [==================== ] 1421/4348 32% [==================== ] 1422/4348 32% [==================== ] 1423/4348 32% [==================== ] 1424/4348 32% [==================== ] 1425/4348 32% [==================== ] 1426/4348 32% [==================== ] 1427/4348 32% [==================== ] 1428/4348 32% [==================== ] 1429/4348 32% [==================== ] 1430/4348 32% [==================== ] 1431/4348 32% [==================== ] 1432/4348 32% [==================== ] 1433/4348 32% [==================== ] 1434/4348 32% [==================== ] 1435/4348 33% [==================== ] 1436/4348 33% [==================== ] 1437/4348 33% [==================== ] 1438/4348 33% [==================== ] 1439/4348 33% [==================== ] 1440/4348 33% [==================== ] 1441/4348 33% [==================== ] 1442/4348 33% [==================== ] 1443/4348 33% [==================== ] 1444/4348 33% [==================== ] 1445/4348 33% [==================== ] 1446/4348 33% [==================== ] 1447/4348 33% [==================== ] 1448/4348 33% [==================== ] 1449/4348 33% [==================== ] 1450/4348 33% [==================== ] 1451/4348 33% [==================== ] 1452/4348 33% [==================== ] 1453/4348 33% [==================== ] 1454/4348 33% [==================== ] 1455/4348 33% [==================== ] 1456/4348 33% [==================== ] 1457/4348 33% [==================== ] 1458/4348 33% [==================== ] 1459/4348 33% [==================== ] 1460/4348 33% [==================== ] 1461/4348 33% [==================== ] 1462/4348 33% [==================== ] 1463/4348 33% [==================== ] 1464/4348 33% [==================== ] 1465/4348 33% [==================== ] 1466/4348 33% [==================== ] 1467/4348 33% [==================== ] 1468/4348 33% [==================== ] 1469/4348 33% [==================== ] 1470/4348 33% [==================== ] 1471/4348 33% [==================== ] 1472/4348 33% [===================== ] 1473/4348 33% [===================== ] 1474/4348 33% [===================== ] 1475/4348 33% [===================== ] 1476/4348 33% [===================== ] 1477/4348 33% [===================== ] 1478/4348 33% [===================== ] 1479/4348 34% [===================== ] 1480/4348 34% [===================== ] 1481/4348 34% [===================== ] 1482/4348 34% [===================== ] 1483/4348 34% [===================== ] 1484/4348 34% [===================== ] 1485/4348 34% [===================== ] 1486/4348 34% [===================== ] 1487/4348 34% [===================== ] 1488/4348 34% [===================== ] 1489/4348 34% [===================== ] 1490/4348 34% [===================== ] 1491/4348 34% [===================== ] 1492/4348 34% [===================== ] 1493/4348 34% [===================== ] 1494/4348 34% [===================== ] 1495/4348 34% [===================== ] 1496/4348 34% [===================== ] 1497/4348 34% [===================== ] 1498/4348 34% [===================== ] 1499/4348 34% [===================== ] 1500/4348 34% [===================== ] 1501/4348 34% [===================== ] 1502/4348 34% [===================== ] 1503/4348 34% [===================== ] 1504/4348 34% [===================== ] 1505/4348 34% [===================== ] 1506/4348 34% [===================== ] 1507/4348 34% [===================== ] 1508/4348 34% [===================== ] 1509/4348 34% [===================== ] 1510/4348 34% [===================== ] 1511/4348 34% [===================== ] 1512/4348 34% [===================== ] 1513/4348 34% [===================== ] 1514/4348 34% [===================== ] 1515/4348 34% [===================== ] 1516/4348 34% [===================== ] 1517/4348 34% [===================== ] 1518/4348 34% [===================== ] 1519/4348 34% [===================== ] 1520/4348 34% [===================== ] 1521/4348 34% [===================== ] 1522/4348 35% [===================== ] 1523/4348 35% [===================== ] 1524/4348 35% [===================== ] 1525/4348 35% [===================== ] 1526/4348 35% [===================== ] 1527/4348 35% [===================== ] 1528/4348 35% [===================== ] 1529/4348 35% [===================== ] 1530/4348 35% [===================== ] 1531/4348 35% [===================== ] 1532/4348 35% [===================== ] 1533/4348 35% [===================== ] 1534/4348 35% [===================== ] 1535/4348 35% [===================== ] 1536/4348 35% [===================== ] 1537/4348 35% [===================== ] 1538/4348 35% [===================== ] 1539/4348 35% [===================== ] 1540/4348 35% [===================== ] 1541/4348 35% [===================== ] 1542/4348 35% [====================== ] 1543/4348 35% [====================== ] 1544/4348 35% [====================== ] 1545/4348 35% [====================== ] 1546/4348 35% [====================== ] 1547/4348 35% [====================== ] 1548/4348 35% [====================== ] 1549/4348 35% [====================== ] 1550/4348 35% [====================== ] 1551/4348 35% [====================== ] 1552/4348 35% [====================== ] 1553/4348 35% [====================== ] 1554/4348 35% [====================== ] 1555/4348 35% [====================== ] 1556/4348 35% [====================== ] 1557/4348 35% [====================== ] 1558/4348 35% [====================== ] 1559/4348 35% [====================== ] 1560/4348 35% [====================== ] 1561/4348 35% [====================== ] 1562/4348 35% [====================== ] 1563/4348 35% [====================== ] 1564/4348 35% [====================== ] 1565/4348 35% [====================== ] 1566/4348 36% [====================== ] 1567/4348 36% [====================== ] 1568/4348 36% [====================== ] 1569/4348 36% [====================== ] 1570/4348 36% [====================== ] 1571/4348 36% [====================== ] 1572/4348 36% [====================== ] 1573/4348 36% [====================== ] 1574/4348 36% [====================== ] 1575/4348 36% [====================== ] 1576/4348 36% [====================== ] 1577/4348 36% [====================== ] 1578/4348 36% [====================== ] 1579/4348 36% [====================== ] 1580/4348 36% [====================== ] 1581/4348 36% [====================== ] 1582/4348 36% [====================== ] 1583/4348 36% [====================== ] 1584/4348 36% [====================== ] 1585/4348 36% [====================== ] 1586/4348 36% [====================== ] 1587/4348 36% [====================== ] 1588/4348 36% [====================== ] 1589/4348 36% [====================== ] 1590/4348 36% [====================== ] 1591/4348 36% [====================== ] 1592/4348 36% [====================== ] 1593/4348 36% [====================== ] 1594/4348 36% [====================== ] 1595/4348 36% [====================== ] 1596/4348 36% [====================== ] 1597/4348 36% [====================== ] 1598/4348 36% [====================== ] 1599/4348 36% [====================== ] 1600/4348 36% [====================== ] 1601/4348 36% [====================== ] 1602/4348 36% [====================== ] 1603/4348 36% [====================== ] 1604/4348 36% [====================== ] 1605/4348 36% [====================== ] 1606/4348 36% [====================== ] 1607/4348 36% [====================== ] 1608/4348 36% [====================== ] 1609/4348 37% [====================== ] 1610/4348 37% [====================== ] 1611/4348 37% [====================== ] 1612/4348 37% [======================= ] 1613/4348 37% [======================= ] 1614/4348 37% [======================= ] 1615/4348 37% [======================= ] 1616/4348 37% [======================= ] 1617/4348 37% [======================= ] 1618/4348 37% [======================= ] 1619/4348 37% [======================= ] 1620/4348 37% [======================= ] 1621/4348 37% [======================= ] 1622/4348 37% [======================= ] 1623/4348 37% [======================= ] 1624/4348 37% [======================= ] 1625/4348 37% [======================= ] 1626/4348 37% [======================= ] 1627/4348 37% [======================= ] 1628/4348 37% [======================= ] 1629/4348 37% [======================= ] 1630/4348 37% [======================= ] 1631/4348 37% [======================= ] 1632/4348 37% [======================= ] 1633/4348 37% [======================= ] 1634/4348 37% [======================= ] 1635/4348 37% [======================= ] 1636/4348 37% [======================= ] 1637/4348 37% [======================= ] 1638/4348 37% [======================= ] 1639/4348 37% [======================= ] 1640/4348 37% [======================= ] 1641/4348 37% [======================= ] 1642/4348 37% [======================= ] 1643/4348 37% [======================= ] 1644/4348 37% [======================= ] 1645/4348 37% [======================= ] 1646/4348 37% [======================= ] 1647/4348 37% [======================= ] 1648/4348 37% [======================= ] 1649/4348 37% [======================= ] 1650/4348 37% [======================= ] 1651/4348 37% [======================= ] 1652/4348 37% [======================= ] 1653/4348 38% [======================= ] 1654/4348 38% [======================= ] 1655/4348 38% [======================= ] 1656/4348 38% [======================= ] 1657/4348 38% [======================= ] 1658/4348 38% [======================= ] 1659/4348 38% [======================= ] 1660/4348 38% [======================= ] 1661/4348 38% [======================= ] 1662/4348 38% [======================= ] 1663/4348 38% [======================= ] 1664/4348 38% [======================= ] 1665/4348 38% [======================= ] 1666/4348 38% [======================= ] 1667/4348 38% [======================= ] 1668/4348 38% [======================= ] 1669/4348 38% [======================= ] 1670/4348 38% [======================= ] 1671/4348 38% [======================= ] 1672/4348 38% [======================= ] 1673/4348 38% [======================= ] 1674/4348 38% [======================= ] 1675/4348 38% [======================= ] 1676/4348 38% [======================= ] 1677/4348 38% [======================= ] 1678/4348 38% [======================= ] 1679/4348 38% [======================= ] 1680/4348 38% [======================= ] 1681/4348 38% [======================= ] 1682/4348 38% [======================= ] 1683/4348 38% [======================== ] 1684/4348 38% [======================== ] 1685/4348 38% [======================== ] 1686/4348 38% [======================== ] 1687/4348 38% [======================== ] 1688/4348 38% [======================== ] 1689/4348 38% [======================== ] 1690/4348 38% [======================== ] 1691/4348 38% [======================== ] 1692/4348 38% [======================== ] 1693/4348 38% [======================== ] 1694/4348 38% [======================== ] 1695/4348 38% [======================== ] 1696/4348 39% [======================== ] 1697/4348 39% [======================== ] 1698/4348 39% [======================== ] 1699/4348 39% [======================== ] 1700/4348 39% [======================== ] 1701/4348 39% [======================== ] 1702/4348 39% [======================== ] 1703/4348 39% [======================== ] 1704/4348 39% [======================== ] 1705/4348 39% [======================== ] 1706/4348 39% [======================== ] 1707/4348 39% [======================== ] 1708/4348 39% [======================== ] 1709/4348 39% [======================== ] 1710/4348 39% [======================== ] 1711/4348 39% [======================== ] 1712/4348 39% [======================== ] 1713/4348 39% [======================== ] 1714/4348 39% [======================== ] 1715/4348 39% [======================== ] 1716/4348 39% [======================== ] 1717/4348 39% [======================== ] 1718/4348 39% [======================== ] 1719/4348 39% [======================== ] 1720/4348 39% [======================== ] 1721/4348 39% [======================== ] 1722/4348 39% [======================== ] 1723/4348 39% [======================== ] 1724/4348 39% [======================== ] 1725/4348 39% [======================== ] 1726/4348 39% [======================== ] 1727/4348 39% [======================== ] 1728/4348 39% [======================== ] 1729/4348 39% [======================== ] 1730/4348 39% [======================== ] 1731/4348 39% [======================== ] 1732/4348 39% [======================== ] 1733/4348 39% [======================== ] 1734/4348 39% [======================== ] 1735/4348 39% [======================== ] 1736/4348 39% [======================== ] 1737/4348 39% [======================== ] 1738/4348 39% [======================== ] 1739/4348 39% [======================== ] 1740/4348 40% [======================== ] 1741/4348 40% [======================== ] 1742/4348 40% [======================== ] 1743/4348 40% [======================== ] 1744/4348 40% [======================== ] 1745/4348 40% [======================== ] 1746/4348 40% [======================== ] 1747/4348 40% [======================== ] 1748/4348 40% [======================== ] 1749/4348 40% [======================== ] 1750/4348 40% [======================== ] 1751/4348 40% [======================== ] 1752/4348 40% [======================== ] 1753/4348 40% [========================= ] 1754/4348 40% [========================= ] 1755/4348 40% [========================= ] 1756/4348 40% [========================= ] 1757/4348 40% [========================= ] 1758/4348 40% [========================= ] 1759/4348 40% [========================= ] 1760/4348 40% [========================= ] 1761/4348 40% [========================= ] 1762/4348 40% [========================= ] 1763/4348 40% [========================= ] 1764/4348 40% [========================= ] 1765/4348 40% [========================= ] 1766/4348 40% [========================= ] 1767/4348 40% [========================= ] 1768/4348 40% [========================= ] 1769/4348 40% [========================= ] 1770/4348 40% [========================= ] 1771/4348 40% [========================= ] 1772/4348 40% [========================= ] 1773/4348 40% [========================= ] 1774/4348 40% [========================= ] 1775/4348 40% [========================= ] 1776/4348 40% [========================= ] 1777/4348 40% [========================= ] 1778/4348 40% [========================= ] 1779/4348 40% [========================= ] 1780/4348 40% [========================= ] 1781/4348 40% [========================= ] 1782/4348 40% [========================= ] 1783/4348 41% [========================= ] 1784/4348 41% [========================= ] 1785/4348 41% [========================= ] 1786/4348 41% [========================= ] 1787/4348 41% [========================= ] 1788/4348 41% [========================= ] 1789/4348 41% [========================= ] 1790/4348 41% [========================= ] 1791/4348 41% [========================= ] 1792/4348 41% [========================= ] 1793/4348 41% [========================= ] 1794/4348 41% [========================= ] 1795/4348 41% [========================= ] 1796/4348 41% [========================= ] 1797/4348 41% [========================= ] 1798/4348 41% [========================= ] 1799/4348 41% [========================= ] 1800/4348 41% [========================= ] 1801/4348 41% [========================= ] 1802/4348 41% [========================= ] 1803/4348 41% [========================= ] 1804/4348 41% [========================= ] 1805/4348 41% [========================= ] 1806/4348 41% [========================= ] 1807/4348 41% [========================= ] 1808/4348 41% [========================= ] 1809/4348 41% [========================= ] 1810/4348 41% [========================= ] 1811/4348 41% [========================= ] 1812/4348 41% [========================= ] 1813/4348 41% [========================= ] 1814/4348 41% [========================= ] 1815/4348 41% [========================= ] 1816/4348 41% [========================= ] 1817/4348 41% [========================= ] 1818/4348 41% [========================= ] 1819/4348 41% [========================= ] 1820/4348 41% [========================= ] 1821/4348 41% [========================= ] 1822/4348 41% [========================= ] 1823/4348 41% [========================== ] 1824/4348 41% [========================== ] 1825/4348 41% [========================== ] 1826/4348 41% [========================== ] 1827/4348 42% [========================== ] 1828/4348 42% [========================== ] 1829/4348 42% [========================== ] 1830/4348 42% [========================== ] 1831/4348 42% [========================== ] 1832/4348 42% [========================== ] 1833/4348 42% [========================== ] 1834/4348 42% [========================== ] 1835/4348 42% [========================== ] 1836/4348 42% [========================== ] 1837/4348 42% [========================== ] 1838/4348 42% [========================== ] 1839/4348 42% [========================== ] 1840/4348 42% [========================== ] 1841/4348 42% [========================== ] 1842/4348 42% [========================== ] 1843/4348 42% [========================== ] 1844/4348 42% [========================== ] 1845/4348 42% [========================== ] 1846/4348 42% [========================== ] 1847/4348 42% [========================== ] 1848/4348 42% [========================== ] 1849/4348 42% [========================== ] 1850/4348 42% [========================== ] 1851/4348 42% [========================== ] 1852/4348 42% [========================== ] 1853/4348 42% [========================== ] 1854/4348 42% [========================== ] 1855/4348 42% [========================== ] 1856/4348 42% [========================== ] 1857/4348 42% [========================== ] 1858/4348 42% [========================== ] 1859/4348 42% [========================== ] 1860/4348 42% [========================== ] 1861/4348 42% [========================== ] 1862/4348 42% [========================== ] 1863/4348 42% [========================== ] 1864/4348 42% [========================== ] 1865/4348 42% [========================== ] 1866/4348 42% [========================== ] 1867/4348 42% [========================== ] 1868/4348 42% [========================== ] 1869/4348 42% [========================== ] 1870/4348 43% [========================== ] 1871/4348 43% [========================== ] 1872/4348 43% [========================== ] 1873/4348 43% [========================== ] 1874/4348 43% [========================== ] 1875/4348 43% [========================== ] 1876/4348 43% [========================== ] 1877/4348 43% [========================== ] 1878/4348 43% [========================== ] 1879/4348 43% [========================== ] 1880/4348 43% [========================== ] 1881/4348 43% [========================== ] 1882/4348 43% [========================== ] 1883/4348 43% [========================== ] 1884/4348 43% [========================== ] 1885/4348 43% [========================== ] 1886/4348 43% [========================== ] 1887/4348 43% [========================== ] 1888/4348 43% [========================== ] 1889/4348 43% [========================== ] 1890/4348 43% [========================== ] 1891/4348 43% [========================== ] 1892/4348 43% [========================== ] 1893/4348 43% [=========================== ] 1894/4348 43% [=========================== ] 1895/4348 43% [=========================== ] 1896/4348 43% [=========================== ] 1897/4348 43% [=========================== ] 1898/4348 43% [=========================== ] 1899/4348 43% [=========================== ] 1900/4348 43% [=========================== ] 1901/4348 43% [=========================== ] 1902/4348 43% [=========================== ] 1903/4348 43% [=========================== ] 1904/4348 43% [=========================== ] 1905/4348 43% [=========================== ] 1906/4348 43% [=========================== ] 1907/4348 43% [=========================== ] 1908/4348 43% [=========================== ] 1909/4348 43% [=========================== ] 1910/4348 43% [=========================== ] 1911/4348 43% [=========================== ] 1912/4348 43% [=========================== ] 1913/4348 43% [=========================== ] 1914/4348 44% [=========================== ] 1915/4348 44% [=========================== ] 1916/4348 44% [=========================== ] 1917/4348 44% [=========================== ] 1918/4348 44% [=========================== ] 1919/4348 44% [=========================== ] 1920/4348 44% [=========================== ] 1921/4348 44% [=========================== ] 1922/4348 44% [=========================== ] 1923/4348 44% [=========================== ] 1924/4348 44% [=========================== ] 1925/4348 44% [=========================== ] 1926/4348 44% [=========================== ] 1927/4348 44% [=========================== ] 1928/4348 44% [=========================== ] 1929/4348 44% [=========================== ] 1930/4348 44% [=========================== ] 1931/4348 44% [=========================== ] 1932/4348 44% [=========================== ] 1933/4348 44% [=========================== ] 1934/4348 44% [=========================== ] 1935/4348 44% [=========================== ] 1936/4348 44% [=========================== ] 1937/4348 44% [=========================== ] 1938/4348 44% [=========================== ] 1939/4348 44% [=========================== ] 1940/4348 44% [=========================== ] 1941/4348 44% [=========================== ] 1942/4348 44% [=========================== ] 1943/4348 44% [=========================== ] 1944/4348 44% [=========================== ] 1945/4348 44% [=========================== ] 1946/4348 44% [=========================== ] 1947/4348 44% [=========================== ] 1948/4348 44% [=========================== ] 1949/4348 44% [=========================== ] 1950/4348 44% [=========================== ] 1951/4348 44% [=========================== ] 1952/4348 44% [=========================== ] 1953/4348 44% [=========================== ] 1954/4348 44% [=========================== ] 1955/4348 44% [=========================== ] 1956/4348 44% [=========================== ] 1957/4348 45% [=========================== ] 1958/4348 45% [=========================== ] 1959/4348 45% [=========================== ] 1960/4348 45% [=========================== ] 1961/4348 45% [=========================== ] 1962/4348 45% [=========================== ] 1963/4348 45% [============================ ] 1964/4348 45% [============================ ] 1965/4348 45% [============================ ] 1966/4348 45% [============================ ] 1967/4348 45% [============================ ] 1968/4348 45% [============================ ] 1969/4348 45% [============================ ] 1970/4348 45% [============================ ] 1971/4348 45% [============================ ] 1972/4348 45% [============================ ] 1973/4348 45% [============================ ] 1974/4348 45% [============================ ] 1975/4348 45% [============================ ] 1976/4348 45% [============================ ] 1977/4348 45% [============================ ] 1978/4348 45% [============================ ] 1979/4348 45% [============================ ] 1980/4348 45% [============================ ] 1981/4348 45% [============================ ] 1982/4348 45% [============================ ] 1983/4348 45% [============================ ] 1984/4348 45% [============================ ] 1985/4348 45% [============================ ] 1986/4348 45% [============================ ] 1987/4348 45% [============================ ] 1988/4348 45% [============================ ] 1989/4348 45% [============================ ] 1990/4348 45% [============================ ] 1991/4348 45% [============================ ] 1992/4348 45% [============================ ] 1993/4348 45% [============================ ] 1994/4348 45% [============================ ] 1995/4348 45% [============================ ] 1996/4348 45% [============================ ] 1997/4348 45% [============================ ] 1998/4348 45% [============================ ] 1999/4348 45% [============================ ] 2000/4348 45% [============================ ] 2001/4348 46% [============================ ] 2002/4348 46% [============================ ] 2003/4348 46% [============================ ] 2004/4348 46% [============================ ] 2005/4348 46% [============================ ] 2006/4348 46% [============================ ] 2007/4348 46% [============================ ] 2008/4348 46% [============================ ] 2009/4348 46% [============================ ] 2010/4348 46% [============================ ] 2011/4348 46% [============================ ] 2012/4348 46% [============================ ] 2013/4348 46% [============================ ] 2014/4348 46% [============================ ] 2015/4348 46% [============================ ] 2016/4348 46% [============================ ] 2017/4348 46% [============================ ] 2018/4348 46% [============================ ] 2019/4348 46% [============================ ] 2020/4348 46% [============================ ] 2021/4348 46% [============================ ] 2022/4348 46% [============================ ] 2023/4348 46% [============================ ] 2024/4348 46% [============================ ] 2025/4348 46% [============================ ] 2026/4348 46% [============================ ] 2027/4348 46% [============================ ] 2028/4348 46% [============================ ] 2029/4348 46% [============================ ] 2030/4348 46% [============================ ] 2031/4348 46% [============================ ] 2032/4348 46% [============================ ] 2033/4348 46% [============================= ] 2034/4348 46% [============================= ] 2035/4348 46% [============================= ] 2036/4348 46% [============================= ] 2037/4348 46% [============================= ] 2038/4348 46% [============================= ] 2039/4348 46% [============================= ] 2040/4348 46% [============================= ] 2041/4348 46% [============================= ] 2042/4348 46% [============================= ] 2043/4348 46% [============================= ] 2044/4348 47% [============================= ] 2045/4348 47% [============================= ] 2046/4348 47% [============================= ] 2047/4348 47% [============================= ] 2048/4348 47% [============================= ] 2049/4348 47% [============================= ] 2050/4348 47% [============================= ] 2051/4348 47% [============================= ] 2052/4348 47% [============================= ] 2053/4348 47% [============================= ] 2054/4348 47% [============================= ] 2055/4348 47% [============================= ] 2056/4348 47% [============================= ] 2057/4348 47% [============================= ] 2058/4348 47% [============================= ] 2059/4348 47% [============================= ] 2060/4348 47% [============================= ] 2061/4348 47% [============================= ] 2062/4348 47% [============================= ] 2063/4348 47% [============================= ] 2064/4348 47% [============================= ] 2065/4348 47% [============================= ] 2066/4348 47% [============================= ] 2067/4348 47% [============================= ] 2068/4348 47% [============================= ] 2069/4348 47% [============================= ] 2070/4348 47% [============================= ] 2071/4348 47% [============================= ] 2072/4348 47% [============================= ] 2073/4348 47% [============================= ] 2074/4348 47% [============================= ] 2075/4348 47% [============================= ] 2076/4348 47% [============================= ] 2077/4348 47% [============================= ] 2078/4348 47% [============================= ] 2079/4348 47% [============================= ] 2080/4348 47% [============================= ] 2081/4348 47% [============================= ] 2082/4348 47% [============================= ] 2083/4348 47% [============================= ] 2084/4348 47% [============================= ] 2085/4348 47% [============================= ] 2086/4348 47% [============================= ] 2087/4348 47% [============================= ] 2088/4348 48% [============================= ] 2089/4348 48% [============================= ] 2090/4348 48% [============================= ] 2091/4348 48% [============================= ] 2092/4348 48% [============================= ] 2093/4348 48% [============================= ] 2094/4348 48% [============================= ] 2095/4348 48% [============================= ] 2096/4348 48% [============================= ] 2097/4348 48% [============================= ] 2098/4348 48% [============================= ] 2099/4348 48% [============================= ] 2100/4348 48% [============================= ] 2101/4348 48% [============================= ] 2102/4348 48% [============================= ] 2103/4348 48% [============================== ] 2104/4348 48% [============================== ] 2105/4348 48% [============================== ] 2106/4348 48% [============================== ] 2107/4348 48% [============================== ] 2108/4348 48% [============================== ] 2109/4348 48% [============================== ] 2110/4348 48% [============================== ] 2111/4348 48% [============================== ] 2112/4348 48% [============================== ] 2113/4348 48% [============================== ] 2114/4348 48% [============================== ] 2115/4348 48% [============================== ] 2116/4348 48% [============================== ] 2117/4348 48% [============================== ] 2118/4348 48% [============================== ] 2119/4348 48% [============================== ] 2120/4348 48% [============================== ] 2121/4348 48% [============================== ] 2122/4348 48% [============================== ] 2123/4348 48% [============================== ] 2124/4348 48% [============================== ] 2125/4348 48% [============================== ] 2126/4348 48% [============================== ] 2127/4348 48% [============================== ] 2128/4348 48% [============================== ] 2129/4348 48% [============================== ] 2130/4348 48% [============================== ] 2131/4348 49% [============================== ] 2132/4348 49% [============================== ] 2133/4348 49% [============================== ] 2134/4348 49% [============================== ] 2135/4348 49% [============================== ] 2136/4348 49% [============================== ] 2137/4348 49% [============================== ] 2138/4348 49% [============================== ] 2139/4348 49% [============================== ] 2140/4348 49% [============================== ] 2141/4348 49% [============================== ] 2142/4348 49% [============================== ] 2143/4348 49% [============================== ] 2144/4348 49% [============================== ] 2145/4348 49% [============================== ] 2146/4348 49% [============================== ] 2147/4348 49% [============================== ] 2148/4348 49% [============================== ] 2149/4348 49% [============================== ] 2150/4348 49% [============================== ] 2151/4348 49% [============================== ] 2152/4348 49% [============================== ] 2153/4348 49% [============================== ] 2154/4348 49% [============================== ] 2155/4348 49% [============================== ] 2156/4348 49% [============================== ] 2157/4348 49% [============================== ] 2158/4348 49% [============================== ] 2159/4348 49% [============================== ] 2160/4348 49% [============================== ] 2161/4348 49% [============================== ] 2162/4348 49% [============================== ] 2163/4348 49% [============================== ] 2164/4348 49% [============================== ] 2165/4348 49% [============================== ] 2166/4348 49% [============================== ] 2167/4348 49% [============================== ] 2168/4348 49% [============================== ] 2169/4348 49% [============================== ] 2170/4348 49% [============================== ] 2171/4348 49% [============================== ] 2172/4348 49% [============================== ] 2173/4348 49% [=============================== ] 2174/4348 50% [=============================== ] 2175/4348 50% [=============================== ] 2176/4348 50% [=============================== ] 2177/4348 50% [=============================== ] 2178/4348 50% [=============================== ] 2179/4348 50% [=============================== ] 2180/4348 50% [=============================== ] 2181/4348 50% [=============================== ] 2182/4348 50% [=============================== ] 2183/4348 50% [=============================== ] 2184/4348 50% [=============================== ] 2185/4348 50% [=============================== ] 2186/4348 50% [=============================== ] 2187/4348 50% [=============================== ] 2188/4348 50% [=============================== ] 2189/4348 50% [=============================== ] 2190/4348 50% [=============================== ] 2191/4348 50% [=============================== ] 2192/4348 50% [=============================== ] 2193/4348 50% [=============================== ] 2194/4348 50% [=============================== ] 2195/4348 50% [=============================== ] 2196/4348 50% [=============================== ] 2197/4348 50% [=============================== ] 2198/4348 50% [=============================== ] 2199/4348 50% [=============================== ] 2200/4348 50% [=============================== ] 2201/4348 50% [=============================== ] 2202/4348 50% [=============================== ] 2203/4348 50% [=============================== ] 2204/4348 50% [=============================== ] 2205/4348 50% [=============================== ] 2206/4348 50% [=============================== ] 2207/4348 50% [=============================== ] 2208/4348 50% [=============================== ] 2209/4348 50% [=============================== ] 2210/4348 50% [=============================== ] 2211/4348 50% [=============================== ] 2212/4348 50% [=============================== ] 2213/4348 50% [=============================== ] 2214/4348 50% [=============================== ] 2215/4348 50% [=============================== ] 2216/4348 50% [=============================== ] 2217/4348 50% [=============================== ] 2218/4348 51% [=============================== ] 2219/4348 51% [=============================== ] 2220/4348 51% [=============================== ] 2221/4348 51% [=============================== ] 2222/4348 51% [=============================== ] 2223/4348 51% [=============================== ] 2224/4348 51% [=============================== ] 2225/4348 51% [=============================== ] 2226/4348 51% [=============================== ] 2227/4348 51% [=============================== ] 2228/4348 51% [=============================== ] 2229/4348 51% [=============================== ] 2230/4348 51% [=============================== ] 2231/4348 51% [=============================== ] 2232/4348 51% [=============================== ] 2233/4348 51% [=============================== ] 2234/4348 51% [=============================== ] 2235/4348 51% [=============================== ] 2236/4348 51% [=============================== ] 2237/4348 51% [=============================== ] 2238/4348 51% [=============================== ] 2239/4348 51% [=============================== ] 2240/4348 51% [=============================== ] 2241/4348 51% [=============================== ] 2242/4348 51% [=============================== ] 2243/4348 51% [=============================== ] 2244/4348 51% [================================ ] 2245/4348 51% [================================ ] 2246/4348 51% [================================ ] 2247/4348 51% [================================ ] 2248/4348 51% [================================ ] 2249/4348 51% [================================ ] 2250/4348 51% [================================ ] 2251/4348 51% [================================ ] 2252/4348 51% [================================ ] 2253/4348 51% [================================ ] 2254/4348 51% [================================ ] 2255/4348 51% [================================ ] 2256/4348 51% [================================ ] 2257/4348 51% [================================ ] 2258/4348 51% [================================ ] 2259/4348 51% [================================ ] 2260/4348 51% [================================ ] 2261/4348 52% [================================ ] 2262/4348 52% [================================ ] 2263/4348 52% [================================ ] 2264/4348 52% [================================ ] 2265/4348 52% [================================ ] 2266/4348 52% [================================ ] 2267/4348 52% [================================ ] 2268/4348 52% [================================ ] 2269/4348 52% [================================ ] 2270/4348 52% [================================ ] 2271/4348 52% [================================ ] 2272/4348 52% [================================ ] 2273/4348 52% [================================ ] 2274/4348 52% [================================ ] 2275/4348 52% [================================ ] 2276/4348 52% [================================ ] 2277/4348 52% [================================ ] 2278/4348 52% [================================ ] 2279/4348 52% [================================ ] 2280/4348 52% [================================ ] 2281/4348 52% [================================ ] 2282/4348 52% [================================ ] 2283/4348 52% [================================ ] 2284/4348 52% [================================ ] 2285/4348 52% [================================ ] 2286/4348 52% [================================ ] 2287/4348 52% [================================ ] 2288/4348 52% [================================ ] 2289/4348 52% [================================ ] 2290/4348 52% [================================ ] 2291/4348 52% [================================ ] 2292/4348 52% [================================ ] 2293/4348 52% [================================ ] 2294/4348 52% [================================ ] 2295/4348 52% [================================ ] 2296/4348 52% [================================ ] 2297/4348 52% [================================ ] 2298/4348 52% [================================ ] 2299/4348 52% [================================ ] 2300/4348 52% [================================ ] 2301/4348 52% [================================ ] 2302/4348 52% [================================ ] 2303/4348 52% [================================ ] 2304/4348 52% [================================ ] 2305/4348 53% [================================ ] 2306/4348 53% [================================ ] 2307/4348 53% [================================ ] 2308/4348 53% [================================ ] 2309/4348 53% [================================ ] 2310/4348 53% [================================ ] 2311/4348 53% [================================ ] 2312/4348 53% [================================ ] 2313/4348 53% [================================ ] 2314/4348 53% [================================= ] 2315/4348 53% [================================= ] 2316/4348 53% [================================= ] 2317/4348 53% [================================= ] 2318/4348 53% [================================= ] 2319/4348 53% [================================= ] 2320/4348 53% [================================= ] 2321/4348 53% [================================= ] 2322/4348 53% [================================= ] 2323/4348 53% [================================= ] 2324/4348 53% [================================= ] 2325/4348 53% [================================= ] 2326/4348 53% [================================= ] 2327/4348 53% [================================= ] 2328/4348 53% [================================= ] 2329/4348 53% [================================= ] 2330/4348 53% [================================= ] 2331/4348 53% [================================= ] 2332/4348 53% [================================= ] 2333/4348 53% [================================= ] 2334/4348 53% [================================= ] 2335/4348 53% [================================= ] 2336/4348 53% [================================= ] 2337/4348 53% [================================= ] 2338/4348 53% [================================= ] 2339/4348 53% [================================= ] 2340/4348 53% [================================= ] 2341/4348 53% [================================= ] 2342/4348 53% [================================= ] 2343/4348 53% [================================= ] 2344/4348 53% [================================= ] 2345/4348 53% [================================= ] 2346/4348 53% [================================= ] 2347/4348 53% [================================= ] 2348/4348 54% [================================= ] 2349/4348 54% [================================= ] 2350/4348 54% [================================= ] 2351/4348 54% [================================= ] 2352/4348 54% [================================= ] 2353/4348 54% [================================= ] 2354/4348 54% [================================= ] 2355/4348 54% [================================= ] 2356/4348 54% [================================= ] 2357/4348 54% [================================= ] 2358/4348 54% [================================= ] 2359/4348 54% [================================= ] 2360/4348 54% [================================= ] 2361/4348 54% [================================= ] 2362/4348 54% [================================= ] 2363/4348 54% [================================= ] 2364/4348 54% [================================= ] 2365/4348 54% [================================= ] 2366/4348 54% [================================= ] 2367/4348 54% [================================= ] 2368/4348 54% [================================= ] 2369/4348 54% [================================= ] 2370/4348 54% [================================= ] 2371/4348 54% [================================= ] 2372/4348 54% [================================= ] 2373/4348 54% [================================= ] 2374/4348 54% [================================= ] 2375/4348 54% [================================= ] 2376/4348 54% [================================= ] 2377/4348 54% [================================= ] 2378/4348 54% [================================= ] 2379/4348 54% [================================= ] 2380/4348 54% [================================= ] 2381/4348 54% [================================= ] 2382/4348 54% [================================= ] 2383/4348 54% [================================= ] 2384/4348 54% [================================== ] 2385/4348 54% [================================== ] 2386/4348 54% [================================== ] 2387/4348 54% [================================== ] 2388/4348 54% [================================== ] 2389/4348 54% [================================== ] 2390/4348 54% [================================== ] 2391/4348 54% [================================== ] 2392/4348 55% [================================== ] 2393/4348 55% [================================== ] 2394/4348 55% [================================== ] 2395/4348 55% [================================== ] 2396/4348 55% [================================== ] 2397/4348 55% [================================== ] 2398/4348 55% [================================== ] 2399/4348 55% [================================== ] 2400/4348 55% [================================== ] 2401/4348 55% [================================== ] 2402/4348 55% [================================== ] 2403/4348 55% [================================== ] 2404/4348 55% [================================== ] 2405/4348 55% [================================== ] 2406/4348 55% [================================== ] 2407/4348 55% [================================== ] 2408/4348 55% [================================== ] 2409/4348 55% [================================== ] 2410/4348 55% [================================== ] 2411/4348 55% [================================== ] 2412/4348 55% [================================== ] 2413/4348 55% [================================== ] 2414/4348 55% [================================== ] 2415/4348 55% [================================== ] 2416/4348 55% [================================== ] 2417/4348 55% [================================== ] 2418/4348 55% [================================== ] 2419/4348 55% [================================== ] 2420/4348 55% [================================== ] 2421/4348 55% [================================== ] 2422/4348 55% [================================== ] 2423/4348 55% [================================== ] 2424/4348 55% [================================== ] 2425/4348 55% [================================== ] 2426/4348 55% [================================== ] 2427/4348 55% [================================== ] 2428/4348 55% [================================== ] 2429/4348 55% [================================== ] 2430/4348 55% [================================== ] 2431/4348 55% [================================== ] 2432/4348 55% [================================== ] 2433/4348 55% [================================== ] 2434/4348 55% [================================== ] 2435/4348 56% [================================== ] 2436/4348 56% [================================== ] 2437/4348 56% [================================== ] 2438/4348 56% [================================== ] 2439/4348 56% [================================== ] 2440/4348 56% [================================== ] 2441/4348 56% [================================== ] 2442/4348 56% [================================== ] 2443/4348 56% [================================== ] 2444/4348 56% [================================== ] 2445/4348 56% [================================== ] 2446/4348 56% [================================== ] 2447/4348 56% [================================== ] 2448/4348 56% [================================== ] 2449/4348 56% [================================== ] 2450/4348 56% [================================== ] 2451/4348 56% [================================== ] 2452/4348 56% [================================== ] 2453/4348 56% [================================== ] 2454/4348 56% [=================================== ] 2455/4348 56% [=================================== ] 2456/4348 56% [=================================== ] 2457/4348 56% [=================================== ] 2458/4348 56% [=================================== ] 2459/4348 56% [=================================== ] 2460/4348 56% [=================================== ] 2461/4348 56% [=================================== ] 2462/4348 56% [=================================== ] 2463/4348 56% [=================================== ] 2464/4348 56% [=================================== ] 2465/4348 56% [=================================== ] 2466/4348 56% [=================================== ] 2467/4348 56% [=================================== ] 2468/4348 56% [=================================== ] 2469/4348 56% [=================================== ] 2470/4348 56% [=================================== ] 2471/4348 56% [=================================== ] 2472/4348 56% [=================================== ] 2473/4348 56% [=================================== ] 2474/4348 56% [=================================== ] 2475/4348 56% [=================================== ] 2476/4348 56% [=================================== ] 2477/4348 56% [=================================== ] 2478/4348 56% [=================================== ] 2479/4348 57% [=================================== ] 2480/4348 57% [=================================== ] 2481/4348 57% [=================================== ] 2482/4348 57% [=================================== ] 2483/4348 57% [=================================== ] 2484/4348 57% [=================================== ] 2485/4348 57% [=================================== ] 2486/4348 57% [=================================== ] 2487/4348 57% [=================================== ] 2488/4348 57% [=================================== ] 2489/4348 57% [=================================== ] 2490/4348 57% [=================================== ] 2491/4348 57% [=================================== ] 2492/4348 57% [=================================== ] 2493/4348 57% [=================================== ] 2494/4348 57% [=================================== ] 2495/4348 57% [=================================== ] 2496/4348 57% [=================================== ] 2497/4348 57% [=================================== ] 2498/4348 57% [=================================== ] 2499/4348 57% [=================================== ] 2500/4348 57% [=================================== ] 2501/4348 57% [=================================== ] 2502/4348 57% [=================================== ] 2503/4348 57% [=================================== ] 2504/4348 57% [=================================== ] 2505/4348 57% [=================================== ] 2506/4348 57% [=================================== ] 2507/4348 57% [=================================== ] 2508/4348 57% [=================================== ] 2509/4348 57% [=================================== ] 2510/4348 57% [=================================== ] 2511/4348 57% [=================================== ] 2512/4348 57% [=================================== ] 2513/4348 57% [=================================== ] 2514/4348 57% [=================================== ] 2515/4348 57% [=================================== ] 2516/4348 57% [=================================== ] 2517/4348 57% [=================================== ] 2518/4348 57% [=================================== ] 2519/4348 57% [=================================== ] 2520/4348 57% [=================================== ] 2521/4348 57% [=================================== ] 2522/4348 58% [=================================== ] 2523/4348 58% [=================================== ] 2524/4348 58% [==================================== ] 2525/4348 58% [==================================== ] 2526/4348 58% [==================================== ] 2527/4348 58% [==================================== ] 2528/4348 58% [==================================== ] 2529/4348 58% [==================================== ] 2530/4348 58% [==================================== ] 2531/4348 58% [==================================== ] 2532/4348 58% [==================================== ] 2533/4348 58% [==================================== ] 2534/4348 58% [==================================== ] 2535/4348 58% [==================================== ] 2536/4348 58% [==================================== ] 2537/4348 58% [==================================== ] 2538/4348 58% [==================================== ] 2539/4348 58% [==================================== ] 2540/4348 58% [==================================== ] 2541/4348 58% [==================================== ] 2542/4348 58% [==================================== ] 2543/4348 58% [==================================== ] 2544/4348 58% [==================================== ] 2545/4348 58% [==================================== ] 2546/4348 58% [==================================== ] 2547/4348 58% [==================================== ] 2548/4348 58% [==================================== ] 2549/4348 58% [==================================== ] 2550/4348 58% [==================================== ] 2551/4348 58% [==================================== ] 2552/4348 58% [==================================== ] 2553/4348 58% [==================================== ] 2554/4348 58% [==================================== ] 2555/4348 58% [==================================== ] 2556/4348 58% [==================================== ] 2557/4348 58% [==================================== ] 2558/4348 58% [==================================== ] 2559/4348 58% [==================================== ] 2560/4348 58% [==================================== ] 2561/4348 58% [==================================== ] 2562/4348 58% [==================================== ] 2563/4348 58% [==================================== ] 2564/4348 58% [==================================== ] 2565/4348 58% [==================================== ] 2566/4348 59% [==================================== ] 2567/4348 59% [==================================== ] 2568/4348 59% [==================================== ] 2569/4348 59% [==================================== ] 2570/4348 59% [==================================== ] 2571/4348 59% [==================================== ] 2572/4348 59% [==================================== ] 2573/4348 59% [==================================== ] 2574/4348 59% [==================================== ] 2575/4348 59% [==================================== ] 2576/4348 59% [==================================== ] 2577/4348 59% [==================================== ] 2578/4348 59% [==================================== ] 2579/4348 59% [==================================== ] 2580/4348 59% [==================================== ] 2581/4348 59% [==================================== ] 2582/4348 59% [==================================== ] 2583/4348 59% [==================================== ] 2584/4348 59% [==================================== ] 2585/4348 59% [==================================== ] 2586/4348 59% [==================================== ] 2587/4348 59% [==================================== ] 2588/4348 59% [==================================== ] 2589/4348 59% [==================================== ] 2590/4348 59% [==================================== ] 2591/4348 59% [==================================== ] 2592/4348 59% [==================================== ] 2593/4348 59% [==================================== ] 2594/4348 59% [===================================== ] 2595/4348 59% [===================================== ] 2596/4348 59% [===================================== ] 2597/4348 59% [===================================== ] 2598/4348 59% [===================================== ] 2599/4348 59% [===================================== ] 2600/4348 59% [===================================== ] 2601/4348 59% [===================================== ] 2602/4348 59% [===================================== ] 2603/4348 59% [===================================== ] 2604/4348 59% [===================================== ] 2605/4348 59% [===================================== ] 2606/4348 59% [===================================== ] 2607/4348 59% [===================================== ] 2608/4348 59% [===================================== ] 2609/4348 60% [===================================== ] 2610/4348 60% [===================================== ] 2611/4348 60% [===================================== ] 2612/4348 60% [===================================== ] 2613/4348 60% [===================================== ] 2614/4348 60% [===================================== ] 2615/4348 60% [===================================== ] 2616/4348 60% [===================================== ] 2617/4348 60% [===================================== ] 2618/4348 60% [===================================== ] 2619/4348 60% [===================================== ] 2620/4348 60% [===================================== ] 2621/4348 60% [===================================== ] 2622/4348 60% [===================================== ] 2623/4348 60% [===================================== ] 2624/4348 60% [===================================== ] 2625/4348 60% [===================================== ] 2626/4348 60% [===================================== ] 2627/4348 60% [===================================== ] 2628/4348 60% [===================================== ] 2629/4348 60% [===================================== ] 2630/4348 60% [===================================== ] 2631/4348 60% [===================================== ] 2632/4348 60% [===================================== ] 2633/4348 60% [===================================== ] 2634/4348 60% [===================================== ] 2635/4348 60% [===================================== ] 2636/4348 60% [===================================== ] 2637/4348 60% [===================================== ] 2638/4348 60% [===================================== ] 2639/4348 60% [===================================== ] 2640/4348 60% [===================================== ] 2641/4348 60% [===================================== ] 2642/4348 60% [===================================== ] 2643/4348 60% [===================================== ] 2644/4348 60% [===================================== ] 2645/4348 60% [===================================== ] 2646/4348 60% [===================================== ] 2647/4348 60% [===================================== ] 2648/4348 60% [===================================== ] 2649/4348 60% [===================================== ] 2650/4348 60% [===================================== ] 2651/4348 60% [===================================== ] 2652/4348 60% [===================================== ] 2653/4348 61% [===================================== ] 2654/4348 61% [===================================== ] 2655/4348 61% [===================================== ] 2656/4348 61% [===================================== ] 2657/4348 61% [===================================== ] 2658/4348 61% [===================================== ] 2659/4348 61% [===================================== ] 2660/4348 61% [===================================== ] 2661/4348 61% [===================================== ] 2662/4348 61% [===================================== ] 2663/4348 61% [===================================== ] 2664/4348 61% [====================================== ] 2665/4348 61% [====================================== ] 2666/4348 61% [====================================== ] 2667/4348 61% [====================================== ] 2668/4348 61% [====================================== ] 2669/4348 61% [====================================== ] 2670/4348 61% [====================================== ] 2671/4348 61% [====================================== ] 2672/4348 61% [====================================== ] 2673/4348 61% [====================================== ] 2674/4348 61% [====================================== ] 2675/4348 61% [====================================== ] 2676/4348 61% [====================================== ] 2677/4348 61% [====================================== ] 2678/4348 61% [====================================== ] 2679/4348 61% [====================================== ] 2680/4348 61% [====================================== ] 2681/4348 61% [====================================== ] 2682/4348 61% [====================================== ] 2683/4348 61% [====================================== ] 2684/4348 61% [====================================== ] 2685/4348 61% [====================================== ] 2686/4348 61% [====================================== ] 2687/4348 61% [====================================== ] 2688/4348 61% [====================================== ] 2689/4348 61% [====================================== ] 2690/4348 61% [====================================== ] 2691/4348 61% [====================================== ] 2692/4348 61% [====================================== ] 2693/4348 61% [====================================== ] 2694/4348 61% [====================================== ] 2695/4348 61% [====================================== ] 2696/4348 62% [====================================== ] 2697/4348 62% [====================================== ] 2698/4348 62% [====================================== ] 2699/4348 62% [====================================== ] 2700/4348 62% [====================================== ] 2701/4348 62% [====================================== ] 2702/4348 62% [====================================== ] 2703/4348 62% [====================================== ] 2704/4348 62% [====================================== ] 2705/4348 62% [====================================== ] 2706/4348 62% [====================================== ] 2707/4348 62% [====================================== ] 2708/4348 62% [====================================== ] 2709/4348 62% [====================================== ] 2710/4348 62% [====================================== ] 2711/4348 62% [====================================== ] 2712/4348 62% [====================================== ] 2713/4348 62% [====================================== ] 2714/4348 62% [====================================== ] 2715/4348 62% [====================================== ] 2716/4348 62% [====================================== ] 2717/4348 62% [====================================== ] 2718/4348 62% [====================================== ] 2719/4348 62% [====================================== ] 2720/4348 62% [====================================== ] 2721/4348 62% [====================================== ] 2722/4348 62% [====================================== ] 2723/4348 62% [====================================== ] 2724/4348 62% [====================================== ] 2725/4348 62% [====================================== ] 2726/4348 62% [====================================== ] 2727/4348 62% [====================================== ] 2728/4348 62% [====================================== ] 2729/4348 62% [====================================== ] 2730/4348 62% [====================================== ] 2731/4348 62% [====================================== ] 2732/4348 62% [====================================== ] 2733/4348 62% [====================================== ] 2734/4348 62% [====================================== ] 2735/4348 62% [======================================= ] 2736/4348 62% [======================================= ] 2737/4348 62% [======================================= ] 2738/4348 62% [======================================= ] 2739/4348 62% [======================================= ] 2740/4348 63% [======================================= ] 2741/4348 63% [======================================= ] 2742/4348 63% [======================================= ] 2743/4348 63% [======================================= ] 2744/4348 63% [======================================= ] 2745/4348 63% [======================================= ] 2746/4348 63% [======================================= ] 2747/4348 63% [======================================= ] 2748/4348 63% [======================================= ] 2749/4348 63% [======================================= ] 2750/4348 63% [======================================= ] 2751/4348 63% [======================================= ] 2752/4348 63% [======================================= ] 2753/4348 63% [======================================= ] 2754/4348 63% [======================================= ] 2755/4348 63% [======================================= ] 2756/4348 63% [======================================= ] 2757/4348 63% [======================================= ] 2758/4348 63% [======================================= ] 2759/4348 63% [======================================= ] 2760/4348 63% [======================================= ] 2761/4348 63% [======================================= ] 2762/4348 63% [======================================= ] 2763/4348 63% [======================================= ] 2764/4348 63% [======================================= ] 2765/4348 63% [======================================= ] 2766/4348 63% [======================================= ] 2767/4348 63% [======================================= ] 2768/4348 63% [======================================= ] 2769/4348 63% [======================================= ] 2770/4348 63% [======================================= ] 2771/4348 63% [======================================= ] 2772/4348 63% [======================================= ] 2773/4348 63% [======================================= ] 2774/4348 63% [======================================= ] 2775/4348 63% [======================================= ] 2776/4348 63% [======================================= ] 2777/4348 63% [======================================= ] 2778/4348 63% [======================================= ] 2779/4348 63% [======================================= ] 2780/4348 63% [======================================= ] 2781/4348 63% [======================================= ] 2782/4348 63% [======================================= ] 2783/4348 64% [======================================= ] 2784/4348 64% [======================================= ] 2785/4348 64% [======================================= ] 2786/4348 64% [======================================= ] 2787/4348 64% [======================================= ] 2788/4348 64% [======================================= ] 2789/4348 64% [======================================= ] 2790/4348 64% [======================================= ] 2791/4348 64% [======================================= ] 2792/4348 64% [======================================= ] 2793/4348 64% [======================================= ] 2794/4348 64% [======================================= ] 2795/4348 64% [======================================= ] 2796/4348 64% [======================================= ] 2797/4348 64% [======================================= ] 2798/4348 64% [======================================= ] 2799/4348 64% [======================================= ] 2800/4348 64% [======================================= ] 2801/4348 64% [======================================= ] 2802/4348 64% [======================================= ] 2803/4348 64% [======================================= ] 2804/4348 64% [======================================= ] 2805/4348 64% [======================================== ] 2806/4348 64% [======================================== ] 2807/4348 64% [======================================== ] 2808/4348 64% [======================================== ] 2809/4348 64% [======================================== ] 2810/4348 64% [======================================== ] 2811/4348 64% [======================================== ] 2812/4348 64% [======================================== ] 2813/4348 64% [======================================== ] 2814/4348 64% [======================================== ] 2815/4348 64% [======================================== ] 2816/4348 64% [======================================== ] 2817/4348 64% [======================================== ] 2818/4348 64% [======================================== ] 2819/4348 64% [======================================== ] 2820/4348 64% [======================================== ] 2821/4348 64% [======================================== ] 2822/4348 64% [======================================== ] 2823/4348 64% [======================================== ] 2824/4348 64% [======================================== ] 2825/4348 64% [======================================== ] 2826/4348 64% [======================================== ] 2827/4348 65% [======================================== ] 2828/4348 65% [======================================== ] 2829/4348 65% [======================================== ] 2830/4348 65% [======================================== ] 2831/4348 65% [======================================== ] 2832/4348 65% [======================================== ] 2833/4348 65% [======================================== ] 2834/4348 65% [======================================== ] 2835/4348 65% [======================================== ] 2836/4348 65% [======================================== ] 2837/4348 65% [======================================== ] 2838/4348 65% [======================================== ] 2839/4348 65% [======================================== ] 2840/4348 65% [======================================== ] 2841/4348 65% [======================================== ] 2842/4348 65% [======================================== ] 2843/4348 65% [======================================== ] 2844/4348 65% [======================================== ] 2845/4348 65% [======================================== ] 2846/4348 65% [======================================== ] 2847/4348 65% [======================================== ] 2848/4348 65% [======================================== ] 2849/4348 65% [======================================== ] 2850/4348 65% [======================================== ] 2851/4348 65% [======================================== ] 2852/4348 65% [======================================== ] 2853/4348 65% [======================================== ] 2854/4348 65% [======================================== ] 2855/4348 65% [======================================== ] 2856/4348 65% [======================================== ] 2857/4348 65% [======================================== ] 2858/4348 65% [======================================== ] 2859/4348 65% [======================================== ] 2860/4348 65% [======================================== ] 2861/4348 65% [======================================== ] 2862/4348 65% [======================================== ] 2863/4348 65% [======================================== ] 2864/4348 65% [======================================== ] 2865/4348 65% [======================================== ] 2866/4348 65% [======================================== ] 2867/4348 65% [======================================== ] 2868/4348 65% [======================================== ] 2869/4348 65% [======================================== ] 2870/4348 66% [======================================== ] 2871/4348 66% [======================================== ] 2872/4348 66% [======================================== ] 2873/4348 66% [======================================== ] 2874/4348 66% [======================================== ] 2875/4348 66% [========================================= ] 2876/4348 66% [========================================= ] 2877/4348 66% [========================================= ] 2878/4348 66% [========================================= ] 2879/4348 66% [========================================= ] 2880/4348 66% [========================================= ] 2881/4348 66% [========================================= ] 2882/4348 66% [========================================= ] 2883/4348 66% [========================================= ] 2884/4348 66% [========================================= ] 2885/4348 66% [========================================= ] 2886/4348 66% [========================================= ] 2887/4348 66% [========================================= ] 2888/4348 66% [========================================= ] 2889/4348 66% [========================================= ] 2890/4348 66% [========================================= ] 2891/4348 66% [========================================= ] 2892/4348 66% [========================================= ] 2893/4348 66% [========================================= ] 2894/4348 66% [========================================= ] 2895/4348 66% [========================================= ] 2896/4348 66% [========================================= ] 2897/4348 66% [========================================= ] 2898/4348 66% [========================================= ] 2899/4348 66% [========================================= ] 2900/4348 66% [========================================= ] 2901/4348 66% [========================================= ] 2902/4348 66% [========================================= ] 2903/4348 66% [========================================= ] 2904/4348 66% [========================================= ] 2905/4348 66% [========================================= ] 2906/4348 66% [========================================= ] 2907/4348 66% [========================================= ] 2908/4348 66% [========================================= ] 2909/4348 66% [========================================= ] 2910/4348 66% [========================================= ] 2911/4348 66% [========================================= ] 2912/4348 66% [========================================= ] 2913/4348 66% [========================================= ] 2914/4348 67% [========================================= ] 2915/4348 67% [========================================= ] 2916/4348 67% [========================================= ] 2917/4348 67% [========================================= ] 2918/4348 67% [========================================= ] 2919/4348 67% [========================================= ] 2920/4348 67% [========================================= ] 2921/4348 67% [========================================= ] 2922/4348 67% [========================================= ] 2923/4348 67% [========================================= ] 2924/4348 67% [========================================= ] 2925/4348 67% [========================================= ] 2926/4348 67% [========================================= ] 2927/4348 67% [========================================= ] 2928/4348 67% [========================================= ] 2929/4348 67% [========================================= ] 2930/4348 67% [========================================= ] 2931/4348 67% [========================================= ] 2932/4348 67% [========================================= ] 2933/4348 67% [========================================= ] 2934/4348 67% [========================================= ] 2935/4348 67% [========================================= ] 2936/4348 67% [========================================= ] 2937/4348 67% [========================================= ] 2938/4348 67% [========================================= ] 2939/4348 67% [========================================= ] 2940/4348 67% [========================================= ] 2941/4348 67% [========================================= ] 2942/4348 67% [========================================= ] 2943/4348 67% [========================================= ] 2944/4348 67% [========================================= ] 2945/4348 67% [========================================== ] 2946/4348 67% [========================================== ] 2947/4348 67% [========================================== ] 2948/4348 67% [========================================== ] 2949/4348 67% [========================================== ] 2950/4348 67% [========================================== ] 2951/4348 67% [========================================== ] 2952/4348 67% [========================================== ] 2953/4348 67% [========================================== ] 2954/4348 67% [========================================== ] 2955/4348 67% [========================================== ] 2956/4348 67% [========================================== ] 2957/4348 68% [========================================== ] 2958/4348 68% [========================================== ] 2959/4348 68% [========================================== ] 2960/4348 68% [========================================== ] 2961/4348 68% [========================================== ] 2962/4348 68% [========================================== ] 2963/4348 68% [========================================== ] 2964/4348 68% [========================================== ] 2965/4348 68% [========================================== ] 2966/4348 68% [========================================== ] 2967/4348 68% [========================================== ] 2968/4348 68% [========================================== ] 2969/4348 68% [========================================== ] 2970/4348 68% [========================================== ] 2971/4348 68% [========================================== ] 2972/4348 68% [========================================== ] 2973/4348 68% [========================================== ] 2974/4348 68% [========================================== ] 2975/4348 68% [========================================== ] 2976/4348 68% [========================================== ] 2977/4348 68% [========================================== ] 2978/4348 68% [========================================== ] 2979/4348 68% [========================================== ] 2980/4348 68% [========================================== ] 2981/4348 68% [========================================== ] 2982/4348 68% [========================================== ] 2983/4348 68% [========================================== ] 2984/4348 68% [========================================== ] 2985/4348 68% [========================================== ] 2986/4348 68% [========================================== ] 2987/4348 68% [========================================== ] 2988/4348 68% [========================================== ] 2989/4348 68% [========================================== ] 2990/4348 68% [========================================== ] 2991/4348 68% [========================================== ] 2992/4348 68% [========================================== ] 2993/4348 68% [========================================== ] 2994/4348 68% [========================================== ] 2995/4348 68% [========================================== ] 2996/4348 68% [========================================== ] 2997/4348 68% [========================================== ] 2998/4348 68% [========================================== ] 2999/4348 68% [========================================== ] 3000/4348 68% [========================================== ] 3001/4348 69% [========================================== ] 3002/4348 69% [========================================== ] 3003/4348 69% [========================================== ] 3004/4348 69% [========================================== ] 3005/4348 69% [========================================== ] 3006/4348 69% [========================================== ] 3007/4348 69% [========================================== ] 3008/4348 69% [========================================== ] 3009/4348 69% [========================================== ] 3010/4348 69% [========================================== ] 3011/4348 69% [========================================== ] 3012/4348 69% [========================================== ] 3013/4348 69% [========================================== ] 3014/4348 69% [========================================== ] 3015/4348 69% [=========================================== ] 3016/4348 69% [=========================================== ] 3017/4348 69% [=========================================== ] 3018/4348 69% [=========================================== ] 3019/4348 69% [=========================================== ] 3020/4348 69% [=========================================== ] 3021/4348 69% [=========================================== ] 3022/4348 69% [=========================================== ] 3023/4348 69% [=========================================== ] 3024/4348 69% [=========================================== ] 3025/4348 69% [=========================================== ] 3026/4348 69% [=========================================== ] 3027/4348 69% [=========================================== ] 3028/4348 69% [=========================================== ] 3029/4348 69% [=========================================== ] 3030/4348 69% [=========================================== ] 3031/4348 69% [=========================================== ] 3032/4348 69% [=========================================== ] 3033/4348 69% [=========================================== ] 3034/4348 69% [=========================================== ] 3035/4348 69% [=========================================== ] 3036/4348 69% [=========================================== ] 3037/4348 69% [=========================================== ] 3038/4348 69% [=========================================== ] 3039/4348 69% [=========================================== ] 3040/4348 69% [=========================================== ] 3041/4348 69% [=========================================== ] 3042/4348 69% [=========================================== ] 3043/4348 69% [=========================================== ] 3044/4348 70% [=========================================== ] 3045/4348 70% [=========================================== ] 3046/4348 70% [=========================================== ] 3047/4348 70% [=========================================== ] 3048/4348 70% [=========================================== ] 3049/4348 70% [=========================================== ] 3050/4348 70% [=========================================== ] 3051/4348 70% [=========================================== ] 3052/4348 70% [=========================================== ] 3053/4348 70% [=========================================== ] 3054/4348 70% [=========================================== ] 3055/4348 70% [=========================================== ] 3056/4348 70% [=========================================== ] 3057/4348 70% [=========================================== ] 3058/4348 70% [=========================================== ] 3059/4348 70% [=========================================== ] 3060/4348 70% [=========================================== ] 3061/4348 70% [=========================================== ] 3062/4348 70% [=========================================== ] 3063/4348 70% [=========================================== ] 3064/4348 70% [=========================================== ] 3065/4348 70% [=========================================== ] 3066/4348 70% [=========================================== ] 3067/4348 70% [=========================================== ] 3068/4348 70% [=========================================== ] 3069/4348 70% [=========================================== ] 3070/4348 70% [=========================================== ] 3071/4348 70% [=========================================== ] 3072/4348 70% [=========================================== ] 3073/4348 70% [=========================================== ] 3074/4348 70% [=========================================== ] 3075/4348 70% [=========================================== ] 3076/4348 70% [=========================================== ] 3077/4348 70% [=========================================== ] 3078/4348 70% [=========================================== ] 3079/4348 70% [=========================================== ] 3080/4348 70% [=========================================== ] 3081/4348 70% [=========================================== ] 3082/4348 70% [=========================================== ] 3083/4348 70% [=========================================== ] 3084/4348 70% [=========================================== ] 3085/4348 70% [============================================ ] 3086/4348 70% [============================================ ] 3087/4348 70% [============================================ ] 3088/4348 71% [============================================ ] 3089/4348 71% [============================================ ] 3090/4348 71% [============================================ ] 3091/4348 71% [============================================ ] 3092/4348 71% [============================================ ] 3093/4348 71% [============================================ ] 3094/4348 71% [============================================ ] 3095/4348 71% [============================================ ] 3096/4348 71% [============================================ ] 3097/4348 71% [============================================ ] 3098/4348 71% [============================================ ] 3099/4348 71% [============================================ ] 3100/4348 71% [============================================ ] 3101/4348 71% [============================================ ] 3102/4348 71% [============================================ ] 3103/4348 71% [============================================ ] 3104/4348 71% [============================================ ] 3105/4348 71% [============================================ ] 3106/4348 71% [============================================ ] 3107/4348 71% [============================================ ] 3108/4348 71% [============================================ ] 3109/4348 71% [============================================ ] 3110/4348 71% [============================================ ] 3111/4348 71% [============================================ ] 3112/4348 71% [============================================ ] 3113/4348 71% [============================================ ] 3114/4348 71% [============================================ ] 3115/4348 71% [============================================ ] 3116/4348 71% [============================================ ] 3117/4348 71% [============================================ ] 3118/4348 71% [============================================ ] 3119/4348 71% [============================================ ] 3120/4348 71% [============================================ ] 3121/4348 71% [============================================ ] 3122/4348 71% [============================================ ] 3123/4348 71% [============================================ ] 3124/4348 71% [============================================ ] 3125/4348 71% [============================================ ] 3126/4348 71% [============================================ ] 3127/4348 71% [============================================ ] 3128/4348 71% [============================================ ] 3129/4348 71% [============================================ ] 3130/4348 71% [============================================ ] 3131/4348 72% [============================================ ] 3132/4348 72% [============================================ ] 3133/4348 72% [============================================ ] 3134/4348 72% [============================================ ] 3135/4348 72% [============================================ ] 3136/4348 72% [============================================ ] 3137/4348 72% [============================================ ] 3138/4348 72% [============================================ ] 3139/4348 72% [============================================ ] 3140/4348 72% [============================================ ] 3141/4348 72% [============================================ ] 3142/4348 72% [============================================ ] 3143/4348 72% [============================================ ] 3144/4348 72% [============================================ ] 3145/4348 72% [============================================ ] 3146/4348 72% [============================================ ] 3147/4348 72% [============================================ ] 3148/4348 72% [============================================ ] 3149/4348 72% [============================================ ] 3150/4348 72% [============================================ ] 3151/4348 72% [============================================ ] 3152/4348 72% [============================================ ] 3153/4348 72% [============================================ ] 3154/4348 72% [============================================ ] 3155/4348 72% [============================================= ] 3156/4348 72% [============================================= ] 3157/4348 72% [============================================= ] 3158/4348 72% [============================================= ] 3159/4348 72% [============================================= ] 3160/4348 72% [============================================= ] 3161/4348 72% [============================================= ] 3162/4348 72% [============================================= ] 3163/4348 72% [============================================= ] 3164/4348 72% [============================================= ] 3165/4348 72% [============================================= ] 3166/4348 72% [============================================= ] 3167/4348 72% [============================================= ] 3168/4348 72% [============================================= ] 3169/4348 72% [============================================= ] 3170/4348 72% [============================================= ] 3171/4348 72% [============================================= ] 3172/4348 72% [============================================= ] 3173/4348 72% [============================================= ] 3174/4348 72% [============================================= ] 3175/4348 73% [============================================= ] 3176/4348 73% [============================================= ] 3177/4348 73% [============================================= ] 3178/4348 73% [============================================= ] 3179/4348 73% [============================================= ] 3180/4348 73% [============================================= ] 3181/4348 73% [============================================= ] 3182/4348 73% [============================================= ] 3183/4348 73% [============================================= ] 3184/4348 73% [============================================= ] 3185/4348 73% [============================================= ] 3186/4348 73% [============================================= ] 3187/4348 73% [============================================= ] 3188/4348 73% [============================================= ] 3189/4348 73% [============================================= ] 3190/4348 73% [============================================= ] 3191/4348 73% [============================================= ] 3192/4348 73% [============================================= ] 3193/4348 73% [============================================= ] 3194/4348 73% [============================================= ] 3195/4348 73% [============================================= ] 3196/4348 73% [============================================= ] 3197/4348 73% [============================================= ] 3198/4348 73% [============================================= ] 3199/4348 73% [============================================= ] 3200/4348 73% [============================================= ] 3201/4348 73% [============================================= ] 3202/4348 73% [============================================= ] 3203/4348 73% [============================================= ] 3204/4348 73% [============================================= ] 3205/4348 73% [============================================= ] 3206/4348 73% [============================================= ] 3207/4348 73% [============================================= ] 3208/4348 73% [============================================= ] 3209/4348 73% [============================================= ] 3210/4348 73% [============================================= ] 3211/4348 73% [============================================= ] 3212/4348 73% [============================================= ] 3213/4348 73% [============================================= ] 3214/4348 73% [============================================= ] 3215/4348 73% [============================================= ] 3216/4348 73% [============================================= ] 3217/4348 73% [============================================= ] 3218/4348 74% [============================================= ] 3219/4348 74% [============================================= ] 3220/4348 74% [============================================= ] 3221/4348 74% [============================================= ] 3222/4348 74% [============================================= ] 3223/4348 74% [============================================= ] 3224/4348 74% [============================================= ] 3225/4348 74% [============================================== ] 3226/4348 74% [============================================== ] 3227/4348 74% [============================================== ] 3228/4348 74% [============================================== ] 3229/4348 74% [============================================== ] 3230/4348 74% [============================================== ] 3231/4348 74% [============================================== ] 3232/4348 74% [============================================== ] 3233/4348 74% [============================================== ] 3234/4348 74% [============================================== ] 3235/4348 74% [============================================== ] 3236/4348 74% [============================================== ] 3237/4348 74% [============================================== ] 3238/4348 74% [============================================== ] 3239/4348 74% [============================================== ] 3240/4348 74% [============================================== ] 3241/4348 74% [============================================== ] 3242/4348 74% [============================================== ] 3243/4348 74% [============================================== ] 3244/4348 74% [============================================== ] 3245/4348 74% [============================================== ] 3246/4348 74% [============================================== ] 3247/4348 74% [============================================== ] 3248/4348 74% [============================================== ] 3249/4348 74% [============================================== ] 3250/4348 74% [============================================== ] 3251/4348 74% [============================================== ] 3252/4348 74% [============================================== ] 3253/4348 74% [============================================== ] 3254/4348 74% [============================================== ] 3255/4348 74% [============================================== ] 3256/4348 74% [============================================== ] 3257/4348 74% [============================================== ] 3258/4348 74% [============================================== ] 3259/4348 74% [============================================== ] 3260/4348 74% [============================================== ] 3261/4348 75% [============================================== ] 3262/4348 75% [============================================== ] 3263/4348 75% [============================================== ] 3264/4348 75% [============================================== ] 3265/4348 75% [============================================== ] 3266/4348 75% [============================================== ] 3267/4348 75% [============================================== ] 3268/4348 75% [============================================== ] 3269/4348 75% [============================================== ] 3270/4348 75% [============================================== ] 3271/4348 75% [============================================== ] 3272/4348 75% [============================================== ] 3273/4348 75% [============================================== ] 3274/4348 75% [============================================== ] 3275/4348 75% [============================================== ] 3276/4348 75% [============================================== ] 3277/4348 75% [============================================== ] 3278/4348 75% [============================================== ] 3279/4348 75% [============================================== ] 3280/4348 75% [============================================== ] 3281/4348 75% [============================================== ] 3282/4348 75% [============================================== ] 3283/4348 75% [============================================== ] 3284/4348 75% [============================================== ] 3285/4348 75% [============================================== ] 3286/4348 75% [============================================== ] 3287/4348 75% [============================================== ] 3288/4348 75% [============================================== ] 3289/4348 75% [============================================== ] 3290/4348 75% [============================================== ] 3291/4348 75% [============================================== ] 3292/4348 75% [============================================== ] 3293/4348 75% [============================================== ] 3294/4348 75% [============================================== ] 3295/4348 75% [============================================== ] 3296/4348 75% [=============================================== ] 3297/4348 75% [=============================================== ] 3298/4348 75% [=============================================== ] 3299/4348 75% [=============================================== ] 3300/4348 75% [=============================================== ] 3301/4348 75% [=============================================== ] 3302/4348 75% [=============================================== ] 3303/4348 75% [=============================================== ] 3304/4348 75% [=============================================== ] 3305/4348 76% [=============================================== ] 3306/4348 76% [=============================================== ] 3307/4348 76% [=============================================== ] 3308/4348 76% [=============================================== ] 3309/4348 76% [=============================================== ] 3310/4348 76% [=============================================== ] 3311/4348 76% [=============================================== ] 3312/4348 76% [=============================================== ] 3313/4348 76% [=============================================== ] 3314/4348 76% [=============================================== ] 3315/4348 76% [=============================================== ] 3316/4348 76% [=============================================== ] 3317/4348 76% [=============================================== ] 3318/4348 76% [=============================================== ] 3319/4348 76% [=============================================== ] 3320/4348 76% [=============================================== ] 3321/4348 76% [=============================================== ] 3322/4348 76% [=============================================== ] 3323/4348 76% [=============================================== ] 3324/4348 76% [=============================================== ] 3325/4348 76% [=============================================== ] 3326/4348 76% [=============================================== ] 3327/4348 76% [=============================================== ] 3328/4348 76% [=============================================== ] 3329/4348 76% [=============================================== ] 3330/4348 76% [=============================================== ] 3331/4348 76% [=============================================== ] 3332/4348 76% [=============================================== ] 3333/4348 76% [=============================================== ] 3334/4348 76% [=============================================== ] 3335/4348 76% [=============================================== ] 3336/4348 76% [=============================================== ] 3337/4348 76% [=============================================== ] 3338/4348 76% [=============================================== ] 3339/4348 76% [=============================================== ] 3340/4348 76% [=============================================== ] 3341/4348 76% [=============================================== ] 3342/4348 76% [=============================================== ] 3343/4348 76% [=============================================== ] 3344/4348 76% [=============================================== ] 3345/4348 76% [=============================================== ] 3346/4348 76% [=============================================== ] 3347/4348 76% [=============================================== ] 3348/4348 77% [=============================================== ] 3349/4348 77% [=============================================== ] 3350/4348 77% [=============================================== ] 3351/4348 77% [=============================================== ] 3352/4348 77% [=============================================== ] 3353/4348 77% [=============================================== ] 3354/4348 77% [=============================================== ] 3355/4348 77% [=============================================== ] 3356/4348 77% [=============================================== ] 3357/4348 77% [=============================================== ] 3358/4348 77% [=============================================== ] 3359/4348 77% [=============================================== ] 3360/4348 77% [=============================================== ] 3361/4348 77% [=============================================== ] 3362/4348 77% [=============================================== ] 3363/4348 77% [=============================================== ] 3364/4348 77% [=============================================== ] 3365/4348 77% [=============================================== ] 3366/4348 77% [================================================ ] 3367/4348 77% [================================================ ] 3368/4348 77% [================================================ ] 3369/4348 77% [================================================ ] 3370/4348 77% [================================================ ] 3371/4348 77% [================================================ ] 3372/4348 77% [================================================ ] 3373/4348 77% [================================================ ] 3374/4348 77% [================================================ ] 3375/4348 77% [================================================ ] 3376/4348 77% [================================================ ] 3377/4348 77% [================================================ ] 3378/4348 77% [================================================ ] 3379/4348 77% [================================================ ] 3380/4348 77% [================================================ ] 3381/4348 77% [================================================ ] 3382/4348 77% [================================================ ] 3383/4348 77% [================================================ ] 3384/4348 77% [================================================ ] 3385/4348 77% [================================================ ] 3386/4348 77% [================================================ ] 3387/4348 77% [================================================ ] 3388/4348 77% [================================================ ] 3389/4348 77% [================================================ ] 3390/4348 77% [================================================ ] 3391/4348 77% [================================================ ] 3392/4348 78% [================================================ ] 3393/4348 78% [================================================ ] 3394/4348 78% [================================================ ] 3395/4348 78% [================================================ ] 3396/4348 78% [================================================ ] 3397/4348 78% [================================================ ] 3398/4348 78% [================================================ ] 3399/4348 78% [================================================ ] 3400/4348 78% [================================================ ] 3401/4348 78% [================================================ ] 3402/4348 78% [================================================ ] 3403/4348 78% [================================================ ] 3404/4348 78% [================================================ ] 3405/4348 78% [================================================ ] 3406/4348 78% [================================================ ] 3407/4348 78% [================================================ ] 3408/4348 78% [================================================ ] 3409/4348 78% [================================================ ] 3410/4348 78% [================================================ ] 3411/4348 78% [================================================ ] 3412/4348 78% [================================================ ] 3413/4348 78% [================================================ ] 3414/4348 78% [================================================ ] 3415/4348 78% [================================================ ] 3416/4348 78% [================================================ ] 3417/4348 78% [================================================ ] 3418/4348 78% [================================================ ] 3419/4348 78% [================================================ ] 3420/4348 78% [================================================ ] 3421/4348 78% [================================================ ] 3422/4348 78% [================================================ ] 3423/4348 78% [================================================ ] 3424/4348 78% [================================================ ] 3425/4348 78% [================================================ ] 3426/4348 78% [================================================ ] 3427/4348 78% [================================================ ] 3428/4348 78% [================================================ ] 3429/4348 78% [================================================ ] 3430/4348 78% [================================================ ] 3431/4348 78% [================================================ ] 3432/4348 78% [================================================ ] 3433/4348 78% [================================================ ] 3434/4348 78% [================================================ ] 3435/4348 79% [================================================ ] 3436/4348 79% [================================================= ] 3437/4348 79% [================================================= ] 3438/4348 79% [================================================= ] 3439/4348 79% [================================================= ] 3440/4348 79% [================================================= ] 3441/4348 79% [================================================= ] 3442/4348 79% [================================================= ] 3443/4348 79% [================================================= ] 3444/4348 79% [================================================= ] 3445/4348 79% [================================================= ] 3446/4348 79% [================================================= ] 3447/4348 79% [================================================= ] 3448/4348 79% [================================================= ] 3449/4348 79% [================================================= ] 3450/4348 79% [================================================= ] 3451/4348 79% [================================================= ] 3452/4348 79% [================================================= ] 3453/4348 79% [================================================= ] 3454/4348 79% [================================================= ] 3455/4348 79% [================================================= ] 3456/4348 79% [================================================= ] 3457/4348 79% [================================================= ] 3458/4348 79% [================================================= ] 3459/4348 79% [================================================= ] 3460/4348 79% [================================================= ] 3461/4348 79% [================================================= ] 3462/4348 79% [================================================= ] 3463/4348 79% [================================================= ] 3464/4348 79% [================================================= ] 3465/4348 79% [================================================= ] 3466/4348 79% [================================================= ] 3467/4348 79% [================================================= ] 3468/4348 79% [================================================= ] 3469/4348 79% [================================================= ] 3470/4348 79% [================================================= ] 3471/4348 79% [================================================= ] 3472/4348 79% [================================================= ] 3473/4348 79% [================================================= ] 3474/4348 79% [================================================= ] 3475/4348 79% [================================================= ] 3476/4348 79% [================================================= ] 3477/4348 79% [================================================= ] 3478/4348 79% [================================================= ] 3479/4348 80% [================================================= ] 3480/4348 80% [================================================= ] 3481/4348 80% [================================================= ] 3482/4348 80% [================================================= ] 3483/4348 80% [================================================= ] 3484/4348 80% [================================================= ] 3485/4348 80% [================================================= ] 3486/4348 80% [================================================= ] 3487/4348 80% [================================================= ] 3488/4348 80% [================================================= ] 3489/4348 80% [================================================= ] 3490/4348 80% [================================================= ] 3491/4348 80% [================================================= ] 3492/4348 80% [================================================= ] 3493/4348 80% [================================================= ] 3494/4348 80% [================================================= ] 3495/4348 80% [================================================= ] 3496/4348 80% [================================================= ] 3497/4348 80% [================================================= ] 3498/4348 80% [================================================= ] 3499/4348 80% [================================================= ] 3500/4348 80% [================================================= ] 3501/4348 80% [================================================= ] 3502/4348 80% [================================================= ] 3503/4348 80% [================================================= ] 3504/4348 80% [================================================= ] 3505/4348 80% [================================================= ] 3506/4348 80% [================================================== ] 3507/4348 80% [================================================== ] 3508/4348 80% [================================================== ] 3509/4348 80% [================================================== ] 3510/4348 80% [================================================== ] 3511/4348 80% [================================================== ] 3512/4348 80% [================================================== ] 3513/4348 80% [================================================== ] 3514/4348 80% [================================================== ] 3515/4348 80% [================================================== ] 3516/4348 80% [================================================== ] 3517/4348 80% [================================================== ] 3518/4348 80% [================================================== ] 3519/4348 80% [================================================== ] 3520/4348 80% [================================================== ] 3521/4348 80% [================================================== ] 3522/4348 81% [================================================== ] 3523/4348 81% [================================================== ] 3524/4348 81% [================================================== ] 3525/4348 81% [================================================== ] 3526/4348 81% [================================================== ] 3527/4348 81% [================================================== ] 3528/4348 81% [================================================== ] 3529/4348 81% [================================================== ] 3530/4348 81% [================================================== ] 3531/4348 81% [================================================== ] 3532/4348 81% [================================================== ] 3533/4348 81% [================================================== ] 3534/4348 81% [================================================== ] 3535/4348 81% [================================================== ] 3536/4348 81% [================================================== ] 3537/4348 81% [================================================== ] 3538/4348 81% [================================================== ] 3539/4348 81% [================================================== ] 3540/4348 81% [================================================== ] 3541/4348 81% [================================================== ] 3542/4348 81% [================================================== ] 3543/4348 81% [================================================== ] 3544/4348 81% [================================================== ] 3545/4348 81% [================================================== ] 3546/4348 81% [================================================== ] 3547/4348 81% [================================================== ] 3548/4348 81% [================================================== ] 3549/4348 81% [================================================== ] 3550/4348 81% [================================================== ] 3551/4348 81% [================================================== ] 3552/4348 81% [================================================== ] 3553/4348 81% [================================================== ] 3554/4348 81% [================================================== ] 3555/4348 81% [================================================== ] 3556/4348 81% [================================================== ] 3557/4348 81% [================================================== ] 3558/4348 81% [================================================== ] 3559/4348 81% [================================================== ] 3560/4348 81% [================================================== ] 3561/4348 81% [================================================== ] 3562/4348 81% [================================================== ] 3563/4348 81% [================================================== ] 3564/4348 81% [================================================== ] 3565/4348 81% [================================================== ] 3566/4348 82% [================================================== ] 3567/4348 82% [================================================== ] 3568/4348 82% [================================================== ] 3569/4348 82% [================================================== ] 3570/4348 82% [================================================== ] 3571/4348 82% [================================================== ] 3572/4348 82% [================================================== ] 3573/4348 82% [================================================== ] 3574/4348 82% [================================================== ] 3575/4348 82% [================================================== ] 3576/4348 82% [=================================================== ] 3577/4348 82% [=================================================== ] 3578/4348 82% [=================================================== ] 3579/4348 82% [=================================================== ] 3580/4348 82% [=================================================== ] 3581/4348 82% [=================================================== ] 3582/4348 82% [=================================================== ] 3583/4348 82% [=================================================== ] 3584/4348 82% [=================================================== ] 3585/4348 82% [=================================================== ] 3586/4348 82% [=================================================== ] 3587/4348 82% [=================================================== ] 3588/4348 82% [=================================================== ] 3589/4348 82% [=================================================== ] 3590/4348 82% [=================================================== ] 3591/4348 82% [=================================================== ] 3592/4348 82% [=================================================== ] 3593/4348 82% [=================================================== ] 3594/4348 82% [=================================================== ] 3595/4348 82% [=================================================== ] 3596/4348 82% [=================================================== ] 3597/4348 82% [=================================================== ] 3598/4348 82% [=================================================== ] 3599/4348 82% [=================================================== ] 3600/4348 82% [=================================================== ] 3601/4348 82% [=================================================== ] 3602/4348 82% [=================================================== ] 3603/4348 82% [=================================================== ] 3604/4348 82% [=================================================== ] 3605/4348 82% [=================================================== ] 3606/4348 82% [=================================================== ] 3607/4348 82% [=================================================== ] 3608/4348 82% [=================================================== ] 3609/4348 83% [=================================================== ] 3610/4348 83% [=================================================== ] 3611/4348 83% [=================================================== ] 3612/4348 83% [=================================================== ] 3613/4348 83% [=================================================== ] 3614/4348 83% [=================================================== ] 3615/4348 83% [=================================================== ] 3616/4348 83% [=================================================== ] 3617/4348 83% [=================================================== ] 3618/4348 83% [=================================================== ] 3619/4348 83% [=================================================== ] 3620/4348 83% [=================================================== ] 3621/4348 83% [=================================================== ] 3622/4348 83% [=================================================== ] 3623/4348 83% [=================================================== ] 3624/4348 83% [=================================================== ] 3625/4348 83% [=================================================== ] 3626/4348 83% [=================================================== ] 3627/4348 83% [=================================================== ] 3628/4348 83% [=================================================== ] 3629/4348 83% [=================================================== ] 3630/4348 83% [=================================================== ] 3631/4348 83% [=================================================== ] 3632/4348 83% [=================================================== ] 3633/4348 83% [=================================================== ] 3634/4348 83% [=================================================== ] 3635/4348 83% [=================================================== ] 3636/4348 83% [=================================================== ] 3637/4348 83% [=================================================== ] 3638/4348 83% [=================================================== ] 3639/4348 83% [=================================================== ] 3640/4348 83% [=================================================== ] 3641/4348 83% [=================================================== ] 3642/4348 83% [=================================================== ] 3643/4348 83% [=================================================== ] 3644/4348 83% [=================================================== ] 3645/4348 83% [=================================================== ] 3646/4348 83% [==================================================== ] 3647/4348 83% [==================================================== ] 3648/4348 83% [==================================================== ] 3649/4348 83% [==================================================== ] 3650/4348 83% [==================================================== ] 3651/4348 83% [==================================================== ] 3652/4348 83% [==================================================== ] 3653/4348 84% [==================================================== ] 3654/4348 84% [==================================================== ] 3655/4348 84% [==================================================== ] 3656/4348 84% [==================================================== ] 3657/4348 84% [==================================================== ] 3658/4348 84% [==================================================== ] 3659/4348 84% [==================================================== ] 3660/4348 84% [==================================================== ] 3661/4348 84% [==================================================== ] 3662/4348 84% [==================================================== ] 3663/4348 84% [==================================================== ] 3664/4348 84% [==================================================== ] 3665/4348 84% [==================================================== ] 3666/4348 84% [==================================================== ] 3667/4348 84% [==================================================== ] 3668/4348 84% [==================================================== ] 3669/4348 84% [==================================================== ] 3670/4348 84% [==================================================== ] 3671/4348 84% [==================================================== ] 3672/4348 84% [==================================================== ] 3673/4348 84% [==================================================== ] 3674/4348 84% [==================================================== ] 3675/4348 84% [==================================================== ] 3676/4348 84% [==================================================== ] 3677/4348 84% [==================================================== ] 3678/4348 84% [==================================================== ] 3679/4348 84% [==================================================== ] 3680/4348 84% [==================================================== ] 3681/4348 84% [==================================================== ] 3682/4348 84% [==================================================== ] 3683/4348 84% [==================================================== ] 3684/4348 84% [==================================================== ] 3685/4348 84% [==================================================== ] 3686/4348 84% [==================================================== ] 3687/4348 84% [==================================================== ] 3688/4348 84% [==================================================== ] 3689/4348 84% [==================================================== ] 3690/4348 84% [==================================================== ] 3691/4348 84% [==================================================== ] 3692/4348 84% [==================================================== ] 3693/4348 84% [==================================================== ] 3694/4348 84% [==================================================== ] 3695/4348 84% [==================================================== ] 3696/4348 85% [==================================================== ] 3697/4348 85% [==================================================== ] 3698/4348 85% [==================================================== ] 3699/4348 85% [==================================================== ] 3700/4348 85% [==================================================== ] 3701/4348 85% [==================================================== ] 3702/4348 85% [==================================================== ] 3703/4348 85% [==================================================== ] 3704/4348 85% [==================================================== ] 3705/4348 85% [==================================================== ] 3706/4348 85% [==================================================== ] 3707/4348 85% [==================================================== ] 3708/4348 85% [==================================================== ] 3709/4348 85% [==================================================== ] 3710/4348 85% [==================================================== ] 3711/4348 85% [==================================================== ] 3712/4348 85% [==================================================== ] 3713/4348 85% [==================================================== ] 3714/4348 85% [==================================================== ] 3715/4348 85% [==================================================== ] 3716/4348 85% [===================================================== ] 3717/4348 85% [===================================================== ] 3718/4348 85% [===================================================== ] 3719/4348 85% [===================================================== ] 3720/4348 85% [===================================================== ] 3721/4348 85% [===================================================== ] 3722/4348 85% [===================================================== ] 3723/4348 85% [===================================================== ] 3724/4348 85% [===================================================== ] 3725/4348 85% [===================================================== ] 3726/4348 85% [===================================================== ] 3727/4348 85% [===================================================== ] 3728/4348 85% [===================================================== ] 3729/4348 85% [===================================================== ] 3730/4348 85% [===================================================== ] 3731/4348 85% [===================================================== ] 3732/4348 85% [===================================================== ] 3733/4348 85% [===================================================== ] 3734/4348 85% [===================================================== ] 3735/4348 85% [===================================================== ] 3736/4348 85% [===================================================== ] 3737/4348 85% [===================================================== ] 3738/4348 85% [===================================================== ] 3739/4348 85% [===================================================== ] 3740/4348 86% [===================================================== ] 3741/4348 86% [===================================================== ] 3742/4348 86% [===================================================== ] 3743/4348 86% [===================================================== ] 3744/4348 86% [===================================================== ] 3745/4348 86% [===================================================== ] 3746/4348 86% [===================================================== ] 3747/4348 86% [===================================================== ] 3748/4348 86% [===================================================== ] 3749/4348 86% [===================================================== ] 3750/4348 86% [===================================================== ] 3751/4348 86% [===================================================== ] 3752/4348 86% [===================================================== ] 3753/4348 86% [===================================================== ] 3754/4348 86% [===================================================== ] 3755/4348 86% [===================================================== ] 3756/4348 86% [===================================================== ] 3757/4348 86% [===================================================== ] 3758/4348 86% [===================================================== ] 3759/4348 86% [===================================================== ] 3760/4348 86% [===================================================== ] 3761/4348 86% [===================================================== ] 3762/4348 86% [===================================================== ] 3763/4348 86% [===================================================== ] 3764/4348 86% [===================================================== ] 3765/4348 86% [===================================================== ] 3766/4348 86% [===================================================== ] 3767/4348 86% [===================================================== ] 3768/4348 86% [===================================================== ] 3769/4348 86% [===================================================== ] 3770/4348 86% [===================================================== ] 3771/4348 86% [===================================================== ] 3772/4348 86% [===================================================== ] 3773/4348 86% [===================================================== ] 3774/4348 86% [===================================================== ] 3775/4348 86% [===================================================== ] 3776/4348 86% [===================================================== ] 3777/4348 86% [===================================================== ] 3778/4348 86% [===================================================== ] 3779/4348 86% [===================================================== ] 3780/4348 86% [===================================================== ] 3781/4348 86% [===================================================== ] 3782/4348 86% [===================================================== ] 3783/4348 87% [===================================================== ] 3784/4348 87% [===================================================== ] 3785/4348 87% [===================================================== ] 3786/4348 87% [====================================================== ] 3787/4348 87% [====================================================== ] 3788/4348 87% [====================================================== ] 3789/4348 87% [====================================================== ] 3790/4348 87% [====================================================== ] 3791/4348 87% [====================================================== ] 3792/4348 87% [====================================================== ] 3793/4348 87% [====================================================== ] 3794/4348 87% [====================================================== ] 3795/4348 87% [====================================================== ] 3796/4348 87% [====================================================== ] 3797/4348 87% [====================================================== ] 3798/4348 87% [====================================================== ] 3799/4348 87% [====================================================== ] 3800/4348 87% [====================================================== ] 3801/4348 87% [====================================================== ] 3802/4348 87% [====================================================== ] 3803/4348 87% [====================================================== ] 3804/4348 87% [====================================================== ] 3805/4348 87% [====================================================== ] 3806/4348 87% [====================================================== ] 3807/4348 87% [====================================================== ] 3808/4348 87% [====================================================== ] 3809/4348 87% [====================================================== ] 3810/4348 87% [====================================================== ] 3811/4348 87% [====================================================== ] 3812/4348 87% [====================================================== ] 3813/4348 87% [====================================================== ] 3814/4348 87% [====================================================== ] 3815/4348 87% [====================================================== ] 3816/4348 87% [====================================================== ] 3817/4348 87% [====================================================== ] 3818/4348 87% [====================================================== ] 3819/4348 87% [====================================================== ] 3820/4348 87% [====================================================== ] 3821/4348 87% [====================================================== ] 3822/4348 87% [====================================================== ] 3823/4348 87% [====================================================== ] 3824/4348 87% [====================================================== ] 3825/4348 87% [====================================================== ] 3826/4348 87% [====================================================== ] 3827/4348 88% [====================================================== ] 3828/4348 88% [====================================================== ] 3829/4348 88% [====================================================== ] 3830/4348 88% [====================================================== ] 3831/4348 88% [====================================================== ] 3832/4348 88% [====================================================== ] 3833/4348 88% [====================================================== ] 3834/4348 88% [====================================================== ] 3835/4348 88% [====================================================== ] 3836/4348 88% [====================================================== ] 3837/4348 88% [====================================================== ] 3838/4348 88% [====================================================== ] 3839/4348 88% [====================================================== ] 3840/4348 88% [====================================================== ] 3841/4348 88% [====================================================== ] 3842/4348 88% [====================================================== ] 3843/4348 88% [====================================================== ] 3844/4348 88% [====================================================== ] 3845/4348 88% [====================================================== ] 3846/4348 88% [====================================================== ] 3847/4348 88% [====================================================== ] 3848/4348 88% [====================================================== ] 3849/4348 88% [====================================================== ] 3850/4348 88% [====================================================== ] 3851/4348 88% [====================================================== ] 3852/4348 88% [====================================================== ] 3853/4348 88% [====================================================== ] 3854/4348 88% [====================================================== ] 3855/4348 88% [====================================================== ] 3856/4348 88% [====================================================== ] 3857/4348 88% [======================================================= ] 3858/4348 88% [======================================================= ] 3859/4348 88% [======================================================= ] 3860/4348 88% [======================================================= ] 3861/4348 88% [======================================================= ] 3862/4348 88% [======================================================= ] 3863/4348 88% [======================================================= ] 3864/4348 88% [======================================================= ] 3865/4348 88% [======================================================= ] 3866/4348 88% [======================================================= ] 3867/4348 88% [======================================================= ] 3868/4348 88% [======================================================= ] 3869/4348 88% [======================================================= ] 3870/4348 89% [======================================================= ] 3871/4348 89% [======================================================= ] 3872/4348 89% [======================================================= ] 3873/4348 89% [======================================================= ] 3874/4348 89% [======================================================= ] 3875/4348 89% [======================================================= ] 3876/4348 89% [======================================================= ] 3877/4348 89% [======================================================= ] 3878/4348 89% [======================================================= ] 3879/4348 89% [======================================================= ] 3880/4348 89% [======================================================= ] 3881/4348 89% [======================================================= ] 3882/4348 89% [======================================================= ] 3883/4348 89% [======================================================= ] 3884/4348 89% [======================================================= ] 3885/4348 89% [======================================================= ] 3886/4348 89% [======================================================= ] 3887/4348 89% [======================================================= ] 3888/4348 89% [======================================================= ] 3889/4348 89% [======================================================= ] 3890/4348 89% [======================================================= ] 3891/4348 89% [======================================================= ] 3892/4348 89% [======================================================= ] 3893/4348 89% [======================================================= ] 3894/4348 89% [======================================================= ] 3895/4348 89% [======================================================= ] 3896/4348 89% [======================================================= ] 3897/4348 89% [======================================================= ] 3898/4348 89% [======================================================= ] 3899/4348 89% [======================================================= ] 3900/4348 89% [======================================================= ] 3901/4348 89% [======================================================= ] 3902/4348 89% [======================================================= ] 3903/4348 89% [======================================================= ] 3904/4348 89% [======================================================= ] 3905/4348 89% [======================================================= ] 3906/4348 89% [======================================================= ] 3907/4348 89% [======================================================= ] 3908/4348 89% [======================================================= ] 3909/4348 89% [======================================================= ] 3910/4348 89% [======================================================= ] 3911/4348 89% [======================================================= ] 3912/4348 89% [======================================================= ] 3913/4348 89% [======================================================= ] 3914/4348 90% [======================================================= ] 3915/4348 90% [======================================================= ] 3916/4348 90% [======================================================= ] 3917/4348 90% [======================================================= ] 3918/4348 90% [======================================================= ] 3919/4348 90% [======================================================= ] 3920/4348 90% [======================================================= ] 3921/4348 90% [======================================================= ] 3922/4348 90% [======================================================= ] 3923/4348 90% [======================================================= ] 3924/4348 90% [======================================================= ] 3925/4348 90% [======================================================= ] 3926/4348 90% [======================================================= ] 3927/4348 90% [======================================================== ] 3928/4348 90% [======================================================== ] 3929/4348 90% [======================================================== ] 3930/4348 90% [======================================================== ] 3931/4348 90% [======================================================== ] 3932/4348 90% [======================================================== ] 3933/4348 90% [======================================================== ] 3934/4348 90% [======================================================== ] 3935/4348 90% [======================================================== ] 3936/4348 90% [======================================================== ] 3937/4348 90% [======================================================== ] 3938/4348 90% [======================================================== ] 3939/4348 90% [======================================================== ] 3940/4348 90% [======================================================== ] 3941/4348 90% [======================================================== ] 3942/4348 90% [======================================================== ] 3943/4348 90% [======================================================== ] 3944/4348 90% [======================================================== ] 3945/4348 90% [======================================================== ] 3946/4348 90% [======================================================== ] 3947/4348 90% [======================================================== ] 3948/4348 90% [======================================================== ] 3949/4348 90% [======================================================== ] 3950/4348 90% [======================================================== ] 3951/4348 90% [======================================================== ] 3952/4348 90% [======================================================== ] 3953/4348 90% [======================================================== ] 3954/4348 90% [======================================================== ] 3955/4348 90% [======================================================== ] 3956/4348 90% [======================================================== ] 3957/4348 91% [======================================================== ] 3958/4348 91% [======================================================== ] 3959/4348 91% [======================================================== ] 3960/4348 91% [======================================================== ] 3961/4348 91% [======================================================== ] 3962/4348 91% [======================================================== ] 3963/4348 91% [======================================================== ] 3964/4348 91% [======================================================== ] 3965/4348 91% [======================================================== ] 3966/4348 91% [======================================================== ] 3967/4348 91% [======================================================== ] 3968/4348 91% [======================================================== ] 3969/4348 91% [======================================================== ] 3970/4348 91% [======================================================== ] 3971/4348 91% [======================================================== ] 3972/4348 91% [======================================================== ] 3973/4348 91% [======================================================== ] 3974/4348 91% [======================================================== ] 3975/4348 91% [======================================================== ] 3976/4348 91% [======================================================== ] 3977/4348 91% [======================================================== ] 3978/4348 91% [======================================================== ] 3979/4348 91% [======================================================== ] 3980/4348 91% [======================================================== ] 3981/4348 91% [======================================================== ] 3982/4348 91% [======================================================== ] 3983/4348 91% [======================================================== ] 3984/4348 91% [======================================================== ] 3985/4348 91% [======================================================== ] 3986/4348 91% [======================================================== ] 3987/4348 91% [======================================================== ] 3988/4348 91% [======================================================== ] 3989/4348 91% [======================================================== ] 3990/4348 91% [======================================================== ] 3991/4348 91% [======================================================== ] 3992/4348 91% [======================================================== ] 3993/4348 91% [======================================================== ] 3994/4348 91% [======================================================== ] 3995/4348 91% [======================================================== ] 3996/4348 91% [======================================================== ] 3997/4348 91% [========================================================= ] 3998/4348 91% [========================================================= ] 3999/4348 91% [========================================================= ] 4000/4348 91% [========================================================= ] 4001/4348 92% [========================================================= ] 4002/4348 92% [========================================================= ] 4003/4348 92% [========================================================= ] 4004/4348 92% [========================================================= ] 4005/4348 92% [========================================================= ] 4006/4348 92% [========================================================= ] 4007/4348 92% [========================================================= ] 4008/4348 92% [========================================================= ] 4009/4348 92% [========================================================= ] 4010/4348 92% [========================================================= ] 4011/4348 92% [========================================================= ] 4012/4348 92% [========================================================= ] 4013/4348 92% [========================================================= ] 4014/4348 92% [========================================================= ] 4015/4348 92% [========================================================= ] 4016/4348 92% [========================================================= ] 4017/4348 92% [========================================================= ] 4018/4348 92% [========================================================= ] 4019/4348 92% [========================================================= ] 4020/4348 92% [========================================================= ] 4021/4348 92% [========================================================= ] 4022/4348 92% [========================================================= ] 4023/4348 92% [========================================================= ] 4024/4348 92% [========================================================= ] 4025/4348 92% [========================================================= ] 4026/4348 92% [========================================================= ] 4027/4348 92% [========================================================= ] 4028/4348 92% [========================================================= ] 4029/4348 92% [========================================================= ] 4030/4348 92% [========================================================= ] 4031/4348 92% [========================================================= ] 4032/4348 92% [========================================================= ] 4033/4348 92% [========================================================= ] 4034/4348 92% [========================================================= ] 4035/4348 92% [========================================================= ] 4036/4348 92% [========================================================= ] 4037/4348 92% [========================================================= ] 4038/4348 92% [========================================================= ] 4039/4348 92% [========================================================= ] 4040/4348 92% [========================================================= ] 4041/4348 92% [========================================================= ] 4042/4348 92% [========================================================= ] 4043/4348 92% [========================================================= ] 4044/4348 93% [========================================================= ] 4045/4348 93% [========================================================= ] 4046/4348 93% [========================================================= ] 4047/4348 93% [========================================================= ] 4048/4348 93% [========================================================= ] 4049/4348 93% [========================================================= ] 4050/4348 93% [========================================================= ] 4051/4348 93% [========================================================= ] 4052/4348 93% [========================================================= ] 4053/4348 93% [========================================================= ] 4054/4348 93% [========================================================= ] 4055/4348 93% [========================================================= ] 4056/4348 93% [========================================================= ] 4057/4348 93% [========================================================= ] 4058/4348 93% [========================================================= ] 4059/4348 93% [========================================================= ] 4060/4348 93% [========================================================= ] 4061/4348 93% [========================================================= ] 4062/4348 93% [========================================================= ] 4063/4348 93% [========================================================= ] 4064/4348 93% [========================================================= ] 4065/4348 93% [========================================================= ] 4066/4348 93% [========================================================= ] 4067/4348 93% [========================================================== ] 4068/4348 93% [========================================================== ] 4069/4348 93% [========================================================== ] 4070/4348 93% [========================================================== ] 4071/4348 93% [========================================================== ] 4072/4348 93% [========================================================== ] 4073/4348 93% [========================================================== ] 4074/4348 93% [========================================================== ] 4075/4348 93% [========================================================== ] 4076/4348 93% [========================================================== ] 4077/4348 93% [========================================================== ] 4078/4348 93% [========================================================== ] 4079/4348 93% [========================================================== ] 4080/4348 93% [========================================================== ] 4081/4348 93% [========================================================== ] 4082/4348 93% [========================================================== ] 4083/4348 93% [========================================================== ] 4084/4348 93% [========================================================== ] 4085/4348 93% [========================================================== ] 4086/4348 93% [========================================================== ] 4087/4348 93% [========================================================== ] 4088/4348 94% [========================================================== ] 4089/4348 94% [========================================================== ] 4090/4348 94% [========================================================== ] 4091/4348 94% [========================================================== ] 4092/4348 94% [========================================================== ] 4093/4348 94% [========================================================== ] 4094/4348 94% [========================================================== ] 4095/4348 94% [========================================================== ] 4096/4348 94% [========================================================== ] 4097/4348 94% [========================================================== ] 4098/4348 94% [========================================================== ] 4099/4348 94% [========================================================== ] 4100/4348 94% [========================================================== ] 4101/4348 94% [========================================================== ] 4102/4348 94% [========================================================== ] 4103/4348 94% [========================================================== ] 4104/4348 94% [========================================================== ] 4105/4348 94% [========================================================== ] 4106/4348 94% [========================================================== ] 4107/4348 94% [========================================================== ] 4108/4348 94% [========================================================== ] 4109/4348 94% [========================================================== ] 4110/4348 94% [========================================================== ] 4111/4348 94% [========================================================== ] 4112/4348 94% [========================================================== ] 4113/4348 94% [========================================================== ] 4114/4348 94% [========================================================== ] 4115/4348 94% [========================================================== ] 4116/4348 94% [========================================================== ] 4117/4348 94% [========================================================== ] 4118/4348 94% [========================================================== ] 4119/4348 94% [========================================================== ] 4120/4348 94% [========================================================== ] 4121/4348 94% [========================================================== ] 4122/4348 94% [========================================================== ] 4123/4348 94% [========================================================== ] 4124/4348 94% [========================================================== ] 4125/4348 94% [========================================================== ] 4126/4348 94% [========================================================== ] 4127/4348 94% [========================================================== ] 4128/4348 94% [========================================================== ] 4129/4348 94% [========================================================== ] 4130/4348 94% [========================================================== ] 4131/4348 95% [========================================================== ] 4132/4348 95% [========================================================== ] 4133/4348 95% [========================================================== ] 4134/4348 95% [========================================================== ] 4135/4348 95% [========================================================== ] 4136/4348 95% [========================================================== ] 4137/4348 95% [=========================================================== ] 4138/4348 95% [=========================================================== ] 4139/4348 95% [=========================================================== ] 4140/4348 95% [=========================================================== ] 4141/4348 95% [=========================================================== ] 4142/4348 95% [=========================================================== ] 4143/4348 95% [=========================================================== ] 4144/4348 95% [=========================================================== ] 4145/4348 95% [=========================================================== ] 4146/4348 95% [=========================================================== ] 4147/4348 95% [=========================================================== ] 4148/4348 95% [=========================================================== ] 4149/4348 95% [=========================================================== ] 4150/4348 95% [=========================================================== ] 4151/4348 95% [=========================================================== ] 4152/4348 95% [=========================================================== ] 4153/4348 95% [=========================================================== ] 4154/4348 95% [=========================================================== ] 4155/4348 95% [=========================================================== ] 4156/4348 95% [=========================================================== ] 4157/4348 95% [=========================================================== ] 4158/4348 95% [=========================================================== ] 4159/4348 95% [=========================================================== ] 4160/4348 95% [=========================================================== ] 4161/4348 95% [=========================================================== ] 4162/4348 95% [=========================================================== ] 4163/4348 95% [=========================================================== ] 4164/4348 95% [=========================================================== ] 4165/4348 95% [=========================================================== ] 4166/4348 95% [=========================================================== ] 4167/4348 95% [=========================================================== ] 4168/4348 95% [=========================================================== ] 4169/4348 95% [=========================================================== ] 4170/4348 95% [=========================================================== ] 4171/4348 95% [=========================================================== ] 4172/4348 95% [=========================================================== ] 4173/4348 95% [=========================================================== ] 4174/4348 95% [=========================================================== ] 4175/4348 96% [=========================================================== ] 4176/4348 96% [=========================================================== ] 4177/4348 96% [=========================================================== ] 4178/4348 96% [=========================================================== ] 4179/4348 96% [=========================================================== ] 4180/4348 96% [=========================================================== ] 4181/4348 96% [=========================================================== ] 4182/4348 96% [=========================================================== ] 4183/4348 96% [=========================================================== ] 4184/4348 96% [=========================================================== ] 4185/4348 96% [=========================================================== ] 4186/4348 96% [=========================================================== ] 4187/4348 96% [=========================================================== ] 4188/4348 96% [=========================================================== ] 4189/4348 96% [=========================================================== ] 4190/4348 96% [=========================================================== ] 4191/4348 96% [=========================================================== ] 4192/4348 96% [=========================================================== ] 4193/4348 96% [=========================================================== ] 4194/4348 96% [=========================================================== ] 4195/4348 96% [=========================================================== ] 4196/4348 96% [=========================================================== ] 4197/4348 96% [=========================================================== ] 4198/4348 96% [=========================================================== ] 4199/4348 96% [=========================================================== ] 4200/4348 96% [=========================================================== ] 4201/4348 96% [=========================================================== ] 4202/4348 96% [=========================================================== ] 4203/4348 96% [=========================================================== ] 4204/4348 96% [=========================================================== ] 4205/4348 96% [=========================================================== ] 4206/4348 96% [=========================================================== ] 4207/4348 96% [============================================================ ] 4208/4348 96% [============================================================ ] 4209/4348 96% [============================================================ ] 4210/4348 96% [============================================================ ] 4211/4348 96% [============================================================ ] 4212/4348 96% [============================================================ ] 4213/4348 96% [============================================================ ] 4214/4348 96% [============================================================ ] 4215/4348 96% [============================================================ ] 4216/4348 96% [============================================================ ] 4217/4348 96% [============================================================ ] 4218/4348 97% [============================================================ ] 4219/4348 97% [============================================================ ] 4220/4348 97% [============================================================ ] 4221/4348 97% [============================================================ ] 4222/4348 97% [============================================================ ] 4223/4348 97% [============================================================ ] 4224/4348 97% [============================================================ ] 4225/4348 97% [============================================================ ] 4226/4348 97% [============================================================ ] 4227/4348 97% [============================================================ ] 4228/4348 97% [============================================================ ] 4229/4348 97% [============================================================ ] 4230/4348 97% [============================================================ ] 4231/4348 97% [============================================================ ] 4232/4348 97% [============================================================ ] 4233/4348 97% [============================================================ ] 4234/4348 97% [============================================================ ] 4235/4348 97% [============================================================ ] 4236/4348 97% [============================================================ ] 4237/4348 97% [============================================================ ] 4238/4348 97% [============================================================ ] 4239/4348 97% [============================================================ ] 4240/4348 97% [============================================================ ] 4241/4348 97% [============================================================ ] 4242/4348 97% [============================================================ ] 4243/4348 97% [============================================================ ] 4244/4348 97% [============================================================ ] 4245/4348 97% [============================================================ ] 4246/4348 97% [============================================================ ] 4247/4348 97% [============================================================ ] 4248/4348 97% [============================================================ ] 4249/4348 97% [============================================================ ] 4250/4348 97% [============================================================ ] 4251/4348 97% [============================================================ ] 4252/4348 97% [============================================================ ] 4253/4348 97% [============================================================ ] 4254/4348 97% [============================================================ ] 4255/4348 97% [============================================================ ] 4256/4348 97% [============================================================ ] 4257/4348 97% [============================================================ ] 4258/4348 97% [============================================================ ] 4259/4348 97% [============================================================ ] 4260/4348 97% [============================================================ ] 4261/4348 97% [============================================================ ] 4262/4348 98% [============================================================ ] 4263/4348 98% [============================================================ ] 4264/4348 98% [============================================================ ] 4265/4348 98% [============================================================ ] 4266/4348 98% [============================================================ ] 4267/4348 98% [============================================================ ] 4268/4348 98% [============================================================ ] 4269/4348 98% [============================================================ ] 4270/4348 98% [============================================================ ] 4271/4348 98% [============================================================ ] 4272/4348 98% [============================================================ ] 4273/4348 98% [============================================================ ] 4274/4348 98% [============================================================ ] 4275/4348 98% [============================================================ ] 4276/4348 98% [============================================================ ] 4277/4348 98% [============================================================= ] 4278/4348 98% [============================================================= ] 4279/4348 98% [============================================================= ] 4280/4348 98% [============================================================= ] 4281/4348 98% [============================================================= ] 4282/4348 98% [============================================================= ] 4283/4348 98% [============================================================= ] 4284/4348 98% [============================================================= ] 4285/4348 98% [============================================================= ] 4286/4348 98% [============================================================= ] 4287/4348 98% [============================================================= ] 4288/4348 98% [============================================================= ] 4289/4348 98% [============================================================= ] 4290/4348 98% [============================================================= ] 4291/4348 98% [============================================================= ] 4292/4348 98% [============================================================= ] 4293/4348 98% [============================================================= ] 4294/4348 98% [============================================================= ] 4295/4348 98% [============================================================= ] 4296/4348 98% [============================================================= ] 4297/4348 98% [============================================================= ] 4298/4348 98% [============================================================= ] 4299/4348 98% [============================================================= ] 4300/4348 98% [============================================================= ] 4301/4348 98% [============================================================= ] 4302/4348 98% [============================================================= ] 4303/4348 98% [============================================================= ] 4304/4348 98% [============================================================= ] 4305/4348 99% [============================================================= ] 4306/4348 99% [============================================================= ] 4307/4348 99% [============================================================= ] 4308/4348 99% [============================================================= ] 4309/4348 99% [============================================================= ] 4310/4348 99% [============================================================= ] 4311/4348 99% [============================================================= ] 4312/4348 99% [============================================================= ] 4313/4348 99% [============================================================= ] 4314/4348 99% [============================================================= ] 4315/4348 99% [============================================================= ] 4316/4348 99% [============================================================= ] 4317/4348 99% [============================================================= ] 4318/4348 99% [============================================================= ] 4319/4348 99% [============================================================= ] 4320/4348 99% [============================================================= ] 4321/4348 99% [============================================================= ] 4322/4348 99% [============================================================= ] 4323/4348 99% [============================================================= ] 4324/4348 99% [============================================================= ] 4325/4348 99% [============================================================= ] 4326/4348 99% [============================================================= ] 4327/4348 99% [============================================================= ] 4328/4348 99% [============================================================= ] 4329/4348 99% [============================================================= ] 4330/4348 99% [============================================================= ] 4331/4348 99% [============================================================= ] 4332/4348 99% [============================================================= ] 4333/4348 99% [============================================================= ] 4334/4348 99% [============================================================= ] 4335/4348 99% [============================================================= ] 4336/4348 99% [============================================================= ] 4337/4348 99% [============================================================= ] 4338/4348 99% [============================================================= ] 4339/4348 99% [============================================================= ] 4340/4348 99% [============================================================= ] 4341/4348 99% [============================================================= ] 4342/4348 99% [============================================================= ] 4343/4348 99% [============================================================= ] 4344/4348 99% [============================================================= ] 4345/4348 99% [============================================================= ] 4346/4348 99% [============================================================= ] 4347/4348 99% [==============================================================] 4348/4348 100% operation complete, 4348 objects in 104009 NAND pages. ln -snf /home/autobuild/autobuild/instance-8/output-1/host/arceb-buildroot-linux-uclibc/sysroot /home/autobuild/autobuild/instance-8/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-8/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-8/buildroot' >>> Buildroot 2022.05-400-g5645990b88 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> apg 2.3.0b Collecting legal info COPYING: OK (sha256: 5d0c892ea452c3828f1e311637cde4e3a04eb6431554308b3fcdac8c1b330168) >>> host-skeleton Collecting legal info >>> 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 arc-2020.09-release Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.41 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial arc-2020.09-release Collecting legal info >>> linux-headers 5.15.53 Collecting legal info >>> b43-firmware 5.10.56.27.3 Collecting legal info >>> host-b43-fwcutter 019 Collecting legal info COPYING: OK (sha256: 6af9fc424d57f29b7e59b35e52d4a91aca80304506275f2c0c076317fc6eb583) >>> babeld 1.9.2 Collecting legal info LICENCE: OK (sha256: b415c41292cedef6c97b243609e50552887c29343566c639f23282d31efd2afd) >>> bash-completion 2.11 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> bash 5.1.16 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bridge-utils 1.7.1 Collecting legal info COPYING: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> ifupdown 0.8.16 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> net-tools 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> psmisc 23.4 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> start-stop-daemon 1.20.7.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> 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) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> ccrypt 1.11 Collecting legal info COPYING: OK (sha256: d48d3af3cf27b32106ee3418c7c892cae745ece26cd909e72aa59b08e3f9c93d) >>> cdrkit 1.1.11 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> libcap 2.64 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> cgroupfs-mount 1.4 Collecting legal info debian/copyright: OK (sha256: e52f47a650734f70c40c8fd9318f85e42777bf3fba7ff1dfb72f845bb417f7e6) >>> collectl 4.3.2 Collecting legal info COPYING: OK (sha256: 264fe27852db5624e6a9a9845b4e14e91ee5007305b33e5556dfade394d578a8) ARTISTIC: OK (sha256: b92800d37afa2aa03c02817ff3b68efc7236436fe76af06ad9b1fc4682f59bcb) GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> cukinia 0.6.0 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) LICENSE.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> darkhttpd 1.13 Collecting legal info darkhttpd.c: OK (sha256: 44e784df460954c7760e2eeae69aecb12a3d23ca1c0a4f6047c3c6452b2e2f49) >>> dehydrated 0.7.0 Collecting legal info LICENSE: OK (sha256: b4583b7dd07e3e2a08906de38e7e329d41f921ed9dcb6310b3886e013a6b8723) >>> dhcp 4.4.3 Collecting legal info LICENSE: OK (sha256: 45a39c430be0920cb9570f34b32d2378fe6048c034f2f3265b9326d64ada73df) >>> host-gawk 5.1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dhrystone 2 Collecting legal info >>> dieharder 3.31.1 Collecting legal info COPYING: OK (sha256: c475bcd1afa6fc15a65174e31c599c0d23706a34e4b9f2fcb03a4dad5438d53f) >>> gsl 2.6 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dvdauthor 0.7.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> ed 1.18 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> enet 1.3.17 Collecting legal info LICENSE: OK (sha256: 77f94e3be39938801163844b8bf9a4f12badcc0da136e9886e7da14a816d74d3) >>> faad2 2.10.0 Collecting legal info COPYING: OK (sha256: d3baf3a54943cf12a994c85867a18dec84f810901b2f2878ddfd77efcc3c150f) >>> host-faketime 0.9.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fbv 1.0b Collecting legal info COPYING: OK (sha256: bf21d97bafcaacb5d6bc3d5502030c340f0e0593614078ab017af91e950083af) >>> fconfig 20080329 Collecting legal info fconfig.c: OK (sha256: e698a9ea4d6dab0a15d3d6fd354b97b820629244f946529cc7f42b2b8e8f16d0) >>> flashbench 2e30b1968a66147412f21002ea844122a0d5e2f0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fping 5.1 Collecting legal info COPYING: OK (sha256: 6051b27e4b4a648f7bc8b329024da53a6e95ce88fcf0ccc259c371a74b741757) >>> fscryptctl f037dcf4354ce8f25d0f371b58dfe7a7ac27576f Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-genpart 1.0.2 Collecting legal info >>> giflib 5.2.1 Collecting legal info COPYING: OK (sha256: 0c9b7990ecdca88b676db232c226548ac408b279f550d424d996f0d83591dd8e) >>> glorytun 0.3.4 Collecting legal info LICENSE: OK (sha256: 3d9ddddb8807c305287d9dbab58473e5307e9c91651c43c654a0828855d2b373) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> host-gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> gnuplot 5.4.3 Collecting legal info Copyright: OK (sha256: 895928ec0735cca1c8cec42656c7e314a065d0242813bb8693c0c1bf61fd4e4d) >>> google-material-design-icons 2.2.3 Collecting legal info LICENSE: OK (sha256: 8ae9438818c26e4873b91d8c6ad620526c011e27e125677f13031eda903f007c) >>> haserl 0.9.36 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ifupdown-scripts Collecting legal info >>> initscripts Collecting legal info >>> input-event-daemon 0.1.3 Collecting legal info README: OK (sha256: 56f6614c63a023e4d486332968bfa7933f06ea7c785ef85f403448022ae7f912) >>> janet 1.22.0 Collecting legal info LICENSE: OK (sha256: e2d2ae8360d95386af751ac7d1a3da36ea8ceb230e5f0eba7eb762547b1c58c9) >>> host-meson 0.62.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 62.6.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-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> libb64 1.2.1 Collecting legal info LICENSE: OK (sha256: 834b7afa1b3c40289a3be775d3625016be1c0d7ea7a4a26c1eb207f53dc961d8) >>> libcdio-paranoia 10.2+2.0.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libcdio 2.1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libcodec2 1.0.1 Collecting legal info COPYING: OK (sha256: 9ebb6f82b7380a62ac74c5f0322c88e6744dedf2ebe1f54d6f088282b39844bf) >>> libcsv 3.0.3 Collecting legal info COPYING.LESSER: OK (sha256: 6876b170378d38f65aadd271485f0a5c45beaa043a7d3de5e1636ec927922c83) >>> libcurl 7.84.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libglob 1.0 Collecting legal info LICENSE: OK (sha256: 4cd4bac6ef90d4a91ee6e52df30f241045fb1a27fb53541ef4a9f8e47e6103ca) >>> libidn 1.41 Collecting legal info COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYINGv3: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnet 1.2 Collecting legal info LICENSE: OK (sha256: a06f600f67f239898d85f083aeed82ce6015b1c57599ab1def00fb68787ef388) >>> libnetfilter_conntrack 1.0.9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> liboauth 1.0.3 Collecting legal info COPYING.MIT: OK (sha256: c30608672733bf3abd2ccf6f3206be8d91b7ee58b007b2fdbcfbc61c655e7fb7) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libpthsem 2.0.8 Collecting legal info COPYING: OK (sha256: f1b95d3728077d1a3efe7fc17928b1953b1224f6caf9c528e30e570158b7520d) >>> libsamplerate 0.2.2 Collecting legal info COPYING: OK (sha256: 2c1f76ce2effdddb425018405d5690c0b1ab4e6976e35296b0a6db65c5e1a55d) >>> libsoxr 0.1.3 Collecting legal info LICENCE: OK (sha256: dc98676341fdcd29d9f279c9679d6a75288785b174ded8d1b2e316c366166135) COPYING.LGPL: OK (sha256: f2f118b9029ec1871b953639ecc46651b2fc7b62e295e6cf3ef2ac4c9a058b33) >>> libsrtp 2.4.2 Collecting legal info LICENSE: OK (sha256: 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae) >>> libtasn1 4.18.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtheora 1.1.1 Collecting legal info COPYING: OK (sha256: 8417fad7da775735564e209484a2e011e0fa201e94f01fdbee6e4977e478e6fc) LICENSE: OK (sha256: 654a0238f789f4435c4818f50005b141d013c5a09a31d861efc1d0d67ba975a4) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> linux-firmware 20220310 Collecting legal info LICENCE.Marvell: OK (sha256: 2d6062d63b91eb750bf741498691604f75184b9fee97608ec537cd09bd6a42b4) LICENCE.broadcom_bcm43xx: OK (sha256: b16056fc91b82a0e3e8de8f86c2dac98201aa9dc3cbd33e8d38f1b087fcec30d) LICENCE.iwlwifi_firmware: OK (sha256: 16d5040c7cf851fc693b7542e20870935b99802533ea1bfd231c377a2305e5c5) LICENCE.rtlwifi_firmware.txt: OK (sha256: a61351665b4f264f6c631364f85b907d8f8f41f8b369533ef4021765f9f3b62e) LICENCE.ti-connectivity: OK (sha256: 106bef96470001e877fcf7ba0337fa6766a317650eb47fcaeb743eeebd62c4ff) LICENSE.i915: OK (sha256: 8542aeabf2761935122d693561e16766ce1bcc2b0d003204f9040b7d6d929f2e) WHENCE: OK (sha256: 75afdb5d45a21ff95ff7aa82d67bc42a83830f2def98ea937c01d6e7603d76f9) >>> lldpd 1.0.9 Collecting legal info LICENSE: OK (sha256: 0e96a5aea65f16e2239231ce4ab90497f8bc3bb8fe6abe9299aade4726ff7c8d) >>> lsuio 0.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> ltris 1.2 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> host-lttng-babeltrace 1.5.7 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: 12d4222ac628fe4092cba8ed90bc5227a4dedd0b94973273cecbc393325bf1c2) >>> host-elfutils 0.186 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.2.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-libglib2 2.70.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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) >>> host-popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> lua 5.1.5 Collecting legal info COPYRIGHT: OK (sha256: ee5e3e82af1e1b543c4f216e399d7c8cfee797711913f349e385101c4ae60a79) >>> lv2 1.18.2 Collecting legal info COPYING: OK (sha256: 0b0b07d852e3ce7fa04986e141f73001bd7f260683968f0a19e02dbcc4131aa6) >>> mbedtls 2.28.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-mtools 4.0.38 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> netcalc 2.1.6 Collecting legal info LICENSE: OK (sha256: 745538f8d515d37af6f03442df982a8b211b129e8dc10d0195e33c4b42f8fe5f) >>> ngircd 26.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> oniguruma 6.9.8 Collecting legal info COPYING: OK (sha256: 70ba5469ea0bab6e18a32d7009068f996503168d27be57747e08da34337ff26f) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> perl-devel-cycle 1.12 Collecting legal info README: OK (sha256: e47dfab3e7e9d20fe6313169ead2736ab97f1388003eee033dd934278649034d) >>> host-perl 5.34.1 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 06bab256e2e039c59d2ca3c5853425317b4a0f251fe4e5d5201a987b11fc4f78) >>> perl 5.34.1 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 06bab256e2e039c59d2ca3c5853425317b4a0f251fe4e5d5201a987b11fc4f78) >>> perl-exporter-tiny 1.002002 Collecting legal info COPYRIGHT: OK (sha256: f4cb223c8ac37d6ccd0e78b2892ca54a48a6adbe6a271c3c17c0226646297e66) LICENSE: OK (sha256: 1fb7395e76eabf94c421912d7d0a4f7fa745d49e1acb76b222c21d605b66bd25) >>> perl-file-listing 6.14 Collecting legal info LICENSE: OK (sha256: 7f0ccec295e6d7d2be1439cedd7caf6cc6247191f4c10ac56d91ee9bc265ba02) >>> perl-http-date 6.05 Collecting legal info LICENSE: OK (sha256: 305b71c4d2fd6380585689c5f1c620737a36a318ce0f9c772badce0fe293a44e) >>> perl-http-multipartparser 0.02 Collecting legal info README: OK (sha256: a339d6cf9253720ba69b311423556cc02c94d5a6f76cf5cdf11af2112e14a074) >>> perl-mime-base64-urlsafe 0.01 Collecting legal info README: OK (sha256: 2fffac76f75709b6d94111a37f6cd8cab21e8f2b2de73b0b4fa53a5bed4efc15) >>> perl-net-snmp 6.0.1 Collecting legal info LICENSE: OK (sha256: a038159be54a2807dc48e2b946514d59fceab6737d5461d93d55297a98e6e24e) >>> host-perl-module-build 0.4231 Collecting legal info LICENSE: OK (sha256: f35ac2cc6b808a38c42c2d230b875217b0a24bb51e5a497ebb630cbb3d806c3e) >>> perl-path-tiny 0.122 Collecting legal info LICENSE: OK (sha256: c1a19c0d83f668a784640c0b41e024f37b182ad38011b170f9200123e57f6070) >>> perl-timedate 2.33 Collecting legal info README: OK (sha256: e72e67533eb3ddd705ae718898945e2f3bf3702e91e85bb67824575706bd5bf9) >>> perl-xml-sax-base 1.09 Collecting legal info README: OK (sha256: 2a9aae56e13888493523ee9053689627e092aafcf2c5fb06f06df07260f91b42) >>> picocom 3.1 Collecting legal info LICENSE.txt: OK (sha256: 9273c6b2c55be95f0f0df292d87e8900e5bfdf5b510a6ea09e80306cf45c10f6) >>> host-pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> qcom-db410c-firmware 1034.2.1 Collecting legal info LICENSE: OK (sha256: 11e60ad6f83c2a86e40dca374c24230b53650dd3e0adf2e72c15f8cafedc2e5a) >>> rapidxml 1.13 Collecting legal info license.txt: OK (sha256: 794bf3b2ecf5cf0c740ac6c524d66ce6284c4b1de1f983d21a242b8abbeb9720) >>> redir 3.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-riscv-isa-sim 1.1.0 Collecting legal info LICENSE: OK (sha256: c65e436d18972c9c4bd192494fe4870bd2e158179474975b80a3559f27631632) >>> host-boost 1.79.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> rs485conf 5c8d00cf70950fab3454549b81dea843d844492a Collecting legal info LICENSE: OK (sha256: 3e5c80d50879a9572ac9e463215a942490a67b56dfd8a3e27004d7c62e0493c8) >>> rtty 7.4.0 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> s6-portable-utils 2.2.3.2 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> screen 4.9.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> scrypt 1.3.1 Collecting legal info COPYRIGHT: OK (sha256: 1fb4da0e9000287414066a238f378528d5652f89b72b4a1d6b89fdd20031b22d) >>> seatd 0.7.0 Collecting legal info LICENSE: OK (sha256: 282a494803d666616bd726e0279636b5f6a31387ae19a707459074050f2600d3) >>> serd 0.30.10 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> setserial 2.17 Collecting legal info debian/copyright: OK (sha256: 1d7e810ed28daf370def626dfd4c502f2f77d2b678f1ac72e2ba675dd6f9af0d) >>> socat 1.7.4.3 Collecting legal info README: OK (sha256: 432aebfec164bedcaada7cdf2849e1f003fa00a91a0a1ed34d7cf4abe980f5fb) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.OpenSSL: OK (sha256: fd9e48ca316a5032069b9521f4f4b4d9b1c60365012bae1e62286bcd5bd2e761) >>> sord 0.16.8 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> sp-oops-extract 0.0.7-1 Collecting legal info COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> sratom 0.6.8 Collecting legal info COPYING: OK (sha256: 3fc429d6b944fa20306357196a28bb4dd7c25e2d67edebec771f44de5bd7f9e8) >>> stress 1.0.4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> tz Collecting legal info >>> host-tzdata 2021e Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-zic 2021e Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-tzdump e1a52ce12a701b8ea4163d6719713e38c0e53d35 Collecting legal info >>> host-uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> wilc-firmware wilc_linux_15_6 Collecting legal info LICENSE.wilc_fw: OK (sha256: 71355eee947a312594dbdaac039827544f93d23949b65c356b7b0ce09e2600fb) >>> yajl 2.1.0 Collecting legal info COPYING: OK (sha256: 054bf2c11686c5442850b1da58ad592e3d1d2a236a362e67279b957f8e662f5a) >>> host-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-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-arc-2020.09-release: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-arc-2020.09-release: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.15.53: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: b43-firmware-5.10.56.27.3: cannot save license (B43_FIRMWARE_LICENSE_FILES not defined) WARNING: dhrystone-2: cannot save license (DHRYSTONE_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (HOST_GENPART_LICENSE_FILES not defined) WARNING: tzdump-e1a52ce12a701b8ea4163d6719713e38c0e53d35: cannot save license (HOST_TZDUMP_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-8/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-8/buildroot'