>>> Finalizing target directory mkdir -p /home/thomas/autobuild/instance-1/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-g0'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-Og', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/thomas/autobuild/instance-1/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/thomas/autobuild/instance-1/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arc%g" -e "s%@TARGET_CPU@%archs%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/thomas/autobuild/instance-1/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/thomas/autobuild/instance-1/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/thomas/autobuild/instance-1/output-1/host%g" -e "s%@STAGING_DIR@%/home/thomas/autobuild/instance-1/output-1/host/arceb-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/thomas/autobuild/instance-1/buildroot/support/misc/cross-compilation.conf.in > /home/thomas/autobuild/instance-1/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/thomas/autobuild/instance-1/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/thomas/autobuild/instance-1/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arc%g" -e "s%@TARGET_CPU@%archs%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-Og', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-g0'%g" -e "s%@BR2_CMAKE@%/home/thomas/autobuild/instance-1/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/thomas/autobuild/instance-1/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/thomas/autobuild/instance-1/output-1/host%g" -e "s%@STAGING_DIR@%/home/thomas/autobuild/instance-1/output-1/host/arceb-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/thomas/autobuild/instance-1/buildroot/support/misc/cross-compilation.conf.in > /home/thomas/autobuild/instance-1/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/mksh$' /home/thomas/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/mksh" >> /home/thomas/autobuild/instance-1/output-1/target/etc/shells rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/lib/perl5/5.36.0/pod rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/lib/perl5/5.36.0/arceb-linux/CORE find /home/thomas/autobuild/instance-1/output-1/target/usr/lib/perl5/ -name 'extralibs.ld' -print0 | xargs -0 rm -f find /home/thomas/autobuild/instance-1/output-1/target/usr/lib/perl5/ -name '*.bs' -print0 | xargs -0 rm -f find /home/thomas/autobuild/instance-1/output-1/target/usr/lib/perl5/ -name '.packlist' -print0 | xargs -0 rm -f mkdir -p /home/thomas/autobuild/instance-1/output-1/target/etc echo "buildroot" > /home/thomas/autobuild/instance-1/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/thomas/autobuild/instance-1/output-1/target/etc/hosts mkdir -p /home/thomas/autobuild/instance-1/output-1/target/etc echo "Welcome to Buildroot" > /home/thomas/autobuild/instance-1/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/thomas/autobuild/instance-1/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/thomas/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/sh" >> /home/thomas/autobuild/instance-1/output-1/target/etc/shells ln -sf mksh /home/thomas/autobuild/instance-1/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,mksh,' /home/thomas/autobuild/instance-1/output-1/target/etc/passwd if [ -x /home/thomas/autobuild/instance-1/output-1/target/sbin/swapon -a -x /home/thomas/autobuild/instance-1/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/thomas/autobuild/instance-1/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/thomas/autobuild/instance-1/output-1/target/etc/inittab; fi /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~# S0:1:respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /home/thomas/autobuild/instance-1/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /home/thomas/autobuild/instance-1/output-1/target/etc/inittab rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/include /home/thomas/autobuild/instance-1/output-1/target/usr/share/aclocal \ /home/thomas/autobuild/instance-1/output-1/target/usr/lib/pkgconfig /home/thomas/autobuild/instance-1/output-1/target/usr/share/pkgconfig \ /home/thomas/autobuild/instance-1/output-1/target/usr/lib/cmake /home/thomas/autobuild/instance-1/output-1/target/usr/share/cmake \ /home/thomas/autobuild/instance-1/output-1/target/usr/lib/rpm /home/thomas/autobuild/instance-1/output-1/target/usr/doc find /home/thomas/autobuild/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/thomas/autobuild/instance-1/output-1/target/lib/ /home/thomas/autobuild/instance-1/output-1/target/usr/lib/ /home/thomas/autobuild/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/thomas/autobuild/instance-1/output-1/target/usr/libexec/': No such file or directory rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/share/gdb rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/share/bash-completion rm -rf /home/thomas/autobuild/instance-1/output-1/target/etc/bash_completion.d rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/share/zsh rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/man /home/thomas/autobuild/instance-1/output-1/target/usr/share/man rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/info /home/thomas/autobuild/instance-1/output-1/target/usr/share/info rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/doc /home/thomas/autobuild/instance-1/output-1/target/usr/share/doc rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/share/gtk-doc rmdir /home/thomas/autobuild/instance-1/output-1/target/usr/share 2>/dev/null || true rm -rf /home/thomas/autobuild/instance-1/output-1/target/lib/debug /home/thomas/autobuild/instance-1/output-1/target/usr/lib/debug find /home/thomas/autobuild/instance-1/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/thomas/autobuild/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/thomas/autobuild/instance-1/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/thomas/autobuild/instance-1/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/thomas/autobuild/instance-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-rc1-3091-g00709af66e"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.05-git\"" \ ) > /home/thomas/autobuild/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/thomas/autobuild/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/thomas/autobuild/instance-1/output-1/per-package /home/thomas/autobuild/instance-1/buildroot/support/scripts/fix-rpath target touch /home/thomas/autobuild/instance-1/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs mkdir -p /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs printf ' saned -1 saned -1 * /etc/sane.d - - Saned User\n\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt printf ' \n' > /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.ext2 mkdir -p /home/thomas/autobuild/instance-1/output-1/images rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ext2 mkdir -p /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ext2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-1/output-1/target/ /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ext2/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ext2/target" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-1/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ext2/target >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot echo "/home/thomas/autobuild/instance-1/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ext2/target" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ext2/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ext2/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ext2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ext2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -f /home/thomas/autobuild/instance-1/output-1/images/rootfs.ext2\n /home/thomas/autobuild/instance-1/output-1/host/sbin/mkfs.ext3 -d /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ext2/target -r 1 -N 0 -m 5 -L "rootfs" -I 256 -O ^64bit /home/thomas/autobuild/instance-1/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/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot chmod a+x /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot rootdir=/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ext2/target table='/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' mke2fs 1.46.5 (30-Dec-2021) Creating regular file /home/thomas/autobuild/instance-1/output-1/images/rootfs.ext2 Creating filesystem with 1310720 4k blocks and 327680 inodes Filesystem UUID: 8d26c3ab-23ad-4fa6-8197-7f9d41015e91 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 ln -sf rootfs.ext2 /home/thomas/autobuild/instance-1/output-1/images/rootfs.ext3 >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/thomas/autobuild/instance-1/output-1/images rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-1/output-1/target/ /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-1/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/thomas/autobuild/instance-1/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/thomas/autobuild/instance-1/output-1/host/bin/mkyaffs2 --all-root /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target /home/thomas/autobuild/instance-1/output-1/images/rootfs.yaffs2\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target table='/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 4690 objects. stage 2: creating image '/home/thomas/autobuild/instance-1/output-1/images/rootfs.yaffs2' [ ] 1/4690 0% [ ] 2/4690 0% [ ] 3/4690 0% [ ] 4/4690 0% [ ] 5/4690 0% [ ] 6/4690 0% [ ] 7/4690 0% [ ] 8/4690 0% [ ] 9/4690 0% [ ] 10/4690 0% [ ] 11/4690 0% [ ] 12/4690 0% [ ] 13/4690 0% [ ] 14/4690 0% [ ] 15/4690 0% [ ] 16/4690 0% [ ] 17/4690 0% [ ] 18/4690 0% [ ] 19/4690 0% [ ] 20/4690 0% [ ] 21/4690 0% [ ] 22/4690 0% [ ] 23/4690 0% [ ] 24/4690 0% [ ] 25/4690 0% [ ] 26/4690 0% [ ] 27/4690 0% [ ] 28/4690 0% [ ] 29/4690 0% [ ] 30/4690 0% [ ] 31/4690 0% [ ] 32/4690 0% [ ] 33/4690 0% [ ] 34/4690 0% [ ] 35/4690 0% [ ] 36/4690 0% [ ] 37/4690 0% [ ] 38/4690 0% [ ] 39/4690 0% [ ] 40/4690 0% [ ] 41/4690 0% [ ] 42/4690 0% [ ] 43/4690 0% [ ] 44/4690 0% [ ] 45/4690 0% [ ] 46/4690 0% [ ] 47/4690 1% [ ] 48/4690 1% [ ] 49/4690 1% [ ] 50/4690 1% [ ] 51/4690 1% [ ] 52/4690 1% [ ] 53/4690 1% [ ] 54/4690 1% [ ] 55/4690 1% [ ] 56/4690 1% [ ] 57/4690 1% [ ] 58/4690 1% [ ] 59/4690 1% [ ] 60/4690 1% [ ] 61/4690 1% [ ] 62/4690 1% [ ] 63/4690 1% [ ] 64/4690 1% [ ] 65/4690 1% [ ] 66/4690 1% [ ] 67/4690 1% [ ] 68/4690 1% [ ] 69/4690 1% [ ] 70/4690 1% [ ] 71/4690 1% [ ] 72/4690 1% [ ] 73/4690 1% [ ] 74/4690 1% [ ] 75/4690 1% [= ] 76/4690 1% [= ] 77/4690 1% [= ] 78/4690 1% [= ] 79/4690 1% [= ] 80/4690 1% [= ] 81/4690 1% [= ] 82/4690 1% [= ] 83/4690 1% [= ] 84/4690 1% [= ] 85/4690 1% [= ] 86/4690 1% [= ] 87/4690 1% [= ] 88/4690 1% [= ] 89/4690 1% [= ] 90/4690 1% [= ] 91/4690 1% [= ] 92/4690 1% [= ] 93/4690 1% [= ] 94/4690 2% [= ] 95/4690 2% [= ] 96/4690 2% [= ] 97/4690 2% [= ] 98/4690 2% [= ] 99/4690 2% [= ] 100/4690 2% [= ] 101/4690 2% [= ] 102/4690 2% [= ] 103/4690 2% [= ] 104/4690 2% [= ] 105/4690 2% [= ] 106/4690 2% [= ] 107/4690 2% [= ] 108/4690 2% [= ] 109/4690 2% [= ] 110/4690 2% [= ] 111/4690 2% [= ] 112/4690 2% [= ] 113/4690 2% [= ] 114/4690 2% [= ] 115/4690 2% [= ] 116/4690 2% [= ] 117/4690 2% [= ] 118/4690 2% [= ] 119/4690 2% [= ] 120/4690 2% [= ] 121/4690 2% [= ] 122/4690 2% [= ] 123/4690 2% [= ] 124/4690 2% [= ] 125/4690 2% [= ] 126/4690 2% [= ] 127/4690 2% [= ] 128/4690 2% [= ] 129/4690 2% [= ] 130/4690 2% [= ] 131/4690 2% [= ] 132/4690 2% [= ] 133/4690 2% [= ] 134/4690 2% [= ] 135/4690 2% [= ] 136/4690 2% [= ] 137/4690 2% [= ] 138/4690 2% [= ] 139/4690 2% [= ] 140/4690 2% [= ] 141/4690 3% [= ] 142/4690 3% [= ] 143/4690 3% [= ] 144/4690 3% [= ] 145/4690 3% [= ] 146/4690 3% [= ] 147/4690 3% [= ] 148/4690 3% [= ] 149/4690 3% [= ] 150/4690 3% [= ] 151/4690 3% [== ] 152/4690 3% [== ] 153/4690 3% [== ] 154/4690 3% [== ] 155/4690 3% [== ] 156/4690 3% [== ] 157/4690 3% [== ] 158/4690 3% [== ] 159/4690 3% [== ] 160/4690 3% [== ] 161/4690 3% [== ] 162/4690 3% [== ] 163/4690 3% [== ] 164/4690 3% [== ] 165/4690 3% [== ] 166/4690 3% [== ] 167/4690 3% [== ] 168/4690 3% [== ] 169/4690 3% [== ] 170/4690 3% [== ] 171/4690 3% [== ] 172/4690 3% [== ] 173/4690 3% [== ] 174/4690 3% [== ] 175/4690 3% [== ] 176/4690 3% [== ] 177/4690 3% [== ] 178/4690 3% [== ] 179/4690 3% [== ] 180/4690 3% [== ] 181/4690 3% [== ] 182/4690 3% [== ] 183/4690 3% [== ] 184/4690 3% [== ] 185/4690 3% [== ] 186/4690 3% [== ] 187/4690 3% [== ] 188/4690 4% [== ] 189/4690 4% [== ] 190/4690 4% [== ] 191/4690 4% [== ] 192/4690 4% [== ] 193/4690 4% [== ] 194/4690 4% [== ] 195/4690 4% [== ] 196/4690 4% [== ] 197/4690 4% [== ] 198/4690 4% [== ] 199/4690 4% [== ] 200/4690 4% [== ] 201/4690 4% [== ] 202/4690 4% [== ] 203/4690 4% [== ] 204/4690 4% [== ] 205/4690 4% [== ] 206/4690 4% [== ] 207/4690 4% [== ] 208/4690 4% [== ] 209/4690 4% [== ] 210/4690 4% [== ] 211/4690 4% [== ] 212/4690 4% [== ] 213/4690 4% [== ] 214/4690 4% [== ] 215/4690 4% [== ] 216/4690 4% [== ] 217/4690 4% [== ] 218/4690 4% [== ] 219/4690 4% [== ] 220/4690 4% [== ] 221/4690 4% [== ] 222/4690 4% [== ] 223/4690 4% [== ] 224/4690 4% [== ] 225/4690 4% [== ] 226/4690 4% [=== ] 227/4690 4% [=== ] 228/4690 4% [=== ] 229/4690 4% [=== ] 230/4690 4% [=== ] 231/4690 4% [=== ] 232/4690 4% [=== ] 233/4690 4% [=== ] 234/4690 4% [=== ] 235/4690 5% [=== ] 236/4690 5% [=== ] 237/4690 5% [=== ] 238/4690 5% [=== ] 239/4690 5% [=== ] 240/4690 5% [=== ] 241/4690 5% [=== ] 242/4690 5% [=== ] 243/4690 5% [=== ] 244/4690 5% [=== ] 245/4690 5% [=== ] 246/4690 5% [=== ] 247/4690 5% [=== ] 248/4690 5% [=== ] 249/4690 5% [=== ] 250/4690 5% [=== ] 251/4690 5% [=== ] 252/4690 5% [=== ] 253/4690 5% [=== ] 254/4690 5% [=== ] 255/4690 5% [=== ] 256/4690 5% [=== ] 257/4690 5% [=== ] 258/4690 5% [=== ] 259/4690 5% [=== ] 260/4690 5% [=== ] 261/4690 5% [=== ] 262/4690 5% [=== ] 263/4690 5% [=== ] 264/4690 5% [=== ] 265/4690 5% [=== ] 266/4690 5% [=== ] 267/4690 5% [=== ] 268/4690 5% [=== ] 269/4690 5% [=== ] 270/4690 5% [=== ] 271/4690 5% [=== ] 272/4690 5% [=== ] 273/4690 5% [=== ] 274/4690 5% [=== ] 275/4690 5% [=== ] 276/4690 5% [=== ] 277/4690 5% [=== ] 278/4690 5% [=== ] 279/4690 5% [=== ] 280/4690 5% [=== ] 281/4690 5% [=== ] 282/4690 6% [=== ] 283/4690 6% [=== ] 284/4690 6% [=== ] 285/4690 6% [=== ] 286/4690 6% [=== ] 287/4690 6% [=== ] 288/4690 6% [=== ] 289/4690 6% [=== ] 290/4690 6% [=== ] 291/4690 6% [=== ] 292/4690 6% [=== ] 293/4690 6% [=== ] 294/4690 6% [=== ] 295/4690 6% [=== ] 296/4690 6% [=== ] 297/4690 6% [=== ] 298/4690 6% [=== ] 299/4690 6% [=== ] 300/4690 6% [=== ] 301/4690 6% [=== ] 302/4690 6% [==== ] 303/4690 6% [==== ] 304/4690 6% [==== ] 305/4690 6% [==== ] 306/4690 6% [==== ] 307/4690 6% [==== ] 308/4690 6% [==== ] 309/4690 6% [==== ] 310/4690 6% [==== ] 311/4690 6% [==== ] 312/4690 6% [==== ] 313/4690 6% [==== ] 314/4690 6% [==== ] 315/4690 6% [==== ] 316/4690 6% [==== ] 317/4690 6% [==== ] 318/4690 6% [==== ] 319/4690 6% [==== ] 320/4690 6% [==== ] 321/4690 6% [==== ] 322/4690 6% [==== ] 323/4690 6% [==== ] 324/4690 6% [==== ] 325/4690 6% [==== ] 326/4690 6% [==== ] 327/4690 6% [==== ] 328/4690 6% [==== ] 329/4690 7% [==== ] 330/4690 7% [==== ] 331/4690 7% [==== ] 332/4690 7% [==== ] 333/4690 7% [==== ] 334/4690 7% [==== ] 335/4690 7% [==== ] 336/4690 7% [==== ] 337/4690 7% [==== ] 338/4690 7% [==== ] 339/4690 7% [==== ] 340/4690 7% [==== ] 341/4690 7% [==== ] 342/4690 7% [==== ] 343/4690 7% [==== ] 344/4690 7% [==== ] 345/4690 7% [==== ] 346/4690 7% [==== ] 347/4690 7% [==== ] 348/4690 7% [==== ] 349/4690 7% [==== ] 350/4690 7% [==== ] 351/4690 7% [==== ] 352/4690 7% [==== ] 353/4690 7% [==== ] 354/4690 7% [==== ] 355/4690 7% [==== ] 356/4690 7% [==== ] 357/4690 7% [==== ] 358/4690 7% [==== ] 359/4690 7% [==== ] 360/4690 7% [==== ] 361/4690 7% [==== ] 362/4690 7% [==== ] 363/4690 7% [==== ] 364/4690 7% [==== ] 365/4690 7% [==== ] 366/4690 7% [==== ] 367/4690 7% [==== ] 368/4690 7% [==== ] 369/4690 7% [==== ] 370/4690 7% [==== ] 371/4690 7% [==== ] 372/4690 7% [==== ] 373/4690 7% [==== ] 374/4690 7% [==== ] 375/4690 7% [==== ] 376/4690 8% [==== ] 377/4690 8% [==== ] 378/4690 8% [===== ] 379/4690 8% [===== ] 380/4690 8% [===== ] 381/4690 8% [===== ] 382/4690 8% [===== ] 383/4690 8% [===== ] 384/4690 8% [===== ] 385/4690 8% [===== ] 386/4690 8% [===== ] 387/4690 8% [===== ] 388/4690 8% [===== ] 389/4690 8% [===== ] 390/4690 8% [===== ] 391/4690 8% [===== ] 392/4690 8% [===== ] 393/4690 8% [===== ] 394/4690 8% [===== ] 395/4690 8% [===== ] 396/4690 8% [===== ] 397/4690 8% [===== ] 398/4690 8% [===== ] 399/4690 8% [===== ] 400/4690 8% [===== ] 401/4690 8% [===== ] 402/4690 8% [===== ] 403/4690 8% [===== ] 404/4690 8% [===== ] 405/4690 8% [===== ] 406/4690 8% [===== ] 407/4690 8% [===== ] 408/4690 8% [===== ] 409/4690 8% [===== ] 410/4690 8% [===== ] 411/4690 8% [===== ] 412/4690 8% [===== ] 413/4690 8% [===== ] 414/4690 8% [===== ] 415/4690 8% [===== ] 416/4690 8% [===== ] 417/4690 8% [===== ] 418/4690 8% [===== ] 419/4690 8% [===== ] 420/4690 8% [===== ] 421/4690 8% [===== ] 422/4690 8% [===== ] 423/4690 9% [===== ] 424/4690 9% [===== ] 425/4690 9% [===== ] 426/4690 9% [===== ] 427/4690 9% [===== ] 428/4690 9% [===== ] 429/4690 9% [===== ] 430/4690 9% [===== ] 431/4690 9% [===== ] 432/4690 9% [===== ] 433/4690 9% [===== ] 434/4690 9% [===== ] 435/4690 9% [===== ] 436/4690 9% [===== ] 437/4690 9% [===== ] 438/4690 9% [===== ] 439/4690 9% [===== ] 440/4690 9% [===== ] 441/4690 9% [===== ] 442/4690 9% [===== ] 443/4690 9% [===== ] 444/4690 9% [===== ] 445/4690 9% [===== ] 446/4690 9% [===== ] 447/4690 9% [===== ] 448/4690 9% [===== ] 449/4690 9% [===== ] 450/4690 9% [===== ] 451/4690 9% [===== ] 452/4690 9% [===== ] 453/4690 9% [====== ] 454/4690 9% [====== ] 455/4690 9% [====== ] 456/4690 9% [====== ] 457/4690 9% [====== ] 458/4690 9% [====== ] 459/4690 9% [====== ] 460/4690 9% [====== ] 461/4690 9% [====== ] 462/4690 9% [====== ] 463/4690 9% [====== ] 464/4690 9% [====== ] 465/4690 9% [====== ] 466/4690 9% [====== ] 467/4690 9% [====== ] 468/4690 9% [====== ] 469/4690 10% [====== ] 470/4690 10% [====== ] 471/4690 10% [====== ] 472/4690 10% [====== ] 473/4690 10% [====== ] 474/4690 10% [====== ] 475/4690 10% [====== ] 476/4690 10% [====== ] 477/4690 10% [====== ] 478/4690 10% [====== ] 479/4690 10% [====== ] 480/4690 10% [====== ] 481/4690 10% [====== ] 482/4690 10% [====== ] 483/4690 10% [====== ] 484/4690 10% [====== ] 485/4690 10% [====== ] 486/4690 10% [====== ] 487/4690 10% [====== ] 488/4690 10% [====== ] 489/4690 10% [====== ] 490/4690 10% [====== ] 491/4690 10% [====== ] 492/4690 10% [====== ] 493/4690 10% [====== ] 494/4690 10% [====== ] 495/4690 10% [====== ] 496/4690 10% [====== ] 497/4690 10% [====== ] 498/4690 10% [====== ] 499/4690 10% [====== ] 500/4690 10% [====== ] 501/4690 10% [====== ] 502/4690 10% [====== ] 503/4690 10% [====== ] 504/4690 10% [====== ] 505/4690 10% [====== ] 506/4690 10% [====== ] 507/4690 10% [====== ] 508/4690 10% [====== ] 509/4690 10% [====== ] 510/4690 10% [====== ] 511/4690 10% [====== ] 512/4690 10% [====== ] 513/4690 10% [====== ] 514/4690 10% [====== ] 515/4690 10% [====== ] 516/4690 11% [====== ] 517/4690 11% [====== ] 518/4690 11% [====== ] 519/4690 11% [====== ] 520/4690 11% [====== ] 521/4690 11% [====== ] 522/4690 11% [====== ] 523/4690 11% [====== ] 524/4690 11% [====== ] 525/4690 11% [====== ] 526/4690 11% [====== ] 527/4690 11% [====== ] 528/4690 11% [====== ] 529/4690 11% [======= ] 530/4690 11% [======= ] 531/4690 11% [======= ] 532/4690 11% [======= ] 533/4690 11% [======= ] 534/4690 11% [======= ] 535/4690 11% [======= ] 536/4690 11% [======= ] 537/4690 11% [======= ] 538/4690 11% [======= ] 539/4690 11% [======= ] 540/4690 11% [======= ] 541/4690 11% [======= ] 542/4690 11% [======= ] 543/4690 11% [======= ] 544/4690 11% [======= ] 545/4690 11% [======= ] 546/4690 11% [======= ] 547/4690 11% [======= ] 548/4690 11% [======= ] 549/4690 11% [======= ] 550/4690 11% [======= ] 551/4690 11% [======= ] 552/4690 11% [======= ] 553/4690 11% [======= ] 554/4690 11% [======= ] 555/4690 11% [======= ] 556/4690 11% [======= ] 557/4690 11% [======= ] 558/4690 11% [======= ] 559/4690 11% [======= ] 560/4690 11% [======= ] 561/4690 11% [======= ] 562/4690 11% [======= ] 563/4690 12% [======= ] 564/4690 12% [======= ] 565/4690 12% [======= ] 566/4690 12% [======= ] 567/4690 12% [======= ] 568/4690 12% [======= ] 569/4690 12% [======= ] 570/4690 12% [======= ] 571/4690 12% [======= ] 572/4690 12% [======= ] 573/4690 12% [======= ] 574/4690 12% [======= ] 575/4690 12% [======= ] 576/4690 12% [======= ] 577/4690 12% [======= ] 578/4690 12% [======= ] 579/4690 12% [======= ] 580/4690 12% [======= ] 581/4690 12% [======= ] 582/4690 12% [======= ] 583/4690 12% [======= ] 584/4690 12% [======= ] 585/4690 12% [======= ] 586/4690 12% [======= ] 587/4690 12% [======= ] 588/4690 12% [======= ] 589/4690 12% [======= ] 590/4690 12% [======= ] 591/4690 12% [======= ] 592/4690 12% [======= ] 593/4690 12% [======= ] 594/4690 12% [======= ] 595/4690 12% [======= ] 596/4690 12% [======= ] 597/4690 12% [======= ] 598/4690 12% [======= ] 599/4690 12% [======= ] 600/4690 12% [======= ] 601/4690 12% [======= ] 602/4690 12% [======= ] 603/4690 12% [======= ] 604/4690 12% [======= ] 605/4690 12% [======== ] 606/4690 12% [======== ] 607/4690 12% [======== ] 608/4690 12% [======== ] 609/4690 12% [======== ] 610/4690 13% [======== ] 611/4690 13% [======== ] 612/4690 13% [======== ] 613/4690 13% [======== ] 614/4690 13% [======== ] 615/4690 13% [======== ] 616/4690 13% [======== ] 617/4690 13% [======== ] 618/4690 13% [======== ] 619/4690 13% [======== ] 620/4690 13% [======== ] 621/4690 13% [======== ] 622/4690 13% [======== ] 623/4690 13% [======== ] 624/4690 13% [======== ] 625/4690 13% [======== ] 626/4690 13% [======== ] 627/4690 13% [======== ] 628/4690 13% [======== ] 629/4690 13% [======== ] 630/4690 13% [======== ] 631/4690 13% [======== ] 632/4690 13% [======== ] 633/4690 13% [======== ] 634/4690 13% [======== ] 635/4690 13% [======== ] 636/4690 13% [======== ] 637/4690 13% [======== ] 638/4690 13% [======== ] 639/4690 13% [======== ] 640/4690 13% [======== ] 641/4690 13% [======== ] 642/4690 13% [======== ] 643/4690 13% [======== ] 644/4690 13% [======== ] 645/4690 13% [======== ] 646/4690 13% [======== ] 647/4690 13% [======== ] 648/4690 13% [======== ] 649/4690 13% [======== ] 650/4690 13% [======== ] 651/4690 13% [======== ] 652/4690 13% [======== ] 653/4690 13% [======== ] 654/4690 13% [======== ] 655/4690 13% [======== ] 656/4690 13% [======== ] 657/4690 14% [======== ] 658/4690 14% [======== ] 659/4690 14% [======== ] 660/4690 14% [======== ] 661/4690 14% [======== ] 662/4690 14% [======== ] 663/4690 14% [======== ] 664/4690 14% [======== ] 665/4690 14% [======== ] 666/4690 14% [======== ] 667/4690 14% [======== ] 668/4690 14% [======== ] 669/4690 14% [======== ] 670/4690 14% [======== ] 671/4690 14% [======== ] 672/4690 14% [======== ] 673/4690 14% [======== ] 674/4690 14% [======== ] 675/4690 14% [======== ] 676/4690 14% [======== ] 677/4690 14% [======== ] 678/4690 14% [======== ] 679/4690 14% [======== ] 680/4690 14% [========= ] 681/4690 14% [========= ] 682/4690 14% [========= ] 683/4690 14% [========= ] 684/4690 14% [========= ] 685/4690 14% [========= ] 686/4690 14% [========= ] 687/4690 14% [========= ] 688/4690 14% [========= ] 689/4690 14% [========= ] 690/4690 14% [========= ] 691/4690 14% [========= ] 692/4690 14% [========= ] 693/4690 14% [========= ] 694/4690 14% [========= ] 695/4690 14% [========= ] 696/4690 14% [========= ] 697/4690 14% [========= ] 698/4690 14% [========= ] 699/4690 14% [========= ] 700/4690 14% [========= ] 701/4690 14% [========= ] 702/4690 14% [========= ] 703/4690 14% [========= ] 704/4690 15% [========= ] 705/4690 15% [========= ] 706/4690 15% [========= ] 707/4690 15% [========= ] 708/4690 15% [========= ] 709/4690 15% [========= ] 710/4690 15% [========= ] 711/4690 15% [========= ] 712/4690 15% [========= ] 713/4690 15% [========= ] 714/4690 15% [========= ] 715/4690 15% [========= ] 716/4690 15% [========= ] 717/4690 15% [========= ] 718/4690 15% [========= ] 719/4690 15% [========= ] 720/4690 15% [========= ] 721/4690 15% [========= ] 722/4690 15% [========= ] 723/4690 15% [========= ] 724/4690 15% [========= ] 725/4690 15% [========= ] 726/4690 15% [========= ] 727/4690 15% [========= ] 728/4690 15% [========= ] 729/4690 15% [========= ] 730/4690 15% [========= ] 731/4690 15% [========= ] 732/4690 15% [========= ] 733/4690 15% [========= ] 734/4690 15% [========= ] 735/4690 15% [========= ] 736/4690 15% [========= ] 737/4690 15% [========= ] 738/4690 15% [========= ] 739/4690 15% [========= ] 740/4690 15% [========= ] 741/4690 15% [========= ] 742/4690 15% [========= ] 743/4690 15% [========= ] 744/4690 15% [========= ] 745/4690 15% [========= ] 746/4690 15% [========= ] 747/4690 15% [========= ] 748/4690 15% [========= ] 749/4690 15% [========= ] 750/4690 15% [========= ] 751/4690 16% [========= ] 752/4690 16% [========= ] 753/4690 16% [========= ] 754/4690 16% [========= ] 755/4690 16% [========= ] 756/4690 16% [========== ] 757/4690 16% [========== ] 758/4690 16% [========== ] 759/4690 16% [========== ] 760/4690 16% [========== ] 761/4690 16% [========== ] 762/4690 16% [========== ] 763/4690 16% [========== ] 764/4690 16% [========== ] 765/4690 16% [========== ] 766/4690 16% [========== ] 767/4690 16% [========== ] 768/4690 16% [========== ] 769/4690 16% [========== ] 770/4690 16% [========== ] 771/4690 16% [========== ] 772/4690 16% [========== ] 773/4690 16% [========== ] 774/4690 16% [========== ] 775/4690 16% [========== ] 776/4690 16% [========== ] 777/4690 16% [========== ] 778/4690 16% [========== ] 779/4690 16% [========== ] 780/4690 16% [========== ] 781/4690 16% [========== ] 782/4690 16% [========== ] 783/4690 16% [========== ] 784/4690 16% [========== ] 785/4690 16% [========== ] 786/4690 16% [========== ] 787/4690 16% [========== ] 788/4690 16% [========== ] 789/4690 16% [========== ] 790/4690 16% [========== ] 791/4690 16% [========== ] 792/4690 16% [========== ] 793/4690 16% [========== ] 794/4690 16% [========== ] 795/4690 16% [========== ] 796/4690 16% [========== ] 797/4690 16% [========== ] 798/4690 17% [========== ] 799/4690 17% [========== ] 800/4690 17% [========== ] 801/4690 17% [========== ] 802/4690 17% [========== ] 803/4690 17% [========== ] 804/4690 17% [========== ] 805/4690 17% [========== ] 806/4690 17% [========== ] 807/4690 17% [========== ] 808/4690 17% [========== ] 809/4690 17% [========== ] 810/4690 17% [========== ] 811/4690 17% [========== ] 812/4690 17% [========== ] 813/4690 17% [========== ] 814/4690 17% [========== ] 815/4690 17% [========== ] 816/4690 17% [========== ] 817/4690 17% [========== ] 818/4690 17% [========== ] 819/4690 17% [========== ] 820/4690 17% [========== ] 821/4690 17% [========== ] 822/4690 17% [========== ] 823/4690 17% [========== ] 824/4690 17% [========== ] 825/4690 17% [========== ] 826/4690 17% [========== ] 827/4690 17% [========== ] 828/4690 17% [========== ] 829/4690 17% [========== ] 830/4690 17% [========== ] 831/4690 17% [========== ] 832/4690 17% [=========== ] 833/4690 17% [=========== ] 834/4690 17% [=========== ] 835/4690 17% [=========== ] 836/4690 17% [=========== ] 837/4690 17% [=========== ] 838/4690 17% [=========== ] 839/4690 17% [=========== ] 840/4690 17% [=========== ] 841/4690 17% [=========== ] 842/4690 17% [=========== ] 843/4690 17% [=========== ] 844/4690 17% [=========== ] 845/4690 18% [=========== ] 846/4690 18% [=========== ] 847/4690 18% [=========== ] 848/4690 18% [=========== ] 849/4690 18% [=========== ] 850/4690 18% [=========== ] 851/4690 18% [=========== ] 852/4690 18% [=========== ] 853/4690 18% [=========== ] 854/4690 18% [=========== ] 855/4690 18% [=========== ] 856/4690 18% [=========== ] 857/4690 18% [=========== ] 858/4690 18% [=========== ] 859/4690 18% [=========== ] 860/4690 18% [=========== ] 861/4690 18% [=========== ] 862/4690 18% [=========== ] 863/4690 18% [=========== ] 864/4690 18% [=========== ] 865/4690 18% [=========== ] 866/4690 18% [=========== ] 867/4690 18% [=========== ] 868/4690 18% [=========== ] 869/4690 18% [=========== ] 870/4690 18% [=========== ] 871/4690 18% [=========== ] 872/4690 18% [=========== ] 873/4690 18% [=========== ] 874/4690 18% [=========== ] 875/4690 18% [=========== ] 876/4690 18% [=========== ] 877/4690 18% [=========== ] 878/4690 18% [=========== ] 879/4690 18% [=========== ] 880/4690 18% [=========== ] 881/4690 18% [=========== ] 882/4690 18% [=========== ] 883/4690 18% [=========== ] 884/4690 18% [=========== ] 885/4690 18% [=========== ] 886/4690 18% [=========== ] 887/4690 18% [=========== ] 888/4690 18% [=========== ] 889/4690 18% [=========== ] 890/4690 18% [=========== ] 891/4690 18% [=========== ] 892/4690 19% [=========== ] 893/4690 19% [=========== ] 894/4690 19% [=========== ] 895/4690 19% [=========== ] 896/4690 19% [=========== ] 897/4690 19% [=========== ] 898/4690 19% [=========== ] 899/4690 19% [=========== ] 900/4690 19% [=========== ] 901/4690 19% [=========== ] 902/4690 19% [=========== ] 903/4690 19% [=========== ] 904/4690 19% [=========== ] 905/4690 19% [=========== ] 906/4690 19% [=========== ] 907/4690 19% [============ ] 908/4690 19% [============ ] 909/4690 19% [============ ] 910/4690 19% [============ ] 911/4690 19% [============ ] 912/4690 19% [============ ] 913/4690 19% [============ ] 914/4690 19% [============ ] 915/4690 19% [============ ] 916/4690 19% [============ ] 917/4690 19% [============ ] 918/4690 19% [============ ] 919/4690 19% [============ ] 920/4690 19% [============ ] 921/4690 19% [============ ] 922/4690 19% [============ ] 923/4690 19% [============ ] 924/4690 19% [============ ] 925/4690 19% [============ ] 926/4690 19% [============ ] 927/4690 19% [============ ] 928/4690 19% [============ ] 929/4690 19% [============ ] 930/4690 19% [============ ] 931/4690 19% [============ ] 932/4690 19% [============ ] 933/4690 19% [============ ] 934/4690 19% [============ ] 935/4690 19% [============ ] 936/4690 19% [============ ] 937/4690 19% [============ ] 938/4690 20% [============ ] 939/4690 20% [============ ] 940/4690 20% [============ ] 941/4690 20% [============ ] 942/4690 20% [============ ] 943/4690 20% [============ ] 944/4690 20% [============ ] 945/4690 20% [============ ] 946/4690 20% [============ ] 947/4690 20% [============ ] 948/4690 20% [============ ] 949/4690 20% [============ ] 950/4690 20% [============ ] 951/4690 20% [============ ] 952/4690 20% [============ ] 953/4690 20% [============ ] 954/4690 20% [============ ] 955/4690 20% [============ ] 956/4690 20% [============ ] 957/4690 20% [============ ] 958/4690 20% [============ ] 959/4690 20% [============ ] 960/4690 20% [============ ] 961/4690 20% [============ ] 962/4690 20% [============ ] 963/4690 20% [============ ] 964/4690 20% [============ ] 965/4690 20% [============ ] 966/4690 20% [============ ] 967/4690 20% [============ ] 968/4690 20% [============ ] 969/4690 20% [============ ] 970/4690 20% [============ ] 971/4690 20% [============ ] 972/4690 20% [============ ] 973/4690 20% [============ ] 974/4690 20% [============ ] 975/4690 20% [============ ] 976/4690 20% [============ ] 977/4690 20% [============ ] 978/4690 20% [============ ] 979/4690 20% [============ ] 980/4690 20% [============ ] 981/4690 20% [============ ] 982/4690 20% [============ ] 983/4690 20% [============= ] 984/4690 20% [============= ] 985/4690 21% [============= ] 986/4690 21% [============= ] 987/4690 21% [============= ] 988/4690 21% [============= ] 989/4690 21% [============= ] 990/4690 21% [============= ] 991/4690 21% [============= ] 992/4690 21% [============= ] 993/4690 21% [============= ] 994/4690 21% [============= ] 995/4690 21% [============= ] 996/4690 21% [============= ] 997/4690 21% [============= ] 998/4690 21% [============= ] 999/4690 21% [============= ] 1000/4690 21% [============= ] 1001/4690 21% [============= ] 1002/4690 21% [============= ] 1003/4690 21% [============= ] 1004/4690 21% [============= ] 1005/4690 21% [============= ] 1006/4690 21% [============= ] 1007/4690 21% [============= ] 1008/4690 21% [============= ] 1009/4690 21% [============= ] 1010/4690 21% [============= ] 1011/4690 21% [============= ] 1012/4690 21% [============= ] 1013/4690 21% [============= ] 1014/4690 21% [============= ] 1015/4690 21% [============= ] 1016/4690 21% [============= ] 1017/4690 21% [============= ] 1018/4690 21% [============= ] 1019/4690 21% [============= ] 1020/4690 21% [============= ] 1021/4690 21% [============= ] 1022/4690 21% [============= ] 1023/4690 21% [============= ] 1024/4690 21% [============= ] 1025/4690 21% [============= ] 1026/4690 21% [============= ] 1027/4690 21% [============= ] 1028/4690 21% [============= ] 1029/4690 21% [============= ] 1030/4690 21% [============= ] 1031/4690 21% [============= ] 1032/4690 22% [============= ] 1033/4690 22% [============= ] 1034/4690 22% [============= ] 1035/4690 22% [============= ] 1036/4690 22% [============= ] 1037/4690 22% [============= ] 1038/4690 22% [============= ] 1039/4690 22% [============= ] 1040/4690 22% [============= ] 1041/4690 22% [============= ] 1042/4690 22% [============= ] 1043/4690 22% [============= ] 1044/4690 22% [============= ] 1045/4690 22% [============= ] 1046/4690 22% [============= ] 1047/4690 22% [============= ] 1048/4690 22% [============= ] 1049/4690 22% [============= ] 1050/4690 22% [============= ] 1051/4690 22% [============= ] 1052/4690 22% [============= ] 1053/4690 22% [============= ] 1054/4690 22% [============= ] 1055/4690 22% [============= ] 1056/4690 22% [============= ] 1057/4690 22% [============= ] 1058/4690 22% [============= ] 1059/4690 22% [============== ] 1060/4690 22% [============== ] 1061/4690 22% [============== ] 1062/4690 22% [============== ] 1063/4690 22% [============== ] 1064/4690 22% [============== ] 1065/4690 22% [============== ] 1066/4690 22% [============== ] 1067/4690 22% [============== ] 1068/4690 22% [============== ] 1069/4690 22% [============== ] 1070/4690 22% [============== ] 1071/4690 22% [============== ] 1072/4690 22% [============== ] 1073/4690 22% [============== ] 1074/4690 22% [============== ] 1075/4690 22% [============== ] 1076/4690 22% [============== ] 1077/4690 22% [============== ] 1078/4690 22% [============== ] 1079/4690 23% [============== ] 1080/4690 23% [============== ] 1081/4690 23% [============== ] 1082/4690 23% [============== ] 1083/4690 23% [============== ] 1084/4690 23% [============== ] 1085/4690 23% [============== ] 1086/4690 23% [============== ] 1087/4690 23% [============== ] 1088/4690 23% [============== ] 1089/4690 23% [============== ] 1090/4690 23% [============== ] 1091/4690 23% [============== ] 1092/4690 23% [============== ] 1093/4690 23% [============== ] 1094/4690 23% [============== ] 1095/4690 23% [============== ] 1096/4690 23% [============== ] 1097/4690 23% [============== ] 1098/4690 23% [============== ] 1099/4690 23% [============== ] 1100/4690 23% [============== ] 1101/4690 23% [============== ] 1102/4690 23% [============== ] 1103/4690 23% [============== ] 1104/4690 23% [============== ] 1105/4690 23% [============== ] 1106/4690 23% [============== ] 1107/4690 23% [============== ] 1108/4690 23% [============== ] 1109/4690 23% [============== ] 1110/4690 23% [============== ] 1111/4690 23% [============== ] 1112/4690 23% [============== ] 1113/4690 23% [============== ] 1114/4690 23% [============== ] 1115/4690 23% [============== ] 1116/4690 23% [============== ] 1117/4690 23% [============== ] 1118/4690 23% [============== ] 1119/4690 23% [============== ] 1120/4690 23% [============== ] 1121/4690 23% [============== ] 1122/4690 23% [============== ] 1123/4690 23% [============== ] 1124/4690 23% [============== ] 1125/4690 23% [============== ] 1126/4690 24% [============== ] 1127/4690 24% [============== ] 1128/4690 24% [============== ] 1129/4690 24% [============== ] 1130/4690 24% [============== ] 1131/4690 24% [============== ] 1132/4690 24% [============== ] 1133/4690 24% [============== ] 1134/4690 24% [=============== ] 1135/4690 24% [=============== ] 1136/4690 24% [=============== ] 1137/4690 24% [=============== ] 1138/4690 24% [=============== ] 1139/4690 24% [=============== ] 1140/4690 24% [=============== ] 1141/4690 24% [=============== ] 1142/4690 24% [=============== ] 1143/4690 24% [=============== ] 1144/4690 24% [=============== ] 1145/4690 24% [=============== ] 1146/4690 24% [=============== ] 1147/4690 24% [=============== ] 1148/4690 24% [=============== ] 1149/4690 24% [=============== ] 1150/4690 24% [=============== ] 1151/4690 24% [=============== ] 1152/4690 24% [=============== ] 1153/4690 24% [=============== ] 1154/4690 24% [=============== ] 1155/4690 24% [=============== ] 1156/4690 24% [=============== ] 1157/4690 24% [=============== ] 1158/4690 24% [=============== ] 1159/4690 24% [=============== ] 1160/4690 24% [=============== ] 1161/4690 24% [=============== ] 1162/4690 24% [=============== ] 1163/4690 24% [=============== ] 1164/4690 24% [=============== ] 1165/4690 24% [=============== ] 1166/4690 24% [=============== ] 1167/4690 24% [=============== ] 1168/4690 24% [=============== ] 1169/4690 24% [=============== ] 1170/4690 24% [=============== ] 1171/4690 24% [=============== ] 1172/4690 24% [=============== ] 1173/4690 25% [=============== ] 1174/4690 25% [=============== ] 1175/4690 25% [=============== ] 1176/4690 25% [=============== ] 1177/4690 25% [=============== ] 1178/4690 25% [=============== ] 1179/4690 25% [=============== ] 1180/4690 25% [=============== ] 1181/4690 25% [=============== ] 1182/4690 25% [=============== ] 1183/4690 25% [=============== ] 1184/4690 25% [=============== ] 1185/4690 25% [=============== ] 1186/4690 25% [=============== ] 1187/4690 25% [=============== ] 1188/4690 25% [=============== ] 1189/4690 25% [=============== ] 1190/4690 25% [=============== ] 1191/4690 25% [=============== ] 1192/4690 25% [=============== ] 1193/4690 25% [=============== ] 1194/4690 25% [=============== ] 1195/4690 25% [=============== ] 1196/4690 25% [=============== ] 1197/4690 25% [=============== ] 1198/4690 25% [=============== ] 1199/4690 25% [=============== ] 1200/4690 25% [=============== ] 1201/4690 25% [=============== ] 1202/4690 25% [=============== ] 1203/4690 25% [=============== ] 1204/4690 25% [=============== ] 1205/4690 25% [=============== ] 1206/4690 25% [=============== ] 1207/4690 25% [=============== ] 1208/4690 25% [=============== ] 1209/4690 25% [=============== ] 1210/4690 25% [================ ] 1211/4690 25% [================ ] 1212/4690 25% [================ ] 1213/4690 25% [================ ] 1214/4690 25% [================ ] 1215/4690 25% [================ ] 1216/4690 25% [================ ] 1217/4690 25% [================ ] 1218/4690 25% [================ ] 1219/4690 25% [================ ] 1220/4690 26% [================ ] 1221/4690 26% [================ ] 1222/4690 26% [================ ] 1223/4690 26% [================ ] 1224/4690 26% [================ ] 1225/4690 26% [================ ] 1226/4690 26% [================ ] 1227/4690 26% [================ ] 1228/4690 26% [================ ] 1229/4690 26% [================ ] 1230/4690 26% [================ ] 1231/4690 26% [================ ] 1232/4690 26% [================ ] 1233/4690 26% [================ ] 1234/4690 26% [================ ] 1235/4690 26% [================ ] 1236/4690 26% [================ ] 1237/4690 26% [================ ] 1238/4690 26% [================ ] 1239/4690 26% [================ ] 1240/4690 26% [================ ] 1241/4690 26% [================ ] 1242/4690 26% [================ ] 1243/4690 26% [================ ] 1244/4690 26% [================ ] 1245/4690 26% [================ ] 1246/4690 26% [================ ] 1247/4690 26% [================ ] 1248/4690 26% [================ ] 1249/4690 26% [================ ] 1250/4690 26% [================ ] 1251/4690 26% [================ ] 1252/4690 26% [================ ] 1253/4690 26% [================ ] 1254/4690 26% [================ ] 1255/4690 26% [================ ] 1256/4690 26% [================ ] 1257/4690 26% [================ ] 1258/4690 26% [================ ] 1259/4690 26% [================ ] 1260/4690 26% [================ ] 1261/4690 26% [================ ] 1262/4690 26% [================ ] 1263/4690 26% [================ ] 1264/4690 26% [================ ] 1265/4690 26% [================ ] 1266/4690 26% [================ ] 1267/4690 27% [================ ] 1268/4690 27% [================ ] 1269/4690 27% [================ ] 1270/4690 27% [================ ] 1271/4690 27% [================ ] 1272/4690 27% [================ ] 1273/4690 27% [================ ] 1274/4690 27% [================ ] 1275/4690 27% [================ ] 1276/4690 27% [================ ] 1277/4690 27% [================ ] 1278/4690 27% [================ ] 1279/4690 27% [================ ] 1280/4690 27% [================ ] 1281/4690 27% [================ ] 1282/4690 27% [================ ] 1283/4690 27% [================ ] 1284/4690 27% [================ ] 1285/4690 27% [================= ] 1286/4690 27% [================= ] 1287/4690 27% [================= ] 1288/4690 27% [================= ] 1289/4690 27% [================= ] 1290/4690 27% [================= ] 1291/4690 27% [================= ] 1292/4690 27% [================= ] 1293/4690 27% [================= ] 1294/4690 27% [================= ] 1295/4690 27% [================= ] 1296/4690 27% [================= ] 1297/4690 27% [================= ] 1298/4690 27% [================= ] 1299/4690 27% [================= ] 1300/4690 27% [================= ] 1301/4690 27% [================= ] 1302/4690 27% [================= ] 1303/4690 27% [================= ] 1304/4690 27% [================= ] 1305/4690 27% [================= ] 1306/4690 27% [================= ] 1307/4690 27% [================= ] 1308/4690 27% [================= ] 1309/4690 27% [================= ] 1310/4690 27% [================= ] 1311/4690 27% [================= ] 1312/4690 27% [================= ] 1313/4690 27% [================= ] 1314/4690 28% [================= ] 1315/4690 28% [================= ] 1316/4690 28% [================= ] 1317/4690 28% [================= ] 1318/4690 28% [================= ] 1319/4690 28% [================= ] 1320/4690 28% [================= ] 1321/4690 28% [================= ] 1322/4690 28% [================= ] 1323/4690 28% [================= ] 1324/4690 28% [================= ] 1325/4690 28% [================= ] 1326/4690 28% [================= ] 1327/4690 28% [================= ] 1328/4690 28% [================= ] 1329/4690 28% [================= ] 1330/4690 28% [================= ] 1331/4690 28% [================= ] 1332/4690 28% [================= ] 1333/4690 28% [================= ] 1334/4690 28% [================= ] 1335/4690 28% [================= ] 1336/4690 28% [================= ] 1337/4690 28% [================= ] 1338/4690 28% [================= ] 1339/4690 28% [================= ] 1340/4690 28% [================= ] 1341/4690 28% [================= ] 1342/4690 28% [================= ] 1343/4690 28% [================= ] 1344/4690 28% [================= ] 1345/4690 28% [================= ] 1346/4690 28% [================= ] 1347/4690 28% [================= ] 1348/4690 28% [================= ] 1349/4690 28% [================= ] 1350/4690 28% [================= ] 1351/4690 28% [================= ] 1352/4690 28% [================= ] 1353/4690 28% [================= ] 1354/4690 28% [================= ] 1355/4690 28% [================= ] 1356/4690 28% [================= ] 1357/4690 28% [================= ] 1358/4690 28% [================= ] 1359/4690 28% [================= ] 1360/4690 28% [================= ] 1361/4690 29% [================== ] 1362/4690 29% [================== ] 1363/4690 29% [================== ] 1364/4690 29% [================== ] 1365/4690 29% [================== ] 1366/4690 29% [================== ] 1367/4690 29% [================== ] 1368/4690 29% [================== ] 1369/4690 29% [================== ] 1370/4690 29% [================== ] 1371/4690 29% [================== ] 1372/4690 29% [================== ] 1373/4690 29% [================== ] 1374/4690 29% [================== ] 1375/4690 29% [================== ] 1376/4690 29% [================== ] 1377/4690 29% [================== ] 1378/4690 29% [================== ] 1379/4690 29% [================== ] 1380/4690 29% [================== ] 1381/4690 29% [================== ] 1382/4690 29% [================== ] 1383/4690 29% [================== ] 1384/4690 29% [================== ] 1385/4690 29% [================== ] 1386/4690 29% [================== ] 1387/4690 29% [================== ] 1388/4690 29% [================== ] 1389/4690 29% [================== ] 1390/4690 29% [================== ] 1391/4690 29% [================== ] 1392/4690 29% [================== ] 1393/4690 29% [================== ] 1394/4690 29% [================== ] 1395/4690 29% [================== ] 1396/4690 29% [================== ] 1397/4690 29% [================== ] 1398/4690 29% [================== ] 1399/4690 29% [================== ] 1400/4690 29% [================== ] 1401/4690 29% [================== ] 1402/4690 29% [================== ] 1403/4690 29% [================== ] 1404/4690 29% [================== ] 1405/4690 29% [================== ] 1406/4690 29% [================== ] 1407/4690 30% [================== ] 1408/4690 30% [================== ] 1409/4690 30% [================== ] 1410/4690 30% [================== ] 1411/4690 30% [================== ] 1412/4690 30% [================== ] 1413/4690 30% [================== ] 1414/4690 30% [================== ] 1415/4690 30% [================== ] 1416/4690 30% [================== ] 1417/4690 30% [================== ] 1418/4690 30% [================== ] 1419/4690 30% [================== ] 1420/4690 30% [================== ] 1421/4690 30% [================== ] 1422/4690 30% [================== ] 1423/4690 30% [================== ] 1424/4690 30% [================== ] 1425/4690 30% [================== ] 1426/4690 30% [================== ] 1427/4690 30% [================== ] 1428/4690 30% [================== ] 1429/4690 30% [================== ] 1430/4690 30% [================== ] 1431/4690 30% [================== ] 1432/4690 30% [================== ] 1433/4690 30% [================== ] 1434/4690 30% [================== ] 1435/4690 30% [================== ] 1436/4690 30% [================== ] 1437/4690 30% [=================== ] 1438/4690 30% [=================== ] 1439/4690 30% [=================== ] 1440/4690 30% [=================== ] 1441/4690 30% [=================== ] 1442/4690 30% [=================== ] 1443/4690 30% [=================== ] 1444/4690 30% [=================== ] 1445/4690 30% [=================== ] 1446/4690 30% [=================== ] 1447/4690 30% [=================== ] 1448/4690 30% [=================== ] 1449/4690 30% [=================== ] 1450/4690 30% [=================== ] 1451/4690 30% [=================== ] 1452/4690 30% [=================== ] 1453/4690 30% [=================== ] 1454/4690 31% [=================== ] 1455/4690 31% [=================== ] 1456/4690 31% [=================== ] 1457/4690 31% [=================== ] 1458/4690 31% [=================== ] 1459/4690 31% [=================== ] 1460/4690 31% [=================== ] 1461/4690 31% [=================== ] 1462/4690 31% [=================== ] 1463/4690 31% [=================== ] 1464/4690 31% [=================== ] 1465/4690 31% [=================== ] 1466/4690 31% [=================== ] 1467/4690 31% [=================== ] 1468/4690 31% [=================== ] 1469/4690 31% [=================== ] 1470/4690 31% [=================== ] 1471/4690 31% [=================== ] 1472/4690 31% [=================== ] 1473/4690 31% [=================== ] 1474/4690 31% [=================== ] 1475/4690 31% [=================== ] 1476/4690 31% [=================== ] 1477/4690 31% [=================== ] 1478/4690 31% [=================== ] 1479/4690 31% [=================== ] 1480/4690 31% [=================== ] 1481/4690 31% [=================== ] 1482/4690 31% [=================== ] 1483/4690 31% [=================== ] 1484/4690 31% [=================== ] 1485/4690 31% [=================== ] 1486/4690 31% [=================== ] 1487/4690 31% [=================== ] 1488/4690 31% [=================== ] 1489/4690 31% [=================== ] 1490/4690 31% [=================== ] 1491/4690 31% [=================== ] 1492/4690 31% [=================== ] 1493/4690 31% [=================== ] 1494/4690 31% [=================== ] 1495/4690 31% [=================== ] 1496/4690 31% [=================== ] 1497/4690 31% [=================== ] 1498/4690 31% [=================== ] 1499/4690 31% [=================== ] 1500/4690 31% [=================== ] 1501/4690 32% [=================== ] 1502/4690 32% [=================== ] 1503/4690 32% [=================== ] 1504/4690 32% [=================== ] 1505/4690 32% [=================== ] 1506/4690 32% [=================== ] 1507/4690 32% [=================== ] 1508/4690 32% [=================== ] 1509/4690 32% [=================== ] 1510/4690 32% [=================== ] 1511/4690 32% [=================== ] 1512/4690 32% [==================== ] 1513/4690 32% [==================== ] 1514/4690 32% [==================== ] 1515/4690 32% [==================== ] 1516/4690 32% [==================== ] 1517/4690 32% [==================== ] 1518/4690 32% [==================== ] 1519/4690 32% [==================== ] 1520/4690 32% [==================== ] 1521/4690 32% [==================== ] 1522/4690 32% [==================== ] 1523/4690 32% [==================== ] 1524/4690 32% [==================== ] 1525/4690 32% [==================== ] 1526/4690 32% [==================== ] 1527/4690 32% [==================== ] 1528/4690 32% [==================== ] 1529/4690 32% [==================== ] 1530/4690 32% [==================== ] 1531/4690 32% [==================== ] 1532/4690 32% [==================== ] 1533/4690 32% [==================== ] 1534/4690 32% [==================== ] 1535/4690 32% [==================== ] 1536/4690 32% [==================== ] 1537/4690 32% [==================== ] 1538/4690 32% [==================== ] 1539/4690 32% [==================== ] 1540/4690 32% [==================== ] 1541/4690 32% [==================== ] 1542/4690 32% [==================== ] 1543/4690 32% [==================== ] 1544/4690 32% [==================== ] 1545/4690 32% [==================== ] 1546/4690 32% [==================== ] 1547/4690 32% [==================== ] 1548/4690 33% [==================== ] 1549/4690 33% [==================== ] 1550/4690 33% [==================== ] 1551/4690 33% [==================== ] 1552/4690 33% [==================== ] 1553/4690 33% [==================== ] 1554/4690 33% [==================== ] 1555/4690 33% [==================== ] 1556/4690 33% [==================== ] 1557/4690 33% [==================== ] 1558/4690 33% [==================== ] 1559/4690 33% [==================== ] 1560/4690 33% [==================== ] 1561/4690 33% [==================== ] 1562/4690 33% [==================== ] 1563/4690 33% [==================== ] 1564/4690 33% [==================== ] 1565/4690 33% [==================== ] 1566/4690 33% [==================== ] 1567/4690 33% [==================== ] 1568/4690 33% [==================== ] 1569/4690 33% [==================== ] 1570/4690 33% [==================== ] 1571/4690 33% [==================== ] 1572/4690 33% [==================== ] 1573/4690 33% [==================== ] 1574/4690 33% [==================== ] 1575/4690 33% [==================== ] 1576/4690 33% [==================== ] 1577/4690 33% [==================== ] 1578/4690 33% [==================== ] 1579/4690 33% [==================== ] 1580/4690 33% [==================== ] 1581/4690 33% [==================== ] 1582/4690 33% [==================== ] 1583/4690 33% [==================== ] 1584/4690 33% [==================== ] 1585/4690 33% [==================== ] 1586/4690 33% [==================== ] 1587/4690 33% [==================== ] 1588/4690 33% [===================== ] 1589/4690 33% [===================== ] 1590/4690 33% [===================== ] 1591/4690 33% [===================== ] 1592/4690 33% [===================== ] 1593/4690 33% [===================== ] 1594/4690 33% [===================== ] 1595/4690 34% [===================== ] 1596/4690 34% [===================== ] 1597/4690 34% [===================== ] 1598/4690 34% [===================== ] 1599/4690 34% [===================== ] 1600/4690 34% [===================== ] 1601/4690 34% [===================== ] 1602/4690 34% [===================== ] 1603/4690 34% [===================== ] 1604/4690 34% [===================== ] 1605/4690 34% [===================== ] 1606/4690 34% [===================== ] 1607/4690 34% [===================== ] 1608/4690 34% [===================== ] 1609/4690 34% [===================== ] 1610/4690 34% [===================== ] 1611/4690 34% [===================== ] 1612/4690 34% [===================== ] 1613/4690 34% [===================== ] 1614/4690 34% [===================== ] 1615/4690 34% [===================== ] 1616/4690 34% [===================== ] 1617/4690 34% [===================== ] 1618/4690 34% [===================== ] 1619/4690 34% [===================== ] 1620/4690 34% [===================== ] 1621/4690 34% [===================== ] 1622/4690 34% [===================== ] 1623/4690 34% [===================== ] 1624/4690 34% [===================== ] 1625/4690 34% [===================== ] 1626/4690 34% [===================== ] 1627/4690 34% [===================== ] 1628/4690 34% [===================== ] 1629/4690 34% [===================== ] 1630/4690 34% [===================== ] 1631/4690 34% [===================== ] 1632/4690 34% [===================== ] 1633/4690 34% [===================== ] 1634/4690 34% [===================== ] 1635/4690 34% [===================== ] 1636/4690 34% [===================== ] 1637/4690 34% [===================== ] 1638/4690 34% [===================== ] 1639/4690 34% [===================== ] 1640/4690 34% [===================== ] 1641/4690 34% [===================== ] 1642/4690 35% [===================== ] 1643/4690 35% [===================== ] 1644/4690 35% [===================== ] 1645/4690 35% [===================== ] 1646/4690 35% [===================== ] 1647/4690 35% [===================== ] 1648/4690 35% [===================== ] 1649/4690 35% [===================== ] 1650/4690 35% [===================== ] 1651/4690 35% [===================== ] 1652/4690 35% [===================== ] 1653/4690 35% [===================== ] 1654/4690 35% [===================== ] 1655/4690 35% [===================== ] 1656/4690 35% [===================== ] 1657/4690 35% [===================== ] 1658/4690 35% [===================== ] 1659/4690 35% [===================== ] 1660/4690 35% [===================== ] 1661/4690 35% [===================== ] 1662/4690 35% [===================== ] 1663/4690 35% [===================== ] 1664/4690 35% [====================== ] 1665/4690 35% [====================== ] 1666/4690 35% [====================== ] 1667/4690 35% [====================== ] 1668/4690 35% [====================== ] 1669/4690 35% [====================== ] 1670/4690 35% [====================== ] 1671/4690 35% [====================== ] 1672/4690 35% [====================== ] 1673/4690 35% [====================== ] 1674/4690 35% [====================== ] 1675/4690 35% [====================== ] 1676/4690 35% [====================== ] 1677/4690 35% [====================== ] 1678/4690 35% [====================== ] 1679/4690 35% [====================== ] 1680/4690 35% [====================== ] 1681/4690 35% [====================== ] 1682/4690 35% [====================== ] 1683/4690 35% [====================== ] 1684/4690 35% [====================== ] 1685/4690 35% [====================== ] 1686/4690 35% [====================== ] 1687/4690 35% [====================== ] 1688/4690 35% [====================== ] 1689/4690 36% [====================== ] 1690/4690 36% [====================== ] 1691/4690 36% [====================== ] 1692/4690 36% [====================== ] 1693/4690 36% [====================== ] 1694/4690 36% [====================== ] 1695/4690 36% [====================== ] 1696/4690 36% [====================== ] 1697/4690 36% [====================== ] 1698/4690 36% [====================== ] 1699/4690 36% [====================== ] 1700/4690 36% [====================== ] 1701/4690 36% [====================== ] 1702/4690 36% [====================== ] 1703/4690 36% [====================== ] 1704/4690 36% [====================== ] 1705/4690 36% [====================== ] 1706/4690 36% [====================== ] 1707/4690 36% [====================== ] 1708/4690 36% [====================== ] 1709/4690 36% [====================== ] 1710/4690 36% [====================== ] 1711/4690 36% [====================== ] 1712/4690 36% [====================== ] 1713/4690 36% [====================== ] 1714/4690 36% [====================== ] 1715/4690 36% [====================== ] 1716/4690 36% [====================== ] 1717/4690 36% [====================== ] 1718/4690 36% [====================== ] 1719/4690 36% [====================== ] 1720/4690 36% [====================== ] 1721/4690 36% [====================== ] 1722/4690 36% [====================== ] 1723/4690 36% [====================== ] 1724/4690 36% [====================== ] 1725/4690 36% [====================== ] 1726/4690 36% [====================== ] 1727/4690 36% [====================== ] 1728/4690 36% [====================== ] 1729/4690 36% [====================== ] 1730/4690 36% [====================== ] 1731/4690 36% [====================== ] 1732/4690 36% [====================== ] 1733/4690 36% [====================== ] 1734/4690 36% [====================== ] 1735/4690 36% [====================== ] 1736/4690 37% [====================== ] 1737/4690 37% [====================== ] 1738/4690 37% [====================== ] 1739/4690 37% [======================= ] 1740/4690 37% [======================= ] 1741/4690 37% [======================= ] 1742/4690 37% [======================= ] 1743/4690 37% [======================= ] 1744/4690 37% [======================= ] 1745/4690 37% [======================= ] 1746/4690 37% [======================= ] 1747/4690 37% [======================= ] 1748/4690 37% [======================= ] 1749/4690 37% [======================= ] 1750/4690 37% [======================= ] 1751/4690 37% [======================= ] 1752/4690 37% [======================= ] 1753/4690 37% [======================= ] 1754/4690 37% [======================= ] 1755/4690 37% [======================= ] 1756/4690 37% [======================= ] 1757/4690 37% [======================= ] 1758/4690 37% [======================= ] 1759/4690 37% [======================= ] 1760/4690 37% [======================= ] 1761/4690 37% [======================= ] 1762/4690 37% [======================= ] 1763/4690 37% [======================= ] 1764/4690 37% [======================= ] 1765/4690 37% [======================= ] 1766/4690 37% [======================= ] 1767/4690 37% [======================= ] 1768/4690 37% [======================= ] 1769/4690 37% [======================= ] 1770/4690 37% [======================= ] 1771/4690 37% [======================= ] 1772/4690 37% [======================= ] 1773/4690 37% [======================= ] 1774/4690 37% [======================= ] 1775/4690 37% [======================= ] 1776/4690 37% [======================= ] 1777/4690 37% [======================= ] 1778/4690 37% [======================= ] 1779/4690 37% [======================= ] 1780/4690 37% [======================= ] 1781/4690 37% [======================= ] 1782/4690 37% [======================= ] 1783/4690 38% [======================= ] 1784/4690 38% [======================= ] 1785/4690 38% [======================= ] 1786/4690 38% [======================= ] 1787/4690 38% [======================= ] 1788/4690 38% [======================= ] 1789/4690 38% [======================= ] 1790/4690 38% [======================= ] 1791/4690 38% [======================= ] 1792/4690 38% [======================= ] 1793/4690 38% [======================= ] 1794/4690 38% [======================= ] 1795/4690 38% [======================= ] 1796/4690 38% [======================= ] 1797/4690 38% [======================= ] 1798/4690 38% [======================= ] 1799/4690 38% [======================= ] 1800/4690 38% [======================= ] 1801/4690 38% [======================= ] 1802/4690 38% [======================= ] 1803/4690 38% [======================= ] 1804/4690 38% [======================= ] 1805/4690 38% [======================= ] 1806/4690 38% [======================= ] 1807/4690 38% [======================= ] 1808/4690 38% [======================= ] 1809/4690 38% [======================= ] 1810/4690 38% [======================= ] 1811/4690 38% [======================= ] 1812/4690 38% [======================= ] 1813/4690 38% [======================= ] 1814/4690 38% [======================= ] 1815/4690 38% [======================== ] 1816/4690 38% [======================== ] 1817/4690 38% [======================== ] 1818/4690 38% [======================== ] 1819/4690 38% [======================== ] 1820/4690 38% [======================== ] 1821/4690 38% [======================== ] 1822/4690 38% [======================== ] 1823/4690 38% [======================== ] 1824/4690 38% [======================== ] 1825/4690 38% [======================== ] 1826/4690 38% [======================== ] 1827/4690 38% [======================== ] 1828/4690 38% [======================== ] 1829/4690 38% [======================== ] 1830/4690 39% [======================== ] 1831/4690 39% [======================== ] 1832/4690 39% [======================== ] 1833/4690 39% [======================== ] 1834/4690 39% [======================== ] 1835/4690 39% [======================== ] 1836/4690 39% [======================== ] 1837/4690 39% [======================== ] 1838/4690 39% [======================== ] 1839/4690 39% [======================== ] 1840/4690 39% [======================== ] 1841/4690 39% [======================== ] 1842/4690 39% [======================== ] 1843/4690 39% [======================== ] 1844/4690 39% [======================== ] 1845/4690 39% [======================== ] 1846/4690 39% [======================== ] 1847/4690 39% [======================== ] 1848/4690 39% [======================== ] 1849/4690 39% [======================== ] 1850/4690 39% [======================== ] 1851/4690 39% [======================== ] 1852/4690 39% [======================== ] 1853/4690 39% [======================== ] 1854/4690 39% [======================== ] 1855/4690 39% [======================== ] 1856/4690 39% [======================== ] 1857/4690 39% [======================== ] 1858/4690 39% [======================== ] 1859/4690 39% [======================== ] 1860/4690 39% [======================== ] 1861/4690 39% [======================== ] 1862/4690 39% [======================== ] 1863/4690 39% [======================== ] 1864/4690 39% [======================== ] 1865/4690 39% [======================== ] 1866/4690 39% [======================== ] 1867/4690 39% [======================== ] 1868/4690 39% [======================== ] 1869/4690 39% [======================== ] 1870/4690 39% [======================== ] 1871/4690 39% [======================== ] 1872/4690 39% [======================== ] 1873/4690 39% [======================== ] 1874/4690 39% [======================== ] 1875/4690 39% [======================== ] 1876/4690 40% [======================== ] 1877/4690 40% [======================== ] 1878/4690 40% [======================== ] 1879/4690 40% [======================== ] 1880/4690 40% [======================== ] 1881/4690 40% [======================== ] 1882/4690 40% [======================== ] 1883/4690 40% [======================== ] 1884/4690 40% [======================== ] 1885/4690 40% [======================== ] 1886/4690 40% [======================== ] 1887/4690 40% [======================== ] 1888/4690 40% [======================== ] 1889/4690 40% [======================== ] 1890/4690 40% [======================== ] 1891/4690 40% [========================= ] 1892/4690 40% [========================= ] 1893/4690 40% [========================= ] 1894/4690 40% [========================= ] 1895/4690 40% [========================= ] 1896/4690 40% [========================= ] 1897/4690 40% [========================= ] 1898/4690 40% [========================= ] 1899/4690 40% [========================= ] 1900/4690 40% [========================= ] 1901/4690 40% [========================= ] 1902/4690 40% [========================= ] 1903/4690 40% [========================= ] 1904/4690 40% [========================= ] 1905/4690 40% [========================= ] 1906/4690 40% [========================= ] 1907/4690 40% [========================= ] 1908/4690 40% [========================= ] 1909/4690 40% [========================= ] 1910/4690 40% [========================= ] 1911/4690 40% [========================= ] 1912/4690 40% [========================= ] 1913/4690 40% [========================= ] 1914/4690 40% [========================= ] 1915/4690 40% [========================= ] 1916/4690 40% [========================= ] 1917/4690 40% [========================= ] 1918/4690 40% [========================= ] 1919/4690 40% [========================= ] 1920/4690 40% [========================= ] 1921/4690 40% [========================= ] 1922/4690 40% [========================= ] 1923/4690 41% [========================= ] 1924/4690 41% [========================= ] 1925/4690 41% [========================= ] 1926/4690 41% [========================= ] 1927/4690 41% [========================= ] 1928/4690 41% [========================= ] 1929/4690 41% [========================= ] 1930/4690 41% [========================= ] 1931/4690 41% [========================= ] 1932/4690 41% [========================= ] 1933/4690 41% [========================= ] 1934/4690 41% [========================= ] 1935/4690 41% [========================= ] 1936/4690 41% [========================= ] 1937/4690 41% [========================= ] 1938/4690 41% [========================= ] 1939/4690 41% [========================= ] 1940/4690 41% [========================= ] 1941/4690 41% [========================= ] 1942/4690 41% [========================= ] 1943/4690 41% [========================= ] 1944/4690 41% [========================= ] 1945/4690 41% [========================= ] 1946/4690 41% [========================= ] 1947/4690 41% [========================= ] 1948/4690 41% [========================= ] 1949/4690 41% [========================= ] 1950/4690 41% [========================= ] 1951/4690 41% [========================= ] 1952/4690 41% [========================= ] 1953/4690 41% [========================= ] 1954/4690 41% [========================= ] 1955/4690 41% [========================= ] 1956/4690 41% [========================= ] 1957/4690 41% [========================= ] 1958/4690 41% [========================= ] 1959/4690 41% [========================= ] 1960/4690 41% [========================= ] 1961/4690 41% [========================= ] 1962/4690 41% [========================= ] 1963/4690 41% [========================= ] 1964/4690 41% [========================= ] 1965/4690 41% [========================= ] 1966/4690 41% [========================== ] 1967/4690 41% [========================== ] 1968/4690 41% [========================== ] 1969/4690 41% [========================== ] 1970/4690 42% [========================== ] 1971/4690 42% [========================== ] 1972/4690 42% [========================== ] 1973/4690 42% [========================== ] 1974/4690 42% [========================== ] 1975/4690 42% [========================== ] 1976/4690 42% [========================== ] 1977/4690 42% [========================== ] 1978/4690 42% [========================== ] 1979/4690 42% [========================== ] 1980/4690 42% [========================== ] 1981/4690 42% [========================== ] 1982/4690 42% [========================== ] 1983/4690 42% [========================== ] 1984/4690 42% [========================== ] 1985/4690 42% [========================== ] 1986/4690 42% [========================== ] 1987/4690 42% [========================== ] 1988/4690 42% [========================== ] 1989/4690 42% [========================== ] 1990/4690 42% [========================== ] 1991/4690 42% [========================== ] 1992/4690 42% [========================== ] 1993/4690 42% [========================== ] 1994/4690 42% [========================== ] 1995/4690 42% [========================== ] 1996/4690 42% [========================== ] 1997/4690 42% [========================== ] 1998/4690 42% [========================== ] 1999/4690 42% [========================== ] 2000/4690 42% [========================== ] 2001/4690 42% [========================== ] 2002/4690 42% [========================== ] 2003/4690 42% [========================== ] 2004/4690 42% [========================== ] 2005/4690 42% [========================== ] 2006/4690 42% [========================== ] 2007/4690 42% [========================== ] 2008/4690 42% [========================== ] 2009/4690 42% [========================== ] 2010/4690 42% [========================== ] 2011/4690 42% [========================== ] 2012/4690 42% [========================== ] 2013/4690 42% [========================== ] 2014/4690 42% [========================== ] 2015/4690 42% [========================== ] 2016/4690 42% [========================== ] 2017/4690 43% [========================== ] 2018/4690 43% [========================== ] 2019/4690 43% [========================== ] 2020/4690 43% [========================== ] 2021/4690 43% [========================== ] 2022/4690 43% [========================== ] 2023/4690 43% [========================== ] 2024/4690 43% [========================== ] 2025/4690 43% [========================== ] 2026/4690 43% [========================== ] 2027/4690 43% [========================== ] 2028/4690 43% [========================== ] 2029/4690 43% [========================== ] 2030/4690 43% [========================== ] 2031/4690 43% [========================== ] 2032/4690 43% [========================== ] 2033/4690 43% [========================== ] 2034/4690 43% [========================== ] 2035/4690 43% [========================== ] 2036/4690 43% [========================== ] 2037/4690 43% [========================== ] 2038/4690 43% [========================== ] 2039/4690 43% [========================== ] 2040/4690 43% [========================== ] 2041/4690 43% [========================== ] 2042/4690 43% [=========================== ] 2043/4690 43% [=========================== ] 2044/4690 43% [=========================== ] 2045/4690 43% [=========================== ] 2046/4690 43% [=========================== ] 2047/4690 43% [=========================== ] 2048/4690 43% [=========================== ] 2049/4690 43% [=========================== ] 2050/4690 43% [=========================== ] 2051/4690 43% [=========================== ] 2052/4690 43% [=========================== ] 2053/4690 43% [=========================== ] 2054/4690 43% [=========================== ] 2055/4690 43% [=========================== ] 2056/4690 43% [=========================== ] 2057/4690 43% [=========================== ] 2058/4690 43% [=========================== ] 2059/4690 43% [=========================== ] 2060/4690 43% [=========================== ] 2061/4690 43% [=========================== ] 2062/4690 43% [=========================== ] 2063/4690 43% [=========================== ] 2064/4690 44% [=========================== ] 2065/4690 44% [=========================== ] 2066/4690 44% [=========================== ] 2067/4690 44% [=========================== ] 2068/4690 44% [=========================== ] 2069/4690 44% [=========================== ] 2070/4690 44% [=========================== ] 2071/4690 44% [=========================== ] 2072/4690 44% [=========================== ] 2073/4690 44% [=========================== ] 2074/4690 44% [=========================== ] 2075/4690 44% [=========================== ] 2076/4690 44% [=========================== ] 2077/4690 44% [=========================== ] 2078/4690 44% [=========================== ] 2079/4690 44% [=========================== ] 2080/4690 44% [=========================== ] 2081/4690 44% [=========================== ] 2082/4690 44% [=========================== ] 2083/4690 44% [=========================== ] 2084/4690 44% [=========================== ] 2085/4690 44% [=========================== ] 2086/4690 44% [=========================== ] 2087/4690 44% [=========================== ] 2088/4690 44% [=========================== ] 2089/4690 44% [=========================== ] 2090/4690 44% [=========================== ] 2091/4690 44% [=========================== ] 2092/4690 44% [=========================== ] 2093/4690 44% [=========================== ] 2094/4690 44% [=========================== ] 2095/4690 44% [=========================== ] 2096/4690 44% [=========================== ] 2097/4690 44% [=========================== ] 2098/4690 44% [=========================== ] 2099/4690 44% [=========================== ] 2100/4690 44% [=========================== ] 2101/4690 44% [=========================== ] 2102/4690 44% [=========================== ] 2103/4690 44% [=========================== ] 2104/4690 44% [=========================== ] 2105/4690 44% [=========================== ] 2106/4690 44% [=========================== ] 2107/4690 44% [=========================== ] 2108/4690 44% [=========================== ] 2109/4690 44% [=========================== ] 2110/4690 44% [=========================== ] 2111/4690 45% [=========================== ] 2112/4690 45% [=========================== ] 2113/4690 45% [=========================== ] 2114/4690 45% [=========================== ] 2115/4690 45% [=========================== ] 2116/4690 45% [=========================== ] 2117/4690 45% [=========================== ] 2118/4690 45% [============================ ] 2119/4690 45% [============================ ] 2120/4690 45% [============================ ] 2121/4690 45% [============================ ] 2122/4690 45% [============================ ] 2123/4690 45% [============================ ] 2124/4690 45% [============================ ] 2125/4690 45% [============================ ] 2126/4690 45% [============================ ] 2127/4690 45% [============================ ] 2128/4690 45% [============================ ] 2129/4690 45% [============================ ] 2130/4690 45% [============================ ] 2131/4690 45% [============================ ] 2132/4690 45% [============================ ] 2133/4690 45% [============================ ] 2134/4690 45% [============================ ] 2135/4690 45% [============================ ] 2136/4690 45% [============================ ] 2137/4690 45% [============================ ] 2138/4690 45% [============================ ] 2139/4690 45% [============================ ] 2140/4690 45% [============================ ] 2141/4690 45% [============================ ] 2142/4690 45% [============================ ] 2143/4690 45% [============================ ] 2144/4690 45% [============================ ] 2145/4690 45% [============================ ] 2146/4690 45% [============================ ] 2147/4690 45% [============================ ] 2148/4690 45% [============================ ] 2149/4690 45% [============================ ] 2150/4690 45% [============================ ] 2151/4690 45% [============================ ] 2152/4690 45% [============================ ] 2153/4690 45% [============================ ] 2154/4690 45% [============================ ] 2155/4690 45% [============================ ] 2156/4690 45% [============================ ] 2157/4690 45% [============================ ] 2158/4690 46% [============================ ] 2159/4690 46% [============================ ] 2160/4690 46% [============================ ] 2161/4690 46% [============================ ] 2162/4690 46% [============================ ] 2163/4690 46% [============================ ] 2164/4690 46% [============================ ] 2165/4690 46% [============================ ] 2166/4690 46% [============================ ] 2167/4690 46% [============================ ] 2168/4690 46% [============================ ] 2169/4690 46% [============================ ] 2170/4690 46% [============================ ] 2171/4690 46% [============================ ] 2172/4690 46% [============================ ] 2173/4690 46% [============================ ] 2174/4690 46% [============================ ] 2175/4690 46% [============================ ] 2176/4690 46% [============================ ] 2177/4690 46% [============================ ] 2178/4690 46% [============================ ] 2179/4690 46% [============================ ] 2180/4690 46% [============================ ] 2181/4690 46% [============================ ] 2182/4690 46% [============================ ] 2183/4690 46% [============================ ] 2184/4690 46% [============================ ] 2185/4690 46% [============================ ] 2186/4690 46% [============================ ] 2187/4690 46% [============================ ] 2188/4690 46% [============================ ] 2189/4690 46% [============================ ] 2190/4690 46% [============================ ] 2191/4690 46% [============================ ] 2192/4690 46% [============================ ] 2193/4690 46% [============================= ] 2194/4690 46% [============================= ] 2195/4690 46% [============================= ] 2196/4690 46% [============================= ] 2197/4690 46% [============================= ] 2198/4690 46% [============================= ] 2199/4690 46% [============================= ] 2200/4690 46% [============================= ] 2201/4690 46% [============================= ] 2202/4690 46% [============================= ] 2203/4690 46% [============================= ] 2204/4690 46% [============================= ] 2205/4690 47% [============================= ] 2206/4690 47% [============================= ] 2207/4690 47% [============================= ] 2208/4690 47% [============================= ] 2209/4690 47% [============================= ] 2210/4690 47% [============================= ] 2211/4690 47% [============================= ] 2212/4690 47% [============================= ] 2213/4690 47% [============================= ] 2214/4690 47% [============================= ] 2215/4690 47% [============================= ] 2216/4690 47% [============================= ] 2217/4690 47% [============================= ] 2218/4690 47% [============================= ] 2219/4690 47% [============================= ] 2220/4690 47% [============================= ] 2221/4690 47% [============================= ] 2222/4690 47% [============================= ] 2223/4690 47% [============================= ] 2224/4690 47% [============================= ] 2225/4690 47% [============================= ] 2226/4690 47% [============================= ] 2227/4690 47% [============================= ] 2228/4690 47% [============================= ] 2229/4690 47% [============================= ] 2230/4690 47% [============================= ] 2231/4690 47% [============================= ] 2232/4690 47% [============================= ] 2233/4690 47% [============================= ] 2234/4690 47% [============================= ] 2235/4690 47% [============================= ] 2236/4690 47% [============================= ] 2237/4690 47% [============================= ] 2238/4690 47% [============================= ] 2239/4690 47% [============================= ] 2240/4690 47% [============================= ] 2241/4690 47% [============================= ] 2242/4690 47% [============================= ] 2243/4690 47% [============================= ] 2244/4690 47% [============================= ] 2245/4690 47% [============================= ] 2246/4690 47% [============================= ] 2247/4690 47% [============================= ] 2248/4690 47% [============================= ] 2249/4690 47% [============================= ] 2250/4690 47% [============================= ] 2251/4690 47% [============================= ] 2252/4690 48% [============================= ] 2253/4690 48% [============================= ] 2254/4690 48% [============================= ] 2255/4690 48% [============================= ] 2256/4690 48% [============================= ] 2257/4690 48% [============================= ] 2258/4690 48% [============================= ] 2259/4690 48% [============================= ] 2260/4690 48% [============================= ] 2261/4690 48% [============================= ] 2262/4690 48% [============================= ] 2263/4690 48% [============================= ] 2264/4690 48% [============================= ] 2265/4690 48% [============================= ] 2266/4690 48% [============================= ] 2267/4690 48% [============================= ] 2268/4690 48% [============================= ] 2269/4690 48% [============================== ] 2270/4690 48% [============================== ] 2271/4690 48% [============================== ] 2272/4690 48% [============================== ] 2273/4690 48% [============================== ] 2274/4690 48% [============================== ] 2275/4690 48% [============================== ] 2276/4690 48% [============================== ] 2277/4690 48% [============================== ] 2278/4690 48% [============================== ] 2279/4690 48% [============================== ] 2280/4690 48% [============================== ] 2281/4690 48% [============================== ] 2282/4690 48% [============================== ] 2283/4690 48% [============================== ] 2284/4690 48% [============================== ] 2285/4690 48% [============================== ] 2286/4690 48% [============================== ] 2287/4690 48% [============================== ] 2288/4690 48% [============================== ] 2289/4690 48% [============================== ] 2290/4690 48% [============================== ] 2291/4690 48% [============================== ] 2292/4690 48% [============================== ] 2293/4690 48% [============================== ] 2294/4690 48% [============================== ] 2295/4690 48% [============================== ] 2296/4690 48% [============================== ] 2297/4690 48% [============================== ] 2298/4690 48% [============================== ] 2299/4690 49% [============================== ] 2300/4690 49% [============================== ] 2301/4690 49% [============================== ] 2302/4690 49% [============================== ] 2303/4690 49% [============================== ] 2304/4690 49% [============================== ] 2305/4690 49% [============================== ] 2306/4690 49% [============================== ] 2307/4690 49% [============================== ] 2308/4690 49% [============================== ] 2309/4690 49% [============================== ] 2310/4690 49% [============================== ] 2311/4690 49% [============================== ] 2312/4690 49% [============================== ] 2313/4690 49% [============================== ] 2314/4690 49% [============================== ] 2315/4690 49% [============================== ] 2316/4690 49% [============================== ] 2317/4690 49% [============================== ] 2318/4690 49% [============================== ] 2319/4690 49% [============================== ] 2320/4690 49% [============================== ] 2321/4690 49% [============================== ] 2322/4690 49% [============================== ] 2323/4690 49% [============================== ] 2324/4690 49% [============================== ] 2325/4690 49% [============================== ] 2326/4690 49% [============================== ] 2327/4690 49% [============================== ] 2328/4690 49% [============================== ] 2329/4690 49% [============================== ] 2330/4690 49% [============================== ] 2331/4690 49% [============================== ] 2332/4690 49% [============================== ] 2333/4690 49% [============================== ] 2334/4690 49% [============================== ] 2335/4690 49% [============================== ] 2336/4690 49% [============================== ] 2337/4690 49% [============================== ] 2338/4690 49% [============================== ] 2339/4690 49% [============================== ] 2340/4690 49% [============================== ] 2341/4690 49% [============================== ] 2342/4690 49% [============================== ] 2343/4690 49% [============================== ] 2344/4690 49% [=============================== ] 2345/4690 50% [=============================== ] 2346/4690 50% [=============================== ] 2347/4690 50% [=============================== ] 2348/4690 50% [=============================== ] 2349/4690 50% [=============================== ] 2350/4690 50% [=============================== ] 2351/4690 50% [=============================== ] 2352/4690 50% [=============================== ] 2353/4690 50% [=============================== ] 2354/4690 50% [=============================== ] 2355/4690 50% [=============================== ] 2356/4690 50% [=============================== ] 2357/4690 50% [=============================== ] 2358/4690 50% [=============================== ] 2359/4690 50% [=============================== ] 2360/4690 50% [=============================== ] 2361/4690 50% [=============================== ] 2362/4690 50% [=============================== ] 2363/4690 50% [=============================== ] 2364/4690 50% [=============================== ] 2365/4690 50% [=============================== ] 2366/4690 50% [=============================== ] 2367/4690 50% [=============================== ] 2368/4690 50% [=============================== ] 2369/4690 50% [=============================== ] 2370/4690 50% [=============================== ] 2371/4690 50% [=============================== ] 2372/4690 50% [=============================== ] 2373/4690 50% [=============================== ] 2374/4690 50% [=============================== ] 2375/4690 50% [=============================== ] 2376/4690 50% [=============================== ] 2377/4690 50% [=============================== ] 2378/4690 50% [=============================== ] 2379/4690 50% [=============================== ] 2380/4690 50% [=============================== ] 2381/4690 50% [=============================== ] 2382/4690 50% [=============================== ] 2383/4690 50% [=============================== ] 2384/4690 50% [=============================== ] 2385/4690 50% [=============================== ] 2386/4690 50% [=============================== ] 2387/4690 50% [=============================== ] 2388/4690 50% [=============================== ] 2389/4690 50% [=============================== ] 2390/4690 50% [=============================== ] 2391/4690 50% [=============================== ] 2392/4690 51% [=============================== ] 2393/4690 51% [=============================== ] 2394/4690 51% [=============================== ] 2395/4690 51% [=============================== ] 2396/4690 51% [=============================== ] 2397/4690 51% [=============================== ] 2398/4690 51% [=============================== ] 2399/4690 51% [=============================== ] 2400/4690 51% [=============================== ] 2401/4690 51% [=============================== ] 2402/4690 51% [=============================== ] 2403/4690 51% [=============================== ] 2404/4690 51% [=============================== ] 2405/4690 51% [=============================== ] 2406/4690 51% [=============================== ] 2407/4690 51% [=============================== ] 2408/4690 51% [=============================== ] 2409/4690 51% [=============================== ] 2410/4690 51% [=============================== ] 2411/4690 51% [=============================== ] 2412/4690 51% [=============================== ] 2413/4690 51% [=============================== ] 2414/4690 51% [=============================== ] 2415/4690 51% [=============================== ] 2416/4690 51% [=============================== ] 2417/4690 51% [=============================== ] 2418/4690 51% [=============================== ] 2419/4690 51% [=============================== ] 2420/4690 51% [================================ ] 2421/4690 51% [================================ ] 2422/4690 51% [================================ ] 2423/4690 51% [================================ ] 2424/4690 51% [================================ ] 2425/4690 51% [================================ ] 2426/4690 51% [================================ ] 2427/4690 51% [================================ ] 2428/4690 51% [================================ ] 2429/4690 51% [================================ ] 2430/4690 51% [================================ ] 2431/4690 51% [================================ ] 2432/4690 51% [================================ ] 2433/4690 51% [================================ ] 2434/4690 51% [================================ ] 2435/4690 51% [================================ ] 2436/4690 51% [================================ ] 2437/4690 51% [================================ ] 2438/4690 51% [================================ ] 2439/4690 52% [================================ ] 2440/4690 52% [================================ ] 2441/4690 52% [================================ ] 2442/4690 52% [================================ ] 2443/4690 52% [================================ ] 2444/4690 52% [================================ ] 2445/4690 52% [================================ ] 2446/4690 52% [================================ ] 2447/4690 52% [================================ ] 2448/4690 52% [================================ ] 2449/4690 52% [================================ ] 2450/4690 52% [================================ ] 2451/4690 52% [================================ ] 2452/4690 52% [================================ ] 2453/4690 52% [================================ ] 2454/4690 52% [================================ ] 2455/4690 52% [================================ ] 2456/4690 52% [================================ ] 2457/4690 52% [================================ ] 2458/4690 52% [================================ ] 2459/4690 52% [================================ ] 2460/4690 52% [================================ ] 2461/4690 52% [================================ ] 2462/4690 52% [================================ ] 2463/4690 52% [================================ ] 2464/4690 52% [================================ ] 2465/4690 52% [================================ ] 2466/4690 52% [================================ ] 2467/4690 52% [================================ ] 2468/4690 52% [================================ ] 2469/4690 52% [================================ ] 2470/4690 52% [================================ ] 2471/4690 52% [================================ ] 2472/4690 52% [================================ ] 2473/4690 52% [================================ ] 2474/4690 52% [================================ ] 2475/4690 52% [================================ ] 2476/4690 52% [================================ ] 2477/4690 52% [================================ ] 2478/4690 52% [================================ ] 2479/4690 52% [================================ ] 2480/4690 52% [================================ ] 2481/4690 52% [================================ ] 2482/4690 52% [================================ ] 2483/4690 52% [================================ ] 2484/4690 52% [================================ ] 2485/4690 52% [================================ ] 2486/4690 53% [================================ ] 2487/4690 53% [================================ ] 2488/4690 53% [================================ ] 2489/4690 53% [================================ ] 2490/4690 53% [================================ ] 2491/4690 53% [================================ ] 2492/4690 53% [================================ ] 2493/4690 53% [================================ ] 2494/4690 53% [================================ ] 2495/4690 53% [================================ ] 2496/4690 53% [================================= ] 2497/4690 53% [================================= ] 2498/4690 53% [================================= ] 2499/4690 53% [================================= ] 2500/4690 53% [================================= ] 2501/4690 53% [================================= ] 2502/4690 53% [================================= ] 2503/4690 53% [================================= ] 2504/4690 53% [================================= ] 2505/4690 53% [================================= ] 2506/4690 53% [================================= ] 2507/4690 53% [================================= ] 2508/4690 53% [================================= ] 2509/4690 53% [================================= ] 2510/4690 53% [================================= ] 2511/4690 53% [================================= ] 2512/4690 53% [================================= ] 2513/4690 53% [================================= ] 2514/4690 53% [================================= ] 2515/4690 53% [================================= ] 2516/4690 53% [================================= ] 2517/4690 53% [================================= ] 2518/4690 53% [================================= ] 2519/4690 53% [================================= ] 2520/4690 53% [================================= ] 2521/4690 53% [================================= ] 2522/4690 53% [================================= ] 2523/4690 53% [================================= ] 2524/4690 53% [================================= ] 2525/4690 53% [================================= ] 2526/4690 53% [================================= ] 2527/4690 53% [================================= ] 2528/4690 53% [================================= ] 2529/4690 53% [================================= ] 2530/4690 53% [================================= ] 2531/4690 53% [================================= ] 2532/4690 53% [================================= ] 2533/4690 54% [================================= ] 2534/4690 54% [================================= ] 2535/4690 54% [================================= ] 2536/4690 54% [================================= ] 2537/4690 54% [================================= ] 2538/4690 54% [================================= ] 2539/4690 54% [================================= ] 2540/4690 54% [================================= ] 2541/4690 54% [================================= ] 2542/4690 54% [================================= ] 2543/4690 54% [================================= ] 2544/4690 54% [================================= ] 2545/4690 54% [================================= ] 2546/4690 54% [================================= ] 2547/4690 54% [================================= ] 2548/4690 54% [================================= ] 2549/4690 54% [================================= ] 2550/4690 54% [================================= ] 2551/4690 54% [================================= ] 2552/4690 54% [================================= ] 2553/4690 54% [================================= ] 2554/4690 54% [================================= ] 2555/4690 54% [================================= ] 2556/4690 54% [================================= ] 2557/4690 54% [================================= ] 2558/4690 54% [================================= ] 2559/4690 54% [================================= ] 2560/4690 54% [================================= ] 2561/4690 54% [================================= ] 2562/4690 54% [================================= ] 2563/4690 54% [================================= ] 2564/4690 54% [================================= ] 2565/4690 54% [================================= ] 2566/4690 54% [================================= ] 2567/4690 54% [================================= ] 2568/4690 54% [================================= ] 2569/4690 54% [================================= ] 2570/4690 54% [================================= ] 2571/4690 54% [================================== ] 2572/4690 54% [================================== ] 2573/4690 54% [================================== ] 2574/4690 54% [================================== ] 2575/4690 54% [================================== ] 2576/4690 54% [================================== ] 2577/4690 54% [================================== ] 2578/4690 54% [================================== ] 2579/4690 54% [================================== ] 2580/4690 55% [================================== ] 2581/4690 55% [================================== ] 2582/4690 55% [================================== ] 2583/4690 55% [================================== ] 2584/4690 55% [================================== ] 2585/4690 55% [================================== ] 2586/4690 55% [================================== ] 2587/4690 55% [================================== ] 2588/4690 55% [================================== ] 2589/4690 55% [================================== ] 2590/4690 55% [================================== ] 2591/4690 55% [================================== ] 2592/4690 55% [================================== ] 2593/4690 55% [================================== ] 2594/4690 55% [================================== ] 2595/4690 55% [================================== ] 2596/4690 55% [================================== ] 2597/4690 55% [================================== ] 2598/4690 55% [================================== ] 2599/4690 55% [================================== ] 2600/4690 55% [================================== ] 2601/4690 55% [================================== ] 2602/4690 55% [================================== ] 2603/4690 55% [================================== ] 2604/4690 55% [================================== ] 2605/4690 55% [================================== ] 2606/4690 55% [================================== ] 2607/4690 55% [================================== ] 2608/4690 55% [================================== ] 2609/4690 55% [================================== ] 2610/4690 55% [================================== ] 2611/4690 55% [================================== ] 2612/4690 55% [================================== ] 2613/4690 55% [================================== ] 2614/4690 55% [================================== ] 2615/4690 55% [================================== ] 2616/4690 55% [================================== ] 2617/4690 55% [================================== ] 2618/4690 55% [================================== ] 2619/4690 55% [================================== ] 2620/4690 55% [================================== ] 2621/4690 55% [================================== ] 2622/4690 55% [================================== ] 2623/4690 55% [================================== ] 2624/4690 55% [================================== ] 2625/4690 55% [================================== ] 2626/4690 55% [================================== ] 2627/4690 56% [================================== ] 2628/4690 56% [================================== ] 2629/4690 56% [================================== ] 2630/4690 56% [================================== ] 2631/4690 56% [================================== ] 2632/4690 56% [================================== ] 2633/4690 56% [================================== ] 2634/4690 56% [================================== ] 2635/4690 56% [================================== ] 2636/4690 56% [================================== ] 2637/4690 56% [================================== ] 2638/4690 56% [================================== ] 2639/4690 56% [================================== ] 2640/4690 56% [================================== ] 2641/4690 56% [================================== ] 2642/4690 56% [================================== ] 2643/4690 56% [================================== ] 2644/4690 56% [================================== ] 2645/4690 56% [================================== ] 2646/4690 56% [================================== ] 2647/4690 56% [=================================== ] 2648/4690 56% [=================================== ] 2649/4690 56% [=================================== ] 2650/4690 56% [=================================== ] 2651/4690 56% [=================================== ] 2652/4690 56% [=================================== ] 2653/4690 56% [=================================== ] 2654/4690 56% [=================================== ] 2655/4690 56% [=================================== ] 2656/4690 56% [=================================== ] 2657/4690 56% [=================================== ] 2658/4690 56% [=================================== ] 2659/4690 56% [=================================== ] 2660/4690 56% [=================================== ] 2661/4690 56% [=================================== ] 2662/4690 56% [=================================== ] 2663/4690 56% [=================================== ] 2664/4690 56% [=================================== ] 2665/4690 56% [=================================== ] 2666/4690 56% [=================================== ] 2667/4690 56% [=================================== ] 2668/4690 56% [=================================== ] 2669/4690 56% [=================================== ] 2670/4690 56% [=================================== ] 2671/4690 56% [=================================== ] 2672/4690 56% [=================================== ] 2673/4690 56% [=================================== ] 2674/4690 57% [=================================== ] 2675/4690 57% [=================================== ] 2676/4690 57% [=================================== ] 2677/4690 57% [=================================== ] 2678/4690 57% [=================================== ] 2679/4690 57% [=================================== ] 2680/4690 57% [=================================== ] 2681/4690 57% [=================================== ] 2682/4690 57% [=================================== ] 2683/4690 57% [=================================== ] 2684/4690 57% [=================================== ] 2685/4690 57% [=================================== ] 2686/4690 57% [=================================== ] 2687/4690 57% [=================================== ] 2688/4690 57% [=================================== ] 2689/4690 57% [=================================== ] 2690/4690 57% [=================================== ] 2691/4690 57% [=================================== ] 2692/4690 57% [=================================== ] 2693/4690 57% [=================================== ] 2694/4690 57% [=================================== ] 2695/4690 57% [=================================== ] 2696/4690 57% [=================================== ] 2697/4690 57% [=================================== ] 2698/4690 57% [=================================== ] 2699/4690 57% [=================================== ] 2700/4690 57% [=================================== ] 2701/4690 57% [=================================== ] 2702/4690 57% [=================================== ] 2703/4690 57% [=================================== ] 2704/4690 57% [=================================== ] 2705/4690 57% [=================================== ] 2706/4690 57% [=================================== ] 2707/4690 57% [=================================== ] 2708/4690 57% [=================================== ] 2709/4690 57% [=================================== ] 2710/4690 57% [=================================== ] 2711/4690 57% [=================================== ] 2712/4690 57% [=================================== ] 2713/4690 57% [=================================== ] 2714/4690 57% [=================================== ] 2715/4690 57% [=================================== ] 2716/4690 57% [=================================== ] 2717/4690 57% [=================================== ] 2718/4690 57% [=================================== ] 2719/4690 57% [=================================== ] 2720/4690 57% [=================================== ] 2721/4690 58% [=================================== ] 2722/4690 58% [=================================== ] 2723/4690 58% [==================================== ] 2724/4690 58% [==================================== ] 2725/4690 58% [==================================== ] 2726/4690 58% [==================================== ] 2727/4690 58% [==================================== ] 2728/4690 58% [==================================== ] 2729/4690 58% [==================================== ] 2730/4690 58% [==================================== ] 2731/4690 58% [==================================== ] 2732/4690 58% [==================================== ] 2733/4690 58% [==================================== ] 2734/4690 58% [==================================== ] 2735/4690 58% [==================================== ] 2736/4690 58% [==================================== ] 2737/4690 58% [==================================== ] 2738/4690 58% [==================================== ] 2739/4690 58% [==================================== ] 2740/4690 58% [==================================== ] 2741/4690 58% [==================================== ] 2742/4690 58% [==================================== ] 2743/4690 58% [==================================== ] 2744/4690 58% [==================================== ] 2745/4690 58% [==================================== ] 2746/4690 58% [==================================== ] 2747/4690 58% [==================================== ] 2748/4690 58% [==================================== ] 2749/4690 58% [==================================== ] 2750/4690 58% [==================================== ] 2751/4690 58% [==================================== ] 2752/4690 58% [==================================== ] 2753/4690 58% [==================================== ] 2754/4690 58% [==================================== ] 2755/4690 58% [==================================== ] 2756/4690 58% [==================================== ] 2757/4690 58% [==================================== ] 2758/4690 58% [==================================== ] 2759/4690 58% [==================================== ] 2760/4690 58% [==================================== ] 2761/4690 58% [==================================== ] 2762/4690 58% [==================================== ] 2763/4690 58% [==================================== ] 2764/4690 58% [==================================== ] 2765/4690 58% [==================================== ] 2766/4690 58% [==================================== ] 2767/4690 58% [==================================== ] 2768/4690 59% [==================================== ] 2769/4690 59% [==================================== ] 2770/4690 59% [==================================== ] 2771/4690 59% [==================================== ] 2772/4690 59% [==================================== ] 2773/4690 59% [==================================== ] 2774/4690 59% [==================================== ] 2775/4690 59% [==================================== ] 2776/4690 59% [==================================== ] 2777/4690 59% [==================================== ] 2778/4690 59% [==================================== ] 2779/4690 59% [==================================== ] 2780/4690 59% [==================================== ] 2781/4690 59% [==================================== ] 2782/4690 59% [==================================== ] 2783/4690 59% [==================================== ] 2784/4690 59% [==================================== ] 2785/4690 59% [==================================== ] 2786/4690 59% [==================================== ] 2787/4690 59% [==================================== ] 2788/4690 59% [==================================== ] 2789/4690 59% [==================================== ] 2790/4690 59% [==================================== ] 2791/4690 59% [==================================== ] 2792/4690 59% [==================================== ] 2793/4690 59% [==================================== ] 2794/4690 59% [==================================== ] 2795/4690 59% [==================================== ] 2796/4690 59% [==================================== ] 2797/4690 59% [==================================== ] 2798/4690 59% [===================================== ] 2799/4690 59% [===================================== ] 2800/4690 59% [===================================== ] 2801/4690 59% [===================================== ] 2802/4690 59% [===================================== ] 2803/4690 59% [===================================== ] 2804/4690 59% [===================================== ] 2805/4690 59% [===================================== ] 2806/4690 59% [===================================== ] 2807/4690 59% [===================================== ] 2808/4690 59% [===================================== ] 2809/4690 59% [===================================== ] 2810/4690 59% [===================================== ] 2811/4690 59% [===================================== ] 2812/4690 59% [===================================== ] 2813/4690 59% [===================================== ] 2814/4690 60% [===================================== ] 2815/4690 60% [===================================== ] 2816/4690 60% [===================================== ] 2817/4690 60% [===================================== ] 2818/4690 60% [===================================== ] 2819/4690 60% [===================================== ] 2820/4690 60% [===================================== ] 2821/4690 60% [===================================== ] 2822/4690 60% [===================================== ] 2823/4690 60% [===================================== ] 2824/4690 60% [===================================== ] 2825/4690 60% [===================================== ] 2826/4690 60% [===================================== ] 2827/4690 60% [===================================== ] 2828/4690 60% [===================================== ] 2829/4690 60% [===================================== ] 2830/4690 60% [===================================== ] 2831/4690 60% [===================================== ] 2832/4690 60% [===================================== ] 2833/4690 60% [===================================== ] 2834/4690 60% [===================================== ] 2835/4690 60% [===================================== ] 2836/4690 60% [===================================== ] 2837/4690 60% [===================================== ] 2838/4690 60% [===================================== ] 2839/4690 60% [===================================== ] 2840/4690 60% [===================================== ] 2841/4690 60% [===================================== ] 2842/4690 60% [===================================== ] 2843/4690 60% [===================================== ] 2844/4690 60% [===================================== ] 2845/4690 60% [===================================== ] 2846/4690 60% [===================================== ] 2847/4690 60% [===================================== ] 2848/4690 60% [===================================== ] 2849/4690 60% [===================================== ] 2850/4690 60% [===================================== ] 2851/4690 60% [===================================== ] 2852/4690 60% [===================================== ] 2853/4690 60% [===================================== ] 2854/4690 60% [===================================== ] 2855/4690 60% [===================================== ] 2856/4690 60% [===================================== ] 2857/4690 60% [===================================== ] 2858/4690 60% [===================================== ] 2859/4690 60% [===================================== ] 2860/4690 60% [===================================== ] 2861/4690 61% [===================================== ] 2862/4690 61% [===================================== ] 2863/4690 61% [===================================== ] 2864/4690 61% [===================================== ] 2865/4690 61% [===================================== ] 2866/4690 61% [===================================== ] 2867/4690 61% [===================================== ] 2868/4690 61% [===================================== ] 2869/4690 61% [===================================== ] 2870/4690 61% [===================================== ] 2871/4690 61% [===================================== ] 2872/4690 61% [===================================== ] 2873/4690 61% [===================================== ] 2874/4690 61% [====================================== ] 2875/4690 61% [====================================== ] 2876/4690 61% [====================================== ] 2877/4690 61% [====================================== ] 2878/4690 61% [====================================== ] 2879/4690 61% [====================================== ] 2880/4690 61% [====================================== ] 2881/4690 61% [====================================== ] 2882/4690 61% [====================================== ] 2883/4690 61% [====================================== ] 2884/4690 61% [====================================== ] 2885/4690 61% [====================================== ] 2886/4690 61% [====================================== ] 2887/4690 61% [====================================== ] 2888/4690 61% [====================================== ] 2889/4690 61% [====================================== ] 2890/4690 61% [====================================== ] 2891/4690 61% [====================================== ] 2892/4690 61% [====================================== ] 2893/4690 61% [====================================== ] 2894/4690 61% [====================================== ] 2895/4690 61% [====================================== ] 2896/4690 61% [====================================== ] 2897/4690 61% [====================================== ] 2898/4690 61% [====================================== ] 2899/4690 61% [====================================== ] 2900/4690 61% [====================================== ] 2901/4690 61% [====================================== ] 2902/4690 61% [====================================== ] 2903/4690 61% [====================================== ] 2904/4690 61% [====================================== ] 2905/4690 61% [====================================== ] 2906/4690 61% [====================================== ] 2907/4690 61% [====================================== ] 2908/4690 62% [====================================== ] 2909/4690 62% [====================================== ] 2910/4690 62% [====================================== ] 2911/4690 62% [====================================== ] 2912/4690 62% [====================================== ] 2913/4690 62% [====================================== ] 2914/4690 62% [====================================== ] 2915/4690 62% [====================================== ] 2916/4690 62% [====================================== ] 2917/4690 62% [====================================== ] 2918/4690 62% [====================================== ] 2919/4690 62% [====================================== ] 2920/4690 62% [====================================== ] 2921/4690 62% [====================================== ] 2922/4690 62% [====================================== ] 2923/4690 62% [====================================== ] 2924/4690 62% [====================================== ] 2925/4690 62% [====================================== ] 2926/4690 62% [====================================== ] 2927/4690 62% [====================================== ] 2928/4690 62% [====================================== ] 2929/4690 62% [====================================== ] 2930/4690 62% [====================================== ] 2931/4690 62% [====================================== ] 2932/4690 62% [====================================== ] 2933/4690 62% [====================================== ] 2934/4690 62% [====================================== ] 2935/4690 62% [====================================== ] 2936/4690 62% [====================================== ] 2937/4690 62% [====================================== ] 2938/4690 62% [====================================== ] 2939/4690 62% [====================================== ] 2940/4690 62% [====================================== ] 2941/4690 62% [====================================== ] 2942/4690 62% [====================================== ] 2943/4690 62% [====================================== ] 2944/4690 62% [====================================== ] 2945/4690 62% [====================================== ] 2946/4690 62% [====================================== ] 2947/4690 62% [====================================== ] 2948/4690 62% [====================================== ] 2949/4690 62% [====================================== ] 2950/4690 62% [======================================= ] 2951/4690 62% [======================================= ] 2952/4690 62% [======================================= ] 2953/4690 62% [======================================= ] 2954/4690 62% [======================================= ] 2955/4690 63% [======================================= ] 2956/4690 63% [======================================= ] 2957/4690 63% [======================================= ] 2958/4690 63% [======================================= ] 2959/4690 63% [======================================= ] 2960/4690 63% [======================================= ] 2961/4690 63% [======================================= ] 2962/4690 63% [======================================= ] 2963/4690 63% [======================================= ] 2964/4690 63% [======================================= ] 2965/4690 63% [======================================= ] 2966/4690 63% [======================================= ] 2967/4690 63% [======================================= ] 2968/4690 63% [======================================= ] 2969/4690 63% [======================================= ] 2970/4690 63% [======================================= ] 2971/4690 63% [======================================= ] 2972/4690 63% [======================================= ] 2973/4690 63% [======================================= ] 2974/4690 63% [======================================= ] 2975/4690 63% [======================================= ] 2976/4690 63% [======================================= ] 2977/4690 63% [======================================= ] 2978/4690 63% [======================================= ] 2979/4690 63% [======================================= ] 2980/4690 63% [======================================= ] 2981/4690 63% [======================================= ] 2982/4690 63% [======================================= ] 2983/4690 63% [======================================= ] 2984/4690 63% [======================================= ] 2985/4690 63% [======================================= ] 2986/4690 63% [======================================= ] 2987/4690 63% [======================================= ] 2988/4690 63% [======================================= ] 2989/4690 63% [======================================= ] 2990/4690 63% [======================================= ] 2991/4690 63% [======================================= ] 2992/4690 63% [======================================= ] 2993/4690 63% [======================================= ] 2994/4690 63% [======================================= ] 2995/4690 63% [======================================= ] 2996/4690 63% [======================================= ] 2997/4690 63% [======================================= ] 2998/4690 63% [======================================= ] 2999/4690 63% [======================================= ] 3000/4690 63% [======================================= ] 3001/4690 63% [======================================= ] 3002/4690 64% [======================================= ] 3003/4690 64% [======================================= ] 3004/4690 64% [======================================= ] 3005/4690 64% [======================================= ] 3006/4690 64% [======================================= ] 3007/4690 64% [======================================= ] 3008/4690 64% [======================================= ] 3009/4690 64% [======================================= ] 3010/4690 64% [======================================= ] 3011/4690 64% [======================================= ] 3012/4690 64% [======================================= ] 3013/4690 64% [======================================= ] 3014/4690 64% [======================================= ] 3015/4690 64% [======================================= ] 3016/4690 64% [======================================= ] 3017/4690 64% [======================================= ] 3018/4690 64% [======================================= ] 3019/4690 64% [======================================= ] 3020/4690 64% [======================================= ] 3021/4690 64% [======================================= ] 3022/4690 64% [======================================= ] 3023/4690 64% [======================================= ] 3024/4690 64% [======================================= ] 3025/4690 64% [======================================== ] 3026/4690 64% [======================================== ] 3027/4690 64% [======================================== ] 3028/4690 64% [======================================== ] 3029/4690 64% [======================================== ] 3030/4690 64% [======================================== ] 3031/4690 64% [======================================== ] 3032/4690 64% [======================================== ] 3033/4690 64% [======================================== ] 3034/4690 64% [======================================== ] 3035/4690 64% [======================================== ] 3036/4690 64% [======================================== ] 3037/4690 64% [======================================== ] 3038/4690 64% [======================================== ] 3039/4690 64% [======================================== ] 3040/4690 64% [======================================== ] 3041/4690 64% [======================================== ] 3042/4690 64% [======================================== ] 3043/4690 64% [======================================== ] 3044/4690 64% [======================================== ] 3045/4690 64% [======================================== ] 3046/4690 64% [======================================== ] 3047/4690 64% [======================================== ] 3048/4690 64% [======================================== ] 3049/4690 65% [======================================== ] 3050/4690 65% [======================================== ] 3051/4690 65% [======================================== ] 3052/4690 65% [======================================== ] 3053/4690 65% [======================================== ] 3054/4690 65% [======================================== ] 3055/4690 65% [======================================== ] 3056/4690 65% [======================================== ] 3057/4690 65% [======================================== ] 3058/4690 65% [======================================== ] 3059/4690 65% [======================================== ] 3060/4690 65% [======================================== ] 3061/4690 65% [======================================== ] 3062/4690 65% [======================================== ] 3063/4690 65% [======================================== ] 3064/4690 65% [======================================== ] 3065/4690 65% [======================================== ] 3066/4690 65% [======================================== ] 3067/4690 65% [======================================== ] 3068/4690 65% [======================================== ] 3069/4690 65% [======================================== ] 3070/4690 65% [======================================== ] 3071/4690 65% [======================================== ] 3072/4690 65% [======================================== ] 3073/4690 65% [======================================== ] 3074/4690 65% [======================================== ] 3075/4690 65% [======================================== ] 3076/4690 65% [======================================== ] 3077/4690 65% [======================================== ] 3078/4690 65% [======================================== ] 3079/4690 65% [======================================== ] 3080/4690 65% [======================================== ] 3081/4690 65% [======================================== ] 3082/4690 65% [======================================== ] 3083/4690 65% [======================================== ] 3084/4690 65% [======================================== ] 3085/4690 65% [======================================== ] 3086/4690 65% [======================================== ] 3087/4690 65% [======================================== ] 3088/4690 65% [======================================== ] 3089/4690 65% [======================================== ] 3090/4690 65% [======================================== ] 3091/4690 65% [======================================== ] 3092/4690 65% [======================================== ] 3093/4690 65% [======================================== ] 3094/4690 65% [======================================== ] 3095/4690 65% [======================================== ] 3096/4690 66% [======================================== ] 3097/4690 66% [======================================== ] 3098/4690 66% [======================================== ] 3099/4690 66% [======================================== ] 3100/4690 66% [======================================== ] 3101/4690 66% [========================================= ] 3102/4690 66% [========================================= ] 3103/4690 66% [========================================= ] 3104/4690 66% [========================================= ] 3105/4690 66% [========================================= ] 3106/4690 66% [========================================= ] 3107/4690 66% [========================================= ] 3108/4690 66% [========================================= ] 3109/4690 66% [========================================= ] 3110/4690 66% [========================================= ] 3111/4690 66% [========================================= ] 3112/4690 66% [========================================= ] 3113/4690 66% [========================================= ] 3114/4690 66% [========================================= ] 3115/4690 66% [========================================= ] 3116/4690 66% [========================================= ] 3117/4690 66% [========================================= ] 3118/4690 66% [========================================= ] 3119/4690 66% [========================================= ] 3120/4690 66% [========================================= ] 3121/4690 66% [========================================= ] 3122/4690 66% [========================================= ] 3123/4690 66% [========================================= ] 3124/4690 66% [========================================= ] 3125/4690 66% [========================================= ] 3126/4690 66% [========================================= ] 3127/4690 66% [========================================= ] 3128/4690 66% [========================================= ] 3129/4690 66% [========================================= ] 3130/4690 66% [========================================= ] 3131/4690 66% [========================================= ] 3132/4690 66% [========================================= ] 3133/4690 66% [========================================= ] 3134/4690 66% [========================================= ] 3135/4690 66% [========================================= ] 3136/4690 66% [========================================= ] 3137/4690 66% [========================================= ] 3138/4690 66% [========================================= ] 3139/4690 66% [========================================= ] 3140/4690 66% [========================================= ] 3141/4690 66% [========================================= ] 3142/4690 66% [========================================= ] 3143/4690 67% [========================================= ] 3144/4690 67% [========================================= ] 3145/4690 67% [========================================= ] 3146/4690 67% [========================================= ] 3147/4690 67% [========================================= ] 3148/4690 67% [========================================= ] 3149/4690 67% [========================================= ] 3150/4690 67% [========================================= ] 3151/4690 67% [========================================= ] 3152/4690 67% [========================================= ] 3153/4690 67% [========================================= ] 3154/4690 67% [========================================= ] 3155/4690 67% [========================================= ] 3156/4690 67% [========================================= ] 3157/4690 67% [========================================= ] 3158/4690 67% [========================================= ] 3159/4690 67% [========================================= ] 3160/4690 67% [========================================= ] 3161/4690 67% [========================================= ] 3162/4690 67% [========================================= ] 3163/4690 67% [========================================= ] 3164/4690 67% [========================================= ] 3165/4690 67% [========================================= ] 3166/4690 67% [========================================= ] 3167/4690 67% [========================================= ] 3168/4690 67% [========================================= ] 3169/4690 67% [========================================= ] 3170/4690 67% [========================================= ] 3171/4690 67% [========================================= ] 3172/4690 67% [========================================= ] 3173/4690 67% [========================================= ] 3174/4690 67% [========================================= ] 3175/4690 67% [========================================= ] 3176/4690 67% [========================================= ] 3177/4690 67% [========================================== ] 3178/4690 67% [========================================== ] 3179/4690 67% [========================================== ] 3180/4690 67% [========================================== ] 3181/4690 67% [========================================== ] 3182/4690 67% [========================================== ] 3183/4690 67% [========================================== ] 3184/4690 67% [========================================== ] 3185/4690 67% [========================================== ] 3186/4690 67% [========================================== ] 3187/4690 67% [========================================== ] 3188/4690 67% [========================================== ] 3189/4690 67% [========================================== ] 3190/4690 68% [========================================== ] 3191/4690 68% [========================================== ] 3192/4690 68% [========================================== ] 3193/4690 68% [========================================== ] 3194/4690 68% [========================================== ] 3195/4690 68% [========================================== ] 3196/4690 68% [========================================== ] 3197/4690 68% [========================================== ] 3198/4690 68% [========================================== ] 3199/4690 68% [========================================== ] 3200/4690 68% [========================================== ] 3201/4690 68% [========================================== ] 3202/4690 68% [========================================== ] 3203/4690 68% [========================================== ] 3204/4690 68% [========================================== ] 3205/4690 68% [========================================== ] 3206/4690 68% [========================================== ] 3207/4690 68% [========================================== ] 3208/4690 68% [========================================== ] 3209/4690 68% [========================================== ] 3210/4690 68% [========================================== ] 3211/4690 68% [========================================== ] 3212/4690 68% [========================================== ] 3213/4690 68% [========================================== ] 3214/4690 68% [========================================== ] 3215/4690 68% [========================================== ] 3216/4690 68% [========================================== ] 3217/4690 68% [========================================== ] 3218/4690 68% [========================================== ] 3219/4690 68% [========================================== ] 3220/4690 68% [========================================== ] 3221/4690 68% [========================================== ] 3222/4690 68% [========================================== ] 3223/4690 68% [========================================== ] 3224/4690 68% [========================================== ] 3225/4690 68% [========================================== ] 3226/4690 68% [========================================== ] 3227/4690 68% [========================================== ] 3228/4690 68% [========================================== ] 3229/4690 68% [========================================== ] 3230/4690 68% [========================================== ] 3231/4690 68% [========================================== ] 3232/4690 68% [========================================== ] 3233/4690 68% [========================================== ] 3234/4690 68% [========================================== ] 3235/4690 68% [========================================== ] 3236/4690 68% [========================================== ] 3237/4690 69% [========================================== ] 3238/4690 69% [========================================== ] 3239/4690 69% [========================================== ] 3240/4690 69% [========================================== ] 3241/4690 69% [========================================== ] 3242/4690 69% [========================================== ] 3243/4690 69% [========================================== ] 3244/4690 69% [========================================== ] 3245/4690 69% [========================================== ] 3246/4690 69% [========================================== ] 3247/4690 69% [========================================== ] 3248/4690 69% [========================================== ] 3249/4690 69% [========================================== ] 3250/4690 69% [========================================== ] 3251/4690 69% [========================================== ] 3252/4690 69% [=========================================== ] 3253/4690 69% [=========================================== ] 3254/4690 69% [=========================================== ] 3255/4690 69% [=========================================== ] 3256/4690 69% [=========================================== ] 3257/4690 69% [=========================================== ] 3258/4690 69% [=========================================== ] 3259/4690 69% [=========================================== ] 3260/4690 69% [=========================================== ] 3261/4690 69% [=========================================== ] 3262/4690 69% [=========================================== ] 3263/4690 69% [=========================================== ] 3264/4690 69% [=========================================== ] 3265/4690 69% [=========================================== ] 3266/4690 69% [=========================================== ] 3267/4690 69% [=========================================== ] 3268/4690 69% [=========================================== ] 3269/4690 69% [=========================================== ] 3270/4690 69% [=========================================== ] 3271/4690 69% [=========================================== ] 3272/4690 69% [=========================================== ] 3273/4690 69% [=========================================== ] 3274/4690 69% [=========================================== ] 3275/4690 69% [=========================================== ] 3276/4690 69% [=========================================== ] 3277/4690 69% [=========================================== ] 3278/4690 69% [=========================================== ] 3279/4690 69% [=========================================== ] 3280/4690 69% [=========================================== ] 3281/4690 69% [=========================================== ] 3282/4690 69% [=========================================== ] 3283/4690 70% [=========================================== ] 3284/4690 70% [=========================================== ] 3285/4690 70% [=========================================== ] 3286/4690 70% [=========================================== ] 3287/4690 70% [=========================================== ] 3288/4690 70% [=========================================== ] 3289/4690 70% [=========================================== ] 3290/4690 70% [=========================================== ] 3291/4690 70% [=========================================== ] 3292/4690 70% [=========================================== ] 3293/4690 70% [=========================================== ] 3294/4690 70% [=========================================== ] 3295/4690 70% [=========================================== ] 3296/4690 70% [=========================================== ] 3297/4690 70% [=========================================== ] 3298/4690 70% [=========================================== ] 3299/4690 70% [=========================================== ] 3300/4690 70% [=========================================== ] 3301/4690 70% [=========================================== ] 3302/4690 70% [=========================================== ] 3303/4690 70% [=========================================== ] 3304/4690 70% [=========================================== ] 3305/4690 70% [=========================================== ] 3306/4690 70% [=========================================== ] 3307/4690 70% [=========================================== ] 3308/4690 70% [=========================================== ] 3309/4690 70% [=========================================== ] 3310/4690 70% [=========================================== ] 3311/4690 70% [=========================================== ] 3312/4690 70% [=========================================== ] 3313/4690 70% [=========================================== ] 3314/4690 70% [=========================================== ] 3315/4690 70% [=========================================== ] 3316/4690 70% [=========================================== ] 3317/4690 70% [=========================================== ] 3318/4690 70% [=========================================== ] 3319/4690 70% [=========================================== ] 3320/4690 70% [=========================================== ] 3321/4690 70% [=========================================== ] 3322/4690 70% [=========================================== ] 3323/4690 70% [=========================================== ] 3324/4690 70% [=========================================== ] 3325/4690 70% [=========================================== ] 3326/4690 70% [=========================================== ] 3327/4690 70% [=========================================== ] 3328/4690 70% [============================================ ] 3329/4690 70% [============================================ ] 3330/4690 71% [============================================ ] 3331/4690 71% [============================================ ] 3332/4690 71% [============================================ ] 3333/4690 71% [============================================ ] 3334/4690 71% [============================================ ] 3335/4690 71% [============================================ ] 3336/4690 71% [============================================ ] 3337/4690 71% [============================================ ] 3338/4690 71% [============================================ ] 3339/4690 71% [============================================ ] 3340/4690 71% [============================================ ] 3341/4690 71% [============================================ ] 3342/4690 71% [============================================ ] 3343/4690 71% [============================================ ] 3344/4690 71% [============================================ ] 3345/4690 71% [============================================ ] 3346/4690 71% [============================================ ] 3347/4690 71% [============================================ ] 3348/4690 71% [============================================ ] 3349/4690 71% [============================================ ] 3350/4690 71% [============================================ ] 3351/4690 71% [============================================ ] 3352/4690 71% [============================================ ] 3353/4690 71% [============================================ ] 3354/4690 71% [============================================ ] 3355/4690 71% [============================================ ] 3356/4690 71% [============================================ ] 3357/4690 71% [============================================ ] 3358/4690 71% [============================================ ] 3359/4690 71% [============================================ ] 3360/4690 71% [============================================ ] 3361/4690 71% [============================================ ] 3362/4690 71% [============================================ ] 3363/4690 71% [============================================ ] 3364/4690 71% [============================================ ] 3365/4690 71% [============================================ ] 3366/4690 71% [============================================ ] 3367/4690 71% [============================================ ] 3368/4690 71% [============================================ ] 3369/4690 71% [============================================ ] 3370/4690 71% [============================================ ] 3371/4690 71% [============================================ ] 3372/4690 71% [============================================ ] 3373/4690 71% [============================================ ] 3374/4690 71% [============================================ ] 3375/4690 71% [============================================ ] 3376/4690 71% [============================================ ] 3377/4690 72% [============================================ ] 3378/4690 72% [============================================ ] 3379/4690 72% [============================================ ] 3380/4690 72% [============================================ ] 3381/4690 72% [============================================ ] 3382/4690 72% [============================================ ] 3383/4690 72% [============================================ ] 3384/4690 72% [============================================ ] 3385/4690 72% [============================================ ] 3386/4690 72% [============================================ ] 3387/4690 72% [============================================ ] 3388/4690 72% [============================================ ] 3389/4690 72% [============================================ ] 3390/4690 72% [============================================ ] 3391/4690 72% [============================================ ] 3392/4690 72% [============================================ ] 3393/4690 72% [============================================ ] 3394/4690 72% [============================================ ] 3395/4690 72% [============================================ ] 3396/4690 72% [============================================ ] 3397/4690 72% [============================================ ] 3398/4690 72% [============================================ ] 3399/4690 72% [============================================ ] 3400/4690 72% [============================================ ] 3401/4690 72% [============================================ ] 3402/4690 72% [============================================ ] 3403/4690 72% [============================================ ] 3404/4690 72% [============================================= ] 3405/4690 72% [============================================= ] 3406/4690 72% [============================================= ] 3407/4690 72% [============================================= ] 3408/4690 72% [============================================= ] 3409/4690 72% [============================================= ] 3410/4690 72% [============================================= ] 3411/4690 72% [============================================= ] 3412/4690 72% [============================================= ] 3413/4690 72% [============================================= ] 3414/4690 72% [============================================= ] 3415/4690 72% [============================================= ] 3416/4690 72% [============================================= ] 3417/4690 72% [============================================= ] 3418/4690 72% [============================================= ] 3419/4690 72% [============================================= ] 3420/4690 72% [============================================= ] 3421/4690 72% [============================================= ] 3422/4690 72% [============================================= ] 3423/4690 72% [============================================= ] 3424/4690 73% [============================================= ] 3425/4690 73% [============================================= ] 3426/4690 73% [============================================= ] 3427/4690 73% [============================================= ] 3428/4690 73% [============================================= ] 3429/4690 73% [============================================= ] 3430/4690 73% [============================================= ] 3431/4690 73% [============================================= ] 3432/4690 73% [============================================= ] 3433/4690 73% [============================================= ] 3434/4690 73% [============================================= ] 3435/4690 73% [============================================= ] 3436/4690 73% [============================================= ] 3437/4690 73% [============================================= ] 3438/4690 73% [============================================= ] 3439/4690 73% [============================================= ] 3440/4690 73% [============================================= ] 3441/4690 73% [============================================= ] 3442/4690 73% [============================================= ] 3443/4690 73% [============================================= ] 3444/4690 73% [============================================= ] 3445/4690 73% [============================================= ] 3446/4690 73% [============================================= ] 3447/4690 73% [============================================= ] 3448/4690 73% [============================================= ] 3449/4690 73% [============================================= ] 3450/4690 73% [============================================= ] 3451/4690 73% [============================================= ] 3452/4690 73% [============================================= ] 3453/4690 73% [============================================= ] 3454/4690 73% [============================================= ] 3455/4690 73% [============================================= ] 3456/4690 73% [============================================= ] 3457/4690 73% [============================================= ] 3458/4690 73% [============================================= ] 3459/4690 73% [============================================= ] 3460/4690 73% [============================================= ] 3461/4690 73% [============================================= ] 3462/4690 73% [============================================= ] 3463/4690 73% [============================================= ] 3464/4690 73% [============================================= ] 3465/4690 73% [============================================= ] 3466/4690 73% [============================================= ] 3467/4690 73% [============================================= ] 3468/4690 73% [============================================= ] 3469/4690 73% [============================================= ] 3470/4690 73% [============================================= ] 3471/4690 74% [============================================= ] 3472/4690 74% [============================================= ] 3473/4690 74% [============================================= ] 3474/4690 74% [============================================= ] 3475/4690 74% [============================================= ] 3476/4690 74% [============================================= ] 3477/4690 74% [============================================= ] 3478/4690 74% [============================================= ] 3479/4690 74% [============================================== ] 3480/4690 74% [============================================== ] 3481/4690 74% [============================================== ] 3482/4690 74% [============================================== ] 3483/4690 74% [============================================== ] 3484/4690 74% [============================================== ] 3485/4690 74% [============================================== ] 3486/4690 74% [============================================== ] 3487/4690 74% [============================================== ] 3488/4690 74% [============================================== ] 3489/4690 74% [============================================== ] 3490/4690 74% [============================================== ] 3491/4690 74% [============================================== ] 3492/4690 74% [============================================== ] 3493/4690 74% [============================================== ] 3494/4690 74% [============================================== ] 3495/4690 74% [============================================== ] 3496/4690 74% [============================================== ] 3497/4690 74% [============================================== ] 3498/4690 74% [============================================== ] 3499/4690 74% [============================================== ] 3500/4690 74% [============================================== ] 3501/4690 74% [============================================== ] 3502/4690 74% [============================================== ] 3503/4690 74% [============================================== ] 3504/4690 74% [============================================== ] 3505/4690 74% [============================================== ] 3506/4690 74% [============================================== ] 3507/4690 74% [============================================== ] 3508/4690 74% [============================================== ] 3509/4690 74% [============================================== ] 3510/4690 74% [============================================== ] 3511/4690 74% [============================================== ] 3512/4690 74% [============================================== ] 3513/4690 74% [============================================== ] 3514/4690 74% [============================================== ] 3515/4690 74% [============================================== ] 3516/4690 74% [============================================== ] 3517/4690 74% [============================================== ] 3518/4690 75% [============================================== ] 3519/4690 75% [============================================== ] 3520/4690 75% [============================================== ] 3521/4690 75% [============================================== ] 3522/4690 75% [============================================== ] 3523/4690 75% [============================================== ] 3524/4690 75% [============================================== ] 3525/4690 75% [============================================== ] 3526/4690 75% [============================================== ] 3527/4690 75% [============================================== ] 3528/4690 75% [============================================== ] 3529/4690 75% [============================================== ] 3530/4690 75% [============================================== ] 3531/4690 75% [============================================== ] 3532/4690 75% [============================================== ] 3533/4690 75% [============================================== ] 3534/4690 75% [============================================== ] 3535/4690 75% [============================================== ] 3536/4690 75% [============================================== ] 3537/4690 75% [============================================== ] 3538/4690 75% [============================================== ] 3539/4690 75% [============================================== ] 3540/4690 75% [============================================== ] 3541/4690 75% [============================================== ] 3542/4690 75% [============================================== ] 3543/4690 75% [============================================== ] 3544/4690 75% [============================================== ] 3545/4690 75% [============================================== ] 3546/4690 75% [============================================== ] 3547/4690 75% [============================================== ] 3548/4690 75% [============================================== ] 3549/4690 75% [============================================== ] 3550/4690 75% [============================================== ] 3551/4690 75% [============================================== ] 3552/4690 75% [============================================== ] 3553/4690 75% [============================================== ] 3554/4690 75% [============================================== ] 3555/4690 75% [=============================================== ] 3556/4690 75% [=============================================== ] 3557/4690 75% [=============================================== ] 3558/4690 75% [=============================================== ] 3559/4690 75% [=============================================== ] 3560/4690 75% [=============================================== ] 3561/4690 75% [=============================================== ] 3562/4690 75% [=============================================== ] 3563/4690 75% [=============================================== ] 3564/4690 75% [=============================================== ] 3565/4690 76% [=============================================== ] 3566/4690 76% [=============================================== ] 3567/4690 76% [=============================================== ] 3568/4690 76% [=============================================== ] 3569/4690 76% [=============================================== ] 3570/4690 76% [=============================================== ] 3571/4690 76% [=============================================== ] 3572/4690 76% [=============================================== ] 3573/4690 76% [=============================================== ] 3574/4690 76% [=============================================== ] 3575/4690 76% [=============================================== ] 3576/4690 76% [=============================================== ] 3577/4690 76% [=============================================== ] 3578/4690 76% [=============================================== ] 3579/4690 76% [=============================================== ] 3580/4690 76% [=============================================== ] 3581/4690 76% [=============================================== ] 3582/4690 76% [=============================================== ] 3583/4690 76% [=============================================== ] 3584/4690 76% [=============================================== ] 3585/4690 76% [=============================================== ] 3586/4690 76% [=============================================== ] 3587/4690 76% [=============================================== ] 3588/4690 76% [=============================================== ] 3589/4690 76% [=============================================== ] 3590/4690 76% [=============================================== ] 3591/4690 76% [=============================================== ] 3592/4690 76% [=============================================== ] 3593/4690 76% [=============================================== ] 3594/4690 76% [=============================================== ] 3595/4690 76% [=============================================== ] 3596/4690 76% [=============================================== ] 3597/4690 76% [=============================================== ] 3598/4690 76% [=============================================== ] 3599/4690 76% [=============================================== ] 3600/4690 76% [=============================================== ] 3601/4690 76% [=============================================== ] 3602/4690 76% [=============================================== ] 3603/4690 76% [=============================================== ] 3604/4690 76% [=============================================== ] 3605/4690 76% [=============================================== ] 3606/4690 76% [=============================================== ] 3607/4690 76% [=============================================== ] 3608/4690 76% [=============================================== ] 3609/4690 76% [=============================================== ] 3610/4690 76% [=============================================== ] 3611/4690 76% [=============================================== ] 3612/4690 77% [=============================================== ] 3613/4690 77% [=============================================== ] 3614/4690 77% [=============================================== ] 3615/4690 77% [=============================================== ] 3616/4690 77% [=============================================== ] 3617/4690 77% [=============================================== ] 3618/4690 77% [=============================================== ] 3619/4690 77% [=============================================== ] 3620/4690 77% [=============================================== ] 3621/4690 77% [=============================================== ] 3622/4690 77% [=============================================== ] 3623/4690 77% [=============================================== ] 3624/4690 77% [=============================================== ] 3625/4690 77% [=============================================== ] 3626/4690 77% [=============================================== ] 3627/4690 77% [=============================================== ] 3628/4690 77% [=============================================== ] 3629/4690 77% [=============================================== ] 3630/4690 77% [================================================ ] 3631/4690 77% [================================================ ] 3632/4690 77% [================================================ ] 3633/4690 77% [================================================ ] 3634/4690 77% [================================================ ] 3635/4690 77% [================================================ ] 3636/4690 77% [================================================ ] 3637/4690 77% [================================================ ] 3638/4690 77% [================================================ ] 3639/4690 77% [================================================ ] 3640/4690 77% [================================================ ] 3641/4690 77% [================================================ ] 3642/4690 77% [================================================ ] 3643/4690 77% [================================================ ] 3644/4690 77% [================================================ ] 3645/4690 77% [================================================ ] 3646/4690 77% [================================================ ] 3647/4690 77% [================================================ ] 3648/4690 77% [================================================ ] 3649/4690 77% [================================================ ] 3650/4690 77% [================================================ ] 3651/4690 77% [================================================ ] 3652/4690 77% [================================================ ] 3653/4690 77% [================================================ ] 3654/4690 77% [================================================ ] 3655/4690 77% [================================================ ] 3656/4690 77% [================================================ ] 3657/4690 77% [================================================ ] 3658/4690 77% [================================================ ] 3659/4690 78% [================================================ ] 3660/4690 78% [================================================ ] 3661/4690 78% [================================================ ] 3662/4690 78% [================================================ ] 3663/4690 78% [================================================ ] 3664/4690 78% [================================================ ] 3665/4690 78% [================================================ ] 3666/4690 78% [================================================ ] 3667/4690 78% [================================================ ] 3668/4690 78% [================================================ ] 3669/4690 78% [================================================ ] 3670/4690 78% [================================================ ] 3671/4690 78% [================================================ ] 3672/4690 78% [================================================ ] 3673/4690 78% [================================================ ] 3674/4690 78% [================================================ ] 3675/4690 78% [================================================ ] 3676/4690 78% [================================================ ] 3677/4690 78% [================================================ ] 3678/4690 78% [================================================ ] 3679/4690 78% [================================================ ] 3680/4690 78% [================================================ ] 3681/4690 78% [================================================ ] 3682/4690 78% [================================================ ] 3683/4690 78% [================================================ ] 3684/4690 78% [================================================ ] 3685/4690 78% [================================================ ] 3686/4690 78% [================================================ ] 3687/4690 78% [================================================ ] 3688/4690 78% [================================================ ] 3689/4690 78% [================================================ ] 3690/4690 78% [================================================ ] 3691/4690 78% [================================================ ] 3692/4690 78% [================================================ ] 3693/4690 78% [================================================ ] 3694/4690 78% [================================================ ] 3695/4690 78% [================================================ ] 3696/4690 78% [================================================ ] 3697/4690 78% [================================================ ] 3698/4690 78% [================================================ ] 3699/4690 78% [================================================ ] 3700/4690 78% [================================================ ] 3701/4690 78% [================================================ ] 3702/4690 78% [================================================ ] 3703/4690 78% [================================================ ] 3704/4690 78% [================================================ ] 3705/4690 78% [================================================ ] 3706/4690 79% [================================================= ] 3707/4690 79% [================================================= ] 3708/4690 79% [================================================= ] 3709/4690 79% [================================================= ] 3710/4690 79% [================================================= ] 3711/4690 79% [================================================= ] 3712/4690 79% [================================================= ] 3713/4690 79% [================================================= ] 3714/4690 79% [================================================= ] 3715/4690 79% [================================================= ] 3716/4690 79% [================================================= ] 3717/4690 79% [================================================= ] 3718/4690 79% [================================================= ] 3719/4690 79% [================================================= ] 3720/4690 79% [================================================= ] 3721/4690 79% [================================================= ] 3722/4690 79% [================================================= ] 3723/4690 79% [================================================= ] 3724/4690 79% [================================================= ] 3725/4690 79% [================================================= ] 3726/4690 79% [================================================= ] 3727/4690 79% [================================================= ] 3728/4690 79% [================================================= ] 3729/4690 79% [================================================= ] 3730/4690 79% [================================================= ] 3731/4690 79% [================================================= ] 3732/4690 79% [================================================= ] 3733/4690 79% [================================================= ] 3734/4690 79% [================================================= ] 3735/4690 79% [================================================= ] 3736/4690 79% [================================================= ] 3737/4690 79% [================================================= ] 3738/4690 79% [================================================= ] 3739/4690 79% [================================================= ] 3740/4690 79% [================================================= ] 3741/4690 79% [================================================= ] 3742/4690 79% [================================================= ] 3743/4690 79% [================================================= ] 3744/4690 79% [================================================= ] 3745/4690 79% [================================================= ] 3746/4690 79% [================================================= ] 3747/4690 79% [================================================= ] 3748/4690 79% [================================================= ] 3749/4690 79% [================================================= ] 3750/4690 79% [================================================= ] 3751/4690 79% [================================================= ] 3752/4690 80% [================================================= ] 3753/4690 80% [================================================= ] 3754/4690 80% [================================================= ] 3755/4690 80% [================================================= ] 3756/4690 80% [================================================= ] 3757/4690 80% [================================================= ] 3758/4690 80% [================================================= ] 3759/4690 80% [================================================= ] 3760/4690 80% [================================================= ] 3761/4690 80% [================================================= ] 3762/4690 80% [================================================= ] 3763/4690 80% [================================================= ] 3764/4690 80% [================================================= ] 3765/4690 80% [================================================= ] 3766/4690 80% [================================================= ] 3767/4690 80% [================================================= ] 3768/4690 80% [================================================= ] 3769/4690 80% [================================================= ] 3770/4690 80% [================================================= ] 3771/4690 80% [================================================= ] 3772/4690 80% [================================================= ] 3773/4690 80% [================================================= ] 3774/4690 80% [================================================= ] 3775/4690 80% [================================================= ] 3776/4690 80% [================================================= ] 3777/4690 80% [================================================= ] 3778/4690 80% [================================================= ] 3779/4690 80% [================================================= ] 3780/4690 80% [================================================= ] 3781/4690 80% [================================================= ] 3782/4690 80% [================================================== ] 3783/4690 80% [================================================== ] 3784/4690 80% [================================================== ] 3785/4690 80% [================================================== ] 3786/4690 80% [================================================== ] 3787/4690 80% [================================================== ] 3788/4690 80% [================================================== ] 3789/4690 80% [================================================== ] 3790/4690 80% [================================================== ] 3791/4690 80% [================================================== ] 3792/4690 80% [================================================== ] 3793/4690 80% [================================================== ] 3794/4690 80% [================================================== ] 3795/4690 80% [================================================== ] 3796/4690 80% [================================================== ] 3797/4690 80% [================================================== ] 3798/4690 80% [================================================== ] 3799/4690 81% [================================================== ] 3800/4690 81% [================================================== ] 3801/4690 81% [================================================== ] 3802/4690 81% [================================================== ] 3803/4690 81% [================================================== ] 3804/4690 81% [================================================== ] 3805/4690 81% [================================================== ] 3806/4690 81% [================================================== ] 3807/4690 81% [================================================== ] 3808/4690 81% [================================================== ] 3809/4690 81% [================================================== ] 3810/4690 81% [================================================== ] 3811/4690 81% [================================================== ] 3812/4690 81% [================================================== ] 3813/4690 81% [================================================== ] 3814/4690 81% [================================================== ] 3815/4690 81% [================================================== ] 3816/4690 81% [================================================== ] 3817/4690 81% [================================================== ] 3818/4690 81% [================================================== ] 3819/4690 81% [================================================== ] 3820/4690 81% [================================================== ] 3821/4690 81% [================================================== ] 3822/4690 81% [================================================== ] 3823/4690 81% [================================================== ] 3824/4690 81% [================================================== ] 3825/4690 81% [================================================== ] 3826/4690 81% [================================================== ] 3827/4690 81% [================================================== ] 3828/4690 81% [================================================== ] 3829/4690 81% [================================================== ] 3830/4690 81% [================================================== ] 3831/4690 81% [================================================== ] 3832/4690 81% [================================================== ] 3833/4690 81% [================================================== ] 3834/4690 81% [================================================== ] 3835/4690 81% [================================================== ] 3836/4690 81% [================================================== ] 3837/4690 81% [================================================== ] 3838/4690 81% [================================================== ] 3839/4690 81% [================================================== ] 3840/4690 81% [================================================== ] 3841/4690 81% [================================================== ] 3842/4690 81% [================================================== ] 3843/4690 81% [================================================== ] 3844/4690 81% [================================================== ] 3845/4690 81% [================================================== ] 3846/4690 82% [================================================== ] 3847/4690 82% [================================================== ] 3848/4690 82% [================================================== ] 3849/4690 82% [================================================== ] 3850/4690 82% [================================================== ] 3851/4690 82% [================================================== ] 3852/4690 82% [================================================== ] 3853/4690 82% [================================================== ] 3854/4690 82% [================================================== ] 3855/4690 82% [================================================== ] 3856/4690 82% [================================================== ] 3857/4690 82% [=================================================== ] 3858/4690 82% [=================================================== ] 3859/4690 82% [=================================================== ] 3860/4690 82% [=================================================== ] 3861/4690 82% [=================================================== ] 3862/4690 82% [=================================================== ] 3863/4690 82% [=================================================== ] 3864/4690 82% [=================================================== ] 3865/4690 82% [=================================================== ] 3866/4690 82% [=================================================== ] 3867/4690 82% [=================================================== ] 3868/4690 82% [=================================================== ] 3869/4690 82% [=================================================== ] 3870/4690 82% [=================================================== ] 3871/4690 82% [=================================================== ] 3872/4690 82% [=================================================== ] 3873/4690 82% [=================================================== ] 3874/4690 82% [=================================================== ] 3875/4690 82% [=================================================== ] 3876/4690 82% [=================================================== ] 3877/4690 82% [=================================================== ] 3878/4690 82% [=================================================== ] 3879/4690 82% [=================================================== ] 3880/4690 82% [=================================================== ] 3881/4690 82% [=================================================== ] 3882/4690 82% [=================================================== ] 3883/4690 82% [=================================================== ] 3884/4690 82% [=================================================== ] 3885/4690 82% [=================================================== ] 3886/4690 82% [=================================================== ] 3887/4690 82% [=================================================== ] 3888/4690 82% [=================================================== ] 3889/4690 82% [=================================================== ] 3890/4690 82% [=================================================== ] 3891/4690 82% [=================================================== ] 3892/4690 82% [=================================================== ] 3893/4690 83% [=================================================== ] 3894/4690 83% [=================================================== ] 3895/4690 83% [=================================================== ] 3896/4690 83% [=================================================== ] 3897/4690 83% [=================================================== ] 3898/4690 83% [=================================================== ] 3899/4690 83% [=================================================== ] 3900/4690 83% [=================================================== ] 3901/4690 83% [=================================================== ] 3902/4690 83% [=================================================== ] 3903/4690 83% [=================================================== ] 3904/4690 83% [=================================================== ] 3905/4690 83% [=================================================== ] 3906/4690 83% [=================================================== ] 3907/4690 83% [=================================================== ] 3908/4690 83% [=================================================== ] 3909/4690 83% [=================================================== ] 3910/4690 83% [=================================================== ] 3911/4690 83% [=================================================== ] 3912/4690 83% [=================================================== ] 3913/4690 83% [=================================================== ] 3914/4690 83% [=================================================== ] 3915/4690 83% [=================================================== ] 3916/4690 83% [=================================================== ] 3917/4690 83% [=================================================== ] 3918/4690 83% [=================================================== ] 3919/4690 83% [=================================================== ] 3920/4690 83% [=================================================== ] 3921/4690 83% [=================================================== ] 3922/4690 83% [=================================================== ] 3923/4690 83% [=================================================== ] 3924/4690 83% [=================================================== ] 3925/4690 83% [=================================================== ] 3926/4690 83% [=================================================== ] 3927/4690 83% [=================================================== ] 3928/4690 83% [=================================================== ] 3929/4690 83% [=================================================== ] 3930/4690 83% [=================================================== ] 3931/4690 83% [=================================================== ] 3932/4690 83% [=================================================== ] 3933/4690 83% [==================================================== ] 3934/4690 83% [==================================================== ] 3935/4690 83% [==================================================== ] 3936/4690 83% [==================================================== ] 3937/4690 83% [==================================================== ] 3938/4690 83% [==================================================== ] 3939/4690 83% [==================================================== ] 3940/4690 84% [==================================================== ] 3941/4690 84% [==================================================== ] 3942/4690 84% [==================================================== ] 3943/4690 84% [==================================================== ] 3944/4690 84% [==================================================== ] 3945/4690 84% [==================================================== ] 3946/4690 84% [==================================================== ] 3947/4690 84% [==================================================== ] 3948/4690 84% [==================================================== ] 3949/4690 84% [==================================================== ] 3950/4690 84% [==================================================== ] 3951/4690 84% [==================================================== ] 3952/4690 84% [==================================================== ] 3953/4690 84% [==================================================== ] 3954/4690 84% [==================================================== ] 3955/4690 84% [==================================================== ] 3956/4690 84% [==================================================== ] 3957/4690 84% [==================================================== ] 3958/4690 84% [==================================================== ] 3959/4690 84% [==================================================== ] 3960/4690 84% [==================================================== ] 3961/4690 84% [==================================================== ] 3962/4690 84% [==================================================== ] 3963/4690 84% [==================================================== ] 3964/4690 84% [==================================================== ] 3965/4690 84% [==================================================== ] 3966/4690 84% [==================================================== ] 3967/4690 84% [==================================================== ] 3968/4690 84% [==================================================== ] 3969/4690 84% [==================================================== ] 3970/4690 84% [==================================================== ] 3971/4690 84% [==================================================== ] 3972/4690 84% [==================================================== ] 3973/4690 84% [==================================================== ] 3974/4690 84% [==================================================== ] 3975/4690 84% [==================================================== ] 3976/4690 84% [==================================================== ] 3977/4690 84% [==================================================== ] 3978/4690 84% [==================================================== ] 3979/4690 84% [==================================================== ] 3980/4690 84% [==================================================== ] 3981/4690 84% [==================================================== ] 3982/4690 84% [==================================================== ] 3983/4690 84% [==================================================== ] 3984/4690 84% [==================================================== ] 3985/4690 84% [==================================================== ] 3986/4690 84% [==================================================== ] 3987/4690 85% [==================================================== ] 3988/4690 85% [==================================================== ] 3989/4690 85% [==================================================== ] 3990/4690 85% [==================================================== ] 3991/4690 85% [==================================================== ] 3992/4690 85% [==================================================== ] 3993/4690 85% [==================================================== ] 3994/4690 85% [==================================================== ] 3995/4690 85% [==================================================== ] 3996/4690 85% [==================================================== ] 3997/4690 85% [==================================================== ] 3998/4690 85% [==================================================== ] 3999/4690 85% [==================================================== ] 4000/4690 85% [==================================================== ] 4001/4690 85% [==================================================== ] 4002/4690 85% [==================================================== ] 4003/4690 85% [==================================================== ] 4004/4690 85% [==================================================== ] 4005/4690 85% [==================================================== ] 4006/4690 85% [==================================================== ] 4007/4690 85% [==================================================== ] 4008/4690 85% [==================================================== ] 4009/4690 85% [===================================================== ] 4010/4690 85% [===================================================== ] 4011/4690 85% [===================================================== ] 4012/4690 85% [===================================================== ] 4013/4690 85% [===================================================== ] 4014/4690 85% [===================================================== ] 4015/4690 85% [===================================================== ] 4016/4690 85% [===================================================== ] 4017/4690 85% [===================================================== ] 4018/4690 85% [===================================================== ] 4019/4690 85% [===================================================== ] 4020/4690 85% [===================================================== ] 4021/4690 85% [===================================================== ] 4022/4690 85% [===================================================== ] 4023/4690 85% [===================================================== ] 4024/4690 85% [===================================================== ] 4025/4690 85% [===================================================== ] 4026/4690 85% [===================================================== ] 4027/4690 85% [===================================================== ] 4028/4690 85% [===================================================== ] 4029/4690 85% [===================================================== ] 4030/4690 85% [===================================================== ] 4031/4690 85% [===================================================== ] 4032/4690 85% [===================================================== ] 4033/4690 85% [===================================================== ] 4034/4690 86% [===================================================== ] 4035/4690 86% [===================================================== ] 4036/4690 86% [===================================================== ] 4037/4690 86% [===================================================== ] 4038/4690 86% [===================================================== ] 4039/4690 86% [===================================================== ] 4040/4690 86% [===================================================== ] 4041/4690 86% [===================================================== ] 4042/4690 86% [===================================================== ] 4043/4690 86% [===================================================== ] 4044/4690 86% [===================================================== ] 4045/4690 86% [===================================================== ] 4046/4690 86% [===================================================== ] 4047/4690 86% [===================================================== ] 4048/4690 86% [===================================================== ] 4049/4690 86% [===================================================== ] 4050/4690 86% [===================================================== ] 4051/4690 86% [===================================================== ] 4052/4690 86% [===================================================== ] 4053/4690 86% [===================================================== ] 4054/4690 86% [===================================================== ] 4055/4690 86% [===================================================== ] 4056/4690 86% [===================================================== ] 4057/4690 86% [===================================================== ] 4058/4690 86% [===================================================== ] 4059/4690 86% [===================================================== ] 4060/4690 86% [===================================================== ] 4061/4690 86% [===================================================== ] 4062/4690 86% [===================================================== ] 4063/4690 86% [===================================================== ] 4064/4690 86% [===================================================== ] 4065/4690 86% [===================================================== ] 4066/4690 86% [===================================================== ] 4067/4690 86% [===================================================== ] 4068/4690 86% [===================================================== ] 4069/4690 86% [===================================================== ] 4070/4690 86% [===================================================== ] 4071/4690 86% [===================================================== ] 4072/4690 86% [===================================================== ] 4073/4690 86% [===================================================== ] 4074/4690 86% [===================================================== ] 4075/4690 86% [===================================================== ] 4076/4690 86% [===================================================== ] 4077/4690 86% [===================================================== ] 4078/4690 86% [===================================================== ] 4079/4690 86% [===================================================== ] 4080/4690 86% [===================================================== ] 4081/4690 87% [===================================================== ] 4082/4690 87% [===================================================== ] 4083/4690 87% [===================================================== ] 4084/4690 87% [====================================================== ] 4085/4690 87% [====================================================== ] 4086/4690 87% [====================================================== ] 4087/4690 87% [====================================================== ] 4088/4690 87% [====================================================== ] 4089/4690 87% [====================================================== ] 4090/4690 87% [====================================================== ] 4091/4690 87% [====================================================== ] 4092/4690 87% [====================================================== ] 4093/4690 87% [====================================================== ] 4094/4690 87% [====================================================== ] 4095/4690 87% [====================================================== ] 4096/4690 87% [====================================================== ] 4097/4690 87% [====================================================== ] 4098/4690 87% [====================================================== ] 4099/4690 87% [====================================================== ] 4100/4690 87% [====================================================== ] 4101/4690 87% [====================================================== ] 4102/4690 87% [====================================================== ] 4103/4690 87% [====================================================== ] 4104/4690 87% [====================================================== ] 4105/4690 87% [====================================================== ] 4106/4690 87% [====================================================== ] 4107/4690 87% [====================================================== ] 4108/4690 87% [====================================================== ] 4109/4690 87% [====================================================== ] 4110/4690 87% [====================================================== ] 4111/4690 87% [====================================================== ] 4112/4690 87% [====================================================== ] 4113/4690 87% [====================================================== ] 4114/4690 87% [====================================================== ] 4115/4690 87% [====================================================== ] 4116/4690 87% [====================================================== ] 4117/4690 87% [====================================================== ] 4118/4690 87% [====================================================== ] 4119/4690 87% [====================================================== ] 4120/4690 87% [====================================================== ] 4121/4690 87% [====================================================== ] 4122/4690 87% [====================================================== ] 4123/4690 87% [====================================================== ] 4124/4690 87% [====================================================== ] 4125/4690 87% [====================================================== ] 4126/4690 87% [====================================================== ] 4127/4690 87% [====================================================== ] 4128/4690 88% [====================================================== ] 4129/4690 88% [====================================================== ] 4130/4690 88% [====================================================== ] 4131/4690 88% [====================================================== ] 4132/4690 88% [====================================================== ] 4133/4690 88% [====================================================== ] 4134/4690 88% [====================================================== ] 4135/4690 88% [====================================================== ] 4136/4690 88% [====================================================== ] 4137/4690 88% [====================================================== ] 4138/4690 88% [====================================================== ] 4139/4690 88% [====================================================== ] 4140/4690 88% [====================================================== ] 4141/4690 88% [====================================================== ] 4142/4690 88% [====================================================== ] 4143/4690 88% [====================================================== ] 4144/4690 88% [====================================================== ] 4145/4690 88% [====================================================== ] 4146/4690 88% [====================================================== ] 4147/4690 88% [====================================================== ] 4148/4690 88% [====================================================== ] 4149/4690 88% [====================================================== ] 4150/4690 88% [====================================================== ] 4151/4690 88% [====================================================== ] 4152/4690 88% [====================================================== ] 4153/4690 88% [====================================================== ] 4154/4690 88% [====================================================== ] 4155/4690 88% [====================================================== ] 4156/4690 88% [====================================================== ] 4157/4690 88% [====================================================== ] 4158/4690 88% [====================================================== ] 4159/4690 88% [====================================================== ] 4160/4690 88% [======================================================= ] 4161/4690 88% [======================================================= ] 4162/4690 88% [======================================================= ] 4163/4690 88% [======================================================= ] 4164/4690 88% [======================================================= ] 4165/4690 88% [======================================================= ] 4166/4690 88% [======================================================= ] 4167/4690 88% [======================================================= ] 4168/4690 88% [======================================================= ] 4169/4690 88% [======================================================= ] 4170/4690 88% [======================================================= ] 4171/4690 88% [======================================================= ] 4172/4690 88% [======================================================= ] 4173/4690 88% [======================================================= ] 4174/4690 88% [======================================================= ] 4175/4690 89% [======================================================= ] 4176/4690 89% [======================================================= ] 4177/4690 89% [======================================================= ] 4178/4690 89% [======================================================= ] 4179/4690 89% [======================================================= ] 4180/4690 89% [======================================================= ] 4181/4690 89% [======================================================= ] 4182/4690 89% [======================================================= ] 4183/4690 89% [======================================================= ] 4184/4690 89% [======================================================= ] 4185/4690 89% [======================================================= ] 4186/4690 89% [======================================================= ] 4187/4690 89% [======================================================= ] 4188/4690 89% [======================================================= ] 4189/4690 89% [======================================================= ] 4190/4690 89% [======================================================= ] 4191/4690 89% [======================================================= ] 4192/4690 89% [======================================================= ] 4193/4690 89% [======================================================= ] 4194/4690 89% [======================================================= ] 4195/4690 89% [======================================================= ] 4196/4690 89% [======================================================= ] 4197/4690 89% [======================================================= ] 4198/4690 89% [======================================================= ] 4199/4690 89% [======================================================= ] 4200/4690 89% [======================================================= ] 4201/4690 89% [======================================================= ] 4202/4690 89% [======================================================= ] 4203/4690 89% [======================================================= ] 4204/4690 89% [======================================================= ] 4205/4690 89% [======================================================= ] 4206/4690 89% [======================================================= ] 4207/4690 89% [======================================================= ] 4208/4690 89% [======================================================= ] 4209/4690 89% [======================================================= ] 4210/4690 89% [======================================================= ] 4211/4690 89% [======================================================= ] 4212/4690 89% [======================================================= ] 4213/4690 89% [======================================================= ] 4214/4690 89% [======================================================= ] 4215/4690 89% [======================================================= ] 4216/4690 89% [======================================================= ] 4217/4690 89% [======================================================= ] 4218/4690 89% [======================================================= ] 4219/4690 89% [======================================================= ] 4220/4690 89% [======================================================= ] 4221/4690 90% [======================================================= ] 4222/4690 90% [======================================================= ] 4223/4690 90% [======================================================= ] 4224/4690 90% [======================================================= ] 4225/4690 90% [======================================================= ] 4226/4690 90% [======================================================= ] 4227/4690 90% [======================================================= ] 4228/4690 90% [======================================================= ] 4229/4690 90% [======================================================= ] 4230/4690 90% [======================================================= ] 4231/4690 90% [======================================================= ] 4232/4690 90% [======================================================= ] 4233/4690 90% [======================================================= ] 4234/4690 90% [======================================================= ] 4235/4690 90% [======================================================= ] 4236/4690 90% [======================================================== ] 4237/4690 90% [======================================================== ] 4238/4690 90% [======================================================== ] 4239/4690 90% [======================================================== ] 4240/4690 90% [======================================================== ] 4241/4690 90% [======================================================== ] 4242/4690 90% [======================================================== ] 4243/4690 90% [======================================================== ] 4244/4690 90% [======================================================== ] 4245/4690 90% [======================================================== ] 4246/4690 90% [======================================================== ] 4247/4690 90% [======================================================== ] 4248/4690 90% [======================================================== ] 4249/4690 90% [======================================================== ] 4250/4690 90% [======================================================== ] 4251/4690 90% [======================================================== ] 4252/4690 90% [======================================================== ] 4253/4690 90% [======================================================== ] 4254/4690 90% [======================================================== ] 4255/4690 90% [======================================================== ] 4256/4690 90% [======================================================== ] 4257/4690 90% [======================================================== ] 4258/4690 90% [======================================================== ] 4259/4690 90% [======================================================== ] 4260/4690 90% [======================================================== ] 4261/4690 90% [======================================================== ] 4262/4690 90% [======================================================== ] 4263/4690 90% [======================================================== ] 4264/4690 90% [======================================================== ] 4265/4690 90% [======================================================== ] 4266/4690 90% [======================================================== ] 4267/4690 90% [======================================================== ] 4268/4690 91% [======================================================== ] 4269/4690 91% [======================================================== ] 4270/4690 91% [======================================================== ] 4271/4690 91% [======================================================== ] 4272/4690 91% [======================================================== ] 4273/4690 91% [======================================================== ] 4274/4690 91% [======================================================== ] 4275/4690 91% [======================================================== ] 4276/4690 91% [======================================================== ] 4277/4690 91% [======================================================== ] 4278/4690 91% [======================================================== ] 4279/4690 91% [======================================================== ] 4280/4690 91% [======================================================== ] 4281/4690 91% [======================================================== ] 4282/4690 91% [======================================================== ] 4283/4690 91% [======================================================== ] 4284/4690 91% [======================================================== ] 4285/4690 91% [======================================================== ] 4286/4690 91% [======================================================== ] 4287/4690 91% [======================================================== ] 4288/4690 91% [======================================================== ] 4289/4690 91% [======================================================== ] 4290/4690 91% [======================================================== ] 4291/4690 91% [======================================================== ] 4292/4690 91% [======================================================== ] 4293/4690 91% [======================================================== ] 4294/4690 91% [======================================================== ] 4295/4690 91% [======================================================== ] 4296/4690 91% [======================================================== ] 4297/4690 91% [======================================================== ] 4298/4690 91% [======================================================== ] 4299/4690 91% [======================================================== ] 4300/4690 91% [======================================================== ] 4301/4690 91% [======================================================== ] 4302/4690 91% [======================================================== ] 4303/4690 91% [======================================================== ] 4304/4690 91% [======================================================== ] 4305/4690 91% [======================================================== ] 4306/4690 91% [======================================================== ] 4307/4690 91% [======================================================== ] 4308/4690 91% [======================================================== ] 4309/4690 91% [======================================================== ] 4310/4690 91% [======================================================== ] 4311/4690 91% [========================================================= ] 4312/4690 91% [========================================================= ] 4313/4690 91% [========================================================= ] 4314/4690 91% [========================================================= ] 4315/4690 92% [========================================================= ] 4316/4690 92% [========================================================= ] 4317/4690 92% [========================================================= ] 4318/4690 92% [========================================================= ] 4319/4690 92% [========================================================= ] 4320/4690 92% [========================================================= ] 4321/4690 92% [========================================================= ] 4322/4690 92% [========================================================= ] 4323/4690 92% [========================================================= ] 4324/4690 92% [========================================================= ] 4325/4690 92% [========================================================= ] 4326/4690 92% [========================================================= ] 4327/4690 92% [========================================================= ] 4328/4690 92% [========================================================= ] 4329/4690 92% [========================================================= ] 4330/4690 92% [========================================================= ] 4331/4690 92% [========================================================= ] 4332/4690 92% [========================================================= ] 4333/4690 92% [========================================================= ] 4334/4690 92% [========================================================= ] 4335/4690 92% [========================================================= ] 4336/4690 92% [========================================================= ] 4337/4690 92% [========================================================= ] 4338/4690 92% [========================================================= ] 4339/4690 92% [========================================================= ] 4340/4690 92% [========================================================= ] 4341/4690 92% [========================================================= ] 4342/4690 92% [========================================================= ] 4343/4690 92% [========================================================= ] 4344/4690 92% [========================================================= ] 4345/4690 92% [========================================================= ] 4346/4690 92% [========================================================= ] 4347/4690 92% [========================================================= ] 4348/4690 92% [========================================================= ] 4349/4690 92% [========================================================= ] 4350/4690 92% [========================================================= ] 4351/4690 92% [========================================================= ] 4352/4690 92% [========================================================= ] 4353/4690 92% [========================================================= ] 4354/4690 92% [========================================================= ] 4355/4690 92% [========================================================= ] 4356/4690 92% [========================================================= ] 4357/4690 92% [========================================================= ] 4358/4690 92% [========================================================= ] 4359/4690 92% [========================================================= ] 4360/4690 92% [========================================================= ] 4361/4690 92% [========================================================= ] 4362/4690 93% [========================================================= ] 4363/4690 93% [========================================================= ] 4364/4690 93% [========================================================= ] 4365/4690 93% [========================================================= ] 4366/4690 93% [========================================================= ] 4367/4690 93% [========================================================= ] 4368/4690 93% [========================================================= ] 4369/4690 93% [========================================================= ] 4370/4690 93% [========================================================= ] 4371/4690 93% [========================================================= ] 4372/4690 93% [========================================================= ] 4373/4690 93% [========================================================= ] 4374/4690 93% [========================================================= ] 4375/4690 93% [========================================================= ] 4376/4690 93% [========================================================= ] 4377/4690 93% [========================================================= ] 4378/4690 93% [========================================================= ] 4379/4690 93% [========================================================= ] 4380/4690 93% [========================================================= ] 4381/4690 93% [========================================================= ] 4382/4690 93% [========================================================= ] 4383/4690 93% [========================================================= ] 4384/4690 93% [========================================================= ] 4385/4690 93% [========================================================= ] 4386/4690 93% [========================================================= ] 4387/4690 93% [========================================================== ] 4388/4690 93% [========================================================== ] 4389/4690 93% [========================================================== ] 4390/4690 93% [========================================================== ] 4391/4690 93% [========================================================== ] 4392/4690 93% [========================================================== ] 4393/4690 93% [========================================================== ] 4394/4690 93% [========================================================== ] 4395/4690 93% [========================================================== ] 4396/4690 93% [========================================================== ] 4397/4690 93% [========================================================== ] 4398/4690 93% [========================================================== ] 4399/4690 93% [========================================================== ] 4400/4690 93% [========================================================== ] 4401/4690 93% [========================================================== ] 4402/4690 93% [========================================================== ] 4403/4690 93% [========================================================== ] 4404/4690 93% [========================================================== ] 4405/4690 93% [========================================================== ] 4406/4690 93% [========================================================== ] 4407/4690 93% [========================================================== ] 4408/4690 93% [========================================================== ] 4409/4690 94% [========================================================== ] 4410/4690 94% [========================================================== ] 4411/4690 94% [========================================================== ] 4412/4690 94% [========================================================== ] 4413/4690 94% [========================================================== ] 4414/4690 94% [========================================================== ] 4415/4690 94% [========================================================== ] 4416/4690 94% [========================================================== ] 4417/4690 94% [========================================================== ] 4418/4690 94% [========================================================== ] 4419/4690 94% [========================================================== ] 4420/4690 94% [========================================================== ] 4421/4690 94% [========================================================== ] 4422/4690 94% [========================================================== ] 4423/4690 94% [========================================================== ] 4424/4690 94% [========================================================== ] 4425/4690 94% [========================================================== ] 4426/4690 94% [========================================================== ] 4427/4690 94% [========================================================== ] 4428/4690 94% [========================================================== ] 4429/4690 94% [========================================================== ] 4430/4690 94% [========================================================== ] 4431/4690 94% [========================================================== ] 4432/4690 94% [========================================================== ] 4433/4690 94% [========================================================== ] 4434/4690 94% [========================================================== ] 4435/4690 94% [========================================================== ] 4436/4690 94% [========================================================== ] 4437/4690 94% [========================================================== ] 4438/4690 94% [========================================================== ] 4439/4690 94% [========================================================== ] 4440/4690 94% [========================================================== ] 4441/4690 94% [========================================================== ] 4442/4690 94% [========================================================== ] 4443/4690 94% [========================================================== ] 4444/4690 94% [========================================================== ] 4445/4690 94% [========================================================== ] 4446/4690 94% [========================================================== ] 4447/4690 94% [========================================================== ] 4448/4690 94% [========================================================== ] 4449/4690 94% [========================================================== ] 4450/4690 94% [========================================================== ] 4451/4690 94% [========================================================== ] 4452/4690 94% [========================================================== ] 4453/4690 94% [========================================================== ] 4454/4690 94% [========================================================== ] 4455/4690 94% [========================================================== ] 4456/4690 95% [========================================================== ] 4457/4690 95% [========================================================== ] 4458/4690 95% [========================================================== ] 4459/4690 95% [========================================================== ] 4460/4690 95% [========================================================== ] 4461/4690 95% [========================================================== ] 4462/4690 95% [========================================================== ] 4463/4690 95% [=========================================================== ] 4464/4690 95% [=========================================================== ] 4465/4690 95% [=========================================================== ] 4466/4690 95% [=========================================================== ] 4467/4690 95% [=========================================================== ] 4468/4690 95% [=========================================================== ] 4469/4690 95% [=========================================================== ] 4470/4690 95% [=========================================================== ] 4471/4690 95% [=========================================================== ] 4472/4690 95% [=========================================================== ] 4473/4690 95% [=========================================================== ] 4474/4690 95% [=========================================================== ] 4475/4690 95% [=========================================================== ] 4476/4690 95% [=========================================================== ] 4477/4690 95% [=========================================================== ] 4478/4690 95% [=========================================================== ] 4479/4690 95% [=========================================================== ] 4480/4690 95% [=========================================================== ] 4481/4690 95% [=========================================================== ] 4482/4690 95% [=========================================================== ] 4483/4690 95% [=========================================================== ] 4484/4690 95% [=========================================================== ] 4485/4690 95% [=========================================================== ] 4486/4690 95% [=========================================================== ] 4487/4690 95% [=========================================================== ] 4488/4690 95% [=========================================================== ] 4489/4690 95% [=========================================================== ] 4490/4690 95% [=========================================================== ] 4491/4690 95% [=========================================================== ] 4492/4690 95% [=========================================================== ] 4493/4690 95% [=========================================================== ] 4494/4690 95% [=========================================================== ] 4495/4690 95% [=========================================================== ] 4496/4690 95% [=========================================================== ] 4497/4690 95% [=========================================================== ] 4498/4690 95% [=========================================================== ] 4499/4690 95% [=========================================================== ] 4500/4690 95% [=========================================================== ] 4501/4690 95% [=========================================================== ] 4502/4690 95% [=========================================================== ] 4503/4690 96% [=========================================================== ] 4504/4690 96% [=========================================================== ] 4505/4690 96% [=========================================================== ] 4506/4690 96% [=========================================================== ] 4507/4690 96% [=========================================================== ] 4508/4690 96% [=========================================================== ] 4509/4690 96% [=========================================================== ] 4510/4690 96% [=========================================================== ] 4511/4690 96% [=========================================================== ] 4512/4690 96% [=========================================================== ] 4513/4690 96% [=========================================================== ] 4514/4690 96% [=========================================================== ] 4515/4690 96% [=========================================================== ] 4516/4690 96% [=========================================================== ] 4517/4690 96% [=========================================================== ] 4518/4690 96% [=========================================================== ] 4519/4690 96% [=========================================================== ] 4520/4690 96% [=========================================================== ] 4521/4690 96% [=========================================================== ] 4522/4690 96% [=========================================================== ] 4523/4690 96% [=========================================================== ] 4524/4690 96% [=========================================================== ] 4525/4690 96% [=========================================================== ] 4526/4690 96% [=========================================================== ] 4527/4690 96% [=========================================================== ] 4528/4690 96% [=========================================================== ] 4529/4690 96% [=========================================================== ] 4530/4690 96% [=========================================================== ] 4531/4690 96% [=========================================================== ] 4532/4690 96% [=========================================================== ] 4533/4690 96% [=========================================================== ] 4534/4690 96% [=========================================================== ] 4535/4690 96% [=========================================================== ] 4536/4690 96% [=========================================================== ] 4537/4690 96% [=========================================================== ] 4538/4690 96% [============================================================ ] 4539/4690 96% [============================================================ ] 4540/4690 96% [============================================================ ] 4541/4690 96% [============================================================ ] 4542/4690 96% [============================================================ ] 4543/4690 96% [============================================================ ] 4544/4690 96% [============================================================ ] 4545/4690 96% [============================================================ ] 4546/4690 96% [============================================================ ] 4547/4690 96% [============================================================ ] 4548/4690 96% [============================================================ ] 4549/4690 96% [============================================================ ] 4550/4690 97% [============================================================ ] 4551/4690 97% [============================================================ ] 4552/4690 97% [============================================================ ] 4553/4690 97% [============================================================ ] 4554/4690 97% [============================================================ ] 4555/4690 97% [============================================================ ] 4556/4690 97% [============================================================ ] 4557/4690 97% [============================================================ ] 4558/4690 97% [============================================================ ] 4559/4690 97% [============================================================ ] 4560/4690 97% [============================================================ ] 4561/4690 97% [============================================================ ] 4562/4690 97% [============================================================ ] 4563/4690 97% [============================================================ ] 4564/4690 97% [============================================================ ] 4565/4690 97% [============================================================ ] 4566/4690 97% [============================================================ ] 4567/4690 97% [============================================================ ] 4568/4690 97% [============================================================ ] 4569/4690 97% [============================================================ ] 4570/4690 97% [============================================================ ] 4571/4690 97% [============================================================ ] 4572/4690 97% [============================================================ ] 4573/4690 97% [============================================================ ] 4574/4690 97% [============================================================ ] 4575/4690 97% [============================================================ ] 4576/4690 97% [============================================================ ] 4577/4690 97% [============================================================ ] 4578/4690 97% [============================================================ ] 4579/4690 97% [============================================================ ] 4580/4690 97% [============================================================ ] 4581/4690 97% [============================================================ ] 4582/4690 97% [============================================================ ] 4583/4690 97% [============================================================ ] 4584/4690 97% [============================================================ ] 4585/4690 97% [============================================================ ] 4586/4690 97% [============================================================ ] 4587/4690 97% [============================================================ ] 4588/4690 97% [============================================================ ] 4589/4690 97% [============================================================ ] 4590/4690 97% [============================================================ ] 4591/4690 97% [============================================================ ] 4592/4690 97% [============================================================ ] 4593/4690 97% [============================================================ ] 4594/4690 97% [============================================================ ] 4595/4690 97% [============================================================ ] 4596/4690 97% [============================================================ ] 4597/4690 98% [============================================================ ] 4598/4690 98% [============================================================ ] 4599/4690 98% [============================================================ ] 4600/4690 98% [============================================================ ] 4601/4690 98% [============================================================ ] 4602/4690 98% [============================================================ ] 4603/4690 98% [============================================================ ] 4604/4690 98% [============================================================ ] 4605/4690 98% [============================================================ ] 4606/4690 98% [============================================================ ] 4607/4690 98% [============================================================ ] 4608/4690 98% [============================================================ ] 4609/4690 98% [============================================================ ] 4610/4690 98% [============================================================ ] 4611/4690 98% [============================================================ ] 4612/4690 98% [============================================================ ] 4613/4690 98% [============================================================ ] 4614/4690 98% [============================================================= ] 4615/4690 98% [============================================================= ] 4616/4690 98% [============================================================= ] 4617/4690 98% [============================================================= ] 4618/4690 98% [============================================================= ] 4619/4690 98% [============================================================= ] 4620/4690 98% [============================================================= ] 4621/4690 98% [============================================================= ] 4622/4690 98% [============================================================= ] 4623/4690 98% [============================================================= ] 4624/4690 98% [============================================================= ] 4625/4690 98% [============================================================= ] 4626/4690 98% [============================================================= ] 4627/4690 98% [============================================================= ] 4628/4690 98% [============================================================= ] 4629/4690 98% [============================================================= ] 4630/4690 98% [============================================================= ] 4631/4690 98% [============================================================= ] 4632/4690 98% [============================================================= ] 4633/4690 98% [============================================================= ] 4634/4690 98% [============================================================= ] 4635/4690 98% [============================================================= ] 4636/4690 98% [============================================================= ] 4637/4690 98% [============================================================= ] 4638/4690 98% [============================================================= ] 4639/4690 98% [============================================================= ] 4640/4690 98% [============================================================= ] 4641/4690 98% [============================================================= ] 4642/4690 98% [============================================================= ] 4643/4690 98% [============================================================= ] 4644/4690 99% [============================================================= ] 4645/4690 99% [============================================================= ] 4646/4690 99% [============================================================= ] 4647/4690 99% [============================================================= ] 4648/4690 99% [============================================================= ] 4649/4690 99% [============================================================= ] 4650/4690 99% [============================================================= ] 4651/4690 99% [============================================================= ] 4652/4690 99% [============================================================= ] 4653/4690 99% [============================================================= ] 4654/4690 99% [============================================================= ] 4655/4690 99% [============================================================= ] 4656/4690 99% [============================================================= ] 4657/4690 99% [============================================================= ] 4658/4690 99% [============================================================= ] 4659/4690 99% [============================================================= ] 4660/4690 99% [============================================================= ] 4661/4690 99% [============================================================= ] 4662/4690 99% [============================================================= ] 4663/4690 99% [============================================================= ] 4664/4690 99% [============================================================= ] 4665/4690 99% [============================================================= ] 4666/4690 99% [============================================================= ] 4667/4690 99% [============================================================= ] 4668/4690 99% [============================================================= ] 4669/4690 99% [============================================================= ] 4670/4690 99% [============================================================= ] 4671/4690 99% [============================================================= ] 4672/4690 99% [============================================================= ] 4673/4690 99% [============================================================= ] 4674/4690 99% [============================================================= ] 4675/4690 99% [============================================================= ] 4676/4690 99% [============================================================= ] 4677/4690 99% [============================================================= ] 4678/4690 99% [============================================================= ] 4679/4690 99% [============================================================= ] 4680/4690 99% [============================================================= ] 4681/4690 99% [============================================================= ] 4682/4690 99% [============================================================= ] 4683/4690 99% [============================================================= ] 4684/4690 99% [============================================================= ] 4685/4690 99% [============================================================= ] 4686/4690 99% [============================================================= ] 4687/4690 99% [============================================================= ] 4688/4690 99% [============================================================= ] 4689/4690 99% [==============================================================] 4690/4690 100% operation complete, 4690 objects in 55007 NAND pages. ln -snf /home/thomas/autobuild/instance-1/output-1/host/arceb-buildroot-linux-uclibc/sysroot /home/thomas/autobuild/instance-1/output-1/staging make: Leaving directory '/home/thomas/autobuild/instance-1/buildroot' make: Entering directory '/home/thomas/autobuild/instance-1/buildroot' >>> Buildroot 2022.08-rc1-3091-g00709af66e Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.4.0 Collecting legal info >>> host-binutils 2.39 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-isl 0.25 Collecting legal info LICENSE: OK (sha256: 3a2c398103f6bca0f50a9a9465deca9230b370b0212af5fdf31ed88a36215c30) >>> 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) >>> uclibc 1.0.43 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 10.4.0 Collecting legal info >>> linux-headers 5.4.233 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> alsa-lib 1.2.8 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> altera-stapl 0.3.3 Collecting legal info COPYING: OK (sha256: d8c320ffc0030d1b096ae4732b50d2b811cf95e9a9b7377c1127b2563e0a0388) >>> libgpiod 1.6.3 Collecting legal info COPYING: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> 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) >>> openssl Collecting legal info >>> libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> sqlite 3.41.2 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> arptables 0.0.5 Collecting legal info COPYING: OK (sha256: ebdb8ae564c952792017ec680e2edd30443642216eb9f8a3d8fa166c0cb628c1) >>> at 3.2.5 Collecting legal info Copyright: OK (sha256: 01dccc0975aa9ba1a9f83e7c5e04f16077353d3c72a0a759b8846ee7a5b2b616) COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> atest 895b0183a89c15f5e2305a6795bb1667753cd3f0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> blktrace 1.3.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> chartjs 3.9.1 Collecting legal info ERROR: No hash found for LICENSE.md >>> host-checksec 2.6.0 Collecting legal info LICENSE.txt: OK (sha256: 55154b4be6dfcb3ff29d1e3648d0d07b3943a5fcc3af7c2e0e799b074734f722) >>> collectl 4.3.2 Collecting legal info COPYING: OK (sha256: 264fe27852db5624e6a9a9845b4e14e91ee5007305b33e5556dfade394d578a8) ARTISTIC: OK (sha256: b92800d37afa2aa03c02817ff3b68efc7236436fe76af06ad9b1fc4682f59bcb) GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> conntrack-tools 1.4.7 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_conntrack 1.0.9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_cthelper 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_cttimeout 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_queue 1.0.5 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> dcron 1ba33c3325df48de46263276a43ed76cf9d81518 Collecting legal info COPYING: OK (sha256: 640d90f6ee401241ff62834d0d1b33f83049e99b8bfdfa04ed1b0a1635dde3e7) >>> dropwatch 1.5.4 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libpcap 1.10.3 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> host-e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> earlyoom 1.7 Collecting legal info LICENSE: OK (sha256: e730b3ec729de46d987ae73f30ed337e4cbe832f09205330acfa71848c6e0087) >>> easy-rsa 3.1.1 Collecting legal info COPYING.md: OK (sha256: 7c4a4fc71745d93a87278801f1bca555562ca23f21e18293add64b9e6f6b7bf1) gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-exfatprogs 1.2.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> faifa 0.1 Collecting legal info COPYING: OK (sha256: 9b62e4601b2b9cd5719a393e88ed71a8304048862502db765ed9d6ff8cf38c5e) >>> fbdump 0.4.2 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> font-awesome 4.7.0 Collecting legal info >>> genpart 1.0.2 Collecting legal info >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ifenslave 2.9 Collecting legal info debian/copyright: OK (sha256: 299e00f3afc0e6ea0685340df73ad444e58e6fe0229989ba0983f5f33e275c41) >>> initscripts Collecting legal info >>> jpeg-turbo 2.1.4 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> jpeg Collecting legal info >>> libavl 0.3.5 Collecting legal info COPYING: OK (sha256: 767a9accfe3b110153b567983b98889469dfaae02899a632aeadbb81ad611293) >>> libb64 1.2.1 Collecting legal info LICENSE: OK (sha256: 834b7afa1b3c40289a3be775d3625016be1c0d7ea7a4a26c1eb207f53dc961d8) >>> libbson 1.9.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) THIRD_PARTY_NOTICES: OK (sha256: 8dc5cb3146b026715e6c145621c7732f36c295d825b7b3a03076ad3f238db48e) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdvdread 6.1.3 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> libgit2 1.6.2 Collecting legal info COPYING: OK (sha256: 6f3c2cd59b057e366c1acc073b038135c52d77892bb33bd4d931c5369d3f062b) >>> libhttpparser 2.9.4 Collecting legal info LICENSE-MIT: OK (sha256: 79e6ba8b687cb54786207342b9b6fcee0ac10218453ed9009b84d949b2233cc0) >>> libgphoto2 2.5.27 Collecting legal info COPYING: OK (sha256: ebc385a0b1d477be5177ed6d9129557aa59a3ad0f26ebe7dd97ee942a0fb68ee) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libiio 0.24 Collecting legal info COPYING.txt: OK (sha256: 102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b) >>> libserialport 0.1.1 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libmicrohttpd 0.9.76 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libuhttpd 3.14.1 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> libuio 6ef3d8d096a641686bfdd112035aa04aa16fe81a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libunibreak 5.1 Collecting legal info LICENCE: OK (sha256: 0c57e2ec42ece17791a75d2f9b2f8e0663181be008667a507f765b3ef22522db) >>> libupnp 1.14.13 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> libuwsc 3.3.5 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> matio 1.5.23 Collecting legal info COPYING: OK (sha256: 3ed9a50d754fcc92d4accb8448e397eafeab686796b2a7445557ce782806e239) >>> mbuffer 20220418 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> mksh 59c Collecting legal info mksh.1: OK (sha256: abf44a61ec777c98f8ae7e08e4fe25fe258e0c470215e2eeb22816f6bae72c80) >>> motion 4.5.1 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> msmtp 1.8.22 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> nettle 3.8.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> odhcp6c 53f07e90b7f1da6977143a488dd5cb73a33b233b Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> openipmi 2.0.33 Collecting legal info COPYING.LIB: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.BSD: OK (sha256: 185323a62589e7ee80f86bf2ea29caad9a09fdda0ea3f1c00db8b778c7edf60e) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> opensc 0.22.0 Collecting legal info COPYING: OK (sha256: 376b54d4c5f4aa99421823fa4da93e3ab73096fce2400e89858632aa7da24a14) >>> pcsc-lite 1.9.9 Collecting legal info COPYING: OK (sha256: 40d4358bb8dc8d30f5365ae6d999b6f820bbc051b292912482f2e4d0ebd837e1) GPL-3.0.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> openvpn 2.5.7 Collecting legal info COPYRIGHT.GPL: OK (sha256: 1fcb78d7e478bb8a9408010bdc91b36e213b1facfad093df3f7ce7e28af19043) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> perl-crypt-blowfish 2.14 Collecting legal info COPYRIGHT: OK (sha256: d61437443e6912d03677874c7baef242f28119c2c5d8b92b0f3f3660200f98d4) >>> host-perl 5.36.0 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 06bab256e2e039c59d2ca3c5853425317b4a0f251fe4e5d5201a987b11fc4f78) >>> perl 5.36.0 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 06bab256e2e039c59d2ca3c5853425317b4a0f251fe4e5d5201a987b11fc4f78) >>> perl-data-uuid 1.226 Collecting legal info LICENSE: OK (sha256: 0560c8eea8e1fb8173faa6c2e9b7e9f8728b8ae8250a814709a53c30b778d5fb) >>> perl-dbi 1.643 Collecting legal info LICENSE: OK (sha256: 33453c8b0d8d474a42669ac702a13c20f39c91a34b3df4e6ca778fc2f0f711c7) >>> perl-dist-checkconflicts 0.11 Collecting legal info LICENSE: OK (sha256: b4e0637ed96008ddcbf7e0ddeb73967df3d0b4dc62a6b7fdb86eac37018cb12e) >>> perl-encode-locale 1.05 Collecting legal info README: OK (sha256: edfeacafbed5a0f2c4a2a3db3fb0274a7f210768d01c853c60b7feac841c83c8) >>> perl-html-parser 3.80 Collecting legal info LICENSE: OK (sha256: 9081922eb873ec1809c20672a7385a65f3c6b1163166bf69b2bbe986fb5b0159) >>> perl-html-tagset 3.20 Collecting legal info README: OK (sha256: 275cc182d78ac2db6856442c5d334c925350fb56fe83ee3577f5850317423419) >>> perl-http-date 6.05 Collecting legal info LICENSE: OK (sha256: 305b71c4d2fd6380585689c5f1c620737a36a318ce0f9c772badce0fe293a44e) >>> perl-http-message 6.44 Collecting legal info LICENSE: OK (sha256: f2f428b5f8a3bf4e6a71cd5ea92558a3d123d3d7c5075d34923e71e46dea94df) >>> perl-i18n 0.13 Collecting legal info README: OK (sha256: 4755e5f2096e8ef0494f1565bf5a028a8fb4eeb5c1250e7d30948d1ed13c5ad7) >>> perl-io-html 1.004 Collecting legal info LICENSE: OK (sha256: 669fdd41b60ef6169a975b87a5fe35c50e81b9efc8f96b2459f4fbb238079d84) >>> perl-json-tiny 0.58 Collecting legal info LICENSE: OK (sha256: 19e2e0f2079ea1ce1576eb4ecc0575b33fe45b2b8e71f4aa589d6bedd1da4e0a) >>> perl-locale-maketext-lexicon 1.00 Collecting legal info LICENSE: OK (sha256: af693c8c99bee68656f09328c97d50b24eb742ae4473f57cdafaa90691807fbe) >>> perl-lwp-mediatypes 6.04 Collecting legal info LICENSE: OK (sha256: e84ac5ab84ace59952d2640e0ca4522eb0aaa8c2aa696352d1252aa109ea20bc) >>> perl-module-implementation 0.09 Collecting legal info LICENSE: OK (sha256: dd34e4dbcadfaa3db992201873e1cbb4b4f4c18e9bf000821d5c768e66d7ff0b) >>> perl-module-runtime 0.016 Collecting legal info README: OK (sha256: ad1761020436687e8493208336ef53e84589fdba212da59b05b8111cca75ddc1) >>> host-perl-module-build 0.4232 Collecting legal info LICENSE: OK (sha256: f35ac2cc6b808a38c42c2d230b875217b0a24bb51e5a497ebb630cbb3d806c3e) >>> perl-mojolicious-plugin-authentication 1.37 Collecting legal info LICENSE: OK (sha256: 37d219684a6c5f8754435fb0dd36a779121e416553fd6a75e22a7545039d1021) >>> perl-mojolicious 9.31 Collecting legal info LICENSE: OK (sha256: 19e2e0f2079ea1ce1576eb4ecc0575b33fe45b2b8e71f4aa589d6bedd1da4e0a) >>> perl-package-stash 0.39 Collecting legal info LICENSE: OK (sha256: 810b319a6f4a53c9cbbef513da17b2f0c872accd149bb889f153f4b78cf8cbb8) >>> perl-path-tiny 0.144 Collecting legal info LICENSE: OK (sha256: c1a19c0d83f668a784640c0b41e024f37b182ad38011b170f9200123e57f6070) >>> perl-timedate 2.33 Collecting legal info README: OK (sha256: e72e67533eb3ddd705ae718898945e2f3bf3702e91e85bb67824575706bd5bf9) >>> perl-try-tiny 0.31 Collecting legal info LICENCE: OK (sha256: f1864ede834871a1207fcd19838b6bd5e1ff0a8704f5cc523fc397126041ed0b) >>> perl-uri 5.17 Collecting legal info LICENSE: OK (sha256: d4f0b7a8771dcb1eee79a38c2e466eb997e23565a6687dd1900a2027eabe12a0) >>> pppd 2.4.9 Collecting legal info pppd/tdb.c: OK (sha256: 3990c65c506885f7bb75455d1d6188743a14ad46f5b62e136ef3739aed52c532) pppd/plugins/pppoatm/COPYING: OK (sha256: 1822ead9d2854adfbd282322b29730a3fec4cc67f6f6a2e487aad3476e3afd59) pppdump/bsd-comp.c: OK (sha256: d759ec16875a69c2d5529f8cb3c040fef8fe38d26f70457aadb73c91b72746c8) pppd/ccp.c: OK (sha256: c0d0f14b6ec9948332f10ded741293ed1f3b96e0d266e4903b605a6e1f8af7cd) pppd/plugins/passprompt.c: OK (sha256: 367f334c509db2b293aea5ce9f54284d9a9f6e0a9e0c6e305d544079baf8ab63) >>> procps-ng 3.3.17 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: 681e386e44a19d7d0674b4320272c90e66b6610b741e7e6305f8219c42e85366) >>> rp-pppoe 3.15 Collecting legal info doc/LICENSE: OK (sha256: 464006ba771074f4022db14f58a29a0b447b6fdde9529cf0331be396b6279162) >>> rs485conf 5c8d00cf70950fab3454549b81dea843d844492a Collecting legal info LICENSE: OK (sha256: 3e5c80d50879a9572ac9e463215a942490a67b56dfd8a3e27004d7c62e0493c8) >>> rsync 3.2.7 Collecting legal info COPYING: OK (sha256: 85c19ea50a224c2d0067a69c083584e5717b40b76610ec1218f91385775067dd) >>> sane-backends 1.1.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sredird 2.2.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> subversion 1.14.2 Collecting legal info LICENSE: OK (sha256: 484aff0cfbb81155a10f903ed756e27e9fc65578c245a295bae295c4bb51eaad) >>> utf8proc 2.8.0 Collecting legal info LICENSE.md: OK (sha256: 3b510150d34f248a221bb88e1d811238d6c6c18b51231822c42974c39bb07256) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> tcl 8.6.12 Collecting legal info license.terms: OK (sha256: c0a69a2bfd757361ec7e6143973b103c90409316b49e9c88db26ad6388e79f16) >>> tpm2-tss 3.1.0 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> tz Collecting legal info >>> host-tzdata 2022f Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-zic 2022f Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-tzdump e1a52ce12a701b8ea4163d6719713e38c0e53d35 Collecting legal info >>> host-uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> uemacs 1cdcf9df88144049750116e36fe20c8c39fa2517 Collecting legal info README: OK (sha256: 6e2a4cf41ec8d4379c154923349733bc0d3935c6fa72c4337cf1bc137b98b90a) >>> usb_modeswitch 2.6.1 Collecting legal info COPYING: OK (sha256: 6195429209313925c0eba6c0da4ee7a6cb4277b99e35c886913f80f91ec20b94) >>> usb_modeswitch_data 20191128 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> ushare 2.1 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> wilink-bt-firmware 43fca73c6a98c63fcb98f82af5bf83761778e005 Collecting legal info LICENSE: OK (sha256: 21fd99ce784dc33b39ec0b4a383a9a9b8dafea261d73ad4548683c4eecd87f37) >>> wolfssl 5.5.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSING: OK (sha256: b23c1da1f85d699d3288d73c952b4cd02760d23dc1ddc1b221cbb8be82387189) >>> zd1211-firmware 1.5 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.30.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-10.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.4.233: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: font-awesome-4.7.0: cannot save license (FONT_AWESOME_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (GENPART_LICENSE_FILES not defined) WARNING: tzdump-e1a52ce12a701b8ea4163d6719713e38c0e53d35: cannot save license (HOST_TZDUMP_LICENSE_FILES not defined) Legal info produced in /home/thomas/autobuild/instance-1/output-1/legal-info make: Leaving directory '/home/thomas/autobuild/instance-1/buildroot'