if grep -q CONFIG_ASH=y /home/autobuild/autobuild/instance-2/output-1/build/busybox-1.36.0/.config; then grep -qsE '^/bin/ash$' /home/autobuild/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/ash" >> /home/autobuild/autobuild/instance-2/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/autobuild/autobuild/instance-2/output-1/build/busybox-1.36.0/.config; then grep -qsE '^/bin/hush$' /home/autobuild/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/hush" >> /home/autobuild/autobuild/instance-2/output-1/target/etc/shells; fi rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/share/lua/5.1/doc rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/lib/luarocks rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/lib/perl5/5.36.0/pod rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/lib/perl5/5.36.0/mipsel-linux/CORE find /home/autobuild/autobuild/instance-2/output-1/target/usr/lib/perl5/ -name 'extralibs.ld' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-2/output-1/target/usr/lib/perl5/ -name '*.bs' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-2/output-1/target/usr/lib/perl5/ -name '.packlist' -print0 | xargs -0 rm -f mkdir -p /home/autobuild/autobuild/instance-2/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-2/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/autobuild/autobuild/instance-2/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-2/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-2/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/autobuild/autobuild/instance-2/output-1/target/etc/shadow rm -f /home/autobuild/autobuild/instance-2/output-1/target/bin/sh if [ -x /home/autobuild/autobuild/instance-2/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-2/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-2/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-2/output-1/target/etc/inittab; fi grep -qsE '^/bin/zsh$' /home/autobuild/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/zsh" >> /home/autobuild/autobuild/instance-2/output-1/target/etc/shells rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/include /home/autobuild/autobuild/instance-2/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-2/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-2/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-2/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-2/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-2/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-2/output-1/target/usr/doc find /home/autobuild/autobuild/instance-2/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-2/output-1/target/lib/ /home/autobuild/autobuild/instance-2/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-2/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-2/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/man /home/autobuild/autobuild/instance-2/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/info /home/autobuild/autobuild/instance-2/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/doc /home/autobuild/autobuild/instance-2/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-2/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-2/output-1/target/lib/debug /home/autobuild/autobuild/instance-2/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-2/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-2/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-2/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-2/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-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.02-168-ga45f2af7fa"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.05-git\"" \ ) > /home/autobuild/autobuild/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-2/output-1/per-package /home/autobuild/autobuild/instance-2/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-2/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs printf ' dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n\n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n\n' > /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-2/output-1/images rm -rf /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-2/output-1/target/ /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-2/output-1/host/bin:/home/autobuild/autobuild/instance-2/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-2/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-2/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-2/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-2/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-2/output-1/host/bin:/home/autobuild/autobuild/instance-2/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 5177 objects. stage 2: creating image '/home/autobuild/autobuild/instance-2/output-1/images/rootfs.yaffs2' [ ] 1/5177 0% [ ] 2/5177 0% [ ] 3/5177 0% [ ] 4/5177 0% [ ] 5/5177 0% [ ] 6/5177 0% [ ] 7/5177 0% [ ] 8/5177 0% [ ] 9/5177 0% [ ] 10/5177 0% [ ] 11/5177 0% [ ] 12/5177 0% [ ] 13/5177 0% [ ] 14/5177 0% [ ] 15/5177 0% [ ] 16/5177 0% [ ] 17/5177 0% [ ] 18/5177 0% [ ] 19/5177 0% [ ] 20/5177 0% [ ] 21/5177 0% [ ] 22/5177 0% [ ] 23/5177 0% [ ] 24/5177 0% [ ] 25/5177 0% [ ] 26/5177 0% [ ] 27/5177 0% [ ] 28/5177 0% [ ] 29/5177 0% [ ] 30/5177 0% [ ] 31/5177 0% [ ] 32/5177 0% [ ] 33/5177 0% [ ] 34/5177 0% [ ] 35/5177 0% [ ] 36/5177 0% [ ] 37/5177 0% [ ] 38/5177 0% [ ] 39/5177 0% [ ] 40/5177 0% [ ] 41/5177 0% [ ] 42/5177 0% [ ] 43/5177 0% [ ] 44/5177 0% [ ] 45/5177 0% [ ] 46/5177 0% [ ] 47/5177 0% [ ] 48/5177 0% [ ] 49/5177 0% [ ] 50/5177 0% [ ] 51/5177 0% [ ] 52/5177 1% [ ] 53/5177 1% [ ] 54/5177 1% [ ] 55/5177 1% [ ] 56/5177 1% [ ] 57/5177 1% [ ] 58/5177 1% [ ] 59/5177 1% [ ] 60/5177 1% [ ] 61/5177 1% [ ] 62/5177 1% [ ] 63/5177 1% [ ] 64/5177 1% [ ] 65/5177 1% [ ] 66/5177 1% [ ] 67/5177 1% [ ] 68/5177 1% [ ] 69/5177 1% [ ] 70/5177 1% [ ] 71/5177 1% [ ] 72/5177 1% [ ] 73/5177 1% [ ] 74/5177 1% [ ] 75/5177 1% [ ] 76/5177 1% [ ] 77/5177 1% [ ] 78/5177 1% [ ] 79/5177 1% [ ] 80/5177 1% [ ] 81/5177 1% [ ] 82/5177 1% [ ] 83/5177 1% [= ] 84/5177 1% [= ] 85/5177 1% [= ] 86/5177 1% [= ] 87/5177 1% [= ] 88/5177 1% [= ] 89/5177 1% [= ] 90/5177 1% [= ] 91/5177 1% [= ] 92/5177 1% [= ] 93/5177 1% [= ] 94/5177 1% [= ] 95/5177 1% [= ] 96/5177 1% [= ] 97/5177 1% [= ] 98/5177 1% [= ] 99/5177 1% [= ] 100/5177 1% [= ] 101/5177 1% [= ] 102/5177 1% [= ] 103/5177 1% [= ] 104/5177 2% [= ] 105/5177 2% [= ] 106/5177 2% [= ] 107/5177 2% [= ] 108/5177 2% [= ] 109/5177 2% [= ] 110/5177 2% [= ] 111/5177 2% [= ] 112/5177 2% [= ] 113/5177 2% [= ] 114/5177 2% [= ] 115/5177 2% [= ] 116/5177 2% [= ] 117/5177 2% [= ] 118/5177 2% [= ] 119/5177 2% [= ] 120/5177 2% [= ] 121/5177 2% [= ] 122/5177 2% [= ] 123/5177 2% [= ] 124/5177 2% [= ] 125/5177 2% [= ] 126/5177 2% [= ] 127/5177 2% [= ] 128/5177 2% [= ] 129/5177 2% [= ] 130/5177 2% [= ] 131/5177 2% [= ] 132/5177 2% [= ] 133/5177 2% [= ] 134/5177 2% [= ] 135/5177 2% [= ] 136/5177 2% [= ] 137/5177 2% [= ] 138/5177 2% [= ] 139/5177 2% [= ] 140/5177 2% [= ] 141/5177 2% [= ] 142/5177 2% [= ] 143/5177 2% [= ] 144/5177 2% [= ] 145/5177 2% [= ] 146/5177 2% [= ] 147/5177 2% [= ] 148/5177 2% [= ] 149/5177 2% [= ] 150/5177 2% [= ] 151/5177 2% [= ] 152/5177 2% [= ] 153/5177 2% [= ] 154/5177 2% [= ] 155/5177 2% [= ] 156/5177 3% [= ] 157/5177 3% [= ] 158/5177 3% [= ] 159/5177 3% [= ] 160/5177 3% [= ] 161/5177 3% [= ] 162/5177 3% [= ] 163/5177 3% [= ] 164/5177 3% [= ] 165/5177 3% [= ] 166/5177 3% [== ] 167/5177 3% [== ] 168/5177 3% [== ] 169/5177 3% [== ] 170/5177 3% [== ] 171/5177 3% [== ] 172/5177 3% [== ] 173/5177 3% [== ] 174/5177 3% [== ] 175/5177 3% [== ] 176/5177 3% [== ] 177/5177 3% [== ] 178/5177 3% [== ] 179/5177 3% [== ] 180/5177 3% [== ] 181/5177 3% [== ] 182/5177 3% [== ] 183/5177 3% [== ] 184/5177 3% [== ] 185/5177 3% [== ] 186/5177 3% [== ] 187/5177 3% [== ] 188/5177 3% [== ] 189/5177 3% [== ] 190/5177 3% [== ] 191/5177 3% [== ] 192/5177 3% [== ] 193/5177 3% [== ] 194/5177 3% [== ] 195/5177 3% [== ] 196/5177 3% [== ] 197/5177 3% [== ] 198/5177 3% [== ] 199/5177 3% [== ] 200/5177 3% [== ] 201/5177 3% [== ] 202/5177 3% [== ] 203/5177 3% [== ] 204/5177 3% [== ] 205/5177 3% [== ] 206/5177 3% [== ] 207/5177 3% [== ] 208/5177 4% [== ] 209/5177 4% [== ] 210/5177 4% [== ] 211/5177 4% [== ] 212/5177 4% [== ] 213/5177 4% [== ] 214/5177 4% [== ] 215/5177 4% [== ] 216/5177 4% [== ] 217/5177 4% [== ] 218/5177 4% [== ] 219/5177 4% [== ] 220/5177 4% [== ] 221/5177 4% [== ] 222/5177 4% [== ] 223/5177 4% [== ] 224/5177 4% [== ] 225/5177 4% [== ] 226/5177 4% [== ] 227/5177 4% [== ] 228/5177 4% [== ] 229/5177 4% [== ] 230/5177 4% [== ] 231/5177 4% [== ] 232/5177 4% [== ] 233/5177 4% [== ] 234/5177 4% [== ] 235/5177 4% [== ] 236/5177 4% [== ] 237/5177 4% [== ] 238/5177 4% [== ] 239/5177 4% [== ] 240/5177 4% [== ] 241/5177 4% [== ] 242/5177 4% [== ] 243/5177 4% [== ] 244/5177 4% [== ] 245/5177 4% [== ] 246/5177 4% [== ] 247/5177 4% [== ] 248/5177 4% [== ] 249/5177 4% [== ] 250/5177 4% [=== ] 251/5177 4% [=== ] 252/5177 4% [=== ] 253/5177 4% [=== ] 254/5177 4% [=== ] 255/5177 4% [=== ] 256/5177 4% [=== ] 257/5177 4% [=== ] 258/5177 4% [=== ] 259/5177 5% [=== ] 260/5177 5% [=== ] 261/5177 5% [=== ] 262/5177 5% [=== ] 263/5177 5% [=== ] 264/5177 5% [=== ] 265/5177 5% [=== ] 266/5177 5% [=== ] 267/5177 5% [=== ] 268/5177 5% [=== ] 269/5177 5% [=== ] 270/5177 5% [=== ] 271/5177 5% [=== ] 272/5177 5% [=== ] 273/5177 5% [=== ] 274/5177 5% [=== ] 275/5177 5% [=== ] 276/5177 5% [=== ] 277/5177 5% [=== ] 278/5177 5% [=== ] 279/5177 5% [=== ] 280/5177 5% [=== ] 281/5177 5% [=== ] 282/5177 5% [=== ] 283/5177 5% [=== ] 284/5177 5% [=== ] 285/5177 5% [=== ] 286/5177 5% [=== ] 287/5177 5% [=== ] 288/5177 5% [=== ] 289/5177 5% [=== ] 290/5177 5% [=== ] 291/5177 5% [=== ] 292/5177 5% [=== ] 293/5177 5% [=== ] 294/5177 5% [=== ] 295/5177 5% [=== ] 296/5177 5% [=== ] 297/5177 5% [=== ] 298/5177 5% [=== ] 299/5177 5% [=== ] 300/5177 5% [=== ] 301/5177 5% [=== ] 302/5177 5% [=== ] 303/5177 5% [=== ] 304/5177 5% [=== ] 305/5177 5% [=== ] 306/5177 5% [=== ] 307/5177 5% [=== ] 308/5177 5% [=== ] 309/5177 5% [=== ] 310/5177 5% [=== ] 311/5177 6% [=== ] 312/5177 6% [=== ] 313/5177 6% [=== ] 314/5177 6% [=== ] 315/5177 6% [=== ] 316/5177 6% [=== ] 317/5177 6% [=== ] 318/5177 6% [=== ] 319/5177 6% [=== ] 320/5177 6% [=== ] 321/5177 6% [=== ] 322/5177 6% [=== ] 323/5177 6% [=== ] 324/5177 6% [=== ] 325/5177 6% [=== ] 326/5177 6% [=== ] 327/5177 6% [=== ] 328/5177 6% [=== ] 329/5177 6% [=== ] 330/5177 6% [=== ] 331/5177 6% [=== ] 332/5177 6% [=== ] 333/5177 6% [==== ] 334/5177 6% [==== ] 335/5177 6% [==== ] 336/5177 6% [==== ] 337/5177 6% [==== ] 338/5177 6% [==== ] 339/5177 6% [==== ] 340/5177 6% [==== ] 341/5177 6% [==== ] 342/5177 6% [==== ] 343/5177 6% [==== ] 344/5177 6% [==== ] 345/5177 6% [==== ] 346/5177 6% [==== ] 347/5177 6% [==== ] 348/5177 6% [==== ] 349/5177 6% [==== ] 350/5177 6% [==== ] 351/5177 6% [==== ] 352/5177 6% [==== ] 353/5177 6% [==== ] 354/5177 6% [==== ] 355/5177 6% [==== ] 356/5177 6% [==== ] 357/5177 6% [==== ] 358/5177 6% [==== ] 359/5177 6% [==== ] 360/5177 6% [==== ] 361/5177 6% [==== ] 362/5177 6% [==== ] 363/5177 7% [==== ] 364/5177 7% [==== ] 365/5177 7% [==== ] 366/5177 7% [==== ] 367/5177 7% [==== ] 368/5177 7% [==== ] 369/5177 7% [==== ] 370/5177 7% [==== ] 371/5177 7% [==== ] 372/5177 7% [==== ] 373/5177 7% [==== ] 374/5177 7% [==== ] 375/5177 7% [==== ] 376/5177 7% [==== ] 377/5177 7% [==== ] 378/5177 7% [==== ] 379/5177 7% [==== ] 380/5177 7% [==== ] 381/5177 7% [==== ] 382/5177 7% [==== ] 383/5177 7% [==== ] 384/5177 7% [==== ] 385/5177 7% [==== ] 386/5177 7% [==== ] 387/5177 7% [==== ] 388/5177 7% [==== ] 389/5177 7% [==== ] 390/5177 7% [==== ] 391/5177 7% [==== ] 392/5177 7% [==== ] 393/5177 7% [==== ] 394/5177 7% [==== ] 395/5177 7% [==== ] 396/5177 7% [==== ] 397/5177 7% [==== ] 398/5177 7% [==== ] 399/5177 7% [==== ] 400/5177 7% [==== ] 401/5177 7% [==== ] 402/5177 7% [==== ] 403/5177 7% [==== ] 404/5177 7% [==== ] 405/5177 7% [==== ] 406/5177 7% [==== ] 407/5177 7% [==== ] 408/5177 7% [==== ] 409/5177 7% [==== ] 410/5177 7% [==== ] 411/5177 7% [==== ] 412/5177 7% [==== ] 413/5177 7% [==== ] 414/5177 7% [==== ] 415/5177 8% [==== ] 416/5177 8% [==== ] 417/5177 8% [===== ] 418/5177 8% [===== ] 419/5177 8% [===== ] 420/5177 8% [===== ] 421/5177 8% [===== ] 422/5177 8% [===== ] 423/5177 8% [===== ] 424/5177 8% [===== ] 425/5177 8% [===== ] 426/5177 8% [===== ] 427/5177 8% [===== ] 428/5177 8% [===== ] 429/5177 8% [===== ] 430/5177 8% [===== ] 431/5177 8% [===== ] 432/5177 8% [===== ] 433/5177 8% [===== ] 434/5177 8% [===== ] 435/5177 8% [===== ] 436/5177 8% [===== ] 437/5177 8% [===== ] 438/5177 8% [===== ] 439/5177 8% [===== ] 440/5177 8% [===== ] 441/5177 8% [===== ] 442/5177 8% [===== ] 443/5177 8% [===== ] 444/5177 8% [===== ] 445/5177 8% [===== ] 446/5177 8% [===== ] 447/5177 8% [===== ] 448/5177 8% [===== ] 449/5177 8% [===== ] 450/5177 8% [===== ] 451/5177 8% [===== ] 452/5177 8% [===== ] 453/5177 8% [===== ] 454/5177 8% [===== ] 455/5177 8% [===== ] 456/5177 8% [===== ] 457/5177 8% [===== ] 458/5177 8% [===== ] 459/5177 8% [===== ] 460/5177 8% [===== ] 461/5177 8% [===== ] 462/5177 8% [===== ] 463/5177 8% [===== ] 464/5177 8% [===== ] 465/5177 8% [===== ] 466/5177 9% [===== ] 467/5177 9% [===== ] 468/5177 9% [===== ] 469/5177 9% [===== ] 470/5177 9% [===== ] 471/5177 9% [===== ] 472/5177 9% [===== ] 473/5177 9% [===== ] 474/5177 9% [===== ] 475/5177 9% [===== ] 476/5177 9% [===== ] 477/5177 9% [===== ] 478/5177 9% [===== ] 479/5177 9% [===== ] 480/5177 9% [===== ] 481/5177 9% [===== ] 482/5177 9% [===== ] 483/5177 9% [===== ] 484/5177 9% [===== ] 485/5177 9% [===== ] 486/5177 9% [===== ] 487/5177 9% [===== ] 488/5177 9% [===== ] 489/5177 9% [===== ] 490/5177 9% [===== ] 491/5177 9% [===== ] 492/5177 9% [===== ] 493/5177 9% [===== ] 494/5177 9% [===== ] 495/5177 9% [===== ] 496/5177 9% [===== ] 497/5177 9% [===== ] 498/5177 9% [===== ] 499/5177 9% [===== ] 500/5177 9% [====== ] 501/5177 9% [====== ] 502/5177 9% [====== ] 503/5177 9% [====== ] 504/5177 9% [====== ] 505/5177 9% [====== ] 506/5177 9% [====== ] 507/5177 9% [====== ] 508/5177 9% [====== ] 509/5177 9% [====== ] 510/5177 9% [====== ] 511/5177 9% [====== ] 512/5177 9% [====== ] 513/5177 9% [====== ] 514/5177 9% [====== ] 515/5177 9% [====== ] 516/5177 9% [====== ] 517/5177 9% [====== ] 518/5177 10% [====== ] 519/5177 10% [====== ] 520/5177 10% [====== ] 521/5177 10% [====== ] 522/5177 10% [====== ] 523/5177 10% [====== ] 524/5177 10% [====== ] 525/5177 10% [====== ] 526/5177 10% [====== ] 527/5177 10% [====== ] 528/5177 10% [====== ] 529/5177 10% [====== ] 530/5177 10% [====== ] 531/5177 10% [====== ] 532/5177 10% [====== ] 533/5177 10% [====== ] 534/5177 10% [====== ] 535/5177 10% [====== ] 536/5177 10% [====== ] 537/5177 10% [====== ] 538/5177 10% [====== ] 539/5177 10% [====== ] 540/5177 10% [====== ] 541/5177 10% [====== ] 542/5177 10% [====== ] 543/5177 10% [====== ] 544/5177 10% [====== ] 545/5177 10% [====== ] 546/5177 10% [====== ] 547/5177 10% [====== ] 548/5177 10% [====== ] 549/5177 10% [====== ] 550/5177 10% [====== ] 551/5177 10% [====== ] 552/5177 10% [====== ] 553/5177 10% [====== ] 554/5177 10% [====== ] 555/5177 10% [====== ] 556/5177 10% [====== ] 557/5177 10% [====== ] 558/5177 10% [====== ] 559/5177 10% [====== ] 560/5177 10% [====== ] 561/5177 10% [====== ] 562/5177 10% [====== ] 563/5177 10% [====== ] 564/5177 10% [====== ] 565/5177 10% [====== ] 566/5177 10% [====== ] 567/5177 10% [====== ] 568/5177 10% [====== ] 569/5177 10% [====== ] 570/5177 11% [====== ] 571/5177 11% [====== ] 572/5177 11% [====== ] 573/5177 11% [====== ] 574/5177 11% [====== ] 575/5177 11% [====== ] 576/5177 11% [====== ] 577/5177 11% [====== ] 578/5177 11% [====== ] 579/5177 11% [====== ] 580/5177 11% [====== ] 581/5177 11% [====== ] 582/5177 11% [====== ] 583/5177 11% [====== ] 584/5177 11% [======= ] 585/5177 11% [======= ] 586/5177 11% [======= ] 587/5177 11% [======= ] 588/5177 11% [======= ] 589/5177 11% [======= ] 590/5177 11% [======= ] 591/5177 11% [======= ] 592/5177 11% [======= ] 593/5177 11% [======= ] 594/5177 11% [======= ] 595/5177 11% [======= ] 596/5177 11% [======= ] 597/5177 11% [======= ] 598/5177 11% [======= ] 599/5177 11% [======= ] 600/5177 11% [======= ] 601/5177 11% [======= ] 602/5177 11% [======= ] 603/5177 11% [======= ] 604/5177 11% [======= ] 605/5177 11% [======= ] 606/5177 11% [======= ] 607/5177 11% [======= ] 608/5177 11% [======= ] 609/5177 11% [======= ] 610/5177 11% [======= ] 611/5177 11% [======= ] 612/5177 11% [======= ] 613/5177 11% [======= ] 614/5177 11% [======= ] 615/5177 11% [======= ] 616/5177 11% [======= ] 617/5177 11% [======= ] 618/5177 11% [======= ] 619/5177 11% [======= ] 620/5177 11% [======= ] 621/5177 11% [======= ] 622/5177 12% [======= ] 623/5177 12% [======= ] 624/5177 12% [======= ] 625/5177 12% [======= ] 626/5177 12% [======= ] 627/5177 12% [======= ] 628/5177 12% [======= ] 629/5177 12% [======= ] 630/5177 12% [======= ] 631/5177 12% [======= ] 632/5177 12% [======= ] 633/5177 12% [======= ] 634/5177 12% [======= ] 635/5177 12% [======= ] 636/5177 12% [======= ] 637/5177 12% [======= ] 638/5177 12% [======= ] 639/5177 12% [======= ] 640/5177 12% [======= ] 641/5177 12% [======= ] 642/5177 12% [======= ] 643/5177 12% [======= ] 644/5177 12% [======= ] 645/5177 12% [======= ] 646/5177 12% [======= ] 647/5177 12% [======= ] 648/5177 12% [======= ] 649/5177 12% [======= ] 650/5177 12% [======= ] 651/5177 12% [======= ] 652/5177 12% [======= ] 653/5177 12% [======= ] 654/5177 12% [======= ] 655/5177 12% [======= ] 656/5177 12% [======= ] 657/5177 12% [======= ] 658/5177 12% [======= ] 659/5177 12% [======= ] 660/5177 12% [======= ] 661/5177 12% [======= ] 662/5177 12% [======= ] 663/5177 12% [======= ] 664/5177 12% [======= ] 665/5177 12% [======= ] 666/5177 12% [======= ] 667/5177 12% [======== ] 668/5177 12% [======== ] 669/5177 12% [======== ] 670/5177 12% [======== ] 671/5177 12% [======== ] 672/5177 12% [======== ] 673/5177 12% [======== ] 674/5177 13% [======== ] 675/5177 13% [======== ] 676/5177 13% [======== ] 677/5177 13% [======== ] 678/5177 13% [======== ] 679/5177 13% [======== ] 680/5177 13% [======== ] 681/5177 13% [======== ] 682/5177 13% [======== ] 683/5177 13% [======== ] 684/5177 13% [======== ] 685/5177 13% [======== ] 686/5177 13% [======== ] 687/5177 13% [======== ] 688/5177 13% [======== ] 689/5177 13% [======== ] 690/5177 13% [======== ] 691/5177 13% [======== ] 692/5177 13% [======== ] 693/5177 13% [======== ] 694/5177 13% [======== ] 695/5177 13% [======== ] 696/5177 13% [======== ] 697/5177 13% [======== ] 698/5177 13% [======== ] 699/5177 13% [======== ] 700/5177 13% [======== ] 701/5177 13% [======== ] 702/5177 13% [======== ] 703/5177 13% [======== ] 704/5177 13% [======== ] 705/5177 13% [======== ] 706/5177 13% [======== ] 707/5177 13% [======== ] 708/5177 13% [======== ] 709/5177 13% [======== ] 710/5177 13% [======== ] 711/5177 13% [======== ] 712/5177 13% [======== ] 713/5177 13% [======== ] 714/5177 13% [======== ] 715/5177 13% [======== ] 716/5177 13% [======== ] 717/5177 13% [======== ] 718/5177 13% [======== ] 719/5177 13% [======== ] 720/5177 13% [======== ] 721/5177 13% [======== ] 722/5177 13% [======== ] 723/5177 13% [======== ] 724/5177 13% [======== ] 725/5177 14% [======== ] 726/5177 14% [======== ] 727/5177 14% [======== ] 728/5177 14% [======== ] 729/5177 14% [======== ] 730/5177 14% [======== ] 731/5177 14% [======== ] 732/5177 14% [======== ] 733/5177 14% [======== ] 734/5177 14% [======== ] 735/5177 14% [======== ] 736/5177 14% [======== ] 737/5177 14% [======== ] 738/5177 14% [======== ] 739/5177 14% [======== ] 740/5177 14% [======== ] 741/5177 14% [======== ] 742/5177 14% [======== ] 743/5177 14% [======== ] 744/5177 14% [======== ] 745/5177 14% [======== ] 746/5177 14% [======== ] 747/5177 14% [======== ] 748/5177 14% [======== ] 749/5177 14% [======== ] 750/5177 14% [======== ] 751/5177 14% [========= ] 752/5177 14% [========= ] 753/5177 14% [========= ] 754/5177 14% [========= ] 755/5177 14% [========= ] 756/5177 14% [========= ] 757/5177 14% [========= ] 758/5177 14% [========= ] 759/5177 14% [========= ] 760/5177 14% [========= ] 761/5177 14% [========= ] 762/5177 14% [========= ] 763/5177 14% [========= ] 764/5177 14% [========= ] 765/5177 14% [========= ] 766/5177 14% [========= ] 767/5177 14% [========= ] 768/5177 14% [========= ] 769/5177 14% [========= ] 770/5177 14% [========= ] 771/5177 14% [========= ] 772/5177 14% [========= ] 773/5177 14% [========= ] 774/5177 14% [========= ] 775/5177 14% [========= ] 776/5177 14% [========= ] 777/5177 15% [========= ] 778/5177 15% [========= ] 779/5177 15% [========= ] 780/5177 15% [========= ] 781/5177 15% [========= ] 782/5177 15% [========= ] 783/5177 15% [========= ] 784/5177 15% [========= ] 785/5177 15% [========= ] 786/5177 15% [========= ] 787/5177 15% [========= ] 788/5177 15% [========= ] 789/5177 15% [========= ] 790/5177 15% [========= ] 791/5177 15% [========= ] 792/5177 15% [========= ] 793/5177 15% [========= ] 794/5177 15% [========= ] 795/5177 15% [========= ] 796/5177 15% [========= ] 797/5177 15% [========= ] 798/5177 15% [========= ] 799/5177 15% [========= ] 800/5177 15% [========= ] 801/5177 15% [========= ] 802/5177 15% [========= ] 803/5177 15% [========= ] 804/5177 15% [========= ] 805/5177 15% [========= ] 806/5177 15% [========= ] 807/5177 15% [========= ] 808/5177 15% [========= ] 809/5177 15% [========= ] 810/5177 15% [========= ] 811/5177 15% [========= ] 812/5177 15% [========= ] 813/5177 15% [========= ] 814/5177 15% [========= ] 815/5177 15% [========= ] 816/5177 15% [========= ] 817/5177 15% [========= ] 818/5177 15% [========= ] 819/5177 15% [========= ] 820/5177 15% [========= ] 821/5177 15% [========= ] 822/5177 15% [========= ] 823/5177 15% [========= ] 824/5177 15% [========= ] 825/5177 15% [========= ] 826/5177 15% [========= ] 827/5177 15% [========= ] 828/5177 15% [========= ] 829/5177 16% [========= ] 830/5177 16% [========= ] 831/5177 16% [========= ] 832/5177 16% [========= ] 833/5177 16% [========= ] 834/5177 16% [========== ] 835/5177 16% [========== ] 836/5177 16% [========== ] 837/5177 16% [========== ] 838/5177 16% [========== ] 839/5177 16% [========== ] 840/5177 16% [========== ] 841/5177 16% [========== ] 842/5177 16% [========== ] 843/5177 16% [========== ] 844/5177 16% [========== ] 845/5177 16% [========== ] 846/5177 16% [========== ] 847/5177 16% [========== ] 848/5177 16% [========== ] 849/5177 16% [========== ] 850/5177 16% [========== ] 851/5177 16% [========== ] 852/5177 16% [========== ] 853/5177 16% [========== ] 854/5177 16% [========== ] 855/5177 16% [========== ] 856/5177 16% [========== ] 857/5177 16% [========== ] 858/5177 16% [========== ] 859/5177 16% [========== ] 860/5177 16% [========== ] 861/5177 16% [========== ] 862/5177 16% [========== ] 863/5177 16% [========== ] 864/5177 16% [========== ] 865/5177 16% [========== ] 866/5177 16% [========== ] 867/5177 16% [========== ] 868/5177 16% [========== ] 869/5177 16% [========== ] 870/5177 16% [========== ] 871/5177 16% [========== ] 872/5177 16% [========== ] 873/5177 16% [========== ] 874/5177 16% [========== ] 875/5177 16% [========== ] 876/5177 16% [========== ] 877/5177 16% [========== ] 878/5177 16% [========== ] 879/5177 16% [========== ] 880/5177 16% [========== ] 881/5177 17% [========== ] 882/5177 17% [========== ] 883/5177 17% [========== ] 884/5177 17% [========== ] 885/5177 17% [========== ] 886/5177 17% [========== ] 887/5177 17% [========== ] 888/5177 17% [========== ] 889/5177 17% [========== ] 890/5177 17% [========== ] 891/5177 17% [========== ] 892/5177 17% [========== ] 893/5177 17% [========== ] 894/5177 17% [========== ] 895/5177 17% [========== ] 896/5177 17% [========== ] 897/5177 17% [========== ] 898/5177 17% [========== ] 899/5177 17% [========== ] 900/5177 17% [========== ] 901/5177 17% [========== ] 902/5177 17% [========== ] 903/5177 17% [========== ] 904/5177 17% [========== ] 905/5177 17% [========== ] 906/5177 17% [========== ] 907/5177 17% [========== ] 908/5177 17% [========== ] 909/5177 17% [========== ] 910/5177 17% [========== ] 911/5177 17% [========== ] 912/5177 17% [========== ] 913/5177 17% [========== ] 914/5177 17% [========== ] 915/5177 17% [========== ] 916/5177 17% [========== ] 917/5177 17% [========== ] 918/5177 17% [=========== ] 919/5177 17% [=========== ] 920/5177 17% [=========== ] 921/5177 17% [=========== ] 922/5177 17% [=========== ] 923/5177 17% [=========== ] 924/5177 17% [=========== ] 925/5177 17% [=========== ] 926/5177 17% [=========== ] 927/5177 17% [=========== ] 928/5177 17% [=========== ] 929/5177 17% [=========== ] 930/5177 17% [=========== ] 931/5177 17% [=========== ] 932/5177 18% [=========== ] 933/5177 18% [=========== ] 934/5177 18% [=========== ] 935/5177 18% [=========== ] 936/5177 18% [=========== ] 937/5177 18% [=========== ] 938/5177 18% [=========== ] 939/5177 18% [=========== ] 940/5177 18% [=========== ] 941/5177 18% [=========== ] 942/5177 18% [=========== ] 943/5177 18% [=========== ] 944/5177 18% [=========== ] 945/5177 18% [=========== ] 946/5177 18% [=========== ] 947/5177 18% [=========== ] 948/5177 18% [=========== ] 949/5177 18% [=========== ] 950/5177 18% [=========== ] 951/5177 18% [=========== ] 952/5177 18% [=========== ] 953/5177 18% [=========== ] 954/5177 18% [=========== ] 955/5177 18% [=========== ] 956/5177 18% [=========== ] 957/5177 18% [=========== ] 958/5177 18% [=========== ] 959/5177 18% [=========== ] 960/5177 18% [=========== ] 961/5177 18% [=========== ] 962/5177 18% [=========== ] 963/5177 18% [=========== ] 964/5177 18% [=========== ] 965/5177 18% [=========== ] 966/5177 18% [=========== ] 967/5177 18% [=========== ] 968/5177 18% [=========== ] 969/5177 18% [=========== ] 970/5177 18% [=========== ] 971/5177 18% [=========== ] 972/5177 18% [=========== ] 973/5177 18% [=========== ] 974/5177 18% [=========== ] 975/5177 18% [=========== ] 976/5177 18% [=========== ] 977/5177 18% [=========== ] 978/5177 18% [=========== ] 979/5177 18% [=========== ] 980/5177 18% [=========== ] 981/5177 18% [=========== ] 982/5177 18% [=========== ] 983/5177 18% [=========== ] 984/5177 19% [=========== ] 985/5177 19% [=========== ] 986/5177 19% [=========== ] 987/5177 19% [=========== ] 988/5177 19% [=========== ] 989/5177 19% [=========== ] 990/5177 19% [=========== ] 991/5177 19% [=========== ] 992/5177 19% [=========== ] 993/5177 19% [=========== ] 994/5177 19% [=========== ] 995/5177 19% [=========== ] 996/5177 19% [=========== ] 997/5177 19% [=========== ] 998/5177 19% [=========== ] 999/5177 19% [=========== ] 1000/5177 19% [=========== ] 1001/5177 19% [============ ] 1002/5177 19% [============ ] 1003/5177 19% [============ ] 1004/5177 19% [============ ] 1005/5177 19% [============ ] 1006/5177 19% [============ ] 1007/5177 19% [============ ] 1008/5177 19% [============ ] 1009/5177 19% [============ ] 1010/5177 19% [============ ] 1011/5177 19% [============ ] 1012/5177 19% [============ ] 1013/5177 19% [============ ] 1014/5177 19% [============ ] 1015/5177 19% [============ ] 1016/5177 19% [============ ] 1017/5177 19% [============ ] 1018/5177 19% [============ ] 1019/5177 19% [============ ] 1020/5177 19% [============ ] 1021/5177 19% [============ ] 1022/5177 19% [============ ] 1023/5177 19% [============ ] 1024/5177 19% [============ ] 1025/5177 19% [============ ] 1026/5177 19% [============ ] 1027/5177 19% [============ ] 1028/5177 19% [============ ] 1029/5177 19% [============ ] 1030/5177 19% [============ ] 1031/5177 19% [============ ] 1032/5177 19% [============ ] 1033/5177 19% [============ ] 1034/5177 19% [============ ] 1035/5177 19% [============ ] 1036/5177 20% [============ ] 1037/5177 20% [============ ] 1038/5177 20% [============ ] 1039/5177 20% [============ ] 1040/5177 20% [============ ] 1041/5177 20% [============ ] 1042/5177 20% [============ ] 1043/5177 20% [============ ] 1044/5177 20% [============ ] 1045/5177 20% [============ ] 1046/5177 20% [============ ] 1047/5177 20% [============ ] 1048/5177 20% [============ ] 1049/5177 20% [============ ] 1050/5177 20% [============ ] 1051/5177 20% [============ ] 1052/5177 20% [============ ] 1053/5177 20% [============ ] 1054/5177 20% [============ ] 1055/5177 20% [============ ] 1056/5177 20% [============ ] 1057/5177 20% [============ ] 1058/5177 20% [============ ] 1059/5177 20% [============ ] 1060/5177 20% [============ ] 1061/5177 20% [============ ] 1062/5177 20% [============ ] 1063/5177 20% [============ ] 1064/5177 20% [============ ] 1065/5177 20% [============ ] 1066/5177 20% [============ ] 1067/5177 20% [============ ] 1068/5177 20% [============ ] 1069/5177 20% [============ ] 1070/5177 20% [============ ] 1071/5177 20% [============ ] 1072/5177 20% [============ ] 1073/5177 20% [============ ] 1074/5177 20% [============ ] 1075/5177 20% [============ ] 1076/5177 20% [============ ] 1077/5177 20% [============ ] 1078/5177 20% [============ ] 1079/5177 20% [============ ] 1080/5177 20% [============ ] 1081/5177 20% [============ ] 1082/5177 20% [============ ] 1083/5177 20% [============ ] 1084/5177 20% [============ ] 1085/5177 20% [============= ] 1086/5177 20% [============= ] 1087/5177 20% [============= ] 1088/5177 21% [============= ] 1089/5177 21% [============= ] 1090/5177 21% [============= ] 1091/5177 21% [============= ] 1092/5177 21% [============= ] 1093/5177 21% [============= ] 1094/5177 21% [============= ] 1095/5177 21% [============= ] 1096/5177 21% [============= ] 1097/5177 21% [============= ] 1098/5177 21% [============= ] 1099/5177 21% [============= ] 1100/5177 21% [============= ] 1101/5177 21% [============= ] 1102/5177 21% [============= ] 1103/5177 21% [============= ] 1104/5177 21% [============= ] 1105/5177 21% [============= ] 1106/5177 21% [============= ] 1107/5177 21% [============= ] 1108/5177 21% [============= ] 1109/5177 21% [============= ] 1110/5177 21% [============= ] 1111/5177 21% [============= ] 1112/5177 21% [============= ] 1113/5177 21% [============= ] 1114/5177 21% [============= ] 1115/5177 21% [============= ] 1116/5177 21% [============= ] 1117/5177 21% [============= ] 1118/5177 21% [============= ] 1119/5177 21% [============= ] 1120/5177 21% [============= ] 1121/5177 21% [============= ] 1122/5177 21% [============= ] 1123/5177 21% [============= ] 1124/5177 21% [============= ] 1125/5177 21% [============= ] 1126/5177 21% [============= ] 1127/5177 21% [============= ] 1128/5177 21% [============= ] 1129/5177 21% [============= ] 1130/5177 21% [============= ] 1131/5177 21% [============= ] 1132/5177 21% [============= ] 1133/5177 21% [============= ] 1134/5177 21% [============= ] 1135/5177 21% [============= ] 1136/5177 21% [============= ] 1137/5177 21% [============= ] 1138/5177 21% [============= ] 1139/5177 22% [============= ] 1140/5177 22% [============= ] 1141/5177 22% [============= ] 1142/5177 22% [============= ] 1143/5177 22% [============= ] 1144/5177 22% [============= ] 1145/5177 22% [============= ] 1146/5177 22% [============= ] 1147/5177 22% [============= ] 1148/5177 22% [============= ] 1149/5177 22% [============= ] 1150/5177 22% [============= ] 1151/5177 22% [============= ] 1152/5177 22% [============= ] 1153/5177 22% [============= ] 1154/5177 22% [============= ] 1155/5177 22% [============= ] 1156/5177 22% [============= ] 1157/5177 22% [============= ] 1158/5177 22% [============= ] 1159/5177 22% [============= ] 1160/5177 22% [============= ] 1161/5177 22% [============= ] 1162/5177 22% [============= ] 1163/5177 22% [============= ] 1164/5177 22% [============= ] 1165/5177 22% [============= ] 1166/5177 22% [============= ] 1167/5177 22% [============= ] 1168/5177 22% [============== ] 1169/5177 22% [============== ] 1170/5177 22% [============== ] 1171/5177 22% [============== ] 1172/5177 22% [============== ] 1173/5177 22% [============== ] 1174/5177 22% [============== ] 1175/5177 22% [============== ] 1176/5177 22% [============== ] 1177/5177 22% [============== ] 1178/5177 22% [============== ] 1179/5177 22% [============== ] 1180/5177 22% [============== ] 1181/5177 22% [============== ] 1182/5177 22% [============== ] 1183/5177 22% [============== ] 1184/5177 22% [============== ] 1185/5177 22% [============== ] 1186/5177 22% [============== ] 1187/5177 22% [============== ] 1188/5177 22% [============== ] 1189/5177 22% [============== ] 1190/5177 22% [============== ] 1191/5177 23% [============== ] 1192/5177 23% [============== ] 1193/5177 23% [============== ] 1194/5177 23% [============== ] 1195/5177 23% [============== ] 1196/5177 23% [============== ] 1197/5177 23% [============== ] 1198/5177 23% [============== ] 1199/5177 23% [============== ] 1200/5177 23% [============== ] 1201/5177 23% [============== ] 1202/5177 23% [============== ] 1203/5177 23% [============== ] 1204/5177 23% [============== ] 1205/5177 23% [============== ] 1206/5177 23% [============== ] 1207/5177 23% [============== ] 1208/5177 23% [============== ] 1209/5177 23% [============== ] 1210/5177 23% [============== ] 1211/5177 23% [============== ] 1212/5177 23% [============== ] 1213/5177 23% [============== ] 1214/5177 23% [============== ] 1215/5177 23% [============== ] 1216/5177 23% [============== ] 1217/5177 23% [============== ] 1218/5177 23% [============== ] 1219/5177 23% [============== ] 1220/5177 23% [============== ] 1221/5177 23% [============== ] 1222/5177 23% [============== ] 1223/5177 23% [============== ] 1224/5177 23% [============== ] 1225/5177 23% [============== ] 1226/5177 23% [============== ] 1227/5177 23% [============== ] 1228/5177 23% [============== ] 1229/5177 23% [============== ] 1230/5177 23% [============== ] 1231/5177 23% [============== ] 1232/5177 23% [============== ] 1233/5177 23% [============== ] 1234/5177 23% [============== ] 1235/5177 23% [============== ] 1236/5177 23% [============== ] 1237/5177 23% [============== ] 1238/5177 23% [============== ] 1239/5177 23% [============== ] 1240/5177 23% [============== ] 1241/5177 23% [============== ] 1242/5177 23% [============== ] 1243/5177 24% [============== ] 1244/5177 24% [============== ] 1245/5177 24% [============== ] 1246/5177 24% [============== ] 1247/5177 24% [============== ] 1248/5177 24% [============== ] 1249/5177 24% [============== ] 1250/5177 24% [============== ] 1251/5177 24% [============== ] 1252/5177 24% [=============== ] 1253/5177 24% [=============== ] 1254/5177 24% [=============== ] 1255/5177 24% [=============== ] 1256/5177 24% [=============== ] 1257/5177 24% [=============== ] 1258/5177 24% [=============== ] 1259/5177 24% [=============== ] 1260/5177 24% [=============== ] 1261/5177 24% [=============== ] 1262/5177 24% [=============== ] 1263/5177 24% [=============== ] 1264/5177 24% [=============== ] 1265/5177 24% [=============== ] 1266/5177 24% [=============== ] 1267/5177 24% [=============== ] 1268/5177 24% [=============== ] 1269/5177 24% [=============== ] 1270/5177 24% [=============== ] 1271/5177 24% [=============== ] 1272/5177 24% [=============== ] 1273/5177 24% [=============== ] 1274/5177 24% [=============== ] 1275/5177 24% [=============== ] 1276/5177 24% [=============== ] 1277/5177 24% [=============== ] 1278/5177 24% [=============== ] 1279/5177 24% [=============== ] 1280/5177 24% [=============== ] 1281/5177 24% [=============== ] 1282/5177 24% [=============== ] 1283/5177 24% [=============== ] 1284/5177 24% [=============== ] 1285/5177 24% [=============== ] 1286/5177 24% [=============== ] 1287/5177 24% [=============== ] 1288/5177 24% [=============== ] 1289/5177 24% [=============== ] 1290/5177 24% [=============== ] 1291/5177 24% [=============== ] 1292/5177 24% [=============== ] 1293/5177 24% [=============== ] 1294/5177 24% [=============== ] 1295/5177 25% [=============== ] 1296/5177 25% [=============== ] 1297/5177 25% [=============== ] 1298/5177 25% [=============== ] 1299/5177 25% [=============== ] 1300/5177 25% [=============== ] 1301/5177 25% [=============== ] 1302/5177 25% [=============== ] 1303/5177 25% [=============== ] 1304/5177 25% [=============== ] 1305/5177 25% [=============== ] 1306/5177 25% [=============== ] 1307/5177 25% [=============== ] 1308/5177 25% [=============== ] 1309/5177 25% [=============== ] 1310/5177 25% [=============== ] 1311/5177 25% [=============== ] 1312/5177 25% [=============== ] 1313/5177 25% [=============== ] 1314/5177 25% [=============== ] 1315/5177 25% [=============== ] 1316/5177 25% [=============== ] 1317/5177 25% [=============== ] 1318/5177 25% [=============== ] 1319/5177 25% [=============== ] 1320/5177 25% [=============== ] 1321/5177 25% [=============== ] 1322/5177 25% [=============== ] 1323/5177 25% [=============== ] 1324/5177 25% [=============== ] 1325/5177 25% [=============== ] 1326/5177 25% [=============== ] 1327/5177 25% [=============== ] 1328/5177 25% [=============== ] 1329/5177 25% [=============== ] 1330/5177 25% [=============== ] 1331/5177 25% [=============== ] 1332/5177 25% [=============== ] 1333/5177 25% [=============== ] 1334/5177 25% [=============== ] 1335/5177 25% [================ ] 1336/5177 25% [================ ] 1337/5177 25% [================ ] 1338/5177 25% [================ ] 1339/5177 25% [================ ] 1340/5177 25% [================ ] 1341/5177 25% [================ ] 1342/5177 25% [================ ] 1343/5177 25% [================ ] 1344/5177 25% [================ ] 1345/5177 25% [================ ] 1346/5177 25% [================ ] 1347/5177 26% [================ ] 1348/5177 26% [================ ] 1349/5177 26% [================ ] 1350/5177 26% [================ ] 1351/5177 26% [================ ] 1352/5177 26% [================ ] 1353/5177 26% [================ ] 1354/5177 26% [================ ] 1355/5177 26% [================ ] 1356/5177 26% [================ ] 1357/5177 26% [================ ] 1358/5177 26% [================ ] 1359/5177 26% [================ ] 1360/5177 26% [================ ] 1361/5177 26% [================ ] 1362/5177 26% [================ ] 1363/5177 26% [================ ] 1364/5177 26% [================ ] 1365/5177 26% [================ ] 1366/5177 26% [================ ] 1367/5177 26% [================ ] 1368/5177 26% [================ ] 1369/5177 26% [================ ] 1370/5177 26% [================ ] 1371/5177 26% [================ ] 1372/5177 26% [================ ] 1373/5177 26% [================ ] 1374/5177 26% [================ ] 1375/5177 26% [================ ] 1376/5177 26% [================ ] 1377/5177 26% [================ ] 1378/5177 26% [================ ] 1379/5177 26% [================ ] 1380/5177 26% [================ ] 1381/5177 26% [================ ] 1382/5177 26% [================ ] 1383/5177 26% [================ ] 1384/5177 26% [================ ] 1385/5177 26% [================ ] 1386/5177 26% [================ ] 1387/5177 26% [================ ] 1388/5177 26% [================ ] 1389/5177 26% [================ ] 1390/5177 26% [================ ] 1391/5177 26% [================ ] 1392/5177 26% [================ ] 1393/5177 26% [================ ] 1394/5177 26% [================ ] 1395/5177 26% [================ ] 1396/5177 26% [================ ] 1397/5177 26% [================ ] 1398/5177 27% [================ ] 1399/5177 27% [================ ] 1400/5177 27% [================ ] 1401/5177 27% [================ ] 1402/5177 27% [================ ] 1403/5177 27% [================ ] 1404/5177 27% [================ ] 1405/5177 27% [================ ] 1406/5177 27% [================ ] 1407/5177 27% [================ ] 1408/5177 27% [================ ] 1409/5177 27% [================ ] 1410/5177 27% [================ ] 1411/5177 27% [================ ] 1412/5177 27% [================ ] 1413/5177 27% [================ ] 1414/5177 27% [================ ] 1415/5177 27% [================ ] 1416/5177 27% [================ ] 1417/5177 27% [================ ] 1418/5177 27% [================ ] 1419/5177 27% [================= ] 1420/5177 27% [================= ] 1421/5177 27% [================= ] 1422/5177 27% [================= ] 1423/5177 27% [================= ] 1424/5177 27% [================= ] 1425/5177 27% [================= ] 1426/5177 27% [================= ] 1427/5177 27% [================= ] 1428/5177 27% [================= ] 1429/5177 27% [================= ] 1430/5177 27% [================= ] 1431/5177 27% [================= ] 1432/5177 27% [================= ] 1433/5177 27% [================= ] 1434/5177 27% [================= ] 1435/5177 27% [================= ] 1436/5177 27% [================= ] 1437/5177 27% [================= ] 1438/5177 27% [================= ] 1439/5177 27% [================= ] 1440/5177 27% [================= ] 1441/5177 27% [================= ] 1442/5177 27% [================= ] 1443/5177 27% [================= ] 1444/5177 27% [================= ] 1445/5177 27% [================= ] 1446/5177 27% [================= ] 1447/5177 27% [================= ] 1448/5177 27% [================= ] 1449/5177 27% [================= ] 1450/5177 28% [================= ] 1451/5177 28% [================= ] 1452/5177 28% [================= ] 1453/5177 28% [================= ] 1454/5177 28% [================= ] 1455/5177 28% [================= ] 1456/5177 28% [================= ] 1457/5177 28% [================= ] 1458/5177 28% [================= ] 1459/5177 28% [================= ] 1460/5177 28% [================= ] 1461/5177 28% [================= ] 1462/5177 28% [================= ] 1463/5177 28% [================= ] 1464/5177 28% [================= ] 1465/5177 28% [================= ] 1466/5177 28% [================= ] 1467/5177 28% [================= ] 1468/5177 28% [================= ] 1469/5177 28% [================= ] 1470/5177 28% [================= ] 1471/5177 28% [================= ] 1472/5177 28% [================= ] 1473/5177 28% [================= ] 1474/5177 28% [================= ] 1475/5177 28% [================= ] 1476/5177 28% [================= ] 1477/5177 28% [================= ] 1478/5177 28% [================= ] 1479/5177 28% [================= ] 1480/5177 28% [================= ] 1481/5177 28% [================= ] 1482/5177 28% [================= ] 1483/5177 28% [================= ] 1484/5177 28% [================= ] 1485/5177 28% [================= ] 1486/5177 28% [================= ] 1487/5177 28% [================= ] 1488/5177 28% [================= ] 1489/5177 28% [================= ] 1490/5177 28% [================= ] 1491/5177 28% [================= ] 1492/5177 28% [================= ] 1493/5177 28% [================= ] 1494/5177 28% [================= ] 1495/5177 28% [================= ] 1496/5177 28% [================= ] 1497/5177 28% [================= ] 1498/5177 28% [================= ] 1499/5177 28% [================= ] 1500/5177 28% [================= ] 1501/5177 28% [================= ] 1502/5177 29% [================== ] 1503/5177 29% [================== ] 1504/5177 29% [================== ] 1505/5177 29% [================== ] 1506/5177 29% [================== ] 1507/5177 29% [================== ] 1508/5177 29% [================== ] 1509/5177 29% [================== ] 1510/5177 29% [================== ] 1511/5177 29% [================== ] 1512/5177 29% [================== ] 1513/5177 29% [================== ] 1514/5177 29% [================== ] 1515/5177 29% [================== ] 1516/5177 29% [================== ] 1517/5177 29% [================== ] 1518/5177 29% [================== ] 1519/5177 29% [================== ] 1520/5177 29% [================== ] 1521/5177 29% [================== ] 1522/5177 29% [================== ] 1523/5177 29% [================== ] 1524/5177 29% [================== ] 1525/5177 29% [================== ] 1526/5177 29% [================== ] 1527/5177 29% [================== ] 1528/5177 29% [================== ] 1529/5177 29% [================== ] 1530/5177 29% [================== ] 1531/5177 29% [================== ] 1532/5177 29% [================== ] 1533/5177 29% [================== ] 1534/5177 29% [================== ] 1535/5177 29% [================== ] 1536/5177 29% [================== ] 1537/5177 29% [================== ] 1538/5177 29% [================== ] 1539/5177 29% [================== ] 1540/5177 29% [================== ] 1541/5177 29% [================== ] 1542/5177 29% [================== ] 1543/5177 29% [================== ] 1544/5177 29% [================== ] 1545/5177 29% [================== ] 1546/5177 29% [================== ] 1547/5177 29% [================== ] 1548/5177 29% [================== ] 1549/5177 29% [================== ] 1550/5177 29% [================== ] 1551/5177 29% [================== ] 1552/5177 29% [================== ] 1553/5177 29% [================== ] 1554/5177 30% [================== ] 1555/5177 30% [================== ] 1556/5177 30% [================== ] 1557/5177 30% [================== ] 1558/5177 30% [================== ] 1559/5177 30% [================== ] 1560/5177 30% [================== ] 1561/5177 30% [================== ] 1562/5177 30% [================== ] 1563/5177 30% [================== ] 1564/5177 30% [================== ] 1565/5177 30% [================== ] 1566/5177 30% [================== ] 1567/5177 30% [================== ] 1568/5177 30% [================== ] 1569/5177 30% [================== ] 1570/5177 30% [================== ] 1571/5177 30% [================== ] 1572/5177 30% [================== ] 1573/5177 30% [================== ] 1574/5177 30% [================== ] 1575/5177 30% [================== ] 1576/5177 30% [================== ] 1577/5177 30% [================== ] 1578/5177 30% [================== ] 1579/5177 30% [================== ] 1580/5177 30% [================== ] 1581/5177 30% [================== ] 1582/5177 30% [================== ] 1583/5177 30% [================== ] 1584/5177 30% [================== ] 1585/5177 30% [================== ] 1586/5177 30% [=================== ] 1587/5177 30% [=================== ] 1588/5177 30% [=================== ] 1589/5177 30% [=================== ] 1590/5177 30% [=================== ] 1591/5177 30% [=================== ] 1592/5177 30% [=================== ] 1593/5177 30% [=================== ] 1594/5177 30% [=================== ] 1595/5177 30% [=================== ] 1596/5177 30% [=================== ] 1597/5177 30% [=================== ] 1598/5177 30% [=================== ] 1599/5177 30% [=================== ] 1600/5177 30% [=================== ] 1601/5177 30% [=================== ] 1602/5177 30% [=================== ] 1603/5177 30% [=================== ] 1604/5177 30% [=================== ] 1605/5177 31% [=================== ] 1606/5177 31% [=================== ] 1607/5177 31% [=================== ] 1608/5177 31% [=================== ] 1609/5177 31% [=================== ] 1610/5177 31% [=================== ] 1611/5177 31% [=================== ] 1612/5177 31% [=================== ] 1613/5177 31% [=================== ] 1614/5177 31% [=================== ] 1615/5177 31% [=================== ] 1616/5177 31% [=================== ] 1617/5177 31% [=================== ] 1618/5177 31% [=================== ] 1619/5177 31% [=================== ] 1620/5177 31% [=================== ] 1621/5177 31% [=================== ] 1622/5177 31% [=================== ] 1623/5177 31% [=================== ] 1624/5177 31% [=================== ] 1625/5177 31% [=================== ] 1626/5177 31% [=================== ] 1627/5177 31% [=================== ] 1628/5177 31% [=================== ] 1629/5177 31% [=================== ] 1630/5177 31% [=================== ] 1631/5177 31% [=================== ] 1632/5177 31% [=================== ] 1633/5177 31% [=================== ] 1634/5177 31% [=================== ] 1635/5177 31% [=================== ] 1636/5177 31% [=================== ] 1637/5177 31% [=================== ] 1638/5177 31% [=================== ] 1639/5177 31% [=================== ] 1640/5177 31% [=================== ] 1641/5177 31% [=================== ] 1642/5177 31% [=================== ] 1643/5177 31% [=================== ] 1644/5177 31% [=================== ] 1645/5177 31% [=================== ] 1646/5177 31% [=================== ] 1647/5177 31% [=================== ] 1648/5177 31% [=================== ] 1649/5177 31% [=================== ] 1650/5177 31% [=================== ] 1651/5177 31% [=================== ] 1652/5177 31% [=================== ] 1653/5177 31% [=================== ] 1654/5177 31% [=================== ] 1655/5177 31% [=================== ] 1656/5177 31% [=================== ] 1657/5177 32% [=================== ] 1658/5177 32% [=================== ] 1659/5177 32% [=================== ] 1660/5177 32% [=================== ] 1661/5177 32% [=================== ] 1662/5177 32% [=================== ] 1663/5177 32% [=================== ] 1664/5177 32% [=================== ] 1665/5177 32% [=================== ] 1666/5177 32% [=================== ] 1667/5177 32% [=================== ] 1668/5177 32% [=================== ] 1669/5177 32% [==================== ] 1670/5177 32% [==================== ] 1671/5177 32% [==================== ] 1672/5177 32% [==================== ] 1673/5177 32% [==================== ] 1674/5177 32% [==================== ] 1675/5177 32% [==================== ] 1676/5177 32% [==================== ] 1677/5177 32% [==================== ] 1678/5177 32% [==================== ] 1679/5177 32% [==================== ] 1680/5177 32% [==================== ] 1681/5177 32% [==================== ] 1682/5177 32% [==================== ] 1683/5177 32% [==================== ] 1684/5177 32% [==================== ] 1685/5177 32% [==================== ] 1686/5177 32% [==================== ] 1687/5177 32% [==================== ] 1688/5177 32% [==================== ] 1689/5177 32% [==================== ] 1690/5177 32% [==================== ] 1691/5177 32% [==================== ] 1692/5177 32% [==================== ] 1693/5177 32% [==================== ] 1694/5177 32% [==================== ] 1695/5177 32% [==================== ] 1696/5177 32% [==================== ] 1697/5177 32% [==================== ] 1698/5177 32% [==================== ] 1699/5177 32% [==================== ] 1700/5177 32% [==================== ] 1701/5177 32% [==================== ] 1702/5177 32% [==================== ] 1703/5177 32% [==================== ] 1704/5177 32% [==================== ] 1705/5177 32% [==================== ] 1706/5177 32% [==================== ] 1707/5177 32% [==================== ] 1708/5177 32% [==================== ] 1709/5177 33% [==================== ] 1710/5177 33% [==================== ] 1711/5177 33% [==================== ] 1712/5177 33% [==================== ] 1713/5177 33% [==================== ] 1714/5177 33% [==================== ] 1715/5177 33% [==================== ] 1716/5177 33% [==================== ] 1717/5177 33% [==================== ] 1718/5177 33% [==================== ] 1719/5177 33% [==================== ] 1720/5177 33% [==================== ] 1721/5177 33% [==================== ] 1722/5177 33% [==================== ] 1723/5177 33% [==================== ] 1724/5177 33% [==================== ] 1725/5177 33% [==================== ] 1726/5177 33% [==================== ] 1727/5177 33% [==================== ] 1728/5177 33% [==================== ] 1729/5177 33% [==================== ] 1730/5177 33% [==================== ] 1731/5177 33% [==================== ] 1732/5177 33% [==================== ] 1733/5177 33% [==================== ] 1734/5177 33% [==================== ] 1735/5177 33% [==================== ] 1736/5177 33% [==================== ] 1737/5177 33% [==================== ] 1738/5177 33% [==================== ] 1739/5177 33% [==================== ] 1740/5177 33% [==================== ] 1741/5177 33% [==================== ] 1742/5177 33% [==================== ] 1743/5177 33% [==================== ] 1744/5177 33% [==================== ] 1745/5177 33% [==================== ] 1746/5177 33% [==================== ] 1747/5177 33% [==================== ] 1748/5177 33% [==================== ] 1749/5177 33% [==================== ] 1750/5177 33% [==================== ] 1751/5177 33% [==================== ] 1752/5177 33% [==================== ] 1753/5177 33% [===================== ] 1754/5177 33% [===================== ] 1755/5177 33% [===================== ] 1756/5177 33% [===================== ] 1757/5177 33% [===================== ] 1758/5177 33% [===================== ] 1759/5177 33% [===================== ] 1760/5177 33% [===================== ] 1761/5177 34% [===================== ] 1762/5177 34% [===================== ] 1763/5177 34% [===================== ] 1764/5177 34% [===================== ] 1765/5177 34% [===================== ] 1766/5177 34% [===================== ] 1767/5177 34% [===================== ] 1768/5177 34% [===================== ] 1769/5177 34% [===================== ] 1770/5177 34% [===================== ] 1771/5177 34% [===================== ] 1772/5177 34% [===================== ] 1773/5177 34% [===================== ] 1774/5177 34% [===================== ] 1775/5177 34% [===================== ] 1776/5177 34% [===================== ] 1777/5177 34% [===================== ] 1778/5177 34% [===================== ] 1779/5177 34% [===================== ] 1780/5177 34% [===================== ] 1781/5177 34% [===================== ] 1782/5177 34% [===================== ] 1783/5177 34% [===================== ] 1784/5177 34% [===================== ] 1785/5177 34% [===================== ] 1786/5177 34% [===================== ] 1787/5177 34% [===================== ] 1788/5177 34% [===================== ] 1789/5177 34% [===================== ] 1790/5177 34% [===================== ] 1791/5177 34% [===================== ] 1792/5177 34% [===================== ] 1793/5177 34% [===================== ] 1794/5177 34% [===================== ] 1795/5177 34% [===================== ] 1796/5177 34% [===================== ] 1797/5177 34% [===================== ] 1798/5177 34% [===================== ] 1799/5177 34% [===================== ] 1800/5177 34% [===================== ] 1801/5177 34% [===================== ] 1802/5177 34% [===================== ] 1803/5177 34% [===================== ] 1804/5177 34% [===================== ] 1805/5177 34% [===================== ] 1806/5177 34% [===================== ] 1807/5177 34% [===================== ] 1808/5177 34% [===================== ] 1809/5177 34% [===================== ] 1810/5177 34% [===================== ] 1811/5177 34% [===================== ] 1812/5177 35% [===================== ] 1813/5177 35% [===================== ] 1814/5177 35% [===================== ] 1815/5177 35% [===================== ] 1816/5177 35% [===================== ] 1817/5177 35% [===================== ] 1818/5177 35% [===================== ] 1819/5177 35% [===================== ] 1820/5177 35% [===================== ] 1821/5177 35% [===================== ] 1822/5177 35% [===================== ] 1823/5177 35% [===================== ] 1824/5177 35% [===================== ] 1825/5177 35% [===================== ] 1826/5177 35% [===================== ] 1827/5177 35% [===================== ] 1828/5177 35% [===================== ] 1829/5177 35% [===================== ] 1830/5177 35% [===================== ] 1831/5177 35% [===================== ] 1832/5177 35% [===================== ] 1833/5177 35% [===================== ] 1834/5177 35% [===================== ] 1835/5177 35% [===================== ] 1836/5177 35% [====================== ] 1837/5177 35% [====================== ] 1838/5177 35% [====================== ] 1839/5177 35% [====================== ] 1840/5177 35% [====================== ] 1841/5177 35% [====================== ] 1842/5177 35% [====================== ] 1843/5177 35% [====================== ] 1844/5177 35% [====================== ] 1845/5177 35% [====================== ] 1846/5177 35% [====================== ] 1847/5177 35% [====================== ] 1848/5177 35% [====================== ] 1849/5177 35% [====================== ] 1850/5177 35% [====================== ] 1851/5177 35% [====================== ] 1852/5177 35% [====================== ] 1853/5177 35% [====================== ] 1854/5177 35% [====================== ] 1855/5177 35% [====================== ] 1856/5177 35% [====================== ] 1857/5177 35% [====================== ] 1858/5177 35% [====================== ] 1859/5177 35% [====================== ] 1860/5177 35% [====================== ] 1861/5177 35% [====================== ] 1862/5177 35% [====================== ] 1863/5177 35% [====================== ] 1864/5177 36% [====================== ] 1865/5177 36% [====================== ] 1866/5177 36% [====================== ] 1867/5177 36% [====================== ] 1868/5177 36% [====================== ] 1869/5177 36% [====================== ] 1870/5177 36% [====================== ] 1871/5177 36% [====================== ] 1872/5177 36% [====================== ] 1873/5177 36% [====================== ] 1874/5177 36% [====================== ] 1875/5177 36% [====================== ] 1876/5177 36% [====================== ] 1877/5177 36% [====================== ] 1878/5177 36% [====================== ] 1879/5177 36% [====================== ] 1880/5177 36% [====================== ] 1881/5177 36% [====================== ] 1882/5177 36% [====================== ] 1883/5177 36% [====================== ] 1884/5177 36% [====================== ] 1885/5177 36% [====================== ] 1886/5177 36% [====================== ] 1887/5177 36% [====================== ] 1888/5177 36% [====================== ] 1889/5177 36% [====================== ] 1890/5177 36% [====================== ] 1891/5177 36% [====================== ] 1892/5177 36% [====================== ] 1893/5177 36% [====================== ] 1894/5177 36% [====================== ] 1895/5177 36% [====================== ] 1896/5177 36% [====================== ] 1897/5177 36% [====================== ] 1898/5177 36% [====================== ] 1899/5177 36% [====================== ] 1900/5177 36% [====================== ] 1901/5177 36% [====================== ] 1902/5177 36% [====================== ] 1903/5177 36% [====================== ] 1904/5177 36% [====================== ] 1905/5177 36% [====================== ] 1906/5177 36% [====================== ] 1907/5177 36% [====================== ] 1908/5177 36% [====================== ] 1909/5177 36% [====================== ] 1910/5177 36% [====================== ] 1911/5177 36% [====================== ] 1912/5177 36% [====================== ] 1913/5177 36% [====================== ] 1914/5177 36% [====================== ] 1915/5177 36% [====================== ] 1916/5177 37% [====================== ] 1917/5177 37% [====================== ] 1918/5177 37% [====================== ] 1919/5177 37% [====================== ] 1920/5177 37% [======================= ] 1921/5177 37% [======================= ] 1922/5177 37% [======================= ] 1923/5177 37% [======================= ] 1924/5177 37% [======================= ] 1925/5177 37% [======================= ] 1926/5177 37% [======================= ] 1927/5177 37% [======================= ] 1928/5177 37% [======================= ] 1929/5177 37% [======================= ] 1930/5177 37% [======================= ] 1931/5177 37% [======================= ] 1932/5177 37% [======================= ] 1933/5177 37% [======================= ] 1934/5177 37% [======================= ] 1935/5177 37% [======================= ] 1936/5177 37% [======================= ] 1937/5177 37% [======================= ] 1938/5177 37% [======================= ] 1939/5177 37% [======================= ] 1940/5177 37% [======================= ] 1941/5177 37% [======================= ] 1942/5177 37% [======================= ] 1943/5177 37% [======================= ] 1944/5177 37% [======================= ] 1945/5177 37% [======================= ] 1946/5177 37% [======================= ] 1947/5177 37% [======================= ] 1948/5177 37% [======================= ] 1949/5177 37% [======================= ] 1950/5177 37% [======================= ] 1951/5177 37% [======================= ] 1952/5177 37% [======================= ] 1953/5177 37% [======================= ] 1954/5177 37% [======================= ] 1955/5177 37% [======================= ] 1956/5177 37% [======================= ] 1957/5177 37% [======================= ] 1958/5177 37% [======================= ] 1959/5177 37% [======================= ] 1960/5177 37% [======================= ] 1961/5177 37% [======================= ] 1962/5177 37% [======================= ] 1963/5177 37% [======================= ] 1964/5177 37% [======================= ] 1965/5177 37% [======================= ] 1966/5177 37% [======================= ] 1967/5177 37% [======================= ] 1968/5177 38% [======================= ] 1969/5177 38% [======================= ] 1970/5177 38% [======================= ] 1971/5177 38% [======================= ] 1972/5177 38% [======================= ] 1973/5177 38% [======================= ] 1974/5177 38% [======================= ] 1975/5177 38% [======================= ] 1976/5177 38% [======================= ] 1977/5177 38% [======================= ] 1978/5177 38% [======================= ] 1979/5177 38% [======================= ] 1980/5177 38% [======================= ] 1981/5177 38% [======================= ] 1982/5177 38% [======================= ] 1983/5177 38% [======================= ] 1984/5177 38% [======================= ] 1985/5177 38% [======================= ] 1986/5177 38% [======================= ] 1987/5177 38% [======================= ] 1988/5177 38% [======================= ] 1989/5177 38% [======================= ] 1990/5177 38% [======================= ] 1991/5177 38% [======================= ] 1992/5177 38% [======================= ] 1993/5177 38% [======================= ] 1994/5177 38% [======================= ] 1995/5177 38% [======================= ] 1996/5177 38% [======================= ] 1997/5177 38% [======================= ] 1998/5177 38% [======================= ] 1999/5177 38% [======================= ] 2000/5177 38% [======================= ] 2001/5177 38% [======================= ] 2002/5177 38% [======================= ] 2003/5177 38% [======================== ] 2004/5177 38% [======================== ] 2005/5177 38% [======================== ] 2006/5177 38% [======================== ] 2007/5177 38% [======================== ] 2008/5177 38% [======================== ] 2009/5177 38% [======================== ] 2010/5177 38% [======================== ] 2011/5177 38% [======================== ] 2012/5177 38% [======================== ] 2013/5177 38% [======================== ] 2014/5177 38% [======================== ] 2015/5177 38% [======================== ] 2016/5177 38% [======================== ] 2017/5177 38% [======================== ] 2018/5177 38% [======================== ] 2019/5177 38% [======================== ] 2020/5177 39% [======================== ] 2021/5177 39% [======================== ] 2022/5177 39% [======================== ] 2023/5177 39% [======================== ] 2024/5177 39% [======================== ] 2025/5177 39% [======================== ] 2026/5177 39% [======================== ] 2027/5177 39% [======================== ] 2028/5177 39% [======================== ] 2029/5177 39% [======================== ] 2030/5177 39% [======================== ] 2031/5177 39% [======================== ] 2032/5177 39% [======================== ] 2033/5177 39% [======================== ] 2034/5177 39% [======================== ] 2035/5177 39% [======================== ] 2036/5177 39% [======================== ] 2037/5177 39% [======================== ] 2038/5177 39% [======================== ] 2039/5177 39% [======================== ] 2040/5177 39% [======================== ] 2041/5177 39% [======================== ] 2042/5177 39% [======================== ] 2043/5177 39% [======================== ] 2044/5177 39% [======================== ] 2045/5177 39% [======================== ] 2046/5177 39% [======================== ] 2047/5177 39% [======================== ] 2048/5177 39% [======================== ] 2049/5177 39% [======================== ] 2050/5177 39% [======================== ] 2051/5177 39% [======================== ] 2052/5177 39% [======================== ] 2053/5177 39% [======================== ] 2054/5177 39% [======================== ] 2055/5177 39% [======================== ] 2056/5177 39% [======================== ] 2057/5177 39% [======================== ] 2058/5177 39% [======================== ] 2059/5177 39% [======================== ] 2060/5177 39% [======================== ] 2061/5177 39% [======================== ] 2062/5177 39% [======================== ] 2063/5177 39% [======================== ] 2064/5177 39% [======================== ] 2065/5177 39% [======================== ] 2066/5177 39% [======================== ] 2067/5177 39% [======================== ] 2068/5177 39% [======================== ] 2069/5177 39% [======================== ] 2070/5177 39% [======================== ] 2071/5177 40% [======================== ] 2072/5177 40% [======================== ] 2073/5177 40% [======================== ] 2074/5177 40% [======================== ] 2075/5177 40% [======================== ] 2076/5177 40% [======================== ] 2077/5177 40% [======================== ] 2078/5177 40% [======================== ] 2079/5177 40% [======================== ] 2080/5177 40% [======================== ] 2081/5177 40% [======================== ] 2082/5177 40% [======================== ] 2083/5177 40% [======================== ] 2084/5177 40% [======================== ] 2085/5177 40% [======================== ] 2086/5177 40% [======================== ] 2087/5177 40% [========================= ] 2088/5177 40% [========================= ] 2089/5177 40% [========================= ] 2090/5177 40% [========================= ] 2091/5177 40% [========================= ] 2092/5177 40% [========================= ] 2093/5177 40% [========================= ] 2094/5177 40% [========================= ] 2095/5177 40% [========================= ] 2096/5177 40% [========================= ] 2097/5177 40% [========================= ] 2098/5177 40% [========================= ] 2099/5177 40% [========================= ] 2100/5177 40% [========================= ] 2101/5177 40% [========================= ] 2102/5177 40% [========================= ] 2103/5177 40% [========================= ] 2104/5177 40% [========================= ] 2105/5177 40% [========================= ] 2106/5177 40% [========================= ] 2107/5177 40% [========================= ] 2108/5177 40% [========================= ] 2109/5177 40% [========================= ] 2110/5177 40% [========================= ] 2111/5177 40% [========================= ] 2112/5177 40% [========================= ] 2113/5177 40% [========================= ] 2114/5177 40% [========================= ] 2115/5177 40% [========================= ] 2116/5177 40% [========================= ] 2117/5177 40% [========================= ] 2118/5177 40% [========================= ] 2119/5177 40% [========================= ] 2120/5177 40% [========================= ] 2121/5177 40% [========================= ] 2122/5177 40% [========================= ] 2123/5177 41% [========================= ] 2124/5177 41% [========================= ] 2125/5177 41% [========================= ] 2126/5177 41% [========================= ] 2127/5177 41% [========================= ] 2128/5177 41% [========================= ] 2129/5177 41% [========================= ] 2130/5177 41% [========================= ] 2131/5177 41% [========================= ] 2132/5177 41% [========================= ] 2133/5177 41% [========================= ] 2134/5177 41% [========================= ] 2135/5177 41% [========================= ] 2136/5177 41% [========================= ] 2137/5177 41% [========================= ] 2138/5177 41% [========================= ] 2139/5177 41% [========================= ] 2140/5177 41% [========================= ] 2141/5177 41% [========================= ] 2142/5177 41% [========================= ] 2143/5177 41% [========================= ] 2144/5177 41% [========================= ] 2145/5177 41% [========================= ] 2146/5177 41% [========================= ] 2147/5177 41% [========================= ] 2148/5177 41% [========================= ] 2149/5177 41% [========================= ] 2150/5177 41% [========================= ] 2151/5177 41% [========================= ] 2152/5177 41% [========================= ] 2153/5177 41% [========================= ] 2154/5177 41% [========================= ] 2155/5177 41% [========================= ] 2156/5177 41% [========================= ] 2157/5177 41% [========================= ] 2158/5177 41% [========================= ] 2159/5177 41% [========================= ] 2160/5177 41% [========================= ] 2161/5177 41% [========================= ] 2162/5177 41% [========================= ] 2163/5177 41% [========================= ] 2164/5177 41% [========================= ] 2165/5177 41% [========================= ] 2166/5177 41% [========================= ] 2167/5177 41% [========================= ] 2168/5177 41% [========================= ] 2169/5177 41% [========================= ] 2170/5177 41% [========================== ] 2171/5177 41% [========================== ] 2172/5177 41% [========================== ] 2173/5177 41% [========================== ] 2174/5177 41% [========================== ] 2175/5177 42% [========================== ] 2176/5177 42% [========================== ] 2177/5177 42% [========================== ] 2178/5177 42% [========================== ] 2179/5177 42% [========================== ] 2180/5177 42% [========================== ] 2181/5177 42% [========================== ] 2182/5177 42% [========================== ] 2183/5177 42% [========================== ] 2184/5177 42% [========================== ] 2185/5177 42% [========================== ] 2186/5177 42% [========================== ] 2187/5177 42% [========================== ] 2188/5177 42% [========================== ] 2189/5177 42% [========================== ] 2190/5177 42% [========================== ] 2191/5177 42% [========================== ] 2192/5177 42% [========================== ] 2193/5177 42% [========================== ] 2194/5177 42% [========================== ] 2195/5177 42% [========================== ] 2196/5177 42% [========================== ] 2197/5177 42% [========================== ] 2198/5177 42% [========================== ] 2199/5177 42% [========================== ] 2200/5177 42% [========================== ] 2201/5177 42% [========================== ] 2202/5177 42% [========================== ] 2203/5177 42% [========================== ] 2204/5177 42% [========================== ] 2205/5177 42% [========================== ] 2206/5177 42% [========================== ] 2207/5177 42% [========================== ] 2208/5177 42% [========================== ] 2209/5177 42% [========================== ] 2210/5177 42% [========================== ] 2211/5177 42% [========================== ] 2212/5177 42% [========================== ] 2213/5177 42% [========================== ] 2214/5177 42% [========================== ] 2215/5177 42% [========================== ] 2216/5177 42% [========================== ] 2217/5177 42% [========================== ] 2218/5177 42% [========================== ] 2219/5177 42% [========================== ] 2220/5177 42% [========================== ] 2221/5177 42% [========================== ] 2222/5177 42% [========================== ] 2223/5177 42% [========================== ] 2224/5177 42% [========================== ] 2225/5177 42% [========================== ] 2226/5177 42% [========================== ] 2227/5177 43% [========================== ] 2228/5177 43% [========================== ] 2229/5177 43% [========================== ] 2230/5177 43% [========================== ] 2231/5177 43% [========================== ] 2232/5177 43% [========================== ] 2233/5177 43% [========================== ] 2234/5177 43% [========================== ] 2235/5177 43% [========================== ] 2236/5177 43% [========================== ] 2237/5177 43% [========================== ] 2238/5177 43% [========================== ] 2239/5177 43% [========================== ] 2240/5177 43% [========================== ] 2241/5177 43% [========================== ] 2242/5177 43% [========================== ] 2243/5177 43% [========================== ] 2244/5177 43% [========================== ] 2245/5177 43% [========================== ] 2246/5177 43% [========================== ] 2247/5177 43% [========================== ] 2248/5177 43% [========================== ] 2249/5177 43% [========================== ] 2250/5177 43% [========================== ] 2251/5177 43% [========================== ] 2252/5177 43% [========================== ] 2253/5177 43% [========================== ] 2254/5177 43% [=========================== ] 2255/5177 43% [=========================== ] 2256/5177 43% [=========================== ] 2257/5177 43% [=========================== ] 2258/5177 43% [=========================== ] 2259/5177 43% [=========================== ] 2260/5177 43% [=========================== ] 2261/5177 43% [=========================== ] 2262/5177 43% [=========================== ] 2263/5177 43% [=========================== ] 2264/5177 43% [=========================== ] 2265/5177 43% [=========================== ] 2266/5177 43% [=========================== ] 2267/5177 43% [=========================== ] 2268/5177 43% [=========================== ] 2269/5177 43% [=========================== ] 2270/5177 43% [=========================== ] 2271/5177 43% [=========================== ] 2272/5177 43% [=========================== ] 2273/5177 43% [=========================== ] 2274/5177 43% [=========================== ] 2275/5177 43% [=========================== ] 2276/5177 43% [=========================== ] 2277/5177 43% [=========================== ] 2278/5177 44% [=========================== ] 2279/5177 44% [=========================== ] 2280/5177 44% [=========================== ] 2281/5177 44% [=========================== ] 2282/5177 44% [=========================== ] 2283/5177 44% [=========================== ] 2284/5177 44% [=========================== ] 2285/5177 44% [=========================== ] 2286/5177 44% [=========================== ] 2287/5177 44% [=========================== ] 2288/5177 44% [=========================== ] 2289/5177 44% [=========================== ] 2290/5177 44% [=========================== ] 2291/5177 44% [=========================== ] 2292/5177 44% [=========================== ] 2293/5177 44% [=========================== ] 2294/5177 44% [=========================== ] 2295/5177 44% [=========================== ] 2296/5177 44% [=========================== ] 2297/5177 44% [=========================== ] 2298/5177 44% [=========================== ] 2299/5177 44% [=========================== ] 2300/5177 44% [=========================== ] 2301/5177 44% [=========================== ] 2302/5177 44% [=========================== ] 2303/5177 44% [=========================== ] 2304/5177 44% [=========================== ] 2305/5177 44% [=========================== ] 2306/5177 44% [=========================== ] 2307/5177 44% [=========================== ] 2308/5177 44% [=========================== ] 2309/5177 44% [=========================== ] 2310/5177 44% [=========================== ] 2311/5177 44% [=========================== ] 2312/5177 44% [=========================== ] 2313/5177 44% [=========================== ] 2314/5177 44% [=========================== ] 2315/5177 44% [=========================== ] 2316/5177 44% [=========================== ] 2317/5177 44% [=========================== ] 2318/5177 44% [=========================== ] 2319/5177 44% [=========================== ] 2320/5177 44% [=========================== ] 2321/5177 44% [=========================== ] 2322/5177 44% [=========================== ] 2323/5177 44% [=========================== ] 2324/5177 44% [=========================== ] 2325/5177 44% [=========================== ] 2326/5177 44% [=========================== ] 2327/5177 44% [=========================== ] 2328/5177 44% [=========================== ] 2329/5177 44% [=========================== ] 2330/5177 45% [=========================== ] 2331/5177 45% [=========================== ] 2332/5177 45% [=========================== ] 2333/5177 45% [=========================== ] 2334/5177 45% [=========================== ] 2335/5177 45% [=========================== ] 2336/5177 45% [=========================== ] 2337/5177 45% [============================ ] 2338/5177 45% [============================ ] 2339/5177 45% [============================ ] 2340/5177 45% [============================ ] 2341/5177 45% [============================ ] 2342/5177 45% [============================ ] 2343/5177 45% [============================ ] 2344/5177 45% [============================ ] 2345/5177 45% [============================ ] 2346/5177 45% [============================ ] 2347/5177 45% [============================ ] 2348/5177 45% [============================ ] 2349/5177 45% [============================ ] 2350/5177 45% [============================ ] 2351/5177 45% [============================ ] 2352/5177 45% [============================ ] 2353/5177 45% [============================ ] 2354/5177 45% [============================ ] 2355/5177 45% [============================ ] 2356/5177 45% [============================ ] 2357/5177 45% [============================ ] 2358/5177 45% [============================ ] 2359/5177 45% [============================ ] 2360/5177 45% [============================ ] 2361/5177 45% [============================ ] 2362/5177 45% [============================ ] 2363/5177 45% [============================ ] 2364/5177 45% [============================ ] 2365/5177 45% [============================ ] 2366/5177 45% [============================ ] 2367/5177 45% [============================ ] 2368/5177 45% [============================ ] 2369/5177 45% [============================ ] 2370/5177 45% [============================ ] 2371/5177 45% [============================ ] 2372/5177 45% [============================ ] 2373/5177 45% [============================ ] 2374/5177 45% [============================ ] 2375/5177 45% [============================ ] 2376/5177 45% [============================ ] 2377/5177 45% [============================ ] 2378/5177 45% [============================ ] 2379/5177 45% [============================ ] 2380/5177 45% [============================ ] 2381/5177 45% [============================ ] 2382/5177 46% [============================ ] 2383/5177 46% [============================ ] 2384/5177 46% [============================ ] 2385/5177 46% [============================ ] 2386/5177 46% [============================ ] 2387/5177 46% [============================ ] 2388/5177 46% [============================ ] 2389/5177 46% [============================ ] 2390/5177 46% [============================ ] 2391/5177 46% [============================ ] 2392/5177 46% [============================ ] 2393/5177 46% [============================ ] 2394/5177 46% [============================ ] 2395/5177 46% [============================ ] 2396/5177 46% [============================ ] 2397/5177 46% [============================ ] 2398/5177 46% [============================ ] 2399/5177 46% [============================ ] 2400/5177 46% [============================ ] 2401/5177 46% [============================ ] 2402/5177 46% [============================ ] 2403/5177 46% [============================ ] 2404/5177 46% [============================ ] 2405/5177 46% [============================ ] 2406/5177 46% [============================ ] 2407/5177 46% [============================ ] 2408/5177 46% [============================ ] 2409/5177 46% [============================ ] 2410/5177 46% [============================ ] 2411/5177 46% [============================ ] 2412/5177 46% [============================ ] 2413/5177 46% [============================ ] 2414/5177 46% [============================ ] 2415/5177 46% [============================ ] 2416/5177 46% [============================ ] 2417/5177 46% [============================ ] 2418/5177 46% [============================ ] 2419/5177 46% [============================ ] 2420/5177 46% [============================ ] 2421/5177 46% [============================= ] 2422/5177 46% [============================= ] 2423/5177 46% [============================= ] 2424/5177 46% [============================= ] 2425/5177 46% [============================= ] 2426/5177 46% [============================= ] 2427/5177 46% [============================= ] 2428/5177 46% [============================= ] 2429/5177 46% [============================= ] 2430/5177 46% [============================= ] 2431/5177 46% [============================= ] 2432/5177 46% [============================= ] 2433/5177 46% [============================= ] 2434/5177 47% [============================= ] 2435/5177 47% [============================= ] 2436/5177 47% [============================= ] 2437/5177 47% [============================= ] 2438/5177 47% [============================= ] 2439/5177 47% [============================= ] 2440/5177 47% [============================= ] 2441/5177 47% [============================= ] 2442/5177 47% [============================= ] 2443/5177 47% [============================= ] 2444/5177 47% [============================= ] 2445/5177 47% [============================= ] 2446/5177 47% [============================= ] 2447/5177 47% [============================= ] 2448/5177 47% [============================= ] 2449/5177 47% [============================= ] 2450/5177 47% [============================= ] 2451/5177 47% [============================= ] 2452/5177 47% [============================= ] 2453/5177 47% [============================= ] 2454/5177 47% [============================= ] 2455/5177 47% [============================= ] 2456/5177 47% [============================= ] 2457/5177 47% [============================= ] 2458/5177 47% [============================= ] 2459/5177 47% [============================= ] 2460/5177 47% [============================= ] 2461/5177 47% [============================= ] 2462/5177 47% [============================= ] 2463/5177 47% [============================= ] 2464/5177 47% [============================= ] 2465/5177 47% [============================= ] 2466/5177 47% [============================= ] 2467/5177 47% [============================= ] 2468/5177 47% [============================= ] 2469/5177 47% [============================= ] 2470/5177 47% [============================= ] 2471/5177 47% [============================= ] 2472/5177 47% [============================= ] 2473/5177 47% [============================= ] 2474/5177 47% [============================= ] 2475/5177 47% [============================= ] 2476/5177 47% [============================= ] 2477/5177 47% [============================= ] 2478/5177 47% [============================= ] 2479/5177 47% [============================= ] 2480/5177 47% [============================= ] 2481/5177 47% [============================= ] 2482/5177 47% [============================= ] 2483/5177 47% [============================= ] 2484/5177 47% [============================= ] 2485/5177 48% [============================= ] 2486/5177 48% [============================= ] 2487/5177 48% [============================= ] 2488/5177 48% [============================= ] 2489/5177 48% [============================= ] 2490/5177 48% [============================= ] 2491/5177 48% [============================= ] 2492/5177 48% [============================= ] 2493/5177 48% [============================= ] 2494/5177 48% [============================= ] 2495/5177 48% [============================= ] 2496/5177 48% [============================= ] 2497/5177 48% [============================= ] 2498/5177 48% [============================= ] 2499/5177 48% [============================= ] 2500/5177 48% [============================= ] 2501/5177 48% [============================= ] 2502/5177 48% [============================= ] 2503/5177 48% [============================= ] 2504/5177 48% [============================== ] 2505/5177 48% [============================== ] 2506/5177 48% [============================== ] 2507/5177 48% [============================== ] 2508/5177 48% [============================== ] 2509/5177 48% [============================== ] 2510/5177 48% [============================== ] 2511/5177 48% [============================== ] 2512/5177 48% [============================== ] 2513/5177 48% [============================== ] 2514/5177 48% [============================== ] 2515/5177 48% [============================== ] 2516/5177 48% [============================== ] 2517/5177 48% [============================== ] 2518/5177 48% [============================== ] 2519/5177 48% [============================== ] 2520/5177 48% [============================== ] 2521/5177 48% [============================== ] 2522/5177 48% [============================== ] 2523/5177 48% [============================== ] 2524/5177 48% [============================== ] 2525/5177 48% [============================== ] 2526/5177 48% [============================== ] 2527/5177 48% [============================== ] 2528/5177 48% [============================== ] 2529/5177 48% [============================== ] 2530/5177 48% [============================== ] 2531/5177 48% [============================== ] 2532/5177 48% [============================== ] 2533/5177 48% [============================== ] 2534/5177 48% [============================== ] 2535/5177 48% [============================== ] 2536/5177 48% [============================== ] 2537/5177 49% [============================== ] 2538/5177 49% [============================== ] 2539/5177 49% [============================== ] 2540/5177 49% [============================== ] 2541/5177 49% [============================== ] 2542/5177 49% [============================== ] 2543/5177 49% [============================== ] 2544/5177 49% [============================== ] 2545/5177 49% [============================== ] 2546/5177 49% [============================== ] 2547/5177 49% [============================== ] 2548/5177 49% [============================== ] 2549/5177 49% [============================== ] 2550/5177 49% [============================== ] 2551/5177 49% [============================== ] 2552/5177 49% [============================== ] 2553/5177 49% [============================== ] 2554/5177 49% [============================== ] 2555/5177 49% [============================== ] 2556/5177 49% [============================== ] 2557/5177 49% [============================== ] 2558/5177 49% [============================== ] 2559/5177 49% [============================== ] 2560/5177 49% [============================== ] 2561/5177 49% [============================== ] 2562/5177 49% [============================== ] 2563/5177 49% [============================== ] 2564/5177 49% [============================== ] 2565/5177 49% [============================== ] 2566/5177 49% [============================== ] 2567/5177 49% [============================== ] 2568/5177 49% [============================== ] 2569/5177 49% [============================== ] 2570/5177 49% [============================== ] 2571/5177 49% [============================== ] 2572/5177 49% [============================== ] 2573/5177 49% [============================== ] 2574/5177 49% [============================== ] 2575/5177 49% [============================== ] 2576/5177 49% [============================== ] 2577/5177 49% [============================== ] 2578/5177 49% [============================== ] 2579/5177 49% [============================== ] 2580/5177 49% [============================== ] 2581/5177 49% [============================== ] 2582/5177 49% [============================== ] 2583/5177 49% [============================== ] 2584/5177 49% [============================== ] 2585/5177 49% [============================== ] 2586/5177 49% [============================== ] 2587/5177 49% [============================== ] 2588/5177 49% [=============================== ] 2589/5177 50% [=============================== ] 2590/5177 50% [=============================== ] 2591/5177 50% [=============================== ] 2592/5177 50% [=============================== ] 2593/5177 50% [=============================== ] 2594/5177 50% [=============================== ] 2595/5177 50% [=============================== ] 2596/5177 50% [=============================== ] 2597/5177 50% [=============================== ] 2598/5177 50% [=============================== ] 2599/5177 50% [=============================== ] 2600/5177 50% [=============================== ] 2601/5177 50% [=============================== ] 2602/5177 50% [=============================== ] 2603/5177 50% [=============================== ] 2604/5177 50% [=============================== ] 2605/5177 50% [=============================== ] 2606/5177 50% [=============================== ] 2607/5177 50% [=============================== ] 2608/5177 50% [=============================== ] 2609/5177 50% [=============================== ] 2610/5177 50% [=============================== ] 2611/5177 50% [=============================== ] 2612/5177 50% [=============================== ] 2613/5177 50% [=============================== ] 2614/5177 50% [=============================== ] 2615/5177 50% [=============================== ] 2616/5177 50% [=============================== ] 2617/5177 50% [=============================== ] 2618/5177 50% [=============================== ] 2619/5177 50% [=============================== ] 2620/5177 50% [=============================== ] 2621/5177 50% [=============================== ] 2622/5177 50% [=============================== ] 2623/5177 50% [=============================== ] 2624/5177 50% [=============================== ] 2625/5177 50% [=============================== ] 2626/5177 50% [=============================== ] 2627/5177 50% [=============================== ] 2628/5177 50% [=============================== ] 2629/5177 50% [=============================== ] 2630/5177 50% [=============================== ] 2631/5177 50% [=============================== ] 2632/5177 50% [=============================== ] 2633/5177 50% [=============================== ] 2634/5177 50% [=============================== ] 2635/5177 50% [=============================== ] 2636/5177 50% [=============================== ] 2637/5177 50% [=============================== ] 2638/5177 50% [=============================== ] 2639/5177 50% [=============================== ] 2640/5177 50% [=============================== ] 2641/5177 51% [=============================== ] 2642/5177 51% [=============================== ] 2643/5177 51% [=============================== ] 2644/5177 51% [=============================== ] 2645/5177 51% [=============================== ] 2646/5177 51% [=============================== ] 2647/5177 51% [=============================== ] 2648/5177 51% [=============================== ] 2649/5177 51% [=============================== ] 2650/5177 51% [=============================== ] 2651/5177 51% [=============================== ] 2652/5177 51% [=============================== ] 2653/5177 51% [=============================== ] 2654/5177 51% [=============================== ] 2655/5177 51% [=============================== ] 2656/5177 51% [=============================== ] 2657/5177 51% [=============================== ] 2658/5177 51% [=============================== ] 2659/5177 51% [=============================== ] 2660/5177 51% [=============================== ] 2661/5177 51% [=============================== ] 2662/5177 51% [=============================== ] 2663/5177 51% [=============================== ] 2664/5177 51% [=============================== ] 2665/5177 51% [=============================== ] 2666/5177 51% [=============================== ] 2667/5177 51% [=============================== ] 2668/5177 51% [=============================== ] 2669/5177 51% [=============================== ] 2670/5177 51% [=============================== ] 2671/5177 51% [================================ ] 2672/5177 51% [================================ ] 2673/5177 51% [================================ ] 2674/5177 51% [================================ ] 2675/5177 51% [================================ ] 2676/5177 51% [================================ ] 2677/5177 51% [================================ ] 2678/5177 51% [================================ ] 2679/5177 51% [================================ ] 2680/5177 51% [================================ ] 2681/5177 51% [================================ ] 2682/5177 51% [================================ ] 2683/5177 51% [================================ ] 2684/5177 51% [================================ ] 2685/5177 51% [================================ ] 2686/5177 51% [================================ ] 2687/5177 51% [================================ ] 2688/5177 51% [================================ ] 2689/5177 51% [================================ ] 2690/5177 51% [================================ ] 2691/5177 51% [================================ ] 2692/5177 51% [================================ ] 2693/5177 52% [================================ ] 2694/5177 52% [================================ ] 2695/5177 52% [================================ ] 2696/5177 52% [================================ ] 2697/5177 52% [================================ ] 2698/5177 52% [================================ ] 2699/5177 52% [================================ ] 2700/5177 52% [================================ ] 2701/5177 52% [================================ ] 2702/5177 52% [================================ ] 2703/5177 52% [================================ ] 2704/5177 52% [================================ ] 2705/5177 52% [================================ ] 2706/5177 52% [================================ ] 2707/5177 52% [================================ ] 2708/5177 52% [================================ ] 2709/5177 52% [================================ ] 2710/5177 52% [================================ ] 2711/5177 52% [================================ ] 2712/5177 52% [================================ ] 2713/5177 52% [================================ ] 2714/5177 52% [================================ ] 2715/5177 52% [================================ ] 2716/5177 52% [================================ ] 2717/5177 52% [================================ ] 2718/5177 52% [================================ ] 2719/5177 52% [================================ ] 2720/5177 52% [================================ ] 2721/5177 52% [================================ ] 2722/5177 52% [================================ ] 2723/5177 52% [================================ ] 2724/5177 52% [================================ ] 2725/5177 52% [================================ ] 2726/5177 52% [================================ ] 2727/5177 52% [================================ ] 2728/5177 52% [================================ ] 2729/5177 52% [================================ ] 2730/5177 52% [================================ ] 2731/5177 52% [================================ ] 2732/5177 52% [================================ ] 2733/5177 52% [================================ ] 2734/5177 52% [================================ ] 2735/5177 52% [================================ ] 2736/5177 52% [================================ ] 2737/5177 52% [================================ ] 2738/5177 52% [================================ ] 2739/5177 52% [================================ ] 2740/5177 52% [================================ ] 2741/5177 52% [================================ ] 2742/5177 52% [================================ ] 2743/5177 52% [================================ ] 2744/5177 53% [================================ ] 2745/5177 53% [================================ ] 2746/5177 53% [================================ ] 2747/5177 53% [================================ ] 2748/5177 53% [================================ ] 2749/5177 53% [================================ ] 2750/5177 53% [================================ ] 2751/5177 53% [================================ ] 2752/5177 53% [================================ ] 2753/5177 53% [================================ ] 2754/5177 53% [================================ ] 2755/5177 53% [================================= ] 2756/5177 53% [================================= ] 2757/5177 53% [================================= ] 2758/5177 53% [================================= ] 2759/5177 53% [================================= ] 2760/5177 53% [================================= ] 2761/5177 53% [================================= ] 2762/5177 53% [================================= ] 2763/5177 53% [================================= ] 2764/5177 53% [================================= ] 2765/5177 53% [================================= ] 2766/5177 53% [================================= ] 2767/5177 53% [================================= ] 2768/5177 53% [================================= ] 2769/5177 53% [================================= ] 2770/5177 53% [================================= ] 2771/5177 53% [================================= ] 2772/5177 53% [================================= ] 2773/5177 53% [================================= ] 2774/5177 53% [================================= ] 2775/5177 53% [================================= ] 2776/5177 53% [================================= ] 2777/5177 53% [================================= ] 2778/5177 53% [================================= ] 2779/5177 53% [================================= ] 2780/5177 53% [================================= ] 2781/5177 53% [================================= ] 2782/5177 53% [================================= ] 2783/5177 53% [================================= ] 2784/5177 53% [================================= ] 2785/5177 53% [================================= ] 2786/5177 53% [================================= ] 2787/5177 53% [================================= ] 2788/5177 53% [================================= ] 2789/5177 53% [================================= ] 2790/5177 53% [================================= ] 2791/5177 53% [================================= ] 2792/5177 53% [================================= ] 2793/5177 53% [================================= ] 2794/5177 53% [================================= ] 2795/5177 53% [================================= ] 2796/5177 54% [================================= ] 2797/5177 54% [================================= ] 2798/5177 54% [================================= ] 2799/5177 54% [================================= ] 2800/5177 54% [================================= ] 2801/5177 54% [================================= ] 2802/5177 54% [================================= ] 2803/5177 54% [================================= ] 2804/5177 54% [================================= ] 2805/5177 54% [================================= ] 2806/5177 54% [================================= ] 2807/5177 54% [================================= ] 2808/5177 54% [================================= ] 2809/5177 54% [================================= ] 2810/5177 54% [================================= ] 2811/5177 54% [================================= ] 2812/5177 54% [================================= ] 2813/5177 54% [================================= ] 2814/5177 54% [================================= ] 2815/5177 54% [================================= ] 2816/5177 54% [================================= ] 2817/5177 54% [================================= ] 2818/5177 54% [================================= ] 2819/5177 54% [================================= ] 2820/5177 54% [================================= ] 2821/5177 54% [================================= ] 2822/5177 54% [================================= ] 2823/5177 54% [================================= ] 2824/5177 54% [================================= ] 2825/5177 54% [================================= ] 2826/5177 54% [================================= ] 2827/5177 54% [================================= ] 2828/5177 54% [================================= ] 2829/5177 54% [================================= ] 2830/5177 54% [================================= ] 2831/5177 54% [================================= ] 2832/5177 54% [================================= ] 2833/5177 54% [================================= ] 2834/5177 54% [================================= ] 2835/5177 54% [================================= ] 2836/5177 54% [================================= ] 2837/5177 54% [================================= ] 2838/5177 54% [================================== ] 2839/5177 54% [================================== ] 2840/5177 54% [================================== ] 2841/5177 54% [================================== ] 2842/5177 54% [================================== ] 2843/5177 54% [================================== ] 2844/5177 54% [================================== ] 2845/5177 54% [================================== ] 2846/5177 54% [================================== ] 2847/5177 54% [================================== ] 2848/5177 55% [================================== ] 2849/5177 55% [================================== ] 2850/5177 55% [================================== ] 2851/5177 55% [================================== ] 2852/5177 55% [================================== ] 2853/5177 55% [================================== ] 2854/5177 55% [================================== ] 2855/5177 55% [================================== ] 2856/5177 55% [================================== ] 2857/5177 55% [================================== ] 2858/5177 55% [================================== ] 2859/5177 55% [================================== ] 2860/5177 55% [================================== ] 2861/5177 55% [================================== ] 2862/5177 55% [================================== ] 2863/5177 55% [================================== ] 2864/5177 55% [================================== ] 2865/5177 55% [================================== ] 2866/5177 55% [================================== ] 2867/5177 55% [================================== ] 2868/5177 55% [================================== ] 2869/5177 55% [================================== ] 2870/5177 55% [================================== ] 2871/5177 55% [================================== ] 2872/5177 55% [================================== ] 2873/5177 55% [================================== ] 2874/5177 55% [================================== ] 2875/5177 55% [================================== ] 2876/5177 55% [================================== ] 2877/5177 55% [================================== ] 2878/5177 55% [================================== ] 2879/5177 55% [================================== ] 2880/5177 55% [================================== ] 2881/5177 55% [================================== ] 2882/5177 55% [================================== ] 2883/5177 55% [================================== ] 2884/5177 55% [================================== ] 2885/5177 55% [================================== ] 2886/5177 55% [================================== ] 2887/5177 55% [================================== ] 2888/5177 55% [================================== ] 2889/5177 55% [================================== ] 2890/5177 55% [================================== ] 2891/5177 55% [================================== ] 2892/5177 55% [================================== ] 2893/5177 55% [================================== ] 2894/5177 55% [================================== ] 2895/5177 55% [================================== ] 2896/5177 55% [================================== ] 2897/5177 55% [================================== ] 2898/5177 55% [================================== ] 2899/5177 55% [================================== ] 2900/5177 56% [================================== ] 2901/5177 56% [================================== ] 2902/5177 56% [================================== ] 2903/5177 56% [================================== ] 2904/5177 56% [================================== ] 2905/5177 56% [================================== ] 2906/5177 56% [================================== ] 2907/5177 56% [================================== ] 2908/5177 56% [================================== ] 2909/5177 56% [================================== ] 2910/5177 56% [================================== ] 2911/5177 56% [================================== ] 2912/5177 56% [================================== ] 2913/5177 56% [================================== ] 2914/5177 56% [================================== ] 2915/5177 56% [================================== ] 2916/5177 56% [================================== ] 2917/5177 56% [================================== ] 2918/5177 56% [================================== ] 2919/5177 56% [================================== ] 2920/5177 56% [================================== ] 2921/5177 56% [================================== ] 2922/5177 56% [=================================== ] 2923/5177 56% [=================================== ] 2924/5177 56% [=================================== ] 2925/5177 56% [=================================== ] 2926/5177 56% [=================================== ] 2927/5177 56% [=================================== ] 2928/5177 56% [=================================== ] 2929/5177 56% [=================================== ] 2930/5177 56% [=================================== ] 2931/5177 56% [=================================== ] 2932/5177 56% [=================================== ] 2933/5177 56% [=================================== ] 2934/5177 56% [=================================== ] 2935/5177 56% [=================================== ] 2936/5177 56% [=================================== ] 2937/5177 56% [=================================== ] 2938/5177 56% [=================================== ] 2939/5177 56% [=================================== ] 2940/5177 56% [=================================== ] 2941/5177 56% [=================================== ] 2942/5177 56% [=================================== ] 2943/5177 56% [=================================== ] 2944/5177 56% [=================================== ] 2945/5177 56% [=================================== ] 2946/5177 56% [=================================== ] 2947/5177 56% [=================================== ] 2948/5177 56% [=================================== ] 2949/5177 56% [=================================== ] 2950/5177 56% [=================================== ] 2951/5177 57% [=================================== ] 2952/5177 57% [=================================== ] 2953/5177 57% [=================================== ] 2954/5177 57% [=================================== ] 2955/5177 57% [=================================== ] 2956/5177 57% [=================================== ] 2957/5177 57% [=================================== ] 2958/5177 57% [=================================== ] 2959/5177 57% [=================================== ] 2960/5177 57% [=================================== ] 2961/5177 57% [=================================== ] 2962/5177 57% [=================================== ] 2963/5177 57% [=================================== ] 2964/5177 57% [=================================== ] 2965/5177 57% [=================================== ] 2966/5177 57% [=================================== ] 2967/5177 57% [=================================== ] 2968/5177 57% [=================================== ] 2969/5177 57% [=================================== ] 2970/5177 57% [=================================== ] 2971/5177 57% [=================================== ] 2972/5177 57% [=================================== ] 2973/5177 57% [=================================== ] 2974/5177 57% [=================================== ] 2975/5177 57% [=================================== ] 2976/5177 57% [=================================== ] 2977/5177 57% [=================================== ] 2978/5177 57% [=================================== ] 2979/5177 57% [=================================== ] 2980/5177 57% [=================================== ] 2981/5177 57% [=================================== ] 2982/5177 57% [=================================== ] 2983/5177 57% [=================================== ] 2984/5177 57% [=================================== ] 2985/5177 57% [=================================== ] 2986/5177 57% [=================================== ] 2987/5177 57% [=================================== ] 2988/5177 57% [=================================== ] 2989/5177 57% [=================================== ] 2990/5177 57% [=================================== ] 2991/5177 57% [=================================== ] 2992/5177 57% [=================================== ] 2993/5177 57% [=================================== ] 2994/5177 57% [=================================== ] 2995/5177 57% [=================================== ] 2996/5177 57% [=================================== ] 2997/5177 57% [=================================== ] 2998/5177 57% [=================================== ] 2999/5177 57% [=================================== ] 3000/5177 57% [=================================== ] 3001/5177 57% [=================================== ] 3002/5177 57% [=================================== ] 3003/5177 58% [=================================== ] 3004/5177 58% [=================================== ] 3005/5177 58% [==================================== ] 3006/5177 58% [==================================== ] 3007/5177 58% [==================================== ] 3008/5177 58% [==================================== ] 3009/5177 58% [==================================== ] 3010/5177 58% [==================================== ] 3011/5177 58% [==================================== ] 3012/5177 58% [==================================== ] 3013/5177 58% [==================================== ] 3014/5177 58% [==================================== ] 3015/5177 58% [==================================== ] 3016/5177 58% [==================================== ] 3017/5177 58% [==================================== ] 3018/5177 58% [==================================== ] 3019/5177 58% [==================================== ] 3020/5177 58% [==================================== ] 3021/5177 58% [==================================== ] 3022/5177 58% [==================================== ] 3023/5177 58% [==================================== ] 3024/5177 58% [==================================== ] 3025/5177 58% [==================================== ] 3026/5177 58% [==================================== ] 3027/5177 58% [==================================== ] 3028/5177 58% [==================================== ] 3029/5177 58% [==================================== ] 3030/5177 58% [==================================== ] 3031/5177 58% [==================================== ] 3032/5177 58% [==================================== ] 3033/5177 58% [==================================== ] 3034/5177 58% [==================================== ] 3035/5177 58% [==================================== ] 3036/5177 58% [==================================== ] 3037/5177 58% [==================================== ] 3038/5177 58% [==================================== ] 3039/5177 58% [==================================== ] 3040/5177 58% [==================================== ] 3041/5177 58% [==================================== ] 3042/5177 58% [==================================== ] 3043/5177 58% [==================================== ] 3044/5177 58% [==================================== ] 3045/5177 58% [==================================== ] 3046/5177 58% [==================================== ] 3047/5177 58% [==================================== ] 3048/5177 58% [==================================== ] 3049/5177 58% [==================================== ] 3050/5177 58% [==================================== ] 3051/5177 58% [==================================== ] 3052/5177 58% [==================================== ] 3053/5177 58% [==================================== ] 3054/5177 58% [==================================== ] 3055/5177 59% [==================================== ] 3056/5177 59% [==================================== ] 3057/5177 59% [==================================== ] 3058/5177 59% [==================================== ] 3059/5177 59% [==================================== ] 3060/5177 59% [==================================== ] 3061/5177 59% [==================================== ] 3062/5177 59% [==================================== ] 3063/5177 59% [==================================== ] 3064/5177 59% [==================================== ] 3065/5177 59% [==================================== ] 3066/5177 59% [==================================== ] 3067/5177 59% [==================================== ] 3068/5177 59% [==================================== ] 3069/5177 59% [==================================== ] 3070/5177 59% [==================================== ] 3071/5177 59% [==================================== ] 3072/5177 59% [==================================== ] 3073/5177 59% [==================================== ] 3074/5177 59% [==================================== ] 3075/5177 59% [==================================== ] 3076/5177 59% [==================================== ] 3077/5177 59% [==================================== ] 3078/5177 59% [==================================== ] 3079/5177 59% [==================================== ] 3080/5177 59% [==================================== ] 3081/5177 59% [==================================== ] 3082/5177 59% [==================================== ] 3083/5177 59% [==================================== ] 3084/5177 59% [==================================== ] 3085/5177 59% [==================================== ] 3086/5177 59% [==================================== ] 3087/5177 59% [==================================== ] 3088/5177 59% [==================================== ] 3089/5177 59% [===================================== ] 3090/5177 59% [===================================== ] 3091/5177 59% [===================================== ] 3092/5177 59% [===================================== ] 3093/5177 59% [===================================== ] 3094/5177 59% [===================================== ] 3095/5177 59% [===================================== ] 3096/5177 59% [===================================== ] 3097/5177 59% [===================================== ] 3098/5177 59% [===================================== ] 3099/5177 59% [===================================== ] 3100/5177 59% [===================================== ] 3101/5177 59% [===================================== ] 3102/5177 59% [===================================== ] 3103/5177 59% [===================================== ] 3104/5177 59% [===================================== ] 3105/5177 59% [===================================== ] 3106/5177 59% [===================================== ] 3107/5177 60% [===================================== ] 3108/5177 60% [===================================== ] 3109/5177 60% [===================================== ] 3110/5177 60% [===================================== ] 3111/5177 60% [===================================== ] 3112/5177 60% [===================================== ] 3113/5177 60% [===================================== ] 3114/5177 60% [===================================== ] 3115/5177 60% [===================================== ] 3116/5177 60% [===================================== ] 3117/5177 60% [===================================== ] 3118/5177 60% [===================================== ] 3119/5177 60% [===================================== ] 3120/5177 60% [===================================== ] 3121/5177 60% [===================================== ] 3122/5177 60% [===================================== ] 3123/5177 60% [===================================== ] 3124/5177 60% [===================================== ] 3125/5177 60% [===================================== ] 3126/5177 60% [===================================== ] 3127/5177 60% [===================================== ] 3128/5177 60% [===================================== ] 3129/5177 60% [===================================== ] 3130/5177 60% [===================================== ] 3131/5177 60% [===================================== ] 3132/5177 60% [===================================== ] 3133/5177 60% [===================================== ] 3134/5177 60% [===================================== ] 3135/5177 60% [===================================== ] 3136/5177 60% [===================================== ] 3137/5177 60% [===================================== ] 3138/5177 60% [===================================== ] 3139/5177 60% [===================================== ] 3140/5177 60% [===================================== ] 3141/5177 60% [===================================== ] 3142/5177 60% [===================================== ] 3143/5177 60% [===================================== ] 3144/5177 60% [===================================== ] 3145/5177 60% [===================================== ] 3146/5177 60% [===================================== ] 3147/5177 60% [===================================== ] 3148/5177 60% [===================================== ] 3149/5177 60% [===================================== ] 3150/5177 60% [===================================== ] 3151/5177 60% [===================================== ] 3152/5177 60% [===================================== ] 3153/5177 60% [===================================== ] 3154/5177 60% [===================================== ] 3155/5177 60% [===================================== ] 3156/5177 60% [===================================== ] 3157/5177 60% [===================================== ] 3158/5177 61% [===================================== ] 3159/5177 61% [===================================== ] 3160/5177 61% [===================================== ] 3161/5177 61% [===================================== ] 3162/5177 61% [===================================== ] 3163/5177 61% [===================================== ] 3164/5177 61% [===================================== ] 3165/5177 61% [===================================== ] 3166/5177 61% [===================================== ] 3167/5177 61% [===================================== ] 3168/5177 61% [===================================== ] 3169/5177 61% [===================================== ] 3170/5177 61% [===================================== ] 3171/5177 61% [===================================== ] 3172/5177 61% [====================================== ] 3173/5177 61% [====================================== ] 3174/5177 61% [====================================== ] 3175/5177 61% [====================================== ] 3176/5177 61% [====================================== ] 3177/5177 61% [====================================== ] 3178/5177 61% [====================================== ] 3179/5177 61% [====================================== ] 3180/5177 61% [====================================== ] 3181/5177 61% [====================================== ] 3182/5177 61% [====================================== ] 3183/5177 61% [====================================== ] 3184/5177 61% [====================================== ] 3185/5177 61% [====================================== ] 3186/5177 61% [====================================== ] 3187/5177 61% [====================================== ] 3188/5177 61% [====================================== ] 3189/5177 61% [====================================== ] 3190/5177 61% [====================================== ] 3191/5177 61% [====================================== ] 3192/5177 61% [====================================== ] 3193/5177 61% [====================================== ] 3194/5177 61% [====================================== ] 3195/5177 61% [====================================== ] 3196/5177 61% [====================================== ] 3197/5177 61% [====================================== ] 3198/5177 61% [====================================== ] 3199/5177 61% [====================================== ] 3200/5177 61% [====================================== ] 3201/5177 61% [====================================== ] 3202/5177 61% [====================================== ] 3203/5177 61% [====================================== ] 3204/5177 61% [====================================== ] 3205/5177 61% [====================================== ] 3206/5177 61% [====================================== ] 3207/5177 61% [====================================== ] 3208/5177 61% [====================================== ] 3209/5177 61% [====================================== ] 3210/5177 62% [====================================== ] 3211/5177 62% [====================================== ] 3212/5177 62% [====================================== ] 3213/5177 62% [====================================== ] 3214/5177 62% [====================================== ] 3215/5177 62% [====================================== ] 3216/5177 62% [====================================== ] 3217/5177 62% [====================================== ] 3218/5177 62% [====================================== ] 3219/5177 62% [====================================== ] 3220/5177 62% [====================================== ] 3221/5177 62% [====================================== ] 3222/5177 62% [====================================== ] 3223/5177 62% [====================================== ] 3224/5177 62% [====================================== ] 3225/5177 62% [====================================== ] 3226/5177 62% [====================================== ] 3227/5177 62% [====================================== ] 3228/5177 62% [====================================== ] 3229/5177 62% [====================================== ] 3230/5177 62% [====================================== ] 3231/5177 62% [====================================== ] 3232/5177 62% [====================================== ] 3233/5177 62% [====================================== ] 3234/5177 62% [====================================== ] 3235/5177 62% [====================================== ] 3236/5177 62% [====================================== ] 3237/5177 62% [====================================== ] 3238/5177 62% [====================================== ] 3239/5177 62% [====================================== ] 3240/5177 62% [====================================== ] 3241/5177 62% [====================================== ] 3242/5177 62% [====================================== ] 3243/5177 62% [====================================== ] 3244/5177 62% [====================================== ] 3245/5177 62% [====================================== ] 3246/5177 62% [====================================== ] 3247/5177 62% [====================================== ] 3248/5177 62% [====================================== ] 3249/5177 62% [====================================== ] 3250/5177 62% [====================================== ] 3251/5177 62% [====================================== ] 3252/5177 62% [====================================== ] 3253/5177 62% [====================================== ] 3254/5177 62% [====================================== ] 3255/5177 62% [====================================== ] 3256/5177 62% [======================================= ] 3257/5177 62% [======================================= ] 3258/5177 62% [======================================= ] 3259/5177 62% [======================================= ] 3260/5177 62% [======================================= ] 3261/5177 62% [======================================= ] 3262/5177 63% [======================================= ] 3263/5177 63% [======================================= ] 3264/5177 63% [======================================= ] 3265/5177 63% [======================================= ] 3266/5177 63% [======================================= ] 3267/5177 63% [======================================= ] 3268/5177 63% [======================================= ] 3269/5177 63% [======================================= ] 3270/5177 63% [======================================= ] 3271/5177 63% [======================================= ] 3272/5177 63% [======================================= ] 3273/5177 63% [======================================= ] 3274/5177 63% [======================================= ] 3275/5177 63% [======================================= ] 3276/5177 63% [======================================= ] 3277/5177 63% [======================================= ] 3278/5177 63% [======================================= ] 3279/5177 63% [======================================= ] 3280/5177 63% [======================================= ] 3281/5177 63% [======================================= ] 3282/5177 63% [======================================= ] 3283/5177 63% [======================================= ] 3284/5177 63% [======================================= ] 3285/5177 63% [======================================= ] 3286/5177 63% [======================================= ] 3287/5177 63% [======================================= ] 3288/5177 63% [======================================= ] 3289/5177 63% [======================================= ] 3290/5177 63% [======================================= ] 3291/5177 63% [======================================= ] 3292/5177 63% [======================================= ] 3293/5177 63% [======================================= ] 3294/5177 63% [======================================= ] 3295/5177 63% [======================================= ] 3296/5177 63% [======================================= ] 3297/5177 63% [======================================= ] 3298/5177 63% [======================================= ] 3299/5177 63% [======================================= ] 3300/5177 63% [======================================= ] 3301/5177 63% [======================================= ] 3302/5177 63% [======================================= ] 3303/5177 63% [======================================= ] 3304/5177 63% [======================================= ] 3305/5177 63% [======================================= ] 3306/5177 63% [======================================= ] 3307/5177 63% [======================================= ] 3308/5177 63% [======================================= ] 3309/5177 63% [======================================= ] 3310/5177 63% [======================================= ] 3311/5177 63% [======================================= ] 3312/5177 63% [======================================= ] 3313/5177 63% [======================================= ] 3314/5177 64% [======================================= ] 3315/5177 64% [======================================= ] 3316/5177 64% [======================================= ] 3317/5177 64% [======================================= ] 3318/5177 64% [======================================= ] 3319/5177 64% [======================================= ] 3320/5177 64% [======================================= ] 3321/5177 64% [======================================= ] 3322/5177 64% [======================================= ] 3323/5177 64% [======================================= ] 3324/5177 64% [======================================= ] 3325/5177 64% [======================================= ] 3326/5177 64% [======================================= ] 3327/5177 64% [======================================= ] 3328/5177 64% [======================================= ] 3329/5177 64% [======================================= ] 3330/5177 64% [======================================= ] 3331/5177 64% [======================================= ] 3332/5177 64% [======================================= ] 3333/5177 64% [======================================= ] 3334/5177 64% [======================================= ] 3335/5177 64% [======================================= ] 3336/5177 64% [======================================= ] 3337/5177 64% [======================================= ] 3338/5177 64% [======================================= ] 3339/5177 64% [======================================== ] 3340/5177 64% [======================================== ] 3341/5177 64% [======================================== ] 3342/5177 64% [======================================== ] 3343/5177 64% [======================================== ] 3344/5177 64% [======================================== ] 3345/5177 64% [======================================== ] 3346/5177 64% [======================================== ] 3347/5177 64% [======================================== ] 3348/5177 64% [======================================== ] 3349/5177 64% [======================================== ] 3350/5177 64% [======================================== ] 3351/5177 64% [======================================== ] 3352/5177 64% [======================================== ] 3353/5177 64% [======================================== ] 3354/5177 64% [======================================== ] 3355/5177 64% [======================================== ] 3356/5177 64% [======================================== ] 3357/5177 64% [======================================== ] 3358/5177 64% [======================================== ] 3359/5177 64% [======================================== ] 3360/5177 64% [======================================== ] 3361/5177 64% [======================================== ] 3362/5177 64% [======================================== ] 3363/5177 64% [======================================== ] 3364/5177 64% [======================================== ] 3365/5177 64% [======================================== ] 3366/5177 65% [======================================== ] 3367/5177 65% [======================================== ] 3368/5177 65% [======================================== ] 3369/5177 65% [======================================== ] 3370/5177 65% [======================================== ] 3371/5177 65% [======================================== ] 3372/5177 65% [======================================== ] 3373/5177 65% [======================================== ] 3374/5177 65% [======================================== ] 3375/5177 65% [======================================== ] 3376/5177 65% [======================================== ] 3377/5177 65% [======================================== ] 3378/5177 65% [======================================== ] 3379/5177 65% [======================================== ] 3380/5177 65% [======================================== ] 3381/5177 65% [======================================== ] 3382/5177 65% [======================================== ] 3383/5177 65% [======================================== ] 3384/5177 65% [======================================== ] 3385/5177 65% [======================================== ] 3386/5177 65% [======================================== ] 3387/5177 65% [======================================== ] 3388/5177 65% [======================================== ] 3389/5177 65% [======================================== ] 3390/5177 65% [======================================== ] 3391/5177 65% [======================================== ] 3392/5177 65% [======================================== ] 3393/5177 65% [======================================== ] 3394/5177 65% [======================================== ] 3395/5177 65% [======================================== ] 3396/5177 65% [======================================== ] 3397/5177 65% [======================================== ] 3398/5177 65% [======================================== ] 3399/5177 65% [======================================== ] 3400/5177 65% [======================================== ] 3401/5177 65% [======================================== ] 3402/5177 65% [======================================== ] 3403/5177 65% [======================================== ] 3404/5177 65% [======================================== ] 3405/5177 65% [======================================== ] 3406/5177 65% [======================================== ] 3407/5177 65% [======================================== ] 3408/5177 65% [======================================== ] 3409/5177 65% [======================================== ] 3410/5177 65% [======================================== ] 3411/5177 65% [======================================== ] 3412/5177 65% [======================================== ] 3413/5177 65% [======================================== ] 3414/5177 65% [======================================== ] 3415/5177 65% [======================================== ] 3416/5177 65% [======================================== ] 3417/5177 66% [======================================== ] 3418/5177 66% [======================================== ] 3419/5177 66% [======================================== ] 3420/5177 66% [======================================== ] 3421/5177 66% [======================================== ] 3422/5177 66% [======================================== ] 3423/5177 66% [========================================= ] 3424/5177 66% [========================================= ] 3425/5177 66% [========================================= ] 3426/5177 66% [========================================= ] 3427/5177 66% [========================================= ] 3428/5177 66% [========================================= ] 3429/5177 66% [========================================= ] 3430/5177 66% [========================================= ] 3431/5177 66% [========================================= ] 3432/5177 66% [========================================= ] 3433/5177 66% [========================================= ] 3434/5177 66% [========================================= ] 3435/5177 66% [========================================= ] 3436/5177 66% [========================================= ] 3437/5177 66% [========================================= ] 3438/5177 66% [========================================= ] 3439/5177 66% [========================================= ] 3440/5177 66% [========================================= ] 3441/5177 66% [========================================= ] 3442/5177 66% [========================================= ] 3443/5177 66% [========================================= ] 3444/5177 66% [========================================= ] 3445/5177 66% [========================================= ] 3446/5177 66% [========================================= ] 3447/5177 66% [========================================= ] 3448/5177 66% [========================================= ] 3449/5177 66% [========================================= ] 3450/5177 66% [========================================= ] 3451/5177 66% [========================================= ] 3452/5177 66% [========================================= ] 3453/5177 66% [========================================= ] 3454/5177 66% [========================================= ] 3455/5177 66% [========================================= ] 3456/5177 66% [========================================= ] 3457/5177 66% [========================================= ] 3458/5177 66% [========================================= ] 3459/5177 66% [========================================= ] 3460/5177 66% [========================================= ] 3461/5177 66% [========================================= ] 3462/5177 66% [========================================= ] 3463/5177 66% [========================================= ] 3464/5177 66% [========================================= ] 3465/5177 66% [========================================= ] 3466/5177 66% [========================================= ] 3467/5177 66% [========================================= ] 3468/5177 66% [========================================= ] 3469/5177 67% [========================================= ] 3470/5177 67% [========================================= ] 3471/5177 67% [========================================= ] 3472/5177 67% [========================================= ] 3473/5177 67% [========================================= ] 3474/5177 67% [========================================= ] 3475/5177 67% [========================================= ] 3476/5177 67% [========================================= ] 3477/5177 67% [========================================= ] 3478/5177 67% [========================================= ] 3479/5177 67% [========================================= ] 3480/5177 67% [========================================= ] 3481/5177 67% [========================================= ] 3482/5177 67% [========================================= ] 3483/5177 67% [========================================= ] 3484/5177 67% [========================================= ] 3485/5177 67% [========================================= ] 3486/5177 67% [========================================= ] 3487/5177 67% [========================================= ] 3488/5177 67% [========================================= ] 3489/5177 67% [========================================= ] 3490/5177 67% [========================================= ] 3491/5177 67% [========================================= ] 3492/5177 67% [========================================= ] 3493/5177 67% [========================================= ] 3494/5177 67% [========================================= ] 3495/5177 67% [========================================= ] 3496/5177 67% [========================================= ] 3497/5177 67% [========================================= ] 3498/5177 67% [========================================= ] 3499/5177 67% [========================================= ] 3500/5177 67% [========================================= ] 3501/5177 67% [========================================= ] 3502/5177 67% [========================================= ] 3503/5177 67% [========================================= ] 3504/5177 67% [========================================= ] 3505/5177 67% [========================================= ] 3506/5177 67% [========================================== ] 3507/5177 67% [========================================== ] 3508/5177 67% [========================================== ] 3509/5177 67% [========================================== ] 3510/5177 67% [========================================== ] 3511/5177 67% [========================================== ] 3512/5177 67% [========================================== ] 3513/5177 67% [========================================== ] 3514/5177 67% [========================================== ] 3515/5177 67% [========================================== ] 3516/5177 67% [========================================== ] 3517/5177 67% [========================================== ] 3518/5177 67% [========================================== ] 3519/5177 67% [========================================== ] 3520/5177 67% [========================================== ] 3521/5177 68% [========================================== ] 3522/5177 68% [========================================== ] 3523/5177 68% [========================================== ] 3524/5177 68% [========================================== ] 3525/5177 68% [========================================== ] 3526/5177 68% [========================================== ] 3527/5177 68% [========================================== ] 3528/5177 68% [========================================== ] 3529/5177 68% [========================================== ] 3530/5177 68% [========================================== ] 3531/5177 68% [========================================== ] 3532/5177 68% [========================================== ] 3533/5177 68% [========================================== ] 3534/5177 68% [========================================== ] 3535/5177 68% [========================================== ] 3536/5177 68% [========================================== ] 3537/5177 68% [========================================== ] 3538/5177 68% [========================================== ] 3539/5177 68% [========================================== ] 3540/5177 68% [========================================== ] 3541/5177 68% [========================================== ] 3542/5177 68% [========================================== ] 3543/5177 68% [========================================== ] 3544/5177 68% [========================================== ] 3545/5177 68% [========================================== ] 3546/5177 68% [========================================== ] 3547/5177 68% [========================================== ] 3548/5177 68% [========================================== ] 3549/5177 68% [========================================== ] 3550/5177 68% [========================================== ] 3551/5177 68% [========================================== ] 3552/5177 68% [========================================== ] 3553/5177 68% [========================================== ] 3554/5177 68% [========================================== ] 3555/5177 68% [========================================== ] 3556/5177 68% [========================================== ] 3557/5177 68% [========================================== ] 3558/5177 68% [========================================== ] 3559/5177 68% [========================================== ] 3560/5177 68% [========================================== ] 3561/5177 68% [========================================== ] 3562/5177 68% [========================================== ] 3563/5177 68% [========================================== ] 3564/5177 68% [========================================== ] 3565/5177 68% [========================================== ] 3566/5177 68% [========================================== ] 3567/5177 68% [========================================== ] 3568/5177 68% [========================================== ] 3569/5177 68% [========================================== ] 3570/5177 68% [========================================== ] 3571/5177 68% [========================================== ] 3572/5177 68% [========================================== ] 3573/5177 69% [========================================== ] 3574/5177 69% [========================================== ] 3575/5177 69% [========================================== ] 3576/5177 69% [========================================== ] 3577/5177 69% [========================================== ] 3578/5177 69% [========================================== ] 3579/5177 69% [========================================== ] 3580/5177 69% [========================================== ] 3581/5177 69% [========================================== ] 3582/5177 69% [========================================== ] 3583/5177 69% [========================================== ] 3584/5177 69% [========================================== ] 3585/5177 69% [========================================== ] 3586/5177 69% [========================================== ] 3587/5177 69% [========================================== ] 3588/5177 69% [========================================== ] 3589/5177 69% [========================================== ] 3590/5177 69% [=========================================== ] 3591/5177 69% [=========================================== ] 3592/5177 69% [=========================================== ] 3593/5177 69% [=========================================== ] 3594/5177 69% [=========================================== ] 3595/5177 69% [=========================================== ] 3596/5177 69% [=========================================== ] 3597/5177 69% [=========================================== ] 3598/5177 69% [=========================================== ] 3599/5177 69% [=========================================== ] 3600/5177 69% [=========================================== ] 3601/5177 69% [=========================================== ] 3602/5177 69% [=========================================== ] 3603/5177 69% [=========================================== ] 3604/5177 69% [=========================================== ] 3605/5177 69% [=========================================== ] 3606/5177 69% [=========================================== ] 3607/5177 69% [=========================================== ] 3608/5177 69% [=========================================== ] 3609/5177 69% [=========================================== ] 3610/5177 69% [=========================================== ] 3611/5177 69% [=========================================== ] 3612/5177 69% [=========================================== ] 3613/5177 69% [=========================================== ] 3614/5177 69% [=========================================== ] 3615/5177 69% [=========================================== ] 3616/5177 69% [=========================================== ] 3617/5177 69% [=========================================== ] 3618/5177 69% [=========================================== ] 3619/5177 69% [=========================================== ] 3620/5177 69% [=========================================== ] 3621/5177 69% [=========================================== ] 3622/5177 69% [=========================================== ] 3623/5177 69% [=========================================== ] 3624/5177 70% [=========================================== ] 3625/5177 70% [=========================================== ] 3626/5177 70% [=========================================== ] 3627/5177 70% [=========================================== ] 3628/5177 70% [=========================================== ] 3629/5177 70% [=========================================== ] 3630/5177 70% [=========================================== ] 3631/5177 70% [=========================================== ] 3632/5177 70% [=========================================== ] 3633/5177 70% [=========================================== ] 3634/5177 70% [=========================================== ] 3635/5177 70% [=========================================== ] 3636/5177 70% [=========================================== ] 3637/5177 70% [=========================================== ] 3638/5177 70% [=========================================== ] 3639/5177 70% [=========================================== ] 3640/5177 70% [=========================================== ] 3641/5177 70% [=========================================== ] 3642/5177 70% [=========================================== ] 3643/5177 70% [=========================================== ] 3644/5177 70% [=========================================== ] 3645/5177 70% [=========================================== ] 3646/5177 70% [=========================================== ] 3647/5177 70% [=========================================== ] 3648/5177 70% [=========================================== ] 3649/5177 70% [=========================================== ] 3650/5177 70% [=========================================== ] 3651/5177 70% [=========================================== ] 3652/5177 70% [=========================================== ] 3653/5177 70% [=========================================== ] 3654/5177 70% [=========================================== ] 3655/5177 70% [=========================================== ] 3656/5177 70% [=========================================== ] 3657/5177 70% [=========================================== ] 3658/5177 70% [=========================================== ] 3659/5177 70% [=========================================== ] 3660/5177 70% [=========================================== ] 3661/5177 70% [=========================================== ] 3662/5177 70% [=========================================== ] 3663/5177 70% [=========================================== ] 3664/5177 70% [=========================================== ] 3665/5177 70% [=========================================== ] 3666/5177 70% [=========================================== ] 3667/5177 70% [=========================================== ] 3668/5177 70% [=========================================== ] 3669/5177 70% [=========================================== ] 3670/5177 70% [=========================================== ] 3671/5177 70% [=========================================== ] 3672/5177 70% [=========================================== ] 3673/5177 70% [============================================ ] 3674/5177 70% [============================================ ] 3675/5177 70% [============================================ ] 3676/5177 71% [============================================ ] 3677/5177 71% [============================================ ] 3678/5177 71% [============================================ ] 3679/5177 71% [============================================ ] 3680/5177 71% [============================================ ] 3681/5177 71% [============================================ ] 3682/5177 71% [============================================ ] 3683/5177 71% [============================================ ] 3684/5177 71% [============================================ ] 3685/5177 71% [============================================ ] 3686/5177 71% [============================================ ] 3687/5177 71% [============================================ ] 3688/5177 71% [============================================ ] 3689/5177 71% [============================================ ] 3690/5177 71% [============================================ ] 3691/5177 71% [============================================ ] 3692/5177 71% [============================================ ] 3693/5177 71% [============================================ ] 3694/5177 71% [============================================ ] 3695/5177 71% [============================================ ] 3696/5177 71% [============================================ ] 3697/5177 71% [============================================ ] 3698/5177 71% [============================================ ] 3699/5177 71% [============================================ ] 3700/5177 71% [============================================ ] 3701/5177 71% [============================================ ] 3702/5177 71% [============================================ ] 3703/5177 71% [============================================ ] 3704/5177 71% [============================================ ] 3705/5177 71% [============================================ ] 3706/5177 71% [============================================ ] 3707/5177 71% [============================================ ] 3708/5177 71% [============================================ ] 3709/5177 71% [============================================ ] 3710/5177 71% [============================================ ] 3711/5177 71% [============================================ ] 3712/5177 71% [============================================ ] 3713/5177 71% [============================================ ] 3714/5177 71% [============================================ ] 3715/5177 71% [============================================ ] 3716/5177 71% [============================================ ] 3717/5177 71% [============================================ ] 3718/5177 71% [============================================ ] 3719/5177 71% [============================================ ] 3720/5177 71% [============================================ ] 3721/5177 71% [============================================ ] 3722/5177 71% [============================================ ] 3723/5177 71% [============================================ ] 3724/5177 71% [============================================ ] 3725/5177 71% [============================================ ] 3726/5177 71% [============================================ ] 3727/5177 71% [============================================ ] 3728/5177 72% [============================================ ] 3729/5177 72% [============================================ ] 3730/5177 72% [============================================ ] 3731/5177 72% [============================================ ] 3732/5177 72% [============================================ ] 3733/5177 72% [============================================ ] 3734/5177 72% [============================================ ] 3735/5177 72% [============================================ ] 3736/5177 72% [============================================ ] 3737/5177 72% [============================================ ] 3738/5177 72% [============================================ ] 3739/5177 72% [============================================ ] 3740/5177 72% [============================================ ] 3741/5177 72% [============================================ ] 3742/5177 72% [============================================ ] 3743/5177 72% [============================================ ] 3744/5177 72% [============================================ ] 3745/5177 72% [============================================ ] 3746/5177 72% [============================================ ] 3747/5177 72% [============================================ ] 3748/5177 72% [============================================ ] 3749/5177 72% [============================================ ] 3750/5177 72% [============================================ ] 3751/5177 72% [============================================ ] 3752/5177 72% [============================================ ] 3753/5177 72% [============================================ ] 3754/5177 72% [============================================ ] 3755/5177 72% [============================================ ] 3756/5177 72% [============================================ ] 3757/5177 72% [============================================= ] 3758/5177 72% [============================================= ] 3759/5177 72% [============================================= ] 3760/5177 72% [============================================= ] 3761/5177 72% [============================================= ] 3762/5177 72% [============================================= ] 3763/5177 72% [============================================= ] 3764/5177 72% [============================================= ] 3765/5177 72% [============================================= ] 3766/5177 72% [============================================= ] 3767/5177 72% [============================================= ] 3768/5177 72% [============================================= ] 3769/5177 72% [============================================= ] 3770/5177 72% [============================================= ] 3771/5177 72% [============================================= ] 3772/5177 72% [============================================= ] 3773/5177 72% [============================================= ] 3774/5177 72% [============================================= ] 3775/5177 72% [============================================= ] 3776/5177 72% [============================================= ] 3777/5177 72% [============================================= ] 3778/5177 72% [============================================= ] 3779/5177 72% [============================================= ] 3780/5177 73% [============================================= ] 3781/5177 73% [============================================= ] 3782/5177 73% [============================================= ] 3783/5177 73% [============================================= ] 3784/5177 73% [============================================= ] 3785/5177 73% [============================================= ] 3786/5177 73% [============================================= ] 3787/5177 73% [============================================= ] 3788/5177 73% [============================================= ] 3789/5177 73% [============================================= ] 3790/5177 73% [============================================= ] 3791/5177 73% [============================================= ] 3792/5177 73% [============================================= ] 3793/5177 73% [============================================= ] 3794/5177 73% [============================================= ] 3795/5177 73% [============================================= ] 3796/5177 73% [============================================= ] 3797/5177 73% [============================================= ] 3798/5177 73% [============================================= ] 3799/5177 73% [============================================= ] 3800/5177 73% [============================================= ] 3801/5177 73% [============================================= ] 3802/5177 73% [============================================= ] 3803/5177 73% [============================================= ] 3804/5177 73% [============================================= ] 3805/5177 73% [============================================= ] 3806/5177 73% [============================================= ] 3807/5177 73% [============================================= ] 3808/5177 73% [============================================= ] 3809/5177 73% [============================================= ] 3810/5177 73% [============================================= ] 3811/5177 73% [============================================= ] 3812/5177 73% [============================================= ] 3813/5177 73% [============================================= ] 3814/5177 73% [============================================= ] 3815/5177 73% [============================================= ] 3816/5177 73% [============================================= ] 3817/5177 73% [============================================= ] 3818/5177 73% [============================================= ] 3819/5177 73% [============================================= ] 3820/5177 73% [============================================= ] 3821/5177 73% [============================================= ] 3822/5177 73% [============================================= ] 3823/5177 73% [============================================= ] 3824/5177 73% [============================================= ] 3825/5177 73% [============================================= ] 3826/5177 73% [============================================= ] 3827/5177 73% [============================================= ] 3828/5177 73% [============================================= ] 3829/5177 73% [============================================= ] 3830/5177 73% [============================================= ] 3831/5177 74% [============================================= ] 3832/5177 74% [============================================= ] 3833/5177 74% [============================================= ] 3834/5177 74% [============================================= ] 3835/5177 74% [============================================= ] 3836/5177 74% [============================================= ] 3837/5177 74% [============================================= ] 3838/5177 74% [============================================= ] 3839/5177 74% [============================================= ] 3840/5177 74% [============================================== ] 3841/5177 74% [============================================== ] 3842/5177 74% [============================================== ] 3843/5177 74% [============================================== ] 3844/5177 74% [============================================== ] 3845/5177 74% [============================================== ] 3846/5177 74% [============================================== ] 3847/5177 74% [============================================== ] 3848/5177 74% [============================================== ] 3849/5177 74% [============================================== ] 3850/5177 74% [============================================== ] 3851/5177 74% [============================================== ] 3852/5177 74% [============================================== ] 3853/5177 74% [============================================== ] 3854/5177 74% [============================================== ] 3855/5177 74% [============================================== ] 3856/5177 74% [============================================== ] 3857/5177 74% [============================================== ] 3858/5177 74% [============================================== ] 3859/5177 74% [============================================== ] 3860/5177 74% [============================================== ] 3861/5177 74% [============================================== ] 3862/5177 74% [============================================== ] 3863/5177 74% [============================================== ] 3864/5177 74% [============================================== ] 3865/5177 74% [============================================== ] 3866/5177 74% [============================================== ] 3867/5177 74% [============================================== ] 3868/5177 74% [============================================== ] 3869/5177 74% [============================================== ] 3870/5177 74% [============================================== ] 3871/5177 74% [============================================== ] 3872/5177 74% [============================================== ] 3873/5177 74% [============================================== ] 3874/5177 74% [============================================== ] 3875/5177 74% [============================================== ] 3876/5177 74% [============================================== ] 3877/5177 74% [============================================== ] 3878/5177 74% [============================================== ] 3879/5177 74% [============================================== ] 3880/5177 74% [============================================== ] 3881/5177 74% [============================================== ] 3882/5177 74% [============================================== ] 3883/5177 75% [============================================== ] 3884/5177 75% [============================================== ] 3885/5177 75% [============================================== ] 3886/5177 75% [============================================== ] 3887/5177 75% [============================================== ] 3888/5177 75% [============================================== ] 3889/5177 75% [============================================== ] 3890/5177 75% [============================================== ] 3891/5177 75% [============================================== ] 3892/5177 75% [============================================== ] 3893/5177 75% [============================================== ] 3894/5177 75% [============================================== ] 3895/5177 75% [============================================== ] 3896/5177 75% [============================================== ] 3897/5177 75% [============================================== ] 3898/5177 75% [============================================== ] 3899/5177 75% [============================================== ] 3900/5177 75% [============================================== ] 3901/5177 75% [============================================== ] 3902/5177 75% [============================================== ] 3903/5177 75% [============================================== ] 3904/5177 75% [============================================== ] 3905/5177 75% [============================================== ] 3906/5177 75% [============================================== ] 3907/5177 75% [============================================== ] 3908/5177 75% [============================================== ] 3909/5177 75% [============================================== ] 3910/5177 75% [============================================== ] 3911/5177 75% [============================================== ] 3912/5177 75% [============================================== ] 3913/5177 75% [============================================== ] 3914/5177 75% [============================================== ] 3915/5177 75% [============================================== ] 3916/5177 75% [============================================== ] 3917/5177 75% [============================================== ] 3918/5177 75% [============================================== ] 3919/5177 75% [============================================== ] 3920/5177 75% [============================================== ] 3921/5177 75% [============================================== ] 3922/5177 75% [============================================== ] 3923/5177 75% [============================================== ] 3924/5177 75% [=============================================== ] 3925/5177 75% [=============================================== ] 3926/5177 75% [=============================================== ] 3927/5177 75% [=============================================== ] 3928/5177 75% [=============================================== ] 3929/5177 75% [=============================================== ] 3930/5177 75% [=============================================== ] 3931/5177 75% [=============================================== ] 3932/5177 75% [=============================================== ] 3933/5177 75% [=============================================== ] 3934/5177 75% [=============================================== ] 3935/5177 76% [=============================================== ] 3936/5177 76% [=============================================== ] 3937/5177 76% [=============================================== ] 3938/5177 76% [=============================================== ] 3939/5177 76% [=============================================== ] 3940/5177 76% [=============================================== ] 3941/5177 76% [=============================================== ] 3942/5177 76% [=============================================== ] 3943/5177 76% [=============================================== ] 3944/5177 76% [=============================================== ] 3945/5177 76% [=============================================== ] 3946/5177 76% [=============================================== ] 3947/5177 76% [=============================================== ] 3948/5177 76% [=============================================== ] 3949/5177 76% [=============================================== ] 3950/5177 76% [=============================================== ] 3951/5177 76% [=============================================== ] 3952/5177 76% [=============================================== ] 3953/5177 76% [=============================================== ] 3954/5177 76% [=============================================== ] 3955/5177 76% [=============================================== ] 3956/5177 76% [=============================================== ] 3957/5177 76% [=============================================== ] 3958/5177 76% [=============================================== ] 3959/5177 76% [=============================================== ] 3960/5177 76% [=============================================== ] 3961/5177 76% [=============================================== ] 3962/5177 76% [=============================================== ] 3963/5177 76% [=============================================== ] 3964/5177 76% [=============================================== ] 3965/5177 76% [=============================================== ] 3966/5177 76% [=============================================== ] 3967/5177 76% [=============================================== ] 3968/5177 76% [=============================================== ] 3969/5177 76% [=============================================== ] 3970/5177 76% [=============================================== ] 3971/5177 76% [=============================================== ] 3972/5177 76% [=============================================== ] 3973/5177 76% [=============================================== ] 3974/5177 76% [=============================================== ] 3975/5177 76% [=============================================== ] 3976/5177 76% [=============================================== ] 3977/5177 76% [=============================================== ] 3978/5177 76% [=============================================== ] 3979/5177 76% [=============================================== ] 3980/5177 76% [=============================================== ] 3981/5177 76% [=============================================== ] 3982/5177 76% [=============================================== ] 3983/5177 76% [=============================================== ] 3984/5177 76% [=============================================== ] 3985/5177 76% [=============================================== ] 3986/5177 76% [=============================================== ] 3987/5177 77% [=============================================== ] 3988/5177 77% [=============================================== ] 3989/5177 77% [=============================================== ] 3990/5177 77% [=============================================== ] 3991/5177 77% [=============================================== ] 3992/5177 77% [=============================================== ] 3993/5177 77% [=============================================== ] 3994/5177 77% [=============================================== ] 3995/5177 77% [=============================================== ] 3996/5177 77% [=============================================== ] 3997/5177 77% [=============================================== ] 3998/5177 77% [=============================================== ] 3999/5177 77% [=============================================== ] 4000/5177 77% [=============================================== ] 4001/5177 77% [=============================================== ] 4002/5177 77% [=============================================== ] 4003/5177 77% [=============================================== ] 4004/5177 77% [=============================================== ] 4005/5177 77% [=============================================== ] 4006/5177 77% [=============================================== ] 4007/5177 77% [================================================ ] 4008/5177 77% [================================================ ] 4009/5177 77% [================================================ ] 4010/5177 77% [================================================ ] 4011/5177 77% [================================================ ] 4012/5177 77% [================================================ ] 4013/5177 77% [================================================ ] 4014/5177 77% [================================================ ] 4015/5177 77% [================================================ ] 4016/5177 77% [================================================ ] 4017/5177 77% [================================================ ] 4018/5177 77% [================================================ ] 4019/5177 77% [================================================ ] 4020/5177 77% [================================================ ] 4021/5177 77% [================================================ ] 4022/5177 77% [================================================ ] 4023/5177 77% [================================================ ] 4024/5177 77% [================================================ ] 4025/5177 77% [================================================ ] 4026/5177 77% [================================================ ] 4027/5177 77% [================================================ ] 4028/5177 77% [================================================ ] 4029/5177 77% [================================================ ] 4030/5177 77% [================================================ ] 4031/5177 77% [================================================ ] 4032/5177 77% [================================================ ] 4033/5177 77% [================================================ ] 4034/5177 77% [================================================ ] 4035/5177 77% [================================================ ] 4036/5177 77% [================================================ ] 4037/5177 77% [================================================ ] 4038/5177 77% [================================================ ] 4039/5177 78% [================================================ ] 4040/5177 78% [================================================ ] 4041/5177 78% [================================================ ] 4042/5177 78% [================================================ ] 4043/5177 78% [================================================ ] 4044/5177 78% [================================================ ] 4045/5177 78% [================================================ ] 4046/5177 78% [================================================ ] 4047/5177 78% [================================================ ] 4048/5177 78% [================================================ ] 4049/5177 78% [================================================ ] 4050/5177 78% [================================================ ] 4051/5177 78% [================================================ ] 4052/5177 78% [================================================ ] 4053/5177 78% [================================================ ] 4054/5177 78% [================================================ ] 4055/5177 78% [================================================ ] 4056/5177 78% [================================================ ] 4057/5177 78% [================================================ ] 4058/5177 78% [================================================ ] 4059/5177 78% [================================================ ] 4060/5177 78% [================================================ ] 4061/5177 78% [================================================ ] 4062/5177 78% [================================================ ] 4063/5177 78% [================================================ ] 4064/5177 78% [================================================ ] 4065/5177 78% [================================================ ] 4066/5177 78% [================================================ ] 4067/5177 78% [================================================ ] 4068/5177 78% [================================================ ] 4069/5177 78% [================================================ ] 4070/5177 78% [================================================ ] 4071/5177 78% [================================================ ] 4072/5177 78% [================================================ ] 4073/5177 78% [================================================ ] 4074/5177 78% [================================================ ] 4075/5177 78% [================================================ ] 4076/5177 78% [================================================ ] 4077/5177 78% [================================================ ] 4078/5177 78% [================================================ ] 4079/5177 78% [================================================ ] 4080/5177 78% [================================================ ] 4081/5177 78% [================================================ ] 4082/5177 78% [================================================ ] 4083/5177 78% [================================================ ] 4084/5177 78% [================================================ ] 4085/5177 78% [================================================ ] 4086/5177 78% [================================================ ] 4087/5177 78% [================================================ ] 4088/5177 78% [================================================ ] 4089/5177 78% [================================================ ] 4090/5177 79% [================================================ ] 4091/5177 79% [================================================= ] 4092/5177 79% [================================================= ] 4093/5177 79% [================================================= ] 4094/5177 79% [================================================= ] 4095/5177 79% [================================================= ] 4096/5177 79% [================================================= ] 4097/5177 79% [================================================= ] 4098/5177 79% [================================================= ] 4099/5177 79% [================================================= ] 4100/5177 79% [================================================= ] 4101/5177 79% [================================================= ] 4102/5177 79% [================================================= ] 4103/5177 79% [================================================= ] 4104/5177 79% [================================================= ] 4105/5177 79% [================================================= ] 4106/5177 79% [================================================= ] 4107/5177 79% [================================================= ] 4108/5177 79% [================================================= ] 4109/5177 79% [================================================= ] 4110/5177 79% [================================================= ] 4111/5177 79% [================================================= ] 4112/5177 79% [================================================= ] 4113/5177 79% [================================================= ] 4114/5177 79% [================================================= ] 4115/5177 79% [================================================= ] 4116/5177 79% [================================================= ] 4117/5177 79% [================================================= ] 4118/5177 79% [================================================= ] 4119/5177 79% [================================================= ] 4120/5177 79% [================================================= ] 4121/5177 79% [================================================= ] 4122/5177 79% [================================================= ] 4123/5177 79% [================================================= ] 4124/5177 79% [================================================= ] 4125/5177 79% [================================================= ] 4126/5177 79% [================================================= ] 4127/5177 79% [================================================= ] 4128/5177 79% [================================================= ] 4129/5177 79% [================================================= ] 4130/5177 79% [================================================= ] 4131/5177 79% [================================================= ] 4132/5177 79% [================================================= ] 4133/5177 79% [================================================= ] 4134/5177 79% [================================================= ] 4135/5177 79% [================================================= ] 4136/5177 79% [================================================= ] 4137/5177 79% [================================================= ] 4138/5177 79% [================================================= ] 4139/5177 79% [================================================= ] 4140/5177 79% [================================================= ] 4141/5177 79% [================================================= ] 4142/5177 80% [================================================= ] 4143/5177 80% [================================================= ] 4144/5177 80% [================================================= ] 4145/5177 80% [================================================= ] 4146/5177 80% [================================================= ] 4147/5177 80% [================================================= ] 4148/5177 80% [================================================= ] 4149/5177 80% [================================================= ] 4150/5177 80% [================================================= ] 4151/5177 80% [================================================= ] 4152/5177 80% [================================================= ] 4153/5177 80% [================================================= ] 4154/5177 80% [================================================= ] 4155/5177 80% [================================================= ] 4156/5177 80% [================================================= ] 4157/5177 80% [================================================= ] 4158/5177 80% [================================================= ] 4159/5177 80% [================================================= ] 4160/5177 80% [================================================= ] 4161/5177 80% [================================================= ] 4162/5177 80% [================================================= ] 4163/5177 80% [================================================= ] 4164/5177 80% [================================================= ] 4165/5177 80% [================================================= ] 4166/5177 80% [================================================= ] 4167/5177 80% [================================================= ] 4168/5177 80% [================================================= ] 4169/5177 80% [================================================= ] 4170/5177 80% [================================================= ] 4171/5177 80% [================================================= ] 4172/5177 80% [================================================= ] 4173/5177 80% [================================================= ] 4174/5177 80% [================================================== ] 4175/5177 80% [================================================== ] 4176/5177 80% [================================================== ] 4177/5177 80% [================================================== ] 4178/5177 80% [================================================== ] 4179/5177 80% [================================================== ] 4180/5177 80% [================================================== ] 4181/5177 80% [================================================== ] 4182/5177 80% [================================================== ] 4183/5177 80% [================================================== ] 4184/5177 80% [================================================== ] 4185/5177 80% [================================================== ] 4186/5177 80% [================================================== ] 4187/5177 80% [================================================== ] 4188/5177 80% [================================================== ] 4189/5177 80% [================================================== ] 4190/5177 80% [================================================== ] 4191/5177 80% [================================================== ] 4192/5177 80% [================================================== ] 4193/5177 80% [================================================== ] 4194/5177 81% [================================================== ] 4195/5177 81% [================================================== ] 4196/5177 81% [================================================== ] 4197/5177 81% [================================================== ] 4198/5177 81% [================================================== ] 4199/5177 81% [================================================== ] 4200/5177 81% [================================================== ] 4201/5177 81% [================================================== ] 4202/5177 81% [================================================== ] 4203/5177 81% [================================================== ] 4204/5177 81% [================================================== ] 4205/5177 81% [================================================== ] 4206/5177 81% [================================================== ] 4207/5177 81% [================================================== ] 4208/5177 81% [================================================== ] 4209/5177 81% [================================================== ] 4210/5177 81% [================================================== ] 4211/5177 81% [================================================== ] 4212/5177 81% [================================================== ] 4213/5177 81% [================================================== ] 4214/5177 81% [================================================== ] 4215/5177 81% [================================================== ] 4216/5177 81% [================================================== ] 4217/5177 81% [================================================== ] 4218/5177 81% [================================================== ] 4219/5177 81% [================================================== ] 4220/5177 81% [================================================== ] 4221/5177 81% [================================================== ] 4222/5177 81% [================================================== ] 4223/5177 81% [================================================== ] 4224/5177 81% [================================================== ] 4225/5177 81% [================================================== ] 4226/5177 81% [================================================== ] 4227/5177 81% [================================================== ] 4228/5177 81% [================================================== ] 4229/5177 81% [================================================== ] 4230/5177 81% [================================================== ] 4231/5177 81% [================================================== ] 4232/5177 81% [================================================== ] 4233/5177 81% [================================================== ] 4234/5177 81% [================================================== ] 4235/5177 81% [================================================== ] 4236/5177 81% [================================================== ] 4237/5177 81% [================================================== ] 4238/5177 81% [================================================== ] 4239/5177 81% [================================================== ] 4240/5177 81% [================================================== ] 4241/5177 81% [================================================== ] 4242/5177 81% [================================================== ] 4243/5177 81% [================================================== ] 4244/5177 81% [================================================== ] 4245/5177 81% [================================================== ] 4246/5177 82% [================================================== ] 4247/5177 82% [================================================== ] 4248/5177 82% [================================================== ] 4249/5177 82% [================================================== ] 4250/5177 82% [================================================== ] 4251/5177 82% [================================================== ] 4252/5177 82% [================================================== ] 4253/5177 82% [================================================== ] 4254/5177 82% [================================================== ] 4255/5177 82% [================================================== ] 4256/5177 82% [================================================== ] 4257/5177 82% [================================================== ] 4258/5177 82% [=================================================== ] 4259/5177 82% [=================================================== ] 4260/5177 82% [=================================================== ] 4261/5177 82% [=================================================== ] 4262/5177 82% [=================================================== ] 4263/5177 82% [=================================================== ] 4264/5177 82% [=================================================== ] 4265/5177 82% [=================================================== ] 4266/5177 82% [=================================================== ] 4267/5177 82% [=================================================== ] 4268/5177 82% [=================================================== ] 4269/5177 82% [=================================================== ] 4270/5177 82% [=================================================== ] 4271/5177 82% [=================================================== ] 4272/5177 82% [=================================================== ] 4273/5177 82% [=================================================== ] 4274/5177 82% [=================================================== ] 4275/5177 82% [=================================================== ] 4276/5177 82% [=================================================== ] 4277/5177 82% [=================================================== ] 4278/5177 82% [=================================================== ] 4279/5177 82% [=================================================== ] 4280/5177 82% [=================================================== ] 4281/5177 82% [=================================================== ] 4282/5177 82% [=================================================== ] 4283/5177 82% [=================================================== ] 4284/5177 82% [=================================================== ] 4285/5177 82% [=================================================== ] 4286/5177 82% [=================================================== ] 4287/5177 82% [=================================================== ] 4288/5177 82% [=================================================== ] 4289/5177 82% [=================================================== ] 4290/5177 82% [=================================================== ] 4291/5177 82% [=================================================== ] 4292/5177 82% [=================================================== ] 4293/5177 82% [=================================================== ] 4294/5177 82% [=================================================== ] 4295/5177 82% [=================================================== ] 4296/5177 82% [=================================================== ] 4297/5177 83% [=================================================== ] 4298/5177 83% [=================================================== ] 4299/5177 83% [=================================================== ] 4300/5177 83% [=================================================== ] 4301/5177 83% [=================================================== ] 4302/5177 83% [=================================================== ] 4303/5177 83% [=================================================== ] 4304/5177 83% [=================================================== ] 4305/5177 83% [=================================================== ] 4306/5177 83% [=================================================== ] 4307/5177 83% [=================================================== ] 4308/5177 83% [=================================================== ] 4309/5177 83% [=================================================== ] 4310/5177 83% [=================================================== ] 4311/5177 83% [=================================================== ] 4312/5177 83% [=================================================== ] 4313/5177 83% [=================================================== ] 4314/5177 83% [=================================================== ] 4315/5177 83% [=================================================== ] 4316/5177 83% [=================================================== ] 4317/5177 83% [=================================================== ] 4318/5177 83% [=================================================== ] 4319/5177 83% [=================================================== ] 4320/5177 83% [=================================================== ] 4321/5177 83% [=================================================== ] 4322/5177 83% [=================================================== ] 4323/5177 83% [=================================================== ] 4324/5177 83% [=================================================== ] 4325/5177 83% [=================================================== ] 4326/5177 83% [=================================================== ] 4327/5177 83% [=================================================== ] 4328/5177 83% [=================================================== ] 4329/5177 83% [=================================================== ] 4330/5177 83% [=================================================== ] 4331/5177 83% [=================================================== ] 4332/5177 83% [=================================================== ] 4333/5177 83% [=================================================== ] 4334/5177 83% [=================================================== ] 4335/5177 83% [=================================================== ] 4336/5177 83% [=================================================== ] 4337/5177 83% [=================================================== ] 4338/5177 83% [=================================================== ] 4339/5177 83% [=================================================== ] 4340/5177 83% [=================================================== ] 4341/5177 83% [==================================================== ] 4342/5177 83% [==================================================== ] 4343/5177 83% [==================================================== ] 4344/5177 83% [==================================================== ] 4345/5177 83% [==================================================== ] 4346/5177 83% [==================================================== ] 4347/5177 83% [==================================================== ] 4348/5177 83% [==================================================== ] 4349/5177 84% [==================================================== ] 4350/5177 84% [==================================================== ] 4351/5177 84% [==================================================== ] 4352/5177 84% [==================================================== ] 4353/5177 84% [==================================================== ] 4354/5177 84% [==================================================== ] 4355/5177 84% [==================================================== ] 4356/5177 84% [==================================================== ] 4357/5177 84% [==================================================== ] 4358/5177 84% [==================================================== ] 4359/5177 84% [==================================================== ] 4360/5177 84% [==================================================== ] 4361/5177 84% [==================================================== ] 4362/5177 84% [==================================================== ] 4363/5177 84% [==================================================== ] 4364/5177 84% [==================================================== ] 4365/5177 84% [==================================================== ] 4366/5177 84% [==================================================== ] 4367/5177 84% [==================================================== ] 4368/5177 84% [==================================================== ] 4369/5177 84% [==================================================== ] 4370/5177 84% [==================================================== ] 4371/5177 84% [==================================================== ] 4372/5177 84% [==================================================== ] 4373/5177 84% [==================================================== ] 4374/5177 84% [==================================================== ] 4375/5177 84% [==================================================== ] 4376/5177 84% [==================================================== ] 4377/5177 84% [==================================================== ] 4378/5177 84% [==================================================== ] 4379/5177 84% [==================================================== ] 4380/5177 84% [==================================================== ] 4381/5177 84% [==================================================== ] 4382/5177 84% [==================================================== ] 4383/5177 84% [==================================================== ] 4384/5177 84% [==================================================== ] 4385/5177 84% [==================================================== ] 4386/5177 84% [==================================================== ] 4387/5177 84% [==================================================== ] 4388/5177 84% [==================================================== ] 4389/5177 84% [==================================================== ] 4390/5177 84% [==================================================== ] 4391/5177 84% [==================================================== ] 4392/5177 84% [==================================================== ] 4393/5177 84% [==================================================== ] 4394/5177 84% [==================================================== ] 4395/5177 84% [==================================================== ] 4396/5177 84% [==================================================== ] 4397/5177 84% [==================================================== ] 4398/5177 84% [==================================================== ] 4399/5177 84% [==================================================== ] 4400/5177 84% [==================================================== ] 4401/5177 85% [==================================================== ] 4402/5177 85% [==================================================== ] 4403/5177 85% [==================================================== ] 4404/5177 85% [==================================================== ] 4405/5177 85% [==================================================== ] 4406/5177 85% [==================================================== ] 4407/5177 85% [==================================================== ] 4408/5177 85% [==================================================== ] 4409/5177 85% [==================================================== ] 4410/5177 85% [==================================================== ] 4411/5177 85% [==================================================== ] 4412/5177 85% [==================================================== ] 4413/5177 85% [==================================================== ] 4414/5177 85% [==================================================== ] 4415/5177 85% [==================================================== ] 4416/5177 85% [==================================================== ] 4417/5177 85% [==================================================== ] 4418/5177 85% [==================================================== ] 4419/5177 85% [==================================================== ] 4420/5177 85% [==================================================== ] 4421/5177 85% [==================================================== ] 4422/5177 85% [==================================================== ] 4423/5177 85% [==================================================== ] 4424/5177 85% [==================================================== ] 4425/5177 85% [===================================================== ] 4426/5177 85% [===================================================== ] 4427/5177 85% [===================================================== ] 4428/5177 85% [===================================================== ] 4429/5177 85% [===================================================== ] 4430/5177 85% [===================================================== ] 4431/5177 85% [===================================================== ] 4432/5177 85% [===================================================== ] 4433/5177 85% [===================================================== ] 4434/5177 85% [===================================================== ] 4435/5177 85% [===================================================== ] 4436/5177 85% [===================================================== ] 4437/5177 85% [===================================================== ] 4438/5177 85% [===================================================== ] 4439/5177 85% [===================================================== ] 4440/5177 85% [===================================================== ] 4441/5177 85% [===================================================== ] 4442/5177 85% [===================================================== ] 4443/5177 85% [===================================================== ] 4444/5177 85% [===================================================== ] 4445/5177 85% [===================================================== ] 4446/5177 85% [===================================================== ] 4447/5177 85% [===================================================== ] 4448/5177 85% [===================================================== ] 4449/5177 85% [===================================================== ] 4450/5177 85% [===================================================== ] 4451/5177 85% [===================================================== ] 4452/5177 85% [===================================================== ] 4453/5177 86% [===================================================== ] 4454/5177 86% [===================================================== ] 4455/5177 86% [===================================================== ] 4456/5177 86% [===================================================== ] 4457/5177 86% [===================================================== ] 4458/5177 86% [===================================================== ] 4459/5177 86% [===================================================== ] 4460/5177 86% [===================================================== ] 4461/5177 86% [===================================================== ] 4462/5177 86% [===================================================== ] 4463/5177 86% [===================================================== ] 4464/5177 86% [===================================================== ] 4465/5177 86% [===================================================== ] 4466/5177 86% [===================================================== ] 4467/5177 86% [===================================================== ] 4468/5177 86% [===================================================== ] 4469/5177 86% [===================================================== ] 4470/5177 86% [===================================================== ] 4471/5177 86% [===================================================== ] 4472/5177 86% [===================================================== ] 4473/5177 86% [===================================================== ] 4474/5177 86% [===================================================== ] 4475/5177 86% [===================================================== ] 4476/5177 86% [===================================================== ] 4477/5177 86% [===================================================== ] 4478/5177 86% [===================================================== ] 4479/5177 86% [===================================================== ] 4480/5177 86% [===================================================== ] 4481/5177 86% [===================================================== ] 4482/5177 86% [===================================================== ] 4483/5177 86% [===================================================== ] 4484/5177 86% [===================================================== ] 4485/5177 86% [===================================================== ] 4486/5177 86% [===================================================== ] 4487/5177 86% [===================================================== ] 4488/5177 86% [===================================================== ] 4489/5177 86% [===================================================== ] 4490/5177 86% [===================================================== ] 4491/5177 86% [===================================================== ] 4492/5177 86% [===================================================== ] 4493/5177 86% [===================================================== ] 4494/5177 86% [===================================================== ] 4495/5177 86% [===================================================== ] 4496/5177 86% [===================================================== ] 4497/5177 86% [===================================================== ] 4498/5177 86% [===================================================== ] 4499/5177 86% [===================================================== ] 4500/5177 86% [===================================================== ] 4501/5177 86% [===================================================== ] 4502/5177 86% [===================================================== ] 4503/5177 86% [===================================================== ] 4504/5177 87% [===================================================== ] 4505/5177 87% [===================================================== ] 4506/5177 87% [===================================================== ] 4507/5177 87% [===================================================== ] 4508/5177 87% [====================================================== ] 4509/5177 87% [====================================================== ] 4510/5177 87% [====================================================== ] 4511/5177 87% [====================================================== ] 4512/5177 87% [====================================================== ] 4513/5177 87% [====================================================== ] 4514/5177 87% [====================================================== ] 4515/5177 87% [====================================================== ] 4516/5177 87% [====================================================== ] 4517/5177 87% [====================================================== ] 4518/5177 87% [====================================================== ] 4519/5177 87% [====================================================== ] 4520/5177 87% [====================================================== ] 4521/5177 87% [====================================================== ] 4522/5177 87% [====================================================== ] 4523/5177 87% [====================================================== ] 4524/5177 87% [====================================================== ] 4525/5177 87% [====================================================== ] 4526/5177 87% [====================================================== ] 4527/5177 87% [====================================================== ] 4528/5177 87% [====================================================== ] 4529/5177 87% [====================================================== ] 4530/5177 87% [====================================================== ] 4531/5177 87% [====================================================== ] 4532/5177 87% [====================================================== ] 4533/5177 87% [====================================================== ] 4534/5177 87% [====================================================== ] 4535/5177 87% [====================================================== ] 4536/5177 87% [====================================================== ] 4537/5177 87% [====================================================== ] 4538/5177 87% [====================================================== ] 4539/5177 87% [====================================================== ] 4540/5177 87% [====================================================== ] 4541/5177 87% [====================================================== ] 4542/5177 87% [====================================================== ] 4543/5177 87% [====================================================== ] 4544/5177 87% [====================================================== ] 4545/5177 87% [====================================================== ] 4546/5177 87% [====================================================== ] 4547/5177 87% [====================================================== ] 4548/5177 87% [====================================================== ] 4549/5177 87% [====================================================== ] 4550/5177 87% [====================================================== ] 4551/5177 87% [====================================================== ] 4552/5177 87% [====================================================== ] 4553/5177 87% [====================================================== ] 4554/5177 87% [====================================================== ] 4555/5177 87% [====================================================== ] 4556/5177 88% [====================================================== ] 4557/5177 88% [====================================================== ] 4558/5177 88% [====================================================== ] 4559/5177 88% [====================================================== ] 4560/5177 88% [====================================================== ] 4561/5177 88% [====================================================== ] 4562/5177 88% [====================================================== ] 4563/5177 88% [====================================================== ] 4564/5177 88% [====================================================== ] 4565/5177 88% [====================================================== ] 4566/5177 88% [====================================================== ] 4567/5177 88% [====================================================== ] 4568/5177 88% [====================================================== ] 4569/5177 88% [====================================================== ] 4570/5177 88% [====================================================== ] 4571/5177 88% [====================================================== ] 4572/5177 88% [====================================================== ] 4573/5177 88% [====================================================== ] 4574/5177 88% [====================================================== ] 4575/5177 88% [====================================================== ] 4576/5177 88% [====================================================== ] 4577/5177 88% [====================================================== ] 4578/5177 88% [====================================================== ] 4579/5177 88% [====================================================== ] 4580/5177 88% [====================================================== ] 4581/5177 88% [====================================================== ] 4582/5177 88% [====================================================== ] 4583/5177 88% [====================================================== ] 4584/5177 88% [====================================================== ] 4585/5177 88% [====================================================== ] 4586/5177 88% [====================================================== ] 4587/5177 88% [====================================================== ] 4588/5177 88% [====================================================== ] 4589/5177 88% [====================================================== ] 4590/5177 88% [====================================================== ] 4591/5177 88% [====================================================== ] 4592/5177 88% [======================================================= ] 4593/5177 88% [======================================================= ] 4594/5177 88% [======================================================= ] 4595/5177 88% [======================================================= ] 4596/5177 88% [======================================================= ] 4597/5177 88% [======================================================= ] 4598/5177 88% [======================================================= ] 4599/5177 88% [======================================================= ] 4600/5177 88% [======================================================= ] 4601/5177 88% [======================================================= ] 4602/5177 88% [======================================================= ] 4603/5177 88% [======================================================= ] 4604/5177 88% [======================================================= ] 4605/5177 88% [======================================================= ] 4606/5177 88% [======================================================= ] 4607/5177 88% [======================================================= ] 4608/5177 89% [======================================================= ] 4609/5177 89% [======================================================= ] 4610/5177 89% [======================================================= ] 4611/5177 89% [======================================================= ] 4612/5177 89% [======================================================= ] 4613/5177 89% [======================================================= ] 4614/5177 89% [======================================================= ] 4615/5177 89% [======================================================= ] 4616/5177 89% [======================================================= ] 4617/5177 89% [======================================================= ] 4618/5177 89% [======================================================= ] 4619/5177 89% [======================================================= ] 4620/5177 89% [======================================================= ] 4621/5177 89% [======================================================= ] 4622/5177 89% [======================================================= ] 4623/5177 89% [======================================================= ] 4624/5177 89% [======================================================= ] 4625/5177 89% [======================================================= ] 4626/5177 89% [======================================================= ] 4627/5177 89% [======================================================= ] 4628/5177 89% [======================================================= ] 4629/5177 89% [======================================================= ] 4630/5177 89% [======================================================= ] 4631/5177 89% [======================================================= ] 4632/5177 89% [======================================================= ] 4633/5177 89% [======================================================= ] 4634/5177 89% [======================================================= ] 4635/5177 89% [======================================================= ] 4636/5177 89% [======================================================= ] 4637/5177 89% [======================================================= ] 4638/5177 89% [======================================================= ] 4639/5177 89% [======================================================= ] 4640/5177 89% [======================================================= ] 4641/5177 89% [======================================================= ] 4642/5177 89% [======================================================= ] 4643/5177 89% [======================================================= ] 4644/5177 89% [======================================================= ] 4645/5177 89% [======================================================= ] 4646/5177 89% [======================================================= ] 4647/5177 89% [======================================================= ] 4648/5177 89% [======================================================= ] 4649/5177 89% [======================================================= ] 4650/5177 89% [======================================================= ] 4651/5177 89% [======================================================= ] 4652/5177 89% [======================================================= ] 4653/5177 89% [======================================================= ] 4654/5177 89% [======================================================= ] 4655/5177 89% [======================================================= ] 4656/5177 89% [======================================================= ] 4657/5177 89% [======================================================= ] 4658/5177 89% [======================================================= ] 4659/5177 89% [======================================================= ] 4660/5177 90% [======================================================= ] 4661/5177 90% [======================================================= ] 4662/5177 90% [======================================================= ] 4663/5177 90% [======================================================= ] 4664/5177 90% [======================================================= ] 4665/5177 90% [======================================================= ] 4666/5177 90% [======================================================= ] 4667/5177 90% [======================================================= ] 4668/5177 90% [======================================================= ] 4669/5177 90% [======================================================= ] 4670/5177 90% [======================================================= ] 4671/5177 90% [======================================================= ] 4672/5177 90% [======================================================= ] 4673/5177 90% [======================================================= ] 4674/5177 90% [======================================================= ] 4675/5177 90% [======================================================== ] 4676/5177 90% [======================================================== ] 4677/5177 90% [======================================================== ] 4678/5177 90% [======================================================== ] 4679/5177 90% [======================================================== ] 4680/5177 90% [======================================================== ] 4681/5177 90% [======================================================== ] 4682/5177 90% [======================================================== ] 4683/5177 90% [======================================================== ] 4684/5177 90% [======================================================== ] 4685/5177 90% [======================================================== ] 4686/5177 90% [======================================================== ] 4687/5177 90% [======================================================== ] 4688/5177 90% [======================================================== ] 4689/5177 90% [======================================================== ] 4690/5177 90% [======================================================== ] 4691/5177 90% [======================================================== ] 4692/5177 90% [======================================================== ] 4693/5177 90% [======================================================== ] 4694/5177 90% [======================================================== ] 4695/5177 90% [======================================================== ] 4696/5177 90% [======================================================== ] 4697/5177 90% [======================================================== ] 4698/5177 90% [======================================================== ] 4699/5177 90% [======================================================== ] 4700/5177 90% [======================================================== ] 4701/5177 90% [======================================================== ] 4702/5177 90% [======================================================== ] 4703/5177 90% [======================================================== ] 4704/5177 90% [======================================================== ] 4705/5177 90% [======================================================== ] 4706/5177 90% [======================================================== ] 4707/5177 90% [======================================================== ] 4708/5177 90% [======================================================== ] 4709/5177 90% [======================================================== ] 4710/5177 90% [======================================================== ] 4711/5177 90% [======================================================== ] 4712/5177 91% [======================================================== ] 4713/5177 91% [======================================================== ] 4714/5177 91% [======================================================== ] 4715/5177 91% [======================================================== ] 4716/5177 91% [======================================================== ] 4717/5177 91% [======================================================== ] 4718/5177 91% [======================================================== ] 4719/5177 91% [======================================================== ] 4720/5177 91% [======================================================== ] 4721/5177 91% [======================================================== ] 4722/5177 91% [======================================================== ] 4723/5177 91% [======================================================== ] 4724/5177 91% [======================================================== ] 4725/5177 91% [======================================================== ] 4726/5177 91% [======================================================== ] 4727/5177 91% [======================================================== ] 4728/5177 91% [======================================================== ] 4729/5177 91% [======================================================== ] 4730/5177 91% [======================================================== ] 4731/5177 91% [======================================================== ] 4732/5177 91% [======================================================== ] 4733/5177 91% [======================================================== ] 4734/5177 91% [======================================================== ] 4735/5177 91% [======================================================== ] 4736/5177 91% [======================================================== ] 4737/5177 91% [======================================================== ] 4738/5177 91% [======================================================== ] 4739/5177 91% [======================================================== ] 4740/5177 91% [======================================================== ] 4741/5177 91% [======================================================== ] 4742/5177 91% [======================================================== ] 4743/5177 91% [======================================================== ] 4744/5177 91% [======================================================== ] 4745/5177 91% [======================================================== ] 4746/5177 91% [======================================================== ] 4747/5177 91% [======================================================== ] 4748/5177 91% [======================================================== ] 4749/5177 91% [======================================================== ] 4750/5177 91% [======================================================== ] 4751/5177 91% [======================================================== ] 4752/5177 91% [======================================================== ] 4753/5177 91% [======================================================== ] 4754/5177 91% [======================================================== ] 4755/5177 91% [======================================================== ] 4756/5177 91% [======================================================== ] 4757/5177 91% [======================================================== ] 4758/5177 91% [======================================================== ] 4759/5177 91% [========================================================= ] 4760/5177 91% [========================================================= ] 4761/5177 91% [========================================================= ] 4762/5177 91% [========================================================= ] 4763/5177 92% [========================================================= ] 4764/5177 92% [========================================================= ] 4765/5177 92% [========================================================= ] 4766/5177 92% [========================================================= ] 4767/5177 92% [========================================================= ] 4768/5177 92% [========================================================= ] 4769/5177 92% [========================================================= ] 4770/5177 92% [========================================================= ] 4771/5177 92% [========================================================= ] 4772/5177 92% [========================================================= ] 4773/5177 92% [========================================================= ] 4774/5177 92% [========================================================= ] 4775/5177 92% [========================================================= ] 4776/5177 92% [========================================================= ] 4777/5177 92% [========================================================= ] 4778/5177 92% [========================================================= ] 4779/5177 92% [========================================================= ] 4780/5177 92% [========================================================= ] 4781/5177 92% [========================================================= ] 4782/5177 92% [========================================================= ] 4783/5177 92% [========================================================= ] 4784/5177 92% [========================================================= ] 4785/5177 92% [========================================================= ] 4786/5177 92% [========================================================= ] 4787/5177 92% [========================================================= ] 4788/5177 92% [========================================================= ] 4789/5177 92% [========================================================= ] 4790/5177 92% [========================================================= ] 4791/5177 92% [========================================================= ] 4792/5177 92% [========================================================= ] 4793/5177 92% [========================================================= ] 4794/5177 92% [========================================================= ] 4795/5177 92% [========================================================= ] 4796/5177 92% [========================================================= ] 4797/5177 92% [========================================================= ] 4798/5177 92% [========================================================= ] 4799/5177 92% [========================================================= ] 4800/5177 92% [========================================================= ] 4801/5177 92% [========================================================= ] 4802/5177 92% [========================================================= ] 4803/5177 92% [========================================================= ] 4804/5177 92% [========================================================= ] 4805/5177 92% [========================================================= ] 4806/5177 92% [========================================================= ] 4807/5177 92% [========================================================= ] 4808/5177 92% [========================================================= ] 4809/5177 92% [========================================================= ] 4810/5177 92% [========================================================= ] 4811/5177 92% [========================================================= ] 4812/5177 92% [========================================================= ] 4813/5177 92% [========================================================= ] 4814/5177 92% [========================================================= ] 4815/5177 93% [========================================================= ] 4816/5177 93% [========================================================= ] 4817/5177 93% [========================================================= ] 4818/5177 93% [========================================================= ] 4819/5177 93% [========================================================= ] 4820/5177 93% [========================================================= ] 4821/5177 93% [========================================================= ] 4822/5177 93% [========================================================= ] 4823/5177 93% [========================================================= ] 4824/5177 93% [========================================================= ] 4825/5177 93% [========================================================= ] 4826/5177 93% [========================================================= ] 4827/5177 93% [========================================================= ] 4828/5177 93% [========================================================= ] 4829/5177 93% [========================================================= ] 4830/5177 93% [========================================================= ] 4831/5177 93% [========================================================= ] 4832/5177 93% [========================================================= ] 4833/5177 93% [========================================================= ] 4834/5177 93% [========================================================= ] 4835/5177 93% [========================================================= ] 4836/5177 93% [========================================================= ] 4837/5177 93% [========================================================= ] 4838/5177 93% [========================================================= ] 4839/5177 93% [========================================================= ] 4840/5177 93% [========================================================= ] 4841/5177 93% [========================================================= ] 4842/5177 93% [========================================================== ] 4843/5177 93% [========================================================== ] 4844/5177 93% [========================================================== ] 4845/5177 93% [========================================================== ] 4846/5177 93% [========================================================== ] 4847/5177 93% [========================================================== ] 4848/5177 93% [========================================================== ] 4849/5177 93% [========================================================== ] 4850/5177 93% [========================================================== ] 4851/5177 93% [========================================================== ] 4852/5177 93% [========================================================== ] 4853/5177 93% [========================================================== ] 4854/5177 93% [========================================================== ] 4855/5177 93% [========================================================== ] 4856/5177 93% [========================================================== ] 4857/5177 93% [========================================================== ] 4858/5177 93% [========================================================== ] 4859/5177 93% [========================================================== ] 4860/5177 93% [========================================================== ] 4861/5177 93% [========================================================== ] 4862/5177 93% [========================================================== ] 4863/5177 93% [========================================================== ] 4864/5177 93% [========================================================== ] 4865/5177 93% [========================================================== ] 4866/5177 93% [========================================================== ] 4867/5177 94% [========================================================== ] 4868/5177 94% [========================================================== ] 4869/5177 94% [========================================================== ] 4870/5177 94% [========================================================== ] 4871/5177 94% [========================================================== ] 4872/5177 94% [========================================================== ] 4873/5177 94% [========================================================== ] 4874/5177 94% [========================================================== ] 4875/5177 94% [========================================================== ] 4876/5177 94% [========================================================== ] 4877/5177 94% [========================================================== ] 4878/5177 94% [========================================================== ] 4879/5177 94% [========================================================== ] 4880/5177 94% [========================================================== ] 4881/5177 94% [========================================================== ] 4882/5177 94% [========================================================== ] 4883/5177 94% [========================================================== ] 4884/5177 94% [========================================================== ] 4885/5177 94% [========================================================== ] 4886/5177 94% [========================================================== ] 4887/5177 94% [========================================================== ] 4888/5177 94% [========================================================== ] 4889/5177 94% [========================================================== ] 4890/5177 94% [========================================================== ] 4891/5177 94% [========================================================== ] 4892/5177 94% [========================================================== ] 4893/5177 94% [========================================================== ] 4894/5177 94% [========================================================== ] 4895/5177 94% [========================================================== ] 4896/5177 94% [========================================================== ] 4897/5177 94% [========================================================== ] 4898/5177 94% [========================================================== ] 4899/5177 94% [========================================================== ] 4900/5177 94% [========================================================== ] 4901/5177 94% [========================================================== ] 4902/5177 94% [========================================================== ] 4903/5177 94% [========================================================== ] 4904/5177 94% [========================================================== ] 4905/5177 94% [========================================================== ] 4906/5177 94% [========================================================== ] 4907/5177 94% [========================================================== ] 4908/5177 94% [========================================================== ] 4909/5177 94% [========================================================== ] 4910/5177 94% [========================================================== ] 4911/5177 94% [========================================================== ] 4912/5177 94% [========================================================== ] 4913/5177 94% [========================================================== ] 4914/5177 94% [========================================================== ] 4915/5177 94% [========================================================== ] 4916/5177 94% [========================================================== ] 4917/5177 94% [========================================================== ] 4918/5177 94% [========================================================== ] 4919/5177 95% [========================================================== ] 4920/5177 95% [========================================================== ] 4921/5177 95% [========================================================== ] 4922/5177 95% [========================================================== ] 4923/5177 95% [========================================================== ] 4924/5177 95% [========================================================== ] 4925/5177 95% [========================================================== ] 4926/5177 95% [=========================================================== ] 4927/5177 95% [=========================================================== ] 4928/5177 95% [=========================================================== ] 4929/5177 95% [=========================================================== ] 4930/5177 95% [=========================================================== ] 4931/5177 95% [=========================================================== ] 4932/5177 95% [=========================================================== ] 4933/5177 95% [=========================================================== ] 4934/5177 95% [=========================================================== ] 4935/5177 95% [=========================================================== ] 4936/5177 95% [=========================================================== ] 4937/5177 95% [=========================================================== ] 4938/5177 95% [=========================================================== ] 4939/5177 95% [=========================================================== ] 4940/5177 95% [=========================================================== ] 4941/5177 95% [=========================================================== ] 4942/5177 95% [=========================================================== ] 4943/5177 95% [=========================================================== ] 4944/5177 95% [=========================================================== ] 4945/5177 95% [=========================================================== ] 4946/5177 95% [=========================================================== ] 4947/5177 95% [=========================================================== ] 4948/5177 95% [=========================================================== ] 4949/5177 95% [=========================================================== ] 4950/5177 95% [=========================================================== ] 4951/5177 95% [=========================================================== ] 4952/5177 95% [=========================================================== ] 4953/5177 95% [=========================================================== ] 4954/5177 95% [=========================================================== ] 4955/5177 95% [=========================================================== ] 4956/5177 95% [=========================================================== ] 4957/5177 95% [=========================================================== ] 4958/5177 95% [=========================================================== ] 4959/5177 95% [=========================================================== ] 4960/5177 95% [=========================================================== ] 4961/5177 95% [=========================================================== ] 4962/5177 95% [=========================================================== ] 4963/5177 95% [=========================================================== ] 4964/5177 95% [=========================================================== ] 4965/5177 95% [=========================================================== ] 4966/5177 95% [=========================================================== ] 4967/5177 95% [=========================================================== ] 4968/5177 95% [=========================================================== ] 4969/5177 95% [=========================================================== ] 4970/5177 96% [=========================================================== ] 4971/5177 96% [=========================================================== ] 4972/5177 96% [=========================================================== ] 4973/5177 96% [=========================================================== ] 4974/5177 96% [=========================================================== ] 4975/5177 96% [=========================================================== ] 4976/5177 96% [=========================================================== ] 4977/5177 96% [=========================================================== ] 4978/5177 96% [=========================================================== ] 4979/5177 96% [=========================================================== ] 4980/5177 96% [=========================================================== ] 4981/5177 96% [=========================================================== ] 4982/5177 96% [=========================================================== ] 4983/5177 96% [=========================================================== ] 4984/5177 96% [=========================================================== ] 4985/5177 96% [=========================================================== ] 4986/5177 96% [=========================================================== ] 4987/5177 96% [=========================================================== ] 4988/5177 96% [=========================================================== ] 4989/5177 96% [=========================================================== ] 4990/5177 96% [=========================================================== ] 4991/5177 96% [=========================================================== ] 4992/5177 96% [=========================================================== ] 4993/5177 96% [=========================================================== ] 4994/5177 96% [=========================================================== ] 4995/5177 96% [=========================================================== ] 4996/5177 96% [=========================================================== ] 4997/5177 96% [=========================================================== ] 4998/5177 96% [=========================================================== ] 4999/5177 96% [=========================================================== ] 5000/5177 96% [=========================================================== ] 5001/5177 96% [=========================================================== ] 5002/5177 96% [=========================================================== ] 5003/5177 96% [=========================================================== ] 5004/5177 96% [=========================================================== ] 5005/5177 96% [=========================================================== ] 5006/5177 96% [=========================================================== ] 5007/5177 96% [=========================================================== ] 5008/5177 96% [=========================================================== ] 5009/5177 96% [============================================================ ] 5010/5177 96% [============================================================ ] 5011/5177 96% [============================================================ ] 5012/5177 96% [============================================================ ] 5013/5177 96% [============================================================ ] 5014/5177 96% [============================================================ ] 5015/5177 96% [============================================================ ] 5016/5177 96% [============================================================ ] 5017/5177 96% [============================================================ ] 5018/5177 96% [============================================================ ] 5019/5177 96% [============================================================ ] 5020/5177 96% [============================================================ ] 5021/5177 96% [============================================================ ] 5022/5177 97% [============================================================ ] 5023/5177 97% [============================================================ ] 5024/5177 97% [============================================================ ] 5025/5177 97% [============================================================ ] 5026/5177 97% [============================================================ ] 5027/5177 97% [============================================================ ] 5028/5177 97% [============================================================ ] 5029/5177 97% [============================================================ ] 5030/5177 97% [============================================================ ] 5031/5177 97% [============================================================ ] 5032/5177 97% [============================================================ ] 5033/5177 97% [============================================================ ] 5034/5177 97% [============================================================ ] 5035/5177 97% [============================================================ ] 5036/5177 97% [============================================================ ] 5037/5177 97% [============================================================ ] 5038/5177 97% [============================================================ ] 5039/5177 97% [============================================================ ] 5040/5177 97% [============================================================ ] 5041/5177 97% [============================================================ ] 5042/5177 97% [============================================================ ] 5043/5177 97% [============================================================ ] 5044/5177 97% [============================================================ ] 5045/5177 97% [============================================================ ] 5046/5177 97% [============================================================ ] 5047/5177 97% [============================================================ ] 5048/5177 97% [============================================================ ] 5049/5177 97% [============================================================ ] 5050/5177 97% [============================================================ ] 5051/5177 97% [============================================================ ] 5052/5177 97% [============================================================ ] 5053/5177 97% [============================================================ ] 5054/5177 97% [============================================================ ] 5055/5177 97% [============================================================ ] 5056/5177 97% [============================================================ ] 5057/5177 97% [============================================================ ] 5058/5177 97% [============================================================ ] 5059/5177 97% [============================================================ ] 5060/5177 97% [============================================================ ] 5061/5177 97% [============================================================ ] 5062/5177 97% [============================================================ ] 5063/5177 97% [============================================================ ] 5064/5177 97% [============================================================ ] 5065/5177 97% [============================================================ ] 5066/5177 97% [============================================================ ] 5067/5177 97% [============================================================ ] 5068/5177 97% [============================================================ ] 5069/5177 97% [============================================================ ] 5070/5177 97% [============================================================ ] 5071/5177 97% [============================================================ ] 5072/5177 97% [============================================================ ] 5073/5177 97% [============================================================ ] 5074/5177 98% [============================================================ ] 5075/5177 98% [============================================================ ] 5076/5177 98% [============================================================ ] 5077/5177 98% [============================================================ ] 5078/5177 98% [============================================================ ] 5079/5177 98% [============================================================ ] 5080/5177 98% [============================================================ ] 5081/5177 98% [============================================================ ] 5082/5177 98% [============================================================ ] 5083/5177 98% [============================================================ ] 5084/5177 98% [============================================================ ] 5085/5177 98% [============================================================ ] 5086/5177 98% [============================================================ ] 5087/5177 98% [============================================================ ] 5088/5177 98% [============================================================ ] 5089/5177 98% [============================================================ ] 5090/5177 98% [============================================================ ] 5091/5177 98% [============================================================ ] 5092/5177 98% [============================================================ ] 5093/5177 98% [============================================================= ] 5094/5177 98% [============================================================= ] 5095/5177 98% [============================================================= ] 5096/5177 98% [============================================================= ] 5097/5177 98% [============================================================= ] 5098/5177 98% [============================================================= ] 5099/5177 98% [============================================================= ] 5100/5177 98% [============================================================= ] 5101/5177 98% [============================================================= ] 5102/5177 98% [============================================================= ] 5103/5177 98% [============================================================= ] 5104/5177 98% [============================================================= ] 5105/5177 98% [============================================================= ] 5106/5177 98% [============================================================= ] 5107/5177 98% [============================================================= ] 5108/5177 98% [============================================================= ] 5109/5177 98% [============================================================= ] 5110/5177 98% [============================================================= ] 5111/5177 98% [============================================================= ] 5112/5177 98% [============================================================= ] 5113/5177 98% [============================================================= ] 5114/5177 98% [============================================================= ] 5115/5177 98% [============================================================= ] 5116/5177 98% [============================================================= ] 5117/5177 98% [============================================================= ] 5118/5177 98% [============================================================= ] 5119/5177 98% [============================================================= ] 5120/5177 98% [============================================================= ] 5121/5177 98% [============================================================= ] 5122/5177 98% [============================================================= ] 5123/5177 98% [============================================================= ] 5124/5177 98% [============================================================= ] 5125/5177 98% [============================================================= ] 5126/5177 99% [============================================================= ] 5127/5177 99% [============================================================= ] 5128/5177 99% [============================================================= ] 5129/5177 99% [============================================================= ] 5130/5177 99% [============================================================= ] 5131/5177 99% [============================================================= ] 5132/5177 99% [============================================================= ] 5133/5177 99% [============================================================= ] 5134/5177 99% [============================================================= ] 5135/5177 99% [============================================================= ] 5136/5177 99% [============================================================= ] 5137/5177 99% [============================================================= ] 5138/5177 99% [============================================================= ] 5139/5177 99% [============================================================= ] 5140/5177 99% [============================================================= ] 5141/5177 99% [============================================================= ] 5142/5177 99% [============================================================= ] 5143/5177 99% [============================================================= ] 5144/5177 99% [============================================================= ] 5145/5177 99% [============================================================= ] 5146/5177 99% [============================================================= ] 5147/5177 99% [============================================================= ] 5148/5177 99% [============================================================= ] 5149/5177 99% [============================================================= ] 5150/5177 99% [============================================================= ] 5151/5177 99% [============================================================= ] 5152/5177 99% [============================================================= ] 5153/5177 99% [============================================================= ] 5154/5177 99% [============================================================= ] 5155/5177 99% [============================================================= ] 5156/5177 99% [============================================================= ] 5157/5177 99% [============================================================= ] 5158/5177 99% [============================================================= ] 5159/5177 99% [============================================================= ] 5160/5177 99% [============================================================= ] 5161/5177 99% [============================================================= ] 5162/5177 99% [============================================================= ] 5163/5177 99% [============================================================= ] 5164/5177 99% [============================================================= ] 5165/5177 99% [============================================================= ] 5166/5177 99% [============================================================= ] 5167/5177 99% [============================================================= ] 5168/5177 99% [============================================================= ] 5169/5177 99% [============================================================= ] 5170/5177 99% [============================================================= ] 5171/5177 99% [============================================================= ] 5172/5177 99% [============================================================= ] 5173/5177 99% [============================================================= ] 5174/5177 99% [============================================================= ] 5175/5177 99% [============================================================= ] 5176/5177 99% [==============================================================] 5177/5177 100% operation complete, 5177 objects in 86338 NAND pages. ln -snf /home/autobuild/autobuild/instance-2/output-1/host/mipsel-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-2/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-2/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-2/buildroot' >>> Buildroot 2023.02-168-ga45f2af7fa Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-81-g4f4d7a13edfd2fdc57c9d76e1fd6d017fb47550c Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.1.14 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> angularjs 1.8.2 Collecting legal info angular.js: OK (sha256: 237656fae6e39d02cd71cbcfbf91b7964eba5796aafca1bfcfff3b054ce3fed6) >>> argus 3.0.8.2 Collecting legal info README: OK (sha256: c68221f7207486bfce863fada4ba9b2aaf4adc9e1c672f965ae98e88143e5f16) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libpcap 1.10.3 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> 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) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> babeld 1.9.2 Collecting legal info LICENCE: OK (sha256: b415c41292cedef6c97b243609e50552887c29343566c639f23282d31efd2afd) >>> host-babeltrace2 2.0.4 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) lgpl-2.1.txt: OK (sha256: c68fd1ffc1623ea0dace21abf57305818e4998a4ae0c79010aaaa943eb660b55) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: d919c6347409efde6dea63c6f349fb06bc060a2b721fc3df07b5f720b5f1d60e) >>> host-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.10 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.2 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> 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-bootgen xilinx_v2022.2 Collecting legal info LICENSE: OK (sha256: 4da5f5eff0592e5d275f1871faf9e9a4fc0f6346027bfb777fa59d0aa6a59aa3) >>> busybox 1.36.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> civetweb 1.15 Collecting legal info LICENSE.md: OK (sha256: 24d3d2aee56ae3cddcdf3392c1250877818108314233cf15f2bc9eb3ac298934) >>> lua 5.1.5 Collecting legal info COPYRIGHT: OK (sha256: ee5e3e82af1e1b543c4f216e399d7c8cfee797711913f349e385101c4ae60a79) >>> linenoise 97d2850af13c339369093b78abe5265845d78220 Collecting legal info LICENSE: OK (sha256: efe1692aa5b869edaa0ac88f95eb0276c1125304ffc636a299db3ebbab47f62b) >>> openssl Collecting legal info >>> libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> coremark-pro 1.1.2743 Collecting legal info LICENSE.md: OK (sha256: 0d7775bd793ea71fef3594c18164a08ed2f5f66c898958d0644f7a236a536f2b) >>> perl 5.36.0 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 06bab256e2e039c59d2ca3c5853425317b4a0f251fe4e5d5201a987b11fc4f78) >>> cpulimit 0.2 Collecting legal info LICENSE: OK (sha256: 920489ca9da706d842870701155e70a101315ba0783cff39765d7e15e0916a4a) >>> host-dbus-python 1.2.18 Collecting legal info COPYING: OK (sha256: 1e4562245383fdb5203b1769789e5b28bba21af4923aea7e8b2614f7f93623c0) dbus-gmain/COPYING: OK (sha256: 064523e3ab64d6f03904132b2cc4a1bd8500586edb4cd050c2ff2b96aed4c33b) >>> host-dbus 1.12.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> dbus 1.12.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> dmalloc 5.6.5 Collecting legal info LICENSE.txt: OK (sha256: 8657f6bc5ebb765dd792b2c3c54d5dc37b8b4e6bbe8aa48d464fd92081b1e720) >>> dt 18.32 Collecting legal info LICENSE: OK (sha256: 49f47f20de4b44dc3505ed0cc55bfbfe0fc3e41956ab546f1eeedcf554def54c) >>> dvbsnoop 1.4.50 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> enet 1.3.17 Collecting legal info LICENSE: OK (sha256: 77f94e3be39938801163844b8bf9a4f12badcc0da136e9886e7da14a816d74d3) >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> host-faketime 0.9.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> flashrom 1.2.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> font-awesome 4.7.0 Collecting legal info >>> genpart 1.0.2 Collecting legal info >>> geoip 1.6.12 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> getent Collecting legal info >>> git 2.40.0 Collecting legal info COPYING: OK (sha256: 5b2198d1645f767585e8a88ac0499b04472164c0d2da22e75ecf97ef443ab32e) LGPL-2.1: OK (sha256: 1922f45d2c49e390032c9c0ba6d7cac904087f7cec51af30c2b2ad022ce0e76a) >>> hwdata 0.365 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> initscripts Collecting legal info >>> iozone 3.493 Collecting legal info >>> iw 5.19 Collecting legal info COPYING: OK (sha256: 5932fb70481e128940168a5fdf133e6454293c0865c7e757874b235cb6daa2af) >>> janet 1.26.0 Collecting legal info LICENSE: OK (sha256: 95fca700e8dce9699248e7cc80ac88ce2357874c8352cd2be4d18f183dc9710b) >>> jpeg-turbo 2.1.4 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> jpeg Collecting legal info >>> host-jq a17dd3248a666d01be75f6b16be37e80e20b0954 Collecting legal info COPYING: OK (sha256: c8437d414ca5b394718784c3bf5bdff7f01fee417625fabf1fb722ca263037da) >>> jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> libargtable2 2.13 Collecting legal info COPYING: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) >>> libcdio 2.1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libgpg-error 1.46 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libiio 0.24 Collecting legal info COPYING.txt: OK (sha256: 102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b) >>> liboping 1.10.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libsepol 3.3 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libsysfs 2.1.1 Collecting legal info cmd/GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lib/LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> libunibreak 5.1 Collecting legal info LICENCE: OK (sha256: 0c57e2ec42ece17791a75d2f9b2f8e0663181be008667a507f765b3ef22522db) >>> libxkbcommon 1.4.0 Collecting legal info LICENSE: OK (sha256: 086caee279449369d41c1157911ec7696e707b93feba7280de757d3c470b2dfb) >>> links 2.26 Collecting legal info COPYING: OK (sha256: 92deeb70791366630095d4e0714fe37d6e2bd5db0e6ef498ebb8de328f45b253) >>> xz 5.2.10 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> luainterpreter Collecting legal info >>> mbedtls 2.28.2 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> mini-snmpd 1.6 Collecting legal info COPYING: OK (sha256: 8a43b895972a24567297f44f35dab0f5f9ed3b7db6dac0bf6094075b27ab9d56) >>> mobile-broadband-provider-info 20221107 Collecting legal info COPYING: OK (sha256: 3d510b215a33087b9ceb9592da21575ea1f9f98bd4d983a38e65fe851a552174) >>> host-libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-mtools 4.0.42 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> mxml 3.3.1 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) NOTICE: OK (sha256: 7dedb0043b0bbed7880bcc9724b3a3dae4d5ab2dce98a7904703109572b626e3) >>> host-nodejs 16.18.1 Collecting legal info LICENSE: OK (sha256: 0bec08634ba79b5404f6b7f92ea850f3c2a06e27e6f83f2267e4f5e55ae33334) >>> host-icu 70-1 Collecting legal info LICENSE: OK (sha256: 861671f8c712aa046f8f5ac89239e6c33821636516c5d0cc8c4e1973085f27a6) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> perl-encode-locale 1.05 Collecting legal info README: OK (sha256: edfeacafbed5a0f2c4a2a3db3fb0274a7f210768d01c853c60b7feac841c83c8) >>> host-perl 5.36.0 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 06bab256e2e039c59d2ca3c5853425317b4a0f251fe4e5d5201a987b11fc4f78) >>> perl-exporter-tiny 1.006000 Collecting legal info LICENSE: OK (sha256: a4f85c6f4d6e8bdd37b7ab08013e3e3bee1fe8e910e20f8f54d5025ffe40f384) >>> perl-file-listing 6.15 Collecting legal info LICENSE: OK (sha256: 287e6f0fdf2db790a24975b492cde64b210c16af7137f44373cbd03fcf844212) >>> perl-hash-multivalue 0.16 Collecting legal info LICENSE: OK (sha256: af32512e13f6722dab770b989c57556a5e3d29a49b22b8ad5668064db8592401) >>> perl-http-date 6.05 Collecting legal info LICENSE: OK (sha256: 305b71c4d2fd6380585689c5f1c620737a36a318ce0f9c772badce0fe293a44e) >>> perl-image-exiftool 12.50 Collecting legal info README: OK (sha256: 63502bb7fd68b3b8265304d88932f70f1be82751cbc37936d1d62956582310fe) >>> perl-net-snmp 6.0.1 Collecting legal info LICENSE: OK (sha256: a038159be54a2807dc48e2b946514d59fceab6737d5461d93d55297a98e6e24e) >>> host-perl-module-build 0.4232 Collecting legal info LICENSE: OK (sha256: f35ac2cc6b808a38c42c2d230b875217b0a24bb51e5a497ebb630cbb3d806c3e) >>> perl-sub-quote 2.006006 Collecting legal info LICENSE: OK (sha256: 88f4a8719c584d756dcfeebc7f35643066354188bfb57c672fbafcd44e044e9c) >>> perl-timedate 2.33 Collecting legal info README: OK (sha256: e72e67533eb3ddd705ae718898945e2f3bf3702e91e85bb67824575706bd5bf9) >>> perl-xml-sax-base 1.09 Collecting legal info README: OK (sha256: 2a9aae56e13888493523ee9053689627e092aafcf2c5fb06f06df07260f91b42) >>> host-pigz 2.7 Collecting legal info README: OK (sha256: 67e2b9e30e924724a9d72549a6004ed15a041f51d9ea9ab781e048fa27ae07a2) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> pps-tools 1.0.3 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> pv 1.6.20 Collecting legal info doc/COPYING: OK (sha256: 280e182171df3e9bb4a9b407326e88521151fcb8f4f8557255f26177d5900ccf) >>> host-python-greenlet 2.0.2 Collecting legal info LICENSE: OK (sha256: 769831d6e5dfaf2c20802faccff1fafb4c2025dd8f6253dfa47fcad59d4d0979) LICENSE.PSF: OK (sha256: e5ff3c23c110e494cd7d736c10fd96d462457bafeca310840db6527298c7d46b) >>> qcom-db410c-firmware 1034.2.1 Collecting legal info LICENSE: OK (sha256: 11e60ad6f83c2a86e40dca374c24230b53650dd3e0adf2e72c15f8cafedc2e5a) >>> rcw-smarc-sal28 11 Collecting legal info COPYING: OK (sha256: 803c65088eed36a6697ca9f03f4379bbad24e276dc8da7fef5eb4dc4008415a1) >>> reaver 1.6.6 Collecting legal info docs/LICENSE: OK (sha256: bb40cfd5e9ca6e8465ea3c236f3f2293e8300af1bfe87e72fabe482ae6cc995a) >>> s6 2.11.1.2 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> semodule-utils 3.3 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> setserial 2.17 Collecting legal info debian/copyright: OK (sha256: 1d7e810ed28daf370def626dfd4c502f2f77d2b678f1ac72e2ba675dd6f9af0d) >>> sexpect 2.3.14 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> slang 2.3.3 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> sord 0.16.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> spandsp 3.0.0-6ec23e5a7e Collecting legal info COPYING: OK (sha256: 366576cb0b869cd9e95a4882878607314650488ac635e5df0692180382e9666a) >>> tiff 4.5.0 Collecting legal info LICENSE.md: OK (sha256: 0780558a8bfba0af1160ec1ff11ade4f41c0d7deafd6ecfc796b492a788e380d) >>> sredird 2.2.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> stunnel 5.65 Collecting legal info COPYING.md: OK (sha256: f10bcd7ee7b722dce40c9c674761ddb37e7e29a76a6e413e961cd52e361c5d7a) COPYRIGHT.md: OK (sha256: 62f171d4d8b6726df61f18a6bbc0a70f79c4bc2134d837d35c81fc6289a2d84d) >>> tor 0.4.7.13 Collecting legal info LICENSE: OK (sha256: 47b54ed17e8fdcab3c44729a1789a09b208f9a63a845a7e50def9df729eebad0) >>> uredir 3.3 Collecting legal info LICENSE: OK (sha256: e4b8fd3375ce44e5e03be199724a8785510ea5fa58ed92a7a34fd0ccbd35db10) >>> wavpack 5.5.0 Collecting legal info COPYING: OK (sha256: 275d65ec11a78d552d078b9c26d950e3075892bca895a415ceaaec33bcfabff9) >>> webp 1.2.4 Collecting legal info COPYING: OK (sha256: 5aec868f669e384a22372a4e8a1a6cd7d44c64cd451f960ca69cc170d1e13acf) >>> wipe 2.3.1 Collecting legal info LICENSE: OK (sha256: 890cd89006bb57ce95b460e867c7bcc81d30cbc23067a9be4644bdac6882bc14) >>> wolfssl 5.5.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSING: OK (sha256: b23c1da1f85d699d3288d73c952b4cd02760d23dc1ddc1b221cbb8be82387189) >>> wolftpm 2.7.0 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> xkeyboard-config 2.37 Collecting legal info COPYING: OK (sha256: 6ca90f4b67dced4062894d6d77f4cc39343df9e359fc12f5e5d3c89ef2a3ef6d) >>> host-xapp_xkbcomp 1.4.6 Collecting legal info COPYING: OK (sha256: 6b833fdc05906ce57f016dc791db86830d49ee4da2861ce45806c50b3f4dda9e) >>> host-xlib_libX11 1.8.4 Collecting legal info COPYING: OK (sha256: 2e7012a140f000735a7172674a2d314398d79622444fba65d108b029b29ab283) >>> host-libxcb 1.15 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-xcb-proto 1.15.2 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-xlib_libXau 1.0.11 Collecting legal info COPYING: OK (sha256: 56abe29bb1d9806a9e04fa9f80fed2c0f18027594df3f098148d814aef6bddfa) >>> host-xorgproto 2022.2 Collecting legal info COPYING-applewmproto: OK (sha256: aacd931f191b610902aee1e526090c2858aabc07969441fa2537ffd3e7049555) COPYING-bigreqsproto: OK (sha256: dabc025f93129a0eb2d17f37c719dbe5ecbcb5bc8f7bc7f4ce89fe04576cc0c2) COPYING-compositeproto: OK (sha256: ab587ca94282c1e60797ffe4a77aea195418387db20ec7e0c24cedf2c844f8c1) COPYING-damageproto: OK (sha256: f67a18cb46c4c203c5122b4a901cfcc3178b2a62f83f31ca5fef5bdca3966094) COPYING-dmxproto: OK (sha256: 819e8dcd3dd2a44850c350331aa492230f86bccb0983dd739dec5ba36d7d2b8e) COPYING-dri2proto: OK (sha256: 0c306691492c4d7a8cda1ec3847668b797887dddcd7e986b4c166ae27619af7d) COPYING-dri3proto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-evieproto: OK (sha256: 0aa43d03da3cedbd9882c0ded621b0d855353eb9e551f9eed940d75c8a0b03c1) COPYING-fixesproto: OK (sha256: 65cb0b867b00fb27f066a37353713b265645b3301146562570d7638ed2ddd548) COPYING-fontcacheproto: OK (sha256: 1ab381e978bff63d68be2e4f235d51935f3f16f3ba3bebf83afa99a70c0484a2) COPYING-fontsproto: OK (sha256: f4af05774b02ae149357cc26f7bf5ef1116c2e09373c2492081a3a1892c58417) COPYING-glproto: OK (sha256: 823deb4673d3f26aa8c90e704888299648f00be3262f9363eaeecedcd65b936d) COPYING-inputproto: OK (sha256: 5e083a2ace0215a6084c877c023a6079952ba803d692488203ba4269196debe3) COPYING-kbproto: OK (sha256: d397a67d4b28e897bc5fce79b2b917df9905b54f961fc3ad1f49c7fe3803f92c) COPYING-lg3dproto: OK (sha256: 7a5dd5d4c989c167da50f15879959f42bbda960e06d0a0aea7197f61fe1dc846) COPYING-pmproto: OK (sha256: 8442b5f22f2fb13017a4302a906e7dedc899267b41f613558970941120170128) COPYING-presentproto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-printproto: OK (sha256: 6b890b118261694865988378dbba876bcd9caa1a421c5c0d626116948bc0ae35) COPYING-randrproto: OK (sha256: 41c13dcd09147ed2440286f2fb8151df8ebee06deee4ed78ddf094601c216d3d) COPYING-recordproto: OK (sha256: ee10aee0f1697ffdbe870a39f037361d4f7136f2976bb7919a41b3f66407caee) COPYING-renderproto: OK (sha256: 9e48921a94da36d7a69fe71809223ee0bb46370db9842dccdeeb55b5a9946872) COPYING-resourceproto: OK (sha256: 403e7be948674530ad40669b1e3a31adeddb656502f3b0ef810d5d3cc35d0b52) COPYING-scrnsaverproto: OK (sha256: fcbd3c628bf4d28ee3e6032054bf44bbe58f3b1a944dad856a8d3eb6b37ea412) COPYING-trapproto: OK (sha256: d6d3513f5a7099748dc387f54498d799380b45f8a444f13aa98aa45a860ae55b) COPYING-videoproto: OK (sha256: f8f49bbad61967ebc890fb79fff5bfb7cfc1c341aa8f8dee13eb3fb534040b47) COPYING-windowswmproto: OK (sha256: eb183a00c61bb47992f096b6993ed7ec17518bea9c285fe87efff7f622cc6c12) COPYING-x11proto: OK (sha256: 3bd8e0c41497bfe6ab8d11c3c90c5e79edd0b2437f2bf81161575f54bae53f21) COPYING-xcmiscproto: OK (sha256: 5531d18cfcc944dab39991f63f182cbbce3fe493ba0c7cf08a25c0d01ee84482) COPYING-xextproto: OK (sha256: fb42146c6c06a200a9b121220eb692ff9101ba0fbd0b224b9e16a016c59ae86a) COPYING-xf86bigfontproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86dgaproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86driproto: OK (sha256: 4a05d06752388d9db71ee1006f371d4fb2c316a821fc2fc272db90b3ef978334) COPYING-xf86miscproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86rushproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86vidmodeproto: OK (sha256: 942bb46a3503a708948491699171b00b9e0dfb47818d9268b160bccc5f51a4b9) COPYING-xineramaproto: OK (sha256: b2d8cda803e900915ce10f0ba735ff2c033b39c7cc5a8a436667ca583d4066fa) >>> host-xutil_util-macros 1.20.0 Collecting legal info COPYING: OK (sha256: 7db0516389152a90c20ea910e8839d10204ebc25ccbc71fc7f5809dfb98e80ac) >>> host-xlib_libXdmcp 1.1.4 Collecting legal info COPYING: OK (sha256: 8a3c3f35b0dbcb60a4e242b9e4394a352a65bb27deb2938ea1e2e62a626e16e9) >>> host-xlib_xtrans 1.4.0 Collecting legal info COPYING: OK (sha256: a9c96c832e00774266b492d4d41556f12a64f039ba3ef645c4b8c6010fcb8f2a) >>> host-xlib_libxkbfile 1.1.2 Collecting legal info COPYING: OK (sha256: e1b3fdad8037ab3f986ef9caaa7c8da47d8d55875e680c7d6011f6c07363ea7c) >>> zsh 5.9 Collecting legal info LICENCE: OK (sha256: d06fdf3ef9b1ec69d6b9e170b0a9516fbad3523261ff1668bde3bfea6e0ef5f5) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: font-awesome-4.7.0: cannot save license (FONT_AWESOME_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (GENPART_LICENSE_FILES not defined) WARNING: iozone-3.493: cannot save license (IOZONE_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-2/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-2/buildroot'