/usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /home/autobuild/autobuild/instance-3/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /home/autobuild/autobuild/instance-3/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/autobuild/autobuild/instance-3/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/ash$' /home/autobuild/autobuild/instance-3/output-1/target/etc/shells || echo "/bin/ash" >> /home/autobuild/autobuild/instance-3/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/autobuild/autobuild/instance-3/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/hush$' /home/autobuild/autobuild/instance-3/output-1/target/etc/shells || echo "/bin/hush" >> /home/autobuild/autobuild/instance-3/output-1/target/etc/shells; fi # Remove any existing certificates under /etc/ssl/certs rm -f /home/autobuild/autobuild/instance-3/output-1/target/etc/ssl/certs/* # Create symlinks to certificates under /etc/ssl/certs # and generate the bundle cd /home/autobuild/autobuild/instance-3/output-1/target ; for i in `find usr/share/ca-certificates -name "*.crt" | LC_COLLATE=C sort` ; do ln -sf ../../../$i etc/ssl/certs/`basename ${i} .crt`.pem ; cat $i ; done >/home/autobuild/autobuild/instance-3/output-1/build/ca-certificates.crt # Create symlinks to the certificates by their hash values /home/autobuild/autobuild/instance-3/output-1/host/bin/c_rehash /home/autobuild/autobuild/instance-3/output-1/target/etc/ssl/certs Doing /home/autobuild/autobuild/instance-3/output-1/target/etc/ssl/certs # Install the certificates bundle /usr/bin/install -D -m 644 /home/autobuild/autobuild/instance-3/output-1/build/ca-certificates.crt /home/autobuild/autobuild/instance-3/output-1/target/etc/ssl/certs/ca-certificates.crt mkdir -p /home/autobuild/autobuild/instance-3/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-3/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/autobuild/autobuild/instance-3/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-3/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-3/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/autobuild/autobuild/instance-3/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-3/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-3/output-1/target/etc/shells if [ -x /home/autobuild/autobuild/instance-3/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-3/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-3/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-3/output-1/target/etc/inittab; fi if test -d /home/autobuild/autobuild/instance-3/output-1/target/lib/modules/`MAKEFLAGS='' /home/autobuild/make/make -j1 HOSTCC="/home/autobuild/autobuild/instance-3/output-1/host/bin/ccache /usr/bin/gcc -O2 -isystem /home/autobuild/autobuild/instance-3/output-1/host/include -L/home/autobuild/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/autobuild/autobuild/instance-3/output-1/host/lib" ARCH=arm64 INSTALL_MOD_PATH=/home/autobuild/autobuild/instance-3/output-1/target CROSS_COMPILE="/home/autobuild/autobuild/instance-3/output-1/host/bin/aarch64_be-buildroot-linux-gnu-" WERROR=0 REGENERATE_PARSERS=1 DEPMOD=/home/autobuild/autobuild/instance-3/output-1/host/sbin/depmod -C /home/autobuild/autobuild/instance-3/output-1/build/linux-6.4.14 --no-print-directory -s kernelrelease 2>/dev/null` && grep -q "CONFIG_MODULES=y" /home/autobuild/autobuild/instance-3/output-1/build/linux-6.4.14/.config; then /home/autobuild/autobuild/instance-3/output-1/host/sbin/depmod -a -b /home/autobuild/autobuild/instance-3/output-1/target `MAKEFLAGS='' /home/autobuild/make/make -j1 HOSTCC="/home/autobuild/autobuild/instance-3/output-1/host/bin/ccache /usr/bin/gcc -O2 -isystem /home/autobuild/autobuild/instance-3/output-1/host/include -L/home/autobuild/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/autobuild/autobuild/instance-3/output-1/host/lib" ARCH=arm64 INSTALL_MOD_PATH=/home/autobuild/autobuild/instance-3/output-1/target CROSS_COMPILE="/home/autobuild/autobuild/instance-3/output-1/host/bin/aarch64_be-buildroot-linux-gnu-" WERROR=0 REGENERATE_PARSERS=1 DEPMOD=/home/autobuild/autobuild/instance-3/output-1/host/sbin/depmod -C /home/autobuild/autobuild/instance-3/output-1/build/linux-6.4.14 --no-print-directory -s kernelrelease 2>/dev/null`; fi rm -rf /home/autobuild/autobuild/instance-3/output-1/target/usr/include /home/autobuild/autobuild/instance-3/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-3/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-3/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-3/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-3/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-3/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-3/output-1/target/usr/doc find /home/autobuild/autobuild/instance-3/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-3/output-1/target/lib/ /home/autobuild/autobuild/instance-3/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-3/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/autobuild/autobuild/instance-3/output-1/target/usr/libexec/': No such file or directory rm -rf /home/autobuild/autobuild/instance-3/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-3/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-3/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-3/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-3/output-1/target/usr/man /home/autobuild/autobuild/instance-3/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-3/output-1/target/usr/info /home/autobuild/autobuild/instance-3/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-3/output-1/target/usr/doc /home/autobuild/autobuild/instance-3/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-3/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-3/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-3/output-1/target/lib/debug /home/autobuild/autobuild/instance-3/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-3/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/autobuild/autobuild/instance-3/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-3/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-3/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/autobuild/autobuild/instance-3/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.08-257-g600e36f8f2"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.11-git\"" \ ) > /home/autobuild/autobuild/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-3/output-1/per-package \ /home/autobuild/autobuild/instance-3/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-3/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs printf ' news -1 news -1 * - - - Leafnode2 daemon\n snmp -1 snmp -1 * - - - snmpd user\n\n' >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.ext2 mkdir -p /home/autobuild/autobuild/instance-3/output-1/images rm -rf /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/ext2 mkdir -p /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/ext2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-3/output-1/target/ /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/ext2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/ext2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/ext2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/ext2/target" >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/autobuild/autobuild/instance-3/output-1/host/bin:/home/autobuild/autobuild/instance-3/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-3/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/ext2/target >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/ext2/fakeroot echo "/home/autobuild/autobuild/instance-3/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/ext2/target" >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/ext2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/ext2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/ext2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/ext2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -f /home/autobuild/autobuild/instance-3/output-1/images/rootfs.ext2\n /home/autobuild/autobuild/instance-3/output-1/host/sbin/mkfs.ext4 -d /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/ext2/target -r 1 -N 0 -m 5 -L "rootfs" -I 256 -O ^64bit /home/autobuild/autobuild/instance-3/output-1/images/rootfs.ext2 "5G" || { ret=$?; echo "*** Maybe you need to increase the filesystem size (BR2_TARGET_ROOTFS_EXT2_SIZE)" 1>&2; exit $ret; }\n' >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/ext2/fakeroot chmod a+x /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/autobuild/autobuild/instance-3/output-1/host/bin:/home/autobuild/autobuild/instance-3/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/ext2/fakeroot rootdir=/home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/ext2/target table='/home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' mke2fs 1.47.0 (5-Feb-2023) Creating regular file /home/autobuild/autobuild/instance-3/output-1/images/rootfs.ext2 64-bit filesystem support is not enabled. The larger fields afforded by this feature enable full-strength checksumming. Pass -O 64bit to rectify. Creating filesystem with 1310720 4k blocks and 327680 inodes Filesystem UUID: 6a12af3e-7b70-4ba3-b69d-824bf64db1f6 Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736 Allocating group tables: 0/40 done Writing inode tables: 0/40 done Creating journal (16384 blocks): done Copying files into the device: done Writing superblocks and filesystem accounting information: 0/40 done PATH="/home/autobuild/autobuild/instance-3/output-1/host/bin:/home/autobuild/autobuild/instance-3/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" bzip2 -9 -c /home/autobuild/autobuild/instance-3/output-1/images/rootfs.ext2 > /home/autobuild/autobuild/instance-3/output-1/images/rootfs.ext2.bz2 ln -sf rootfs.ext2.bz2 /home/autobuild/autobuild/instance-3/output-1/images/rootfs.ext4.bz2 >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-3/output-1/images rm -rf /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-3/output-1/target/ /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-3/output-1/host/bin:/home/autobuild/autobuild/instance-3/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-3/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-3/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-3/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-3/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-3/output-1/host/bin:/home/autobuild/autobuild/instance-3/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 4694 objects. stage 2: creating image '/home/autobuild/autobuild/instance-3/output-1/images/rootfs.yaffs2' [ ] 1/4694 0% [ ] 2/4694 0% [ ] 3/4694 0% [ ] 4/4694 0% [ ] 5/4694 0% [ ] 6/4694 0% [ ] 7/4694 0% [ ] 8/4694 0% [ ] 9/4694 0% [ ] 10/4694 0% [ ] 11/4694 0% [ ] 12/4694 0% [ ] 13/4694 0% [ ] 14/4694 0% [ ] 15/4694 0% [ ] 16/4694 0% [ ] 17/4694 0% [ ] 18/4694 0% [ ] 19/4694 0% [ ] 20/4694 0% [ ] 21/4694 0% [ ] 22/4694 0% [ ] 23/4694 0% [ ] 24/4694 0% [ ] 25/4694 0% [ ] 26/4694 0% [ ] 27/4694 0% [ ] 28/4694 0% [ ] 29/4694 0% [ ] 30/4694 0% [ ] 31/4694 0% [ ] 32/4694 0% [ ] 33/4694 0% [ ] 34/4694 0% [ ] 35/4694 0% [ ] 36/4694 0% [ ] 37/4694 0% [ ] 38/4694 0% [ ] 39/4694 0% [ ] 40/4694 0% [ ] 41/4694 0% [ ] 42/4694 0% [ ] 43/4694 0% [ ] 44/4694 0% [ ] 45/4694 0% [ ] 46/4694 0% [ ] 47/4694 1% [ ] 48/4694 1% [ ] 49/4694 1% [ ] 50/4694 1% [ ] 51/4694 1% [ ] 52/4694 1% [ ] 53/4694 1% [ ] 54/4694 1% [ ] 55/4694 1% [ ] 56/4694 1% [ ] 57/4694 1% [ ] 58/4694 1% [ ] 59/4694 1% [ ] 60/4694 1% [ ] 61/4694 1% [ ] 62/4694 1% [ ] 63/4694 1% [ ] 64/4694 1% [ ] 65/4694 1% [ ] 66/4694 1% [ ] 67/4694 1% [ ] 68/4694 1% [ ] 69/4694 1% [ ] 70/4694 1% [ ] 71/4694 1% [ ] 72/4694 1% [ ] 73/4694 1% [ ] 74/4694 1% [ ] 75/4694 1% [= ] 76/4694 1% [= ] 77/4694 1% [= ] 78/4694 1% [= ] 79/4694 1% [= ] 80/4694 1% [= ] 81/4694 1% [= ] 82/4694 1% [= ] 83/4694 1% [= ] 84/4694 1% [= ] 85/4694 1% [= ] 86/4694 1% [= ] 87/4694 1% [= ] 88/4694 1% [= ] 89/4694 1% [= ] 90/4694 1% [= ] 91/4694 1% [= ] 92/4694 1% [= ] 93/4694 1% [= ] 94/4694 2% [= ] 95/4694 2% [= ] 96/4694 2% [= ] 97/4694 2% [= ] 98/4694 2% [= ] 99/4694 2% [= ] 100/4694 2% [= ] 101/4694 2% [= ] 102/4694 2% [= ] 103/4694 2% [= ] 104/4694 2% [= ] 105/4694 2% [= ] 106/4694 2% [= ] 107/4694 2% [= ] 108/4694 2% [= ] 109/4694 2% [= ] 110/4694 2% [= ] 111/4694 2% [= ] 112/4694 2% [= ] 113/4694 2% [= ] 114/4694 2% [= ] 115/4694 2% [= ] 116/4694 2% [= ] 117/4694 2% [= ] 118/4694 2% [= ] 119/4694 2% [= ] 120/4694 2% [= ] 121/4694 2% [= ] 122/4694 2% [= ] 123/4694 2% [= ] 124/4694 2% [= ] 125/4694 2% [= ] 126/4694 2% [= ] 127/4694 2% [= ] 128/4694 2% [= ] 129/4694 2% [= ] 130/4694 2% [= ] 131/4694 2% [= ] 132/4694 2% [= ] 133/4694 2% [= ] 134/4694 2% [= ] 135/4694 2% [= ] 136/4694 2% [= ] 137/4694 2% [= ] 138/4694 2% [= ] 139/4694 2% [= ] 140/4694 2% [= ] 141/4694 3% [= ] 142/4694 3% [= ] 143/4694 3% [= ] 144/4694 3% [= ] 145/4694 3% [= ] 146/4694 3% [= ] 147/4694 3% [= ] 148/4694 3% [= ] 149/4694 3% [= ] 150/4694 3% [= ] 151/4694 3% [== ] 152/4694 3% [== ] 153/4694 3% [== ] 154/4694 3% [== ] 155/4694 3% [== ] 156/4694 3% [== ] 157/4694 3% [== ] 158/4694 3% [== ] 159/4694 3% [== ] 160/4694 3% [== ] 161/4694 3% [== ] 162/4694 3% [== ] 163/4694 3% [== ] 164/4694 3% [== ] 165/4694 3% [== ] 166/4694 3% [== ] 167/4694 3% [== ] 168/4694 3% [== ] 169/4694 3% [== ] 170/4694 3% [== ] 171/4694 3% [== ] 172/4694 3% [== ] 173/4694 3% [== ] 174/4694 3% [== ] 175/4694 3% [== ] 176/4694 3% [== ] 177/4694 3% [== ] 178/4694 3% [== ] 179/4694 3% [== ] 180/4694 3% [== ] 181/4694 3% [== ] 182/4694 3% [== ] 183/4694 3% [== ] 184/4694 3% [== ] 185/4694 3% [== ] 186/4694 3% [== ] 187/4694 3% [== ] 188/4694 4% [== ] 189/4694 4% [== ] 190/4694 4% [== ] 191/4694 4% [== ] 192/4694 4% [== ] 193/4694 4% [== ] 194/4694 4% [== ] 195/4694 4% [== ] 196/4694 4% [== ] 197/4694 4% [== ] 198/4694 4% [== ] 199/4694 4% [== ] 200/4694 4% [== ] 201/4694 4% [== ] 202/4694 4% [== ] 203/4694 4% [== ] 204/4694 4% [== ] 205/4694 4% [== ] 206/4694 4% [== ] 207/4694 4% [== ] 208/4694 4% [== ] 209/4694 4% [== ] 210/4694 4% [== ] 211/4694 4% [== ] 212/4694 4% [== ] 213/4694 4% [== ] 214/4694 4% [== ] 215/4694 4% [== ] 216/4694 4% [== ] 217/4694 4% [== ] 218/4694 4% [== ] 219/4694 4% [== ] 220/4694 4% [== ] 221/4694 4% [== ] 222/4694 4% [== ] 223/4694 4% [== ] 224/4694 4% [== ] 225/4694 4% [== ] 226/4694 4% [== ] 227/4694 4% [=== ] 228/4694 4% [=== ] 229/4694 4% [=== ] 230/4694 4% [=== ] 231/4694 4% [=== ] 232/4694 4% [=== ] 233/4694 4% [=== ] 234/4694 4% [=== ] 235/4694 5% [=== ] 236/4694 5% [=== ] 237/4694 5% [=== ] 238/4694 5% [=== ] 239/4694 5% [=== ] 240/4694 5% [=== ] 241/4694 5% [=== ] 242/4694 5% [=== ] 243/4694 5% [=== ] 244/4694 5% [=== ] 245/4694 5% [=== ] 246/4694 5% [=== ] 247/4694 5% [=== ] 248/4694 5% [=== ] 249/4694 5% [=== ] 250/4694 5% [=== ] 251/4694 5% [=== ] 252/4694 5% [=== ] 253/4694 5% [=== ] 254/4694 5% [=== ] 255/4694 5% [=== ] 256/4694 5% [=== ] 257/4694 5% [=== ] 258/4694 5% [=== ] 259/4694 5% [=== ] 260/4694 5% [=== ] 261/4694 5% [=== ] 262/4694 5% [=== ] 263/4694 5% [=== ] 264/4694 5% [=== ] 265/4694 5% [=== ] 266/4694 5% [=== ] 267/4694 5% [=== ] 268/4694 5% [=== ] 269/4694 5% [=== ] 270/4694 5% [=== ] 271/4694 5% [=== ] 272/4694 5% [=== ] 273/4694 5% [=== ] 274/4694 5% [=== ] 275/4694 5% [=== ] 276/4694 5% [=== ] 277/4694 5% [=== ] 278/4694 5% [=== ] 279/4694 5% [=== ] 280/4694 5% [=== ] 281/4694 5% [=== ] 282/4694 6% [=== ] 283/4694 6% [=== ] 284/4694 6% [=== ] 285/4694 6% [=== ] 286/4694 6% [=== ] 287/4694 6% [=== ] 288/4694 6% [=== ] 289/4694 6% [=== ] 290/4694 6% [=== ] 291/4694 6% [=== ] 292/4694 6% [=== ] 293/4694 6% [=== ] 294/4694 6% [=== ] 295/4694 6% [=== ] 296/4694 6% [=== ] 297/4694 6% [=== ] 298/4694 6% [=== ] 299/4694 6% [=== ] 300/4694 6% [=== ] 301/4694 6% [=== ] 302/4694 6% [==== ] 303/4694 6% [==== ] 304/4694 6% [==== ] 305/4694 6% [==== ] 306/4694 6% [==== ] 307/4694 6% [==== ] 308/4694 6% [==== ] 309/4694 6% [==== ] 310/4694 6% [==== ] 311/4694 6% [==== ] 312/4694 6% [==== ] 313/4694 6% [==== ] 314/4694 6% [==== ] 315/4694 6% [==== ] 316/4694 6% [==== ] 317/4694 6% [==== ] 318/4694 6% [==== ] 319/4694 6% [==== ] 320/4694 6% [==== ] 321/4694 6% [==== ] 322/4694 6% [==== ] 323/4694 6% [==== ] 324/4694 6% [==== ] 325/4694 6% [==== ] 326/4694 6% [==== ] 327/4694 6% [==== ] 328/4694 6% [==== ] 329/4694 7% [==== ] 330/4694 7% [==== ] 331/4694 7% [==== ] 332/4694 7% [==== ] 333/4694 7% [==== ] 334/4694 7% [==== ] 335/4694 7% [==== ] 336/4694 7% [==== ] 337/4694 7% [==== ] 338/4694 7% [==== ] 339/4694 7% [==== ] 340/4694 7% [==== ] 341/4694 7% [==== ] 342/4694 7% [==== ] 343/4694 7% [==== ] 344/4694 7% [==== ] 345/4694 7% [==== ] 346/4694 7% [==== ] 347/4694 7% [==== ] 348/4694 7% [==== ] 349/4694 7% [==== ] 350/4694 7% [==== ] 351/4694 7% [==== ] 352/4694 7% [==== ] 353/4694 7% [==== ] 354/4694 7% [==== ] 355/4694 7% [==== ] 356/4694 7% [==== ] 357/4694 7% [==== ] 358/4694 7% [==== ] 359/4694 7% [==== ] 360/4694 7% [==== ] 361/4694 7% [==== ] 362/4694 7% [==== ] 363/4694 7% [==== ] 364/4694 7% [==== ] 365/4694 7% [==== ] 366/4694 7% [==== ] 367/4694 7% [==== ] 368/4694 7% [==== ] 369/4694 7% [==== ] 370/4694 7% [==== ] 371/4694 7% [==== ] 372/4694 7% [==== ] 373/4694 7% [==== ] 374/4694 7% [==== ] 375/4694 7% [==== ] 376/4694 8% [==== ] 377/4694 8% [==== ] 378/4694 8% [===== ] 379/4694 8% [===== ] 380/4694 8% [===== ] 381/4694 8% [===== ] 382/4694 8% [===== ] 383/4694 8% [===== ] 384/4694 8% [===== ] 385/4694 8% [===== ] 386/4694 8% [===== ] 387/4694 8% [===== ] 388/4694 8% [===== ] 389/4694 8% [===== ] 390/4694 8% [===== ] 391/4694 8% [===== ] 392/4694 8% [===== ] 393/4694 8% [===== ] 394/4694 8% [===== ] 395/4694 8% [===== ] 396/4694 8% [===== ] 397/4694 8% [===== ] 398/4694 8% [===== ] 399/4694 8% [===== ] 400/4694 8% [===== ] 401/4694 8% [===== ] 402/4694 8% [===== ] 403/4694 8% [===== ] 404/4694 8% [===== ] 405/4694 8% [===== ] 406/4694 8% [===== ] 407/4694 8% [===== ] 408/4694 8% [===== ] 409/4694 8% [===== ] 410/4694 8% [===== ] 411/4694 8% [===== ] 412/4694 8% [===== ] 413/4694 8% [===== ] 414/4694 8% [===== ] 415/4694 8% [===== ] 416/4694 8% [===== ] 417/4694 8% [===== ] 418/4694 8% [===== ] 419/4694 8% [===== ] 420/4694 8% [===== ] 421/4694 8% [===== ] 422/4694 8% [===== ] 423/4694 9% [===== ] 424/4694 9% [===== ] 425/4694 9% [===== ] 426/4694 9% [===== ] 427/4694 9% [===== ] 428/4694 9% [===== ] 429/4694 9% [===== ] 430/4694 9% [===== ] 431/4694 9% [===== ] 432/4694 9% [===== ] 433/4694 9% [===== ] 434/4694 9% [===== ] 435/4694 9% [===== ] 436/4694 9% [===== ] 437/4694 9% [===== ] 438/4694 9% [===== ] 439/4694 9% [===== ] 440/4694 9% [===== ] 441/4694 9% [===== ] 442/4694 9% [===== ] 443/4694 9% [===== ] 444/4694 9% [===== ] 445/4694 9% [===== ] 446/4694 9% [===== ] 447/4694 9% [===== ] 448/4694 9% [===== ] 449/4694 9% [===== ] 450/4694 9% [===== ] 451/4694 9% [===== ] 452/4694 9% [===== ] 453/4694 9% [===== ] 454/4694 9% [====== ] 455/4694 9% [====== ] 456/4694 9% [====== ] 457/4694 9% [====== ] 458/4694 9% [====== ] 459/4694 9% [====== ] 460/4694 9% [====== ] 461/4694 9% [====== ] 462/4694 9% [====== ] 463/4694 9% [====== ] 464/4694 9% [====== ] 465/4694 9% [====== ] 466/4694 9% [====== ] 467/4694 9% [====== ] 468/4694 9% [====== ] 469/4694 9% [====== ] 470/4694 10% [====== ] 471/4694 10% [====== ] 472/4694 10% [====== ] 473/4694 10% [====== ] 474/4694 10% [====== ] 475/4694 10% [====== ] 476/4694 10% [====== ] 477/4694 10% [====== ] 478/4694 10% [====== ] 479/4694 10% [====== ] 480/4694 10% [====== ] 481/4694 10% [====== ] 482/4694 10% [====== ] 483/4694 10% [====== ] 484/4694 10% [====== ] 485/4694 10% [====== ] 486/4694 10% [====== ] 487/4694 10% [====== ] 488/4694 10% [====== ] 489/4694 10% [====== ] 490/4694 10% [====== ] 491/4694 10% [====== ] 492/4694 10% [====== ] 493/4694 10% [====== ] 494/4694 10% [====== ] 495/4694 10% [====== ] 496/4694 10% [====== ] 497/4694 10% [====== ] 498/4694 10% [====== ] 499/4694 10% [====== ] 500/4694 10% [====== ] 501/4694 10% [====== ] 502/4694 10% [====== ] 503/4694 10% [====== ] 504/4694 10% [====== ] 505/4694 10% [====== ] 506/4694 10% [====== ] 507/4694 10% [====== ] 508/4694 10% [====== ] 509/4694 10% [====== ] 510/4694 10% [====== ] 511/4694 10% [====== ] 512/4694 10% [====== ] 513/4694 10% [====== ] 514/4694 10% [====== ] 515/4694 10% [====== ] 516/4694 10% [====== ] 517/4694 11% [====== ] 518/4694 11% [====== ] 519/4694 11% [====== ] 520/4694 11% [====== ] 521/4694 11% [====== ] 522/4694 11% [====== ] 523/4694 11% [====== ] 524/4694 11% [====== ] 525/4694 11% [====== ] 526/4694 11% [====== ] 527/4694 11% [====== ] 528/4694 11% [====== ] 529/4694 11% [======= ] 530/4694 11% [======= ] 531/4694 11% [======= ] 532/4694 11% [======= ] 533/4694 11% [======= ] 534/4694 11% [======= ] 535/4694 11% [======= ] 536/4694 11% [======= ] 537/4694 11% [======= ] 538/4694 11% [======= ] 539/4694 11% [======= ] 540/4694 11% [======= ] 541/4694 11% [======= ] 542/4694 11% [======= ] 543/4694 11% [======= ] 544/4694 11% [======= ] 545/4694 11% [======= ] 546/4694 11% [======= ] 547/4694 11% [======= ] 548/4694 11% [======= ] 549/4694 11% [======= ] 550/4694 11% [======= ] 551/4694 11% [======= ] 552/4694 11% [======= ] 553/4694 11% [======= ] 554/4694 11% [======= ] 555/4694 11% [======= ] 556/4694 11% [======= ] 557/4694 11% [======= ] 558/4694 11% [======= ] 559/4694 11% [======= ] 560/4694 11% [======= ] 561/4694 11% [======= ] 562/4694 11% [======= ] 563/4694 11% [======= ] 564/4694 12% [======= ] 565/4694 12% [======= ] 566/4694 12% [======= ] 567/4694 12% [======= ] 568/4694 12% [======= ] 569/4694 12% [======= ] 570/4694 12% [======= ] 571/4694 12% [======= ] 572/4694 12% [======= ] 573/4694 12% [======= ] 574/4694 12% [======= ] 575/4694 12% [======= ] 576/4694 12% [======= ] 577/4694 12% [======= ] 578/4694 12% [======= ] 579/4694 12% [======= ] 580/4694 12% [======= ] 581/4694 12% [======= ] 582/4694 12% [======= ] 583/4694 12% [======= ] 584/4694 12% [======= ] 585/4694 12% [======= ] 586/4694 12% [======= ] 587/4694 12% [======= ] 588/4694 12% [======= ] 589/4694 12% [======= ] 590/4694 12% [======= ] 591/4694 12% [======= ] 592/4694 12% [======= ] 593/4694 12% [======= ] 594/4694 12% [======= ] 595/4694 12% [======= ] 596/4694 12% [======= ] 597/4694 12% [======= ] 598/4694 12% [======= ] 599/4694 12% [======= ] 600/4694 12% [======= ] 601/4694 12% [======= ] 602/4694 12% [======= ] 603/4694 12% [======= ] 604/4694 12% [======= ] 605/4694 12% [======== ] 606/4694 12% [======== ] 607/4694 12% [======== ] 608/4694 12% [======== ] 609/4694 12% [======== ] 610/4694 12% [======== ] 611/4694 13% [======== ] 612/4694 13% [======== ] 613/4694 13% [======== ] 614/4694 13% [======== ] 615/4694 13% [======== ] 616/4694 13% [======== ] 617/4694 13% [======== ] 618/4694 13% [======== ] 619/4694 13% [======== ] 620/4694 13% [======== ] 621/4694 13% [======== ] 622/4694 13% [======== ] 623/4694 13% [======== ] 624/4694 13% [======== ] 625/4694 13% [======== ] 626/4694 13% [======== ] 627/4694 13% [======== ] 628/4694 13% [======== ] 629/4694 13% [======== ] 630/4694 13% [======== ] 631/4694 13% [======== ] 632/4694 13% [======== ] 633/4694 13% [======== ] 634/4694 13% [======== ] 635/4694 13% [======== ] 636/4694 13% [======== ] 637/4694 13% [======== ] 638/4694 13% [======== ] 639/4694 13% [======== ] 640/4694 13% [======== ] 641/4694 13% [======== ] 642/4694 13% [======== ] 643/4694 13% [======== ] 644/4694 13% [======== ] 645/4694 13% [======== ] 646/4694 13% [======== ] 647/4694 13% [======== ] 648/4694 13% [======== ] 649/4694 13% [======== ] 650/4694 13% [======== ] 651/4694 13% [======== ] 652/4694 13% [======== ] 653/4694 13% [======== ] 654/4694 13% [======== ] 655/4694 13% [======== ] 656/4694 13% [======== ] 657/4694 13% [======== ] 658/4694 14% [======== ] 659/4694 14% [======== ] 660/4694 14% [======== ] 661/4694 14% [======== ] 662/4694 14% [======== ] 663/4694 14% [======== ] 664/4694 14% [======== ] 665/4694 14% [======== ] 666/4694 14% [======== ] 667/4694 14% [======== ] 668/4694 14% [======== ] 669/4694 14% [======== ] 670/4694 14% [======== ] 671/4694 14% [======== ] 672/4694 14% [======== ] 673/4694 14% [======== ] 674/4694 14% [======== ] 675/4694 14% [======== ] 676/4694 14% [======== ] 677/4694 14% [======== ] 678/4694 14% [======== ] 679/4694 14% [======== ] 680/4694 14% [======== ] 681/4694 14% [========= ] 682/4694 14% [========= ] 683/4694 14% [========= ] 684/4694 14% [========= ] 685/4694 14% [========= ] 686/4694 14% [========= ] 687/4694 14% [========= ] 688/4694 14% [========= ] 689/4694 14% [========= ] 690/4694 14% [========= ] 691/4694 14% [========= ] 692/4694 14% [========= ] 693/4694 14% [========= ] 694/4694 14% [========= ] 695/4694 14% [========= ] 696/4694 14% [========= ] 697/4694 14% [========= ] 698/4694 14% [========= ] 699/4694 14% [========= ] 700/4694 14% [========= ] 701/4694 14% [========= ] 702/4694 14% [========= ] 703/4694 14% [========= ] 704/4694 14% [========= ] 705/4694 15% [========= ] 706/4694 15% [========= ] 707/4694 15% [========= ] 708/4694 15% [========= ] 709/4694 15% [========= ] 710/4694 15% [========= ] 711/4694 15% [========= ] 712/4694 15% [========= ] 713/4694 15% [========= ] 714/4694 15% [========= ] 715/4694 15% [========= ] 716/4694 15% [========= ] 717/4694 15% [========= ] 718/4694 15% [========= ] 719/4694 15% [========= ] 720/4694 15% [========= ] 721/4694 15% [========= ] 722/4694 15% [========= ] 723/4694 15% [========= ] 724/4694 15% [========= ] 725/4694 15% [========= ] 726/4694 15% [========= ] 727/4694 15% [========= ] 728/4694 15% [========= ] 729/4694 15% [========= ] 730/4694 15% [========= ] 731/4694 15% [========= ] 732/4694 15% [========= ] 733/4694 15% [========= ] 734/4694 15% [========= ] 735/4694 15% [========= ] 736/4694 15% [========= ] 737/4694 15% [========= ] 738/4694 15% [========= ] 739/4694 15% [========= ] 740/4694 15% [========= ] 741/4694 15% [========= ] 742/4694 15% [========= ] 743/4694 15% [========= ] 744/4694 15% [========= ] 745/4694 15% [========= ] 746/4694 15% [========= ] 747/4694 15% [========= ] 748/4694 15% [========= ] 749/4694 15% [========= ] 750/4694 15% [========= ] 751/4694 15% [========= ] 752/4694 16% [========= ] 753/4694 16% [========= ] 754/4694 16% [========= ] 755/4694 16% [========= ] 756/4694 16% [========= ] 757/4694 16% [========== ] 758/4694 16% [========== ] 759/4694 16% [========== ] 760/4694 16% [========== ] 761/4694 16% [========== ] 762/4694 16% [========== ] 763/4694 16% [========== ] 764/4694 16% [========== ] 765/4694 16% [========== ] 766/4694 16% [========== ] 767/4694 16% [========== ] 768/4694 16% [========== ] 769/4694 16% [========== ] 770/4694 16% [========== ] 771/4694 16% [========== ] 772/4694 16% [========== ] 773/4694 16% [========== ] 774/4694 16% [========== ] 775/4694 16% [========== ] 776/4694 16% [========== ] 777/4694 16% [========== ] 778/4694 16% [========== ] 779/4694 16% [========== ] 780/4694 16% [========== ] 781/4694 16% [========== ] 782/4694 16% [========== ] 783/4694 16% [========== ] 784/4694 16% [========== ] 785/4694 16% [========== ] 786/4694 16% [========== ] 787/4694 16% [========== ] 788/4694 16% [========== ] 789/4694 16% [========== ] 790/4694 16% [========== ] 791/4694 16% [========== ] 792/4694 16% [========== ] 793/4694 16% [========== ] 794/4694 16% [========== ] 795/4694 16% [========== ] 796/4694 16% [========== ] 797/4694 16% [========== ] 798/4694 17% [========== ] 799/4694 17% [========== ] 800/4694 17% [========== ] 801/4694 17% [========== ] 802/4694 17% [========== ] 803/4694 17% [========== ] 804/4694 17% [========== ] 805/4694 17% [========== ] 806/4694 17% [========== ] 807/4694 17% [========== ] 808/4694 17% [========== ] 809/4694 17% [========== ] 810/4694 17% [========== ] 811/4694 17% [========== ] 812/4694 17% [========== ] 813/4694 17% [========== ] 814/4694 17% [========== ] 815/4694 17% [========== ] 816/4694 17% [========== ] 817/4694 17% [========== ] 818/4694 17% [========== ] 819/4694 17% [========== ] 820/4694 17% [========== ] 821/4694 17% [========== ] 822/4694 17% [========== ] 823/4694 17% [========== ] 824/4694 17% [========== ] 825/4694 17% [========== ] 826/4694 17% [========== ] 827/4694 17% [========== ] 828/4694 17% [========== ] 829/4694 17% [========== ] 830/4694 17% [========== ] 831/4694 17% [========== ] 832/4694 17% [=========== ] 833/4694 17% [=========== ] 834/4694 17% [=========== ] 835/4694 17% [=========== ] 836/4694 17% [=========== ] 837/4694 17% [=========== ] 838/4694 17% [=========== ] 839/4694 17% [=========== ] 840/4694 17% [=========== ] 841/4694 17% [=========== ] 842/4694 17% [=========== ] 843/4694 17% [=========== ] 844/4694 17% [=========== ] 845/4694 18% [=========== ] 846/4694 18% [=========== ] 847/4694 18% [=========== ] 848/4694 18% [=========== ] 849/4694 18% [=========== ] 850/4694 18% [=========== ] 851/4694 18% [=========== ] 852/4694 18% [=========== ] 853/4694 18% [=========== ] 854/4694 18% [=========== ] 855/4694 18% [=========== ] 856/4694 18% [=========== ] 857/4694 18% [=========== ] 858/4694 18% [=========== ] 859/4694 18% [=========== ] 860/4694 18% [=========== ] 861/4694 18% [=========== ] 862/4694 18% [=========== ] 863/4694 18% [=========== ] 864/4694 18% [=========== ] 865/4694 18% [=========== ] 866/4694 18% [=========== ] 867/4694 18% [=========== ] 868/4694 18% [=========== ] 869/4694 18% [=========== ] 870/4694 18% [=========== ] 871/4694 18% [=========== ] 872/4694 18% [=========== ] 873/4694 18% [=========== ] 874/4694 18% [=========== ] 875/4694 18% [=========== ] 876/4694 18% [=========== ] 877/4694 18% [=========== ] 878/4694 18% [=========== ] 879/4694 18% [=========== ] 880/4694 18% [=========== ] 881/4694 18% [=========== ] 882/4694 18% [=========== ] 883/4694 18% [=========== ] 884/4694 18% [=========== ] 885/4694 18% [=========== ] 886/4694 18% [=========== ] 887/4694 18% [=========== ] 888/4694 18% [=========== ] 889/4694 18% [=========== ] 890/4694 18% [=========== ] 891/4694 18% [=========== ] 892/4694 19% [=========== ] 893/4694 19% [=========== ] 894/4694 19% [=========== ] 895/4694 19% [=========== ] 896/4694 19% [=========== ] 897/4694 19% [=========== ] 898/4694 19% [=========== ] 899/4694 19% [=========== ] 900/4694 19% [=========== ] 901/4694 19% [=========== ] 902/4694 19% [=========== ] 903/4694 19% [=========== ] 904/4694 19% [=========== ] 905/4694 19% [=========== ] 906/4694 19% [=========== ] 907/4694 19% [=========== ] 908/4694 19% [============ ] 909/4694 19% [============ ] 910/4694 19% [============ ] 911/4694 19% [============ ] 912/4694 19% [============ ] 913/4694 19% [============ ] 914/4694 19% [============ ] 915/4694 19% [============ ] 916/4694 19% [============ ] 917/4694 19% [============ ] 918/4694 19% [============ ] 919/4694 19% [============ ] 920/4694 19% [============ ] 921/4694 19% [============ ] 922/4694 19% [============ ] 923/4694 19% [============ ] 924/4694 19% [============ ] 925/4694 19% [============ ] 926/4694 19% [============ ] 927/4694 19% [============ ] 928/4694 19% [============ ] 929/4694 19% [============ ] 930/4694 19% [============ ] 931/4694 19% [============ ] 932/4694 19% [============ ] 933/4694 19% [============ ] 934/4694 19% [============ ] 935/4694 19% [============ ] 936/4694 19% [============ ] 937/4694 19% [============ ] 938/4694 19% [============ ] 939/4694 20% [============ ] 940/4694 20% [============ ] 941/4694 20% [============ ] 942/4694 20% [============ ] 943/4694 20% [============ ] 944/4694 20% [============ ] 945/4694 20% [============ ] 946/4694 20% [============ ] 947/4694 20% [============ ] 948/4694 20% [============ ] 949/4694 20% [============ ] 950/4694 20% [============ ] 951/4694 20% [============ ] 952/4694 20% [============ ] 953/4694 20% [============ ] 954/4694 20% [============ ] 955/4694 20% [============ ] 956/4694 20% [============ ] 957/4694 20% [============ ] 958/4694 20% [============ ] 959/4694 20% [============ ] 960/4694 20% [============ ] 961/4694 20% [============ ] 962/4694 20% [============ ] 963/4694 20% [============ ] 964/4694 20% [============ ] 965/4694 20% [============ ] 966/4694 20% [============ ] 967/4694 20% [============ ] 968/4694 20% [============ ] 969/4694 20% [============ ] 970/4694 20% [============ ] 971/4694 20% [============ ] 972/4694 20% [============ ] 973/4694 20% [============ ] 974/4694 20% [============ ] 975/4694 20% [============ ] 976/4694 20% [============ ] 977/4694 20% [============ ] 978/4694 20% [============ ] 979/4694 20% [============ ] 980/4694 20% [============ ] 981/4694 20% [============ ] 982/4694 20% [============ ] 983/4694 20% [============ ] 984/4694 20% [============= ] 985/4694 20% [============= ] 986/4694 21% [============= ] 987/4694 21% [============= ] 988/4694 21% [============= ] 989/4694 21% [============= ] 990/4694 21% [============= ] 991/4694 21% [============= ] 992/4694 21% [============= ] 993/4694 21% [============= ] 994/4694 21% [============= ] 995/4694 21% [============= ] 996/4694 21% [============= ] 997/4694 21% [============= ] 998/4694 21% [============= ] 999/4694 21% [============= ] 1000/4694 21% [============= ] 1001/4694 21% [============= ] 1002/4694 21% [============= ] 1003/4694 21% [============= ] 1004/4694 21% [============= ] 1005/4694 21% [============= ] 1006/4694 21% [============= ] 1007/4694 21% [============= ] 1008/4694 21% [============= ] 1009/4694 21% [============= ] 1010/4694 21% [============= ] 1011/4694 21% [============= ] 1012/4694 21% [============= ] 1013/4694 21% [============= ] 1014/4694 21% [============= ] 1015/4694 21% [============= ] 1016/4694 21% [============= ] 1017/4694 21% [============= ] 1018/4694 21% [============= ] 1019/4694 21% [============= ] 1020/4694 21% [============= ] 1021/4694 21% [============= ] 1022/4694 21% [============= ] 1023/4694 21% [============= ] 1024/4694 21% [============= ] 1025/4694 21% [============= ] 1026/4694 21% [============= ] 1027/4694 21% [============= ] 1028/4694 21% [============= ] 1029/4694 21% [============= ] 1030/4694 21% [============= ] 1031/4694 21% [============= ] 1032/4694 21% [============= ] 1033/4694 22% [============= ] 1034/4694 22% [============= ] 1035/4694 22% [============= ] 1036/4694 22% [============= ] 1037/4694 22% [============= ] 1038/4694 22% [============= ] 1039/4694 22% [============= ] 1040/4694 22% [============= ] 1041/4694 22% [============= ] 1042/4694 22% [============= ] 1043/4694 22% [============= ] 1044/4694 22% [============= ] 1045/4694 22% [============= ] 1046/4694 22% [============= ] 1047/4694 22% [============= ] 1048/4694 22% [============= ] 1049/4694 22% [============= ] 1050/4694 22% [============= ] 1051/4694 22% [============= ] 1052/4694 22% [============= ] 1053/4694 22% [============= ] 1054/4694 22% [============= ] 1055/4694 22% [============= ] 1056/4694 22% [============= ] 1057/4694 22% [============= ] 1058/4694 22% [============= ] 1059/4694 22% [============== ] 1060/4694 22% [============== ] 1061/4694 22% [============== ] 1062/4694 22% [============== ] 1063/4694 22% [============== ] 1064/4694 22% [============== ] 1065/4694 22% [============== ] 1066/4694 22% [============== ] 1067/4694 22% [============== ] 1068/4694 22% [============== ] 1069/4694 22% [============== ] 1070/4694 22% [============== ] 1071/4694 22% [============== ] 1072/4694 22% [============== ] 1073/4694 22% [============== ] 1074/4694 22% [============== ] 1075/4694 22% [============== ] 1076/4694 22% [============== ] 1077/4694 22% [============== ] 1078/4694 22% [============== ] 1079/4694 22% [============== ] 1080/4694 23% [============== ] 1081/4694 23% [============== ] 1082/4694 23% [============== ] 1083/4694 23% [============== ] 1084/4694 23% [============== ] 1085/4694 23% [============== ] 1086/4694 23% [============== ] 1087/4694 23% [============== ] 1088/4694 23% [============== ] 1089/4694 23% [============== ] 1090/4694 23% [============== ] 1091/4694 23% [============== ] 1092/4694 23% [============== ] 1093/4694 23% [============== ] 1094/4694 23% [============== ] 1095/4694 23% [============== ] 1096/4694 23% [============== ] 1097/4694 23% [============== ] 1098/4694 23% [============== ] 1099/4694 23% [============== ] 1100/4694 23% [============== ] 1101/4694 23% [============== ] 1102/4694 23% [============== ] 1103/4694 23% [============== ] 1104/4694 23% [============== ] 1105/4694 23% [============== ] 1106/4694 23% [============== ] 1107/4694 23% [============== ] 1108/4694 23% [============== ] 1109/4694 23% [============== ] 1110/4694 23% [============== ] 1111/4694 23% [============== ] 1112/4694 23% [============== ] 1113/4694 23% [============== ] 1114/4694 23% [============== ] 1115/4694 23% [============== ] 1116/4694 23% [============== ] 1117/4694 23% [============== ] 1118/4694 23% [============== ] 1119/4694 23% [============== ] 1120/4694 23% [============== ] 1121/4694 23% [============== ] 1122/4694 23% [============== ] 1123/4694 23% [============== ] 1124/4694 23% [============== ] 1125/4694 23% [============== ] 1126/4694 23% [============== ] 1127/4694 24% [============== ] 1128/4694 24% [============== ] 1129/4694 24% [============== ] 1130/4694 24% [============== ] 1131/4694 24% [============== ] 1132/4694 24% [============== ] 1133/4694 24% [============== ] 1134/4694 24% [============== ] 1135/4694 24% [=============== ] 1136/4694 24% [=============== ] 1137/4694 24% [=============== ] 1138/4694 24% [=============== ] 1139/4694 24% [=============== ] 1140/4694 24% [=============== ] 1141/4694 24% [=============== ] 1142/4694 24% [=============== ] 1143/4694 24% [=============== ] 1144/4694 24% [=============== ] 1145/4694 24% [=============== ] 1146/4694 24% [=============== ] 1147/4694 24% [=============== ] 1148/4694 24% [=============== ] 1149/4694 24% [=============== ] 1150/4694 24% [=============== ] 1151/4694 24% [=============== ] 1152/4694 24% [=============== ] 1153/4694 24% [=============== ] 1154/4694 24% [=============== ] 1155/4694 24% [=============== ] 1156/4694 24% [=============== ] 1157/4694 24% [=============== ] 1158/4694 24% [=============== ] 1159/4694 24% [=============== ] 1160/4694 24% [=============== ] 1161/4694 24% [=============== ] 1162/4694 24% [=============== ] 1163/4694 24% [=============== ] 1164/4694 24% [=============== ] 1165/4694 24% [=============== ] 1166/4694 24% [=============== ] 1167/4694 24% [=============== ] 1168/4694 24% [=============== ] 1169/4694 24% [=============== ] 1170/4694 24% [=============== ] 1171/4694 24% [=============== ] 1172/4694 24% [=============== ] 1173/4694 24% [=============== ] 1174/4694 25% [=============== ] 1175/4694 25% [=============== ] 1176/4694 25% [=============== ] 1177/4694 25% [=============== ] 1178/4694 25% [=============== ] 1179/4694 25% [=============== ] 1180/4694 25% [=============== ] 1181/4694 25% [=============== ] 1182/4694 25% [=============== ] 1183/4694 25% [=============== ] 1184/4694 25% [=============== ] 1185/4694 25% [=============== ] 1186/4694 25% [=============== ] 1187/4694 25% [=============== ] 1188/4694 25% [=============== ] 1189/4694 25% [=============== ] 1190/4694 25% [=============== ] 1191/4694 25% [=============== ] 1192/4694 25% [=============== ] 1193/4694 25% [=============== ] 1194/4694 25% [=============== ] 1195/4694 25% [=============== ] 1196/4694 25% [=============== ] 1197/4694 25% [=============== ] 1198/4694 25% [=============== ] 1199/4694 25% [=============== ] 1200/4694 25% [=============== ] 1201/4694 25% [=============== ] 1202/4694 25% [=============== ] 1203/4694 25% [=============== ] 1204/4694 25% [=============== ] 1205/4694 25% [=============== ] 1206/4694 25% [=============== ] 1207/4694 25% [=============== ] 1208/4694 25% [=============== ] 1209/4694 25% [=============== ] 1210/4694 25% [=============== ] 1211/4694 25% [================ ] 1212/4694 25% [================ ] 1213/4694 25% [================ ] 1214/4694 25% [================ ] 1215/4694 25% [================ ] 1216/4694 25% [================ ] 1217/4694 25% [================ ] 1218/4694 25% [================ ] 1219/4694 25% [================ ] 1220/4694 25% [================ ] 1221/4694 26% [================ ] 1222/4694 26% [================ ] 1223/4694 26% [================ ] 1224/4694 26% [================ ] 1225/4694 26% [================ ] 1226/4694 26% [================ ] 1227/4694 26% [================ ] 1228/4694 26% [================ ] 1229/4694 26% [================ ] 1230/4694 26% [================ ] 1231/4694 26% [================ ] 1232/4694 26% [================ ] 1233/4694 26% [================ ] 1234/4694 26% [================ ] 1235/4694 26% [================ ] 1236/4694 26% [================ ] 1237/4694 26% [================ ] 1238/4694 26% [================ ] 1239/4694 26% [================ ] 1240/4694 26% [================ ] 1241/4694 26% [================ ] 1242/4694 26% [================ ] 1243/4694 26% [================ ] 1244/4694 26% [================ ] 1245/4694 26% [================ ] 1246/4694 26% [================ ] 1247/4694 26% [================ ] 1248/4694 26% [================ ] 1249/4694 26% [================ ] 1250/4694 26% [================ ] 1251/4694 26% [================ ] 1252/4694 26% [================ ] 1253/4694 26% [================ ] 1254/4694 26% [================ ] 1255/4694 26% [================ ] 1256/4694 26% [================ ] 1257/4694 26% [================ ] 1258/4694 26% [================ ] 1259/4694 26% [================ ] 1260/4694 26% [================ ] 1261/4694 26% [================ ] 1262/4694 26% [================ ] 1263/4694 26% [================ ] 1264/4694 26% [================ ] 1265/4694 26% [================ ] 1266/4694 26% [================ ] 1267/4694 26% [================ ] 1268/4694 27% [================ ] 1269/4694 27% [================ ] 1270/4694 27% [================ ] 1271/4694 27% [================ ] 1272/4694 27% [================ ] 1273/4694 27% [================ ] 1274/4694 27% [================ ] 1275/4694 27% [================ ] 1276/4694 27% [================ ] 1277/4694 27% [================ ] 1278/4694 27% [================ ] 1279/4694 27% [================ ] 1280/4694 27% [================ ] 1281/4694 27% [================ ] 1282/4694 27% [================ ] 1283/4694 27% [================ ] 1284/4694 27% [================ ] 1285/4694 27% [================ ] 1286/4694 27% [================ ] 1287/4694 27% [================= ] 1288/4694 27% [================= ] 1289/4694 27% [================= ] 1290/4694 27% [================= ] 1291/4694 27% [================= ] 1292/4694 27% [================= ] 1293/4694 27% [================= ] 1294/4694 27% [================= ] 1295/4694 27% [================= ] 1296/4694 27% [================= ] 1297/4694 27% [================= ] 1298/4694 27% [================= ] 1299/4694 27% [================= ] 1300/4694 27% [================= ] 1301/4694 27% [================= ] 1302/4694 27% [================= ] 1303/4694 27% [================= ] 1304/4694 27% [================= ] 1305/4694 27% [================= ] 1306/4694 27% [================= ] 1307/4694 27% [================= ] 1308/4694 27% [================= ] 1309/4694 27% [================= ] 1310/4694 27% [================= ] 1311/4694 27% [================= ] 1312/4694 27% [================= ] 1313/4694 27% [================= ] 1314/4694 27% [================= ] 1315/4694 28% [================= ] 1316/4694 28% [================= ] 1317/4694 28% [================= ] 1318/4694 28% [================= ] 1319/4694 28% [================= ] 1320/4694 28% [================= ] 1321/4694 28% [================= ] 1322/4694 28% [================= ] 1323/4694 28% [================= ] 1324/4694 28% [================= ] 1325/4694 28% [================= ] 1326/4694 28% [================= ] 1327/4694 28% [================= ] 1328/4694 28% [================= ] 1329/4694 28% [================= ] 1330/4694 28% [================= ] 1331/4694 28% [================= ] 1332/4694 28% [================= ] 1333/4694 28% [================= ] 1334/4694 28% [================= ] 1335/4694 28% [================= ] 1336/4694 28% [================= ] 1337/4694 28% [================= ] 1338/4694 28% [================= ] 1339/4694 28% [================= ] 1340/4694 28% [================= ] 1341/4694 28% [================= ] 1342/4694 28% [================= ] 1343/4694 28% [================= ] 1344/4694 28% [================= ] 1345/4694 28% [================= ] 1346/4694 28% [================= ] 1347/4694 28% [================= ] 1348/4694 28% [================= ] 1349/4694 28% [================= ] 1350/4694 28% [================= ] 1351/4694 28% [================= ] 1352/4694 28% [================= ] 1353/4694 28% [================= ] 1354/4694 28% [================= ] 1355/4694 28% [================= ] 1356/4694 28% [================= ] 1357/4694 28% [================= ] 1358/4694 28% [================= ] 1359/4694 28% [================= ] 1360/4694 28% [================= ] 1361/4694 28% [================= ] 1362/4694 29% [================== ] 1363/4694 29% [================== ] 1364/4694 29% [================== ] 1365/4694 29% [================== ] 1366/4694 29% [================== ] 1367/4694 29% [================== ] 1368/4694 29% [================== ] 1369/4694 29% [================== ] 1370/4694 29% [================== ] 1371/4694 29% [================== ] 1372/4694 29% [================== ] 1373/4694 29% [================== ] 1374/4694 29% [================== ] 1375/4694 29% [================== ] 1376/4694 29% [================== ] 1377/4694 29% [================== ] 1378/4694 29% [================== ] 1379/4694 29% [================== ] 1380/4694 29% [================== ] 1381/4694 29% [================== ] 1382/4694 29% [================== ] 1383/4694 29% [================== ] 1384/4694 29% [================== ] 1385/4694 29% [================== ] 1386/4694 29% [================== ] 1387/4694 29% [================== ] 1388/4694 29% [================== ] 1389/4694 29% [================== ] 1390/4694 29% [================== ] 1391/4694 29% [================== ] 1392/4694 29% [================== ] 1393/4694 29% [================== ] 1394/4694 29% [================== ] 1395/4694 29% [================== ] 1396/4694 29% [================== ] 1397/4694 29% [================== ] 1398/4694 29% [================== ] 1399/4694 29% [================== ] 1400/4694 29% [================== ] 1401/4694 29% [================== ] 1402/4694 29% [================== ] 1403/4694 29% [================== ] 1404/4694 29% [================== ] 1405/4694 29% [================== ] 1406/4694 29% [================== ] 1407/4694 29% [================== ] 1408/4694 29% [================== ] 1409/4694 30% [================== ] 1410/4694 30% [================== ] 1411/4694 30% [================== ] 1412/4694 30% [================== ] 1413/4694 30% [================== ] 1414/4694 30% [================== ] 1415/4694 30% [================== ] 1416/4694 30% [================== ] 1417/4694 30% [================== ] 1418/4694 30% [================== ] 1419/4694 30% [================== ] 1420/4694 30% [================== ] 1421/4694 30% [================== ] 1422/4694 30% [================== ] 1423/4694 30% [================== ] 1424/4694 30% [================== ] 1425/4694 30% [================== ] 1426/4694 30% [================== ] 1427/4694 30% [================== ] 1428/4694 30% [================== ] 1429/4694 30% [================== ] 1430/4694 30% [================== ] 1431/4694 30% [================== ] 1432/4694 30% [================== ] 1433/4694 30% [================== ] 1434/4694 30% [================== ] 1435/4694 30% [================== ] 1436/4694 30% [================== ] 1437/4694 30% [================== ] 1438/4694 30% [=================== ] 1439/4694 30% [=================== ] 1440/4694 30% [=================== ] 1441/4694 30% [=================== ] 1442/4694 30% [=================== ] 1443/4694 30% [=================== ] 1444/4694 30% [=================== ] 1445/4694 30% [=================== ] 1446/4694 30% [=================== ] 1447/4694 30% [=================== ] 1448/4694 30% [=================== ] 1449/4694 30% [=================== ] 1450/4694 30% [=================== ] 1451/4694 30% [=================== ] 1452/4694 30% [=================== ] 1453/4694 30% [=================== ] 1454/4694 30% [=================== ] 1455/4694 30% [=================== ] 1456/4694 31% [=================== ] 1457/4694 31% [=================== ] 1458/4694 31% [=================== ] 1459/4694 31% [=================== ] 1460/4694 31% [=================== ] 1461/4694 31% [=================== ] 1462/4694 31% [=================== ] 1463/4694 31% [=================== ] 1464/4694 31% [=================== ] 1465/4694 31% [=================== ] 1466/4694 31% [=================== ] 1467/4694 31% [=================== ] 1468/4694 31% [=================== ] 1469/4694 31% [=================== ] 1470/4694 31% [=================== ] 1471/4694 31% [=================== ] 1472/4694 31% [=================== ] 1473/4694 31% [=================== ] 1474/4694 31% [=================== ] 1475/4694 31% [=================== ] 1476/4694 31% [=================== ] 1477/4694 31% [=================== ] 1478/4694 31% [=================== ] 1479/4694 31% [=================== ] 1480/4694 31% [=================== ] 1481/4694 31% [=================== ] 1482/4694 31% [=================== ] 1483/4694 31% [=================== ] 1484/4694 31% [=================== ] 1485/4694 31% [=================== ] 1486/4694 31% [=================== ] 1487/4694 31% [=================== ] 1488/4694 31% [=================== ] 1489/4694 31% [=================== ] 1490/4694 31% [=================== ] 1491/4694 31% [=================== ] 1492/4694 31% [=================== ] 1493/4694 31% [=================== ] 1494/4694 31% [=================== ] 1495/4694 31% [=================== ] 1496/4694 31% [=================== ] 1497/4694 31% [=================== ] 1498/4694 31% [=================== ] 1499/4694 31% [=================== ] 1500/4694 31% [=================== ] 1501/4694 31% [=================== ] 1502/4694 31% [=================== ] 1503/4694 32% [=================== ] 1504/4694 32% [=================== ] 1505/4694 32% [=================== ] 1506/4694 32% [=================== ] 1507/4694 32% [=================== ] 1508/4694 32% [=================== ] 1509/4694 32% [=================== ] 1510/4694 32% [=================== ] 1511/4694 32% [=================== ] 1512/4694 32% [=================== ] 1513/4694 32% [=================== ] 1514/4694 32% [==================== ] 1515/4694 32% [==================== ] 1516/4694 32% [==================== ] 1517/4694 32% [==================== ] 1518/4694 32% [==================== ] 1519/4694 32% [==================== ] 1520/4694 32% [==================== ] 1521/4694 32% [==================== ] 1522/4694 32% [==================== ] 1523/4694 32% [==================== ] 1524/4694 32% [==================== ] 1525/4694 32% [==================== ] 1526/4694 32% [==================== ] 1527/4694 32% [==================== ] 1528/4694 32% [==================== ] 1529/4694 32% [==================== ] 1530/4694 32% [==================== ] 1531/4694 32% [==================== ] 1532/4694 32% [==================== ] 1533/4694 32% [==================== ] 1534/4694 32% [==================== ] 1535/4694 32% [==================== ] 1536/4694 32% [==================== ] 1537/4694 32% [==================== ] 1538/4694 32% [==================== ] 1539/4694 32% [==================== ] 1540/4694 32% [==================== ] 1541/4694 32% [==================== ] 1542/4694 32% [==================== ] 1543/4694 32% [==================== ] 1544/4694 32% [==================== ] 1545/4694 32% [==================== ] 1546/4694 32% [==================== ] 1547/4694 32% [==================== ] 1548/4694 32% [==================== ] 1549/4694 32% [==================== ] 1550/4694 33% [==================== ] 1551/4694 33% [==================== ] 1552/4694 33% [==================== ] 1553/4694 33% [==================== ] 1554/4694 33% [==================== ] 1555/4694 33% [==================== ] 1556/4694 33% [==================== ] 1557/4694 33% [==================== ] 1558/4694 33% [==================== ] 1559/4694 33% [==================== ] 1560/4694 33% [==================== ] 1561/4694 33% [==================== ] 1562/4694 33% [==================== ] 1563/4694 33% [==================== ] 1564/4694 33% [==================== ] 1565/4694 33% [==================== ] 1566/4694 33% [==================== ] 1567/4694 33% [==================== ] 1568/4694 33% [==================== ] 1569/4694 33% [==================== ] 1570/4694 33% [==================== ] 1571/4694 33% [==================== ] 1572/4694 33% [==================== ] 1573/4694 33% [==================== ] 1574/4694 33% [==================== ] 1575/4694 33% [==================== ] 1576/4694 33% [==================== ] 1577/4694 33% [==================== ] 1578/4694 33% [==================== ] 1579/4694 33% [==================== ] 1580/4694 33% [==================== ] 1581/4694 33% [==================== ] 1582/4694 33% [==================== ] 1583/4694 33% [==================== ] 1584/4694 33% [==================== ] 1585/4694 33% [==================== ] 1586/4694 33% [==================== ] 1587/4694 33% [==================== ] 1588/4694 33% [==================== ] 1589/4694 33% [===================== ] 1590/4694 33% [===================== ] 1591/4694 33% [===================== ] 1592/4694 33% [===================== ] 1593/4694 33% [===================== ] 1594/4694 33% [===================== ] 1595/4694 33% [===================== ] 1596/4694 34% [===================== ] 1597/4694 34% [===================== ] 1598/4694 34% [===================== ] 1599/4694 34% [===================== ] 1600/4694 34% [===================== ] 1601/4694 34% [===================== ] 1602/4694 34% [===================== ] 1603/4694 34% [===================== ] 1604/4694 34% [===================== ] 1605/4694 34% [===================== ] 1606/4694 34% [===================== ] 1607/4694 34% [===================== ] 1608/4694 34% [===================== ] 1609/4694 34% [===================== ] 1610/4694 34% [===================== ] 1611/4694 34% [===================== ] 1612/4694 34% [===================== ] 1613/4694 34% [===================== ] 1614/4694 34% [===================== ] 1615/4694 34% [===================== ] 1616/4694 34% [===================== ] 1617/4694 34% [===================== ] 1618/4694 34% [===================== ] 1619/4694 34% [===================== ] 1620/4694 34% [===================== ] 1621/4694 34% [===================== ] 1622/4694 34% [===================== ] 1623/4694 34% [===================== ] 1624/4694 34% [===================== ] 1625/4694 34% [===================== ] 1626/4694 34% [===================== ] 1627/4694 34% [===================== ] 1628/4694 34% [===================== ] 1629/4694 34% [===================== ] 1630/4694 34% [===================== ] 1631/4694 34% [===================== ] 1632/4694 34% [===================== ] 1633/4694 34% [===================== ] 1634/4694 34% [===================== ] 1635/4694 34% [===================== ] 1636/4694 34% [===================== ] 1637/4694 34% [===================== ] 1638/4694 34% [===================== ] 1639/4694 34% [===================== ] 1640/4694 34% [===================== ] 1641/4694 34% [===================== ] 1642/4694 34% [===================== ] 1643/4694 35% [===================== ] 1644/4694 35% [===================== ] 1645/4694 35% [===================== ] 1646/4694 35% [===================== ] 1647/4694 35% [===================== ] 1648/4694 35% [===================== ] 1649/4694 35% [===================== ] 1650/4694 35% [===================== ] 1651/4694 35% [===================== ] 1652/4694 35% [===================== ] 1653/4694 35% [===================== ] 1654/4694 35% [===================== ] 1655/4694 35% [===================== ] 1656/4694 35% [===================== ] 1657/4694 35% [===================== ] 1658/4694 35% [===================== ] 1659/4694 35% [===================== ] 1660/4694 35% [===================== ] 1661/4694 35% [===================== ] 1662/4694 35% [===================== ] 1663/4694 35% [===================== ] 1664/4694 35% [===================== ] 1665/4694 35% [====================== ] 1666/4694 35% [====================== ] 1667/4694 35% [====================== ] 1668/4694 35% [====================== ] 1669/4694 35% [====================== ] 1670/4694 35% [====================== ] 1671/4694 35% [====================== ] 1672/4694 35% [====================== ] 1673/4694 35% [====================== ] 1674/4694 35% [====================== ] 1675/4694 35% [====================== ] 1676/4694 35% [====================== ] 1677/4694 35% [====================== ] 1678/4694 35% [====================== ] 1679/4694 35% [====================== ] 1680/4694 35% [====================== ] 1681/4694 35% [====================== ] 1682/4694 35% [====================== ] 1683/4694 35% [====================== ] 1684/4694 35% [====================== ] 1685/4694 35% [====================== ] 1686/4694 35% [====================== ] 1687/4694 35% [====================== ] 1688/4694 35% [====================== ] 1689/4694 35% [====================== ] 1690/4694 36% [====================== ] 1691/4694 36% [====================== ] 1692/4694 36% [====================== ] 1693/4694 36% [====================== ] 1694/4694 36% [====================== ] 1695/4694 36% [====================== ] 1696/4694 36% [====================== ] 1697/4694 36% [====================== ] 1698/4694 36% [====================== ] 1699/4694 36% [====================== ] 1700/4694 36% [====================== ] 1701/4694 36% [====================== ] 1702/4694 36% [====================== ] 1703/4694 36% [====================== ] 1704/4694 36% [====================== ] 1705/4694 36% [====================== ] 1706/4694 36% [====================== ] 1707/4694 36% [====================== ] 1708/4694 36% [====================== ] 1709/4694 36% [====================== ] 1710/4694 36% [====================== ] 1711/4694 36% [====================== ] 1712/4694 36% [====================== ] 1713/4694 36% [====================== ] 1714/4694 36% [====================== ] 1715/4694 36% [====================== ] 1716/4694 36% [====================== ] 1717/4694 36% [====================== ] 1718/4694 36% [====================== ] 1719/4694 36% [====================== ] 1720/4694 36% [====================== ] 1721/4694 36% [====================== ] 1722/4694 36% [====================== ] 1723/4694 36% [====================== ] 1724/4694 36% [====================== ] 1725/4694 36% [====================== ] 1726/4694 36% [====================== ] 1727/4694 36% [====================== ] 1728/4694 36% [====================== ] 1729/4694 36% [====================== ] 1730/4694 36% [====================== ] 1731/4694 36% [====================== ] 1732/4694 36% [====================== ] 1733/4694 36% [====================== ] 1734/4694 36% [====================== ] 1735/4694 36% [====================== ] 1736/4694 36% [====================== ] 1737/4694 37% [====================== ] 1738/4694 37% [====================== ] 1739/4694 37% [====================== ] 1740/4694 37% [====================== ] 1741/4694 37% [======================= ] 1742/4694 37% [======================= ] 1743/4694 37% [======================= ] 1744/4694 37% [======================= ] 1745/4694 37% [======================= ] 1746/4694 37% [======================= ] 1747/4694 37% [======================= ] 1748/4694 37% [======================= ] 1749/4694 37% [======================= ] 1750/4694 37% [======================= ] 1751/4694 37% [======================= ] 1752/4694 37% [======================= ] 1753/4694 37% [======================= ] 1754/4694 37% [======================= ] 1755/4694 37% [======================= ] 1756/4694 37% [======================= ] 1757/4694 37% [======================= ] 1758/4694 37% [======================= ] 1759/4694 37% [======================= ] 1760/4694 37% [======================= ] 1761/4694 37% [======================= ] 1762/4694 37% [======================= ] 1763/4694 37% [======================= ] 1764/4694 37% [======================= ] 1765/4694 37% [======================= ] 1766/4694 37% [======================= ] 1767/4694 37% [======================= ] 1768/4694 37% [======================= ] 1769/4694 37% [======================= ] 1770/4694 37% [======================= ] 1771/4694 37% [======================= ] 1772/4694 37% [======================= ] 1773/4694 37% [======================= ] 1774/4694 37% [======================= ] 1775/4694 37% [======================= ] 1776/4694 37% [======================= ] 1777/4694 37% [======================= ] 1778/4694 37% [======================= ] 1779/4694 37% [======================= ] 1780/4694 37% [======================= ] 1781/4694 37% [======================= ] 1782/4694 37% [======================= ] 1783/4694 37% [======================= ] 1784/4694 38% [======================= ] 1785/4694 38% [======================= ] 1786/4694 38% [======================= ] 1787/4694 38% [======================= ] 1788/4694 38% [======================= ] 1789/4694 38% [======================= ] 1790/4694 38% [======================= ] 1791/4694 38% [======================= ] 1792/4694 38% [======================= ] 1793/4694 38% [======================= ] 1794/4694 38% [======================= ] 1795/4694 38% [======================= ] 1796/4694 38% [======================= ] 1797/4694 38% [======================= ] 1798/4694 38% [======================= ] 1799/4694 38% [======================= ] 1800/4694 38% [======================= ] 1801/4694 38% [======================= ] 1802/4694 38% [======================= ] 1803/4694 38% [======================= ] 1804/4694 38% [======================= ] 1805/4694 38% [======================= ] 1806/4694 38% [======================= ] 1807/4694 38% [======================= ] 1808/4694 38% [======================= ] 1809/4694 38% [======================= ] 1810/4694 38% [======================= ] 1811/4694 38% [======================= ] 1812/4694 38% [======================= ] 1813/4694 38% [======================= ] 1814/4694 38% [======================= ] 1815/4694 38% [======================= ] 1816/4694 38% [======================= ] 1817/4694 38% [======================== ] 1818/4694 38% [======================== ] 1819/4694 38% [======================== ] 1820/4694 38% [======================== ] 1821/4694 38% [======================== ] 1822/4694 38% [======================== ] 1823/4694 38% [======================== ] 1824/4694 38% [======================== ] 1825/4694 38% [======================== ] 1826/4694 38% [======================== ] 1827/4694 38% [======================== ] 1828/4694 38% [======================== ] 1829/4694 38% [======================== ] 1830/4694 38% [======================== ] 1831/4694 39% [======================== ] 1832/4694 39% [======================== ] 1833/4694 39% [======================== ] 1834/4694 39% [======================== ] 1835/4694 39% [======================== ] 1836/4694 39% [======================== ] 1837/4694 39% [======================== ] 1838/4694 39% [======================== ] 1839/4694 39% [======================== ] 1840/4694 39% [======================== ] 1841/4694 39% [======================== ] 1842/4694 39% [======================== ] 1843/4694 39% [======================== ] 1844/4694 39% [======================== ] 1845/4694 39% [======================== ] 1846/4694 39% [======================== ] 1847/4694 39% [======================== ] 1848/4694 39% [======================== ] 1849/4694 39% [======================== ] 1850/4694 39% [======================== ] 1851/4694 39% [======================== ] 1852/4694 39% [======================== ] 1853/4694 39% [======================== ] 1854/4694 39% [======================== ] 1855/4694 39% [======================== ] 1856/4694 39% [======================== ] 1857/4694 39% [======================== ] 1858/4694 39% [======================== ] 1859/4694 39% [======================== ] 1860/4694 39% [======================== ] 1861/4694 39% [======================== ] 1862/4694 39% [======================== ] 1863/4694 39% [======================== ] 1864/4694 39% [======================== ] 1865/4694 39% [======================== ] 1866/4694 39% [======================== ] 1867/4694 39% [======================== ] 1868/4694 39% [======================== ] 1869/4694 39% [======================== ] 1870/4694 39% [======================== ] 1871/4694 39% [======================== ] 1872/4694 39% [======================== ] 1873/4694 39% [======================== ] 1874/4694 39% [======================== ] 1875/4694 39% [======================== ] 1876/4694 39% [======================== ] 1877/4694 39% [======================== ] 1878/4694 40% [======================== ] 1879/4694 40% [======================== ] 1880/4694 40% [======================== ] 1881/4694 40% [======================== ] 1882/4694 40% [======================== ] 1883/4694 40% [======================== ] 1884/4694 40% [======================== ] 1885/4694 40% [======================== ] 1886/4694 40% [======================== ] 1887/4694 40% [======================== ] 1888/4694 40% [======================== ] 1889/4694 40% [======================== ] 1890/4694 40% [======================== ] 1891/4694 40% [======================== ] 1892/4694 40% [========================= ] 1893/4694 40% [========================= ] 1894/4694 40% [========================= ] 1895/4694 40% [========================= ] 1896/4694 40% [========================= ] 1897/4694 40% [========================= ] 1898/4694 40% [========================= ] 1899/4694 40% [========================= ] 1900/4694 40% [========================= ] 1901/4694 40% [========================= ] 1902/4694 40% [========================= ] 1903/4694 40% [========================= ] 1904/4694 40% [========================= ] 1905/4694 40% [========================= ] 1906/4694 40% [========================= ] 1907/4694 40% [========================= ] 1908/4694 40% [========================= ] 1909/4694 40% [========================= ] 1910/4694 40% [========================= ] 1911/4694 40% [========================= ] 1912/4694 40% [========================= ] 1913/4694 40% [========================= ] 1914/4694 40% [========================= ] 1915/4694 40% [========================= ] 1916/4694 40% [========================= ] 1917/4694 40% [========================= ] 1918/4694 40% [========================= ] 1919/4694 40% [========================= ] 1920/4694 40% [========================= ] 1921/4694 40% [========================= ] 1922/4694 40% [========================= ] 1923/4694 40% [========================= ] 1924/4694 40% [========================= ] 1925/4694 41% [========================= ] 1926/4694 41% [========================= ] 1927/4694 41% [========================= ] 1928/4694 41% [========================= ] 1929/4694 41% [========================= ] 1930/4694 41% [========================= ] 1931/4694 41% [========================= ] 1932/4694 41% [========================= ] 1933/4694 41% [========================= ] 1934/4694 41% [========================= ] 1935/4694 41% [========================= ] 1936/4694 41% [========================= ] 1937/4694 41% [========================= ] 1938/4694 41% [========================= ] 1939/4694 41% [========================= ] 1940/4694 41% [========================= ] 1941/4694 41% [========================= ] 1942/4694 41% [========================= ] 1943/4694 41% [========================= ] 1944/4694 41% [========================= ] 1945/4694 41% [========================= ] 1946/4694 41% [========================= ] 1947/4694 41% [========================= ] 1948/4694 41% [========================= ] 1949/4694 41% [========================= ] 1950/4694 41% [========================= ] 1951/4694 41% [========================= ] 1952/4694 41% [========================= ] 1953/4694 41% [========================= ] 1954/4694 41% [========================= ] 1955/4694 41% [========================= ] 1956/4694 41% [========================= ] 1957/4694 41% [========================= ] 1958/4694 41% [========================= ] 1959/4694 41% [========================= ] 1960/4694 41% [========================= ] 1961/4694 41% [========================= ] 1962/4694 41% [========================= ] 1963/4694 41% [========================= ] 1964/4694 41% [========================= ] 1965/4694 41% [========================= ] 1966/4694 41% [========================= ] 1967/4694 41% [========================= ] 1968/4694 41% [========================== ] 1969/4694 41% [========================== ] 1970/4694 41% [========================== ] 1971/4694 41% [========================== ] 1972/4694 42% [========================== ] 1973/4694 42% [========================== ] 1974/4694 42% [========================== ] 1975/4694 42% [========================== ] 1976/4694 42% [========================== ] 1977/4694 42% [========================== ] 1978/4694 42% [========================== ] 1979/4694 42% [========================== ] 1980/4694 42% [========================== ] 1981/4694 42% [========================== ] 1982/4694 42% [========================== ] 1983/4694 42% [========================== ] 1984/4694 42% [========================== ] 1985/4694 42% [========================== ] 1986/4694 42% [========================== ] 1987/4694 42% [========================== ] 1988/4694 42% [========================== ] 1989/4694 42% [========================== ] 1990/4694 42% [========================== ] 1991/4694 42% [========================== ] 1992/4694 42% [========================== ] 1993/4694 42% [========================== ] 1994/4694 42% [========================== ] 1995/4694 42% [========================== ] 1996/4694 42% [========================== ] 1997/4694 42% [========================== ] 1998/4694 42% [========================== ] 1999/4694 42% [========================== ] 2000/4694 42% [========================== ] 2001/4694 42% [========================== ] 2002/4694 42% [========================== ] 2003/4694 42% [========================== ] 2004/4694 42% [========================== ] 2005/4694 42% [========================== ] 2006/4694 42% [========================== ] 2007/4694 42% [========================== ] 2008/4694 42% [========================== ] 2009/4694 42% [========================== ] 2010/4694 42% [========================== ] 2011/4694 42% [========================== ] 2012/4694 42% [========================== ] 2013/4694 42% [========================== ] 2014/4694 42% [========================== ] 2015/4694 42% [========================== ] 2016/4694 42% [========================== ] 2017/4694 42% [========================== ] 2018/4694 42% [========================== ] 2019/4694 43% [========================== ] 2020/4694 43% [========================== ] 2021/4694 43% [========================== ] 2022/4694 43% [========================== ] 2023/4694 43% [========================== ] 2024/4694 43% [========================== ] 2025/4694 43% [========================== ] 2026/4694 43% [========================== ] 2027/4694 43% [========================== ] 2028/4694 43% [========================== ] 2029/4694 43% [========================== ] 2030/4694 43% [========================== ] 2031/4694 43% [========================== ] 2032/4694 43% [========================== ] 2033/4694 43% [========================== ] 2034/4694 43% [========================== ] 2035/4694 43% [========================== ] 2036/4694 43% [========================== ] 2037/4694 43% [========================== ] 2038/4694 43% [========================== ] 2039/4694 43% [========================== ] 2040/4694 43% [========================== ] 2041/4694 43% [========================== ] 2042/4694 43% [========================== ] 2043/4694 43% [========================== ] 2044/4694 43% [=========================== ] 2045/4694 43% [=========================== ] 2046/4694 43% [=========================== ] 2047/4694 43% [=========================== ] 2048/4694 43% [=========================== ] 2049/4694 43% [=========================== ] 2050/4694 43% [=========================== ] 2051/4694 43% [=========================== ] 2052/4694 43% [=========================== ] 2053/4694 43% [=========================== ] 2054/4694 43% [=========================== ] 2055/4694 43% [=========================== ] 2056/4694 43% [=========================== ] 2057/4694 43% [=========================== ] 2058/4694 43% [=========================== ] 2059/4694 43% [=========================== ] 2060/4694 43% [=========================== ] 2061/4694 43% [=========================== ] 2062/4694 43% [=========================== ] 2063/4694 43% [=========================== ] 2064/4694 43% [=========================== ] 2065/4694 43% [=========================== ] 2066/4694 44% [=========================== ] 2067/4694 44% [=========================== ] 2068/4694 44% [=========================== ] 2069/4694 44% [=========================== ] 2070/4694 44% [=========================== ] 2071/4694 44% [=========================== ] 2072/4694 44% [=========================== ] 2073/4694 44% [=========================== ] 2074/4694 44% [=========================== ] 2075/4694 44% [=========================== ] 2076/4694 44% [=========================== ] 2077/4694 44% [=========================== ] 2078/4694 44% [=========================== ] 2079/4694 44% [=========================== ] 2080/4694 44% [=========================== ] 2081/4694 44% [=========================== ] 2082/4694 44% [=========================== ] 2083/4694 44% [=========================== ] 2084/4694 44% [=========================== ] 2085/4694 44% [=========================== ] 2086/4694 44% [=========================== ] 2087/4694 44% [=========================== ] 2088/4694 44% [=========================== ] 2089/4694 44% [=========================== ] 2090/4694 44% [=========================== ] 2091/4694 44% [=========================== ] 2092/4694 44% [=========================== ] 2093/4694 44% [=========================== ] 2094/4694 44% [=========================== ] 2095/4694 44% [=========================== ] 2096/4694 44% [=========================== ] 2097/4694 44% [=========================== ] 2098/4694 44% [=========================== ] 2099/4694 44% [=========================== ] 2100/4694 44% [=========================== ] 2101/4694 44% [=========================== ] 2102/4694 44% [=========================== ] 2103/4694 44% [=========================== ] 2104/4694 44% [=========================== ] 2105/4694 44% [=========================== ] 2106/4694 44% [=========================== ] 2107/4694 44% [=========================== ] 2108/4694 44% [=========================== ] 2109/4694 44% [=========================== ] 2110/4694 44% [=========================== ] 2111/4694 44% [=========================== ] 2112/4694 44% [=========================== ] 2113/4694 45% [=========================== ] 2114/4694 45% [=========================== ] 2115/4694 45% [=========================== ] 2116/4694 45% [=========================== ] 2117/4694 45% [=========================== ] 2118/4694 45% [=========================== ] 2119/4694 45% [============================ ] 2120/4694 45% [============================ ] 2121/4694 45% [============================ ] 2122/4694 45% [============================ ] 2123/4694 45% [============================ ] 2124/4694 45% [============================ ] 2125/4694 45% [============================ ] 2126/4694 45% [============================ ] 2127/4694 45% [============================ ] 2128/4694 45% [============================ ] 2129/4694 45% [============================ ] 2130/4694 45% [============================ ] 2131/4694 45% [============================ ] 2132/4694 45% [============================ ] 2133/4694 45% [============================ ] 2134/4694 45% [============================ ] 2135/4694 45% [============================ ] 2136/4694 45% [============================ ] 2137/4694 45% [============================ ] 2138/4694 45% [============================ ] 2139/4694 45% [============================ ] 2140/4694 45% [============================ ] 2141/4694 45% [============================ ] 2142/4694 45% [============================ ] 2143/4694 45% [============================ ] 2144/4694 45% [============================ ] 2145/4694 45% [============================ ] 2146/4694 45% [============================ ] 2147/4694 45% [============================ ] 2148/4694 45% [============================ ] 2149/4694 45% [============================ ] 2150/4694 45% [============================ ] 2151/4694 45% [============================ ] 2152/4694 45% [============================ ] 2153/4694 45% [============================ ] 2154/4694 45% [============================ ] 2155/4694 45% [============================ ] 2156/4694 45% [============================ ] 2157/4694 45% [============================ ] 2158/4694 45% [============================ ] 2159/4694 45% [============================ ] 2160/4694 46% [============================ ] 2161/4694 46% [============================ ] 2162/4694 46% [============================ ] 2163/4694 46% [============================ ] 2164/4694 46% [============================ ] 2165/4694 46% [============================ ] 2166/4694 46% [============================ ] 2167/4694 46% [============================ ] 2168/4694 46% [============================ ] 2169/4694 46% [============================ ] 2170/4694 46% [============================ ] 2171/4694 46% [============================ ] 2172/4694 46% [============================ ] 2173/4694 46% [============================ ] 2174/4694 46% [============================ ] 2175/4694 46% [============================ ] 2176/4694 46% [============================ ] 2177/4694 46% [============================ ] 2178/4694 46% [============================ ] 2179/4694 46% [============================ ] 2180/4694 46% [============================ ] 2181/4694 46% [============================ ] 2182/4694 46% [============================ ] 2183/4694 46% [============================ ] 2184/4694 46% [============================ ] 2185/4694 46% [============================ ] 2186/4694 46% [============================ ] 2187/4694 46% [============================ ] 2188/4694 46% [============================ ] 2189/4694 46% [============================ ] 2190/4694 46% [============================ ] 2191/4694 46% [============================ ] 2192/4694 46% [============================ ] 2193/4694 46% [============================ ] 2194/4694 46% [============================ ] 2195/4694 46% [============================= ] 2196/4694 46% [============================= ] 2197/4694 46% [============================= ] 2198/4694 46% [============================= ] 2199/4694 46% [============================= ] 2200/4694 46% [============================= ] 2201/4694 46% [============================= ] 2202/4694 46% [============================= ] 2203/4694 46% [============================= ] 2204/4694 46% [============================= ] 2205/4694 46% [============================= ] 2206/4694 46% [============================= ] 2207/4694 47% [============================= ] 2208/4694 47% [============================= ] 2209/4694 47% [============================= ] 2210/4694 47% [============================= ] 2211/4694 47% [============================= ] 2212/4694 47% [============================= ] 2213/4694 47% [============================= ] 2214/4694 47% [============================= ] 2215/4694 47% [============================= ] 2216/4694 47% [============================= ] 2217/4694 47% [============================= ] 2218/4694 47% [============================= ] 2219/4694 47% [============================= ] 2220/4694 47% [============================= ] 2221/4694 47% [============================= ] 2222/4694 47% [============================= ] 2223/4694 47% [============================= ] 2224/4694 47% [============================= ] 2225/4694 47% [============================= ] 2226/4694 47% [============================= ] 2227/4694 47% [============================= ] 2228/4694 47% [============================= ] 2229/4694 47% [============================= ] 2230/4694 47% [============================= ] 2231/4694 47% [============================= ] 2232/4694 47% [============================= ] 2233/4694 47% [============================= ] 2234/4694 47% [============================= ] 2235/4694 47% [============================= ] 2236/4694 47% [============================= ] 2237/4694 47% [============================= ] 2238/4694 47% [============================= ] 2239/4694 47% [============================= ] 2240/4694 47% [============================= ] 2241/4694 47% [============================= ] 2242/4694 47% [============================= ] 2243/4694 47% [============================= ] 2244/4694 47% [============================= ] 2245/4694 47% [============================= ] 2246/4694 47% [============================= ] 2247/4694 47% [============================= ] 2248/4694 47% [============================= ] 2249/4694 47% [============================= ] 2250/4694 47% [============================= ] 2251/4694 47% [============================= ] 2252/4694 47% [============================= ] 2253/4694 47% [============================= ] 2254/4694 48% [============================= ] 2255/4694 48% [============================= ] 2256/4694 48% [============================= ] 2257/4694 48% [============================= ] 2258/4694 48% [============================= ] 2259/4694 48% [============================= ] 2260/4694 48% [============================= ] 2261/4694 48% [============================= ] 2262/4694 48% [============================= ] 2263/4694 48% [============================= ] 2264/4694 48% [============================= ] 2265/4694 48% [============================= ] 2266/4694 48% [============================= ] 2267/4694 48% [============================= ] 2268/4694 48% [============================= ] 2269/4694 48% [============================= ] 2270/4694 48% [============================= ] 2271/4694 48% [============================== ] 2272/4694 48% [============================== ] 2273/4694 48% [============================== ] 2274/4694 48% [============================== ] 2275/4694 48% [============================== ] 2276/4694 48% [============================== ] 2277/4694 48% [============================== ] 2278/4694 48% [============================== ] 2279/4694 48% [============================== ] 2280/4694 48% [============================== ] 2281/4694 48% [============================== ] 2282/4694 48% [============================== ] 2283/4694 48% [============================== ] 2284/4694 48% [============================== ] 2285/4694 48% [============================== ] 2286/4694 48% [============================== ] 2287/4694 48% [============================== ] 2288/4694 48% [============================== ] 2289/4694 48% [============================== ] 2290/4694 48% [============================== ] 2291/4694 48% [============================== ] 2292/4694 48% [============================== ] 2293/4694 48% [============================== ] 2294/4694 48% [============================== ] 2295/4694 48% [============================== ] 2296/4694 48% [============================== ] 2297/4694 48% [============================== ] 2298/4694 48% [============================== ] 2299/4694 48% [============================== ] 2300/4694 48% [============================== ] 2301/4694 49% [============================== ] 2302/4694 49% [============================== ] 2303/4694 49% [============================== ] 2304/4694 49% [============================== ] 2305/4694 49% [============================== ] 2306/4694 49% [============================== ] 2307/4694 49% [============================== ] 2308/4694 49% [============================== ] 2309/4694 49% [============================== ] 2310/4694 49% [============================== ] 2311/4694 49% [============================== ] 2312/4694 49% [============================== ] 2313/4694 49% [============================== ] 2314/4694 49% [============================== ] 2315/4694 49% [============================== ] 2316/4694 49% [============================== ] 2317/4694 49% [============================== ] 2318/4694 49% [============================== ] 2319/4694 49% [============================== ] 2320/4694 49% [============================== ] 2321/4694 49% [============================== ] 2322/4694 49% [============================== ] 2323/4694 49% [============================== ] 2324/4694 49% [============================== ] 2325/4694 49% [============================== ] 2326/4694 49% [============================== ] 2327/4694 49% [============================== ] 2328/4694 49% [============================== ] 2329/4694 49% [============================== ] 2330/4694 49% [============================== ] 2331/4694 49% [============================== ] 2332/4694 49% [============================== ] 2333/4694 49% [============================== ] 2334/4694 49% [============================== ] 2335/4694 49% [============================== ] 2336/4694 49% [============================== ] 2337/4694 49% [============================== ] 2338/4694 49% [============================== ] 2339/4694 49% [============================== ] 2340/4694 49% [============================== ] 2341/4694 49% [============================== ] 2342/4694 49% [============================== ] 2343/4694 49% [============================== ] 2344/4694 49% [============================== ] 2345/4694 49% [============================== ] 2346/4694 49% [=============================== ] 2347/4694 50% [=============================== ] 2348/4694 50% [=============================== ] 2349/4694 50% [=============================== ] 2350/4694 50% [=============================== ] 2351/4694 50% [=============================== ] 2352/4694 50% [=============================== ] 2353/4694 50% [=============================== ] 2354/4694 50% [=============================== ] 2355/4694 50% [=============================== ] 2356/4694 50% [=============================== ] 2357/4694 50% [=============================== ] 2358/4694 50% [=============================== ] 2359/4694 50% [=============================== ] 2360/4694 50% [=============================== ] 2361/4694 50% [=============================== ] 2362/4694 50% [=============================== ] 2363/4694 50% [=============================== ] 2364/4694 50% [=============================== ] 2365/4694 50% [=============================== ] 2366/4694 50% [=============================== ] 2367/4694 50% [=============================== ] 2368/4694 50% [=============================== ] 2369/4694 50% [=============================== ] 2370/4694 50% [=============================== ] 2371/4694 50% [=============================== ] 2372/4694 50% [=============================== ] 2373/4694 50% [=============================== ] 2374/4694 50% [=============================== ] 2375/4694 50% [=============================== ] 2376/4694 50% [=============================== ] 2377/4694 50% [=============================== ] 2378/4694 50% [=============================== ] 2379/4694 50% [=============================== ] 2380/4694 50% [=============================== ] 2381/4694 50% [=============================== ] 2382/4694 50% [=============================== ] 2383/4694 50% [=============================== ] 2384/4694 50% [=============================== ] 2385/4694 50% [=============================== ] 2386/4694 50% [=============================== ] 2387/4694 50% [=============================== ] 2388/4694 50% [=============================== ] 2389/4694 50% [=============================== ] 2390/4694 50% [=============================== ] 2391/4694 50% [=============================== ] 2392/4694 50% [=============================== ] 2393/4694 50% [=============================== ] 2394/4694 51% [=============================== ] 2395/4694 51% [=============================== ] 2396/4694 51% [=============================== ] 2397/4694 51% [=============================== ] 2398/4694 51% [=============================== ] 2399/4694 51% [=============================== ] 2400/4694 51% [=============================== ] 2401/4694 51% [=============================== ] 2402/4694 51% [=============================== ] 2403/4694 51% [=============================== ] 2404/4694 51% [=============================== ] 2405/4694 51% [=============================== ] 2406/4694 51% [=============================== ] 2407/4694 51% [=============================== ] 2408/4694 51% [=============================== ] 2409/4694 51% [=============================== ] 2410/4694 51% [=============================== ] 2411/4694 51% [=============================== ] 2412/4694 51% [=============================== ] 2413/4694 51% [=============================== ] 2414/4694 51% [=============================== ] 2415/4694 51% [=============================== ] 2416/4694 51% [=============================== ] 2417/4694 51% [=============================== ] 2418/4694 51% [=============================== ] 2419/4694 51% [=============================== ] 2420/4694 51% [=============================== ] 2421/4694 51% [=============================== ] 2422/4694 51% [================================ ] 2423/4694 51% [================================ ] 2424/4694 51% [================================ ] 2425/4694 51% [================================ ] 2426/4694 51% [================================ ] 2427/4694 51% [================================ ] 2428/4694 51% [================================ ] 2429/4694 51% [================================ ] 2430/4694 51% [================================ ] 2431/4694 51% [================================ ] 2432/4694 51% [================================ ] 2433/4694 51% [================================ ] 2434/4694 51% [================================ ] 2435/4694 51% [================================ ] 2436/4694 51% [================================ ] 2437/4694 51% [================================ ] 2438/4694 51% [================================ ] 2439/4694 51% [================================ ] 2440/4694 51% [================================ ] 2441/4694 52% [================================ ] 2442/4694 52% [================================ ] 2443/4694 52% [================================ ] 2444/4694 52% [================================ ] 2445/4694 52% [================================ ] 2446/4694 52% [================================ ] 2447/4694 52% [================================ ] 2448/4694 52% [================================ ] 2449/4694 52% [================================ ] 2450/4694 52% [================================ ] 2451/4694 52% [================================ ] 2452/4694 52% [================================ ] 2453/4694 52% [================================ ] 2454/4694 52% [================================ ] 2455/4694 52% [================================ ] 2456/4694 52% [================================ ] 2457/4694 52% [================================ ] 2458/4694 52% [================================ ] 2459/4694 52% [================================ ] 2460/4694 52% [================================ ] 2461/4694 52% [================================ ] 2462/4694 52% [================================ ] 2463/4694 52% [================================ ] 2464/4694 52% [================================ ] 2465/4694 52% [================================ ] 2466/4694 52% [================================ ] 2467/4694 52% [================================ ] 2468/4694 52% [================================ ] 2469/4694 52% [================================ ] 2470/4694 52% [================================ ] 2471/4694 52% [================================ ] 2472/4694 52% [================================ ] 2473/4694 52% [================================ ] 2474/4694 52% [================================ ] 2475/4694 52% [================================ ] 2476/4694 52% [================================ ] 2477/4694 52% [================================ ] 2478/4694 52% [================================ ] 2479/4694 52% [================================ ] 2480/4694 52% [================================ ] 2481/4694 52% [================================ ] 2482/4694 52% [================================ ] 2483/4694 52% [================================ ] 2484/4694 52% [================================ ] 2485/4694 52% [================================ ] 2486/4694 52% [================================ ] 2487/4694 52% [================================ ] 2488/4694 53% [================================ ] 2489/4694 53% [================================ ] 2490/4694 53% [================================ ] 2491/4694 53% [================================ ] 2492/4694 53% [================================ ] 2493/4694 53% [================================ ] 2494/4694 53% [================================ ] 2495/4694 53% [================================ ] 2496/4694 53% [================================ ] 2497/4694 53% [================================ ] 2498/4694 53% [================================= ] 2499/4694 53% [================================= ] 2500/4694 53% [================================= ] 2501/4694 53% [================================= ] 2502/4694 53% [================================= ] 2503/4694 53% [================================= ] 2504/4694 53% [================================= ] 2505/4694 53% [================================= ] 2506/4694 53% [================================= ] 2507/4694 53% [================================= ] 2508/4694 53% [================================= ] 2509/4694 53% [================================= ] 2510/4694 53% [================================= ] 2511/4694 53% [================================= ] 2512/4694 53% [================================= ] 2513/4694 53% [================================= ] 2514/4694 53% [================================= ] 2515/4694 53% [================================= ] 2516/4694 53% [================================= ] 2517/4694 53% [================================= ] 2518/4694 53% [================================= ] 2519/4694 53% [================================= ] 2520/4694 53% [================================= ] 2521/4694 53% [================================= ] 2522/4694 53% [================================= ] 2523/4694 53% [================================= ] 2524/4694 53% [================================= ] 2525/4694 53% [================================= ] 2526/4694 53% [================================= ] 2527/4694 53% [================================= ] 2528/4694 53% [================================= ] 2529/4694 53% [================================= ] 2530/4694 53% [================================= ] 2531/4694 53% [================================= ] 2532/4694 53% [================================= ] 2533/4694 53% [================================= ] 2534/4694 53% [================================= ] 2535/4694 54% [================================= ] 2536/4694 54% [================================= ] 2537/4694 54% [================================= ] 2538/4694 54% [================================= ] 2539/4694 54% [================================= ] 2540/4694 54% [================================= ] 2541/4694 54% [================================= ] 2542/4694 54% [================================= ] 2543/4694 54% [================================= ] 2544/4694 54% [================================= ] 2545/4694 54% [================================= ] 2546/4694 54% [================================= ] 2547/4694 54% [================================= ] 2548/4694 54% [================================= ] 2549/4694 54% [================================= ] 2550/4694 54% [================================= ] 2551/4694 54% [================================= ] 2552/4694 54% [================================= ] 2553/4694 54% [================================= ] 2554/4694 54% [================================= ] 2555/4694 54% [================================= ] 2556/4694 54% [================================= ] 2557/4694 54% [================================= ] 2558/4694 54% [================================= ] 2559/4694 54% [================================= ] 2560/4694 54% [================================= ] 2561/4694 54% [================================= ] 2562/4694 54% [================================= ] 2563/4694 54% [================================= ] 2564/4694 54% [================================= ] 2565/4694 54% [================================= ] 2566/4694 54% [================================= ] 2567/4694 54% [================================= ] 2568/4694 54% [================================= ] 2569/4694 54% [================================= ] 2570/4694 54% [================================= ] 2571/4694 54% [================================= ] 2572/4694 54% [================================= ] 2573/4694 54% [================================= ] 2574/4694 54% [================================== ] 2575/4694 54% [================================== ] 2576/4694 54% [================================== ] 2577/4694 54% [================================== ] 2578/4694 54% [================================== ] 2579/4694 54% [================================== ] 2580/4694 54% [================================== ] 2581/4694 54% [================================== ] 2582/4694 55% [================================== ] 2583/4694 55% [================================== ] 2584/4694 55% [================================== ] 2585/4694 55% [================================== ] 2586/4694 55% [================================== ] 2587/4694 55% [================================== ] 2588/4694 55% [================================== ] 2589/4694 55% [================================== ] 2590/4694 55% [================================== ] 2591/4694 55% [================================== ] 2592/4694 55% [================================== ] 2593/4694 55% [================================== ] 2594/4694 55% [================================== ] 2595/4694 55% [================================== ] 2596/4694 55% [================================== ] 2597/4694 55% [================================== ] 2598/4694 55% [================================== ] 2599/4694 55% [================================== ] 2600/4694 55% [================================== ] 2601/4694 55% [================================== ] 2602/4694 55% [================================== ] 2603/4694 55% [================================== ] 2604/4694 55% [================================== ] 2605/4694 55% [================================== ] 2606/4694 55% [================================== ] 2607/4694 55% [================================== ] 2608/4694 55% [================================== ] 2609/4694 55% [================================== ] 2610/4694 55% [================================== ] 2611/4694 55% [================================== ] 2612/4694 55% [================================== ] 2613/4694 55% [================================== ] 2614/4694 55% [================================== ] 2615/4694 55% [================================== ] 2616/4694 55% [================================== ] 2617/4694 55% [================================== ] 2618/4694 55% [================================== ] 2619/4694 55% [================================== ] 2620/4694 55% [================================== ] 2621/4694 55% [================================== ] 2622/4694 55% [================================== ] 2623/4694 55% [================================== ] 2624/4694 55% [================================== ] 2625/4694 55% [================================== ] 2626/4694 55% [================================== ] 2627/4694 55% [================================== ] 2628/4694 55% [================================== ] 2629/4694 56% [================================== ] 2630/4694 56% [================================== ] 2631/4694 56% [================================== ] 2632/4694 56% [================================== ] 2633/4694 56% [================================== ] 2634/4694 56% [================================== ] 2635/4694 56% [================================== ] 2636/4694 56% [================================== ] 2637/4694 56% [================================== ] 2638/4694 56% [================================== ] 2639/4694 56% [================================== ] 2640/4694 56% [================================== ] 2641/4694 56% [================================== ] 2642/4694 56% [================================== ] 2643/4694 56% [================================== ] 2644/4694 56% [================================== ] 2645/4694 56% [================================== ] 2646/4694 56% [================================== ] 2647/4694 56% [================================== ] 2648/4694 56% [================================== ] 2649/4694 56% [=================================== ] 2650/4694 56% [=================================== ] 2651/4694 56% [=================================== ] 2652/4694 56% [=================================== ] 2653/4694 56% [=================================== ] 2654/4694 56% [=================================== ] 2655/4694 56% [=================================== ] 2656/4694 56% [=================================== ] 2657/4694 56% [=================================== ] 2658/4694 56% [=================================== ] 2659/4694 56% [=================================== ] 2660/4694 56% [=================================== ] 2661/4694 56% [=================================== ] 2662/4694 56% [=================================== ] 2663/4694 56% [=================================== ] 2664/4694 56% [=================================== ] 2665/4694 56% [=================================== ] 2666/4694 56% [=================================== ] 2667/4694 56% [=================================== ] 2668/4694 56% [=================================== ] 2669/4694 56% [=================================== ] 2670/4694 56% [=================================== ] 2671/4694 56% [=================================== ] 2672/4694 56% [=================================== ] 2673/4694 56% [=================================== ] 2674/4694 56% [=================================== ] 2675/4694 56% [=================================== ] 2676/4694 57% [=================================== ] 2677/4694 57% [=================================== ] 2678/4694 57% [=================================== ] 2679/4694 57% [=================================== ] 2680/4694 57% [=================================== ] 2681/4694 57% [=================================== ] 2682/4694 57% [=================================== ] 2683/4694 57% [=================================== ] 2684/4694 57% [=================================== ] 2685/4694 57% [=================================== ] 2686/4694 57% [=================================== ] 2687/4694 57% [=================================== ] 2688/4694 57% [=================================== ] 2689/4694 57% [=================================== ] 2690/4694 57% [=================================== ] 2691/4694 57% [=================================== ] 2692/4694 57% [=================================== ] 2693/4694 57% [=================================== ] 2694/4694 57% [=================================== ] 2695/4694 57% [=================================== ] 2696/4694 57% [=================================== ] 2697/4694 57% [=================================== ] 2698/4694 57% [=================================== ] 2699/4694 57% [=================================== ] 2700/4694 57% [=================================== ] 2701/4694 57% [=================================== ] 2702/4694 57% [=================================== ] 2703/4694 57% [=================================== ] 2704/4694 57% [=================================== ] 2705/4694 57% [=================================== ] 2706/4694 57% [=================================== ] 2707/4694 57% [=================================== ] 2708/4694 57% [=================================== ] 2709/4694 57% [=================================== ] 2710/4694 57% [=================================== ] 2711/4694 57% [=================================== ] 2712/4694 57% [=================================== ] 2713/4694 57% [=================================== ] 2714/4694 57% [=================================== ] 2715/4694 57% [=================================== ] 2716/4694 57% [=================================== ] 2717/4694 57% [=================================== ] 2718/4694 57% [=================================== ] 2719/4694 57% [=================================== ] 2720/4694 57% [=================================== ] 2721/4694 57% [=================================== ] 2722/4694 57% [=================================== ] 2723/4694 58% [=================================== ] 2724/4694 58% [=================================== ] 2725/4694 58% [==================================== ] 2726/4694 58% [==================================== ] 2727/4694 58% [==================================== ] 2728/4694 58% [==================================== ] 2729/4694 58% [==================================== ] 2730/4694 58% [==================================== ] 2731/4694 58% [==================================== ] 2732/4694 58% [==================================== ] 2733/4694 58% [==================================== ] 2734/4694 58% [==================================== ] 2735/4694 58% [==================================== ] 2736/4694 58% [==================================== ] 2737/4694 58% [==================================== ] 2738/4694 58% [==================================== ] 2739/4694 58% [==================================== ] 2740/4694 58% [==================================== ] 2741/4694 58% [==================================== ] 2742/4694 58% [==================================== ] 2743/4694 58% [==================================== ] 2744/4694 58% [==================================== ] 2745/4694 58% [==================================== ] 2746/4694 58% [==================================== ] 2747/4694 58% [==================================== ] 2748/4694 58% [==================================== ] 2749/4694 58% [==================================== ] 2750/4694 58% [==================================== ] 2751/4694 58% [==================================== ] 2752/4694 58% [==================================== ] 2753/4694 58% [==================================== ] 2754/4694 58% [==================================== ] 2755/4694 58% [==================================== ] 2756/4694 58% [==================================== ] 2757/4694 58% [==================================== ] 2758/4694 58% [==================================== ] 2759/4694 58% [==================================== ] 2760/4694 58% [==================================== ] 2761/4694 58% [==================================== ] 2762/4694 58% [==================================== ] 2763/4694 58% [==================================== ] 2764/4694 58% [==================================== ] 2765/4694 58% [==================================== ] 2766/4694 58% [==================================== ] 2767/4694 58% [==================================== ] 2768/4694 58% [==================================== ] 2769/4694 58% [==================================== ] 2770/4694 59% [==================================== ] 2771/4694 59% [==================================== ] 2772/4694 59% [==================================== ] 2773/4694 59% [==================================== ] 2774/4694 59% [==================================== ] 2775/4694 59% [==================================== ] 2776/4694 59% [==================================== ] 2777/4694 59% [==================================== ] 2778/4694 59% [==================================== ] 2779/4694 59% [==================================== ] 2780/4694 59% [==================================== ] 2781/4694 59% [==================================== ] 2782/4694 59% [==================================== ] 2783/4694 59% [==================================== ] 2784/4694 59% [==================================== ] 2785/4694 59% [==================================== ] 2786/4694 59% [==================================== ] 2787/4694 59% [==================================== ] 2788/4694 59% [==================================== ] 2789/4694 59% [==================================== ] 2790/4694 59% [==================================== ] 2791/4694 59% [==================================== ] 2792/4694 59% [==================================== ] 2793/4694 59% [==================================== ] 2794/4694 59% [==================================== ] 2795/4694 59% [==================================== ] 2796/4694 59% [==================================== ] 2797/4694 59% [==================================== ] 2798/4694 59% [==================================== ] 2799/4694 59% [==================================== ] 2800/4694 59% [==================================== ] 2801/4694 59% [===================================== ] 2802/4694 59% [===================================== ] 2803/4694 59% [===================================== ] 2804/4694 59% [===================================== ] 2805/4694 59% [===================================== ] 2806/4694 59% [===================================== ] 2807/4694 59% [===================================== ] 2808/4694 59% [===================================== ] 2809/4694 59% [===================================== ] 2810/4694 59% [===================================== ] 2811/4694 59% [===================================== ] 2812/4694 59% [===================================== ] 2813/4694 59% [===================================== ] 2814/4694 59% [===================================== ] 2815/4694 59% [===================================== ] 2816/4694 59% [===================================== ] 2817/4694 60% [===================================== ] 2818/4694 60% [===================================== ] 2819/4694 60% [===================================== ] 2820/4694 60% [===================================== ] 2821/4694 60% [===================================== ] 2822/4694 60% [===================================== ] 2823/4694 60% [===================================== ] 2824/4694 60% [===================================== ] 2825/4694 60% [===================================== ] 2826/4694 60% [===================================== ] 2827/4694 60% [===================================== ] 2828/4694 60% [===================================== ] 2829/4694 60% [===================================== ] 2830/4694 60% [===================================== ] 2831/4694 60% [===================================== ] 2832/4694 60% [===================================== ] 2833/4694 60% [===================================== ] 2834/4694 60% [===================================== ] 2835/4694 60% [===================================== ] 2836/4694 60% [===================================== ] 2837/4694 60% [===================================== ] 2838/4694 60% [===================================== ] 2839/4694 60% [===================================== ] 2840/4694 60% [===================================== ] 2841/4694 60% [===================================== ] 2842/4694 60% [===================================== ] 2843/4694 60% [===================================== ] 2844/4694 60% [===================================== ] 2845/4694 60% [===================================== ] 2846/4694 60% [===================================== ] 2847/4694 60% [===================================== ] 2848/4694 60% [===================================== ] 2849/4694 60% [===================================== ] 2850/4694 60% [===================================== ] 2851/4694 60% [===================================== ] 2852/4694 60% [===================================== ] 2853/4694 60% [===================================== ] 2854/4694 60% [===================================== ] 2855/4694 60% [===================================== ] 2856/4694 60% [===================================== ] 2857/4694 60% [===================================== ] 2858/4694 60% [===================================== ] 2859/4694 60% [===================================== ] 2860/4694 60% [===================================== ] 2861/4694 60% [===================================== ] 2862/4694 60% [===================================== ] 2863/4694 60% [===================================== ] 2864/4694 61% [===================================== ] 2865/4694 61% [===================================== ] 2866/4694 61% [===================================== ] 2867/4694 61% [===================================== ] 2868/4694 61% [===================================== ] 2869/4694 61% [===================================== ] 2870/4694 61% [===================================== ] 2871/4694 61% [===================================== ] 2872/4694 61% [===================================== ] 2873/4694 61% [===================================== ] 2874/4694 61% [===================================== ] 2875/4694 61% [===================================== ] 2876/4694 61% [====================================== ] 2877/4694 61% [====================================== ] 2878/4694 61% [====================================== ] 2879/4694 61% [====================================== ] 2880/4694 61% [====================================== ] 2881/4694 61% [====================================== ] 2882/4694 61% [====================================== ] 2883/4694 61% [====================================== ] 2884/4694 61% [====================================== ] 2885/4694 61% [====================================== ] 2886/4694 61% [====================================== ] 2887/4694 61% [====================================== ] 2888/4694 61% [====================================== ] 2889/4694 61% [====================================== ] 2890/4694 61% [====================================== ] 2891/4694 61% [====================================== ] 2892/4694 61% [====================================== ] 2893/4694 61% [====================================== ] 2894/4694 61% [====================================== ] 2895/4694 61% [====================================== ] 2896/4694 61% [====================================== ] 2897/4694 61% [====================================== ] 2898/4694 61% [====================================== ] 2899/4694 61% [====================================== ] 2900/4694 61% [====================================== ] 2901/4694 61% [====================================== ] 2902/4694 61% [====================================== ] 2903/4694 61% [====================================== ] 2904/4694 61% [====================================== ] 2905/4694 61% [====================================== ] 2906/4694 61% [====================================== ] 2907/4694 61% [====================================== ] 2908/4694 61% [====================================== ] 2909/4694 61% [====================================== ] 2910/4694 61% [====================================== ] 2911/4694 62% [====================================== ] 2912/4694 62% [====================================== ] 2913/4694 62% [====================================== ] 2914/4694 62% [====================================== ] 2915/4694 62% [====================================== ] 2916/4694 62% [====================================== ] 2917/4694 62% [====================================== ] 2918/4694 62% [====================================== ] 2919/4694 62% [====================================== ] 2920/4694 62% [====================================== ] 2921/4694 62% [====================================== ] 2922/4694 62% [====================================== ] 2923/4694 62% [====================================== ] 2924/4694 62% [====================================== ] 2925/4694 62% [====================================== ] 2926/4694 62% [====================================== ] 2927/4694 62% [====================================== ] 2928/4694 62% [====================================== ] 2929/4694 62% [====================================== ] 2930/4694 62% [====================================== ] 2931/4694 62% [====================================== ] 2932/4694 62% [====================================== ] 2933/4694 62% [====================================== ] 2934/4694 62% [====================================== ] 2935/4694 62% [====================================== ] 2936/4694 62% [====================================== ] 2937/4694 62% [====================================== ] 2938/4694 62% [====================================== ] 2939/4694 62% [====================================== ] 2940/4694 62% [====================================== ] 2941/4694 62% [====================================== ] 2942/4694 62% [====================================== ] 2943/4694 62% [====================================== ] 2944/4694 62% [====================================== ] 2945/4694 62% [====================================== ] 2946/4694 62% [====================================== ] 2947/4694 62% [====================================== ] 2948/4694 62% [====================================== ] 2949/4694 62% [====================================== ] 2950/4694 62% [====================================== ] 2951/4694 62% [====================================== ] 2952/4694 62% [======================================= ] 2953/4694 62% [======================================= ] 2954/4694 62% [======================================= ] 2955/4694 62% [======================================= ] 2956/4694 62% [======================================= ] 2957/4694 62% [======================================= ] 2958/4694 63% [======================================= ] 2959/4694 63% [======================================= ] 2960/4694 63% [======================================= ] 2961/4694 63% [======================================= ] 2962/4694 63% [======================================= ] 2963/4694 63% [======================================= ] 2964/4694 63% [======================================= ] 2965/4694 63% [======================================= ] 2966/4694 63% [======================================= ] 2967/4694 63% [======================================= ] 2968/4694 63% [======================================= ] 2969/4694 63% [======================================= ] 2970/4694 63% [======================================= ] 2971/4694 63% [======================================= ] 2972/4694 63% [======================================= ] 2973/4694 63% [======================================= ] 2974/4694 63% [======================================= ] 2975/4694 63% [======================================= ] 2976/4694 63% [======================================= ] 2977/4694 63% [======================================= ] 2978/4694 63% [======================================= ] 2979/4694 63% [======================================= ] 2980/4694 63% [======================================= ] 2981/4694 63% [======================================= ] 2982/4694 63% [======================================= ] 2983/4694 63% [======================================= ] 2984/4694 63% [======================================= ] 2985/4694 63% [======================================= ] 2986/4694 63% [======================================= ] 2987/4694 63% [======================================= ] 2988/4694 63% [======================================= ] 2989/4694 63% [======================================= ] 2990/4694 63% [======================================= ] 2991/4694 63% [======================================= ] 2992/4694 63% [======================================= ] 2993/4694 63% [======================================= ] 2994/4694 63% [======================================= ] 2995/4694 63% [======================================= ] 2996/4694 63% [======================================= ] 2997/4694 63% [======================================= ] 2998/4694 63% [======================================= ] 2999/4694 63% [======================================= ] 3000/4694 63% [======================================= ] 3001/4694 63% [======================================= ] 3002/4694 63% [======================================= ] 3003/4694 63% [======================================= ] 3004/4694 63% [======================================= ] 3005/4694 64% [======================================= ] 3006/4694 64% [======================================= ] 3007/4694 64% [======================================= ] 3008/4694 64% [======================================= ] 3009/4694 64% [======================================= ] 3010/4694 64% [======================================= ] 3011/4694 64% [======================================= ] 3012/4694 64% [======================================= ] 3013/4694 64% [======================================= ] 3014/4694 64% [======================================= ] 3015/4694 64% [======================================= ] 3016/4694 64% [======================================= ] 3017/4694 64% [======================================= ] 3018/4694 64% [======================================= ] 3019/4694 64% [======================================= ] 3020/4694 64% [======================================= ] 3021/4694 64% [======================================= ] 3022/4694 64% [======================================= ] 3023/4694 64% [======================================= ] 3024/4694 64% [======================================= ] 3025/4694 64% [======================================= ] 3026/4694 64% [======================================= ] 3027/4694 64% [======================================= ] 3028/4694 64% [======================================== ] 3029/4694 64% [======================================== ] 3030/4694 64% [======================================== ] 3031/4694 64% [======================================== ] 3032/4694 64% [======================================== ] 3033/4694 64% [======================================== ] 3034/4694 64% [======================================== ] 3035/4694 64% [======================================== ] 3036/4694 64% [======================================== ] 3037/4694 64% [======================================== ] 3038/4694 64% [======================================== ] 3039/4694 64% [======================================== ] 3040/4694 64% [======================================== ] 3041/4694 64% [======================================== ] 3042/4694 64% [======================================== ] 3043/4694 64% [======================================== ] 3044/4694 64% [======================================== ] 3045/4694 64% [======================================== ] 3046/4694 64% [======================================== ] 3047/4694 64% [======================================== ] 3048/4694 64% [======================================== ] 3049/4694 64% [======================================== ] 3050/4694 64% [======================================== ] 3051/4694 64% [======================================== ] 3052/4694 65% [======================================== ] 3053/4694 65% [======================================== ] 3054/4694 65% [======================================== ] 3055/4694 65% [======================================== ] 3056/4694 65% [======================================== ] 3057/4694 65% [======================================== ] 3058/4694 65% [======================================== ] 3059/4694 65% [======================================== ] 3060/4694 65% [======================================== ] 3061/4694 65% [======================================== ] 3062/4694 65% [======================================== ] 3063/4694 65% [======================================== ] 3064/4694 65% [======================================== ] 3065/4694 65% [======================================== ] 3066/4694 65% [======================================== ] 3067/4694 65% [======================================== ] 3068/4694 65% [======================================== ] 3069/4694 65% [======================================== ] 3070/4694 65% [======================================== ] 3071/4694 65% [======================================== ] 3072/4694 65% [======================================== ] 3073/4694 65% [======================================== ] 3074/4694 65% [======================================== ] 3075/4694 65% [======================================== ] 3076/4694 65% [======================================== ] 3077/4694 65% [======================================== ] 3078/4694 65% [======================================== ] 3079/4694 65% [======================================== ] 3080/4694 65% [======================================== ] 3081/4694 65% [======================================== ] 3082/4694 65% [======================================== ] 3083/4694 65% [======================================== ] 3084/4694 65% [======================================== ] 3085/4694 65% [======================================== ] 3086/4694 65% [======================================== ] 3087/4694 65% [======================================== ] 3088/4694 65% [======================================== ] 3089/4694 65% [======================================== ] 3090/4694 65% [======================================== ] 3091/4694 65% [======================================== ] 3092/4694 65% [======================================== ] 3093/4694 65% [======================================== ] 3094/4694 65% [======================================== ] 3095/4694 65% [======================================== ] 3096/4694 65% [======================================== ] 3097/4694 65% [======================================== ] 3098/4694 65% [======================================== ] 3099/4694 66% [======================================== ] 3100/4694 66% [======================================== ] 3101/4694 66% [======================================== ] 3102/4694 66% [======================================== ] 3103/4694 66% [======================================== ] 3104/4694 66% [========================================= ] 3105/4694 66% [========================================= ] 3106/4694 66% [========================================= ] 3107/4694 66% [========================================= ] 3108/4694 66% [========================================= ] 3109/4694 66% [========================================= ] 3110/4694 66% [========================================= ] 3111/4694 66% [========================================= ] 3112/4694 66% [========================================= ] 3113/4694 66% [========================================= ] 3114/4694 66% [========================================= ] 3115/4694 66% [========================================= ] 3116/4694 66% [========================================= ] 3117/4694 66% [========================================= ] 3118/4694 66% [========================================= ] 3119/4694 66% [========================================= ] 3120/4694 66% [========================================= ] 3121/4694 66% [========================================= ] 3122/4694 66% [========================================= ] 3123/4694 66% [========================================= ] 3124/4694 66% [========================================= ] 3125/4694 66% [========================================= ] 3126/4694 66% [========================================= ] 3127/4694 66% [========================================= ] 3128/4694 66% [========================================= ] 3129/4694 66% [========================================= ] 3130/4694 66% [========================================= ] 3131/4694 66% [========================================= ] 3132/4694 66% [========================================= ] 3133/4694 66% [========================================= ] 3134/4694 66% [========================================= ] 3135/4694 66% [========================================= ] 3136/4694 66% [========================================= ] 3137/4694 66% [========================================= ] 3138/4694 66% [========================================= ] 3139/4694 66% [========================================= ] 3140/4694 66% [========================================= ] 3141/4694 66% [========================================= ] 3142/4694 66% [========================================= ] 3143/4694 66% [========================================= ] 3144/4694 66% [========================================= ] 3145/4694 67% [========================================= ] 3146/4694 67% [========================================= ] 3147/4694 67% [========================================= ] 3148/4694 67% [========================================= ] 3149/4694 67% [========================================= ] 3150/4694 67% [========================================= ] 3151/4694 67% [========================================= ] 3152/4694 67% [========================================= ] 3153/4694 67% [========================================= ] 3154/4694 67% [========================================= ] 3155/4694 67% [========================================= ] 3156/4694 67% [========================================= ] 3157/4694 67% [========================================= ] 3158/4694 67% [========================================= ] 3159/4694 67% [========================================= ] 3160/4694 67% [========================================= ] 3161/4694 67% [========================================= ] 3162/4694 67% [========================================= ] 3163/4694 67% [========================================= ] 3164/4694 67% [========================================= ] 3165/4694 67% [========================================= ] 3166/4694 67% [========================================= ] 3167/4694 67% [========================================= ] 3168/4694 67% [========================================= ] 3169/4694 67% [========================================= ] 3170/4694 67% [========================================= ] 3171/4694 67% [========================================= ] 3172/4694 67% [========================================= ] 3173/4694 67% [========================================= ] 3174/4694 67% [========================================= ] 3175/4694 67% [========================================= ] 3176/4694 67% [========================================= ] 3177/4694 67% [========================================= ] 3178/4694 67% [========================================= ] 3179/4694 67% [========================================== ] 3180/4694 67% [========================================== ] 3181/4694 67% [========================================== ] 3182/4694 67% [========================================== ] 3183/4694 67% [========================================== ] 3184/4694 67% [========================================== ] 3185/4694 67% [========================================== ] 3186/4694 67% [========================================== ] 3187/4694 67% [========================================== ] 3188/4694 67% [========================================== ] 3189/4694 67% [========================================== ] 3190/4694 67% [========================================== ] 3191/4694 67% [========================================== ] 3192/4694 68% [========================================== ] 3193/4694 68% [========================================== ] 3194/4694 68% [========================================== ] 3195/4694 68% [========================================== ] 3196/4694 68% [========================================== ] 3197/4694 68% [========================================== ] 3198/4694 68% [========================================== ] 3199/4694 68% [========================================== ] 3200/4694 68% [========================================== ] 3201/4694 68% [========================================== ] 3202/4694 68% [========================================== ] 3203/4694 68% [========================================== ] 3204/4694 68% [========================================== ] 3205/4694 68% [========================================== ] 3206/4694 68% [========================================== ] 3207/4694 68% [========================================== ] 3208/4694 68% [========================================== ] 3209/4694 68% [========================================== ] 3210/4694 68% [========================================== ] 3211/4694 68% [========================================== ] 3212/4694 68% [========================================== ] 3213/4694 68% [========================================== ] 3214/4694 68% [========================================== ] 3215/4694 68% [========================================== ] 3216/4694 68% [========================================== ] 3217/4694 68% [========================================== ] 3218/4694 68% [========================================== ] 3219/4694 68% [========================================== ] 3220/4694 68% [========================================== ] 3221/4694 68% [========================================== ] 3222/4694 68% [========================================== ] 3223/4694 68% [========================================== ] 3224/4694 68% [========================================== ] 3225/4694 68% [========================================== ] 3226/4694 68% [========================================== ] 3227/4694 68% [========================================== ] 3228/4694 68% [========================================== ] 3229/4694 68% [========================================== ] 3230/4694 68% [========================================== ] 3231/4694 68% [========================================== ] 3232/4694 68% [========================================== ] 3233/4694 68% [========================================== ] 3234/4694 68% [========================================== ] 3235/4694 68% [========================================== ] 3236/4694 68% [========================================== ] 3237/4694 68% [========================================== ] 3238/4694 68% [========================================== ] 3239/4694 69% [========================================== ] 3240/4694 69% [========================================== ] 3241/4694 69% [========================================== ] 3242/4694 69% [========================================== ] 3243/4694 69% [========================================== ] 3244/4694 69% [========================================== ] 3245/4694 69% [========================================== ] 3246/4694 69% [========================================== ] 3247/4694 69% [========================================== ] 3248/4694 69% [========================================== ] 3249/4694 69% [========================================== ] 3250/4694 69% [========================================== ] 3251/4694 69% [========================================== ] 3252/4694 69% [========================================== ] 3253/4694 69% [========================================== ] 3254/4694 69% [========================================== ] 3255/4694 69% [=========================================== ] 3256/4694 69% [=========================================== ] 3257/4694 69% [=========================================== ] 3258/4694 69% [=========================================== ] 3259/4694 69% [=========================================== ] 3260/4694 69% [=========================================== ] 3261/4694 69% [=========================================== ] 3262/4694 69% [=========================================== ] 3263/4694 69% [=========================================== ] 3264/4694 69% [=========================================== ] 3265/4694 69% [=========================================== ] 3266/4694 69% [=========================================== ] 3267/4694 69% [=========================================== ] 3268/4694 69% [=========================================== ] 3269/4694 69% [=========================================== ] 3270/4694 69% [=========================================== ] 3271/4694 69% [=========================================== ] 3272/4694 69% [=========================================== ] 3273/4694 69% [=========================================== ] 3274/4694 69% [=========================================== ] 3275/4694 69% [=========================================== ] 3276/4694 69% [=========================================== ] 3277/4694 69% [=========================================== ] 3278/4694 69% [=========================================== ] 3279/4694 69% [=========================================== ] 3280/4694 69% [=========================================== ] 3281/4694 69% [=========================================== ] 3282/4694 69% [=========================================== ] 3283/4694 69% [=========================================== ] 3284/4694 69% [=========================================== ] 3285/4694 69% [=========================================== ] 3286/4694 70% [=========================================== ] 3287/4694 70% [=========================================== ] 3288/4694 70% [=========================================== ] 3289/4694 70% [=========================================== ] 3290/4694 70% [=========================================== ] 3291/4694 70% [=========================================== ] 3292/4694 70% [=========================================== ] 3293/4694 70% [=========================================== ] 3294/4694 70% [=========================================== ] 3295/4694 70% [=========================================== ] 3296/4694 70% [=========================================== ] 3297/4694 70% [=========================================== ] 3298/4694 70% [=========================================== ] 3299/4694 70% [=========================================== ] 3300/4694 70% [=========================================== ] 3301/4694 70% [=========================================== ] 3302/4694 70% [=========================================== ] 3303/4694 70% [=========================================== ] 3304/4694 70% [=========================================== ] 3305/4694 70% [=========================================== ] 3306/4694 70% [=========================================== ] 3307/4694 70% [=========================================== ] 3308/4694 70% [=========================================== ] 3309/4694 70% [=========================================== ] 3310/4694 70% [=========================================== ] 3311/4694 70% [=========================================== ] 3312/4694 70% [=========================================== ] 3313/4694 70% [=========================================== ] 3314/4694 70% [=========================================== ] 3315/4694 70% [=========================================== ] 3316/4694 70% [=========================================== ] 3317/4694 70% [=========================================== ] 3318/4694 70% [=========================================== ] 3319/4694 70% [=========================================== ] 3320/4694 70% [=========================================== ] 3321/4694 70% [=========================================== ] 3322/4694 70% [=========================================== ] 3323/4694 70% [=========================================== ] 3324/4694 70% [=========================================== ] 3325/4694 70% [=========================================== ] 3326/4694 70% [=========================================== ] 3327/4694 70% [=========================================== ] 3328/4694 70% [=========================================== ] 3329/4694 70% [=========================================== ] 3330/4694 70% [=========================================== ] 3331/4694 70% [============================================ ] 3332/4694 70% [============================================ ] 3333/4694 71% [============================================ ] 3334/4694 71% [============================================ ] 3335/4694 71% [============================================ ] 3336/4694 71% [============================================ ] 3337/4694 71% [============================================ ] 3338/4694 71% [============================================ ] 3339/4694 71% [============================================ ] 3340/4694 71% [============================================ ] 3341/4694 71% [============================================ ] 3342/4694 71% [============================================ ] 3343/4694 71% [============================================ ] 3344/4694 71% [============================================ ] 3345/4694 71% [============================================ ] 3346/4694 71% [============================================ ] 3347/4694 71% [============================================ ] 3348/4694 71% [============================================ ] 3349/4694 71% [============================================ ] 3350/4694 71% [============================================ ] 3351/4694 71% [============================================ ] 3352/4694 71% [============================================ ] 3353/4694 71% [============================================ ] 3354/4694 71% [============================================ ] 3355/4694 71% [============================================ ] 3356/4694 71% [============================================ ] 3357/4694 71% [============================================ ] 3358/4694 71% [============================================ ] 3359/4694 71% [============================================ ] 3360/4694 71% [============================================ ] 3361/4694 71% [============================================ ] 3362/4694 71% [============================================ ] 3363/4694 71% [============================================ ] 3364/4694 71% [============================================ ] 3365/4694 71% [============================================ ] 3366/4694 71% [============================================ ] 3367/4694 71% [============================================ ] 3368/4694 71% [============================================ ] 3369/4694 71% [============================================ ] 3370/4694 71% [============================================ ] 3371/4694 71% [============================================ ] 3372/4694 71% [============================================ ] 3373/4694 71% [============================================ ] 3374/4694 71% [============================================ ] 3375/4694 71% [============================================ ] 3376/4694 71% [============================================ ] 3377/4694 71% [============================================ ] 3378/4694 71% [============================================ ] 3379/4694 71% [============================================ ] 3380/4694 72% [============================================ ] 3381/4694 72% [============================================ ] 3382/4694 72% [============================================ ] 3383/4694 72% [============================================ ] 3384/4694 72% [============================================ ] 3385/4694 72% [============================================ ] 3386/4694 72% [============================================ ] 3387/4694 72% [============================================ ] 3388/4694 72% [============================================ ] 3389/4694 72% [============================================ ] 3390/4694 72% [============================================ ] 3391/4694 72% [============================================ ] 3392/4694 72% [============================================ ] 3393/4694 72% [============================================ ] 3394/4694 72% [============================================ ] 3395/4694 72% [============================================ ] 3396/4694 72% [============================================ ] 3397/4694 72% [============================================ ] 3398/4694 72% [============================================ ] 3399/4694 72% [============================================ ] 3400/4694 72% [============================================ ] 3401/4694 72% [============================================ ] 3402/4694 72% [============================================ ] 3403/4694 72% [============================================ ] 3404/4694 72% [============================================ ] 3405/4694 72% [============================================ ] 3406/4694 72% [============================================= ] 3407/4694 72% [============================================= ] 3408/4694 72% [============================================= ] 3409/4694 72% [============================================= ] 3410/4694 72% [============================================= ] 3411/4694 72% [============================================= ] 3412/4694 72% [============================================= ] 3413/4694 72% [============================================= ] 3414/4694 72% [============================================= ] 3415/4694 72% [============================================= ] 3416/4694 72% [============================================= ] 3417/4694 72% [============================================= ] 3418/4694 72% [============================================= ] 3419/4694 72% [============================================= ] 3420/4694 72% [============================================= ] 3421/4694 72% [============================================= ] 3422/4694 72% [============================================= ] 3423/4694 72% [============================================= ] 3424/4694 72% [============================================= ] 3425/4694 72% [============================================= ] 3426/4694 72% [============================================= ] 3427/4694 73% [============================================= ] 3428/4694 73% [============================================= ] 3429/4694 73% [============================================= ] 3430/4694 73% [============================================= ] 3431/4694 73% [============================================= ] 3432/4694 73% [============================================= ] 3433/4694 73% [============================================= ] 3434/4694 73% [============================================= ] 3435/4694 73% [============================================= ] 3436/4694 73% [============================================= ] 3437/4694 73% [============================================= ] 3438/4694 73% [============================================= ] 3439/4694 73% [============================================= ] 3440/4694 73% [============================================= ] 3441/4694 73% [============================================= ] 3442/4694 73% [============================================= ] 3443/4694 73% [============================================= ] 3444/4694 73% [============================================= ] 3445/4694 73% [============================================= ] 3446/4694 73% [============================================= ] 3447/4694 73% [============================================= ] 3448/4694 73% [============================================= ] 3449/4694 73% [============================================= ] 3450/4694 73% [============================================= ] 3451/4694 73% [============================================= ] 3452/4694 73% [============================================= ] 3453/4694 73% [============================================= ] 3454/4694 73% [============================================= ] 3455/4694 73% [============================================= ] 3456/4694 73% [============================================= ] 3457/4694 73% [============================================= ] 3458/4694 73% [============================================= ] 3459/4694 73% [============================================= ] 3460/4694 73% [============================================= ] 3461/4694 73% [============================================= ] 3462/4694 73% [============================================= ] 3463/4694 73% [============================================= ] 3464/4694 73% [============================================= ] 3465/4694 73% [============================================= ] 3466/4694 73% [============================================= ] 3467/4694 73% [============================================= ] 3468/4694 73% [============================================= ] 3469/4694 73% [============================================= ] 3470/4694 73% [============================================= ] 3471/4694 73% [============================================= ] 3472/4694 73% [============================================= ] 3473/4694 73% [============================================= ] 3474/4694 74% [============================================= ] 3475/4694 74% [============================================= ] 3476/4694 74% [============================================= ] 3477/4694 74% [============================================= ] 3478/4694 74% [============================================= ] 3479/4694 74% [============================================= ] 3480/4694 74% [============================================= ] 3481/4694 74% [============================================= ] 3482/4694 74% [============================================== ] 3483/4694 74% [============================================== ] 3484/4694 74% [============================================== ] 3485/4694 74% [============================================== ] 3486/4694 74% [============================================== ] 3487/4694 74% [============================================== ] 3488/4694 74% [============================================== ] 3489/4694 74% [============================================== ] 3490/4694 74% [============================================== ] 3491/4694 74% [============================================== ] 3492/4694 74% [============================================== ] 3493/4694 74% [============================================== ] 3494/4694 74% [============================================== ] 3495/4694 74% [============================================== ] 3496/4694 74% [============================================== ] 3497/4694 74% [============================================== ] 3498/4694 74% [============================================== ] 3499/4694 74% [============================================== ] 3500/4694 74% [============================================== ] 3501/4694 74% [============================================== ] 3502/4694 74% [============================================== ] 3503/4694 74% [============================================== ] 3504/4694 74% [============================================== ] 3505/4694 74% [============================================== ] 3506/4694 74% [============================================== ] 3507/4694 74% [============================================== ] 3508/4694 74% [============================================== ] 3509/4694 74% [============================================== ] 3510/4694 74% [============================================== ] 3511/4694 74% [============================================== ] 3512/4694 74% [============================================== ] 3513/4694 74% [============================================== ] 3514/4694 74% [============================================== ] 3515/4694 74% [============================================== ] 3516/4694 74% [============================================== ] 3517/4694 74% [============================================== ] 3518/4694 74% [============================================== ] 3519/4694 74% [============================================== ] 3520/4694 74% [============================================== ] 3521/4694 75% [============================================== ] 3522/4694 75% [============================================== ] 3523/4694 75% [============================================== ] 3524/4694 75% [============================================== ] 3525/4694 75% [============================================== ] 3526/4694 75% [============================================== ] 3527/4694 75% [============================================== ] 3528/4694 75% [============================================== ] 3529/4694 75% [============================================== ] 3530/4694 75% [============================================== ] 3531/4694 75% [============================================== ] 3532/4694 75% [============================================== ] 3533/4694 75% [============================================== ] 3534/4694 75% [============================================== ] 3535/4694 75% [============================================== ] 3536/4694 75% [============================================== ] 3537/4694 75% [============================================== ] 3538/4694 75% [============================================== ] 3539/4694 75% [============================================== ] 3540/4694 75% [============================================== ] 3541/4694 75% [============================================== ] 3542/4694 75% [============================================== ] 3543/4694 75% [============================================== ] 3544/4694 75% [============================================== ] 3545/4694 75% [============================================== ] 3546/4694 75% [============================================== ] 3547/4694 75% [============================================== ] 3548/4694 75% [============================================== ] 3549/4694 75% [============================================== ] 3550/4694 75% [============================================== ] 3551/4694 75% [============================================== ] 3552/4694 75% [============================================== ] 3553/4694 75% [============================================== ] 3554/4694 75% [============================================== ] 3555/4694 75% [============================================== ] 3556/4694 75% [============================================== ] 3557/4694 75% [============================================== ] 3558/4694 75% [=============================================== ] 3559/4694 75% [=============================================== ] 3560/4694 75% [=============================================== ] 3561/4694 75% [=============================================== ] 3562/4694 75% [=============================================== ] 3563/4694 75% [=============================================== ] 3564/4694 75% [=============================================== ] 3565/4694 75% [=============================================== ] 3566/4694 75% [=============================================== ] 3567/4694 75% [=============================================== ] 3568/4694 76% [=============================================== ] 3569/4694 76% [=============================================== ] 3570/4694 76% [=============================================== ] 3571/4694 76% [=============================================== ] 3572/4694 76% [=============================================== ] 3573/4694 76% [=============================================== ] 3574/4694 76% [=============================================== ] 3575/4694 76% [=============================================== ] 3576/4694 76% [=============================================== ] 3577/4694 76% [=============================================== ] 3578/4694 76% [=============================================== ] 3579/4694 76% [=============================================== ] 3580/4694 76% [=============================================== ] 3581/4694 76% [=============================================== ] 3582/4694 76% [=============================================== ] 3583/4694 76% [=============================================== ] 3584/4694 76% [=============================================== ] 3585/4694 76% [=============================================== ] 3586/4694 76% [=============================================== ] 3587/4694 76% [=============================================== ] 3588/4694 76% [=============================================== ] 3589/4694 76% [=============================================== ] 3590/4694 76% [=============================================== ] 3591/4694 76% [=============================================== ] 3592/4694 76% [=============================================== ] 3593/4694 76% [=============================================== ] 3594/4694 76% [=============================================== ] 3595/4694 76% [=============================================== ] 3596/4694 76% [=============================================== ] 3597/4694 76% [=============================================== ] 3598/4694 76% [=============================================== ] 3599/4694 76% [=============================================== ] 3600/4694 76% [=============================================== ] 3601/4694 76% [=============================================== ] 3602/4694 76% [=============================================== ] 3603/4694 76% [=============================================== ] 3604/4694 76% [=============================================== ] 3605/4694 76% [=============================================== ] 3606/4694 76% [=============================================== ] 3607/4694 76% [=============================================== ] 3608/4694 76% [=============================================== ] 3609/4694 76% [=============================================== ] 3610/4694 76% [=============================================== ] 3611/4694 76% [=============================================== ] 3612/4694 76% [=============================================== ] 3613/4694 76% [=============================================== ] 3614/4694 76% [=============================================== ] 3615/4694 77% [=============================================== ] 3616/4694 77% [=============================================== ] 3617/4694 77% [=============================================== ] 3618/4694 77% [=============================================== ] 3619/4694 77% [=============================================== ] 3620/4694 77% [=============================================== ] 3621/4694 77% [=============================================== ] 3622/4694 77% [=============================================== ] 3623/4694 77% [=============================================== ] 3624/4694 77% [=============================================== ] 3625/4694 77% [=============================================== ] 3626/4694 77% [=============================================== ] 3627/4694 77% [=============================================== ] 3628/4694 77% [=============================================== ] 3629/4694 77% [=============================================== ] 3630/4694 77% [=============================================== ] 3631/4694 77% [=============================================== ] 3632/4694 77% [=============================================== ] 3633/4694 77% [=============================================== ] 3634/4694 77% [================================================ ] 3635/4694 77% [================================================ ] 3636/4694 77% [================================================ ] 3637/4694 77% [================================================ ] 3638/4694 77% [================================================ ] 3639/4694 77% [================================================ ] 3640/4694 77% [================================================ ] 3641/4694 77% [================================================ ] 3642/4694 77% [================================================ ] 3643/4694 77% [================================================ ] 3644/4694 77% [================================================ ] 3645/4694 77% [================================================ ] 3646/4694 77% [================================================ ] 3647/4694 77% [================================================ ] 3648/4694 77% [================================================ ] 3649/4694 77% [================================================ ] 3650/4694 77% [================================================ ] 3651/4694 77% [================================================ ] 3652/4694 77% [================================================ ] 3653/4694 77% [================================================ ] 3654/4694 77% [================================================ ] 3655/4694 77% [================================================ ] 3656/4694 77% [================================================ ] 3657/4694 77% [================================================ ] 3658/4694 77% [================================================ ] 3659/4694 77% [================================================ ] 3660/4694 77% [================================================ ] 3661/4694 77% [================================================ ] 3662/4694 78% [================================================ ] 3663/4694 78% [================================================ ] 3664/4694 78% [================================================ ] 3665/4694 78% [================================================ ] 3666/4694 78% [================================================ ] 3667/4694 78% [================================================ ] 3668/4694 78% [================================================ ] 3669/4694 78% [================================================ ] 3670/4694 78% [================================================ ] 3671/4694 78% [================================================ ] 3672/4694 78% [================================================ ] 3673/4694 78% [================================================ ] 3674/4694 78% [================================================ ] 3675/4694 78% [================================================ ] 3676/4694 78% [================================================ ] 3677/4694 78% [================================================ ] 3678/4694 78% [================================================ ] 3679/4694 78% [================================================ ] 3680/4694 78% [================================================ ] 3681/4694 78% [================================================ ] 3682/4694 78% [================================================ ] 3683/4694 78% [================================================ ] 3684/4694 78% [================================================ ] 3685/4694 78% [================================================ ] 3686/4694 78% [================================================ ] 3687/4694 78% [================================================ ] 3688/4694 78% [================================================ ] 3689/4694 78% [================================================ ] 3690/4694 78% [================================================ ] 3691/4694 78% [================================================ ] 3692/4694 78% [================================================ ] 3693/4694 78% [================================================ ] 3694/4694 78% [================================================ ] 3695/4694 78% [================================================ ] 3696/4694 78% [================================================ ] 3697/4694 78% [================================================ ] 3698/4694 78% [================================================ ] 3699/4694 78% [================================================ ] 3700/4694 78% [================================================ ] 3701/4694 78% [================================================ ] 3702/4694 78% [================================================ ] 3703/4694 78% [================================================ ] 3704/4694 78% [================================================ ] 3705/4694 78% [================================================ ] 3706/4694 78% [================================================ ] 3707/4694 78% [================================================ ] 3708/4694 78% [================================================ ] 3709/4694 79% [================================================= ] 3710/4694 79% [================================================= ] 3711/4694 79% [================================================= ] 3712/4694 79% [================================================= ] 3713/4694 79% [================================================= ] 3714/4694 79% [================================================= ] 3715/4694 79% [================================================= ] 3716/4694 79% [================================================= ] 3717/4694 79% [================================================= ] 3718/4694 79% [================================================= ] 3719/4694 79% [================================================= ] 3720/4694 79% [================================================= ] 3721/4694 79% [================================================= ] 3722/4694 79% [================================================= ] 3723/4694 79% [================================================= ] 3724/4694 79% [================================================= ] 3725/4694 79% [================================================= ] 3726/4694 79% [================================================= ] 3727/4694 79% [================================================= ] 3728/4694 79% [================================================= ] 3729/4694 79% [================================================= ] 3730/4694 79% [================================================= ] 3731/4694 79% [================================================= ] 3732/4694 79% [================================================= ] 3733/4694 79% [================================================= ] 3734/4694 79% [================================================= ] 3735/4694 79% [================================================= ] 3736/4694 79% [================================================= ] 3737/4694 79% [================================================= ] 3738/4694 79% [================================================= ] 3739/4694 79% [================================================= ] 3740/4694 79% [================================================= ] 3741/4694 79% [================================================= ] 3742/4694 79% [================================================= ] 3743/4694 79% [================================================= ] 3744/4694 79% [================================================= ] 3745/4694 79% [================================================= ] 3746/4694 79% [================================================= ] 3747/4694 79% [================================================= ] 3748/4694 79% [================================================= ] 3749/4694 79% [================================================= ] 3750/4694 79% [================================================= ] 3751/4694 79% [================================================= ] 3752/4694 79% [================================================= ] 3753/4694 79% [================================================= ] 3754/4694 79% [================================================= ] 3755/4694 79% [================================================= ] 3756/4694 80% [================================================= ] 3757/4694 80% [================================================= ] 3758/4694 80% [================================================= ] 3759/4694 80% [================================================= ] 3760/4694 80% [================================================= ] 3761/4694 80% [================================================= ] 3762/4694 80% [================================================= ] 3763/4694 80% [================================================= ] 3764/4694 80% [================================================= ] 3765/4694 80% [================================================= ] 3766/4694 80% [================================================= ] 3767/4694 80% [================================================= ] 3768/4694 80% [================================================= ] 3769/4694 80% [================================================= ] 3770/4694 80% [================================================= ] 3771/4694 80% [================================================= ] 3772/4694 80% [================================================= ] 3773/4694 80% [================================================= ] 3774/4694 80% [================================================= ] 3775/4694 80% [================================================= ] 3776/4694 80% [================================================= ] 3777/4694 80% [================================================= ] 3778/4694 80% [================================================= ] 3779/4694 80% [================================================= ] 3780/4694 80% [================================================= ] 3781/4694 80% [================================================= ] 3782/4694 80% [================================================= ] 3783/4694 80% [================================================= ] 3784/4694 80% [================================================= ] 3785/4694 80% [================================================== ] 3786/4694 80% [================================================== ] 3787/4694 80% [================================================== ] 3788/4694 80% [================================================== ] 3789/4694 80% [================================================== ] 3790/4694 80% [================================================== ] 3791/4694 80% [================================================== ] 3792/4694 80% [================================================== ] 3793/4694 80% [================================================== ] 3794/4694 80% [================================================== ] 3795/4694 80% [================================================== ] 3796/4694 80% [================================================== ] 3797/4694 80% [================================================== ] 3798/4694 80% [================================================== ] 3799/4694 80% [================================================== ] 3800/4694 80% [================================================== ] 3801/4694 80% [================================================== ] 3802/4694 80% [================================================== ] 3803/4694 81% [================================================== ] 3804/4694 81% [================================================== ] 3805/4694 81% [================================================== ] 3806/4694 81% [================================================== ] 3807/4694 81% [================================================== ] 3808/4694 81% [================================================== ] 3809/4694 81% [================================================== ] 3810/4694 81% [================================================== ] 3811/4694 81% [================================================== ] 3812/4694 81% [================================================== ] 3813/4694 81% [================================================== ] 3814/4694 81% [================================================== ] 3815/4694 81% [================================================== ] 3816/4694 81% [================================================== ] 3817/4694 81% [================================================== ] 3818/4694 81% [================================================== ] 3819/4694 81% [================================================== ] 3820/4694 81% [================================================== ] 3821/4694 81% [================================================== ] 3822/4694 81% [================================================== ] 3823/4694 81% [================================================== ] 3824/4694 81% [================================================== ] 3825/4694 81% [================================================== ] 3826/4694 81% [================================================== ] 3827/4694 81% [================================================== ] 3828/4694 81% [================================================== ] 3829/4694 81% [================================================== ] 3830/4694 81% [================================================== ] 3831/4694 81% [================================================== ] 3832/4694 81% [================================================== ] 3833/4694 81% [================================================== ] 3834/4694 81% [================================================== ] 3835/4694 81% [================================================== ] 3836/4694 81% [================================================== ] 3837/4694 81% [================================================== ] 3838/4694 81% [================================================== ] 3839/4694 81% [================================================== ] 3840/4694 81% [================================================== ] 3841/4694 81% [================================================== ] 3842/4694 81% [================================================== ] 3843/4694 81% [================================================== ] 3844/4694 81% [================================================== ] 3845/4694 81% [================================================== ] 3846/4694 81% [================================================== ] 3847/4694 81% [================================================== ] 3848/4694 81% [================================================== ] 3849/4694 81% [================================================== ] 3850/4694 82% [================================================== ] 3851/4694 82% [================================================== ] 3852/4694 82% [================================================== ] 3853/4694 82% [================================================== ] 3854/4694 82% [================================================== ] 3855/4694 82% [================================================== ] 3856/4694 82% [================================================== ] 3857/4694 82% [================================================== ] 3858/4694 82% [================================================== ] 3859/4694 82% [================================================== ] 3860/4694 82% [================================================== ] 3861/4694 82% [=================================================== ] 3862/4694 82% [=================================================== ] 3863/4694 82% [=================================================== ] 3864/4694 82% [=================================================== ] 3865/4694 82% [=================================================== ] 3866/4694 82% [=================================================== ] 3867/4694 82% [=================================================== ] 3868/4694 82% [=================================================== ] 3869/4694 82% [=================================================== ] 3870/4694 82% [=================================================== ] 3871/4694 82% [=================================================== ] 3872/4694 82% [=================================================== ] 3873/4694 82% [=================================================== ] 3874/4694 82% [=================================================== ] 3875/4694 82% [=================================================== ] 3876/4694 82% [=================================================== ] 3877/4694 82% [=================================================== ] 3878/4694 82% [=================================================== ] 3879/4694 82% [=================================================== ] 3880/4694 82% [=================================================== ] 3881/4694 82% [=================================================== ] 3882/4694 82% [=================================================== ] 3883/4694 82% [=================================================== ] 3884/4694 82% [=================================================== ] 3885/4694 82% [=================================================== ] 3886/4694 82% [=================================================== ] 3887/4694 82% [=================================================== ] 3888/4694 82% [=================================================== ] 3889/4694 82% [=================================================== ] 3890/4694 82% [=================================================== ] 3891/4694 82% [=================================================== ] 3892/4694 82% [=================================================== ] 3893/4694 82% [=================================================== ] 3894/4694 82% [=================================================== ] 3895/4694 82% [=================================================== ] 3896/4694 82% [=================================================== ] 3897/4694 83% [=================================================== ] 3898/4694 83% [=================================================== ] 3899/4694 83% [=================================================== ] 3900/4694 83% [=================================================== ] 3901/4694 83% [=================================================== ] 3902/4694 83% [=================================================== ] 3903/4694 83% [=================================================== ] 3904/4694 83% [=================================================== ] 3905/4694 83% [=================================================== ] 3906/4694 83% [=================================================== ] 3907/4694 83% [=================================================== ] 3908/4694 83% [=================================================== ] 3909/4694 83% [=================================================== ] 3910/4694 83% [=================================================== ] 3911/4694 83% [=================================================== ] 3912/4694 83% [=================================================== ] 3913/4694 83% [=================================================== ] 3914/4694 83% [=================================================== ] 3915/4694 83% [=================================================== ] 3916/4694 83% [=================================================== ] 3917/4694 83% [=================================================== ] 3918/4694 83% [=================================================== ] 3919/4694 83% [=================================================== ] 3920/4694 83% [=================================================== ] 3921/4694 83% [=================================================== ] 3922/4694 83% [=================================================== ] 3923/4694 83% [=================================================== ] 3924/4694 83% [=================================================== ] 3925/4694 83% [=================================================== ] 3926/4694 83% [=================================================== ] 3927/4694 83% [=================================================== ] 3928/4694 83% [=================================================== ] 3929/4694 83% [=================================================== ] 3930/4694 83% [=================================================== ] 3931/4694 83% [=================================================== ] 3932/4694 83% [=================================================== ] 3933/4694 83% [=================================================== ] 3934/4694 83% [=================================================== ] 3935/4694 83% [=================================================== ] 3936/4694 83% [==================================================== ] 3937/4694 83% [==================================================== ] 3938/4694 83% [==================================================== ] 3939/4694 83% [==================================================== ] 3940/4694 83% [==================================================== ] 3941/4694 83% [==================================================== ] 3942/4694 83% [==================================================== ] 3943/4694 84% [==================================================== ] 3944/4694 84% [==================================================== ] 3945/4694 84% [==================================================== ] 3946/4694 84% [==================================================== ] 3947/4694 84% [==================================================== ] 3948/4694 84% [==================================================== ] 3949/4694 84% [==================================================== ] 3950/4694 84% [==================================================== ] 3951/4694 84% [==================================================== ] 3952/4694 84% [==================================================== ] 3953/4694 84% [==================================================== ] 3954/4694 84% [==================================================== ] 3955/4694 84% [==================================================== ] 3956/4694 84% [==================================================== ] 3957/4694 84% [==================================================== ] 3958/4694 84% [==================================================== ] 3959/4694 84% [==================================================== ] 3960/4694 84% [==================================================== ] 3961/4694 84% [==================================================== ] 3962/4694 84% [==================================================== ] 3963/4694 84% [==================================================== ] 3964/4694 84% [==================================================== ] 3965/4694 84% [==================================================== ] 3966/4694 84% [==================================================== ] 3967/4694 84% [==================================================== ] 3968/4694 84% [==================================================== ] 3969/4694 84% [==================================================== ] 3970/4694 84% [==================================================== ] 3971/4694 84% [==================================================== ] 3972/4694 84% [==================================================== ] 3973/4694 84% [==================================================== ] 3974/4694 84% [==================================================== ] 3975/4694 84% [==================================================== ] 3976/4694 84% [==================================================== ] 3977/4694 84% [==================================================== ] 3978/4694 84% [==================================================== ] 3979/4694 84% [==================================================== ] 3980/4694 84% [==================================================== ] 3981/4694 84% [==================================================== ] 3982/4694 84% [==================================================== ] 3983/4694 84% [==================================================== ] 3984/4694 84% [==================================================== ] 3985/4694 84% [==================================================== ] 3986/4694 84% [==================================================== ] 3987/4694 84% [==================================================== ] 3988/4694 84% [==================================================== ] 3989/4694 84% [==================================================== ] 3990/4694 85% [==================================================== ] 3991/4694 85% [==================================================== ] 3992/4694 85% [==================================================== ] 3993/4694 85% [==================================================== ] 3994/4694 85% [==================================================== ] 3995/4694 85% [==================================================== ] 3996/4694 85% [==================================================== ] 3997/4694 85% [==================================================== ] 3998/4694 85% [==================================================== ] 3999/4694 85% [==================================================== ] 4000/4694 85% [==================================================== ] 4001/4694 85% [==================================================== ] 4002/4694 85% [==================================================== ] 4003/4694 85% [==================================================== ] 4004/4694 85% [==================================================== ] 4005/4694 85% [==================================================== ] 4006/4694 85% [==================================================== ] 4007/4694 85% [==================================================== ] 4008/4694 85% [==================================================== ] 4009/4694 85% [==================================================== ] 4010/4694 85% [==================================================== ] 4011/4694 85% [==================================================== ] 4012/4694 85% [===================================================== ] 4013/4694 85% [===================================================== ] 4014/4694 85% [===================================================== ] 4015/4694 85% [===================================================== ] 4016/4694 85% [===================================================== ] 4017/4694 85% [===================================================== ] 4018/4694 85% [===================================================== ] 4019/4694 85% [===================================================== ] 4020/4694 85% [===================================================== ] 4021/4694 85% [===================================================== ] 4022/4694 85% [===================================================== ] 4023/4694 85% [===================================================== ] 4024/4694 85% [===================================================== ] 4025/4694 85% [===================================================== ] 4026/4694 85% [===================================================== ] 4027/4694 85% [===================================================== ] 4028/4694 85% [===================================================== ] 4029/4694 85% [===================================================== ] 4030/4694 85% [===================================================== ] 4031/4694 85% [===================================================== ] 4032/4694 85% [===================================================== ] 4033/4694 85% [===================================================== ] 4034/4694 85% [===================================================== ] 4035/4694 85% [===================================================== ] 4036/4694 85% [===================================================== ] 4037/4694 86% [===================================================== ] 4038/4694 86% [===================================================== ] 4039/4694 86% [===================================================== ] 4040/4694 86% [===================================================== ] 4041/4694 86% [===================================================== ] 4042/4694 86% [===================================================== ] 4043/4694 86% [===================================================== ] 4044/4694 86% [===================================================== ] 4045/4694 86% [===================================================== ] 4046/4694 86% [===================================================== ] 4047/4694 86% [===================================================== ] 4048/4694 86% [===================================================== ] 4049/4694 86% [===================================================== ] 4050/4694 86% [===================================================== ] 4051/4694 86% [===================================================== ] 4052/4694 86% [===================================================== ] 4053/4694 86% [===================================================== ] 4054/4694 86% [===================================================== ] 4055/4694 86% [===================================================== ] 4056/4694 86% [===================================================== ] 4057/4694 86% [===================================================== ] 4058/4694 86% [===================================================== ] 4059/4694 86% [===================================================== ] 4060/4694 86% [===================================================== ] 4061/4694 86% [===================================================== ] 4062/4694 86% [===================================================== ] 4063/4694 86% [===================================================== ] 4064/4694 86% [===================================================== ] 4065/4694 86% [===================================================== ] 4066/4694 86% [===================================================== ] 4067/4694 86% [===================================================== ] 4068/4694 86% [===================================================== ] 4069/4694 86% [===================================================== ] 4070/4694 86% [===================================================== ] 4071/4694 86% [===================================================== ] 4072/4694 86% [===================================================== ] 4073/4694 86% [===================================================== ] 4074/4694 86% [===================================================== ] 4075/4694 86% [===================================================== ] 4076/4694 86% [===================================================== ] 4077/4694 86% [===================================================== ] 4078/4694 86% [===================================================== ] 4079/4694 86% [===================================================== ] 4080/4694 86% [===================================================== ] 4081/4694 86% [===================================================== ] 4082/4694 86% [===================================================== ] 4083/4694 86% [===================================================== ] 4084/4694 87% [===================================================== ] 4085/4694 87% [===================================================== ] 4086/4694 87% [===================================================== ] 4087/4694 87% [===================================================== ] 4088/4694 87% [====================================================== ] 4089/4694 87% [====================================================== ] 4090/4694 87% [====================================================== ] 4091/4694 87% [====================================================== ] 4092/4694 87% [====================================================== ] 4093/4694 87% [====================================================== ] 4094/4694 87% [====================================================== ] 4095/4694 87% [====================================================== ] 4096/4694 87% [====================================================== ] 4097/4694 87% [====================================================== ] 4098/4694 87% [====================================================== ] 4099/4694 87% [====================================================== ] 4100/4694 87% [====================================================== ] 4101/4694 87% [====================================================== ] 4102/4694 87% [====================================================== ] 4103/4694 87% [====================================================== ] 4104/4694 87% [====================================================== ] 4105/4694 87% [====================================================== ] 4106/4694 87% [====================================================== ] 4107/4694 87% [====================================================== ] 4108/4694 87% [====================================================== ] 4109/4694 87% [====================================================== ] 4110/4694 87% [====================================================== ] 4111/4694 87% [====================================================== ] 4112/4694 87% [====================================================== ] 4113/4694 87% [====================================================== ] 4114/4694 87% [====================================================== ] 4115/4694 87% [====================================================== ] 4116/4694 87% [====================================================== ] 4117/4694 87% [====================================================== ] 4118/4694 87% [====================================================== ] 4119/4694 87% [====================================================== ] 4120/4694 87% [====================================================== ] 4121/4694 87% [====================================================== ] 4122/4694 87% [====================================================== ] 4123/4694 87% [====================================================== ] 4124/4694 87% [====================================================== ] 4125/4694 87% [====================================================== ] 4126/4694 87% [====================================================== ] 4127/4694 87% [====================================================== ] 4128/4694 87% [====================================================== ] 4129/4694 87% [====================================================== ] 4130/4694 87% [====================================================== ] 4131/4694 88% [====================================================== ] 4132/4694 88% [====================================================== ] 4133/4694 88% [====================================================== ] 4134/4694 88% [====================================================== ] 4135/4694 88% [====================================================== ] 4136/4694 88% [====================================================== ] 4137/4694 88% [====================================================== ] 4138/4694 88% [====================================================== ] 4139/4694 88% [====================================================== ] 4140/4694 88% [====================================================== ] 4141/4694 88% [====================================================== ] 4142/4694 88% [====================================================== ] 4143/4694 88% [====================================================== ] 4144/4694 88% [====================================================== ] 4145/4694 88% [====================================================== ] 4146/4694 88% [====================================================== ] 4147/4694 88% [====================================================== ] 4148/4694 88% [====================================================== ] 4149/4694 88% [====================================================== ] 4150/4694 88% [====================================================== ] 4151/4694 88% [====================================================== ] 4152/4694 88% [====================================================== ] 4153/4694 88% [====================================================== ] 4154/4694 88% [====================================================== ] 4155/4694 88% [====================================================== ] 4156/4694 88% [====================================================== ] 4157/4694 88% [====================================================== ] 4158/4694 88% [====================================================== ] 4159/4694 88% [====================================================== ] 4160/4694 88% [====================================================== ] 4161/4694 88% [====================================================== ] 4162/4694 88% [====================================================== ] 4163/4694 88% [====================================================== ] 4164/4694 88% [======================================================= ] 4165/4694 88% [======================================================= ] 4166/4694 88% [======================================================= ] 4167/4694 88% [======================================================= ] 4168/4694 88% [======================================================= ] 4169/4694 88% [======================================================= ] 4170/4694 88% [======================================================= ] 4171/4694 88% [======================================================= ] 4172/4694 88% [======================================================= ] 4173/4694 88% [======================================================= ] 4174/4694 88% [======================================================= ] 4175/4694 88% [======================================================= ] 4176/4694 88% [======================================================= ] 4177/4694 88% [======================================================= ] 4178/4694 89% [======================================================= ] 4179/4694 89% [======================================================= ] 4180/4694 89% [======================================================= ] 4181/4694 89% [======================================================= ] 4182/4694 89% [======================================================= ] 4183/4694 89% [======================================================= ] 4184/4694 89% [======================================================= ] 4185/4694 89% [======================================================= ] 4186/4694 89% [======================================================= ] 4187/4694 89% [======================================================= ] 4188/4694 89% [======================================================= ] 4189/4694 89% [======================================================= ] 4190/4694 89% [======================================================= ] 4191/4694 89% [======================================================= ] 4192/4694 89% [======================================================= ] 4193/4694 89% [======================================================= ] 4194/4694 89% [======================================================= ] 4195/4694 89% [======================================================= ] 4196/4694 89% [======================================================= ] 4197/4694 89% [======================================================= ] 4198/4694 89% [======================================================= ] 4199/4694 89% [======================================================= ] 4200/4694 89% [======================================================= ] 4201/4694 89% [======================================================= ] 4202/4694 89% [======================================================= ] 4203/4694 89% [======================================================= ] 4204/4694 89% [======================================================= ] 4205/4694 89% [======================================================= ] 4206/4694 89% [======================================================= ] 4207/4694 89% [======================================================= ] 4208/4694 89% [======================================================= ] 4209/4694 89% [======================================================= ] 4210/4694 89% [======================================================= ] 4211/4694 89% [======================================================= ] 4212/4694 89% [======================================================= ] 4213/4694 89% [======================================================= ] 4214/4694 89% [======================================================= ] 4215/4694 89% [======================================================= ] 4216/4694 89% [======================================================= ] 4217/4694 89% [======================================================= ] 4218/4694 89% [======================================================= ] 4219/4694 89% [======================================================= ] 4220/4694 89% [======================================================= ] 4221/4694 89% [======================================================= ] 4222/4694 89% [======================================================= ] 4223/4694 89% [======================================================= ] 4224/4694 89% [======================================================= ] 4225/4694 90% [======================================================= ] 4226/4694 90% [======================================================= ] 4227/4694 90% [======================================================= ] 4228/4694 90% [======================================================= ] 4229/4694 90% [======================================================= ] 4230/4694 90% [======================================================= ] 4231/4694 90% [======================================================= ] 4232/4694 90% [======================================================= ] 4233/4694 90% [======================================================= ] 4234/4694 90% [======================================================= ] 4235/4694 90% [======================================================= ] 4236/4694 90% [======================================================= ] 4237/4694 90% [======================================================= ] 4238/4694 90% [======================================================= ] 4239/4694 90% [======================================================== ] 4240/4694 90% [======================================================== ] 4241/4694 90% [======================================================== ] 4242/4694 90% [======================================================== ] 4243/4694 90% [======================================================== ] 4244/4694 90% [======================================================== ] 4245/4694 90% [======================================================== ] 4246/4694 90% [======================================================== ] 4247/4694 90% [======================================================== ] 4248/4694 90% [======================================================== ] 4249/4694 90% [======================================================== ] 4250/4694 90% [======================================================== ] 4251/4694 90% [======================================================== ] 4252/4694 90% [======================================================== ] 4253/4694 90% [======================================================== ] 4254/4694 90% [======================================================== ] 4255/4694 90% [======================================================== ] 4256/4694 90% [======================================================== ] 4257/4694 90% [======================================================== ] 4258/4694 90% [======================================================== ] 4259/4694 90% [======================================================== ] 4260/4694 90% [======================================================== ] 4261/4694 90% [======================================================== ] 4262/4694 90% [======================================================== ] 4263/4694 90% [======================================================== ] 4264/4694 90% [======================================================== ] 4265/4694 90% [======================================================== ] 4266/4694 90% [======================================================== ] 4267/4694 90% [======================================================== ] 4268/4694 90% [======================================================== ] 4269/4694 90% [======================================================== ] 4270/4694 90% [======================================================== ] 4271/4694 90% [======================================================== ] 4272/4694 91% [======================================================== ] 4273/4694 91% [======================================================== ] 4274/4694 91% [======================================================== ] 4275/4694 91% [======================================================== ] 4276/4694 91% [======================================================== ] 4277/4694 91% [======================================================== ] 4278/4694 91% [======================================================== ] 4279/4694 91% [======================================================== ] 4280/4694 91% [======================================================== ] 4281/4694 91% [======================================================== ] 4282/4694 91% [======================================================== ] 4283/4694 91% [======================================================== ] 4284/4694 91% [======================================================== ] 4285/4694 91% [======================================================== ] 4286/4694 91% [======================================================== ] 4287/4694 91% [======================================================== ] 4288/4694 91% [======================================================== ] 4289/4694 91% [======================================================== ] 4290/4694 91% [======================================================== ] 4291/4694 91% [======================================================== ] 4292/4694 91% [======================================================== ] 4293/4694 91% [======================================================== ] 4294/4694 91% [======================================================== ] 4295/4694 91% [======================================================== ] 4296/4694 91% [======================================================== ] 4297/4694 91% [======================================================== ] 4298/4694 91% [======================================================== ] 4299/4694 91% [======================================================== ] 4300/4694 91% [======================================================== ] 4301/4694 91% [======================================================== ] 4302/4694 91% [======================================================== ] 4303/4694 91% [======================================================== ] 4304/4694 91% [======================================================== ] 4305/4694 91% [======================================================== ] 4306/4694 91% [======================================================== ] 4307/4694 91% [======================================================== ] 4308/4694 91% [======================================================== ] 4309/4694 91% [======================================================== ] 4310/4694 91% [======================================================== ] 4311/4694 91% [======================================================== ] 4312/4694 91% [======================================================== ] 4313/4694 91% [======================================================== ] 4314/4694 91% [======================================================== ] 4315/4694 91% [========================================================= ] 4316/4694 91% [========================================================= ] 4317/4694 91% [========================================================= ] 4318/4694 91% [========================================================= ] 4319/4694 92% [========================================================= ] 4320/4694 92% [========================================================= ] 4321/4694 92% [========================================================= ] 4322/4694 92% [========================================================= ] 4323/4694 92% [========================================================= ] 4324/4694 92% [========================================================= ] 4325/4694 92% [========================================================= ] 4326/4694 92% [========================================================= ] 4327/4694 92% [========================================================= ] 4328/4694 92% [========================================================= ] 4329/4694 92% [========================================================= ] 4330/4694 92% [========================================================= ] 4331/4694 92% [========================================================= ] 4332/4694 92% [========================================================= ] 4333/4694 92% [========================================================= ] 4334/4694 92% [========================================================= ] 4335/4694 92% [========================================================= ] 4336/4694 92% [========================================================= ] 4337/4694 92% [========================================================= ] 4338/4694 92% [========================================================= ] 4339/4694 92% [========================================================= ] 4340/4694 92% [========================================================= ] 4341/4694 92% [========================================================= ] 4342/4694 92% [========================================================= ] 4343/4694 92% [========================================================= ] 4344/4694 92% [========================================================= ] 4345/4694 92% [========================================================= ] 4346/4694 92% [========================================================= ] 4347/4694 92% [========================================================= ] 4348/4694 92% [========================================================= ] 4349/4694 92% [========================================================= ] 4350/4694 92% [========================================================= ] 4351/4694 92% [========================================================= ] 4352/4694 92% [========================================================= ] 4353/4694 92% [========================================================= ] 4354/4694 92% [========================================================= ] 4355/4694 92% [========================================================= ] 4356/4694 92% [========================================================= ] 4357/4694 92% [========================================================= ] 4358/4694 92% [========================================================= ] 4359/4694 92% [========================================================= ] 4360/4694 92% [========================================================= ] 4361/4694 92% [========================================================= ] 4362/4694 92% [========================================================= ] 4363/4694 92% [========================================================= ] 4364/4694 92% [========================================================= ] 4365/4694 92% [========================================================= ] 4366/4694 93% [========================================================= ] 4367/4694 93% [========================================================= ] 4368/4694 93% [========================================================= ] 4369/4694 93% [========================================================= ] 4370/4694 93% [========================================================= ] 4371/4694 93% [========================================================= ] 4372/4694 93% [========================================================= ] 4373/4694 93% [========================================================= ] 4374/4694 93% [========================================================= ] 4375/4694 93% [========================================================= ] 4376/4694 93% [========================================================= ] 4377/4694 93% [========================================================= ] 4378/4694 93% [========================================================= ] 4379/4694 93% [========================================================= ] 4380/4694 93% [========================================================= ] 4381/4694 93% [========================================================= ] 4382/4694 93% [========================================================= ] 4383/4694 93% [========================================================= ] 4384/4694 93% [========================================================= ] 4385/4694 93% [========================================================= ] 4386/4694 93% [========================================================= ] 4387/4694 93% [========================================================= ] 4388/4694 93% [========================================================= ] 4389/4694 93% [========================================================= ] 4390/4694 93% [========================================================= ] 4391/4694 93% [========================================================== ] 4392/4694 93% [========================================================== ] 4393/4694 93% [========================================================== ] 4394/4694 93% [========================================================== ] 4395/4694 93% [========================================================== ] 4396/4694 93% [========================================================== ] 4397/4694 93% [========================================================== ] 4398/4694 93% [========================================================== ] 4399/4694 93% [========================================================== ] 4400/4694 93% [========================================================== ] 4401/4694 93% [========================================================== ] 4402/4694 93% [========================================================== ] 4403/4694 93% [========================================================== ] 4404/4694 93% [========================================================== ] 4405/4694 93% [========================================================== ] 4406/4694 93% [========================================================== ] 4407/4694 93% [========================================================== ] 4408/4694 93% [========================================================== ] 4409/4694 93% [========================================================== ] 4410/4694 93% [========================================================== ] 4411/4694 93% [========================================================== ] 4412/4694 93% [========================================================== ] 4413/4694 94% [========================================================== ] 4414/4694 94% [========================================================== ] 4415/4694 94% [========================================================== ] 4416/4694 94% [========================================================== ] 4417/4694 94% [========================================================== ] 4418/4694 94% [========================================================== ] 4419/4694 94% [========================================================== ] 4420/4694 94% [========================================================== ] 4421/4694 94% [========================================================== ] 4422/4694 94% [========================================================== ] 4423/4694 94% [========================================================== ] 4424/4694 94% [========================================================== ] 4425/4694 94% [========================================================== ] 4426/4694 94% [========================================================== ] 4427/4694 94% [========================================================== ] 4428/4694 94% [========================================================== ] 4429/4694 94% [========================================================== ] 4430/4694 94% [========================================================== ] 4431/4694 94% [========================================================== ] 4432/4694 94% [========================================================== ] 4433/4694 94% [========================================================== ] 4434/4694 94% [========================================================== ] 4435/4694 94% [========================================================== ] 4436/4694 94% [========================================================== ] 4437/4694 94% [========================================================== ] 4438/4694 94% [========================================================== ] 4439/4694 94% [========================================================== ] 4440/4694 94% [========================================================== ] 4441/4694 94% [========================================================== ] 4442/4694 94% [========================================================== ] 4443/4694 94% [========================================================== ] 4444/4694 94% [========================================================== ] 4445/4694 94% [========================================================== ] 4446/4694 94% [========================================================== ] 4447/4694 94% [========================================================== ] 4448/4694 94% [========================================================== ] 4449/4694 94% [========================================================== ] 4450/4694 94% [========================================================== ] 4451/4694 94% [========================================================== ] 4452/4694 94% [========================================================== ] 4453/4694 94% [========================================================== ] 4454/4694 94% [========================================================== ] 4455/4694 94% [========================================================== ] 4456/4694 94% [========================================================== ] 4457/4694 94% [========================================================== ] 4458/4694 94% [========================================================== ] 4459/4694 94% [========================================================== ] 4460/4694 95% [========================================================== ] 4461/4694 95% [========================================================== ] 4462/4694 95% [========================================================== ] 4463/4694 95% [========================================================== ] 4464/4694 95% [========================================================== ] 4465/4694 95% [========================================================== ] 4466/4694 95% [=========================================================== ] 4467/4694 95% [=========================================================== ] 4468/4694 95% [=========================================================== ] 4469/4694 95% [=========================================================== ] 4470/4694 95% [=========================================================== ] 4471/4694 95% [=========================================================== ] 4472/4694 95% [=========================================================== ] 4473/4694 95% [=========================================================== ] 4474/4694 95% [=========================================================== ] 4475/4694 95% [=========================================================== ] 4476/4694 95% [=========================================================== ] 4477/4694 95% [=========================================================== ] 4478/4694 95% [=========================================================== ] 4479/4694 95% [=========================================================== ] 4480/4694 95% [=========================================================== ] 4481/4694 95% [=========================================================== ] 4482/4694 95% [=========================================================== ] 4483/4694 95% [=========================================================== ] 4484/4694 95% [=========================================================== ] 4485/4694 95% [=========================================================== ] 4486/4694 95% [=========================================================== ] 4487/4694 95% [=========================================================== ] 4488/4694 95% [=========================================================== ] 4489/4694 95% [=========================================================== ] 4490/4694 95% [=========================================================== ] 4491/4694 95% [=========================================================== ] 4492/4694 95% [=========================================================== ] 4493/4694 95% [=========================================================== ] 4494/4694 95% [=========================================================== ] 4495/4694 95% [=========================================================== ] 4496/4694 95% [=========================================================== ] 4497/4694 95% [=========================================================== ] 4498/4694 95% [=========================================================== ] 4499/4694 95% [=========================================================== ] 4500/4694 95% [=========================================================== ] 4501/4694 95% [=========================================================== ] 4502/4694 95% [=========================================================== ] 4503/4694 95% [=========================================================== ] 4504/4694 95% [=========================================================== ] 4505/4694 95% [=========================================================== ] 4506/4694 95% [=========================================================== ] 4507/4694 96% [=========================================================== ] 4508/4694 96% [=========================================================== ] 4509/4694 96% [=========================================================== ] 4510/4694 96% [=========================================================== ] 4511/4694 96% [=========================================================== ] 4512/4694 96% [=========================================================== ] 4513/4694 96% [=========================================================== ] 4514/4694 96% [=========================================================== ] 4515/4694 96% [=========================================================== ] 4516/4694 96% [=========================================================== ] 4517/4694 96% [=========================================================== ] 4518/4694 96% [=========================================================== ] 4519/4694 96% [=========================================================== ] 4520/4694 96% [=========================================================== ] 4521/4694 96% [=========================================================== ] 4522/4694 96% [=========================================================== ] 4523/4694 96% [=========================================================== ] 4524/4694 96% [=========================================================== ] 4525/4694 96% [=========================================================== ] 4526/4694 96% [=========================================================== ] 4527/4694 96% [=========================================================== ] 4528/4694 96% [=========================================================== ] 4529/4694 96% [=========================================================== ] 4530/4694 96% [=========================================================== ] 4531/4694 96% [=========================================================== ] 4532/4694 96% [=========================================================== ] 4533/4694 96% [=========================================================== ] 4534/4694 96% [=========================================================== ] 4535/4694 96% [=========================================================== ] 4536/4694 96% [=========================================================== ] 4537/4694 96% [=========================================================== ] 4538/4694 96% [=========================================================== ] 4539/4694 96% [=========================================================== ] 4540/4694 96% [=========================================================== ] 4541/4694 96% [=========================================================== ] 4542/4694 96% [============================================================ ] 4543/4694 96% [============================================================ ] 4544/4694 96% [============================================================ ] 4545/4694 96% [============================================================ ] 4546/4694 96% [============================================================ ] 4547/4694 96% [============================================================ ] 4548/4694 96% [============================================================ ] 4549/4694 96% [============================================================ ] 4550/4694 96% [============================================================ ] 4551/4694 96% [============================================================ ] 4552/4694 96% [============================================================ ] 4553/4694 96% [============================================================ ] 4554/4694 97% [============================================================ ] 4555/4694 97% [============================================================ ] 4556/4694 97% [============================================================ ] 4557/4694 97% [============================================================ ] 4558/4694 97% [============================================================ ] 4559/4694 97% [============================================================ ] 4560/4694 97% [============================================================ ] 4561/4694 97% [============================================================ ] 4562/4694 97% [============================================================ ] 4563/4694 97% [============================================================ ] 4564/4694 97% [============================================================ ] 4565/4694 97% [============================================================ ] 4566/4694 97% [============================================================ ] 4567/4694 97% [============================================================ ] 4568/4694 97% [============================================================ ] 4569/4694 97% [============================================================ ] 4570/4694 97% [============================================================ ] 4571/4694 97% [============================================================ ] 4572/4694 97% [============================================================ ] 4573/4694 97% [============================================================ ] 4574/4694 97% [============================================================ ] 4575/4694 97% [============================================================ ] 4576/4694 97% [============================================================ ] 4577/4694 97% [============================================================ ] 4578/4694 97% [============================================================ ] 4579/4694 97% [============================================================ ] 4580/4694 97% [============================================================ ] 4581/4694 97% [============================================================ ] 4582/4694 97% [============================================================ ] 4583/4694 97% [============================================================ ] 4584/4694 97% [============================================================ ] 4585/4694 97% [============================================================ ] 4586/4694 97% [============================================================ ] 4587/4694 97% [============================================================ ] 4588/4694 97% [============================================================ ] 4589/4694 97% [============================================================ ] 4590/4694 97% [============================================================ ] 4591/4694 97% [============================================================ ] 4592/4694 97% [============================================================ ] 4593/4694 97% [============================================================ ] 4594/4694 97% [============================================================ ] 4595/4694 97% [============================================================ ] 4596/4694 97% [============================================================ ] 4597/4694 97% [============================================================ ] 4598/4694 97% [============================================================ ] 4599/4694 97% [============================================================ ] 4600/4694 97% [============================================================ ] 4601/4694 98% [============================================================ ] 4602/4694 98% [============================================================ ] 4603/4694 98% [============================================================ ] 4604/4694 98% [============================================================ ] 4605/4694 98% [============================================================ ] 4606/4694 98% [============================================================ ] 4607/4694 98% [============================================================ ] 4608/4694 98% [============================================================ ] 4609/4694 98% [============================================================ ] 4610/4694 98% [============================================================ ] 4611/4694 98% [============================================================ ] 4612/4694 98% [============================================================ ] 4613/4694 98% [============================================================ ] 4614/4694 98% [============================================================ ] 4615/4694 98% [============================================================ ] 4616/4694 98% [============================================================ ] 4617/4694 98% [============================================================ ] 4618/4694 98% [============================================================= ] 4619/4694 98% [============================================================= ] 4620/4694 98% [============================================================= ] 4621/4694 98% [============================================================= ] 4622/4694 98% [============================================================= ] 4623/4694 98% [============================================================= ] 4624/4694 98% [============================================================= ] 4625/4694 98% [============================================================= ] 4626/4694 98% [============================================================= ] 4627/4694 98% [============================================================= ] 4628/4694 98% [============================================================= ] 4629/4694 98% [============================================================= ] 4630/4694 98% [============================================================= ] 4631/4694 98% [============================================================= ] 4632/4694 98% [============================================================= ] 4633/4694 98% [============================================================= ] 4634/4694 98% [============================================================= ] 4635/4694 98% [============================================================= ] 4636/4694 98% [============================================================= ] 4637/4694 98% [============================================================= ] 4638/4694 98% [============================================================= ] 4639/4694 98% [============================================================= ] 4640/4694 98% [============================================================= ] 4641/4694 98% [============================================================= ] 4642/4694 98% [============================================================= ] 4643/4694 98% [============================================================= ] 4644/4694 98% [============================================================= ] 4645/4694 98% [============================================================= ] 4646/4694 98% [============================================================= ] 4647/4694 98% [============================================================= ] 4648/4694 99% [============================================================= ] 4649/4694 99% [============================================================= ] 4650/4694 99% [============================================================= ] 4651/4694 99% [============================================================= ] 4652/4694 99% [============================================================= ] 4653/4694 99% [============================================================= ] 4654/4694 99% [============================================================= ] 4655/4694 99% [============================================================= ] 4656/4694 99% [============================================================= ] 4657/4694 99% [============================================================= ] 4658/4694 99% [============================================================= ] 4659/4694 99% [============================================================= ] 4660/4694 99% [============================================================= ] 4661/4694 99% [============================================================= ] 4662/4694 99% [============================================================= ] 4663/4694 99% [============================================================= ] 4664/4694 99% [============================================================= ] 4665/4694 99% [============================================================= ] 4666/4694 99% [============================================================= ] 4667/4694 99% [============================================================= ] 4668/4694 99% [============================================================= ] 4669/4694 99% [============================================================= ] 4670/4694 99% [============================================================= ] 4671/4694 99% [============================================================= ] 4672/4694 99% [============================================================= ] 4673/4694 99% [============================================================= ] 4674/4694 99% [============================================================= ] 4675/4694 99% [============================================================= ] 4676/4694 99% [============================================================= ] 4677/4694 99% [============================================================= ] 4678/4694 99% [============================================================= ] 4679/4694 99% [============================================================= ] 4680/4694 99% [============================================================= ] 4681/4694 99% [============================================================= ] 4682/4694 99% [============================================================= ] 4683/4694 99% [============================================================= ] 4684/4694 99% [============================================================= ] 4685/4694 99% [============================================================= ] 4686/4694 99% [============================================================= ] 4687/4694 99% [============================================================= ] 4688/4694 99% [============================================================= ] 4689/4694 99% [============================================================= ] 4690/4694 99% [============================================================= ] 4691/4694 99% [============================================================= ] 4692/4694 99% [============================================================= ] 4693/4694 99% [==============================================================] 4694/4694 100% operation complete, 4694 objects in 162207 NAND pages. ln -snf /home/autobuild/autobuild/instance-3/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-3/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-3/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-3/buildroot' >>> Buildroot 2023.08-257-g600e36f8f2 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-ccache 4.8.2 Collecting legal info LICENSE.adoc: OK (sha256: 55ce274f2b898dad70d3695ab13f82656fd455bd8fb6d1c85d6f7c453bef0b2e) GPL-3.0.txt: OK (sha256: 80b5112739a423dfac7bed1ca8a1df3cccda3d794425441997d4462b83db4dd5) >>> host-cmake 3.27.3 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-skeleton Collecting legal info >>> host-hiredis 1.2.0 Collecting legal info COPYING: OK (sha256: dca05ce8fc87a8261783b4aed0deef8becc9350b6aa770bc714d0c1833b896eb) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-gcc-final 12.3.0 Collecting legal info >>> glibc 2.37-2-g9f8513dc64119a424b312db97cef5d87d376defa Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-gawk 5.2.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 12.3.0 Collecting legal info >>> host-binutils 2.40 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.4.14 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> acpid 2.0.34 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-android-tools 4.2.2+git20130218 Collecting legal info debian/copyright: OK (sha256: 170c5939bf8c8eed1db8f66f2d6155e8c1a3e799e390b55e7aad253195b1ebf5) >>> host-libselinux 3.5 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> host-libsepol 3.5 Collecting legal info LICENSE: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> 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-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-python-pip 22.3.1 Collecting legal info LICENSE.txt: OK (sha256: 634300a669d49aeae65b12c6c48c924c51a4cdf3d1ff086dc3456dc8bcaa2104) >>> host-python-setuptools 68.0.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.5 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> 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-openssl Collecting legal info >>> host-libopenssl 3.1.2 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python-pypa-build 0.10.0 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.1 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> host-swig 4.1.1 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> apg 2.3.0b Collecting legal info COPYING: OK (sha256: 5d0c892ea452c3828f1e311637cde4e3a04eb6431554308b3fcdac8c1b330168) >>> apr-util 1.6.3 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.7.2 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> sqlite 3.43.0 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> bmx7 7.1.1 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mbedtls 2.28.3 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> wireless_tools 30.pre9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> bwm-ng 0.6.3 Collecting legal info COPYING: OK (sha256: 8556cc15ba3c0a411bf7d94bac5870829fb725f294b450c724c1e0856a601556) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> ca-certificates 20230311 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> chartjs 3.9.1 Collecting legal info ERROR: No hash found for LICENSE.md >>> cjson 1.7.15 Collecting legal info LICENSE: OK (sha256: a36dda207c36db5818729c54e7ad4e8b0c6fba847491ba64f372c1a2037b6d5c) >>> corkscrew 2.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> dante 1.4.3 Collecting legal info LICENSE: OK (sha256: 05e2db26147a8575005f090aada119ea6cb40a4382164929d647f00abef3bdfd) >>> daq 2.0.7 Collecting legal info COPYING: OK (sha256: 07f28289c09fd9eb5a6ff7bc710ff40363601b1bbc6f3637d8ed412150e90819) >>> darkhttpd 1.14 Collecting legal info darkhttpd.c: OK (sha256: f002944c9a8516e3346002d39c3e13681306833358c0f3c7781dff1fdb639710) >>> host-dosfstools 4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dtv-scan-tables 57ed2982275045ea5e92ef2a40b9fa58255852e5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LGPL: OK (sha256: 4fd46f32582c29007657e2daad8d0a6d954cf4e9d2e47bae8f8d8c32765fc987) >>> host-e2fsprogs 1.47.0 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-util-linux 2.39.2 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) 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) >>> fconfig 20080329 Collecting legal info fconfig.c: OK (sha256: e698a9ea4d6dab0a15d3d6fd354b97b820629244f946529cc7f42b2b8e8f16d0) >>> font-awesome 4.7.0 Collecting legal info >>> fping 5.1 Collecting legal info COPYING: OK (sha256: 6051b27e4b4a648f7bc8b329024da53a6e95ce88fcf0ccc259c371a74b741757) >>> freetype 2.13.2 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.40 Collecting legal info LICENSE: OK (sha256: 5c0bb4b05b1354ae7c173532b6702ea68b611047ff9b91c4d3af77da39c195d9) >>> host-genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> inadyn 2.11.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> inih 56 Collecting legal info LICENSE.txt: OK (sha256: 9ae3b39e83e9158e44b67733baa3bb2d84e80efdcfb14a5820210a42c7abdf7f) >>> host-meson 1.1.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> initscripts Collecting legal info >>> jquery-mobile 1.4.3 Collecting legal info >>> jquery-sparkline 2.1.2 Collecting legal info >>> jquery 3.5.1 Collecting legal info >>> json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> jszip 3.10.0 Collecting legal info LICENSE.markdown: OK (sha256: 566c953c6090b1218ca6217dd7359d45dde46581968586dc607d59a78af6a9c4) >>> host-kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-xz 5.4.4 Collecting legal info COPYING: OK (sha256: 72d7ef9c98be319fd34ce88b45203b36d5936f9c49e82bf3198ffee5e0c7d87e) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> lcdproc 0.5.9 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) >>> leafnode2 ce7d3b13fb285c9fb7bffc382ea10fd41e12582d Collecting legal info COPYING: OK (sha256: 59d37f745dc5a2d63a51dff344f4ad89f72e76f8c7b7d877f20880d838b1bec9) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdbi 88b8477d57153b9f736dd19d432d3b7ab1c49073 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libite 2.5.3 Collecting legal info LICENSE: OK (sha256: 20db0601195f708d68ff7907907b3cd3b25808efa8332e064b11f00c839a5d2f) src/chomp.c: OK (sha256: c2882adb51555b836f35babc59f618d9ddceadcaa2d1dc80bbd4699614d2cd14) src/pidfile.c: OK (sha256: bff7fa7b74324f13a24d56ebb8b49bc9c63ea01836a1c8b5a6afcbbabed62918) >>> libkrb5 1.21 Collecting legal info NOTICE: OK (sha256: 0d5373486138cb176c063db98274b4c4ab6ef3518c4191360736384b780306c2) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libtasn1 4.19.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtelnet 0.23 Collecting legal info COPYING: OK (sha256: b1faf309467bc1d0aab9b42d6e86a614e78f8fe3580e289966b5b9f9a8f94d99) >>> libubox 75a3b870cace1171faf57bd55e5a9a2f1564f757 Collecting legal info >>> libuci 4b3db1179747b6a6779029407984bacef851325c Collecting legal info cli.c: OK (sha256: 39e1cc18a36172fb80d9b37f0af77d78ae935bd8a020978a7895d9e76a24e112) libuci.c: OK (sha256: 69d4eea4de19d27014f3d6ed723081b4039700bfd73cd0a5e39e2c4f19a58c66) >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> libuio 6ef3d8d096a641686bfdd112035aa04aa16fe81a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mdevd 0.1.6.0 Collecting legal info COPYING: OK (sha256: 7fe938b5e0fec18848955ca8081c532e24ae77310beb730b301e1f77bad3d390) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> netsnmp 5.9.3 Collecting legal info COPYING: OK (sha256: ed869ea395a1f125819a56676385ab0557a21507764bf56f2943302011381e59) >>> host-nodejs 16.20.0 Collecting legal info LICENSE: OK (sha256: ba325815d3df8819bebaf37cad67d6e1f82271e1e4a1189b53abd28e261977d6) >>> host-icu 73-2 Collecting legal info LICENSE: OK (sha256: f3005e195ff74d8812cc1f182a1c446fab678d70a10e3dada497585befee5416) >>> numactl 2.0.16 Collecting legal info LICENSE.GPL2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> obsidian-cursors 1.0 Collecting legal info >>> openblas 0.3.23 Collecting legal info LICENSE: OK (sha256: 190b5a9c8d9723fe958ad33916bd7346d96fab3c5ea90832bb02d854f620fcff) >>> opus 1.4 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> p910nd 0.97 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-python-iniparse 0.5 Collecting legal info LICENSE-PSF: OK (sha256: 9b02e3dfe433ccd2bd94636ef6eb08638b5a54deafe5f87a3d9d9104356c48e0) LICENSE: OK (sha256: ff45637d8a96adc414179e502fbed40160e57205bf2e302140e79a0c71eceaa7) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> host-python-pyyaml 6.0.1 Collecting legal info LICENSE: OK (sha256: 8d3928f9dc4490fd635707cb88eb26bd764102a7282954307d3e5167a577e8a4) >>> host-libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> rapidxml 1.13 Collecting legal info license.txt: OK (sha256: 794bf3b2ecf5cf0c740ac6c524d66ce6284c4b1de1f983d21a242b8abbeb9720) >>> rtty 8.1.0 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> host-sdbusplus 4212292bcf136d04b38ba5116aa568b0fa312798 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) >>> host-python-inflection 0.5.1 Collecting legal info LICENSE: OK (sha256: 9e9f9b4b2e7543ad1486f1328bf9ec50e5a5e2bb9caceb59652496dd61e64133) >>> host-python-mako 1.2.4 Collecting legal info LICENSE: OK (sha256: 760f22b3e9ea4a50eb99201bd8dd118869f28108cfb64ccce6d1b305cf9ae9fa) >>> host-python-markupsafe 2.1.3 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> setserial 2.17 Collecting legal info debian/copyright: OK (sha256: 1d7e810ed28daf370def626dfd4c502f2f77d2b678f1ac72e2ba675dd6f9af0d) >>> slang 2.3.3 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> socat 1.7.4.4 Collecting legal info README: OK (sha256: 3555c6bc2779ff0f9a7145d1e3cd1d8fde59548bcd3364a23b907de21eec5aa8) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.OpenSSL: OK (sha256: fd9e48ca316a5032069b9521f4f4b4d9b1c60365012bae1e62286bcd5bd2e761) >>> sredird 2.2.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> ssdp-responder 2.1 Collecting legal info LICENSE: OK (sha256: b66025f1e568a8d80264550d7bd7683780ac248f2baa1e85b4da4b15e28d55a7) >>> sshpass 1.10 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> subversion 1.14.2 Collecting legal info LICENSE: OK (sha256: 484aff0cfbb81155a10f903ed756e27e9fc65578c245a295bae295c4bb51eaad) >>> utf8proc 2.8.0 Collecting legal info LICENSE.md: OK (sha256: 3b510150d34f248a221bb88e1d811238d6c6c18b51231822c42974c39bb07256) >>> thttpd 2.29 Collecting legal info thttpd.c: OK (sha256: be059e6b8219d5bb5480fa6a2864bbb34892f56951d03d08b356bc1fa8c81a01) >>> tinycompress 1.2.8 Collecting legal info COPYING: OK (sha256: 912ea37a4435594a3b3c35f04efa4b5b7af2e68a05f5319c16c881711a31e4b7) >>> tio 1.47 Collecting legal info LICENSE: OK (sha256: 9248dee77ee136321f24556a96e07ff8f90461013941884a9defd0ac825ef131) >>> uredir 3.3 Collecting legal info LICENSE: OK (sha256: e4b8fd3375ce44e5e03be199724a8785510ea5fa58ed92a7a34fd0ccbd35db10) >>> vuejs 3.3.2 Collecting legal info LICENSE: OK (sha256: 1bb85cc9b13b81ef41c81c51866172fc345e0503c86726a6755b796590b70175) >>> watchdogd 3.5 Collecting legal info LICENSE: OK (sha256: fd685e20931174308c45a26418a7ce34d66704c4e4b92ab1d8299deb255cd676) >>> linux 6.4.14 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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.32.1 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-12.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-12.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: font-awesome-4.7.0: cannot save license (FONT_AWESOME_LICENSE_FILES not defined) WARNING: jquery-mobile-1.4.3: cannot save license (JQUERY_MOBILE_LICENSE_FILES not defined) WARNING: jquery-sparkline-2.1.2: cannot save license (JQUERY_SPARKLINE_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) WARNING: libubox-75a3b870cace1171faf57bd55e5a9a2f1564f757: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: obsidian-cursors-1.0: cannot save license (OBSIDIAN_CURSORS_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-3/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-3/buildroot'