/usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /home/thomas/autobuild/instance-1/output-1/target/etc/passwd if [ -x /home/thomas/autobuild/instance-1/output-1/target/sbin/swapon -a -x /home/thomas/autobuild/instance-1/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/thomas/autobuild/instance-1/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/thomas/autobuild/instance-1/output-1/target/etc/inittab; fi grep -qsE '^/bin/zsh$' /home/thomas/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/zsh" >> /home/thomas/autobuild/instance-1/output-1/target/etc/shells rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/include /home/thomas/autobuild/instance-1/output-1/target/usr/share/aclocal \ /home/thomas/autobuild/instance-1/output-1/target/usr/lib/pkgconfig /home/thomas/autobuild/instance-1/output-1/target/usr/share/pkgconfig \ /home/thomas/autobuild/instance-1/output-1/target/usr/lib/cmake /home/thomas/autobuild/instance-1/output-1/target/usr/share/cmake \ /home/thomas/autobuild/instance-1/output-1/target/usr/lib/rpm /home/thomas/autobuild/instance-1/output-1/target/usr/doc find /home/thomas/autobuild/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/thomas/autobuild/instance-1/output-1/target/lib/ /home/thomas/autobuild/instance-1/output-1/target/usr/lib/ /home/thomas/autobuild/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/share/gdb rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/man /home/thomas/autobuild/instance-1/output-1/target/usr/share/man rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/info /home/thomas/autobuild/instance-1/output-1/target/usr/share/info rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/doc /home/thomas/autobuild/instance-1/output-1/target/usr/share/doc rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/share/gtk-doc rmdir /home/thomas/autobuild/instance-1/output-1/target/usr/share 2>/dev/null || true rm -rf /home/thomas/autobuild/instance-1/output-1/target/lib/debug /home/thomas/autobuild/instance-1/output-1/target/usr/lib/debug find /home/thomas/autobuild/instance-1/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/thomas/autobuild/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/thomas/autobuild/instance-1/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/thomas/autobuild/instance-1/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/thomas/autobuild/instance-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-rc1-1541-g3f28ad6e0b"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11.2"; \ echo "PRETTY_NAME=\"Buildroot 2022.11.2\"" \ ) > /home/thomas/autobuild/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/thomas/autobuild/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/thomas/autobuild/instance-1/output-1/per-package /home/thomas/autobuild/instance-1/buildroot/support/scripts/fix-rpath target touch /home/thomas/autobuild/instance-1/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs mkdir -p /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs printf ' dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n news -1 news -1 * - - - Leafnode2 daemon\n\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/bin/bwrap f 1755 0 0 - - - - -\n /bin/busybox f 4755 0 0 - - - - -\n /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n /usr/bin/fusermount f 4755 0 0 - - - - -\n\n' > /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/thomas/autobuild/instance-1/output-1/images rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-1/output-1/target/ /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-1/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/thomas/autobuild/instance-1/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/thomas/autobuild/instance-1/output-1/host/bin/mkyaffs2 --all-root /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target /home/thomas/autobuild/instance-1/output-1/images/rootfs.yaffs2\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target table='/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 5051 objects. stage 2: creating image '/home/thomas/autobuild/instance-1/output-1/images/rootfs.yaffs2' [ ] 1/5051 0% [ ] 2/5051 0% [ ] 3/5051 0% [ ] 4/5051 0% [ ] 5/5051 0% [ ] 6/5051 0% [ ] 7/5051 0% [ ] 8/5051 0% [ ] 9/5051 0% [ ] 10/5051 0% [ ] 11/5051 0% [ ] 12/5051 0% [ ] 13/5051 0% [ ] 14/5051 0% [ ] 15/5051 0% [ ] 16/5051 0% [ ] 17/5051 0% [ ] 18/5051 0% [ ] 19/5051 0% [ ] 20/5051 0% [ ] 21/5051 0% [ ] 22/5051 0% [ ] 23/5051 0% [ ] 24/5051 0% [ ] 25/5051 0% [ ] 26/5051 0% [ ] 27/5051 0% [ ] 28/5051 0% [ ] 29/5051 0% [ ] 30/5051 0% [ ] 31/5051 0% [ ] 32/5051 0% [ ] 33/5051 0% [ ] 34/5051 0% [ ] 35/5051 0% [ ] 36/5051 0% [ ] 37/5051 0% [ ] 38/5051 0% [ ] 39/5051 0% [ ] 40/5051 0% [ ] 41/5051 0% [ ] 42/5051 0% [ ] 43/5051 0% [ ] 44/5051 0% [ ] 45/5051 0% [ ] 46/5051 0% [ ] 47/5051 0% [ ] 48/5051 0% [ ] 49/5051 0% [ ] 50/5051 0% [ ] 51/5051 1% [ ] 52/5051 1% [ ] 53/5051 1% [ ] 54/5051 1% [ ] 55/5051 1% [ ] 56/5051 1% [ ] 57/5051 1% [ ] 58/5051 1% [ ] 59/5051 1% [ ] 60/5051 1% [ ] 61/5051 1% [ ] 62/5051 1% [ ] 63/5051 1% [ ] 64/5051 1% [ ] 65/5051 1% [ ] 66/5051 1% [ ] 67/5051 1% [ ] 68/5051 1% [ ] 69/5051 1% [ ] 70/5051 1% [ ] 71/5051 1% [ ] 72/5051 1% [ ] 73/5051 1% [ ] 74/5051 1% [ ] 75/5051 1% [ ] 76/5051 1% [ ] 77/5051 1% [ ] 78/5051 1% [ ] 79/5051 1% [ ] 80/5051 1% [ ] 81/5051 1% [= ] 82/5051 1% [= ] 83/5051 1% [= ] 84/5051 1% [= ] 85/5051 1% [= ] 86/5051 1% [= ] 87/5051 1% [= ] 88/5051 1% [= ] 89/5051 1% [= ] 90/5051 1% [= ] 91/5051 1% [= ] 92/5051 1% [= ] 93/5051 1% [= ] 94/5051 1% [= ] 95/5051 1% [= ] 96/5051 1% [= ] 97/5051 1% [= ] 98/5051 1% [= ] 99/5051 1% [= ] 100/5051 1% [= ] 101/5051 1% [= ] 102/5051 2% [= ] 103/5051 2% [= ] 104/5051 2% [= ] 105/5051 2% [= ] 106/5051 2% [= ] 107/5051 2% [= ] 108/5051 2% [= ] 109/5051 2% [= ] 110/5051 2% [= ] 111/5051 2% [= ] 112/5051 2% [= ] 113/5051 2% [= ] 114/5051 2% [= ] 115/5051 2% [= ] 116/5051 2% [= ] 117/5051 2% [= ] 118/5051 2% [= ] 119/5051 2% [= ] 120/5051 2% [= ] 121/5051 2% [= ] 122/5051 2% [= ] 123/5051 2% [= ] 124/5051 2% [= ] 125/5051 2% [= ] 126/5051 2% [= ] 127/5051 2% [= ] 128/5051 2% [= ] 129/5051 2% [= ] 130/5051 2% [= ] 131/5051 2% [= ] 132/5051 2% [= ] 133/5051 2% [= ] 134/5051 2% [= ] 135/5051 2% [= ] 136/5051 2% [= ] 137/5051 2% [= ] 138/5051 2% [= ] 139/5051 2% [= ] 140/5051 2% [= ] 141/5051 2% [= ] 142/5051 2% [= ] 143/5051 2% [= ] 144/5051 2% [= ] 145/5051 2% [= ] 146/5051 2% [= ] 147/5051 2% [= ] 148/5051 2% [= ] 149/5051 2% [= ] 150/5051 2% [= ] 151/5051 2% [= ] 152/5051 3% [= ] 153/5051 3% [= ] 154/5051 3% [= ] 155/5051 3% [= ] 156/5051 3% [= ] 157/5051 3% [= ] 158/5051 3% [= ] 159/5051 3% [= ] 160/5051 3% [= ] 161/5051 3% [= ] 162/5051 3% [== ] 163/5051 3% [== ] 164/5051 3% [== ] 165/5051 3% [== ] 166/5051 3% [== ] 167/5051 3% [== ] 168/5051 3% [== ] 169/5051 3% [== ] 170/5051 3% [== ] 171/5051 3% [== ] 172/5051 3% [== ] 173/5051 3% [== ] 174/5051 3% [== ] 175/5051 3% [== ] 176/5051 3% [== ] 177/5051 3% [== ] 178/5051 3% [== ] 179/5051 3% [== ] 180/5051 3% [== ] 181/5051 3% [== ] 182/5051 3% [== ] 183/5051 3% [== ] 184/5051 3% [== ] 185/5051 3% [== ] 186/5051 3% [== ] 187/5051 3% [== ] 188/5051 3% [== ] 189/5051 3% [== ] 190/5051 3% [== ] 191/5051 3% [== ] 192/5051 3% [== ] 193/5051 3% [== ] 194/5051 3% [== ] 195/5051 3% [== ] 196/5051 3% [== ] 197/5051 3% [== ] 198/5051 3% [== ] 199/5051 3% [== ] 200/5051 3% [== ] 201/5051 3% [== ] 202/5051 3% [== ] 203/5051 4% [== ] 204/5051 4% [== ] 205/5051 4% [== ] 206/5051 4% [== ] 207/5051 4% [== ] 208/5051 4% [== ] 209/5051 4% [== ] 210/5051 4% [== ] 211/5051 4% [== ] 212/5051 4% [== ] 213/5051 4% [== ] 214/5051 4% [== ] 215/5051 4% [== ] 216/5051 4% [== ] 217/5051 4% [== ] 218/5051 4% [== ] 219/5051 4% [== ] 220/5051 4% [== ] 221/5051 4% [== ] 222/5051 4% [== ] 223/5051 4% [== ] 224/5051 4% [== ] 225/5051 4% [== ] 226/5051 4% [== ] 227/5051 4% [== ] 228/5051 4% [== ] 229/5051 4% [== ] 230/5051 4% [== ] 231/5051 4% [== ] 232/5051 4% [== ] 233/5051 4% [== ] 234/5051 4% [== ] 235/5051 4% [== ] 236/5051 4% [== ] 237/5051 4% [== ] 238/5051 4% [== ] 239/5051 4% [== ] 240/5051 4% [== ] 241/5051 4% [== ] 242/5051 4% [== ] 243/5051 4% [== ] 244/5051 4% [=== ] 245/5051 4% [=== ] 246/5051 4% [=== ] 247/5051 4% [=== ] 248/5051 4% [=== ] 249/5051 4% [=== ] 250/5051 4% [=== ] 251/5051 4% [=== ] 252/5051 4% [=== ] 253/5051 5% [=== ] 254/5051 5% [=== ] 255/5051 5% [=== ] 256/5051 5% [=== ] 257/5051 5% [=== ] 258/5051 5% [=== ] 259/5051 5% [=== ] 260/5051 5% [=== ] 261/5051 5% [=== ] 262/5051 5% [=== ] 263/5051 5% [=== ] 264/5051 5% [=== ] 265/5051 5% [=== ] 266/5051 5% [=== ] 267/5051 5% [=== ] 268/5051 5% [=== ] 269/5051 5% [=== ] 270/5051 5% [=== ] 271/5051 5% [=== ] 272/5051 5% [=== ] 273/5051 5% [=== ] 274/5051 5% [=== ] 275/5051 5% [=== ] 276/5051 5% [=== ] 277/5051 5% [=== ] 278/5051 5% [=== ] 279/5051 5% [=== ] 280/5051 5% [=== ] 281/5051 5% [=== ] 282/5051 5% [=== ] 283/5051 5% [=== ] 284/5051 5% [=== ] 285/5051 5% [=== ] 286/5051 5% [=== ] 287/5051 5% [=== ] 288/5051 5% [=== ] 289/5051 5% [=== ] 290/5051 5% [=== ] 291/5051 5% [=== ] 292/5051 5% [=== ] 293/5051 5% [=== ] 294/5051 5% [=== ] 295/5051 5% [=== ] 296/5051 5% [=== ] 297/5051 5% [=== ] 298/5051 5% [=== ] 299/5051 5% [=== ] 300/5051 5% [=== ] 301/5051 5% [=== ] 302/5051 5% [=== ] 303/5051 5% [=== ] 304/5051 6% [=== ] 305/5051 6% [=== ] 306/5051 6% [=== ] 307/5051 6% [=== ] 308/5051 6% [=== ] 309/5051 6% [=== ] 310/5051 6% [=== ] 311/5051 6% [=== ] 312/5051 6% [=== ] 313/5051 6% [=== ] 314/5051 6% [=== ] 315/5051 6% [=== ] 316/5051 6% [=== ] 317/5051 6% [=== ] 318/5051 6% [=== ] 319/5051 6% [=== ] 320/5051 6% [=== ] 321/5051 6% [=== ] 322/5051 6% [=== ] 323/5051 6% [=== ] 324/5051 6% [=== ] 325/5051 6% [==== ] 326/5051 6% [==== ] 327/5051 6% [==== ] 328/5051 6% [==== ] 329/5051 6% [==== ] 330/5051 6% [==== ] 331/5051 6% [==== ] 332/5051 6% [==== ] 333/5051 6% [==== ] 334/5051 6% [==== ] 335/5051 6% [==== ] 336/5051 6% [==== ] 337/5051 6% [==== ] 338/5051 6% [==== ] 339/5051 6% [==== ] 340/5051 6% [==== ] 341/5051 6% [==== ] 342/5051 6% [==== ] 343/5051 6% [==== ] 344/5051 6% [==== ] 345/5051 6% [==== ] 346/5051 6% [==== ] 347/5051 6% [==== ] 348/5051 6% [==== ] 349/5051 6% [==== ] 350/5051 6% [==== ] 351/5051 6% [==== ] 352/5051 6% [==== ] 353/5051 6% [==== ] 354/5051 7% [==== ] 355/5051 7% [==== ] 356/5051 7% [==== ] 357/5051 7% [==== ] 358/5051 7% [==== ] 359/5051 7% [==== ] 360/5051 7% [==== ] 361/5051 7% [==== ] 362/5051 7% [==== ] 363/5051 7% [==== ] 364/5051 7% [==== ] 365/5051 7% [==== ] 366/5051 7% [==== ] 367/5051 7% [==== ] 368/5051 7% [==== ] 369/5051 7% [==== ] 370/5051 7% [==== ] 371/5051 7% [==== ] 372/5051 7% [==== ] 373/5051 7% [==== ] 374/5051 7% [==== ] 375/5051 7% [==== ] 376/5051 7% [==== ] 377/5051 7% [==== ] 378/5051 7% [==== ] 379/5051 7% [==== ] 380/5051 7% [==== ] 381/5051 7% [==== ] 382/5051 7% [==== ] 383/5051 7% [==== ] 384/5051 7% [==== ] 385/5051 7% [==== ] 386/5051 7% [==== ] 387/5051 7% [==== ] 388/5051 7% [==== ] 389/5051 7% [==== ] 390/5051 7% [==== ] 391/5051 7% [==== ] 392/5051 7% [==== ] 393/5051 7% [==== ] 394/5051 7% [==== ] 395/5051 7% [==== ] 396/5051 7% [==== ] 397/5051 7% [==== ] 398/5051 7% [==== ] 399/5051 7% [==== ] 400/5051 7% [==== ] 401/5051 7% [==== ] 402/5051 7% [==== ] 403/5051 7% [==== ] 404/5051 7% [==== ] 405/5051 8% [==== ] 406/5051 8% [==== ] 407/5051 8% [===== ] 408/5051 8% [===== ] 409/5051 8% [===== ] 410/5051 8% [===== ] 411/5051 8% [===== ] 412/5051 8% [===== ] 413/5051 8% [===== ] 414/5051 8% [===== ] 415/5051 8% [===== ] 416/5051 8% [===== ] 417/5051 8% [===== ] 418/5051 8% [===== ] 419/5051 8% [===== ] 420/5051 8% [===== ] 421/5051 8% [===== ] 422/5051 8% [===== ] 423/5051 8% [===== ] 424/5051 8% [===== ] 425/5051 8% [===== ] 426/5051 8% [===== ] 427/5051 8% [===== ] 428/5051 8% [===== ] 429/5051 8% [===== ] 430/5051 8% [===== ] 431/5051 8% [===== ] 432/5051 8% [===== ] 433/5051 8% [===== ] 434/5051 8% [===== ] 435/5051 8% [===== ] 436/5051 8% [===== ] 437/5051 8% [===== ] 438/5051 8% [===== ] 439/5051 8% [===== ] 440/5051 8% [===== ] 441/5051 8% [===== ] 442/5051 8% [===== ] 443/5051 8% [===== ] 444/5051 8% [===== ] 445/5051 8% [===== ] 446/5051 8% [===== ] 447/5051 8% [===== ] 448/5051 8% [===== ] 449/5051 8% [===== ] 450/5051 8% [===== ] 451/5051 8% [===== ] 452/5051 8% [===== ] 453/5051 8% [===== ] 454/5051 8% [===== ] 455/5051 9% [===== ] 456/5051 9% [===== ] 457/5051 9% [===== ] 458/5051 9% [===== ] 459/5051 9% [===== ] 460/5051 9% [===== ] 461/5051 9% [===== ] 462/5051 9% [===== ] 463/5051 9% [===== ] 464/5051 9% [===== ] 465/5051 9% [===== ] 466/5051 9% [===== ] 467/5051 9% [===== ] 468/5051 9% [===== ] 469/5051 9% [===== ] 470/5051 9% [===== ] 471/5051 9% [===== ] 472/5051 9% [===== ] 473/5051 9% [===== ] 474/5051 9% [===== ] 475/5051 9% [===== ] 476/5051 9% [===== ] 477/5051 9% [===== ] 478/5051 9% [===== ] 479/5051 9% [===== ] 480/5051 9% [===== ] 481/5051 9% [===== ] 482/5051 9% [===== ] 483/5051 9% [===== ] 484/5051 9% [===== ] 485/5051 9% [===== ] 486/5051 9% [===== ] 487/5051 9% [===== ] 488/5051 9% [====== ] 489/5051 9% [====== ] 490/5051 9% [====== ] 491/5051 9% [====== ] 492/5051 9% [====== ] 493/5051 9% [====== ] 494/5051 9% [====== ] 495/5051 9% [====== ] 496/5051 9% [====== ] 497/5051 9% [====== ] 498/5051 9% [====== ] 499/5051 9% [====== ] 500/5051 9% [====== ] 501/5051 9% [====== ] 502/5051 9% [====== ] 503/5051 9% [====== ] 504/5051 9% [====== ] 505/5051 9% [====== ] 506/5051 10% [====== ] 507/5051 10% [====== ] 508/5051 10% [====== ] 509/5051 10% [====== ] 510/5051 10% [====== ] 511/5051 10% [====== ] 512/5051 10% [====== ] 513/5051 10% [====== ] 514/5051 10% [====== ] 515/5051 10% [====== ] 516/5051 10% [====== ] 517/5051 10% [====== ] 518/5051 10% [====== ] 519/5051 10% [====== ] 520/5051 10% [====== ] 521/5051 10% [====== ] 522/5051 10% [====== ] 523/5051 10% [====== ] 524/5051 10% [====== ] 525/5051 10% [====== ] 526/5051 10% [====== ] 527/5051 10% [====== ] 528/5051 10% [====== ] 529/5051 10% [====== ] 530/5051 10% [====== ] 531/5051 10% [====== ] 532/5051 10% [====== ] 533/5051 10% [====== ] 534/5051 10% [====== ] 535/5051 10% [====== ] 536/5051 10% [====== ] 537/5051 10% [====== ] 538/5051 10% [====== ] 539/5051 10% [====== ] 540/5051 10% [====== ] 541/5051 10% [====== ] 542/5051 10% [====== ] 543/5051 10% [====== ] 544/5051 10% [====== ] 545/5051 10% [====== ] 546/5051 10% [====== ] 547/5051 10% [====== ] 548/5051 10% [====== ] 549/5051 10% [====== ] 550/5051 10% [====== ] 551/5051 10% [====== ] 552/5051 10% [====== ] 553/5051 10% [====== ] 554/5051 10% [====== ] 555/5051 10% [====== ] 556/5051 11% [====== ] 557/5051 11% [====== ] 558/5051 11% [====== ] 559/5051 11% [====== ] 560/5051 11% [====== ] 561/5051 11% [====== ] 562/5051 11% [====== ] 563/5051 11% [====== ] 564/5051 11% [====== ] 565/5051 11% [====== ] 566/5051 11% [====== ] 567/5051 11% [====== ] 568/5051 11% [====== ] 569/5051 11% [====== ] 570/5051 11% [======= ] 571/5051 11% [======= ] 572/5051 11% [======= ] 573/5051 11% [======= ] 574/5051 11% [======= ] 575/5051 11% [======= ] 576/5051 11% [======= ] 577/5051 11% [======= ] 578/5051 11% [======= ] 579/5051 11% [======= ] 580/5051 11% [======= ] 581/5051 11% [======= ] 582/5051 11% [======= ] 583/5051 11% [======= ] 584/5051 11% [======= ] 585/5051 11% [======= ] 586/5051 11% [======= ] 587/5051 11% [======= ] 588/5051 11% [======= ] 589/5051 11% [======= ] 590/5051 11% [======= ] 591/5051 11% [======= ] 592/5051 11% [======= ] 593/5051 11% [======= ] 594/5051 11% [======= ] 595/5051 11% [======= ] 596/5051 11% [======= ] 597/5051 11% [======= ] 598/5051 11% [======= ] 599/5051 11% [======= ] 600/5051 11% [======= ] 601/5051 11% [======= ] 602/5051 11% [======= ] 603/5051 11% [======= ] 604/5051 11% [======= ] 605/5051 11% [======= ] 606/5051 11% [======= ] 607/5051 12% [======= ] 608/5051 12% [======= ] 609/5051 12% [======= ] 610/5051 12% [======= ] 611/5051 12% [======= ] 612/5051 12% [======= ] 613/5051 12% [======= ] 614/5051 12% [======= ] 615/5051 12% [======= ] 616/5051 12% [======= ] 617/5051 12% [======= ] 618/5051 12% [======= ] 619/5051 12% [======= ] 620/5051 12% [======= ] 621/5051 12% [======= ] 622/5051 12% [======= ] 623/5051 12% [======= ] 624/5051 12% [======= ] 625/5051 12% [======= ] 626/5051 12% [======= ] 627/5051 12% [======= ] 628/5051 12% [======= ] 629/5051 12% [======= ] 630/5051 12% [======= ] 631/5051 12% [======= ] 632/5051 12% [======= ] 633/5051 12% [======= ] 634/5051 12% [======= ] 635/5051 12% [======= ] 636/5051 12% [======= ] 637/5051 12% [======= ] 638/5051 12% [======= ] 639/5051 12% [======= ] 640/5051 12% [======= ] 641/5051 12% [======= ] 642/5051 12% [======= ] 643/5051 12% [======= ] 644/5051 12% [======= ] 645/5051 12% [======= ] 646/5051 12% [======= ] 647/5051 12% [======= ] 648/5051 12% [======= ] 649/5051 12% [======= ] 650/5051 12% [======= ] 651/5051 12% [======== ] 652/5051 12% [======== ] 653/5051 12% [======== ] 654/5051 12% [======== ] 655/5051 12% [======== ] 656/5051 12% [======== ] 657/5051 13% [======== ] 658/5051 13% [======== ] 659/5051 13% [======== ] 660/5051 13% [======== ] 661/5051 13% [======== ] 662/5051 13% [======== ] 663/5051 13% [======== ] 664/5051 13% [======== ] 665/5051 13% [======== ] 666/5051 13% [======== ] 667/5051 13% [======== ] 668/5051 13% [======== ] 669/5051 13% [======== ] 670/5051 13% [======== ] 671/5051 13% [======== ] 672/5051 13% [======== ] 673/5051 13% [======== ] 674/5051 13% [======== ] 675/5051 13% [======== ] 676/5051 13% [======== ] 677/5051 13% [======== ] 678/5051 13% [======== ] 679/5051 13% [======== ] 680/5051 13% [======== ] 681/5051 13% [======== ] 682/5051 13% [======== ] 683/5051 13% [======== ] 684/5051 13% [======== ] 685/5051 13% [======== ] 686/5051 13% [======== ] 687/5051 13% [======== ] 688/5051 13% [======== ] 689/5051 13% [======== ] 690/5051 13% [======== ] 691/5051 13% [======== ] 692/5051 13% [======== ] 693/5051 13% [======== ] 694/5051 13% [======== ] 695/5051 13% [======== ] 696/5051 13% [======== ] 697/5051 13% [======== ] 698/5051 13% [======== ] 699/5051 13% [======== ] 700/5051 13% [======== ] 701/5051 13% [======== ] 702/5051 13% [======== ] 703/5051 13% [======== ] 704/5051 13% [======== ] 705/5051 13% [======== ] 706/5051 13% [======== ] 707/5051 13% [======== ] 708/5051 14% [======== ] 709/5051 14% [======== ] 710/5051 14% [======== ] 711/5051 14% [======== ] 712/5051 14% [======== ] 713/5051 14% [======== ] 714/5051 14% [======== ] 715/5051 14% [======== ] 716/5051 14% [======== ] 717/5051 14% [======== ] 718/5051 14% [======== ] 719/5051 14% [======== ] 720/5051 14% [======== ] 721/5051 14% [======== ] 722/5051 14% [======== ] 723/5051 14% [======== ] 724/5051 14% [======== ] 725/5051 14% [======== ] 726/5051 14% [======== ] 727/5051 14% [======== ] 728/5051 14% [======== ] 729/5051 14% [======== ] 730/5051 14% [======== ] 731/5051 14% [======== ] 732/5051 14% [======== ] 733/5051 14% [========= ] 734/5051 14% [========= ] 735/5051 14% [========= ] 736/5051 14% [========= ] 737/5051 14% [========= ] 738/5051 14% [========= ] 739/5051 14% [========= ] 740/5051 14% [========= ] 741/5051 14% [========= ] 742/5051 14% [========= ] 743/5051 14% [========= ] 744/5051 14% [========= ] 745/5051 14% [========= ] 746/5051 14% [========= ] 747/5051 14% [========= ] 748/5051 14% [========= ] 749/5051 14% [========= ] 750/5051 14% [========= ] 751/5051 14% [========= ] 752/5051 14% [========= ] 753/5051 14% [========= ] 754/5051 14% [========= ] 755/5051 14% [========= ] 756/5051 14% [========= ] 757/5051 14% [========= ] 758/5051 15% [========= ] 759/5051 15% [========= ] 760/5051 15% [========= ] 761/5051 15% [========= ] 762/5051 15% [========= ] 763/5051 15% [========= ] 764/5051 15% [========= ] 765/5051 15% [========= ] 766/5051 15% [========= ] 767/5051 15% [========= ] 768/5051 15% [========= ] 769/5051 15% [========= ] 770/5051 15% [========= ] 771/5051 15% [========= ] 772/5051 15% [========= ] 773/5051 15% [========= ] 774/5051 15% [========= ] 775/5051 15% [========= ] 776/5051 15% [========= ] 777/5051 15% [========= ] 778/5051 15% [========= ] 779/5051 15% [========= ] 780/5051 15% [========= ] 781/5051 15% [========= ] 782/5051 15% [========= ] 783/5051 15% [========= ] 784/5051 15% [========= ] 785/5051 15% [========= ] 786/5051 15% [========= ] 787/5051 15% [========= ] 788/5051 15% [========= ] 789/5051 15% [========= ] 790/5051 15% [========= ] 791/5051 15% [========= ] 792/5051 15% [========= ] 793/5051 15% [========= ] 794/5051 15% [========= ] 795/5051 15% [========= ] 796/5051 15% [========= ] 797/5051 15% [========= ] 798/5051 15% [========= ] 799/5051 15% [========= ] 800/5051 15% [========= ] 801/5051 15% [========= ] 802/5051 15% [========= ] 803/5051 15% [========= ] 804/5051 15% [========= ] 805/5051 15% [========= ] 806/5051 15% [========= ] 807/5051 15% [========= ] 808/5051 15% [========= ] 809/5051 16% [========= ] 810/5051 16% [========= ] 811/5051 16% [========= ] 812/5051 16% [========= ] 813/5051 16% [========= ] 814/5051 16% [========== ] 815/5051 16% [========== ] 816/5051 16% [========== ] 817/5051 16% [========== ] 818/5051 16% [========== ] 819/5051 16% [========== ] 820/5051 16% [========== ] 821/5051 16% [========== ] 822/5051 16% [========== ] 823/5051 16% [========== ] 824/5051 16% [========== ] 825/5051 16% [========== ] 826/5051 16% [========== ] 827/5051 16% [========== ] 828/5051 16% [========== ] 829/5051 16% [========== ] 830/5051 16% [========== ] 831/5051 16% [========== ] 832/5051 16% [========== ] 833/5051 16% [========== ] 834/5051 16% [========== ] 835/5051 16% [========== ] 836/5051 16% [========== ] 837/5051 16% [========== ] 838/5051 16% [========== ] 839/5051 16% [========== ] 840/5051 16% [========== ] 841/5051 16% [========== ] 842/5051 16% [========== ] 843/5051 16% [========== ] 844/5051 16% [========== ] 845/5051 16% [========== ] 846/5051 16% [========== ] 847/5051 16% [========== ] 848/5051 16% [========== ] 849/5051 16% [========== ] 850/5051 16% [========== ] 851/5051 16% [========== ] 852/5051 16% [========== ] 853/5051 16% [========== ] 854/5051 16% [========== ] 855/5051 16% [========== ] 856/5051 16% [========== ] 857/5051 16% [========== ] 858/5051 16% [========== ] 859/5051 17% [========== ] 860/5051 17% [========== ] 861/5051 17% [========== ] 862/5051 17% [========== ] 863/5051 17% [========== ] 864/5051 17% [========== ] 865/5051 17% [========== ] 866/5051 17% [========== ] 867/5051 17% [========== ] 868/5051 17% [========== ] 869/5051 17% [========== ] 870/5051 17% [========== ] 871/5051 17% [========== ] 872/5051 17% [========== ] 873/5051 17% [========== ] 874/5051 17% [========== ] 875/5051 17% [========== ] 876/5051 17% [========== ] 877/5051 17% [========== ] 878/5051 17% [========== ] 879/5051 17% [========== ] 880/5051 17% [========== ] 881/5051 17% [========== ] 882/5051 17% [========== ] 883/5051 17% [========== ] 884/5051 17% [========== ] 885/5051 17% [========== ] 886/5051 17% [========== ] 887/5051 17% [========== ] 888/5051 17% [========== ] 889/5051 17% [========== ] 890/5051 17% [========== ] 891/5051 17% [========== ] 892/5051 17% [========== ] 893/5051 17% [========== ] 894/5051 17% [========== ] 895/5051 17% [========== ] 896/5051 17% [=========== ] 897/5051 17% [=========== ] 898/5051 17% [=========== ] 899/5051 17% [=========== ] 900/5051 17% [=========== ] 901/5051 17% [=========== ] 902/5051 17% [=========== ] 903/5051 17% [=========== ] 904/5051 17% [=========== ] 905/5051 17% [=========== ] 906/5051 17% [=========== ] 907/5051 17% [=========== ] 908/5051 17% [=========== ] 909/5051 17% [=========== ] 910/5051 18% [=========== ] 911/5051 18% [=========== ] 912/5051 18% [=========== ] 913/5051 18% [=========== ] 914/5051 18% [=========== ] 915/5051 18% [=========== ] 916/5051 18% [=========== ] 917/5051 18% [=========== ] 918/5051 18% [=========== ] 919/5051 18% [=========== ] 920/5051 18% [=========== ] 921/5051 18% [=========== ] 922/5051 18% [=========== ] 923/5051 18% [=========== ] 924/5051 18% [=========== ] 925/5051 18% [=========== ] 926/5051 18% [=========== ] 927/5051 18% [=========== ] 928/5051 18% [=========== ] 929/5051 18% [=========== ] 930/5051 18% [=========== ] 931/5051 18% [=========== ] 932/5051 18% [=========== ] 933/5051 18% [=========== ] 934/5051 18% [=========== ] 935/5051 18% [=========== ] 936/5051 18% [=========== ] 937/5051 18% [=========== ] 938/5051 18% [=========== ] 939/5051 18% [=========== ] 940/5051 18% [=========== ] 941/5051 18% [=========== ] 942/5051 18% [=========== ] 943/5051 18% [=========== ] 944/5051 18% [=========== ] 945/5051 18% [=========== ] 946/5051 18% [=========== ] 947/5051 18% [=========== ] 948/5051 18% [=========== ] 949/5051 18% [=========== ] 950/5051 18% [=========== ] 951/5051 18% [=========== ] 952/5051 18% [=========== ] 953/5051 18% [=========== ] 954/5051 18% [=========== ] 955/5051 18% [=========== ] 956/5051 18% [=========== ] 957/5051 18% [=========== ] 958/5051 18% [=========== ] 959/5051 18% [=========== ] 960/5051 19% [=========== ] 961/5051 19% [=========== ] 962/5051 19% [=========== ] 963/5051 19% [=========== ] 964/5051 19% [=========== ] 965/5051 19% [=========== ] 966/5051 19% [=========== ] 967/5051 19% [=========== ] 968/5051 19% [=========== ] 969/5051 19% [=========== ] 970/5051 19% [=========== ] 971/5051 19% [=========== ] 972/5051 19% [=========== ] 973/5051 19% [=========== ] 974/5051 19% [=========== ] 975/5051 19% [=========== ] 976/5051 19% [=========== ] 977/5051 19% [============ ] 978/5051 19% [============ ] 979/5051 19% [============ ] 980/5051 19% [============ ] 981/5051 19% [============ ] 982/5051 19% [============ ] 983/5051 19% [============ ] 984/5051 19% [============ ] 985/5051 19% [============ ] 986/5051 19% [============ ] 987/5051 19% [============ ] 988/5051 19% [============ ] 989/5051 19% [============ ] 990/5051 19% [============ ] 991/5051 19% [============ ] 992/5051 19% [============ ] 993/5051 19% [============ ] 994/5051 19% [============ ] 995/5051 19% [============ ] 996/5051 19% [============ ] 997/5051 19% [============ ] 998/5051 19% [============ ] 999/5051 19% [============ ] 1000/5051 19% [============ ] 1001/5051 19% [============ ] 1002/5051 19% [============ ] 1003/5051 19% [============ ] 1004/5051 19% [============ ] 1005/5051 19% [============ ] 1006/5051 19% [============ ] 1007/5051 19% [============ ] 1008/5051 19% [============ ] 1009/5051 19% [============ ] 1010/5051 19% [============ ] 1011/5051 20% [============ ] 1012/5051 20% [============ ] 1013/5051 20% [============ ] 1014/5051 20% [============ ] 1015/5051 20% [============ ] 1016/5051 20% [============ ] 1017/5051 20% [============ ] 1018/5051 20% [============ ] 1019/5051 20% [============ ] 1020/5051 20% [============ ] 1021/5051 20% [============ ] 1022/5051 20% [============ ] 1023/5051 20% [============ ] 1024/5051 20% [============ ] 1025/5051 20% [============ ] 1026/5051 20% [============ ] 1027/5051 20% [============ ] 1028/5051 20% [============ ] 1029/5051 20% [============ ] 1030/5051 20% [============ ] 1031/5051 20% [============ ] 1032/5051 20% [============ ] 1033/5051 20% [============ ] 1034/5051 20% [============ ] 1035/5051 20% [============ ] 1036/5051 20% [============ ] 1037/5051 20% [============ ] 1038/5051 20% [============ ] 1039/5051 20% [============ ] 1040/5051 20% [============ ] 1041/5051 20% [============ ] 1042/5051 20% [============ ] 1043/5051 20% [============ ] 1044/5051 20% [============ ] 1045/5051 20% [============ ] 1046/5051 20% [============ ] 1047/5051 20% [============ ] 1048/5051 20% [============ ] 1049/5051 20% [============ ] 1050/5051 20% [============ ] 1051/5051 20% [============ ] 1052/5051 20% [============ ] 1053/5051 20% [============ ] 1054/5051 20% [============ ] 1055/5051 20% [============ ] 1056/5051 20% [============ ] 1057/5051 20% [============ ] 1058/5051 20% [============ ] 1059/5051 20% [============= ] 1060/5051 20% [============= ] 1061/5051 21% [============= ] 1062/5051 21% [============= ] 1063/5051 21% [============= ] 1064/5051 21% [============= ] 1065/5051 21% [============= ] 1066/5051 21% [============= ] 1067/5051 21% [============= ] 1068/5051 21% [============= ] 1069/5051 21% [============= ] 1070/5051 21% [============= ] 1071/5051 21% [============= ] 1072/5051 21% [============= ] 1073/5051 21% [============= ] 1074/5051 21% [============= ] 1075/5051 21% [============= ] 1076/5051 21% [============= ] 1077/5051 21% [============= ] 1078/5051 21% [============= ] 1079/5051 21% [============= ] 1080/5051 21% [============= ] 1081/5051 21% [============= ] 1082/5051 21% [============= ] 1083/5051 21% [============= ] 1084/5051 21% [============= ] 1085/5051 21% [============= ] 1086/5051 21% [============= ] 1087/5051 21% [============= ] 1088/5051 21% [============= ] 1089/5051 21% [============= ] 1090/5051 21% [============= ] 1091/5051 21% [============= ] 1092/5051 21% [============= ] 1093/5051 21% [============= ] 1094/5051 21% [============= ] 1095/5051 21% [============= ] 1096/5051 21% [============= ] 1097/5051 21% [============= ] 1098/5051 21% [============= ] 1099/5051 21% [============= ] 1100/5051 21% [============= ] 1101/5051 21% [============= ] 1102/5051 21% [============= ] 1103/5051 21% [============= ] 1104/5051 21% [============= ] 1105/5051 21% [============= ] 1106/5051 21% [============= ] 1107/5051 21% [============= ] 1108/5051 21% [============= ] 1109/5051 21% [============= ] 1110/5051 21% [============= ] 1111/5051 21% [============= ] 1112/5051 22% [============= ] 1113/5051 22% [============= ] 1114/5051 22% [============= ] 1115/5051 22% [============= ] 1116/5051 22% [============= ] 1117/5051 22% [============= ] 1118/5051 22% [============= ] 1119/5051 22% [============= ] 1120/5051 22% [============= ] 1121/5051 22% [============= ] 1122/5051 22% [============= ] 1123/5051 22% [============= ] 1124/5051 22% [============= ] 1125/5051 22% [============= ] 1126/5051 22% [============= ] 1127/5051 22% [============= ] 1128/5051 22% [============= ] 1129/5051 22% [============= ] 1130/5051 22% [============= ] 1131/5051 22% [============= ] 1132/5051 22% [============= ] 1133/5051 22% [============= ] 1134/5051 22% [============= ] 1135/5051 22% [============= ] 1136/5051 22% [============= ] 1137/5051 22% [============= ] 1138/5051 22% [============= ] 1139/5051 22% [============= ] 1140/5051 22% [============== ] 1141/5051 22% [============== ] 1142/5051 22% [============== ] 1143/5051 22% [============== ] 1144/5051 22% [============== ] 1145/5051 22% [============== ] 1146/5051 22% [============== ] 1147/5051 22% [============== ] 1148/5051 22% [============== ] 1149/5051 22% [============== ] 1150/5051 22% [============== ] 1151/5051 22% [============== ] 1152/5051 22% [============== ] 1153/5051 22% [============== ] 1154/5051 22% [============== ] 1155/5051 22% [============== ] 1156/5051 22% [============== ] 1157/5051 22% [============== ] 1158/5051 22% [============== ] 1159/5051 22% [============== ] 1160/5051 22% [============== ] 1161/5051 22% [============== ] 1162/5051 23% [============== ] 1163/5051 23% [============== ] 1164/5051 23% [============== ] 1165/5051 23% [============== ] 1166/5051 23% [============== ] 1167/5051 23% [============== ] 1168/5051 23% [============== ] 1169/5051 23% [============== ] 1170/5051 23% [============== ] 1171/5051 23% [============== ] 1172/5051 23% [============== ] 1173/5051 23% [============== ] 1174/5051 23% [============== ] 1175/5051 23% [============== ] 1176/5051 23% [============== ] 1177/5051 23% [============== ] 1178/5051 23% [============== ] 1179/5051 23% [============== ] 1180/5051 23% [============== ] 1181/5051 23% [============== ] 1182/5051 23% [============== ] 1183/5051 23% [============== ] 1184/5051 23% [============== ] 1185/5051 23% [============== ] 1186/5051 23% [============== ] 1187/5051 23% [============== ] 1188/5051 23% [============== ] 1189/5051 23% [============== ] 1190/5051 23% [============== ] 1191/5051 23% [============== ] 1192/5051 23% [============== ] 1193/5051 23% [============== ] 1194/5051 23% [============== ] 1195/5051 23% [============== ] 1196/5051 23% [============== ] 1197/5051 23% [============== ] 1198/5051 23% [============== ] 1199/5051 23% [============== ] 1200/5051 23% [============== ] 1201/5051 23% [============== ] 1202/5051 23% [============== ] 1203/5051 23% [============== ] 1204/5051 23% [============== ] 1205/5051 23% [============== ] 1206/5051 23% [============== ] 1207/5051 23% [============== ] 1208/5051 23% [============== ] 1209/5051 23% [============== ] 1210/5051 23% [============== ] 1211/5051 23% [============== ] 1212/5051 23% [============== ] 1213/5051 24% [============== ] 1214/5051 24% [============== ] 1215/5051 24% [============== ] 1216/5051 24% [============== ] 1217/5051 24% [============== ] 1218/5051 24% [============== ] 1219/5051 24% [============== ] 1220/5051 24% [============== ] 1221/5051 24% [============== ] 1222/5051 24% [=============== ] 1223/5051 24% [=============== ] 1224/5051 24% [=============== ] 1225/5051 24% [=============== ] 1226/5051 24% [=============== ] 1227/5051 24% [=============== ] 1228/5051 24% [=============== ] 1229/5051 24% [=============== ] 1230/5051 24% [=============== ] 1231/5051 24% [=============== ] 1232/5051 24% [=============== ] 1233/5051 24% [=============== ] 1234/5051 24% [=============== ] 1235/5051 24% [=============== ] 1236/5051 24% [=============== ] 1237/5051 24% [=============== ] 1238/5051 24% [=============== ] 1239/5051 24% [=============== ] 1240/5051 24% [=============== ] 1241/5051 24% [=============== ] 1242/5051 24% [=============== ] 1243/5051 24% [=============== ] 1244/5051 24% [=============== ] 1245/5051 24% [=============== ] 1246/5051 24% [=============== ] 1247/5051 24% [=============== ] 1248/5051 24% [=============== ] 1249/5051 24% [=============== ] 1250/5051 24% [=============== ] 1251/5051 24% [=============== ] 1252/5051 24% [=============== ] 1253/5051 24% [=============== ] 1254/5051 24% [=============== ] 1255/5051 24% [=============== ] 1256/5051 24% [=============== ] 1257/5051 24% [=============== ] 1258/5051 24% [=============== ] 1259/5051 24% [=============== ] 1260/5051 24% [=============== ] 1261/5051 24% [=============== ] 1262/5051 24% [=============== ] 1263/5051 25% [=============== ] 1264/5051 25% [=============== ] 1265/5051 25% [=============== ] 1266/5051 25% [=============== ] 1267/5051 25% [=============== ] 1268/5051 25% [=============== ] 1269/5051 25% [=============== ] 1270/5051 25% [=============== ] 1271/5051 25% [=============== ] 1272/5051 25% [=============== ] 1273/5051 25% [=============== ] 1274/5051 25% [=============== ] 1275/5051 25% [=============== ] 1276/5051 25% [=============== ] 1277/5051 25% [=============== ] 1278/5051 25% [=============== ] 1279/5051 25% [=============== ] 1280/5051 25% [=============== ] 1281/5051 25% [=============== ] 1282/5051 25% [=============== ] 1283/5051 25% [=============== ] 1284/5051 25% [=============== ] 1285/5051 25% [=============== ] 1286/5051 25% [=============== ] 1287/5051 25% [=============== ] 1288/5051 25% [=============== ] 1289/5051 25% [=============== ] 1290/5051 25% [=============== ] 1291/5051 25% [=============== ] 1292/5051 25% [=============== ] 1293/5051 25% [=============== ] 1294/5051 25% [=============== ] 1295/5051 25% [=============== ] 1296/5051 25% [=============== ] 1297/5051 25% [=============== ] 1298/5051 25% [=============== ] 1299/5051 25% [=============== ] 1300/5051 25% [=============== ] 1301/5051 25% [=============== ] 1302/5051 25% [=============== ] 1303/5051 25% [================ ] 1304/5051 25% [================ ] 1305/5051 25% [================ ] 1306/5051 25% [================ ] 1307/5051 25% [================ ] 1308/5051 25% [================ ] 1309/5051 25% [================ ] 1310/5051 25% [================ ] 1311/5051 25% [================ ] 1312/5051 25% [================ ] 1313/5051 25% [================ ] 1314/5051 26% [================ ] 1315/5051 26% [================ ] 1316/5051 26% [================ ] 1317/5051 26% [================ ] 1318/5051 26% [================ ] 1319/5051 26% [================ ] 1320/5051 26% [================ ] 1321/5051 26% [================ ] 1322/5051 26% [================ ] 1323/5051 26% [================ ] 1324/5051 26% [================ ] 1325/5051 26% [================ ] 1326/5051 26% [================ ] 1327/5051 26% [================ ] 1328/5051 26% [================ ] 1329/5051 26% [================ ] 1330/5051 26% [================ ] 1331/5051 26% [================ ] 1332/5051 26% [================ ] 1333/5051 26% [================ ] 1334/5051 26% [================ ] 1335/5051 26% [================ ] 1336/5051 26% [================ ] 1337/5051 26% [================ ] 1338/5051 26% [================ ] 1339/5051 26% [================ ] 1340/5051 26% [================ ] 1341/5051 26% [================ ] 1342/5051 26% [================ ] 1343/5051 26% [================ ] 1344/5051 26% [================ ] 1345/5051 26% [================ ] 1346/5051 26% [================ ] 1347/5051 26% [================ ] 1348/5051 26% [================ ] 1349/5051 26% [================ ] 1350/5051 26% [================ ] 1351/5051 26% [================ ] 1352/5051 26% [================ ] 1353/5051 26% [================ ] 1354/5051 26% [================ ] 1355/5051 26% [================ ] 1356/5051 26% [================ ] 1357/5051 26% [================ ] 1358/5051 26% [================ ] 1359/5051 26% [================ ] 1360/5051 26% [================ ] 1361/5051 26% [================ ] 1362/5051 26% [================ ] 1363/5051 26% [================ ] 1364/5051 27% [================ ] 1365/5051 27% [================ ] 1366/5051 27% [================ ] 1367/5051 27% [================ ] 1368/5051 27% [================ ] 1369/5051 27% [================ ] 1370/5051 27% [================ ] 1371/5051 27% [================ ] 1372/5051 27% [================ ] 1373/5051 27% [================ ] 1374/5051 27% [================ ] 1375/5051 27% [================ ] 1376/5051 27% [================ ] 1377/5051 27% [================ ] 1378/5051 27% [================ ] 1379/5051 27% [================ ] 1380/5051 27% [================ ] 1381/5051 27% [================ ] 1382/5051 27% [================ ] 1383/5051 27% [================ ] 1384/5051 27% [================= ] 1385/5051 27% [================= ] 1386/5051 27% [================= ] 1387/5051 27% [================= ] 1388/5051 27% [================= ] 1389/5051 27% [================= ] 1390/5051 27% [================= ] 1391/5051 27% [================= ] 1392/5051 27% [================= ] 1393/5051 27% [================= ] 1394/5051 27% [================= ] 1395/5051 27% [================= ] 1396/5051 27% [================= ] 1397/5051 27% [================= ] 1398/5051 27% [================= ] 1399/5051 27% [================= ] 1400/5051 27% [================= ] 1401/5051 27% [================= ] 1402/5051 27% [================= ] 1403/5051 27% [================= ] 1404/5051 27% [================= ] 1405/5051 27% [================= ] 1406/5051 27% [================= ] 1407/5051 27% [================= ] 1408/5051 27% [================= ] 1409/5051 27% [================= ] 1410/5051 27% [================= ] 1411/5051 27% [================= ] 1412/5051 27% [================= ] 1413/5051 27% [================= ] 1414/5051 27% [================= ] 1415/5051 28% [================= ] 1416/5051 28% [================= ] 1417/5051 28% [================= ] 1418/5051 28% [================= ] 1419/5051 28% [================= ] 1420/5051 28% [================= ] 1421/5051 28% [================= ] 1422/5051 28% [================= ] 1423/5051 28% [================= ] 1424/5051 28% [================= ] 1425/5051 28% [================= ] 1426/5051 28% [================= ] 1427/5051 28% [================= ] 1428/5051 28% [================= ] 1429/5051 28% [================= ] 1430/5051 28% [================= ] 1431/5051 28% [================= ] 1432/5051 28% [================= ] 1433/5051 28% [================= ] 1434/5051 28% [================= ] 1435/5051 28% [================= ] 1436/5051 28% [================= ] 1437/5051 28% [================= ] 1438/5051 28% [================= ] 1439/5051 28% [================= ] 1440/5051 28% [================= ] 1441/5051 28% [================= ] 1442/5051 28% [================= ] 1443/5051 28% [================= ] 1444/5051 28% [================= ] 1445/5051 28% [================= ] 1446/5051 28% [================= ] 1447/5051 28% [================= ] 1448/5051 28% [================= ] 1449/5051 28% [================= ] 1450/5051 28% [================= ] 1451/5051 28% [================= ] 1452/5051 28% [================= ] 1453/5051 28% [================= ] 1454/5051 28% [================= ] 1455/5051 28% [================= ] 1456/5051 28% [================= ] 1457/5051 28% [================= ] 1458/5051 28% [================= ] 1459/5051 28% [================= ] 1460/5051 28% [================= ] 1461/5051 28% [================= ] 1462/5051 28% [================= ] 1463/5051 28% [================= ] 1464/5051 28% [================= ] 1465/5051 29% [================= ] 1466/5051 29% [================== ] 1467/5051 29% [================== ] 1468/5051 29% [================== ] 1469/5051 29% [================== ] 1470/5051 29% [================== ] 1471/5051 29% [================== ] 1472/5051 29% [================== ] 1473/5051 29% [================== ] 1474/5051 29% [================== ] 1475/5051 29% [================== ] 1476/5051 29% [================== ] 1477/5051 29% [================== ] 1478/5051 29% [================== ] 1479/5051 29% [================== ] 1480/5051 29% [================== ] 1481/5051 29% [================== ] 1482/5051 29% [================== ] 1483/5051 29% [================== ] 1484/5051 29% [================== ] 1485/5051 29% [================== ] 1486/5051 29% [================== ] 1487/5051 29% [================== ] 1488/5051 29% [================== ] 1489/5051 29% [================== ] 1490/5051 29% [================== ] 1491/5051 29% [================== ] 1492/5051 29% [================== ] 1493/5051 29% [================== ] 1494/5051 29% [================== ] 1495/5051 29% [================== ] 1496/5051 29% [================== ] 1497/5051 29% [================== ] 1498/5051 29% [================== ] 1499/5051 29% [================== ] 1500/5051 29% [================== ] 1501/5051 29% [================== ] 1502/5051 29% [================== ] 1503/5051 29% [================== ] 1504/5051 29% [================== ] 1505/5051 29% [================== ] 1506/5051 29% [================== ] 1507/5051 29% [================== ] 1508/5051 29% [================== ] 1509/5051 29% [================== ] 1510/5051 29% [================== ] 1511/5051 29% [================== ] 1512/5051 29% [================== ] 1513/5051 29% [================== ] 1514/5051 29% [================== ] 1515/5051 29% [================== ] 1516/5051 30% [================== ] 1517/5051 30% [================== ] 1518/5051 30% [================== ] 1519/5051 30% [================== ] 1520/5051 30% [================== ] 1521/5051 30% [================== ] 1522/5051 30% [================== ] 1523/5051 30% [================== ] 1524/5051 30% [================== ] 1525/5051 30% [================== ] 1526/5051 30% [================== ] 1527/5051 30% [================== ] 1528/5051 30% [================== ] 1529/5051 30% [================== ] 1530/5051 30% [================== ] 1531/5051 30% [================== ] 1532/5051 30% [================== ] 1533/5051 30% [================== ] 1534/5051 30% [================== ] 1535/5051 30% [================== ] 1536/5051 30% [================== ] 1537/5051 30% [================== ] 1538/5051 30% [================== ] 1539/5051 30% [================== ] 1540/5051 30% [================== ] 1541/5051 30% [================== ] 1542/5051 30% [================== ] 1543/5051 30% [================== ] 1544/5051 30% [================== ] 1545/5051 30% [================== ] 1546/5051 30% [================== ] 1547/5051 30% [=================== ] 1548/5051 30% [=================== ] 1549/5051 30% [=================== ] 1550/5051 30% [=================== ] 1551/5051 30% [=================== ] 1552/5051 30% [=================== ] 1553/5051 30% [=================== ] 1554/5051 30% [=================== ] 1555/5051 30% [=================== ] 1556/5051 30% [=================== ] 1557/5051 30% [=================== ] 1558/5051 30% [=================== ] 1559/5051 30% [=================== ] 1560/5051 30% [=================== ] 1561/5051 30% [=================== ] 1562/5051 30% [=================== ] 1563/5051 30% [=================== ] 1564/5051 30% [=================== ] 1565/5051 30% [=================== ] 1566/5051 31% [=================== ] 1567/5051 31% [=================== ] 1568/5051 31% [=================== ] 1569/5051 31% [=================== ] 1570/5051 31% [=================== ] 1571/5051 31% [=================== ] 1572/5051 31% [=================== ] 1573/5051 31% [=================== ] 1574/5051 31% [=================== ] 1575/5051 31% [=================== ] 1576/5051 31% [=================== ] 1577/5051 31% [=================== ] 1578/5051 31% [=================== ] 1579/5051 31% [=================== ] 1580/5051 31% [=================== ] 1581/5051 31% [=================== ] 1582/5051 31% [=================== ] 1583/5051 31% [=================== ] 1584/5051 31% [=================== ] 1585/5051 31% [=================== ] 1586/5051 31% [=================== ] 1587/5051 31% [=================== ] 1588/5051 31% [=================== ] 1589/5051 31% [=================== ] 1590/5051 31% [=================== ] 1591/5051 31% [=================== ] 1592/5051 31% [=================== ] 1593/5051 31% [=================== ] 1594/5051 31% [=================== ] 1595/5051 31% [=================== ] 1596/5051 31% [=================== ] 1597/5051 31% [=================== ] 1598/5051 31% [=================== ] 1599/5051 31% [=================== ] 1600/5051 31% [=================== ] 1601/5051 31% [=================== ] 1602/5051 31% [=================== ] 1603/5051 31% [=================== ] 1604/5051 31% [=================== ] 1605/5051 31% [=================== ] 1606/5051 31% [=================== ] 1607/5051 31% [=================== ] 1608/5051 31% [=================== ] 1609/5051 31% [=================== ] 1610/5051 31% [=================== ] 1611/5051 31% [=================== ] 1612/5051 31% [=================== ] 1613/5051 31% [=================== ] 1614/5051 31% [=================== ] 1615/5051 31% [=================== ] 1616/5051 31% [=================== ] 1617/5051 32% [=================== ] 1618/5051 32% [=================== ] 1619/5051 32% [=================== ] 1620/5051 32% [=================== ] 1621/5051 32% [=================== ] 1622/5051 32% [=================== ] 1623/5051 32% [=================== ] 1624/5051 32% [=================== ] 1625/5051 32% [=================== ] 1626/5051 32% [=================== ] 1627/5051 32% [=================== ] 1628/5051 32% [=================== ] 1629/5051 32% [==================== ] 1630/5051 32% [==================== ] 1631/5051 32% [==================== ] 1632/5051 32% [==================== ] 1633/5051 32% [==================== ] 1634/5051 32% [==================== ] 1635/5051 32% [==================== ] 1636/5051 32% [==================== ] 1637/5051 32% [==================== ] 1638/5051 32% [==================== ] 1639/5051 32% [==================== ] 1640/5051 32% [==================== ] 1641/5051 32% [==================== ] 1642/5051 32% [==================== ] 1643/5051 32% [==================== ] 1644/5051 32% [==================== ] 1645/5051 32% [==================== ] 1646/5051 32% [==================== ] 1647/5051 32% [==================== ] 1648/5051 32% [==================== ] 1649/5051 32% [==================== ] 1650/5051 32% [==================== ] 1651/5051 32% [==================== ] 1652/5051 32% [==================== ] 1653/5051 32% [==================== ] 1654/5051 32% [==================== ] 1655/5051 32% [==================== ] 1656/5051 32% [==================== ] 1657/5051 32% [==================== ] 1658/5051 32% [==================== ] 1659/5051 32% [==================== ] 1660/5051 32% [==================== ] 1661/5051 32% [==================== ] 1662/5051 32% [==================== ] 1663/5051 32% [==================== ] 1664/5051 32% [==================== ] 1665/5051 32% [==================== ] 1666/5051 32% [==================== ] 1667/5051 33% [==================== ] 1668/5051 33% [==================== ] 1669/5051 33% [==================== ] 1670/5051 33% [==================== ] 1671/5051 33% [==================== ] 1672/5051 33% [==================== ] 1673/5051 33% [==================== ] 1674/5051 33% [==================== ] 1675/5051 33% [==================== ] 1676/5051 33% [==================== ] 1677/5051 33% [==================== ] 1678/5051 33% [==================== ] 1679/5051 33% [==================== ] 1680/5051 33% [==================== ] 1681/5051 33% [==================== ] 1682/5051 33% [==================== ] 1683/5051 33% [==================== ] 1684/5051 33% [==================== ] 1685/5051 33% [==================== ] 1686/5051 33% [==================== ] 1687/5051 33% [==================== ] 1688/5051 33% [==================== ] 1689/5051 33% [==================== ] 1690/5051 33% [==================== ] 1691/5051 33% [==================== ] 1692/5051 33% [==================== ] 1693/5051 33% [==================== ] 1694/5051 33% [==================== ] 1695/5051 33% [==================== ] 1696/5051 33% [==================== ] 1697/5051 33% [==================== ] 1698/5051 33% [==================== ] 1699/5051 33% [==================== ] 1700/5051 33% [==================== ] 1701/5051 33% [==================== ] 1702/5051 33% [==================== ] 1703/5051 33% [==================== ] 1704/5051 33% [==================== ] 1705/5051 33% [==================== ] 1706/5051 33% [==================== ] 1707/5051 33% [==================== ] 1708/5051 33% [==================== ] 1709/5051 33% [==================== ] 1710/5051 33% [===================== ] 1711/5051 33% [===================== ] 1712/5051 33% [===================== ] 1713/5051 33% [===================== ] 1714/5051 33% [===================== ] 1715/5051 33% [===================== ] 1716/5051 33% [===================== ] 1717/5051 33% [===================== ] 1718/5051 34% [===================== ] 1719/5051 34% [===================== ] 1720/5051 34% [===================== ] 1721/5051 34% [===================== ] 1722/5051 34% [===================== ] 1723/5051 34% [===================== ] 1724/5051 34% [===================== ] 1725/5051 34% [===================== ] 1726/5051 34% [===================== ] 1727/5051 34% [===================== ] 1728/5051 34% [===================== ] 1729/5051 34% [===================== ] 1730/5051 34% [===================== ] 1731/5051 34% [===================== ] 1732/5051 34% [===================== ] 1733/5051 34% [===================== ] 1734/5051 34% [===================== ] 1735/5051 34% [===================== ] 1736/5051 34% [===================== ] 1737/5051 34% [===================== ] 1738/5051 34% [===================== ] 1739/5051 34% [===================== ] 1740/5051 34% [===================== ] 1741/5051 34% [===================== ] 1742/5051 34% [===================== ] 1743/5051 34% [===================== ] 1744/5051 34% [===================== ] 1745/5051 34% [===================== ] 1746/5051 34% [===================== ] 1747/5051 34% [===================== ] 1748/5051 34% [===================== ] 1749/5051 34% [===================== ] 1750/5051 34% [===================== ] 1751/5051 34% [===================== ] 1752/5051 34% [===================== ] 1753/5051 34% [===================== ] 1754/5051 34% [===================== ] 1755/5051 34% [===================== ] 1756/5051 34% [===================== ] 1757/5051 34% [===================== ] 1758/5051 34% [===================== ] 1759/5051 34% [===================== ] 1760/5051 34% [===================== ] 1761/5051 34% [===================== ] 1762/5051 34% [===================== ] 1763/5051 34% [===================== ] 1764/5051 34% [===================== ] 1765/5051 34% [===================== ] 1766/5051 34% [===================== ] 1767/5051 34% [===================== ] 1768/5051 35% [===================== ] 1769/5051 35% [===================== ] 1770/5051 35% [===================== ] 1771/5051 35% [===================== ] 1772/5051 35% [===================== ] 1773/5051 35% [===================== ] 1774/5051 35% [===================== ] 1775/5051 35% [===================== ] 1776/5051 35% [===================== ] 1777/5051 35% [===================== ] 1778/5051 35% [===================== ] 1779/5051 35% [===================== ] 1780/5051 35% [===================== ] 1781/5051 35% [===================== ] 1782/5051 35% [===================== ] 1783/5051 35% [===================== ] 1784/5051 35% [===================== ] 1785/5051 35% [===================== ] 1786/5051 35% [===================== ] 1787/5051 35% [===================== ] 1788/5051 35% [===================== ] 1789/5051 35% [===================== ] 1790/5051 35% [===================== ] 1791/5051 35% [===================== ] 1792/5051 35% [====================== ] 1793/5051 35% [====================== ] 1794/5051 35% [====================== ] 1795/5051 35% [====================== ] 1796/5051 35% [====================== ] 1797/5051 35% [====================== ] 1798/5051 35% [====================== ] 1799/5051 35% [====================== ] 1800/5051 35% [====================== ] 1801/5051 35% [====================== ] 1802/5051 35% [====================== ] 1803/5051 35% [====================== ] 1804/5051 35% [====================== ] 1805/5051 35% [====================== ] 1806/5051 35% [====================== ] 1807/5051 35% [====================== ] 1808/5051 35% [====================== ] 1809/5051 35% [====================== ] 1810/5051 35% [====================== ] 1811/5051 35% [====================== ] 1812/5051 35% [====================== ] 1813/5051 35% [====================== ] 1814/5051 35% [====================== ] 1815/5051 35% [====================== ] 1816/5051 35% [====================== ] 1817/5051 35% [====================== ] 1818/5051 35% [====================== ] 1819/5051 36% [====================== ] 1820/5051 36% [====================== ] 1821/5051 36% [====================== ] 1822/5051 36% [====================== ] 1823/5051 36% [====================== ] 1824/5051 36% [====================== ] 1825/5051 36% [====================== ] 1826/5051 36% [====================== ] 1827/5051 36% [====================== ] 1828/5051 36% [====================== ] 1829/5051 36% [====================== ] 1830/5051 36% [====================== ] 1831/5051 36% [====================== ] 1832/5051 36% [====================== ] 1833/5051 36% [====================== ] 1834/5051 36% [====================== ] 1835/5051 36% [====================== ] 1836/5051 36% [====================== ] 1837/5051 36% [====================== ] 1838/5051 36% [====================== ] 1839/5051 36% [====================== ] 1840/5051 36% [====================== ] 1841/5051 36% [====================== ] 1842/5051 36% [====================== ] 1843/5051 36% [====================== ] 1844/5051 36% [====================== ] 1845/5051 36% [====================== ] 1846/5051 36% [====================== ] 1847/5051 36% [====================== ] 1848/5051 36% [====================== ] 1849/5051 36% [====================== ] 1850/5051 36% [====================== ] 1851/5051 36% [====================== ] 1852/5051 36% [====================== ] 1853/5051 36% [====================== ] 1854/5051 36% [====================== ] 1855/5051 36% [====================== ] 1856/5051 36% [====================== ] 1857/5051 36% [====================== ] 1858/5051 36% [====================== ] 1859/5051 36% [====================== ] 1860/5051 36% [====================== ] 1861/5051 36% [====================== ] 1862/5051 36% [====================== ] 1863/5051 36% [====================== ] 1864/5051 36% [====================== ] 1865/5051 36% [====================== ] 1866/5051 36% [====================== ] 1867/5051 36% [====================== ] 1868/5051 36% [====================== ] 1869/5051 37% [====================== ] 1870/5051 37% [====================== ] 1871/5051 37% [====================== ] 1872/5051 37% [====================== ] 1873/5051 37% [======================= ] 1874/5051 37% [======================= ] 1875/5051 37% [======================= ] 1876/5051 37% [======================= ] 1877/5051 37% [======================= ] 1878/5051 37% [======================= ] 1879/5051 37% [======================= ] 1880/5051 37% [======================= ] 1881/5051 37% [======================= ] 1882/5051 37% [======================= ] 1883/5051 37% [======================= ] 1884/5051 37% [======================= ] 1885/5051 37% [======================= ] 1886/5051 37% [======================= ] 1887/5051 37% [======================= ] 1888/5051 37% [======================= ] 1889/5051 37% [======================= ] 1890/5051 37% [======================= ] 1891/5051 37% [======================= ] 1892/5051 37% [======================= ] 1893/5051 37% [======================= ] 1894/5051 37% [======================= ] 1895/5051 37% [======================= ] 1896/5051 37% [======================= ] 1897/5051 37% [======================= ] 1898/5051 37% [======================= ] 1899/5051 37% [======================= ] 1900/5051 37% [======================= ] 1901/5051 37% [======================= ] 1902/5051 37% [======================= ] 1903/5051 37% [======================= ] 1904/5051 37% [======================= ] 1905/5051 37% [======================= ] 1906/5051 37% [======================= ] 1907/5051 37% [======================= ] 1908/5051 37% [======================= ] 1909/5051 37% [======================= ] 1910/5051 37% [======================= ] 1911/5051 37% [======================= ] 1912/5051 37% [======================= ] 1913/5051 37% [======================= ] 1914/5051 37% [======================= ] 1915/5051 37% [======================= ] 1916/5051 37% [======================= ] 1917/5051 37% [======================= ] 1918/5051 37% [======================= ] 1919/5051 37% [======================= ] 1920/5051 38% [======================= ] 1921/5051 38% [======================= ] 1922/5051 38% [======================= ] 1923/5051 38% [======================= ] 1924/5051 38% [======================= ] 1925/5051 38% [======================= ] 1926/5051 38% [======================= ] 1927/5051 38% [======================= ] 1928/5051 38% [======================= ] 1929/5051 38% [======================= ] 1930/5051 38% [======================= ] 1931/5051 38% [======================= ] 1932/5051 38% [======================= ] 1933/5051 38% [======================= ] 1934/5051 38% [======================= ] 1935/5051 38% [======================= ] 1936/5051 38% [======================= ] 1937/5051 38% [======================= ] 1938/5051 38% [======================= ] 1939/5051 38% [======================= ] 1940/5051 38% [======================= ] 1941/5051 38% [======================= ] 1942/5051 38% [======================= ] 1943/5051 38% [======================= ] 1944/5051 38% [======================= ] 1945/5051 38% [======================= ] 1946/5051 38% [======================= ] 1947/5051 38% [======================= ] 1948/5051 38% [======================= ] 1949/5051 38% [======================= ] 1950/5051 38% [======================= ] 1951/5051 38% [======================= ] 1952/5051 38% [======================= ] 1953/5051 38% [======================= ] 1954/5051 38% [======================= ] 1955/5051 38% [======================== ] 1956/5051 38% [======================== ] 1957/5051 38% [======================== ] 1958/5051 38% [======================== ] 1959/5051 38% [======================== ] 1960/5051 38% [======================== ] 1961/5051 38% [======================== ] 1962/5051 38% [======================== ] 1963/5051 38% [======================== ] 1964/5051 38% [======================== ] 1965/5051 38% [======================== ] 1966/5051 38% [======================== ] 1967/5051 38% [======================== ] 1968/5051 38% [======================== ] 1969/5051 38% [======================== ] 1970/5051 39% [======================== ] 1971/5051 39% [======================== ] 1972/5051 39% [======================== ] 1973/5051 39% [======================== ] 1974/5051 39% [======================== ] 1975/5051 39% [======================== ] 1976/5051 39% [======================== ] 1977/5051 39% [======================== ] 1978/5051 39% [======================== ] 1979/5051 39% [======================== ] 1980/5051 39% [======================== ] 1981/5051 39% [======================== ] 1982/5051 39% [======================== ] 1983/5051 39% [======================== ] 1984/5051 39% [======================== ] 1985/5051 39% [======================== ] 1986/5051 39% [======================== ] 1987/5051 39% [======================== ] 1988/5051 39% [======================== ] 1989/5051 39% [======================== ] 1990/5051 39% [======================== ] 1991/5051 39% [======================== ] 1992/5051 39% [======================== ] 1993/5051 39% [======================== ] 1994/5051 39% [======================== ] 1995/5051 39% [======================== ] 1996/5051 39% [======================== ] 1997/5051 39% [======================== ] 1998/5051 39% [======================== ] 1999/5051 39% [======================== ] 2000/5051 39% [======================== ] 2001/5051 39% [======================== ] 2002/5051 39% [======================== ] 2003/5051 39% [======================== ] 2004/5051 39% [======================== ] 2005/5051 39% [======================== ] 2006/5051 39% [======================== ] 2007/5051 39% [======================== ] 2008/5051 39% [======================== ] 2009/5051 39% [======================== ] 2010/5051 39% [======================== ] 2011/5051 39% [======================== ] 2012/5051 39% [======================== ] 2013/5051 39% [======================== ] 2014/5051 39% [======================== ] 2015/5051 39% [======================== ] 2016/5051 39% [======================== ] 2017/5051 39% [======================== ] 2018/5051 39% [======================== ] 2019/5051 39% [======================== ] 2020/5051 39% [======================== ] 2021/5051 40% [======================== ] 2022/5051 40% [======================== ] 2023/5051 40% [======================== ] 2024/5051 40% [======================== ] 2025/5051 40% [======================== ] 2026/5051 40% [======================== ] 2027/5051 40% [======================== ] 2028/5051 40% [======================== ] 2029/5051 40% [======================== ] 2030/5051 40% [======================== ] 2031/5051 40% [======================== ] 2032/5051 40% [======================== ] 2033/5051 40% [======================== ] 2034/5051 40% [======================== ] 2035/5051 40% [======================== ] 2036/5051 40% [========================= ] 2037/5051 40% [========================= ] 2038/5051 40% [========================= ] 2039/5051 40% [========================= ] 2040/5051 40% [========================= ] 2041/5051 40% [========================= ] 2042/5051 40% [========================= ] 2043/5051 40% [========================= ] 2044/5051 40% [========================= ] 2045/5051 40% [========================= ] 2046/5051 40% [========================= ] 2047/5051 40% [========================= ] 2048/5051 40% [========================= ] 2049/5051 40% [========================= ] 2050/5051 40% [========================= ] 2051/5051 40% [========================= ] 2052/5051 40% [========================= ] 2053/5051 40% [========================= ] 2054/5051 40% [========================= ] 2055/5051 40% [========================= ] 2056/5051 40% [========================= ] 2057/5051 40% [========================= ] 2058/5051 40% [========================= ] 2059/5051 40% [========================= ] 2060/5051 40% [========================= ] 2061/5051 40% [========================= ] 2062/5051 40% [========================= ] 2063/5051 40% [========================= ] 2064/5051 40% [========================= ] 2065/5051 40% [========================= ] 2066/5051 40% [========================= ] 2067/5051 40% [========================= ] 2068/5051 40% [========================= ] 2069/5051 40% [========================= ] 2070/5051 40% [========================= ] 2071/5051 41% [========================= ] 2072/5051 41% [========================= ] 2073/5051 41% [========================= ] 2074/5051 41% [========================= ] 2075/5051 41% [========================= ] 2076/5051 41% [========================= ] 2077/5051 41% [========================= ] 2078/5051 41% [========================= ] 2079/5051 41% [========================= ] 2080/5051 41% [========================= ] 2081/5051 41% [========================= ] 2082/5051 41% [========================= ] 2083/5051 41% [========================= ] 2084/5051 41% [========================= ] 2085/5051 41% [========================= ] 2086/5051 41% [========================= ] 2087/5051 41% [========================= ] 2088/5051 41% [========================= ] 2089/5051 41% [========================= ] 2090/5051 41% [========================= ] 2091/5051 41% [========================= ] 2092/5051 41% [========================= ] 2093/5051 41% [========================= ] 2094/5051 41% [========================= ] 2095/5051 41% [========================= ] 2096/5051 41% [========================= ] 2097/5051 41% [========================= ] 2098/5051 41% [========================= ] 2099/5051 41% [========================= ] 2100/5051 41% [========================= ] 2101/5051 41% [========================= ] 2102/5051 41% [========================= ] 2103/5051 41% [========================= ] 2104/5051 41% [========================= ] 2105/5051 41% [========================= ] 2106/5051 41% [========================= ] 2107/5051 41% [========================= ] 2108/5051 41% [========================= ] 2109/5051 41% [========================= ] 2110/5051 41% [========================= ] 2111/5051 41% [========================= ] 2112/5051 41% [========================= ] 2113/5051 41% [========================= ] 2114/5051 41% [========================= ] 2115/5051 41% [========================= ] 2116/5051 41% [========================= ] 2117/5051 41% [========================= ] 2118/5051 41% [========================== ] 2119/5051 41% [========================== ] 2120/5051 41% [========================== ] 2121/5051 41% [========================== ] 2122/5051 42% [========================== ] 2123/5051 42% [========================== ] 2124/5051 42% [========================== ] 2125/5051 42% [========================== ] 2126/5051 42% [========================== ] 2127/5051 42% [========================== ] 2128/5051 42% [========================== ] 2129/5051 42% [========================== ] 2130/5051 42% [========================== ] 2131/5051 42% [========================== ] 2132/5051 42% [========================== ] 2133/5051 42% [========================== ] 2134/5051 42% [========================== ] 2135/5051 42% [========================== ] 2136/5051 42% [========================== ] 2137/5051 42% [========================== ] 2138/5051 42% [========================== ] 2139/5051 42% [========================== ] 2140/5051 42% [========================== ] 2141/5051 42% [========================== ] 2142/5051 42% [========================== ] 2143/5051 42% [========================== ] 2144/5051 42% [========================== ] 2145/5051 42% [========================== ] 2146/5051 42% [========================== ] 2147/5051 42% [========================== ] 2148/5051 42% [========================== ] 2149/5051 42% [========================== ] 2150/5051 42% [========================== ] 2151/5051 42% [========================== ] 2152/5051 42% [========================== ] 2153/5051 42% [========================== ] 2154/5051 42% [========================== ] 2155/5051 42% [========================== ] 2156/5051 42% [========================== ] 2157/5051 42% [========================== ] 2158/5051 42% [========================== ] 2159/5051 42% [========================== ] 2160/5051 42% [========================== ] 2161/5051 42% [========================== ] 2162/5051 42% [========================== ] 2163/5051 42% [========================== ] 2164/5051 42% [========================== ] 2165/5051 42% [========================== ] 2166/5051 42% [========================== ] 2167/5051 42% [========================== ] 2168/5051 42% [========================== ] 2169/5051 42% [========================== ] 2170/5051 42% [========================== ] 2171/5051 42% [========================== ] 2172/5051 43% [========================== ] 2173/5051 43% [========================== ] 2174/5051 43% [========================== ] 2175/5051 43% [========================== ] 2176/5051 43% [========================== ] 2177/5051 43% [========================== ] 2178/5051 43% [========================== ] 2179/5051 43% [========================== ] 2180/5051 43% [========================== ] 2181/5051 43% [========================== ] 2182/5051 43% [========================== ] 2183/5051 43% [========================== ] 2184/5051 43% [========================== ] 2185/5051 43% [========================== ] 2186/5051 43% [========================== ] 2187/5051 43% [========================== ] 2188/5051 43% [========================== ] 2189/5051 43% [========================== ] 2190/5051 43% [========================== ] 2191/5051 43% [========================== ] 2192/5051 43% [========================== ] 2193/5051 43% [========================== ] 2194/5051 43% [========================== ] 2195/5051 43% [========================== ] 2196/5051 43% [========================== ] 2197/5051 43% [========================== ] 2198/5051 43% [========================== ] 2199/5051 43% [=========================== ] 2200/5051 43% [=========================== ] 2201/5051 43% [=========================== ] 2202/5051 43% [=========================== ] 2203/5051 43% [=========================== ] 2204/5051 43% [=========================== ] 2205/5051 43% [=========================== ] 2206/5051 43% [=========================== ] 2207/5051 43% [=========================== ] 2208/5051 43% [=========================== ] 2209/5051 43% [=========================== ] 2210/5051 43% [=========================== ] 2211/5051 43% [=========================== ] 2212/5051 43% [=========================== ] 2213/5051 43% [=========================== ] 2214/5051 43% [=========================== ] 2215/5051 43% [=========================== ] 2216/5051 43% [=========================== ] 2217/5051 43% [=========================== ] 2218/5051 43% [=========================== ] 2219/5051 43% [=========================== ] 2220/5051 43% [=========================== ] 2221/5051 43% [=========================== ] 2222/5051 43% [=========================== ] 2223/5051 44% [=========================== ] 2224/5051 44% [=========================== ] 2225/5051 44% [=========================== ] 2226/5051 44% [=========================== ] 2227/5051 44% [=========================== ] 2228/5051 44% [=========================== ] 2229/5051 44% [=========================== ] 2230/5051 44% [=========================== ] 2231/5051 44% [=========================== ] 2232/5051 44% [=========================== ] 2233/5051 44% [=========================== ] 2234/5051 44% [=========================== ] 2235/5051 44% [=========================== ] 2236/5051 44% [=========================== ] 2237/5051 44% [=========================== ] 2238/5051 44% [=========================== ] 2239/5051 44% [=========================== ] 2240/5051 44% [=========================== ] 2241/5051 44% [=========================== ] 2242/5051 44% [=========================== ] 2243/5051 44% [=========================== ] 2244/5051 44% [=========================== ] 2245/5051 44% [=========================== ] 2246/5051 44% [=========================== ] 2247/5051 44% [=========================== ] 2248/5051 44% [=========================== ] 2249/5051 44% [=========================== ] 2250/5051 44% [=========================== ] 2251/5051 44% [=========================== ] 2252/5051 44% [=========================== ] 2253/5051 44% [=========================== ] 2254/5051 44% [=========================== ] 2255/5051 44% [=========================== ] 2256/5051 44% [=========================== ] 2257/5051 44% [=========================== ] 2258/5051 44% [=========================== ] 2259/5051 44% [=========================== ] 2260/5051 44% [=========================== ] 2261/5051 44% [=========================== ] 2262/5051 44% [=========================== ] 2263/5051 44% [=========================== ] 2264/5051 44% [=========================== ] 2265/5051 44% [=========================== ] 2266/5051 44% [=========================== ] 2267/5051 44% [=========================== ] 2268/5051 44% [=========================== ] 2269/5051 44% [=========================== ] 2270/5051 44% [=========================== ] 2271/5051 44% [=========================== ] 2272/5051 44% [=========================== ] 2273/5051 45% [=========================== ] 2274/5051 45% [=========================== ] 2275/5051 45% [=========================== ] 2276/5051 45% [=========================== ] 2277/5051 45% [=========================== ] 2278/5051 45% [=========================== ] 2279/5051 45% [=========================== ] 2280/5051 45% [=========================== ] 2281/5051 45% [============================ ] 2282/5051 45% [============================ ] 2283/5051 45% [============================ ] 2284/5051 45% [============================ ] 2285/5051 45% [============================ ] 2286/5051 45% [============================ ] 2287/5051 45% [============================ ] 2288/5051 45% [============================ ] 2289/5051 45% [============================ ] 2290/5051 45% [============================ ] 2291/5051 45% [============================ ] 2292/5051 45% [============================ ] 2293/5051 45% [============================ ] 2294/5051 45% [============================ ] 2295/5051 45% [============================ ] 2296/5051 45% [============================ ] 2297/5051 45% [============================ ] 2298/5051 45% [============================ ] 2299/5051 45% [============================ ] 2300/5051 45% [============================ ] 2301/5051 45% [============================ ] 2302/5051 45% [============================ ] 2303/5051 45% [============================ ] 2304/5051 45% [============================ ] 2305/5051 45% [============================ ] 2306/5051 45% [============================ ] 2307/5051 45% [============================ ] 2308/5051 45% [============================ ] 2309/5051 45% [============================ ] 2310/5051 45% [============================ ] 2311/5051 45% [============================ ] 2312/5051 45% [============================ ] 2313/5051 45% [============================ ] 2314/5051 45% [============================ ] 2315/5051 45% [============================ ] 2316/5051 45% [============================ ] 2317/5051 45% [============================ ] 2318/5051 45% [============================ ] 2319/5051 45% [============================ ] 2320/5051 45% [============================ ] 2321/5051 45% [============================ ] 2322/5051 45% [============================ ] 2323/5051 45% [============================ ] 2324/5051 46% [============================ ] 2325/5051 46% [============================ ] 2326/5051 46% [============================ ] 2327/5051 46% [============================ ] 2328/5051 46% [============================ ] 2329/5051 46% [============================ ] 2330/5051 46% [============================ ] 2331/5051 46% [============================ ] 2332/5051 46% [============================ ] 2333/5051 46% [============================ ] 2334/5051 46% [============================ ] 2335/5051 46% [============================ ] 2336/5051 46% [============================ ] 2337/5051 46% [============================ ] 2338/5051 46% [============================ ] 2339/5051 46% [============================ ] 2340/5051 46% [============================ ] 2341/5051 46% [============================ ] 2342/5051 46% [============================ ] 2343/5051 46% [============================ ] 2344/5051 46% [============================ ] 2345/5051 46% [============================ ] 2346/5051 46% [============================ ] 2347/5051 46% [============================ ] 2348/5051 46% [============================ ] 2349/5051 46% [============================ ] 2350/5051 46% [============================ ] 2351/5051 46% [============================ ] 2352/5051 46% [============================ ] 2353/5051 46% [============================ ] 2354/5051 46% [============================ ] 2355/5051 46% [============================ ] 2356/5051 46% [============================ ] 2357/5051 46% [============================ ] 2358/5051 46% [============================ ] 2359/5051 46% [============================ ] 2360/5051 46% [============================ ] 2361/5051 46% [============================ ] 2362/5051 46% [============================= ] 2363/5051 46% [============================= ] 2364/5051 46% [============================= ] 2365/5051 46% [============================= ] 2366/5051 46% [============================= ] 2367/5051 46% [============================= ] 2368/5051 46% [============================= ] 2369/5051 46% [============================= ] 2370/5051 46% [============================= ] 2371/5051 46% [============================= ] 2372/5051 46% [============================= ] 2373/5051 46% [============================= ] 2374/5051 47% [============================= ] 2375/5051 47% [============================= ] 2376/5051 47% [============================= ] 2377/5051 47% [============================= ] 2378/5051 47% [============================= ] 2379/5051 47% [============================= ] 2380/5051 47% [============================= ] 2381/5051 47% [============================= ] 2382/5051 47% [============================= ] 2383/5051 47% [============================= ] 2384/5051 47% [============================= ] 2385/5051 47% [============================= ] 2386/5051 47% [============================= ] 2387/5051 47% [============================= ] 2388/5051 47% [============================= ] 2389/5051 47% [============================= ] 2390/5051 47% [============================= ] 2391/5051 47% [============================= ] 2392/5051 47% [============================= ] 2393/5051 47% [============================= ] 2394/5051 47% [============================= ] 2395/5051 47% [============================= ] 2396/5051 47% [============================= ] 2397/5051 47% [============================= ] 2398/5051 47% [============================= ] 2399/5051 47% [============================= ] 2400/5051 47% [============================= ] 2401/5051 47% [============================= ] 2402/5051 47% [============================= ] 2403/5051 47% [============================= ] 2404/5051 47% [============================= ] 2405/5051 47% [============================= ] 2406/5051 47% [============================= ] 2407/5051 47% [============================= ] 2408/5051 47% [============================= ] 2409/5051 47% [============================= ] 2410/5051 47% [============================= ] 2411/5051 47% [============================= ] 2412/5051 47% [============================= ] 2413/5051 47% [============================= ] 2414/5051 47% [============================= ] 2415/5051 47% [============================= ] 2416/5051 47% [============================= ] 2417/5051 47% [============================= ] 2418/5051 47% [============================= ] 2419/5051 47% [============================= ] 2420/5051 47% [============================= ] 2421/5051 47% [============================= ] 2422/5051 47% [============================= ] 2423/5051 47% [============================= ] 2424/5051 47% [============================= ] 2425/5051 48% [============================= ] 2426/5051 48% [============================= ] 2427/5051 48% [============================= ] 2428/5051 48% [============================= ] 2429/5051 48% [============================= ] 2430/5051 48% [============================= ] 2431/5051 48% [============================= ] 2432/5051 48% [============================= ] 2433/5051 48% [============================= ] 2434/5051 48% [============================= ] 2435/5051 48% [============================= ] 2436/5051 48% [============================= ] 2437/5051 48% [============================= ] 2438/5051 48% [============================= ] 2439/5051 48% [============================= ] 2440/5051 48% [============================= ] 2441/5051 48% [============================= ] 2442/5051 48% [============================= ] 2443/5051 48% [============================= ] 2444/5051 48% [============================== ] 2445/5051 48% [============================== ] 2446/5051 48% [============================== ] 2447/5051 48% [============================== ] 2448/5051 48% [============================== ] 2449/5051 48% [============================== ] 2450/5051 48% [============================== ] 2451/5051 48% [============================== ] 2452/5051 48% [============================== ] 2453/5051 48% [============================== ] 2454/5051 48% [============================== ] 2455/5051 48% [============================== ] 2456/5051 48% [============================== ] 2457/5051 48% [============================== ] 2458/5051 48% [============================== ] 2459/5051 48% [============================== ] 2460/5051 48% [============================== ] 2461/5051 48% [============================== ] 2462/5051 48% [============================== ] 2463/5051 48% [============================== ] 2464/5051 48% [============================== ] 2465/5051 48% [============================== ] 2466/5051 48% [============================== ] 2467/5051 48% [============================== ] 2468/5051 48% [============================== ] 2469/5051 48% [============================== ] 2470/5051 48% [============================== ] 2471/5051 48% [============================== ] 2472/5051 48% [============================== ] 2473/5051 48% [============================== ] 2474/5051 48% [============================== ] 2475/5051 49% [============================== ] 2476/5051 49% [============================== ] 2477/5051 49% [============================== ] 2478/5051 49% [============================== ] 2479/5051 49% [============================== ] 2480/5051 49% [============================== ] 2481/5051 49% [============================== ] 2482/5051 49% [============================== ] 2483/5051 49% [============================== ] 2484/5051 49% [============================== ] 2485/5051 49% [============================== ] 2486/5051 49% [============================== ] 2487/5051 49% [============================== ] 2488/5051 49% [============================== ] 2489/5051 49% [============================== ] 2490/5051 49% [============================== ] 2491/5051 49% [============================== ] 2492/5051 49% [============================== ] 2493/5051 49% [============================== ] 2494/5051 49% [============================== ] 2495/5051 49% [============================== ] 2496/5051 49% [============================== ] 2497/5051 49% [============================== ] 2498/5051 49% [============================== ] 2499/5051 49% [============================== ] 2500/5051 49% [============================== ] 2501/5051 49% [============================== ] 2502/5051 49% [============================== ] 2503/5051 49% [============================== ] 2504/5051 49% [============================== ] 2505/5051 49% [============================== ] 2506/5051 49% [============================== ] 2507/5051 49% [============================== ] 2508/5051 49% [============================== ] 2509/5051 49% [============================== ] 2510/5051 49% [============================== ] 2511/5051 49% [============================== ] 2512/5051 49% [============================== ] 2513/5051 49% [============================== ] 2514/5051 49% [============================== ] 2515/5051 49% [============================== ] 2516/5051 49% [============================== ] 2517/5051 49% [============================== ] 2518/5051 49% [============================== ] 2519/5051 49% [============================== ] 2520/5051 49% [============================== ] 2521/5051 49% [============================== ] 2522/5051 49% [============================== ] 2523/5051 49% [============================== ] 2524/5051 49% [============================== ] 2525/5051 49% [=============================== ] 2526/5051 50% [=============================== ] 2527/5051 50% [=============================== ] 2528/5051 50% [=============================== ] 2529/5051 50% [=============================== ] 2530/5051 50% [=============================== ] 2531/5051 50% [=============================== ] 2532/5051 50% [=============================== ] 2533/5051 50% [=============================== ] 2534/5051 50% [=============================== ] 2535/5051 50% [=============================== ] 2536/5051 50% [=============================== ] 2537/5051 50% [=============================== ] 2538/5051 50% [=============================== ] 2539/5051 50% [=============================== ] 2540/5051 50% [=============================== ] 2541/5051 50% [=============================== ] 2542/5051 50% [=============================== ] 2543/5051 50% [=============================== ] 2544/5051 50% [=============================== ] 2545/5051 50% [=============================== ] 2546/5051 50% [=============================== ] 2547/5051 50% [=============================== ] 2548/5051 50% [=============================== ] 2549/5051 50% [=============================== ] 2550/5051 50% [=============================== ] 2551/5051 50% [=============================== ] 2552/5051 50% [=============================== ] 2553/5051 50% [=============================== ] 2554/5051 50% [=============================== ] 2555/5051 50% [=============================== ] 2556/5051 50% [=============================== ] 2557/5051 50% [=============================== ] 2558/5051 50% [=============================== ] 2559/5051 50% [=============================== ] 2560/5051 50% [=============================== ] 2561/5051 50% [=============================== ] 2562/5051 50% [=============================== ] 2563/5051 50% [=============================== ] 2564/5051 50% [=============================== ] 2565/5051 50% [=============================== ] 2566/5051 50% [=============================== ] 2567/5051 50% [=============================== ] 2568/5051 50% [=============================== ] 2569/5051 50% [=============================== ] 2570/5051 50% [=============================== ] 2571/5051 50% [=============================== ] 2572/5051 50% [=============================== ] 2573/5051 50% [=============================== ] 2574/5051 50% [=============================== ] 2575/5051 50% [=============================== ] 2576/5051 50% [=============================== ] 2577/5051 51% [=============================== ] 2578/5051 51% [=============================== ] 2579/5051 51% [=============================== ] 2580/5051 51% [=============================== ] 2581/5051 51% [=============================== ] 2582/5051 51% [=============================== ] 2583/5051 51% [=============================== ] 2584/5051 51% [=============================== ] 2585/5051 51% [=============================== ] 2586/5051 51% [=============================== ] 2587/5051 51% [=============================== ] 2588/5051 51% [=============================== ] 2589/5051 51% [=============================== ] 2590/5051 51% [=============================== ] 2591/5051 51% [=============================== ] 2592/5051 51% [=============================== ] 2593/5051 51% [=============================== ] 2594/5051 51% [=============================== ] 2595/5051 51% [=============================== ] 2596/5051 51% [=============================== ] 2597/5051 51% [=============================== ] 2598/5051 51% [=============================== ] 2599/5051 51% [=============================== ] 2600/5051 51% [=============================== ] 2601/5051 51% [=============================== ] 2602/5051 51% [=============================== ] 2603/5051 51% [=============================== ] 2604/5051 51% [=============================== ] 2605/5051 51% [=============================== ] 2606/5051 51% [================================ ] 2607/5051 51% [================================ ] 2608/5051 51% [================================ ] 2609/5051 51% [================================ ] 2610/5051 51% [================================ ] 2611/5051 51% [================================ ] 2612/5051 51% [================================ ] 2613/5051 51% [================================ ] 2614/5051 51% [================================ ] 2615/5051 51% [================================ ] 2616/5051 51% [================================ ] 2617/5051 51% [================================ ] 2618/5051 51% [================================ ] 2619/5051 51% [================================ ] 2620/5051 51% [================================ ] 2621/5051 51% [================================ ] 2622/5051 51% [================================ ] 2623/5051 51% [================================ ] 2624/5051 51% [================================ ] 2625/5051 51% [================================ ] 2626/5051 51% [================================ ] 2627/5051 52% [================================ ] 2628/5051 52% [================================ ] 2629/5051 52% [================================ ] 2630/5051 52% [================================ ] 2631/5051 52% [================================ ] 2632/5051 52% [================================ ] 2633/5051 52% [================================ ] 2634/5051 52% [================================ ] 2635/5051 52% [================================ ] 2636/5051 52% [================================ ] 2637/5051 52% [================================ ] 2638/5051 52% [================================ ] 2639/5051 52% [================================ ] 2640/5051 52% [================================ ] 2641/5051 52% [================================ ] 2642/5051 52% [================================ ] 2643/5051 52% [================================ ] 2644/5051 52% [================================ ] 2645/5051 52% [================================ ] 2646/5051 52% [================================ ] 2647/5051 52% [================================ ] 2648/5051 52% [================================ ] 2649/5051 52% [================================ ] 2650/5051 52% [================================ ] 2651/5051 52% [================================ ] 2652/5051 52% [================================ ] 2653/5051 52% [================================ ] 2654/5051 52% [================================ ] 2655/5051 52% [================================ ] 2656/5051 52% [================================ ] 2657/5051 52% [================================ ] 2658/5051 52% [================================ ] 2659/5051 52% [================================ ] 2660/5051 52% [================================ ] 2661/5051 52% [================================ ] 2662/5051 52% [================================ ] 2663/5051 52% [================================ ] 2664/5051 52% [================================ ] 2665/5051 52% [================================ ] 2666/5051 52% [================================ ] 2667/5051 52% [================================ ] 2668/5051 52% [================================ ] 2669/5051 52% [================================ ] 2670/5051 52% [================================ ] 2671/5051 52% [================================ ] 2672/5051 52% [================================ ] 2673/5051 52% [================================ ] 2674/5051 52% [================================ ] 2675/5051 52% [================================ ] 2676/5051 52% [================================ ] 2677/5051 52% [================================ ] 2678/5051 53% [================================ ] 2679/5051 53% [================================ ] 2680/5051 53% [================================ ] 2681/5051 53% [================================ ] 2682/5051 53% [================================ ] 2683/5051 53% [================================ ] 2684/5051 53% [================================ ] 2685/5051 53% [================================ ] 2686/5051 53% [================================ ] 2687/5051 53% [================================ ] 2688/5051 53% [================================= ] 2689/5051 53% [================================= ] 2690/5051 53% [================================= ] 2691/5051 53% [================================= ] 2692/5051 53% [================================= ] 2693/5051 53% [================================= ] 2694/5051 53% [================================= ] 2695/5051 53% [================================= ] 2696/5051 53% [================================= ] 2697/5051 53% [================================= ] 2698/5051 53% [================================= ] 2699/5051 53% [================================= ] 2700/5051 53% [================================= ] 2701/5051 53% [================================= ] 2702/5051 53% [================================= ] 2703/5051 53% [================================= ] 2704/5051 53% [================================= ] 2705/5051 53% [================================= ] 2706/5051 53% [================================= ] 2707/5051 53% [================================= ] 2708/5051 53% [================================= ] 2709/5051 53% [================================= ] 2710/5051 53% [================================= ] 2711/5051 53% [================================= ] 2712/5051 53% [================================= ] 2713/5051 53% [================================= ] 2714/5051 53% [================================= ] 2715/5051 53% [================================= ] 2716/5051 53% [================================= ] 2717/5051 53% [================================= ] 2718/5051 53% [================================= ] 2719/5051 53% [================================= ] 2720/5051 53% [================================= ] 2721/5051 53% [================================= ] 2722/5051 53% [================================= ] 2723/5051 53% [================================= ] 2724/5051 53% [================================= ] 2725/5051 53% [================================= ] 2726/5051 53% [================================= ] 2727/5051 53% [================================= ] 2728/5051 54% [================================= ] 2729/5051 54% [================================= ] 2730/5051 54% [================================= ] 2731/5051 54% [================================= ] 2732/5051 54% [================================= ] 2733/5051 54% [================================= ] 2734/5051 54% [================================= ] 2735/5051 54% [================================= ] 2736/5051 54% [================================= ] 2737/5051 54% [================================= ] 2738/5051 54% [================================= ] 2739/5051 54% [================================= ] 2740/5051 54% [================================= ] 2741/5051 54% [================================= ] 2742/5051 54% [================================= ] 2743/5051 54% [================================= ] 2744/5051 54% [================================= ] 2745/5051 54% [================================= ] 2746/5051 54% [================================= ] 2747/5051 54% [================================= ] 2748/5051 54% [================================= ] 2749/5051 54% [================================= ] 2750/5051 54% [================================= ] 2751/5051 54% [================================= ] 2752/5051 54% [================================= ] 2753/5051 54% [================================= ] 2754/5051 54% [================================= ] 2755/5051 54% [================================= ] 2756/5051 54% [================================= ] 2757/5051 54% [================================= ] 2758/5051 54% [================================= ] 2759/5051 54% [================================= ] 2760/5051 54% [================================= ] 2761/5051 54% [================================= ] 2762/5051 54% [================================= ] 2763/5051 54% [================================= ] 2764/5051 54% [================================= ] 2765/5051 54% [================================= ] 2766/5051 54% [================================= ] 2767/5051 54% [================================= ] 2768/5051 54% [================================= ] 2769/5051 54% [================================== ] 2770/5051 54% [================================== ] 2771/5051 54% [================================== ] 2772/5051 54% [================================== ] 2773/5051 54% [================================== ] 2774/5051 54% [================================== ] 2775/5051 54% [================================== ] 2776/5051 54% [================================== ] 2777/5051 54% [================================== ] 2778/5051 54% [================================== ] 2779/5051 55% [================================== ] 2780/5051 55% [================================== ] 2781/5051 55% [================================== ] 2782/5051 55% [================================== ] 2783/5051 55% [================================== ] 2784/5051 55% [================================== ] 2785/5051 55% [================================== ] 2786/5051 55% [================================== ] 2787/5051 55% [================================== ] 2788/5051 55% [================================== ] 2789/5051 55% [================================== ] 2790/5051 55% [================================== ] 2791/5051 55% [================================== ] 2792/5051 55% [================================== ] 2793/5051 55% [================================== ] 2794/5051 55% [================================== ] 2795/5051 55% [================================== ] 2796/5051 55% [================================== ] 2797/5051 55% [================================== ] 2798/5051 55% [================================== ] 2799/5051 55% [================================== ] 2800/5051 55% [================================== ] 2801/5051 55% [================================== ] 2802/5051 55% [================================== ] 2803/5051 55% [================================== ] 2804/5051 55% [================================== ] 2805/5051 55% [================================== ] 2806/5051 55% [================================== ] 2807/5051 55% [================================== ] 2808/5051 55% [================================== ] 2809/5051 55% [================================== ] 2810/5051 55% [================================== ] 2811/5051 55% [================================== ] 2812/5051 55% [================================== ] 2813/5051 55% [================================== ] 2814/5051 55% [================================== ] 2815/5051 55% [================================== ] 2816/5051 55% [================================== ] 2817/5051 55% [================================== ] 2818/5051 55% [================================== ] 2819/5051 55% [================================== ] 2820/5051 55% [================================== ] 2821/5051 55% [================================== ] 2822/5051 55% [================================== ] 2823/5051 55% [================================== ] 2824/5051 55% [================================== ] 2825/5051 55% [================================== ] 2826/5051 55% [================================== ] 2827/5051 55% [================================== ] 2828/5051 55% [================================== ] 2829/5051 56% [================================== ] 2830/5051 56% [================================== ] 2831/5051 56% [================================== ] 2832/5051 56% [================================== ] 2833/5051 56% [================================== ] 2834/5051 56% [================================== ] 2835/5051 56% [================================== ] 2836/5051 56% [================================== ] 2837/5051 56% [================================== ] 2838/5051 56% [================================== ] 2839/5051 56% [================================== ] 2840/5051 56% [================================== ] 2841/5051 56% [================================== ] 2842/5051 56% [================================== ] 2843/5051 56% [================================== ] 2844/5051 56% [================================== ] 2845/5051 56% [================================== ] 2846/5051 56% [================================== ] 2847/5051 56% [================================== ] 2848/5051 56% [================================== ] 2849/5051 56% [================================== ] 2850/5051 56% [================================== ] 2851/5051 56% [=================================== ] 2852/5051 56% [=================================== ] 2853/5051 56% [=================================== ] 2854/5051 56% [=================================== ] 2855/5051 56% [=================================== ] 2856/5051 56% [=================================== ] 2857/5051 56% [=================================== ] 2858/5051 56% [=================================== ] 2859/5051 56% [=================================== ] 2860/5051 56% [=================================== ] 2861/5051 56% [=================================== ] 2862/5051 56% [=================================== ] 2863/5051 56% [=================================== ] 2864/5051 56% [=================================== ] 2865/5051 56% [=================================== ] 2866/5051 56% [=================================== ] 2867/5051 56% [=================================== ] 2868/5051 56% [=================================== ] 2869/5051 56% [=================================== ] 2870/5051 56% [=================================== ] 2871/5051 56% [=================================== ] 2872/5051 56% [=================================== ] 2873/5051 56% [=================================== ] 2874/5051 56% [=================================== ] 2875/5051 56% [=================================== ] 2876/5051 56% [=================================== ] 2877/5051 56% [=================================== ] 2878/5051 56% [=================================== ] 2879/5051 56% [=================================== ] 2880/5051 57% [=================================== ] 2881/5051 57% [=================================== ] 2882/5051 57% [=================================== ] 2883/5051 57% [=================================== ] 2884/5051 57% [=================================== ] 2885/5051 57% [=================================== ] 2886/5051 57% [=================================== ] 2887/5051 57% [=================================== ] 2888/5051 57% [=================================== ] 2889/5051 57% [=================================== ] 2890/5051 57% [=================================== ] 2891/5051 57% [=================================== ] 2892/5051 57% [=================================== ] 2893/5051 57% [=================================== ] 2894/5051 57% [=================================== ] 2895/5051 57% [=================================== ] 2896/5051 57% [=================================== ] 2897/5051 57% [=================================== ] 2898/5051 57% [=================================== ] 2899/5051 57% [=================================== ] 2900/5051 57% [=================================== ] 2901/5051 57% [=================================== ] 2902/5051 57% [=================================== ] 2903/5051 57% [=================================== ] 2904/5051 57% [=================================== ] 2905/5051 57% [=================================== ] 2906/5051 57% [=================================== ] 2907/5051 57% [=================================== ] 2908/5051 57% [=================================== ] 2909/5051 57% [=================================== ] 2910/5051 57% [=================================== ] 2911/5051 57% [=================================== ] 2912/5051 57% [=================================== ] 2913/5051 57% [=================================== ] 2914/5051 57% [=================================== ] 2915/5051 57% [=================================== ] 2916/5051 57% [=================================== ] 2917/5051 57% [=================================== ] 2918/5051 57% [=================================== ] 2919/5051 57% [=================================== ] 2920/5051 57% [=================================== ] 2921/5051 57% [=================================== ] 2922/5051 57% [=================================== ] 2923/5051 57% [=================================== ] 2924/5051 57% [=================================== ] 2925/5051 57% [=================================== ] 2926/5051 57% [=================================== ] 2927/5051 57% [=================================== ] 2928/5051 57% [=================================== ] 2929/5051 57% [=================================== ] 2930/5051 58% [=================================== ] 2931/5051 58% [=================================== ] 2932/5051 58% [==================================== ] 2933/5051 58% [==================================== ] 2934/5051 58% [==================================== ] 2935/5051 58% [==================================== ] 2936/5051 58% [==================================== ] 2937/5051 58% [==================================== ] 2938/5051 58% [==================================== ] 2939/5051 58% [==================================== ] 2940/5051 58% [==================================== ] 2941/5051 58% [==================================== ] 2942/5051 58% [==================================== ] 2943/5051 58% [==================================== ] 2944/5051 58% [==================================== ] 2945/5051 58% [==================================== ] 2946/5051 58% [==================================== ] 2947/5051 58% [==================================== ] 2948/5051 58% [==================================== ] 2949/5051 58% [==================================== ] 2950/5051 58% [==================================== ] 2951/5051 58% [==================================== ] 2952/5051 58% [==================================== ] 2953/5051 58% [==================================== ] 2954/5051 58% [==================================== ] 2955/5051 58% [==================================== ] 2956/5051 58% [==================================== ] 2957/5051 58% [==================================== ] 2958/5051 58% [==================================== ] 2959/5051 58% [==================================== ] 2960/5051 58% [==================================== ] 2961/5051 58% [==================================== ] 2962/5051 58% [==================================== ] 2963/5051 58% [==================================== ] 2964/5051 58% [==================================== ] 2965/5051 58% [==================================== ] 2966/5051 58% [==================================== ] 2967/5051 58% [==================================== ] 2968/5051 58% [==================================== ] 2969/5051 58% [==================================== ] 2970/5051 58% [==================================== ] 2971/5051 58% [==================================== ] 2972/5051 58% [==================================== ] 2973/5051 58% [==================================== ] 2974/5051 58% [==================================== ] 2975/5051 58% [==================================== ] 2976/5051 58% [==================================== ] 2977/5051 58% [==================================== ] 2978/5051 58% [==================================== ] 2979/5051 58% [==================================== ] 2980/5051 58% [==================================== ] 2981/5051 59% [==================================== ] 2982/5051 59% [==================================== ] 2983/5051 59% [==================================== ] 2984/5051 59% [==================================== ] 2985/5051 59% [==================================== ] 2986/5051 59% [==================================== ] 2987/5051 59% [==================================== ] 2988/5051 59% [==================================== ] 2989/5051 59% [==================================== ] 2990/5051 59% [==================================== ] 2991/5051 59% [==================================== ] 2992/5051 59% [==================================== ] 2993/5051 59% [==================================== ] 2994/5051 59% [==================================== ] 2995/5051 59% [==================================== ] 2996/5051 59% [==================================== ] 2997/5051 59% [==================================== ] 2998/5051 59% [==================================== ] 2999/5051 59% [==================================== ] 3000/5051 59% [==================================== ] 3001/5051 59% [==================================== ] 3002/5051 59% [==================================== ] 3003/5051 59% [==================================== ] 3004/5051 59% [==================================== ] 3005/5051 59% [==================================== ] 3006/5051 59% [==================================== ] 3007/5051 59% [==================================== ] 3008/5051 59% [==================================== ] 3009/5051 59% [==================================== ] 3010/5051 59% [==================================== ] 3011/5051 59% [==================================== ] 3012/5051 59% [==================================== ] 3013/5051 59% [==================================== ] 3014/5051 59% [===================================== ] 3015/5051 59% [===================================== ] 3016/5051 59% [===================================== ] 3017/5051 59% [===================================== ] 3018/5051 59% [===================================== ] 3019/5051 59% [===================================== ] 3020/5051 59% [===================================== ] 3021/5051 59% [===================================== ] 3022/5051 59% [===================================== ] 3023/5051 59% [===================================== ] 3024/5051 59% [===================================== ] 3025/5051 59% [===================================== ] 3026/5051 59% [===================================== ] 3027/5051 59% [===================================== ] 3028/5051 59% [===================================== ] 3029/5051 59% [===================================== ] 3030/5051 59% [===================================== ] 3031/5051 60% [===================================== ] 3032/5051 60% [===================================== ] 3033/5051 60% [===================================== ] 3034/5051 60% [===================================== ] 3035/5051 60% [===================================== ] 3036/5051 60% [===================================== ] 3037/5051 60% [===================================== ] 3038/5051 60% [===================================== ] 3039/5051 60% [===================================== ] 3040/5051 60% [===================================== ] 3041/5051 60% [===================================== ] 3042/5051 60% [===================================== ] 3043/5051 60% [===================================== ] 3044/5051 60% [===================================== ] 3045/5051 60% [===================================== ] 3046/5051 60% [===================================== ] 3047/5051 60% [===================================== ] 3048/5051 60% [===================================== ] 3049/5051 60% [===================================== ] 3050/5051 60% [===================================== ] 3051/5051 60% [===================================== ] 3052/5051 60% [===================================== ] 3053/5051 60% [===================================== ] 3054/5051 60% [===================================== ] 3055/5051 60% [===================================== ] 3056/5051 60% [===================================== ] 3057/5051 60% [===================================== ] 3058/5051 60% [===================================== ] 3059/5051 60% [===================================== ] 3060/5051 60% [===================================== ] 3061/5051 60% [===================================== ] 3062/5051 60% [===================================== ] 3063/5051 60% [===================================== ] 3064/5051 60% [===================================== ] 3065/5051 60% [===================================== ] 3066/5051 60% [===================================== ] 3067/5051 60% [===================================== ] 3068/5051 60% [===================================== ] 3069/5051 60% [===================================== ] 3070/5051 60% [===================================== ] 3071/5051 60% [===================================== ] 3072/5051 60% [===================================== ] 3073/5051 60% [===================================== ] 3074/5051 60% [===================================== ] 3075/5051 60% [===================================== ] 3076/5051 60% [===================================== ] 3077/5051 60% [===================================== ] 3078/5051 60% [===================================== ] 3079/5051 60% [===================================== ] 3080/5051 60% [===================================== ] 3081/5051 60% [===================================== ] 3082/5051 61% [===================================== ] 3083/5051 61% [===================================== ] 3084/5051 61% [===================================== ] 3085/5051 61% [===================================== ] 3086/5051 61% [===================================== ] 3087/5051 61% [===================================== ] 3088/5051 61% [===================================== ] 3089/5051 61% [===================================== ] 3090/5051 61% [===================================== ] 3091/5051 61% [===================================== ] 3092/5051 61% [===================================== ] 3093/5051 61% [===================================== ] 3094/5051 61% [===================================== ] 3095/5051 61% [====================================== ] 3096/5051 61% [====================================== ] 3097/5051 61% [====================================== ] 3098/5051 61% [====================================== ] 3099/5051 61% [====================================== ] 3100/5051 61% [====================================== ] 3101/5051 61% [====================================== ] 3102/5051 61% [====================================== ] 3103/5051 61% [====================================== ] 3104/5051 61% [====================================== ] 3105/5051 61% [====================================== ] 3106/5051 61% [====================================== ] 3107/5051 61% [====================================== ] 3108/5051 61% [====================================== ] 3109/5051 61% [====================================== ] 3110/5051 61% [====================================== ] 3111/5051 61% [====================================== ] 3112/5051 61% [====================================== ] 3113/5051 61% [====================================== ] 3114/5051 61% [====================================== ] 3115/5051 61% [====================================== ] 3116/5051 61% [====================================== ] 3117/5051 61% [====================================== ] 3118/5051 61% [====================================== ] 3119/5051 61% [====================================== ] 3120/5051 61% [====================================== ] 3121/5051 61% [====================================== ] 3122/5051 61% [====================================== ] 3123/5051 61% [====================================== ] 3124/5051 61% [====================================== ] 3125/5051 61% [====================================== ] 3126/5051 61% [====================================== ] 3127/5051 61% [====================================== ] 3128/5051 61% [====================================== ] 3129/5051 61% [====================================== ] 3130/5051 61% [====================================== ] 3131/5051 61% [====================================== ] 3132/5051 62% [====================================== ] 3133/5051 62% [====================================== ] 3134/5051 62% [====================================== ] 3135/5051 62% [====================================== ] 3136/5051 62% [====================================== ] 3137/5051 62% [====================================== ] 3138/5051 62% [====================================== ] 3139/5051 62% [====================================== ] 3140/5051 62% [====================================== ] 3141/5051 62% [====================================== ] 3142/5051 62% [====================================== ] 3143/5051 62% [====================================== ] 3144/5051 62% [====================================== ] 3145/5051 62% [====================================== ] 3146/5051 62% [====================================== ] 3147/5051 62% [====================================== ] 3148/5051 62% [====================================== ] 3149/5051 62% [====================================== ] 3150/5051 62% [====================================== ] 3151/5051 62% [====================================== ] 3152/5051 62% [====================================== ] 3153/5051 62% [====================================== ] 3154/5051 62% [====================================== ] 3155/5051 62% [====================================== ] 3156/5051 62% [====================================== ] 3157/5051 62% [====================================== ] 3158/5051 62% [====================================== ] 3159/5051 62% [====================================== ] 3160/5051 62% [====================================== ] 3161/5051 62% [====================================== ] 3162/5051 62% [====================================== ] 3163/5051 62% [====================================== ] 3164/5051 62% [====================================== ] 3165/5051 62% [====================================== ] 3166/5051 62% [====================================== ] 3167/5051 62% [====================================== ] 3168/5051 62% [====================================== ] 3169/5051 62% [====================================== ] 3170/5051 62% [====================================== ] 3171/5051 62% [====================================== ] 3172/5051 62% [====================================== ] 3173/5051 62% [====================================== ] 3174/5051 62% [====================================== ] 3175/5051 62% [====================================== ] 3176/5051 62% [====================================== ] 3177/5051 62% [======================================= ] 3178/5051 62% [======================================= ] 3179/5051 62% [======================================= ] 3180/5051 62% [======================================= ] 3181/5051 62% [======================================= ] 3182/5051 62% [======================================= ] 3183/5051 63% [======================================= ] 3184/5051 63% [======================================= ] 3185/5051 63% [======================================= ] 3186/5051 63% [======================================= ] 3187/5051 63% [======================================= ] 3188/5051 63% [======================================= ] 3189/5051 63% [======================================= ] 3190/5051 63% [======================================= ] 3191/5051 63% [======================================= ] 3192/5051 63% [======================================= ] 3193/5051 63% [======================================= ] 3194/5051 63% [======================================= ] 3195/5051 63% [======================================= ] 3196/5051 63% [======================================= ] 3197/5051 63% [======================================= ] 3198/5051 63% [======================================= ] 3199/5051 63% [======================================= ] 3200/5051 63% [======================================= ] 3201/5051 63% [======================================= ] 3202/5051 63% [======================================= ] 3203/5051 63% [======================================= ] 3204/5051 63% [======================================= ] 3205/5051 63% [======================================= ] 3206/5051 63% [======================================= ] 3207/5051 63% [======================================= ] 3208/5051 63% [======================================= ] 3209/5051 63% [======================================= ] 3210/5051 63% [======================================= ] 3211/5051 63% [======================================= ] 3212/5051 63% [======================================= ] 3213/5051 63% [======================================= ] 3214/5051 63% [======================================= ] 3215/5051 63% [======================================= ] 3216/5051 63% [======================================= ] 3217/5051 63% [======================================= ] 3218/5051 63% [======================================= ] 3219/5051 63% [======================================= ] 3220/5051 63% [======================================= ] 3221/5051 63% [======================================= ] 3222/5051 63% [======================================= ] 3223/5051 63% [======================================= ] 3224/5051 63% [======================================= ] 3225/5051 63% [======================================= ] 3226/5051 63% [======================================= ] 3227/5051 63% [======================================= ] 3228/5051 63% [======================================= ] 3229/5051 63% [======================================= ] 3230/5051 63% [======================================= ] 3231/5051 63% [======================================= ] 3232/5051 63% [======================================= ] 3233/5051 64% [======================================= ] 3234/5051 64% [======================================= ] 3235/5051 64% [======================================= ] 3236/5051 64% [======================================= ] 3237/5051 64% [======================================= ] 3238/5051 64% [======================================= ] 3239/5051 64% [======================================= ] 3240/5051 64% [======================================= ] 3241/5051 64% [======================================= ] 3242/5051 64% [======================================= ] 3243/5051 64% [======================================= ] 3244/5051 64% [======================================= ] 3245/5051 64% [======================================= ] 3246/5051 64% [======================================= ] 3247/5051 64% [======================================= ] 3248/5051 64% [======================================= ] 3249/5051 64% [======================================= ] 3250/5051 64% [======================================= ] 3251/5051 64% [======================================= ] 3252/5051 64% [======================================= ] 3253/5051 64% [======================================= ] 3254/5051 64% [======================================= ] 3255/5051 64% [======================================= ] 3256/5051 64% [======================================= ] 3257/5051 64% [======================================= ] 3258/5051 64% [======================================== ] 3259/5051 64% [======================================== ] 3260/5051 64% [======================================== ] 3261/5051 64% [======================================== ] 3262/5051 64% [======================================== ] 3263/5051 64% [======================================== ] 3264/5051 64% [======================================== ] 3265/5051 64% [======================================== ] 3266/5051 64% [======================================== ] 3267/5051 64% [======================================== ] 3268/5051 64% [======================================== ] 3269/5051 64% [======================================== ] 3270/5051 64% [======================================== ] 3271/5051 64% [======================================== ] 3272/5051 64% [======================================== ] 3273/5051 64% [======================================== ] 3274/5051 64% [======================================== ] 3275/5051 64% [======================================== ] 3276/5051 64% [======================================== ] 3277/5051 64% [======================================== ] 3278/5051 64% [======================================== ] 3279/5051 64% [======================================== ] 3280/5051 64% [======================================== ] 3281/5051 64% [======================================== ] 3282/5051 64% [======================================== ] 3283/5051 64% [======================================== ] 3284/5051 65% [======================================== ] 3285/5051 65% [======================================== ] 3286/5051 65% [======================================== ] 3287/5051 65% [======================================== ] 3288/5051 65% [======================================== ] 3289/5051 65% [======================================== ] 3290/5051 65% [======================================== ] 3291/5051 65% [======================================== ] 3292/5051 65% [======================================== ] 3293/5051 65% [======================================== ] 3294/5051 65% [======================================== ] 3295/5051 65% [======================================== ] 3296/5051 65% [======================================== ] 3297/5051 65% [======================================== ] 3298/5051 65% [======================================== ] 3299/5051 65% [======================================== ] 3300/5051 65% [======================================== ] 3301/5051 65% [======================================== ] 3302/5051 65% [======================================== ] 3303/5051 65% [======================================== ] 3304/5051 65% [======================================== ] 3305/5051 65% [======================================== ] 3306/5051 65% [======================================== ] 3307/5051 65% [======================================== ] 3308/5051 65% [======================================== ] 3309/5051 65% [======================================== ] 3310/5051 65% [======================================== ] 3311/5051 65% [======================================== ] 3312/5051 65% [======================================== ] 3313/5051 65% [======================================== ] 3314/5051 65% [======================================== ] 3315/5051 65% [======================================== ] 3316/5051 65% [======================================== ] 3317/5051 65% [======================================== ] 3318/5051 65% [======================================== ] 3319/5051 65% [======================================== ] 3320/5051 65% [======================================== ] 3321/5051 65% [======================================== ] 3322/5051 65% [======================================== ] 3323/5051 65% [======================================== ] 3324/5051 65% [======================================== ] 3325/5051 65% [======================================== ] 3326/5051 65% [======================================== ] 3327/5051 65% [======================================== ] 3328/5051 65% [======================================== ] 3329/5051 65% [======================================== ] 3330/5051 65% [======================================== ] 3331/5051 65% [======================================== ] 3332/5051 65% [======================================== ] 3333/5051 65% [======================================== ] 3334/5051 66% [======================================== ] 3335/5051 66% [======================================== ] 3336/5051 66% [======================================== ] 3337/5051 66% [======================================== ] 3338/5051 66% [======================================== ] 3339/5051 66% [======================================== ] 3340/5051 66% [========================================= ] 3341/5051 66% [========================================= ] 3342/5051 66% [========================================= ] 3343/5051 66% [========================================= ] 3344/5051 66% [========================================= ] 3345/5051 66% [========================================= ] 3346/5051 66% [========================================= ] 3347/5051 66% [========================================= ] 3348/5051 66% [========================================= ] 3349/5051 66% [========================================= ] 3350/5051 66% [========================================= ] 3351/5051 66% [========================================= ] 3352/5051 66% [========================================= ] 3353/5051 66% [========================================= ] 3354/5051 66% [========================================= ] 3355/5051 66% [========================================= ] 3356/5051 66% [========================================= ] 3357/5051 66% [========================================= ] 3358/5051 66% [========================================= ] 3359/5051 66% [========================================= ] 3360/5051 66% [========================================= ] 3361/5051 66% [========================================= ] 3362/5051 66% [========================================= ] 3363/5051 66% [========================================= ] 3364/5051 66% [========================================= ] 3365/5051 66% [========================================= ] 3366/5051 66% [========================================= ] 3367/5051 66% [========================================= ] 3368/5051 66% [========================================= ] 3369/5051 66% [========================================= ] 3370/5051 66% [========================================= ] 3371/5051 66% [========================================= ] 3372/5051 66% [========================================= ] 3373/5051 66% [========================================= ] 3374/5051 66% [========================================= ] 3375/5051 66% [========================================= ] 3376/5051 66% [========================================= ] 3377/5051 66% [========================================= ] 3378/5051 66% [========================================= ] 3379/5051 66% [========================================= ] 3380/5051 66% [========================================= ] 3381/5051 66% [========================================= ] 3382/5051 66% [========================================= ] 3383/5051 66% [========================================= ] 3384/5051 66% [========================================= ] 3385/5051 67% [========================================= ] 3386/5051 67% [========================================= ] 3387/5051 67% [========================================= ] 3388/5051 67% [========================================= ] 3389/5051 67% [========================================= ] 3390/5051 67% [========================================= ] 3391/5051 67% [========================================= ] 3392/5051 67% [========================================= ] 3393/5051 67% [========================================= ] 3394/5051 67% [========================================= ] 3395/5051 67% [========================================= ] 3396/5051 67% [========================================= ] 3397/5051 67% [========================================= ] 3398/5051 67% [========================================= ] 3399/5051 67% [========================================= ] 3400/5051 67% [========================================= ] 3401/5051 67% [========================================= ] 3402/5051 67% [========================================= ] 3403/5051 67% [========================================= ] 3404/5051 67% [========================================= ] 3405/5051 67% [========================================= ] 3406/5051 67% [========================================= ] 3407/5051 67% [========================================= ] 3408/5051 67% [========================================= ] 3409/5051 67% [========================================= ] 3410/5051 67% [========================================= ] 3411/5051 67% [========================================= ] 3412/5051 67% [========================================= ] 3413/5051 67% [========================================= ] 3414/5051 67% [========================================= ] 3415/5051 67% [========================================= ] 3416/5051 67% [========================================= ] 3417/5051 67% [========================================= ] 3418/5051 67% [========================================= ] 3419/5051 67% [========================================= ] 3420/5051 67% [========================================= ] 3421/5051 67% [========================================== ] 3422/5051 67% [========================================== ] 3423/5051 67% [========================================== ] 3424/5051 67% [========================================== ] 3425/5051 67% [========================================== ] 3426/5051 67% [========================================== ] 3427/5051 67% [========================================== ] 3428/5051 67% [========================================== ] 3429/5051 67% [========================================== ] 3430/5051 67% [========================================== ] 3431/5051 67% [========================================== ] 3432/5051 67% [========================================== ] 3433/5051 67% [========================================== ] 3434/5051 67% [========================================== ] 3435/5051 68% [========================================== ] 3436/5051 68% [========================================== ] 3437/5051 68% [========================================== ] 3438/5051 68% [========================================== ] 3439/5051 68% [========================================== ] 3440/5051 68% [========================================== ] 3441/5051 68% [========================================== ] 3442/5051 68% [========================================== ] 3443/5051 68% [========================================== ] 3444/5051 68% [========================================== ] 3445/5051 68% [========================================== ] 3446/5051 68% [========================================== ] 3447/5051 68% [========================================== ] 3448/5051 68% [========================================== ] 3449/5051 68% [========================================== ] 3450/5051 68% [========================================== ] 3451/5051 68% [========================================== ] 3452/5051 68% [========================================== ] 3453/5051 68% [========================================== ] 3454/5051 68% [========================================== ] 3455/5051 68% [========================================== ] 3456/5051 68% [========================================== ] 3457/5051 68% [========================================== ] 3458/5051 68% [========================================== ] 3459/5051 68% [========================================== ] 3460/5051 68% [========================================== ] 3461/5051 68% [========================================== ] 3462/5051 68% [========================================== ] 3463/5051 68% [========================================== ] 3464/5051 68% [========================================== ] 3465/5051 68% [========================================== ] 3466/5051 68% [========================================== ] 3467/5051 68% [========================================== ] 3468/5051 68% [========================================== ] 3469/5051 68% [========================================== ] 3470/5051 68% [========================================== ] 3471/5051 68% [========================================== ] 3472/5051 68% [========================================== ] 3473/5051 68% [========================================== ] 3474/5051 68% [========================================== ] 3475/5051 68% [========================================== ] 3476/5051 68% [========================================== ] 3477/5051 68% [========================================== ] 3478/5051 68% [========================================== ] 3479/5051 68% [========================================== ] 3480/5051 68% [========================================== ] 3481/5051 68% [========================================== ] 3482/5051 68% [========================================== ] 3483/5051 68% [========================================== ] 3484/5051 68% [========================================== ] 3485/5051 68% [========================================== ] 3486/5051 69% [========================================== ] 3487/5051 69% [========================================== ] 3488/5051 69% [========================================== ] 3489/5051 69% [========================================== ] 3490/5051 69% [========================================== ] 3491/5051 69% [========================================== ] 3492/5051 69% [========================================== ] 3493/5051 69% [========================================== ] 3494/5051 69% [========================================== ] 3495/5051 69% [========================================== ] 3496/5051 69% [========================================== ] 3497/5051 69% [========================================== ] 3498/5051 69% [========================================== ] 3499/5051 69% [========================================== ] 3500/5051 69% [========================================== ] 3501/5051 69% [========================================== ] 3502/5051 69% [========================================== ] 3503/5051 69% [=========================================== ] 3504/5051 69% [=========================================== ] 3505/5051 69% [=========================================== ] 3506/5051 69% [=========================================== ] 3507/5051 69% [=========================================== ] 3508/5051 69% [=========================================== ] 3509/5051 69% [=========================================== ] 3510/5051 69% [=========================================== ] 3511/5051 69% [=========================================== ] 3512/5051 69% [=========================================== ] 3513/5051 69% [=========================================== ] 3514/5051 69% [=========================================== ] 3515/5051 69% [=========================================== ] 3516/5051 69% [=========================================== ] 3517/5051 69% [=========================================== ] 3518/5051 69% [=========================================== ] 3519/5051 69% [=========================================== ] 3520/5051 69% [=========================================== ] 3521/5051 69% [=========================================== ] 3522/5051 69% [=========================================== ] 3523/5051 69% [=========================================== ] 3524/5051 69% [=========================================== ] 3525/5051 69% [=========================================== ] 3526/5051 69% [=========================================== ] 3527/5051 69% [=========================================== ] 3528/5051 69% [=========================================== ] 3529/5051 69% [=========================================== ] 3530/5051 69% [=========================================== ] 3531/5051 69% [=========================================== ] 3532/5051 69% [=========================================== ] 3533/5051 69% [=========================================== ] 3534/5051 69% [=========================================== ] 3535/5051 69% [=========================================== ] 3536/5051 70% [=========================================== ] 3537/5051 70% [=========================================== ] 3538/5051 70% [=========================================== ] 3539/5051 70% [=========================================== ] 3540/5051 70% [=========================================== ] 3541/5051 70% [=========================================== ] 3542/5051 70% [=========================================== ] 3543/5051 70% [=========================================== ] 3544/5051 70% [=========================================== ] 3545/5051 70% [=========================================== ] 3546/5051 70% [=========================================== ] 3547/5051 70% [=========================================== ] 3548/5051 70% [=========================================== ] 3549/5051 70% [=========================================== ] 3550/5051 70% [=========================================== ] 3551/5051 70% [=========================================== ] 3552/5051 70% [=========================================== ] 3553/5051 70% [=========================================== ] 3554/5051 70% [=========================================== ] 3555/5051 70% [=========================================== ] 3556/5051 70% [=========================================== ] 3557/5051 70% [=========================================== ] 3558/5051 70% [=========================================== ] 3559/5051 70% [=========================================== ] 3560/5051 70% [=========================================== ] 3561/5051 70% [=========================================== ] 3562/5051 70% [=========================================== ] 3563/5051 70% [=========================================== ] 3564/5051 70% [=========================================== ] 3565/5051 70% [=========================================== ] 3566/5051 70% [=========================================== ] 3567/5051 70% [=========================================== ] 3568/5051 70% [=========================================== ] 3569/5051 70% [=========================================== ] 3570/5051 70% [=========================================== ] 3571/5051 70% [=========================================== ] 3572/5051 70% [=========================================== ] 3573/5051 70% [=========================================== ] 3574/5051 70% [=========================================== ] 3575/5051 70% [=========================================== ] 3576/5051 70% [=========================================== ] 3577/5051 70% [=========================================== ] 3578/5051 70% [=========================================== ] 3579/5051 70% [=========================================== ] 3580/5051 70% [=========================================== ] 3581/5051 70% [=========================================== ] 3582/5051 70% [=========================================== ] 3583/5051 70% [=========================================== ] 3584/5051 70% [============================================ ] 3585/5051 70% [============================================ ] 3586/5051 70% [============================================ ] 3587/5051 71% [============================================ ] 3588/5051 71% [============================================ ] 3589/5051 71% [============================================ ] 3590/5051 71% [============================================ ] 3591/5051 71% [============================================ ] 3592/5051 71% [============================================ ] 3593/5051 71% [============================================ ] 3594/5051 71% [============================================ ] 3595/5051 71% [============================================ ] 3596/5051 71% [============================================ ] 3597/5051 71% [============================================ ] 3598/5051 71% [============================================ ] 3599/5051 71% [============================================ ] 3600/5051 71% [============================================ ] 3601/5051 71% [============================================ ] 3602/5051 71% [============================================ ] 3603/5051 71% [============================================ ] 3604/5051 71% [============================================ ] 3605/5051 71% [============================================ ] 3606/5051 71% [============================================ ] 3607/5051 71% [============================================ ] 3608/5051 71% [============================================ ] 3609/5051 71% [============================================ ] 3610/5051 71% [============================================ ] 3611/5051 71% [============================================ ] 3612/5051 71% [============================================ ] 3613/5051 71% [============================================ ] 3614/5051 71% [============================================ ] 3615/5051 71% [============================================ ] 3616/5051 71% [============================================ ] 3617/5051 71% [============================================ ] 3618/5051 71% [============================================ ] 3619/5051 71% [============================================ ] 3620/5051 71% [============================================ ] 3621/5051 71% [============================================ ] 3622/5051 71% [============================================ ] 3623/5051 71% [============================================ ] 3624/5051 71% [============================================ ] 3625/5051 71% [============================================ ] 3626/5051 71% [============================================ ] 3627/5051 71% [============================================ ] 3628/5051 71% [============================================ ] 3629/5051 71% [============================================ ] 3630/5051 71% [============================================ ] 3631/5051 71% [============================================ ] 3632/5051 71% [============================================ ] 3633/5051 71% [============================================ ] 3634/5051 71% [============================================ ] 3635/5051 71% [============================================ ] 3636/5051 71% [============================================ ] 3637/5051 72% [============================================ ] 3638/5051 72% [============================================ ] 3639/5051 72% [============================================ ] 3640/5051 72% [============================================ ] 3641/5051 72% [============================================ ] 3642/5051 72% [============================================ ] 3643/5051 72% [============================================ ] 3644/5051 72% [============================================ ] 3645/5051 72% [============================================ ] 3646/5051 72% [============================================ ] 3647/5051 72% [============================================ ] 3648/5051 72% [============================================ ] 3649/5051 72% [============================================ ] 3650/5051 72% [============================================ ] 3651/5051 72% [============================================ ] 3652/5051 72% [============================================ ] 3653/5051 72% [============================================ ] 3654/5051 72% [============================================ ] 3655/5051 72% [============================================ ] 3656/5051 72% [============================================ ] 3657/5051 72% [============================================ ] 3658/5051 72% [============================================ ] 3659/5051 72% [============================================ ] 3660/5051 72% [============================================ ] 3661/5051 72% [============================================ ] 3662/5051 72% [============================================ ] 3663/5051 72% [============================================ ] 3664/5051 72% [============================================ ] 3665/5051 72% [============================================ ] 3666/5051 72% [============================================= ] 3667/5051 72% [============================================= ] 3668/5051 72% [============================================= ] 3669/5051 72% [============================================= ] 3670/5051 72% [============================================= ] 3671/5051 72% [============================================= ] 3672/5051 72% [============================================= ] 3673/5051 72% [============================================= ] 3674/5051 72% [============================================= ] 3675/5051 72% [============================================= ] 3676/5051 72% [============================================= ] 3677/5051 72% [============================================= ] 3678/5051 72% [============================================= ] 3679/5051 72% [============================================= ] 3680/5051 72% [============================================= ] 3681/5051 72% [============================================= ] 3682/5051 72% [============================================= ] 3683/5051 72% [============================================= ] 3684/5051 72% [============================================= ] 3685/5051 72% [============================================= ] 3686/5051 72% [============================================= ] 3687/5051 72% [============================================= ] 3688/5051 73% [============================================= ] 3689/5051 73% [============================================= ] 3690/5051 73% [============================================= ] 3691/5051 73% [============================================= ] 3692/5051 73% [============================================= ] 3693/5051 73% [============================================= ] 3694/5051 73% [============================================= ] 3695/5051 73% [============================================= ] 3696/5051 73% [============================================= ] 3697/5051 73% [============================================= ] 3698/5051 73% [============================================= ] 3699/5051 73% [============================================= ] 3700/5051 73% [============================================= ] 3701/5051 73% [============================================= ] 3702/5051 73% [============================================= ] 3703/5051 73% [============================================= ] 3704/5051 73% [============================================= ] 3705/5051 73% [============================================= ] 3706/5051 73% [============================================= ] 3707/5051 73% [============================================= ] 3708/5051 73% [============================================= ] 3709/5051 73% [============================================= ] 3710/5051 73% [============================================= ] 3711/5051 73% [============================================= ] 3712/5051 73% [============================================= ] 3713/5051 73% [============================================= ] 3714/5051 73% [============================================= ] 3715/5051 73% [============================================= ] 3716/5051 73% [============================================= ] 3717/5051 73% [============================================= ] 3718/5051 73% [============================================= ] 3719/5051 73% [============================================= ] 3720/5051 73% [============================================= ] 3721/5051 73% [============================================= ] 3722/5051 73% [============================================= ] 3723/5051 73% [============================================= ] 3724/5051 73% [============================================= ] 3725/5051 73% [============================================= ] 3726/5051 73% [============================================= ] 3727/5051 73% [============================================= ] 3728/5051 73% [============================================= ] 3729/5051 73% [============================================= ] 3730/5051 73% [============================================= ] 3731/5051 73% [============================================= ] 3732/5051 73% [============================================= ] 3733/5051 73% [============================================= ] 3734/5051 73% [============================================= ] 3735/5051 73% [============================================= ] 3736/5051 73% [============================================= ] 3737/5051 73% [============================================= ] 3738/5051 74% [============================================= ] 3739/5051 74% [============================================= ] 3740/5051 74% [============================================= ] 3741/5051 74% [============================================= ] 3742/5051 74% [============================================= ] 3743/5051 74% [============================================= ] 3744/5051 74% [============================================= ] 3745/5051 74% [============================================= ] 3746/5051 74% [============================================= ] 3747/5051 74% [============================================== ] 3748/5051 74% [============================================== ] 3749/5051 74% [============================================== ] 3750/5051 74% [============================================== ] 3751/5051 74% [============================================== ] 3752/5051 74% [============================================== ] 3753/5051 74% [============================================== ] 3754/5051 74% [============================================== ] 3755/5051 74% [============================================== ] 3756/5051 74% [============================================== ] 3757/5051 74% [============================================== ] 3758/5051 74% [============================================== ] 3759/5051 74% [============================================== ] 3760/5051 74% [============================================== ] 3761/5051 74% [============================================== ] 3762/5051 74% [============================================== ] 3763/5051 74% [============================================== ] 3764/5051 74% [============================================== ] 3765/5051 74% [============================================== ] 3766/5051 74% [============================================== ] 3767/5051 74% [============================================== ] 3768/5051 74% [============================================== ] 3769/5051 74% [============================================== ] 3770/5051 74% [============================================== ] 3771/5051 74% [============================================== ] 3772/5051 74% [============================================== ] 3773/5051 74% [============================================== ] 3774/5051 74% [============================================== ] 3775/5051 74% [============================================== ] 3776/5051 74% [============================================== ] 3777/5051 74% [============================================== ] 3778/5051 74% [============================================== ] 3779/5051 74% [============================================== ] 3780/5051 74% [============================================== ] 3781/5051 74% [============================================== ] 3782/5051 74% [============================================== ] 3783/5051 74% [============================================== ] 3784/5051 74% [============================================== ] 3785/5051 74% [============================================== ] 3786/5051 74% [============================================== ] 3787/5051 74% [============================================== ] 3788/5051 74% [============================================== ] 3789/5051 75% [============================================== ] 3790/5051 75% [============================================== ] 3791/5051 75% [============================================== ] 3792/5051 75% [============================================== ] 3793/5051 75% [============================================== ] 3794/5051 75% [============================================== ] 3795/5051 75% [============================================== ] 3796/5051 75% [============================================== ] 3797/5051 75% [============================================== ] 3798/5051 75% [============================================== ] 3799/5051 75% [============================================== ] 3800/5051 75% [============================================== ] 3801/5051 75% [============================================== ] 3802/5051 75% [============================================== ] 3803/5051 75% [============================================== ] 3804/5051 75% [============================================== ] 3805/5051 75% [============================================== ] 3806/5051 75% [============================================== ] 3807/5051 75% [============================================== ] 3808/5051 75% [============================================== ] 3809/5051 75% [============================================== ] 3810/5051 75% [============================================== ] 3811/5051 75% [============================================== ] 3812/5051 75% [============================================== ] 3813/5051 75% [============================================== ] 3814/5051 75% [============================================== ] 3815/5051 75% [============================================== ] 3816/5051 75% [============================================== ] 3817/5051 75% [============================================== ] 3818/5051 75% [============================================== ] 3819/5051 75% [============================================== ] 3820/5051 75% [============================================== ] 3821/5051 75% [============================================== ] 3822/5051 75% [============================================== ] 3823/5051 75% [============================================== ] 3824/5051 75% [============================================== ] 3825/5051 75% [============================================== ] 3826/5051 75% [============================================== ] 3827/5051 75% [============================================== ] 3828/5051 75% [=============================================== ] 3829/5051 75% [=============================================== ] 3830/5051 75% [=============================================== ] 3831/5051 75% [=============================================== ] 3832/5051 75% [=============================================== ] 3833/5051 75% [=============================================== ] 3834/5051 75% [=============================================== ] 3835/5051 75% [=============================================== ] 3836/5051 75% [=============================================== ] 3837/5051 75% [=============================================== ] 3838/5051 75% [=============================================== ] 3839/5051 76% [=============================================== ] 3840/5051 76% [=============================================== ] 3841/5051 76% [=============================================== ] 3842/5051 76% [=============================================== ] 3843/5051 76% [=============================================== ] 3844/5051 76% [=============================================== ] 3845/5051 76% [=============================================== ] 3846/5051 76% [=============================================== ] 3847/5051 76% [=============================================== ] 3848/5051 76% [=============================================== ] 3849/5051 76% [=============================================== ] 3850/5051 76% [=============================================== ] 3851/5051 76% [=============================================== ] 3852/5051 76% [=============================================== ] 3853/5051 76% [=============================================== ] 3854/5051 76% [=============================================== ] 3855/5051 76% [=============================================== ] 3856/5051 76% [=============================================== ] 3857/5051 76% [=============================================== ] 3858/5051 76% [=============================================== ] 3859/5051 76% [=============================================== ] 3860/5051 76% [=============================================== ] 3861/5051 76% [=============================================== ] 3862/5051 76% [=============================================== ] 3863/5051 76% [=============================================== ] 3864/5051 76% [=============================================== ] 3865/5051 76% [=============================================== ] 3866/5051 76% [=============================================== ] 3867/5051 76% [=============================================== ] 3868/5051 76% [=============================================== ] 3869/5051 76% [=============================================== ] 3870/5051 76% [=============================================== ] 3871/5051 76% [=============================================== ] 3872/5051 76% [=============================================== ] 3873/5051 76% [=============================================== ] 3874/5051 76% [=============================================== ] 3875/5051 76% [=============================================== ] 3876/5051 76% [=============================================== ] 3877/5051 76% [=============================================== ] 3878/5051 76% [=============================================== ] 3879/5051 76% [=============================================== ] 3880/5051 76% [=============================================== ] 3881/5051 76% [=============================================== ] 3882/5051 76% [=============================================== ] 3883/5051 76% [=============================================== ] 3884/5051 76% [=============================================== ] 3885/5051 76% [=============================================== ] 3886/5051 76% [=============================================== ] 3887/5051 76% [=============================================== ] 3888/5051 76% [=============================================== ] 3889/5051 76% [=============================================== ] 3890/5051 77% [=============================================== ] 3891/5051 77% [=============================================== ] 3892/5051 77% [=============================================== ] 3893/5051 77% [=============================================== ] 3894/5051 77% [=============================================== ] 3895/5051 77% [=============================================== ] 3896/5051 77% [=============================================== ] 3897/5051 77% [=============================================== ] 3898/5051 77% [=============================================== ] 3899/5051 77% [=============================================== ] 3900/5051 77% [=============================================== ] 3901/5051 77% [=============================================== ] 3902/5051 77% [=============================================== ] 3903/5051 77% [=============================================== ] 3904/5051 77% [=============================================== ] 3905/5051 77% [=============================================== ] 3906/5051 77% [=============================================== ] 3907/5051 77% [=============================================== ] 3908/5051 77% [=============================================== ] 3909/5051 77% [=============================================== ] 3910/5051 77% [================================================ ] 3911/5051 77% [================================================ ] 3912/5051 77% [================================================ ] 3913/5051 77% [================================================ ] 3914/5051 77% [================================================ ] 3915/5051 77% [================================================ ] 3916/5051 77% [================================================ ] 3917/5051 77% [================================================ ] 3918/5051 77% [================================================ ] 3919/5051 77% [================================================ ] 3920/5051 77% [================================================ ] 3921/5051 77% [================================================ ] 3922/5051 77% [================================================ ] 3923/5051 77% [================================================ ] 3924/5051 77% [================================================ ] 3925/5051 77% [================================================ ] 3926/5051 77% [================================================ ] 3927/5051 77% [================================================ ] 3928/5051 77% [================================================ ] 3929/5051 77% [================================================ ] 3930/5051 77% [================================================ ] 3931/5051 77% [================================================ ] 3932/5051 77% [================================================ ] 3933/5051 77% [================================================ ] 3934/5051 77% [================================================ ] 3935/5051 77% [================================================ ] 3936/5051 77% [================================================ ] 3937/5051 77% [================================================ ] 3938/5051 77% [================================================ ] 3939/5051 77% [================================================ ] 3940/5051 78% [================================================ ] 3941/5051 78% [================================================ ] 3942/5051 78% [================================================ ] 3943/5051 78% [================================================ ] 3944/5051 78% [================================================ ] 3945/5051 78% [================================================ ] 3946/5051 78% [================================================ ] 3947/5051 78% [================================================ ] 3948/5051 78% [================================================ ] 3949/5051 78% [================================================ ] 3950/5051 78% [================================================ ] 3951/5051 78% [================================================ ] 3952/5051 78% [================================================ ] 3953/5051 78% [================================================ ] 3954/5051 78% [================================================ ] 3955/5051 78% [================================================ ] 3956/5051 78% [================================================ ] 3957/5051 78% [================================================ ] 3958/5051 78% [================================================ ] 3959/5051 78% [================================================ ] 3960/5051 78% [================================================ ] 3961/5051 78% [================================================ ] 3962/5051 78% [================================================ ] 3963/5051 78% [================================================ ] 3964/5051 78% [================================================ ] 3965/5051 78% [================================================ ] 3966/5051 78% [================================================ ] 3967/5051 78% [================================================ ] 3968/5051 78% [================================================ ] 3969/5051 78% [================================================ ] 3970/5051 78% [================================================ ] 3971/5051 78% [================================================ ] 3972/5051 78% [================================================ ] 3973/5051 78% [================================================ ] 3974/5051 78% [================================================ ] 3975/5051 78% [================================================ ] 3976/5051 78% [================================================ ] 3977/5051 78% [================================================ ] 3978/5051 78% [================================================ ] 3979/5051 78% [================================================ ] 3980/5051 78% [================================================ ] 3981/5051 78% [================================================ ] 3982/5051 78% [================================================ ] 3983/5051 78% [================================================ ] 3984/5051 78% [================================================ ] 3985/5051 78% [================================================ ] 3986/5051 78% [================================================ ] 3987/5051 78% [================================================ ] 3988/5051 78% [================================================ ] 3989/5051 78% [================================================ ] 3990/5051 78% [================================================ ] 3991/5051 79% [================================================= ] 3992/5051 79% [================================================= ] 3993/5051 79% [================================================= ] 3994/5051 79% [================================================= ] 3995/5051 79% [================================================= ] 3996/5051 79% [================================================= ] 3997/5051 79% [================================================= ] 3998/5051 79% [================================================= ] 3999/5051 79% [================================================= ] 4000/5051 79% [================================================= ] 4001/5051 79% [================================================= ] 4002/5051 79% [================================================= ] 4003/5051 79% [================================================= ] 4004/5051 79% [================================================= ] 4005/5051 79% [================================================= ] 4006/5051 79% [================================================= ] 4007/5051 79% [================================================= ] 4008/5051 79% [================================================= ] 4009/5051 79% [================================================= ] 4010/5051 79% [================================================= ] 4011/5051 79% [================================================= ] 4012/5051 79% [================================================= ] 4013/5051 79% [================================================= ] 4014/5051 79% [================================================= ] 4015/5051 79% [================================================= ] 4016/5051 79% [================================================= ] 4017/5051 79% [================================================= ] 4018/5051 79% [================================================= ] 4019/5051 79% [================================================= ] 4020/5051 79% [================================================= ] 4021/5051 79% [================================================= ] 4022/5051 79% [================================================= ] 4023/5051 79% [================================================= ] 4024/5051 79% [================================================= ] 4025/5051 79% [================================================= ] 4026/5051 79% [================================================= ] 4027/5051 79% [================================================= ] 4028/5051 79% [================================================= ] 4029/5051 79% [================================================= ] 4030/5051 79% [================================================= ] 4031/5051 79% [================================================= ] 4032/5051 79% [================================================= ] 4033/5051 79% [================================================= ] 4034/5051 79% [================================================= ] 4035/5051 79% [================================================= ] 4036/5051 79% [================================================= ] 4037/5051 79% [================================================= ] 4038/5051 79% [================================================= ] 4039/5051 79% [================================================= ] 4040/5051 79% [================================================= ] 4041/5051 80% [================================================= ] 4042/5051 80% [================================================= ] 4043/5051 80% [================================================= ] 4044/5051 80% [================================================= ] 4045/5051 80% [================================================= ] 4046/5051 80% [================================================= ] 4047/5051 80% [================================================= ] 4048/5051 80% [================================================= ] 4049/5051 80% [================================================= ] 4050/5051 80% [================================================= ] 4051/5051 80% [================================================= ] 4052/5051 80% [================================================= ] 4053/5051 80% [================================================= ] 4054/5051 80% [================================================= ] 4055/5051 80% [================================================= ] 4056/5051 80% [================================================= ] 4057/5051 80% [================================================= ] 4058/5051 80% [================================================= ] 4059/5051 80% [================================================= ] 4060/5051 80% [================================================= ] 4061/5051 80% [================================================= ] 4062/5051 80% [================================================= ] 4063/5051 80% [================================================= ] 4064/5051 80% [================================================= ] 4065/5051 80% [================================================= ] 4066/5051 80% [================================================= ] 4067/5051 80% [================================================= ] 4068/5051 80% [================================================= ] 4069/5051 80% [================================================= ] 4070/5051 80% [================================================= ] 4071/5051 80% [================================================= ] 4072/5051 80% [================================================= ] 4073/5051 80% [================================================== ] 4074/5051 80% [================================================== ] 4075/5051 80% [================================================== ] 4076/5051 80% [================================================== ] 4077/5051 80% [================================================== ] 4078/5051 80% [================================================== ] 4079/5051 80% [================================================== ] 4080/5051 80% [================================================== ] 4081/5051 80% [================================================== ] 4082/5051 80% [================================================== ] 4083/5051 80% [================================================== ] 4084/5051 80% [================================================== ] 4085/5051 80% [================================================== ] 4086/5051 80% [================================================== ] 4087/5051 80% [================================================== ] 4088/5051 80% [================================================== ] 4089/5051 80% [================================================== ] 4090/5051 80% [================================================== ] 4091/5051 80% [================================================== ] 4092/5051 81% [================================================== ] 4093/5051 81% [================================================== ] 4094/5051 81% [================================================== ] 4095/5051 81% [================================================== ] 4096/5051 81% [================================================== ] 4097/5051 81% [================================================== ] 4098/5051 81% [================================================== ] 4099/5051 81% [================================================== ] 4100/5051 81% [================================================== ] 4101/5051 81% [================================================== ] 4102/5051 81% [================================================== ] 4103/5051 81% [================================================== ] 4104/5051 81% [================================================== ] 4105/5051 81% [================================================== ] 4106/5051 81% [================================================== ] 4107/5051 81% [================================================== ] 4108/5051 81% [================================================== ] 4109/5051 81% [================================================== ] 4110/5051 81% [================================================== ] 4111/5051 81% [================================================== ] 4112/5051 81% [================================================== ] 4113/5051 81% [================================================== ] 4114/5051 81% [================================================== ] 4115/5051 81% [================================================== ] 4116/5051 81% [================================================== ] 4117/5051 81% [================================================== ] 4118/5051 81% [================================================== ] 4119/5051 81% [================================================== ] 4120/5051 81% [================================================== ] 4121/5051 81% [================================================== ] 4122/5051 81% [================================================== ] 4123/5051 81% [================================================== ] 4124/5051 81% [================================================== ] 4125/5051 81% [================================================== ] 4126/5051 81% [================================================== ] 4127/5051 81% [================================================== ] 4128/5051 81% [================================================== ] 4129/5051 81% [================================================== ] 4130/5051 81% [================================================== ] 4131/5051 81% [================================================== ] 4132/5051 81% [================================================== ] 4133/5051 81% [================================================== ] 4134/5051 81% [================================================== ] 4135/5051 81% [================================================== ] 4136/5051 81% [================================================== ] 4137/5051 81% [================================================== ] 4138/5051 81% [================================================== ] 4139/5051 81% [================================================== ] 4140/5051 81% [================================================== ] 4141/5051 81% [================================================== ] 4142/5051 82% [================================================== ] 4143/5051 82% [================================================== ] 4144/5051 82% [================================================== ] 4145/5051 82% [================================================== ] 4146/5051 82% [================================================== ] 4147/5051 82% [================================================== ] 4148/5051 82% [================================================== ] 4149/5051 82% [================================================== ] 4150/5051 82% [================================================== ] 4151/5051 82% [================================================== ] 4152/5051 82% [================================================== ] 4153/5051 82% [================================================== ] 4154/5051 82% [=================================================== ] 4155/5051 82% [=================================================== ] 4156/5051 82% [=================================================== ] 4157/5051 82% [=================================================== ] 4158/5051 82% [=================================================== ] 4159/5051 82% [=================================================== ] 4160/5051 82% [=================================================== ] 4161/5051 82% [=================================================== ] 4162/5051 82% [=================================================== ] 4163/5051 82% [=================================================== ] 4164/5051 82% [=================================================== ] 4165/5051 82% [=================================================== ] 4166/5051 82% [=================================================== ] 4167/5051 82% [=================================================== ] 4168/5051 82% [=================================================== ] 4169/5051 82% [=================================================== ] 4170/5051 82% [=================================================== ] 4171/5051 82% [=================================================== ] 4172/5051 82% [=================================================== ] 4173/5051 82% [=================================================== ] 4174/5051 82% [=================================================== ] 4175/5051 82% [=================================================== ] 4176/5051 82% [=================================================== ] 4177/5051 82% [=================================================== ] 4178/5051 82% [=================================================== ] 4179/5051 82% [=================================================== ] 4180/5051 82% [=================================================== ] 4181/5051 82% [=================================================== ] 4182/5051 82% [=================================================== ] 4183/5051 82% [=================================================== ] 4184/5051 82% [=================================================== ] 4185/5051 82% [=================================================== ] 4186/5051 82% [=================================================== ] 4187/5051 82% [=================================================== ] 4188/5051 82% [=================================================== ] 4189/5051 82% [=================================================== ] 4190/5051 82% [=================================================== ] 4191/5051 82% [=================================================== ] 4192/5051 82% [=================================================== ] 4193/5051 83% [=================================================== ] 4194/5051 83% [=================================================== ] 4195/5051 83% [=================================================== ] 4196/5051 83% [=================================================== ] 4197/5051 83% [=================================================== ] 4198/5051 83% [=================================================== ] 4199/5051 83% [=================================================== ] 4200/5051 83% [=================================================== ] 4201/5051 83% [=================================================== ] 4202/5051 83% [=================================================== ] 4203/5051 83% [=================================================== ] 4204/5051 83% [=================================================== ] 4205/5051 83% [=================================================== ] 4206/5051 83% [=================================================== ] 4207/5051 83% [=================================================== ] 4208/5051 83% [=================================================== ] 4209/5051 83% [=================================================== ] 4210/5051 83% [=================================================== ] 4211/5051 83% [=================================================== ] 4212/5051 83% [=================================================== ] 4213/5051 83% [=================================================== ] 4214/5051 83% [=================================================== ] 4215/5051 83% [=================================================== ] 4216/5051 83% [=================================================== ] 4217/5051 83% [=================================================== ] 4218/5051 83% [=================================================== ] 4219/5051 83% [=================================================== ] 4220/5051 83% [=================================================== ] 4221/5051 83% [=================================================== ] 4222/5051 83% [=================================================== ] 4223/5051 83% [=================================================== ] 4224/5051 83% [=================================================== ] 4225/5051 83% [=================================================== ] 4226/5051 83% [=================================================== ] 4227/5051 83% [=================================================== ] 4228/5051 83% [=================================================== ] 4229/5051 83% [=================================================== ] 4230/5051 83% [=================================================== ] 4231/5051 83% [=================================================== ] 4232/5051 83% [=================================================== ] 4233/5051 83% [=================================================== ] 4234/5051 83% [=================================================== ] 4235/5051 83% [=================================================== ] 4236/5051 83% [==================================================== ] 4237/5051 83% [==================================================== ] 4238/5051 83% [==================================================== ] 4239/5051 83% [==================================================== ] 4240/5051 83% [==================================================== ] 4241/5051 83% [==================================================== ] 4242/5051 83% [==================================================== ] 4243/5051 84% [==================================================== ] 4244/5051 84% [==================================================== ] 4245/5051 84% [==================================================== ] 4246/5051 84% [==================================================== ] 4247/5051 84% [==================================================== ] 4248/5051 84% [==================================================== ] 4249/5051 84% [==================================================== ] 4250/5051 84% [==================================================== ] 4251/5051 84% [==================================================== ] 4252/5051 84% [==================================================== ] 4253/5051 84% [==================================================== ] 4254/5051 84% [==================================================== ] 4255/5051 84% [==================================================== ] 4256/5051 84% [==================================================== ] 4257/5051 84% [==================================================== ] 4258/5051 84% [==================================================== ] 4259/5051 84% [==================================================== ] 4260/5051 84% [==================================================== ] 4261/5051 84% [==================================================== ] 4262/5051 84% [==================================================== ] 4263/5051 84% [==================================================== ] 4264/5051 84% [==================================================== ] 4265/5051 84% [==================================================== ] 4266/5051 84% [==================================================== ] 4267/5051 84% [==================================================== ] 4268/5051 84% [==================================================== ] 4269/5051 84% [==================================================== ] 4270/5051 84% [==================================================== ] 4271/5051 84% [==================================================== ] 4272/5051 84% [==================================================== ] 4273/5051 84% [==================================================== ] 4274/5051 84% [==================================================== ] 4275/5051 84% [==================================================== ] 4276/5051 84% [==================================================== ] 4277/5051 84% [==================================================== ] 4278/5051 84% [==================================================== ] 4279/5051 84% [==================================================== ] 4280/5051 84% [==================================================== ] 4281/5051 84% [==================================================== ] 4282/5051 84% [==================================================== ] 4283/5051 84% [==================================================== ] 4284/5051 84% [==================================================== ] 4285/5051 84% [==================================================== ] 4286/5051 84% [==================================================== ] 4287/5051 84% [==================================================== ] 4288/5051 84% [==================================================== ] 4289/5051 84% [==================================================== ] 4290/5051 84% [==================================================== ] 4291/5051 84% [==================================================== ] 4292/5051 84% [==================================================== ] 4293/5051 84% [==================================================== ] 4294/5051 85% [==================================================== ] 4295/5051 85% [==================================================== ] 4296/5051 85% [==================================================== ] 4297/5051 85% [==================================================== ] 4298/5051 85% [==================================================== ] 4299/5051 85% [==================================================== ] 4300/5051 85% [==================================================== ] 4301/5051 85% [==================================================== ] 4302/5051 85% [==================================================== ] 4303/5051 85% [==================================================== ] 4304/5051 85% [==================================================== ] 4305/5051 85% [==================================================== ] 4306/5051 85% [==================================================== ] 4307/5051 85% [==================================================== ] 4308/5051 85% [==================================================== ] 4309/5051 85% [==================================================== ] 4310/5051 85% [==================================================== ] 4311/5051 85% [==================================================== ] 4312/5051 85% [==================================================== ] 4313/5051 85% [==================================================== ] 4314/5051 85% [==================================================== ] 4315/5051 85% [==================================================== ] 4316/5051 85% [==================================================== ] 4317/5051 85% [===================================================== ] 4318/5051 85% [===================================================== ] 4319/5051 85% [===================================================== ] 4320/5051 85% [===================================================== ] 4321/5051 85% [===================================================== ] 4322/5051 85% [===================================================== ] 4323/5051 85% [===================================================== ] 4324/5051 85% [===================================================== ] 4325/5051 85% [===================================================== ] 4326/5051 85% [===================================================== ] 4327/5051 85% [===================================================== ] 4328/5051 85% [===================================================== ] 4329/5051 85% [===================================================== ] 4330/5051 85% [===================================================== ] 4331/5051 85% [===================================================== ] 4332/5051 85% [===================================================== ] 4333/5051 85% [===================================================== ] 4334/5051 85% [===================================================== ] 4335/5051 85% [===================================================== ] 4336/5051 85% [===================================================== ] 4337/5051 85% [===================================================== ] 4338/5051 85% [===================================================== ] 4339/5051 85% [===================================================== ] 4340/5051 85% [===================================================== ] 4341/5051 85% [===================================================== ] 4342/5051 85% [===================================================== ] 4343/5051 85% [===================================================== ] 4344/5051 86% [===================================================== ] 4345/5051 86% [===================================================== ] 4346/5051 86% [===================================================== ] 4347/5051 86% [===================================================== ] 4348/5051 86% [===================================================== ] 4349/5051 86% [===================================================== ] 4350/5051 86% [===================================================== ] 4351/5051 86% [===================================================== ] 4352/5051 86% [===================================================== ] 4353/5051 86% [===================================================== ] 4354/5051 86% [===================================================== ] 4355/5051 86% [===================================================== ] 4356/5051 86% [===================================================== ] 4357/5051 86% [===================================================== ] 4358/5051 86% [===================================================== ] 4359/5051 86% [===================================================== ] 4360/5051 86% [===================================================== ] 4361/5051 86% [===================================================== ] 4362/5051 86% [===================================================== ] 4363/5051 86% [===================================================== ] 4364/5051 86% [===================================================== ] 4365/5051 86% [===================================================== ] 4366/5051 86% [===================================================== ] 4367/5051 86% [===================================================== ] 4368/5051 86% [===================================================== ] 4369/5051 86% [===================================================== ] 4370/5051 86% [===================================================== ] 4371/5051 86% [===================================================== ] 4372/5051 86% [===================================================== ] 4373/5051 86% [===================================================== ] 4374/5051 86% [===================================================== ] 4375/5051 86% [===================================================== ] 4376/5051 86% [===================================================== ] 4377/5051 86% [===================================================== ] 4378/5051 86% [===================================================== ] 4379/5051 86% [===================================================== ] 4380/5051 86% [===================================================== ] 4381/5051 86% [===================================================== ] 4382/5051 86% [===================================================== ] 4383/5051 86% [===================================================== ] 4384/5051 86% [===================================================== ] 4385/5051 86% [===================================================== ] 4386/5051 86% [===================================================== ] 4387/5051 86% [===================================================== ] 4388/5051 86% [===================================================== ] 4389/5051 86% [===================================================== ] 4390/5051 86% [===================================================== ] 4391/5051 86% [===================================================== ] 4392/5051 86% [===================================================== ] 4393/5051 86% [===================================================== ] 4394/5051 86% [===================================================== ] 4395/5051 87% [===================================================== ] 4396/5051 87% [===================================================== ] 4397/5051 87% [===================================================== ] 4398/5051 87% [===================================================== ] 4399/5051 87% [====================================================== ] 4400/5051 87% [====================================================== ] 4401/5051 87% [====================================================== ] 4402/5051 87% [====================================================== ] 4403/5051 87% [====================================================== ] 4404/5051 87% [====================================================== ] 4405/5051 87% [====================================================== ] 4406/5051 87% [====================================================== ] 4407/5051 87% [====================================================== ] 4408/5051 87% [====================================================== ] 4409/5051 87% [====================================================== ] 4410/5051 87% [====================================================== ] 4411/5051 87% [====================================================== ] 4412/5051 87% [====================================================== ] 4413/5051 87% [====================================================== ] 4414/5051 87% [====================================================== ] 4415/5051 87% [====================================================== ] 4416/5051 87% [====================================================== ] 4417/5051 87% [====================================================== ] 4418/5051 87% [====================================================== ] 4419/5051 87% [====================================================== ] 4420/5051 87% [====================================================== ] 4421/5051 87% [====================================================== ] 4422/5051 87% [====================================================== ] 4423/5051 87% [====================================================== ] 4424/5051 87% [====================================================== ] 4425/5051 87% [====================================================== ] 4426/5051 87% [====================================================== ] 4427/5051 87% [====================================================== ] 4428/5051 87% [====================================================== ] 4429/5051 87% [====================================================== ] 4430/5051 87% [====================================================== ] 4431/5051 87% [====================================================== ] 4432/5051 87% [====================================================== ] 4433/5051 87% [====================================================== ] 4434/5051 87% [====================================================== ] 4435/5051 87% [====================================================== ] 4436/5051 87% [====================================================== ] 4437/5051 87% [====================================================== ] 4438/5051 87% [====================================================== ] 4439/5051 87% [====================================================== ] 4440/5051 87% [====================================================== ] 4441/5051 87% [====================================================== ] 4442/5051 87% [====================================================== ] 4443/5051 87% [====================================================== ] 4444/5051 87% [====================================================== ] 4445/5051 88% [====================================================== ] 4446/5051 88% [====================================================== ] 4447/5051 88% [====================================================== ] 4448/5051 88% [====================================================== ] 4449/5051 88% [====================================================== ] 4450/5051 88% [====================================================== ] 4451/5051 88% [====================================================== ] 4452/5051 88% [====================================================== ] 4453/5051 88% [====================================================== ] 4454/5051 88% [====================================================== ] 4455/5051 88% [====================================================== ] 4456/5051 88% [====================================================== ] 4457/5051 88% [====================================================== ] 4458/5051 88% [====================================================== ] 4459/5051 88% [====================================================== ] 4460/5051 88% [====================================================== ] 4461/5051 88% [====================================================== ] 4462/5051 88% [====================================================== ] 4463/5051 88% [====================================================== ] 4464/5051 88% [====================================================== ] 4465/5051 88% [====================================================== ] 4466/5051 88% [====================================================== ] 4467/5051 88% [====================================================== ] 4468/5051 88% [====================================================== ] 4469/5051 88% [====================================================== ] 4470/5051 88% [====================================================== ] 4471/5051 88% [====================================================== ] 4472/5051 88% [====================================================== ] 4473/5051 88% [====================================================== ] 4474/5051 88% [====================================================== ] 4475/5051 88% [====================================================== ] 4476/5051 88% [====================================================== ] 4477/5051 88% [====================================================== ] 4478/5051 88% [====================================================== ] 4479/5051 88% [====================================================== ] 4480/5051 88% [======================================================= ] 4481/5051 88% [======================================================= ] 4482/5051 88% [======================================================= ] 4483/5051 88% [======================================================= ] 4484/5051 88% [======================================================= ] 4485/5051 88% [======================================================= ] 4486/5051 88% [======================================================= ] 4487/5051 88% [======================================================= ] 4488/5051 88% [======================================================= ] 4489/5051 88% [======================================================= ] 4490/5051 88% [======================================================= ] 4491/5051 88% [======================================================= ] 4492/5051 88% [======================================================= ] 4493/5051 88% [======================================================= ] 4494/5051 88% [======================================================= ] 4495/5051 88% [======================================================= ] 4496/5051 89% [======================================================= ] 4497/5051 89% [======================================================= ] 4498/5051 89% [======================================================= ] 4499/5051 89% [======================================================= ] 4500/5051 89% [======================================================= ] 4501/5051 89% [======================================================= ] 4502/5051 89% [======================================================= ] 4503/5051 89% [======================================================= ] 4504/5051 89% [======================================================= ] 4505/5051 89% [======================================================= ] 4506/5051 89% [======================================================= ] 4507/5051 89% [======================================================= ] 4508/5051 89% [======================================================= ] 4509/5051 89% [======================================================= ] 4510/5051 89% [======================================================= ] 4511/5051 89% [======================================================= ] 4512/5051 89% [======================================================= ] 4513/5051 89% [======================================================= ] 4514/5051 89% [======================================================= ] 4515/5051 89% [======================================================= ] 4516/5051 89% [======================================================= ] 4517/5051 89% [======================================================= ] 4518/5051 89% [======================================================= ] 4519/5051 89% [======================================================= ] 4520/5051 89% [======================================================= ] 4521/5051 89% [======================================================= ] 4522/5051 89% [======================================================= ] 4523/5051 89% [======================================================= ] 4524/5051 89% [======================================================= ] 4525/5051 89% [======================================================= ] 4526/5051 89% [======================================================= ] 4527/5051 89% [======================================================= ] 4528/5051 89% [======================================================= ] 4529/5051 89% [======================================================= ] 4530/5051 89% [======================================================= ] 4531/5051 89% [======================================================= ] 4532/5051 89% [======================================================= ] 4533/5051 89% [======================================================= ] 4534/5051 89% [======================================================= ] 4535/5051 89% [======================================================= ] 4536/5051 89% [======================================================= ] 4537/5051 89% [======================================================= ] 4538/5051 89% [======================================================= ] 4539/5051 89% [======================================================= ] 4540/5051 89% [======================================================= ] 4541/5051 89% [======================================================= ] 4542/5051 89% [======================================================= ] 4543/5051 89% [======================================================= ] 4544/5051 89% [======================================================= ] 4545/5051 89% [======================================================= ] 4546/5051 90% [======================================================= ] 4547/5051 90% [======================================================= ] 4548/5051 90% [======================================================= ] 4549/5051 90% [======================================================= ] 4550/5051 90% [======================================================= ] 4551/5051 90% [======================================================= ] 4552/5051 90% [======================================================= ] 4553/5051 90% [======================================================= ] 4554/5051 90% [======================================================= ] 4555/5051 90% [======================================================= ] 4556/5051 90% [======================================================= ] 4557/5051 90% [======================================================= ] 4558/5051 90% [======================================================= ] 4559/5051 90% [======================================================= ] 4560/5051 90% [======================================================= ] 4561/5051 90% [======================================================= ] 4562/5051 90% [======================================================== ] 4563/5051 90% [======================================================== ] 4564/5051 90% [======================================================== ] 4565/5051 90% [======================================================== ] 4566/5051 90% [======================================================== ] 4567/5051 90% [======================================================== ] 4568/5051 90% [======================================================== ] 4569/5051 90% [======================================================== ] 4570/5051 90% [======================================================== ] 4571/5051 90% [======================================================== ] 4572/5051 90% [======================================================== ] 4573/5051 90% [======================================================== ] 4574/5051 90% [======================================================== ] 4575/5051 90% [======================================================== ] 4576/5051 90% [======================================================== ] 4577/5051 90% [======================================================== ] 4578/5051 90% [======================================================== ] 4579/5051 90% [======================================================== ] 4580/5051 90% [======================================================== ] 4581/5051 90% [======================================================== ] 4582/5051 90% [======================================================== ] 4583/5051 90% [======================================================== ] 4584/5051 90% [======================================================== ] 4585/5051 90% [======================================================== ] 4586/5051 90% [======================================================== ] 4587/5051 90% [======================================================== ] 4588/5051 90% [======================================================== ] 4589/5051 90% [======================================================== ] 4590/5051 90% [======================================================== ] 4591/5051 90% [======================================================== ] 4592/5051 90% [======================================================== ] 4593/5051 90% [======================================================== ] 4594/5051 90% [======================================================== ] 4595/5051 90% [======================================================== ] 4596/5051 90% [======================================================== ] 4597/5051 91% [======================================================== ] 4598/5051 91% [======================================================== ] 4599/5051 91% [======================================================== ] 4600/5051 91% [======================================================== ] 4601/5051 91% [======================================================== ] 4602/5051 91% [======================================================== ] 4603/5051 91% [======================================================== ] 4604/5051 91% [======================================================== ] 4605/5051 91% [======================================================== ] 4606/5051 91% [======================================================== ] 4607/5051 91% [======================================================== ] 4608/5051 91% [======================================================== ] 4609/5051 91% [======================================================== ] 4610/5051 91% [======================================================== ] 4611/5051 91% [======================================================== ] 4612/5051 91% [======================================================== ] 4613/5051 91% [======================================================== ] 4614/5051 91% [======================================================== ] 4615/5051 91% [======================================================== ] 4616/5051 91% [======================================================== ] 4617/5051 91% [======================================================== ] 4618/5051 91% [======================================================== ] 4619/5051 91% [======================================================== ] 4620/5051 91% [======================================================== ] 4621/5051 91% [======================================================== ] 4622/5051 91% [======================================================== ] 4623/5051 91% [======================================================== ] 4624/5051 91% [======================================================== ] 4625/5051 91% [======================================================== ] 4626/5051 91% [======================================================== ] 4627/5051 91% [======================================================== ] 4628/5051 91% [======================================================== ] 4629/5051 91% [======================================================== ] 4630/5051 91% [======================================================== ] 4631/5051 91% [======================================================== ] 4632/5051 91% [======================================================== ] 4633/5051 91% [======================================================== ] 4634/5051 91% [======================================================== ] 4635/5051 91% [======================================================== ] 4636/5051 91% [======================================================== ] 4637/5051 91% [======================================================== ] 4638/5051 91% [======================================================== ] 4639/5051 91% [======================================================== ] 4640/5051 91% [======================================================== ] 4641/5051 91% [======================================================== ] 4642/5051 91% [======================================================== ] 4643/5051 91% [========================================================= ] 4644/5051 91% [========================================================= ] 4645/5051 91% [========================================================= ] 4646/5051 91% [========================================================= ] 4647/5051 92% [========================================================= ] 4648/5051 92% [========================================================= ] 4649/5051 92% [========================================================= ] 4650/5051 92% [========================================================= ] 4651/5051 92% [========================================================= ] 4652/5051 92% [========================================================= ] 4653/5051 92% [========================================================= ] 4654/5051 92% [========================================================= ] 4655/5051 92% [========================================================= ] 4656/5051 92% [========================================================= ] 4657/5051 92% [========================================================= ] 4658/5051 92% [========================================================= ] 4659/5051 92% [========================================================= ] 4660/5051 92% [========================================================= ] 4661/5051 92% [========================================================= ] 4662/5051 92% [========================================================= ] 4663/5051 92% [========================================================= ] 4664/5051 92% [========================================================= ] 4665/5051 92% [========================================================= ] 4666/5051 92% [========================================================= ] 4667/5051 92% [========================================================= ] 4668/5051 92% [========================================================= ] 4669/5051 92% [========================================================= ] 4670/5051 92% [========================================================= ] 4671/5051 92% [========================================================= ] 4672/5051 92% [========================================================= ] 4673/5051 92% [========================================================= ] 4674/5051 92% [========================================================= ] 4675/5051 92% [========================================================= ] 4676/5051 92% [========================================================= ] 4677/5051 92% [========================================================= ] 4678/5051 92% [========================================================= ] 4679/5051 92% [========================================================= ] 4680/5051 92% [========================================================= ] 4681/5051 92% [========================================================= ] 4682/5051 92% [========================================================= ] 4683/5051 92% [========================================================= ] 4684/5051 92% [========================================================= ] 4685/5051 92% [========================================================= ] 4686/5051 92% [========================================================= ] 4687/5051 92% [========================================================= ] 4688/5051 92% [========================================================= ] 4689/5051 92% [========================================================= ] 4690/5051 92% [========================================================= ] 4691/5051 92% [========================================================= ] 4692/5051 92% [========================================================= ] 4693/5051 92% [========================================================= ] 4694/5051 92% [========================================================= ] 4695/5051 92% [========================================================= ] 4696/5051 92% [========================================================= ] 4697/5051 92% [========================================================= ] 4698/5051 93% [========================================================= ] 4699/5051 93% [========================================================= ] 4700/5051 93% [========================================================= ] 4701/5051 93% [========================================================= ] 4702/5051 93% [========================================================= ] 4703/5051 93% [========================================================= ] 4704/5051 93% [========================================================= ] 4705/5051 93% [========================================================= ] 4706/5051 93% [========================================================= ] 4707/5051 93% [========================================================= ] 4708/5051 93% [========================================================= ] 4709/5051 93% [========================================================= ] 4710/5051 93% [========================================================= ] 4711/5051 93% [========================================================= ] 4712/5051 93% [========================================================= ] 4713/5051 93% [========================================================= ] 4714/5051 93% [========================================================= ] 4715/5051 93% [========================================================= ] 4716/5051 93% [========================================================= ] 4717/5051 93% [========================================================= ] 4718/5051 93% [========================================================= ] 4719/5051 93% [========================================================= ] 4720/5051 93% [========================================================= ] 4721/5051 93% [========================================================= ] 4722/5051 93% [========================================================= ] 4723/5051 93% [========================================================= ] 4724/5051 93% [========================================================= ] 4725/5051 93% [========================================================== ] 4726/5051 93% [========================================================== ] 4727/5051 93% [========================================================== ] 4728/5051 93% [========================================================== ] 4729/5051 93% [========================================================== ] 4730/5051 93% [========================================================== ] 4731/5051 93% [========================================================== ] 4732/5051 93% [========================================================== ] 4733/5051 93% [========================================================== ] 4734/5051 93% [========================================================== ] 4735/5051 93% [========================================================== ] 4736/5051 93% [========================================================== ] 4737/5051 93% [========================================================== ] 4738/5051 93% [========================================================== ] 4739/5051 93% [========================================================== ] 4740/5051 93% [========================================================== ] 4741/5051 93% [========================================================== ] 4742/5051 93% [========================================================== ] 4743/5051 93% [========================================================== ] 4744/5051 93% [========================================================== ] 4745/5051 93% [========================================================== ] 4746/5051 93% [========================================================== ] 4747/5051 93% [========================================================== ] 4748/5051 94% [========================================================== ] 4749/5051 94% [========================================================== ] 4750/5051 94% [========================================================== ] 4751/5051 94% [========================================================== ] 4752/5051 94% [========================================================== ] 4753/5051 94% [========================================================== ] 4754/5051 94% [========================================================== ] 4755/5051 94% [========================================================== ] 4756/5051 94% [========================================================== ] 4757/5051 94% [========================================================== ] 4758/5051 94% [========================================================== ] 4759/5051 94% [========================================================== ] 4760/5051 94% [========================================================== ] 4761/5051 94% [========================================================== ] 4762/5051 94% [========================================================== ] 4763/5051 94% [========================================================== ] 4764/5051 94% [========================================================== ] 4765/5051 94% [========================================================== ] 4766/5051 94% [========================================================== ] 4767/5051 94% [========================================================== ] 4768/5051 94% [========================================================== ] 4769/5051 94% [========================================================== ] 4770/5051 94% [========================================================== ] 4771/5051 94% [========================================================== ] 4772/5051 94% [========================================================== ] 4773/5051 94% [========================================================== ] 4774/5051 94% [========================================================== ] 4775/5051 94% [========================================================== ] 4776/5051 94% [========================================================== ] 4777/5051 94% [========================================================== ] 4778/5051 94% [========================================================== ] 4779/5051 94% [========================================================== ] 4780/5051 94% [========================================================== ] 4781/5051 94% [========================================================== ] 4782/5051 94% [========================================================== ] 4783/5051 94% [========================================================== ] 4784/5051 94% [========================================================== ] 4785/5051 94% [========================================================== ] 4786/5051 94% [========================================================== ] 4787/5051 94% [========================================================== ] 4788/5051 94% [========================================================== ] 4789/5051 94% [========================================================== ] 4790/5051 94% [========================================================== ] 4791/5051 94% [========================================================== ] 4792/5051 94% [========================================================== ] 4793/5051 94% [========================================================== ] 4794/5051 94% [========================================================== ] 4795/5051 94% [========================================================== ] 4796/5051 94% [========================================================== ] 4797/5051 94% [========================================================== ] 4798/5051 94% [========================================================== ] 4799/5051 95% [========================================================== ] 4800/5051 95% [========================================================== ] 4801/5051 95% [========================================================== ] 4802/5051 95% [========================================================== ] 4803/5051 95% [========================================================== ] 4804/5051 95% [========================================================== ] 4805/5051 95% [========================================================== ] 4806/5051 95% [=========================================================== ] 4807/5051 95% [=========================================================== ] 4808/5051 95% [=========================================================== ] 4809/5051 95% [=========================================================== ] 4810/5051 95% [=========================================================== ] 4811/5051 95% [=========================================================== ] 4812/5051 95% [=========================================================== ] 4813/5051 95% [=========================================================== ] 4814/5051 95% [=========================================================== ] 4815/5051 95% [=========================================================== ] 4816/5051 95% [=========================================================== ] 4817/5051 95% [=========================================================== ] 4818/5051 95% [=========================================================== ] 4819/5051 95% [=========================================================== ] 4820/5051 95% [=========================================================== ] 4821/5051 95% [=========================================================== ] 4822/5051 95% [=========================================================== ] 4823/5051 95% [=========================================================== ] 4824/5051 95% [=========================================================== ] 4825/5051 95% [=========================================================== ] 4826/5051 95% [=========================================================== ] 4827/5051 95% [=========================================================== ] 4828/5051 95% [=========================================================== ] 4829/5051 95% [=========================================================== ] 4830/5051 95% [=========================================================== ] 4831/5051 95% [=========================================================== ] 4832/5051 95% [=========================================================== ] 4833/5051 95% [=========================================================== ] 4834/5051 95% [=========================================================== ] 4835/5051 95% [=========================================================== ] 4836/5051 95% [=========================================================== ] 4837/5051 95% [=========================================================== ] 4838/5051 95% [=========================================================== ] 4839/5051 95% [=========================================================== ] 4840/5051 95% [=========================================================== ] 4841/5051 95% [=========================================================== ] 4842/5051 95% [=========================================================== ] 4843/5051 95% [=========================================================== ] 4844/5051 95% [=========================================================== ] 4845/5051 95% [=========================================================== ] 4846/5051 95% [=========================================================== ] 4847/5051 95% [=========================================================== ] 4848/5051 95% [=========================================================== ] 4849/5051 96% [=========================================================== ] 4850/5051 96% [=========================================================== ] 4851/5051 96% [=========================================================== ] 4852/5051 96% [=========================================================== ] 4853/5051 96% [=========================================================== ] 4854/5051 96% [=========================================================== ] 4855/5051 96% [=========================================================== ] 4856/5051 96% [=========================================================== ] 4857/5051 96% [=========================================================== ] 4858/5051 96% [=========================================================== ] 4859/5051 96% [=========================================================== ] 4860/5051 96% [=========================================================== ] 4861/5051 96% [=========================================================== ] 4862/5051 96% [=========================================================== ] 4863/5051 96% [=========================================================== ] 4864/5051 96% [=========================================================== ] 4865/5051 96% [=========================================================== ] 4866/5051 96% [=========================================================== ] 4867/5051 96% [=========================================================== ] 4868/5051 96% [=========================================================== ] 4869/5051 96% [=========================================================== ] 4870/5051 96% [=========================================================== ] 4871/5051 96% [=========================================================== ] 4872/5051 96% [=========================================================== ] 4873/5051 96% [=========================================================== ] 4874/5051 96% [=========================================================== ] 4875/5051 96% [=========================================================== ] 4876/5051 96% [=========================================================== ] 4877/5051 96% [=========================================================== ] 4878/5051 96% [=========================================================== ] 4879/5051 96% [=========================================================== ] 4880/5051 96% [=========================================================== ] 4881/5051 96% [=========================================================== ] 4882/5051 96% [=========================================================== ] 4883/5051 96% [=========================================================== ] 4884/5051 96% [=========================================================== ] 4885/5051 96% [=========================================================== ] 4886/5051 96% [=========================================================== ] 4887/5051 96% [=========================================================== ] 4888/5051 96% [============================================================ ] 4889/5051 96% [============================================================ ] 4890/5051 96% [============================================================ ] 4891/5051 96% [============================================================ ] 4892/5051 96% [============================================================ ] 4893/5051 96% [============================================================ ] 4894/5051 96% [============================================================ ] 4895/5051 96% [============================================================ ] 4896/5051 96% [============================================================ ] 4897/5051 96% [============================================================ ] 4898/5051 96% [============================================================ ] 4899/5051 96% [============================================================ ] 4900/5051 97% [============================================================ ] 4901/5051 97% [============================================================ ] 4902/5051 97% [============================================================ ] 4903/5051 97% [============================================================ ] 4904/5051 97% [============================================================ ] 4905/5051 97% [============================================================ ] 4906/5051 97% [============================================================ ] 4907/5051 97% [============================================================ ] 4908/5051 97% [============================================================ ] 4909/5051 97% [============================================================ ] 4910/5051 97% [============================================================ ] 4911/5051 97% [============================================================ ] 4912/5051 97% [============================================================ ] 4913/5051 97% [============================================================ ] 4914/5051 97% [============================================================ ] 4915/5051 97% [============================================================ ] 4916/5051 97% [============================================================ ] 4917/5051 97% [============================================================ ] 4918/5051 97% [============================================================ ] 4919/5051 97% [============================================================ ] 4920/5051 97% [============================================================ ] 4921/5051 97% [============================================================ ] 4922/5051 97% [============================================================ ] 4923/5051 97% [============================================================ ] 4924/5051 97% [============================================================ ] 4925/5051 97% [============================================================ ] 4926/5051 97% [============================================================ ] 4927/5051 97% [============================================================ ] 4928/5051 97% [============================================================ ] 4929/5051 97% [============================================================ ] 4930/5051 97% [============================================================ ] 4931/5051 97% [============================================================ ] 4932/5051 97% [============================================================ ] 4933/5051 97% [============================================================ ] 4934/5051 97% [============================================================ ] 4935/5051 97% [============================================================ ] 4936/5051 97% [============================================================ ] 4937/5051 97% [============================================================ ] 4938/5051 97% [============================================================ ] 4939/5051 97% [============================================================ ] 4940/5051 97% [============================================================ ] 4941/5051 97% [============================================================ ] 4942/5051 97% [============================================================ ] 4943/5051 97% [============================================================ ] 4944/5051 97% [============================================================ ] 4945/5051 97% [============================================================ ] 4946/5051 97% [============================================================ ] 4947/5051 97% [============================================================ ] 4948/5051 97% [============================================================ ] 4949/5051 97% [============================================================ ] 4950/5051 98% [============================================================ ] 4951/5051 98% [============================================================ ] 4952/5051 98% [============================================================ ] 4953/5051 98% [============================================================ ] 4954/5051 98% [============================================================ ] 4955/5051 98% [============================================================ ] 4956/5051 98% [============================================================ ] 4957/5051 98% [============================================================ ] 4958/5051 98% [============================================================ ] 4959/5051 98% [============================================================ ] 4960/5051 98% [============================================================ ] 4961/5051 98% [============================================================ ] 4962/5051 98% [============================================================ ] 4963/5051 98% [============================================================ ] 4964/5051 98% [============================================================ ] 4965/5051 98% [============================================================ ] 4966/5051 98% [============================================================ ] 4967/5051 98% [============================================================ ] 4968/5051 98% [============================================================ ] 4969/5051 98% [============================================================= ] 4970/5051 98% [============================================================= ] 4971/5051 98% [============================================================= ] 4972/5051 98% [============================================================= ] 4973/5051 98% [============================================================= ] 4974/5051 98% [============================================================= ] 4975/5051 98% [============================================================= ] 4976/5051 98% [============================================================= ] 4977/5051 98% [============================================================= ] 4978/5051 98% [============================================================= ] 4979/5051 98% [============================================================= ] 4980/5051 98% [============================================================= ] 4981/5051 98% [============================================================= ] 4982/5051 98% [============================================================= ] 4983/5051 98% [============================================================= ] 4984/5051 98% [============================================================= ] 4985/5051 98% [============================================================= ] 4986/5051 98% [============================================================= ] 4987/5051 98% [============================================================= ] 4988/5051 98% [============================================================= ] 4989/5051 98% [============================================================= ] 4990/5051 98% [============================================================= ] 4991/5051 98% [============================================================= ] 4992/5051 98% [============================================================= ] 4993/5051 98% [============================================================= ] 4994/5051 98% [============================================================= ] 4995/5051 98% [============================================================= ] 4996/5051 98% [============================================================= ] 4997/5051 98% [============================================================= ] 4998/5051 98% [============================================================= ] 4999/5051 98% [============================================================= ] 5000/5051 98% [============================================================= ] 5001/5051 99% [============================================================= ] 5002/5051 99% [============================================================= ] 5003/5051 99% [============================================================= ] 5004/5051 99% [============================================================= ] 5005/5051 99% [============================================================= ] 5006/5051 99% [============================================================= ] 5007/5051 99% [============================================================= ] 5008/5051 99% [============================================================= ] 5009/5051 99% [============================================================= ] 5010/5051 99% [============================================================= ] 5011/5051 99% [============================================================= ] 5012/5051 99% [============================================================= ] 5013/5051 99% [============================================================= ] 5014/5051 99% [============================================================= ] 5015/5051 99% [============================================================= ] 5016/5051 99% [============================================================= ] 5017/5051 99% [============================================================= ] 5018/5051 99% [============================================================= ] 5019/5051 99% [============================================================= ] 5020/5051 99% [============================================================= ] 5021/5051 99% [============================================================= ] 5022/5051 99% [============================================================= ] 5023/5051 99% [============================================================= ] 5024/5051 99% [============================================================= ] 5025/5051 99% [============================================================= ] 5026/5051 99% [============================================================= ] 5027/5051 99% [============================================================= ] 5028/5051 99% [============================================================= ] 5029/5051 99% [============================================================= ] 5030/5051 99% [============================================================= ] 5031/5051 99% [============================================================= ] 5032/5051 99% [============================================================= ] 5033/5051 99% [============================================================= ] 5034/5051 99% [============================================================= ] 5035/5051 99% [============================================================= ] 5036/5051 99% [============================================================= ] 5037/5051 99% [============================================================= ] 5038/5051 99% [============================================================= ] 5039/5051 99% [============================================================= ] 5040/5051 99% [============================================================= ] 5041/5051 99% [============================================================= ] 5042/5051 99% [============================================================= ] 5043/5051 99% [============================================================= ] 5044/5051 99% [============================================================= ] 5045/5051 99% [============================================================= ] 5046/5051 99% [============================================================= ] 5047/5051 99% [============================================================= ] 5048/5051 99% [============================================================= ] 5049/5051 99% [============================================================= ] 5050/5051 99% [==============================================================] 5051/5051 100% operation complete, 5051 objects in 52524 NAND pages. ln -snf /home/thomas/autobuild/instance-1/output-1/host/mips64el-buildroot-linux-gnu/sysroot /home/thomas/autobuild/instance-1/output-1/staging make: Leaving directory '/home/thomas/autobuild/instance-1/buildroot' make: Entering directory '/home/thomas/autobuild/instance-1/buildroot' >>> Buildroot 2022.08-rc1-1541-g3f28ad6e0b Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-66-ga1dc0be03c9dd850b864bd7a9c03cf8e396eb7ca 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.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.0.19 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 >>> 4th 3.64.1 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> host-4th 3.64.1 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> alfred 2022.1 Collecting legal info LICENSES/preferred/GPL-2.0: OK (sha256: cecbf53d1148e13256ac29f8b900655b7fc8dc12d59939a95bc2323ea1747025) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> alsa-lib 1.2.8 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> apr-util 1.6.3 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.7.0 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> openssl Collecting legal info >>> libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> bash 5.1.16 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bcg729 1.1.1 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> bubblewrap 0.6.2 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-meson 0.63.3 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.5.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.8 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> dcron 1ba33c3325df48de46263276a43ed76cf9d81518 Collecting legal info COPYING: OK (sha256: 640d90f6ee401241ff62834d0d1b33f83049e99b8bfdfa04ed1b0a1635dde3e7) >>> debianutils 4.11 Collecting legal info debian/copyright: OK (sha256: 3c8b5112cb8f74ba959233291908d73f527afa6f1d96f93649aeb912b5884567) >>> e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> ifenslave 2.9 Collecting legal info debian/copyright: OK (sha256: 299e00f3afc0e6ea0685340df73ad444e58e6fe0229989ba0983f5f33e275c41) >>> kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> netcat 0.7.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> psmisc 23.4 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> ccrypt 1.11 Collecting legal info COPYING: OK (sha256: d48d3af3cf27b32106ee3418c7c892cae745ece26cd909e72aa59b08e3f9c93d) >>> cjson 1.7.15 Collecting legal info LICENSE: OK (sha256: a36dda207c36db5818729c54e7ad4e8b0c6fba847491ba64f372c1a2037b6d5c) >>> cryptsetup 2.5.0 Collecting legal info COPYING: OK (sha256: 45670cce8b6a0ddd66c8016cd8ccef6cd71f35717cbacc7f1e895b3855207b33) COPYING.LGPL: OK (sha256: 8c33cc37871654ec7ed87e6fbb896c8cf33ef5ef05b1611a5aed857596ffafa5) >>> json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> libargon2 20190702 Collecting legal info LICENSE: OK (sha256: 220f8736a89ff51c92ef3d497f413b48e6cf1df3d6278bc909c6308c78e1718e) >>> lvm2 2.03.14 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> daq 2.0.7 Collecting legal info COPYING: OK (sha256: 07f28289c09fd9eb5a6ff7bc710ff40363601b1bbc6f3637d8ed412150e90819) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dbus 1.12.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> dieharder 3.31.1 Collecting legal info COPYING: OK (sha256: c475bcd1afa6fc15a65174e31c599c0d23706a34e4b9f2fcb03a4dad5438d53f) >>> gsl 2.6 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> doom-wad 1.9 Collecting legal info >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> host-exfatprogs 1.2.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-f2fs-tools 1.15.0 Collecting legal info COPYING: OK (sha256: 662abb3a8a80b36ae7036c289dd1e03b361ee5dd2e6fd5211d0d8d029146449f) >>> 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) >>> fastd 22 Collecting legal info COPYRIGHT: OK (sha256: adf08b42f1b890b89e998360a864cb4f8441a0a57c9e95e2ce1bfdfc24c49976) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libuecc 7 Collecting legal info COPYRIGHT: OK (sha256: ec4d9fcc3a37a7998a9ea4decf38f4c0c91a44fd05bb17638c52fe16f2b12e23) >>> fftw-single 3.3.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> gnu-efi 3.0.15 Collecting legal info README.efilib: OK (sha256: 42d352e9c28dd446fd0209cd6f75588c8e41f0934540bb382bbd61c752360265) >>> hackrf 2022.09.1 Collecting legal info COPYING: OK (sha256: 49b60a6288f90f49074228cc1fae0fb16871ba36b756013abdf7c2fc92f01fad) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> initscripts Collecting legal info >>> input-event-daemon 0.1.3 Collecting legal info README: OK (sha256: 56f6614c63a023e4d486332968bfa7933f06ea7c785ef85f403448022ae7f912) >>> iodine 0.7.0 Collecting legal info README: OK (sha256: f41a252b2218759aa351270b7ad9791bdd323836b940e35c0614837a5d24dcb7) >>> jack1 0.126.0 Collecting legal info COPYING: OK (sha256: 661fe53a7e3fce790b185e35c60b7ed80d7efdf25fd7df5af6814a9a215a538f) COPYING.GPL: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LGPL: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> host-jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> kexec 2.0.25 Collecting legal info COPYING: OK (sha256: fa5fc1d1eec39532ea517518eeefd7b6e3c14341a55e5880a0e2a49eee47a5b7) >>> leafnode2 2.0.0.alpha20140727b Collecting legal info COPYING: OK (sha256: 59d37f745dc5a2d63a51dff344f4ad89f72e76f8c7b7d877f20880d838b1bec9) COPYING.LGPL: OK (sha256: 0c92246a9d3636e0aa6a244f6c481639b2e530fbbb25bc048ce7acd83e1fc5f6) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> libart 2.3.21 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libbson 1.9.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) THIRD_PARTY_NOTICES: OK (sha256: 8dc5cb3146b026715e6c145621c7732f36c295d825b7b3a03076ad3f238db48e) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcurl 7.88.0 Collecting legal info COPYING: OK (sha256: b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524) >>> libenca 1.19 Collecting legal info COPYING: OK (sha256: 87f1bd4a52b4029476b684fcdd51fed3c6b2540e462d3c2d3bfc9be4558b2825) >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libfuse 2.9.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libgcrypt 1.10.1 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.45 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libiscsi 1.19.0 Collecting legal info COPYING: OK (sha256: 88e3eccc48722b2a0eaff456dda94b8e8e123848d01f631969bec8e3c6c6eb85) LICENCE-GPL-2.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENCE-LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> liblo 0.31 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libmdbx 0.11.14 Collecting legal info LICENSE: OK (sha256: 310fe25c858a9515fc8c8d7d1f24a67c9496f84a91e0a0e41ea9975b1371e569) >>> libmicrohttpd 0.9.75 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> liboping 1.10.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libsndfile 1.1.0 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libsrtp 2.4.2 Collecting legal info LICENSE: OK (sha256: 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libubootenv 0.3.3 Collecting legal info LICENSES/CC0-1.0.txt: OK (sha256: 0558101984550fa84d1d13c2af11d116c20079d2be58711e8d99cadce7009192) LICENSES/LGPL-2.1-or-later.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) >>> libucl 0.8.1 Collecting legal info COPYING: OK (sha256: 1bf976835764c1d827e07472a0a75adb098682df56681878af05fc0db7439b03) >>> libuv 1.44.2 Collecting legal info LICENSE: OK (sha256: 95b8b163c60d17cfce3cef61a2d8a9cf70137502c8fb5f3d93cd2fc529fa98c8) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> lighttpd 1.4.67 Collecting legal info COPYING: OK (sha256: 5c98cad2fbaf5c5e2562bcbab401a7c557c1bb1bac9914ecc63730925052fb13) >>> xxhash 0.8.1 Collecting legal info LICENSE: OK (sha256: 553d0035773ddd1590045f8fdc3a4c6ead31e36336721aeca8421e88ed1c9f80) cli/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> linuxptp 3.1.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lldpd 1.0.15 Collecting legal info LICENSE: OK (sha256: 0e96a5aea65f16e2239231ce4ab90497f8bc3bb8fe6abe9299aade4726ff7c8d) >>> netsnmp 5.9.3 Collecting legal info COPYING: OK (sha256: ed869ea395a1f125819a56676385ab0557a21507764bf56f2943302011381e59) >>> lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mbedtls 2.28.2 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> motion 4.5.0 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mpg123 1.25.15 Collecting legal info COPYING: OK (sha256: f40e0dd86b27b52e429b693a87b3ca63ae0a98a4d142e77207aa6bdf1db7a295) >>> portaudio 190700_20210406 Collecting legal info LICENSE.txt: OK (sha256: ec52a1952d701f94e5135719a47376da4ee0b4a0201f1cafb49f61db6480ac3d) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> mxml 3.3.1 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) NOTICE: OK (sha256: 7dedb0043b0bbed7880bcc9724b3a3dae4d5ab2dce98a7904703109572b626e3) >>> netatalk 3.1.13 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7599ae145e53be03a08f8b558b2f2e0c828e1630f1843cc04f41981b8cefcd65) >>> noip 2.1.9 Collecting legal info COPYING: OK (sha256: 5aaf7e9e1790c6e372b6c5dec8c6c4b60504414a8c56f64c3071d281d3c251fa) >>> nvme 1.12 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> orc 0.4.32 Collecting legal info COPYING: OK (sha256: 4f5dabb1b44bb6fc5cd53820b1f103147ad61b395a57903991325bd1b85d97bf) >>> host-orc 0.4.32 Collecting legal info COPYING: OK (sha256: 4f5dabb1b44bb6fc5cd53820b1f103147ad61b395a57903991325bd1b85d97bf) >>> paho-mqtt-c 1.3.11 Collecting legal info epl-v20: OK (sha256: 0becf16567beb77fa252b7664631dd177c8f9a1889e48995b45379c7130e5303) edl-v10: OK (sha256: 83bbba033dc985487e321b6dfde111772affb73460be48726299fed3da684b1c) LICENSE: OK (sha256: bc0f3f447097eb82a29ad6c2f4929572bb548b6bd4c9e38fde1bf131a771b7a0) >>> parprouted 0.7 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pdbg 3.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> pps-tools 1.0.3 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> prboom 2.5.0 Collecting legal info COPYING: OK (sha256: 1cba07ce0f6d1366d84b7cc62b76966ba79075e5f379c1e230c3ff0635fa789f) >>> sdl_mixer d1725fcb7c4e987aeb7ecdc94cb8b6375b702170 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> sdl_net 620b0ba7dd84a0fdbd4cc8ef1b2be1cc10f90ae3 Collecting legal info COPYING: OK (sha256: e542f822a6cd82deccf82cf0f50192917b0158d725a6bc6348ab1ccdd890ecbe) >>> raspi-gpio 4edfde183ff3ac9ed66cdc015ae25e45f3a5502d Collecting legal info LICENSE: OK (sha256: 6e02227e1fb942687163996678d94add7911890c50025912d0ae7ee66d256bb2) >>> host-rauc 1.8 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-squashfs 4.5.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> rsh-redone 85 Collecting legal info rsh.c: OK (sha256: 92c3a6a0efe5347c282081c6f67aebfec0f33b880c9efb87eb5232dcdd748369) >>> rtl_433 21.12 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sbc 2.0 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> scrub 2.6.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) DISCLAIMER: OK (sha256: f76abbfb80cde1036cb553cdecb08bb846a48e33c91ef56c0f494172fd407f33) >>> scrypt 1.3.1 Collecting legal info COPYRIGHT: OK (sha256: 1fb4da0e9000287414066a238f378528d5652f89b72b4a1d6b89fdd20031b22d) >>> shellinabox 2.20 Collecting legal info COPYING: OK (sha256: 04ef60ab9b83cde6f0862ea18474454477efb34c52ebce1f8d8260a398a39362) GPL-2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sox 7524160b29a476f7e87bc14fddf12d349f9a3c5e Collecting legal info LICENSE.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> sshpass 1.09 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> tzdata 2022c Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-tzdata 2022c Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-zic 2022c Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> urandom-scripts Collecting legal info >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Collecting legal info LICENSE: OK (sha256: cb9dc8e96aedf9120b6757a60387db10f3c1a8e3fd97bb9d0f11327be5a7ed4d) >>> webp 1.2.4 Collecting legal info COPYING: OK (sha256: 5aec868f669e384a22372a4e8a1a6cd7d44c64cd451f960ca69cc170d1e13acf) >>> zerofree 1.1.1 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> 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.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: 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: doom-wad-1.9: cannot save license (DOOM_WAD_LICENSE_FILES not defined) Legal info produced in /home/thomas/autobuild/instance-1/output-1/legal-info make: Leaving directory '/home/thomas/autobuild/instance-1/buildroot'