mkdir -p /home/autobuild/autobuild/instance-10/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-10/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/autobuild/autobuild/instance-10/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-10/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-10/output-1/target/etc/shells ln -sf zsh /home/autobuild/autobuild/instance-10/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,zsh,' /home/autobuild/autobuild/instance-10/output-1/target/etc/passwd if [ -x /home/autobuild/autobuild/instance-10/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-10/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-10/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-10/output-1/target/etc/inittab; fi /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~# S0:1:respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /home/autobuild/autobuild/instance-10/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/autobuild/autobuild/instance-10/output-1/target/etc/inittab grep -qsE '^/bin/zsh$' /home/autobuild/autobuild/instance-10/output-1/target/etc/shells || echo "/bin/zsh" >> /home/autobuild/autobuild/instance-10/output-1/target/etc/shells rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/include /home/autobuild/autobuild/instance-10/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-10/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-10/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-10/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-10/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-10/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-10/output-1/target/usr/doc find /home/autobuild/autobuild/instance-10/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-10/output-1/target/lib/ /home/autobuild/autobuild/instance-10/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-10/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/autobuild/autobuild/instance-10/output-1/target/usr/libexec/': No such file or directory rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-10/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/man /home/autobuild/autobuild/instance-10/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/info /home/autobuild/autobuild/instance-10/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/doc /home/autobuild/autobuild/instance-10/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-10/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-10/output-1/target/lib/debug /home/autobuild/autobuild/instance-10/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-10/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/autobuild/autobuild/instance-10/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-10/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-10/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/autobuild/autobuild/instance-10/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.11-rc1-11-gdfe68fc8d5"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.11-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2023.11-rc1\"" \ ) > /home/autobuild/autobuild/instance-10/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-10/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-10/output-1/per-package \ /home/autobuild/autobuild/instance-10/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-10/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs printf ' chrony -1 chrony -1 * /run/chrony - - Time daemon\n\n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_users_table.txt printf ' \n' > /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.jffs2 mkdir -p /home/autobuild/autobuild/instance-10/output-1/images rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2 mkdir -p /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-10/output-1/target/ /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/target" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-10/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/target >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/fakeroot echo "/home/autobuild/autobuild/instance-10/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/target" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/fakeroot printf ' /home/autobuild/autobuild/instance-10/output-1/host/sbin/mkfs.jffs2 -e 0x20000 --with-xattr -l -d /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/target -o /home/autobuild/autobuild/instance-10/output-1/images/rootfs.jffs2\n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-10/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/target table='/home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt' mkfs.jffs2: error!: Page size for this system is by default 16384 mkfs.jffs2: error!: Use the --pagesize=SIZE option if this is not what you want >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-10/output-1/images rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-10/output-1/target/ /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-10/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-10/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-10/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-10/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-10/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 4189 objects. stage 2: creating image '/home/autobuild/autobuild/instance-10/output-1/images/rootfs.yaffs2' [ ] 1/4189 0% [ ] 2/4189 0% [ ] 3/4189 0% [ ] 4/4189 0% [ ] 5/4189 0% [ ] 6/4189 0% [ ] 7/4189 0% [ ] 8/4189 0% [ ] 9/4189 0% [ ] 10/4189 0% [ ] 11/4189 0% [ ] 12/4189 0% [ ] 13/4189 0% [ ] 14/4189 0% [ ] 15/4189 0% [ ] 16/4189 0% [ ] 17/4189 0% [ ] 18/4189 0% [ ] 19/4189 0% [ ] 20/4189 0% [ ] 21/4189 0% [ ] 22/4189 0% [ ] 23/4189 0% [ ] 24/4189 0% [ ] 25/4189 0% [ ] 26/4189 0% [ ] 27/4189 0% [ ] 28/4189 0% [ ] 29/4189 0% [ ] 30/4189 0% [ ] 31/4189 0% [ ] 32/4189 0% [ ] 33/4189 0% [ ] 34/4189 0% [ ] 35/4189 0% [ ] 36/4189 0% [ ] 37/4189 0% [ ] 38/4189 0% [ ] 39/4189 0% [ ] 40/4189 0% [ ] 41/4189 0% [ ] 42/4189 1% [ ] 43/4189 1% [ ] 44/4189 1% [ ] 45/4189 1% [ ] 46/4189 1% [ ] 47/4189 1% [ ] 48/4189 1% [ ] 49/4189 1% [ ] 50/4189 1% [ ] 51/4189 1% [ ] 52/4189 1% [ ] 53/4189 1% [ ] 54/4189 1% [ ] 55/4189 1% [ ] 56/4189 1% [ ] 57/4189 1% [ ] 58/4189 1% [ ] 59/4189 1% [ ] 60/4189 1% [ ] 61/4189 1% [ ] 62/4189 1% [ ] 63/4189 1% [ ] 64/4189 1% [ ] 65/4189 1% [ ] 66/4189 1% [ ] 67/4189 1% [= ] 68/4189 1% [= ] 69/4189 1% [= ] 70/4189 1% [= ] 71/4189 1% [= ] 72/4189 1% [= ] 73/4189 1% [= ] 74/4189 1% [= ] 75/4189 1% [= ] 76/4189 1% [= ] 77/4189 1% [= ] 78/4189 1% [= ] 79/4189 1% [= ] 80/4189 1% [= ] 81/4189 1% [= ] 82/4189 1% [= ] 83/4189 1% [= ] 84/4189 2% [= ] 85/4189 2% [= ] 86/4189 2% [= ] 87/4189 2% [= ] 88/4189 2% [= ] 89/4189 2% [= ] 90/4189 2% [= ] 91/4189 2% [= ] 92/4189 2% [= ] 93/4189 2% [= ] 94/4189 2% [= ] 95/4189 2% [= ] 96/4189 2% [= ] 97/4189 2% [= ] 98/4189 2% [= ] 99/4189 2% [= ] 100/4189 2% [= ] 101/4189 2% [= ] 102/4189 2% [= ] 103/4189 2% [= ] 104/4189 2% [= ] 105/4189 2% [= ] 106/4189 2% [= ] 107/4189 2% [= ] 108/4189 2% [= ] 109/4189 2% [= ] 110/4189 2% [= ] 111/4189 2% [= ] 112/4189 2% [= ] 113/4189 2% [= ] 114/4189 2% [= ] 115/4189 2% [= ] 116/4189 2% [= ] 117/4189 2% [= ] 118/4189 2% [= ] 119/4189 2% [= ] 120/4189 2% [= ] 121/4189 2% [= ] 122/4189 2% [= ] 123/4189 2% [= ] 124/4189 2% [= ] 125/4189 2% [= ] 126/4189 3% [= ] 127/4189 3% [= ] 128/4189 3% [= ] 129/4189 3% [= ] 130/4189 3% [= ] 131/4189 3% [= ] 132/4189 3% [= ] 133/4189 3% [= ] 134/4189 3% [= ] 135/4189 3% [== ] 136/4189 3% [== ] 137/4189 3% [== ] 138/4189 3% [== ] 139/4189 3% [== ] 140/4189 3% [== ] 141/4189 3% [== ] 142/4189 3% [== ] 143/4189 3% [== ] 144/4189 3% [== ] 145/4189 3% [== ] 146/4189 3% [== ] 147/4189 3% [== ] 148/4189 3% [== ] 149/4189 3% [== ] 150/4189 3% [== ] 151/4189 3% [== ] 152/4189 3% [== ] 153/4189 3% [== ] 154/4189 3% [== ] 155/4189 3% [== ] 156/4189 3% [== ] 157/4189 3% [== ] 158/4189 3% [== ] 159/4189 3% [== ] 160/4189 3% [== ] 161/4189 3% [== ] 162/4189 3% [== ] 163/4189 3% [== ] 164/4189 3% [== ] 165/4189 3% [== ] 166/4189 3% [== ] 167/4189 3% [== ] 168/4189 4% [== ] 169/4189 4% [== ] 170/4189 4% [== ] 171/4189 4% [== ] 172/4189 4% [== ] 173/4189 4% [== ] 174/4189 4% [== ] 175/4189 4% [== ] 176/4189 4% [== ] 177/4189 4% [== ] 178/4189 4% [== ] 179/4189 4% [== ] 180/4189 4% [== ] 181/4189 4% [== ] 182/4189 4% [== ] 183/4189 4% [== ] 184/4189 4% [== ] 185/4189 4% [== ] 186/4189 4% [== ] 187/4189 4% [== ] 188/4189 4% [== ] 189/4189 4% [== ] 190/4189 4% [== ] 191/4189 4% [== ] 192/4189 4% [== ] 193/4189 4% [== ] 194/4189 4% [== ] 195/4189 4% [== ] 196/4189 4% [== ] 197/4189 4% [== ] 198/4189 4% [== ] 199/4189 4% [== ] 200/4189 4% [== ] 201/4189 4% [== ] 202/4189 4% [=== ] 203/4189 4% [=== ] 204/4189 4% [=== ] 205/4189 4% [=== ] 206/4189 4% [=== ] 207/4189 4% [=== ] 208/4189 4% [=== ] 209/4189 4% [=== ] 210/4189 5% [=== ] 211/4189 5% [=== ] 212/4189 5% [=== ] 213/4189 5% [=== ] 214/4189 5% [=== ] 215/4189 5% [=== ] 216/4189 5% [=== ] 217/4189 5% [=== ] 218/4189 5% [=== ] 219/4189 5% [=== ] 220/4189 5% [=== ] 221/4189 5% [=== ] 222/4189 5% [=== ] 223/4189 5% [=== ] 224/4189 5% [=== ] 225/4189 5% [=== ] 226/4189 5% [=== ] 227/4189 5% [=== ] 228/4189 5% [=== ] 229/4189 5% [=== ] 230/4189 5% [=== ] 231/4189 5% [=== ] 232/4189 5% [=== ] 233/4189 5% [=== ] 234/4189 5% [=== ] 235/4189 5% [=== ] 236/4189 5% [=== ] 237/4189 5% [=== ] 238/4189 5% [=== ] 239/4189 5% [=== ] 240/4189 5% [=== ] 241/4189 5% [=== ] 242/4189 5% [=== ] 243/4189 5% [=== ] 244/4189 5% [=== ] 245/4189 5% [=== ] 246/4189 5% [=== ] 247/4189 5% [=== ] 248/4189 5% [=== ] 249/4189 5% [=== ] 250/4189 5% [=== ] 251/4189 5% [=== ] 252/4189 6% [=== ] 253/4189 6% [=== ] 254/4189 6% [=== ] 255/4189 6% [=== ] 256/4189 6% [=== ] 257/4189 6% [=== ] 258/4189 6% [=== ] 259/4189 6% [=== ] 260/4189 6% [=== ] 261/4189 6% [=== ] 262/4189 6% [=== ] 263/4189 6% [=== ] 264/4189 6% [=== ] 265/4189 6% [=== ] 266/4189 6% [=== ] 267/4189 6% [=== ] 268/4189 6% [=== ] 269/4189 6% [=== ] 270/4189 6% [==== ] 271/4189 6% [==== ] 272/4189 6% [==== ] 273/4189 6% [==== ] 274/4189 6% [==== ] 275/4189 6% [==== ] 276/4189 6% [==== ] 277/4189 6% [==== ] 278/4189 6% [==== ] 279/4189 6% [==== ] 280/4189 6% [==== ] 281/4189 6% [==== ] 282/4189 6% [==== ] 283/4189 6% [==== ] 284/4189 6% [==== ] 285/4189 6% [==== ] 286/4189 6% [==== ] 287/4189 6% [==== ] 288/4189 6% [==== ] 289/4189 6% [==== ] 290/4189 6% [==== ] 291/4189 6% [==== ] 292/4189 6% [==== ] 293/4189 6% [==== ] 294/4189 7% [==== ] 295/4189 7% [==== ] 296/4189 7% [==== ] 297/4189 7% [==== ] 298/4189 7% [==== ] 299/4189 7% [==== ] 300/4189 7% [==== ] 301/4189 7% [==== ] 302/4189 7% [==== ] 303/4189 7% [==== ] 304/4189 7% [==== ] 305/4189 7% [==== ] 306/4189 7% [==== ] 307/4189 7% [==== ] 308/4189 7% [==== ] 309/4189 7% [==== ] 310/4189 7% [==== ] 311/4189 7% [==== ] 312/4189 7% [==== ] 313/4189 7% [==== ] 314/4189 7% [==== ] 315/4189 7% [==== ] 316/4189 7% [==== ] 317/4189 7% [==== ] 318/4189 7% [==== ] 319/4189 7% [==== ] 320/4189 7% [==== ] 321/4189 7% [==== ] 322/4189 7% [==== ] 323/4189 7% [==== ] 324/4189 7% [==== ] 325/4189 7% [==== ] 326/4189 7% [==== ] 327/4189 7% [==== ] 328/4189 7% [==== ] 329/4189 7% [==== ] 330/4189 7% [==== ] 331/4189 7% [==== ] 332/4189 7% [==== ] 333/4189 7% [==== ] 334/4189 7% [==== ] 335/4189 7% [==== ] 336/4189 8% [==== ] 337/4189 8% [===== ] 338/4189 8% [===== ] 339/4189 8% [===== ] 340/4189 8% [===== ] 341/4189 8% [===== ] 342/4189 8% [===== ] 343/4189 8% [===== ] 344/4189 8% [===== ] 345/4189 8% [===== ] 346/4189 8% [===== ] 347/4189 8% [===== ] 348/4189 8% [===== ] 349/4189 8% [===== ] 350/4189 8% [===== ] 351/4189 8% [===== ] 352/4189 8% [===== ] 353/4189 8% [===== ] 354/4189 8% [===== ] 355/4189 8% [===== ] 356/4189 8% [===== ] 357/4189 8% [===== ] 358/4189 8% [===== ] 359/4189 8% [===== ] 360/4189 8% [===== ] 361/4189 8% [===== ] 362/4189 8% [===== ] 363/4189 8% [===== ] 364/4189 8% [===== ] 365/4189 8% [===== ] 366/4189 8% [===== ] 367/4189 8% [===== ] 368/4189 8% [===== ] 369/4189 8% [===== ] 370/4189 8% [===== ] 371/4189 8% [===== ] 372/4189 8% [===== ] 373/4189 8% [===== ] 374/4189 8% [===== ] 375/4189 8% [===== ] 376/4189 8% [===== ] 377/4189 8% [===== ] 378/4189 9% [===== ] 379/4189 9% [===== ] 380/4189 9% [===== ] 381/4189 9% [===== ] 382/4189 9% [===== ] 383/4189 9% [===== ] 384/4189 9% [===== ] 385/4189 9% [===== ] 386/4189 9% [===== ] 387/4189 9% [===== ] 388/4189 9% [===== ] 389/4189 9% [===== ] 390/4189 9% [===== ] 391/4189 9% [===== ] 392/4189 9% [===== ] 393/4189 9% [===== ] 394/4189 9% [===== ] 395/4189 9% [===== ] 396/4189 9% [===== ] 397/4189 9% [===== ] 398/4189 9% [===== ] 399/4189 9% [===== ] 400/4189 9% [===== ] 401/4189 9% [===== ] 402/4189 9% [===== ] 403/4189 9% [===== ] 404/4189 9% [===== ] 405/4189 9% [====== ] 406/4189 9% [====== ] 407/4189 9% [====== ] 408/4189 9% [====== ] 409/4189 9% [====== ] 410/4189 9% [====== ] 411/4189 9% [====== ] 412/4189 9% [====== ] 413/4189 9% [====== ] 414/4189 9% [====== ] 415/4189 9% [====== ] 416/4189 9% [====== ] 417/4189 9% [====== ] 418/4189 9% [====== ] 419/4189 10% [====== ] 420/4189 10% [====== ] 421/4189 10% [====== ] 422/4189 10% [====== ] 423/4189 10% [====== ] 424/4189 10% [====== ] 425/4189 10% [====== ] 426/4189 10% [====== ] 427/4189 10% [====== ] 428/4189 10% [====== ] 429/4189 10% [====== ] 430/4189 10% [====== ] 431/4189 10% [====== ] 432/4189 10% [====== ] 433/4189 10% [====== ] 434/4189 10% [====== ] 435/4189 10% [====== ] 436/4189 10% [====== ] 437/4189 10% [====== ] 438/4189 10% [====== ] 439/4189 10% [====== ] 440/4189 10% [====== ] 441/4189 10% [====== ] 442/4189 10% [====== ] 443/4189 10% [====== ] 444/4189 10% [====== ] 445/4189 10% [====== ] 446/4189 10% [====== ] 447/4189 10% [====== ] 448/4189 10% [====== ] 449/4189 10% [====== ] 450/4189 10% [====== ] 451/4189 10% [====== ] 452/4189 10% [====== ] 453/4189 10% [====== ] 454/4189 10% [====== ] 455/4189 10% [====== ] 456/4189 10% [====== ] 457/4189 10% [====== ] 458/4189 10% [====== ] 459/4189 10% [====== ] 460/4189 10% [====== ] 461/4189 11% [====== ] 462/4189 11% [====== ] 463/4189 11% [====== ] 464/4189 11% [====== ] 465/4189 11% [====== ] 466/4189 11% [====== ] 467/4189 11% [====== ] 468/4189 11% [====== ] 469/4189 11% [====== ] 470/4189 11% [====== ] 471/4189 11% [====== ] 472/4189 11% [======= ] 473/4189 11% [======= ] 474/4189 11% [======= ] 475/4189 11% [======= ] 476/4189 11% [======= ] 477/4189 11% [======= ] 478/4189 11% [======= ] 479/4189 11% [======= ] 480/4189 11% [======= ] 481/4189 11% [======= ] 482/4189 11% [======= ] 483/4189 11% [======= ] 484/4189 11% [======= ] 485/4189 11% [======= ] 486/4189 11% [======= ] 487/4189 11% [======= ] 488/4189 11% [======= ] 489/4189 11% [======= ] 490/4189 11% [======= ] 491/4189 11% [======= ] 492/4189 11% [======= ] 493/4189 11% [======= ] 494/4189 11% [======= ] 495/4189 11% [======= ] 496/4189 11% [======= ] 497/4189 11% [======= ] 498/4189 11% [======= ] 499/4189 11% [======= ] 500/4189 11% [======= ] 501/4189 11% [======= ] 502/4189 11% [======= ] 503/4189 12% [======= ] 504/4189 12% [======= ] 505/4189 12% [======= ] 506/4189 12% [======= ] 507/4189 12% [======= ] 508/4189 12% [======= ] 509/4189 12% [======= ] 510/4189 12% [======= ] 511/4189 12% [======= ] 512/4189 12% [======= ] 513/4189 12% [======= ] 514/4189 12% [======= ] 515/4189 12% [======= ] 516/4189 12% [======= ] 517/4189 12% [======= ] 518/4189 12% [======= ] 519/4189 12% [======= ] 520/4189 12% [======= ] 521/4189 12% [======= ] 522/4189 12% [======= ] 523/4189 12% [======= ] 524/4189 12% [======= ] 525/4189 12% [======= ] 526/4189 12% [======= ] 527/4189 12% [======= ] 528/4189 12% [======= ] 529/4189 12% [======= ] 530/4189 12% [======= ] 531/4189 12% [======= ] 532/4189 12% [======= ] 533/4189 12% [======= ] 534/4189 12% [======= ] 535/4189 12% [======= ] 536/4189 12% [======= ] 537/4189 12% [======= ] 538/4189 12% [======= ] 539/4189 12% [======= ] 540/4189 12% [======== ] 541/4189 12% [======== ] 542/4189 12% [======== ] 543/4189 12% [======== ] 544/4189 12% [======== ] 545/4189 13% [======== ] 546/4189 13% [======== ] 547/4189 13% [======== ] 548/4189 13% [======== ] 549/4189 13% [======== ] 550/4189 13% [======== ] 551/4189 13% [======== ] 552/4189 13% [======== ] 553/4189 13% [======== ] 554/4189 13% [======== ] 555/4189 13% [======== ] 556/4189 13% [======== ] 557/4189 13% [======== ] 558/4189 13% [======== ] 559/4189 13% [======== ] 560/4189 13% [======== ] 561/4189 13% [======== ] 562/4189 13% [======== ] 563/4189 13% [======== ] 564/4189 13% [======== ] 565/4189 13% [======== ] 566/4189 13% [======== ] 567/4189 13% [======== ] 568/4189 13% [======== ] 569/4189 13% [======== ] 570/4189 13% [======== ] 571/4189 13% [======== ] 572/4189 13% [======== ] 573/4189 13% [======== ] 574/4189 13% [======== ] 575/4189 13% [======== ] 576/4189 13% [======== ] 577/4189 13% [======== ] 578/4189 13% [======== ] 579/4189 13% [======== ] 580/4189 13% [======== ] 581/4189 13% [======== ] 582/4189 13% [======== ] 583/4189 13% [======== ] 584/4189 13% [======== ] 585/4189 13% [======== ] 586/4189 13% [======== ] 587/4189 14% [======== ] 588/4189 14% [======== ] 589/4189 14% [======== ] 590/4189 14% [======== ] 591/4189 14% [======== ] 592/4189 14% [======== ] 593/4189 14% [======== ] 594/4189 14% [======== ] 595/4189 14% [======== ] 596/4189 14% [======== ] 597/4189 14% [======== ] 598/4189 14% [======== ] 599/4189 14% [======== ] 600/4189 14% [======== ] 601/4189 14% [======== ] 602/4189 14% [======== ] 603/4189 14% [======== ] 604/4189 14% [======== ] 605/4189 14% [======== ] 606/4189 14% [======== ] 607/4189 14% [======== ] 608/4189 14% [========= ] 609/4189 14% [========= ] 610/4189 14% [========= ] 611/4189 14% [========= ] 612/4189 14% [========= ] 613/4189 14% [========= ] 614/4189 14% [========= ] 615/4189 14% [========= ] 616/4189 14% [========= ] 617/4189 14% [========= ] 618/4189 14% [========= ] 619/4189 14% [========= ] 620/4189 14% [========= ] 621/4189 14% [========= ] 622/4189 14% [========= ] 623/4189 14% [========= ] 624/4189 14% [========= ] 625/4189 14% [========= ] 626/4189 14% [========= ] 627/4189 14% [========= ] 628/4189 14% [========= ] 629/4189 15% [========= ] 630/4189 15% [========= ] 631/4189 15% [========= ] 632/4189 15% [========= ] 633/4189 15% [========= ] 634/4189 15% [========= ] 635/4189 15% [========= ] 636/4189 15% [========= ] 637/4189 15% [========= ] 638/4189 15% [========= ] 639/4189 15% [========= ] 640/4189 15% [========= ] 641/4189 15% [========= ] 642/4189 15% [========= ] 643/4189 15% [========= ] 644/4189 15% [========= ] 645/4189 15% [========= ] 646/4189 15% [========= ] 647/4189 15% [========= ] 648/4189 15% [========= ] 649/4189 15% [========= ] 650/4189 15% [========= ] 651/4189 15% [========= ] 652/4189 15% [========= ] 653/4189 15% [========= ] 654/4189 15% [========= ] 655/4189 15% [========= ] 656/4189 15% [========= ] 657/4189 15% [========= ] 658/4189 15% [========= ] 659/4189 15% [========= ] 660/4189 15% [========= ] 661/4189 15% [========= ] 662/4189 15% [========= ] 663/4189 15% [========= ] 664/4189 15% [========= ] 665/4189 15% [========= ] 666/4189 15% [========= ] 667/4189 15% [========= ] 668/4189 15% [========= ] 669/4189 15% [========= ] 670/4189 15% [========= ] 671/4189 16% [========= ] 672/4189 16% [========= ] 673/4189 16% [========= ] 674/4189 16% [========= ] 675/4189 16% [========== ] 676/4189 16% [========== ] 677/4189 16% [========== ] 678/4189 16% [========== ] 679/4189 16% [========== ] 680/4189 16% [========== ] 681/4189 16% [========== ] 682/4189 16% [========== ] 683/4189 16% [========== ] 684/4189 16% [========== ] 685/4189 16% [========== ] 686/4189 16% [========== ] 687/4189 16% [========== ] 688/4189 16% [========== ] 689/4189 16% [========== ] 690/4189 16% [========== ] 691/4189 16% [========== ] 692/4189 16% [========== ] 693/4189 16% [========== ] 694/4189 16% [========== ] 695/4189 16% [========== ] 696/4189 16% [========== ] 697/4189 16% [========== ] 698/4189 16% [========== ] 699/4189 16% [========== ] 700/4189 16% [========== ] 701/4189 16% [========== ] 702/4189 16% [========== ] 703/4189 16% [========== ] 704/4189 16% [========== ] 705/4189 16% [========== ] 706/4189 16% [========== ] 707/4189 16% [========== ] 708/4189 16% [========== ] 709/4189 16% [========== ] 710/4189 16% [========== ] 711/4189 16% [========== ] 712/4189 16% [========== ] 713/4189 17% [========== ] 714/4189 17% [========== ] 715/4189 17% [========== ] 716/4189 17% [========== ] 717/4189 17% [========== ] 718/4189 17% [========== ] 719/4189 17% [========== ] 720/4189 17% [========== ] 721/4189 17% [========== ] 722/4189 17% [========== ] 723/4189 17% [========== ] 724/4189 17% [========== ] 725/4189 17% [========== ] 726/4189 17% [========== ] 727/4189 17% [========== ] 728/4189 17% [========== ] 729/4189 17% [========== ] 730/4189 17% [========== ] 731/4189 17% [========== ] 732/4189 17% [========== ] 733/4189 17% [========== ] 734/4189 17% [========== ] 735/4189 17% [========== ] 736/4189 17% [========== ] 737/4189 17% [========== ] 738/4189 17% [========== ] 739/4189 17% [========== ] 740/4189 17% [========== ] 741/4189 17% [========== ] 742/4189 17% [========== ] 743/4189 17% [=========== ] 744/4189 17% [=========== ] 745/4189 17% [=========== ] 746/4189 17% [=========== ] 747/4189 17% [=========== ] 748/4189 17% [=========== ] 749/4189 17% [=========== ] 750/4189 17% [=========== ] 751/4189 17% [=========== ] 752/4189 17% [=========== ] 753/4189 17% [=========== ] 754/4189 17% [=========== ] 755/4189 18% [=========== ] 756/4189 18% [=========== ] 757/4189 18% [=========== ] 758/4189 18% [=========== ] 759/4189 18% [=========== ] 760/4189 18% [=========== ] 761/4189 18% [=========== ] 762/4189 18% [=========== ] 763/4189 18% [=========== ] 764/4189 18% [=========== ] 765/4189 18% [=========== ] 766/4189 18% [=========== ] 767/4189 18% [=========== ] 768/4189 18% [=========== ] 769/4189 18% [=========== ] 770/4189 18% [=========== ] 771/4189 18% [=========== ] 772/4189 18% [=========== ] 773/4189 18% [=========== ] 774/4189 18% [=========== ] 775/4189 18% [=========== ] 776/4189 18% [=========== ] 777/4189 18% [=========== ] 778/4189 18% [=========== ] 779/4189 18% [=========== ] 780/4189 18% [=========== ] 781/4189 18% [=========== ] 782/4189 18% [=========== ] 783/4189 18% [=========== ] 784/4189 18% [=========== ] 785/4189 18% [=========== ] 786/4189 18% [=========== ] 787/4189 18% [=========== ] 788/4189 18% [=========== ] 789/4189 18% [=========== ] 790/4189 18% [=========== ] 791/4189 18% [=========== ] 792/4189 18% [=========== ] 793/4189 18% [=========== ] 794/4189 18% [=========== ] 795/4189 18% [=========== ] 796/4189 19% [=========== ] 797/4189 19% [=========== ] 798/4189 19% [=========== ] 799/4189 19% [=========== ] 800/4189 19% [=========== ] 801/4189 19% [=========== ] 802/4189 19% [=========== ] 803/4189 19% [=========== ] 804/4189 19% [=========== ] 805/4189 19% [=========== ] 806/4189 19% [=========== ] 807/4189 19% [=========== ] 808/4189 19% [=========== ] 809/4189 19% [=========== ] 810/4189 19% [============ ] 811/4189 19% [============ ] 812/4189 19% [============ ] 813/4189 19% [============ ] 814/4189 19% [============ ] 815/4189 19% [============ ] 816/4189 19% [============ ] 817/4189 19% [============ ] 818/4189 19% [============ ] 819/4189 19% [============ ] 820/4189 19% [============ ] 821/4189 19% [============ ] 822/4189 19% [============ ] 823/4189 19% [============ ] 824/4189 19% [============ ] 825/4189 19% [============ ] 826/4189 19% [============ ] 827/4189 19% [============ ] 828/4189 19% [============ ] 829/4189 19% [============ ] 830/4189 19% [============ ] 831/4189 19% [============ ] 832/4189 19% [============ ] 833/4189 19% [============ ] 834/4189 19% [============ ] 835/4189 19% [============ ] 836/4189 19% [============ ] 837/4189 19% [============ ] 838/4189 20% [============ ] 839/4189 20% [============ ] 840/4189 20% [============ ] 841/4189 20% [============ ] 842/4189 20% [============ ] 843/4189 20% [============ ] 844/4189 20% [============ ] 845/4189 20% [============ ] 846/4189 20% [============ ] 847/4189 20% [============ ] 848/4189 20% [============ ] 849/4189 20% [============ ] 850/4189 20% [============ ] 851/4189 20% [============ ] 852/4189 20% [============ ] 853/4189 20% [============ ] 854/4189 20% [============ ] 855/4189 20% [============ ] 856/4189 20% [============ ] 857/4189 20% [============ ] 858/4189 20% [============ ] 859/4189 20% [============ ] 860/4189 20% [============ ] 861/4189 20% [============ ] 862/4189 20% [============ ] 863/4189 20% [============ ] 864/4189 20% [============ ] 865/4189 20% [============ ] 866/4189 20% [============ ] 867/4189 20% [============ ] 868/4189 20% [============ ] 869/4189 20% [============ ] 870/4189 20% [============ ] 871/4189 20% [============ ] 872/4189 20% [============ ] 873/4189 20% [============ ] 874/4189 20% [============ ] 875/4189 20% [============ ] 876/4189 20% [============ ] 877/4189 20% [============ ] 878/4189 20% [============= ] 879/4189 20% [============= ] 880/4189 21% [============= ] 881/4189 21% [============= ] 882/4189 21% [============= ] 883/4189 21% [============= ] 884/4189 21% [============= ] 885/4189 21% [============= ] 886/4189 21% [============= ] 887/4189 21% [============= ] 888/4189 21% [============= ] 889/4189 21% [============= ] 890/4189 21% [============= ] 891/4189 21% [============= ] 892/4189 21% [============= ] 893/4189 21% [============= ] 894/4189 21% [============= ] 895/4189 21% [============= ] 896/4189 21% [============= ] 897/4189 21% [============= ] 898/4189 21% [============= ] 899/4189 21% [============= ] 900/4189 21% [============= ] 901/4189 21% [============= ] 902/4189 21% [============= ] 903/4189 21% [============= ] 904/4189 21% [============= ] 905/4189 21% [============= ] 906/4189 21% [============= ] 907/4189 21% [============= ] 908/4189 21% [============= ] 909/4189 21% [============= ] 910/4189 21% [============= ] 911/4189 21% [============= ] 912/4189 21% [============= ] 913/4189 21% [============= ] 914/4189 21% [============= ] 915/4189 21% [============= ] 916/4189 21% [============= ] 917/4189 21% [============= ] 918/4189 21% [============= ] 919/4189 21% [============= ] 920/4189 21% [============= ] 921/4189 21% [============= ] 922/4189 22% [============= ] 923/4189 22% [============= ] 924/4189 22% [============= ] 925/4189 22% [============= ] 926/4189 22% [============= ] 927/4189 22% [============= ] 928/4189 22% [============= ] 929/4189 22% [============= ] 930/4189 22% [============= ] 931/4189 22% [============= ] 932/4189 22% [============= ] 933/4189 22% [============= ] 934/4189 22% [============= ] 935/4189 22% [============= ] 936/4189 22% [============= ] 937/4189 22% [============= ] 938/4189 22% [============= ] 939/4189 22% [============= ] 940/4189 22% [============= ] 941/4189 22% [============= ] 942/4189 22% [============= ] 943/4189 22% [============= ] 944/4189 22% [============= ] 945/4189 22% [============== ] 946/4189 22% [============== ] 947/4189 22% [============== ] 948/4189 22% [============== ] 949/4189 22% [============== ] 950/4189 22% [============== ] 951/4189 22% [============== ] 952/4189 22% [============== ] 953/4189 22% [============== ] 954/4189 22% [============== ] 955/4189 22% [============== ] 956/4189 22% [============== ] 957/4189 22% [============== ] 958/4189 22% [============== ] 959/4189 22% [============== ] 960/4189 22% [============== ] 961/4189 22% [============== ] 962/4189 22% [============== ] 963/4189 22% [============== ] 964/4189 23% [============== ] 965/4189 23% [============== ] 966/4189 23% [============== ] 967/4189 23% [============== ] 968/4189 23% [============== ] 969/4189 23% [============== ] 970/4189 23% [============== ] 971/4189 23% [============== ] 972/4189 23% [============== ] 973/4189 23% [============== ] 974/4189 23% [============== ] 975/4189 23% [============== ] 976/4189 23% [============== ] 977/4189 23% [============== ] 978/4189 23% [============== ] 979/4189 23% [============== ] 980/4189 23% [============== ] 981/4189 23% [============== ] 982/4189 23% [============== ] 983/4189 23% [============== ] 984/4189 23% [============== ] 985/4189 23% [============== ] 986/4189 23% [============== ] 987/4189 23% [============== ] 988/4189 23% [============== ] 989/4189 23% [============== ] 990/4189 23% [============== ] 991/4189 23% [============== ] 992/4189 23% [============== ] 993/4189 23% [============== ] 994/4189 23% [============== ] 995/4189 23% [============== ] 996/4189 23% [============== ] 997/4189 23% [============== ] 998/4189 23% [============== ] 999/4189 23% [============== ] 1000/4189 23% [============== ] 1001/4189 23% [============== ] 1002/4189 23% [============== ] 1003/4189 23% [============== ] 1004/4189 23% [============== ] 1005/4189 23% [============== ] 1006/4189 24% [============== ] 1007/4189 24% [============== ] 1008/4189 24% [============== ] 1009/4189 24% [============== ] 1010/4189 24% [============== ] 1011/4189 24% [============== ] 1012/4189 24% [============== ] 1013/4189 24% [=============== ] 1014/4189 24% [=============== ] 1015/4189 24% [=============== ] 1016/4189 24% [=============== ] 1017/4189 24% [=============== ] 1018/4189 24% [=============== ] 1019/4189 24% [=============== ] 1020/4189 24% [=============== ] 1021/4189 24% [=============== ] 1022/4189 24% [=============== ] 1023/4189 24% [=============== ] 1024/4189 24% [=============== ] 1025/4189 24% [=============== ] 1026/4189 24% [=============== ] 1027/4189 24% [=============== ] 1028/4189 24% [=============== ] 1029/4189 24% [=============== ] 1030/4189 24% [=============== ] 1031/4189 24% [=============== ] 1032/4189 24% [=============== ] 1033/4189 24% [=============== ] 1034/4189 24% [=============== ] 1035/4189 24% [=============== ] 1036/4189 24% [=============== ] 1037/4189 24% [=============== ] 1038/4189 24% [=============== ] 1039/4189 24% [=============== ] 1040/4189 24% [=============== ] 1041/4189 24% [=============== ] 1042/4189 24% [=============== ] 1043/4189 24% [=============== ] 1044/4189 24% [=============== ] 1045/4189 24% [=============== ] 1046/4189 24% [=============== ] 1047/4189 24% [=============== ] 1048/4189 25% [=============== ] 1049/4189 25% [=============== ] 1050/4189 25% [=============== ] 1051/4189 25% [=============== ] 1052/4189 25% [=============== ] 1053/4189 25% [=============== ] 1054/4189 25% [=============== ] 1055/4189 25% [=============== ] 1056/4189 25% [=============== ] 1057/4189 25% [=============== ] 1058/4189 25% [=============== ] 1059/4189 25% [=============== ] 1060/4189 25% [=============== ] 1061/4189 25% [=============== ] 1062/4189 25% [=============== ] 1063/4189 25% [=============== ] 1064/4189 25% [=============== ] 1065/4189 25% [=============== ] 1066/4189 25% [=============== ] 1067/4189 25% [=============== ] 1068/4189 25% [=============== ] 1069/4189 25% [=============== ] 1070/4189 25% [=============== ] 1071/4189 25% [=============== ] 1072/4189 25% [=============== ] 1073/4189 25% [=============== ] 1074/4189 25% [=============== ] 1075/4189 25% [=============== ] 1076/4189 25% [=============== ] 1077/4189 25% [=============== ] 1078/4189 25% [=============== ] 1079/4189 25% [=============== ] 1080/4189 25% [=============== ] 1081/4189 25% [================ ] 1082/4189 25% [================ ] 1083/4189 25% [================ ] 1084/4189 25% [================ ] 1085/4189 25% [================ ] 1086/4189 25% [================ ] 1087/4189 25% [================ ] 1088/4189 25% [================ ] 1089/4189 25% [================ ] 1090/4189 26% [================ ] 1091/4189 26% [================ ] 1092/4189 26% [================ ] 1093/4189 26% [================ ] 1094/4189 26% [================ ] 1095/4189 26% [================ ] 1096/4189 26% [================ ] 1097/4189 26% [================ ] 1098/4189 26% [================ ] 1099/4189 26% [================ ] 1100/4189 26% [================ ] 1101/4189 26% [================ ] 1102/4189 26% [================ ] 1103/4189 26% [================ ] 1104/4189 26% [================ ] 1105/4189 26% [================ ] 1106/4189 26% [================ ] 1107/4189 26% [================ ] 1108/4189 26% [================ ] 1109/4189 26% [================ ] 1110/4189 26% [================ ] 1111/4189 26% [================ ] 1112/4189 26% [================ ] 1113/4189 26% [================ ] 1114/4189 26% [================ ] 1115/4189 26% [================ ] 1116/4189 26% [================ ] 1117/4189 26% [================ ] 1118/4189 26% [================ ] 1119/4189 26% [================ ] 1120/4189 26% [================ ] 1121/4189 26% [================ ] 1122/4189 26% [================ ] 1123/4189 26% [================ ] 1124/4189 26% [================ ] 1125/4189 26% [================ ] 1126/4189 26% [================ ] 1127/4189 26% [================ ] 1128/4189 26% [================ ] 1129/4189 26% [================ ] 1130/4189 26% [================ ] 1131/4189 26% [================ ] 1132/4189 27% [================ ] 1133/4189 27% [================ ] 1134/4189 27% [================ ] 1135/4189 27% [================ ] 1136/4189 27% [================ ] 1137/4189 27% [================ ] 1138/4189 27% [================ ] 1139/4189 27% [================ ] 1140/4189 27% [================ ] 1141/4189 27% [================ ] 1142/4189 27% [================ ] 1143/4189 27% [================ ] 1144/4189 27% [================ ] 1145/4189 27% [================ ] 1146/4189 27% [================ ] 1147/4189 27% [================ ] 1148/4189 27% [================= ] 1149/4189 27% [================= ] 1150/4189 27% [================= ] 1151/4189 27% [================= ] 1152/4189 27% [================= ] 1153/4189 27% [================= ] 1154/4189 27% [================= ] 1155/4189 27% [================= ] 1156/4189 27% [================= ] 1157/4189 27% [================= ] 1158/4189 27% [================= ] 1159/4189 27% [================= ] 1160/4189 27% [================= ] 1161/4189 27% [================= ] 1162/4189 27% [================= ] 1163/4189 27% [================= ] 1164/4189 27% [================= ] 1165/4189 27% [================= ] 1166/4189 27% [================= ] 1167/4189 27% [================= ] 1168/4189 27% [================= ] 1169/4189 27% [================= ] 1170/4189 27% [================= ] 1171/4189 27% [================= ] 1172/4189 27% [================= ] 1173/4189 28% [================= ] 1174/4189 28% [================= ] 1175/4189 28% [================= ] 1176/4189 28% [================= ] 1177/4189 28% [================= ] 1178/4189 28% [================= ] 1179/4189 28% [================= ] 1180/4189 28% [================= ] 1181/4189 28% [================= ] 1182/4189 28% [================= ] 1183/4189 28% [================= ] 1184/4189 28% [================= ] 1185/4189 28% [================= ] 1186/4189 28% [================= ] 1187/4189 28% [================= ] 1188/4189 28% [================= ] 1189/4189 28% [================= ] 1190/4189 28% [================= ] 1191/4189 28% [================= ] 1192/4189 28% [================= ] 1193/4189 28% [================= ] 1194/4189 28% [================= ] 1195/4189 28% [================= ] 1196/4189 28% [================= ] 1197/4189 28% [================= ] 1198/4189 28% [================= ] 1199/4189 28% [================= ] 1200/4189 28% [================= ] 1201/4189 28% [================= ] 1202/4189 28% [================= ] 1203/4189 28% [================= ] 1204/4189 28% [================= ] 1205/4189 28% [================= ] 1206/4189 28% [================= ] 1207/4189 28% [================= ] 1208/4189 28% [================= ] 1209/4189 28% [================= ] 1210/4189 28% [================= ] 1211/4189 28% [================= ] 1212/4189 28% [================= ] 1213/4189 28% [================= ] 1214/4189 28% [================= ] 1215/4189 29% [================= ] 1216/4189 29% [================== ] 1217/4189 29% [================== ] 1218/4189 29% [================== ] 1219/4189 29% [================== ] 1220/4189 29% [================== ] 1221/4189 29% [================== ] 1222/4189 29% [================== ] 1223/4189 29% [================== ] 1224/4189 29% [================== ] 1225/4189 29% [================== ] 1226/4189 29% [================== ] 1227/4189 29% [================== ] 1228/4189 29% [================== ] 1229/4189 29% [================== ] 1230/4189 29% [================== ] 1231/4189 29% [================== ] 1232/4189 29% [================== ] 1233/4189 29% [================== ] 1234/4189 29% [================== ] 1235/4189 29% [================== ] 1236/4189 29% [================== ] 1237/4189 29% [================== ] 1238/4189 29% [================== ] 1239/4189 29% [================== ] 1240/4189 29% [================== ] 1241/4189 29% [================== ] 1242/4189 29% [================== ] 1243/4189 29% [================== ] 1244/4189 29% [================== ] 1245/4189 29% [================== ] 1246/4189 29% [================== ] 1247/4189 29% [================== ] 1248/4189 29% [================== ] 1249/4189 29% [================== ] 1250/4189 29% [================== ] 1251/4189 29% [================== ] 1252/4189 29% [================== ] 1253/4189 29% [================== ] 1254/4189 29% [================== ] 1255/4189 29% [================== ] 1256/4189 29% [================== ] 1257/4189 30% [================== ] 1258/4189 30% [================== ] 1259/4189 30% [================== ] 1260/4189 30% [================== ] 1261/4189 30% [================== ] 1262/4189 30% [================== ] 1263/4189 30% [================== ] 1264/4189 30% [================== ] 1265/4189 30% [================== ] 1266/4189 30% [================== ] 1267/4189 30% [================== ] 1268/4189 30% [================== ] 1269/4189 30% [================== ] 1270/4189 30% [================== ] 1271/4189 30% [================== ] 1272/4189 30% [================== ] 1273/4189 30% [================== ] 1274/4189 30% [================== ] 1275/4189 30% [================== ] 1276/4189 30% [================== ] 1277/4189 30% [================== ] 1278/4189 30% [================== ] 1279/4189 30% [================== ] 1280/4189 30% [================== ] 1281/4189 30% [================== ] 1282/4189 30% [================== ] 1283/4189 30% [=================== ] 1284/4189 30% [=================== ] 1285/4189 30% [=================== ] 1286/4189 30% [=================== ] 1287/4189 30% [=================== ] 1288/4189 30% [=================== ] 1289/4189 30% [=================== ] 1290/4189 30% [=================== ] 1291/4189 30% [=================== ] 1292/4189 30% [=================== ] 1293/4189 30% [=================== ] 1294/4189 30% [=================== ] 1295/4189 30% [=================== ] 1296/4189 30% [=================== ] 1297/4189 30% [=================== ] 1298/4189 30% [=================== ] 1299/4189 31% [=================== ] 1300/4189 31% [=================== ] 1301/4189 31% [=================== ] 1302/4189 31% [=================== ] 1303/4189 31% [=================== ] 1304/4189 31% [=================== ] 1305/4189 31% [=================== ] 1306/4189 31% [=================== ] 1307/4189 31% [=================== ] 1308/4189 31% [=================== ] 1309/4189 31% [=================== ] 1310/4189 31% [=================== ] 1311/4189 31% [=================== ] 1312/4189 31% [=================== ] 1313/4189 31% [=================== ] 1314/4189 31% [=================== ] 1315/4189 31% [=================== ] 1316/4189 31% [=================== ] 1317/4189 31% [=================== ] 1318/4189 31% [=================== ] 1319/4189 31% [=================== ] 1320/4189 31% [=================== ] 1321/4189 31% [=================== ] 1322/4189 31% [=================== ] 1323/4189 31% [=================== ] 1324/4189 31% [=================== ] 1325/4189 31% [=================== ] 1326/4189 31% [=================== ] 1327/4189 31% [=================== ] 1328/4189 31% [=================== ] 1329/4189 31% [=================== ] 1330/4189 31% [=================== ] 1331/4189 31% [=================== ] 1332/4189 31% [=================== ] 1333/4189 31% [=================== ] 1334/4189 31% [=================== ] 1335/4189 31% [=================== ] 1336/4189 31% [=================== ] 1337/4189 31% [=================== ] 1338/4189 31% [=================== ] 1339/4189 31% [=================== ] 1340/4189 31% [=================== ] 1341/4189 32% [=================== ] 1342/4189 32% [=================== ] 1343/4189 32% [=================== ] 1344/4189 32% [=================== ] 1345/4189 32% [=================== ] 1346/4189 32% [=================== ] 1347/4189 32% [=================== ] 1348/4189 32% [=================== ] 1349/4189 32% [=================== ] 1350/4189 32% [=================== ] 1351/4189 32% [==================== ] 1352/4189 32% [==================== ] 1353/4189 32% [==================== ] 1354/4189 32% [==================== ] 1355/4189 32% [==================== ] 1356/4189 32% [==================== ] 1357/4189 32% [==================== ] 1358/4189 32% [==================== ] 1359/4189 32% [==================== ] 1360/4189 32% [==================== ] 1361/4189 32% [==================== ] 1362/4189 32% [==================== ] 1363/4189 32% [==================== ] 1364/4189 32% [==================== ] 1365/4189 32% [==================== ] 1366/4189 32% [==================== ] 1367/4189 32% [==================== ] 1368/4189 32% [==================== ] 1369/4189 32% [==================== ] 1370/4189 32% [==================== ] 1371/4189 32% [==================== ] 1372/4189 32% [==================== ] 1373/4189 32% [==================== ] 1374/4189 32% [==================== ] 1375/4189 32% [==================== ] 1376/4189 32% [==================== ] 1377/4189 32% [==================== ] 1378/4189 32% [==================== ] 1379/4189 32% [==================== ] 1380/4189 32% [==================== ] 1381/4189 32% [==================== ] 1382/4189 32% [==================== ] 1383/4189 33% [==================== ] 1384/4189 33% [==================== ] 1385/4189 33% [==================== ] 1386/4189 33% [==================== ] 1387/4189 33% [==================== ] 1388/4189 33% [==================== ] 1389/4189 33% [==================== ] 1390/4189 33% [==================== ] 1391/4189 33% [==================== ] 1392/4189 33% [==================== ] 1393/4189 33% [==================== ] 1394/4189 33% [==================== ] 1395/4189 33% [==================== ] 1396/4189 33% [==================== ] 1397/4189 33% [==================== ] 1398/4189 33% [==================== ] 1399/4189 33% [==================== ] 1400/4189 33% [==================== ] 1401/4189 33% [==================== ] 1402/4189 33% [==================== ] 1403/4189 33% [==================== ] 1404/4189 33% [==================== ] 1405/4189 33% [==================== ] 1406/4189 33% [==================== ] 1407/4189 33% [==================== ] 1408/4189 33% [==================== ] 1409/4189 33% [==================== ] 1410/4189 33% [==================== ] 1411/4189 33% [==================== ] 1412/4189 33% [==================== ] 1413/4189 33% [==================== ] 1414/4189 33% [==================== ] 1415/4189 33% [==================== ] 1416/4189 33% [==================== ] 1417/4189 33% [==================== ] 1418/4189 33% [===================== ] 1419/4189 33% [===================== ] 1420/4189 33% [===================== ] 1421/4189 33% [===================== ] 1422/4189 33% [===================== ] 1423/4189 33% [===================== ] 1424/4189 33% [===================== ] 1425/4189 34% [===================== ] 1426/4189 34% [===================== ] 1427/4189 34% [===================== ] 1428/4189 34% [===================== ] 1429/4189 34% [===================== ] 1430/4189 34% [===================== ] 1431/4189 34% [===================== ] 1432/4189 34% [===================== ] 1433/4189 34% [===================== ] 1434/4189 34% [===================== ] 1435/4189 34% [===================== ] 1436/4189 34% [===================== ] 1437/4189 34% [===================== ] 1438/4189 34% [===================== ] 1439/4189 34% [===================== ] 1440/4189 34% [===================== ] 1441/4189 34% [===================== ] 1442/4189 34% [===================== ] 1443/4189 34% [===================== ] 1444/4189 34% [===================== ] 1445/4189 34% [===================== ] 1446/4189 34% [===================== ] 1447/4189 34% [===================== ] 1448/4189 34% [===================== ] 1449/4189 34% [===================== ] 1450/4189 34% [===================== ] 1451/4189 34% [===================== ] 1452/4189 34% [===================== ] 1453/4189 34% [===================== ] 1454/4189 34% [===================== ] 1455/4189 34% [===================== ] 1456/4189 34% [===================== ] 1457/4189 34% [===================== ] 1458/4189 34% [===================== ] 1459/4189 34% [===================== ] 1460/4189 34% [===================== ] 1461/4189 34% [===================== ] 1462/4189 34% [===================== ] 1463/4189 34% [===================== ] 1464/4189 34% [===================== ] 1465/4189 34% [===================== ] 1466/4189 34% [===================== ] 1467/4189 35% [===================== ] 1468/4189 35% [===================== ] 1469/4189 35% [===================== ] 1470/4189 35% [===================== ] 1471/4189 35% [===================== ] 1472/4189 35% [===================== ] 1473/4189 35% [===================== ] 1474/4189 35% [===================== ] 1475/4189 35% [===================== ] 1476/4189 35% [===================== ] 1477/4189 35% [===================== ] 1478/4189 35% [===================== ] 1479/4189 35% [===================== ] 1480/4189 35% [===================== ] 1481/4189 35% [===================== ] 1482/4189 35% [===================== ] 1483/4189 35% [===================== ] 1484/4189 35% [===================== ] 1485/4189 35% [===================== ] 1486/4189 35% [====================== ] 1487/4189 35% [====================== ] 1488/4189 35% [====================== ] 1489/4189 35% [====================== ] 1490/4189 35% [====================== ] 1491/4189 35% [====================== ] 1492/4189 35% [====================== ] 1493/4189 35% [====================== ] 1494/4189 35% [====================== ] 1495/4189 35% [====================== ] 1496/4189 35% [====================== ] 1497/4189 35% [====================== ] 1498/4189 35% [====================== ] 1499/4189 35% [====================== ] 1500/4189 35% [====================== ] 1501/4189 35% [====================== ] 1502/4189 35% [====================== ] 1503/4189 35% [====================== ] 1504/4189 35% [====================== ] 1505/4189 35% [====================== ] 1506/4189 35% [====================== ] 1507/4189 35% [====================== ] 1508/4189 35% [====================== ] 1509/4189 36% [====================== ] 1510/4189 36% [====================== ] 1511/4189 36% [====================== ] 1512/4189 36% [====================== ] 1513/4189 36% [====================== ] 1514/4189 36% [====================== ] 1515/4189 36% [====================== ] 1516/4189 36% [====================== ] 1517/4189 36% [====================== ] 1518/4189 36% [====================== ] 1519/4189 36% [====================== ] 1520/4189 36% [====================== ] 1521/4189 36% [====================== ] 1522/4189 36% [====================== ] 1523/4189 36% [====================== ] 1524/4189 36% [====================== ] 1525/4189 36% [====================== ] 1526/4189 36% [====================== ] 1527/4189 36% [====================== ] 1528/4189 36% [====================== ] 1529/4189 36% [====================== ] 1530/4189 36% [====================== ] 1531/4189 36% [====================== ] 1532/4189 36% [====================== ] 1533/4189 36% [====================== ] 1534/4189 36% [====================== ] 1535/4189 36% [====================== ] 1536/4189 36% [====================== ] 1537/4189 36% [====================== ] 1538/4189 36% [====================== ] 1539/4189 36% [====================== ] 1540/4189 36% [====================== ] 1541/4189 36% [====================== ] 1542/4189 36% [====================== ] 1543/4189 36% [====================== ] 1544/4189 36% [====================== ] 1545/4189 36% [====================== ] 1546/4189 36% [====================== ] 1547/4189 36% [====================== ] 1548/4189 36% [====================== ] 1549/4189 36% [====================== ] 1550/4189 37% [====================== ] 1551/4189 37% [====================== ] 1552/4189 37% [====================== ] 1553/4189 37% [======================= ] 1554/4189 37% [======================= ] 1555/4189 37% [======================= ] 1556/4189 37% [======================= ] 1557/4189 37% [======================= ] 1558/4189 37% [======================= ] 1559/4189 37% [======================= ] 1560/4189 37% [======================= ] 1561/4189 37% [======================= ] 1562/4189 37% [======================= ] 1563/4189 37% [======================= ] 1564/4189 37% [======================= ] 1565/4189 37% [======================= ] 1566/4189 37% [======================= ] 1567/4189 37% [======================= ] 1568/4189 37% [======================= ] 1569/4189 37% [======================= ] 1570/4189 37% [======================= ] 1571/4189 37% [======================= ] 1572/4189 37% [======================= ] 1573/4189 37% [======================= ] 1574/4189 37% [======================= ] 1575/4189 37% [======================= ] 1576/4189 37% [======================= ] 1577/4189 37% [======================= ] 1578/4189 37% [======================= ] 1579/4189 37% [======================= ] 1580/4189 37% [======================= ] 1581/4189 37% [======================= ] 1582/4189 37% [======================= ] 1583/4189 37% [======================= ] 1584/4189 37% [======================= ] 1585/4189 37% [======================= ] 1586/4189 37% [======================= ] 1587/4189 37% [======================= ] 1588/4189 37% [======================= ] 1589/4189 37% [======================= ] 1590/4189 37% [======================= ] 1591/4189 37% [======================= ] 1592/4189 38% [======================= ] 1593/4189 38% [======================= ] 1594/4189 38% [======================= ] 1595/4189 38% [======================= ] 1596/4189 38% [======================= ] 1597/4189 38% [======================= ] 1598/4189 38% [======================= ] 1599/4189 38% [======================= ] 1600/4189 38% [======================= ] 1601/4189 38% [======================= ] 1602/4189 38% [======================= ] 1603/4189 38% [======================= ] 1604/4189 38% [======================= ] 1605/4189 38% [======================= ] 1606/4189 38% [======================= ] 1607/4189 38% [======================= ] 1608/4189 38% [======================= ] 1609/4189 38% [======================= ] 1610/4189 38% [======================= ] 1611/4189 38% [======================= ] 1612/4189 38% [======================= ] 1613/4189 38% [======================= ] 1614/4189 38% [======================= ] 1615/4189 38% [======================= ] 1616/4189 38% [======================= ] 1617/4189 38% [======================= ] 1618/4189 38% [======================= ] 1619/4189 38% [======================= ] 1620/4189 38% [======================= ] 1621/4189 38% [======================== ] 1622/4189 38% [======================== ] 1623/4189 38% [======================== ] 1624/4189 38% [======================== ] 1625/4189 38% [======================== ] 1626/4189 38% [======================== ] 1627/4189 38% [======================== ] 1628/4189 38% [======================== ] 1629/4189 38% [======================== ] 1630/4189 38% [======================== ] 1631/4189 38% [======================== ] 1632/4189 38% [======================== ] 1633/4189 38% [======================== ] 1634/4189 39% [======================== ] 1635/4189 39% [======================== ] 1636/4189 39% [======================== ] 1637/4189 39% [======================== ] 1638/4189 39% [======================== ] 1639/4189 39% [======================== ] 1640/4189 39% [======================== ] 1641/4189 39% [======================== ] 1642/4189 39% [======================== ] 1643/4189 39% [======================== ] 1644/4189 39% [======================== ] 1645/4189 39% [======================== ] 1646/4189 39% [======================== ] 1647/4189 39% [======================== ] 1648/4189 39% [======================== ] 1649/4189 39% [======================== ] 1650/4189 39% [======================== ] 1651/4189 39% [======================== ] 1652/4189 39% [======================== ] 1653/4189 39% [======================== ] 1654/4189 39% [======================== ] 1655/4189 39% [======================== ] 1656/4189 39% [======================== ] 1657/4189 39% [======================== ] 1658/4189 39% [======================== ] 1659/4189 39% [======================== ] 1660/4189 39% [======================== ] 1661/4189 39% [======================== ] 1662/4189 39% [======================== ] 1663/4189 39% [======================== ] 1664/4189 39% [======================== ] 1665/4189 39% [======================== ] 1666/4189 39% [======================== ] 1667/4189 39% [======================== ] 1668/4189 39% [======================== ] 1669/4189 39% [======================== ] 1670/4189 39% [======================== ] 1671/4189 39% [======================== ] 1672/4189 39% [======================== ] 1673/4189 39% [======================== ] 1674/4189 39% [======================== ] 1675/4189 39% [======================== ] 1676/4189 40% [======================== ] 1677/4189 40% [======================== ] 1678/4189 40% [======================== ] 1679/4189 40% [======================== ] 1680/4189 40% [======================== ] 1681/4189 40% [======================== ] 1682/4189 40% [======================== ] 1683/4189 40% [======================== ] 1684/4189 40% [======================== ] 1685/4189 40% [======================== ] 1686/4189 40% [======================== ] 1687/4189 40% [======================== ] 1688/4189 40% [======================== ] 1689/4189 40% [========================= ] 1690/4189 40% [========================= ] 1691/4189 40% [========================= ] 1692/4189 40% [========================= ] 1693/4189 40% [========================= ] 1694/4189 40% [========================= ] 1695/4189 40% [========================= ] 1696/4189 40% [========================= ] 1697/4189 40% [========================= ] 1698/4189 40% [========================= ] 1699/4189 40% [========================= ] 1700/4189 40% [========================= ] 1701/4189 40% [========================= ] 1702/4189 40% [========================= ] 1703/4189 40% [========================= ] 1704/4189 40% [========================= ] 1705/4189 40% [========================= ] 1706/4189 40% [========================= ] 1707/4189 40% [========================= ] 1708/4189 40% [========================= ] 1709/4189 40% [========================= ] 1710/4189 40% [========================= ] 1711/4189 40% [========================= ] 1712/4189 40% [========================= ] 1713/4189 40% [========================= ] 1714/4189 40% [========================= ] 1715/4189 40% [========================= ] 1716/4189 40% [========================= ] 1717/4189 40% [========================= ] 1718/4189 41% [========================= ] 1719/4189 41% [========================= ] 1720/4189 41% [========================= ] 1721/4189 41% [========================= ] 1722/4189 41% [========================= ] 1723/4189 41% [========================= ] 1724/4189 41% [========================= ] 1725/4189 41% [========================= ] 1726/4189 41% [========================= ] 1727/4189 41% [========================= ] 1728/4189 41% [========================= ] 1729/4189 41% [========================= ] 1730/4189 41% [========================= ] 1731/4189 41% [========================= ] 1732/4189 41% [========================= ] 1733/4189 41% [========================= ] 1734/4189 41% [========================= ] 1735/4189 41% [========================= ] 1736/4189 41% [========================= ] 1737/4189 41% [========================= ] 1738/4189 41% [========================= ] 1739/4189 41% [========================= ] 1740/4189 41% [========================= ] 1741/4189 41% [========================= ] 1742/4189 41% [========================= ] 1743/4189 41% [========================= ] 1744/4189 41% [========================= ] 1745/4189 41% [========================= ] 1746/4189 41% [========================= ] 1747/4189 41% [========================= ] 1748/4189 41% [========================= ] 1749/4189 41% [========================= ] 1750/4189 41% [========================= ] 1751/4189 41% [========================= ] 1752/4189 41% [========================= ] 1753/4189 41% [========================= ] 1754/4189 41% [========================= ] 1755/4189 41% [========================= ] 1756/4189 41% [========================== ] 1757/4189 41% [========================== ] 1758/4189 41% [========================== ] 1759/4189 41% [========================== ] 1760/4189 42% [========================== ] 1761/4189 42% [========================== ] 1762/4189 42% [========================== ] 1763/4189 42% [========================== ] 1764/4189 42% [========================== ] 1765/4189 42% [========================== ] 1766/4189 42% [========================== ] 1767/4189 42% [========================== ] 1768/4189 42% [========================== ] 1769/4189 42% [========================== ] 1770/4189 42% [========================== ] 1771/4189 42% [========================== ] 1772/4189 42% [========================== ] 1773/4189 42% [========================== ] 1774/4189 42% [========================== ] 1775/4189 42% [========================== ] 1776/4189 42% [========================== ] 1777/4189 42% [========================== ] 1778/4189 42% [========================== ] 1779/4189 42% [========================== ] 1780/4189 42% [========================== ] 1781/4189 42% [========================== ] 1782/4189 42% [========================== ] 1783/4189 42% [========================== ] 1784/4189 42% [========================== ] 1785/4189 42% [========================== ] 1786/4189 42% [========================== ] 1787/4189 42% [========================== ] 1788/4189 42% [========================== ] 1789/4189 42% [========================== ] 1790/4189 42% [========================== ] 1791/4189 42% [========================== ] 1792/4189 42% [========================== ] 1793/4189 42% [========================== ] 1794/4189 42% [========================== ] 1795/4189 42% [========================== ] 1796/4189 42% [========================== ] 1797/4189 42% [========================== ] 1798/4189 42% [========================== ] 1799/4189 42% [========================== ] 1800/4189 42% [========================== ] 1801/4189 42% [========================== ] 1802/4189 43% [========================== ] 1803/4189 43% [========================== ] 1804/4189 43% [========================== ] 1805/4189 43% [========================== ] 1806/4189 43% [========================== ] 1807/4189 43% [========================== ] 1808/4189 43% [========================== ] 1809/4189 43% [========================== ] 1810/4189 43% [========================== ] 1811/4189 43% [========================== ] 1812/4189 43% [========================== ] 1813/4189 43% [========================== ] 1814/4189 43% [========================== ] 1815/4189 43% [========================== ] 1816/4189 43% [========================== ] 1817/4189 43% [========================== ] 1818/4189 43% [========================== ] 1819/4189 43% [========================== ] 1820/4189 43% [========================== ] 1821/4189 43% [========================== ] 1822/4189 43% [========================== ] 1823/4189 43% [========================== ] 1824/4189 43% [=========================== ] 1825/4189 43% [=========================== ] 1826/4189 43% [=========================== ] 1827/4189 43% [=========================== ] 1828/4189 43% [=========================== ] 1829/4189 43% [=========================== ] 1830/4189 43% [=========================== ] 1831/4189 43% [=========================== ] 1832/4189 43% [=========================== ] 1833/4189 43% [=========================== ] 1834/4189 43% [=========================== ] 1835/4189 43% [=========================== ] 1836/4189 43% [=========================== ] 1837/4189 43% [=========================== ] 1838/4189 43% [=========================== ] 1839/4189 43% [=========================== ] 1840/4189 43% [=========================== ] 1841/4189 43% [=========================== ] 1842/4189 43% [=========================== ] 1843/4189 43% [=========================== ] 1844/4189 44% [=========================== ] 1845/4189 44% [=========================== ] 1846/4189 44% [=========================== ] 1847/4189 44% [=========================== ] 1848/4189 44% [=========================== ] 1849/4189 44% [=========================== ] 1850/4189 44% [=========================== ] 1851/4189 44% [=========================== ] 1852/4189 44% [=========================== ] 1853/4189 44% [=========================== ] 1854/4189 44% [=========================== ] 1855/4189 44% [=========================== ] 1856/4189 44% [=========================== ] 1857/4189 44% [=========================== ] 1858/4189 44% [=========================== ] 1859/4189 44% [=========================== ] 1860/4189 44% [=========================== ] 1861/4189 44% [=========================== ] 1862/4189 44% [=========================== ] 1863/4189 44% [=========================== ] 1864/4189 44% [=========================== ] 1865/4189 44% [=========================== ] 1866/4189 44% [=========================== ] 1867/4189 44% [=========================== ] 1868/4189 44% [=========================== ] 1869/4189 44% [=========================== ] 1870/4189 44% [=========================== ] 1871/4189 44% [=========================== ] 1872/4189 44% [=========================== ] 1873/4189 44% [=========================== ] 1874/4189 44% [=========================== ] 1875/4189 44% [=========================== ] 1876/4189 44% [=========================== ] 1877/4189 44% [=========================== ] 1878/4189 44% [=========================== ] 1879/4189 44% [=========================== ] 1880/4189 44% [=========================== ] 1881/4189 44% [=========================== ] 1882/4189 44% [=========================== ] 1883/4189 44% [=========================== ] 1884/4189 44% [=========================== ] 1885/4189 44% [=========================== ] 1886/4189 45% [=========================== ] 1887/4189 45% [=========================== ] 1888/4189 45% [=========================== ] 1889/4189 45% [=========================== ] 1890/4189 45% [=========================== ] 1891/4189 45% [============================ ] 1892/4189 45% [============================ ] 1893/4189 45% [============================ ] 1894/4189 45% [============================ ] 1895/4189 45% [============================ ] 1896/4189 45% [============================ ] 1897/4189 45% [============================ ] 1898/4189 45% [============================ ] 1899/4189 45% [============================ ] 1900/4189 45% [============================ ] 1901/4189 45% [============================ ] 1902/4189 45% [============================ ] 1903/4189 45% [============================ ] 1904/4189 45% [============================ ] 1905/4189 45% [============================ ] 1906/4189 45% [============================ ] 1907/4189 45% [============================ ] 1908/4189 45% [============================ ] 1909/4189 45% [============================ ] 1910/4189 45% [============================ ] 1911/4189 45% [============================ ] 1912/4189 45% [============================ ] 1913/4189 45% [============================ ] 1914/4189 45% [============================ ] 1915/4189 45% [============================ ] 1916/4189 45% [============================ ] 1917/4189 45% [============================ ] 1918/4189 45% [============================ ] 1919/4189 45% [============================ ] 1920/4189 45% [============================ ] 1921/4189 45% [============================ ] 1922/4189 45% [============================ ] 1923/4189 45% [============================ ] 1924/4189 45% [============================ ] 1925/4189 45% [============================ ] 1926/4189 45% [============================ ] 1927/4189 46% [============================ ] 1928/4189 46% [============================ ] 1929/4189 46% [============================ ] 1930/4189 46% [============================ ] 1931/4189 46% [============================ ] 1932/4189 46% [============================ ] 1933/4189 46% [============================ ] 1934/4189 46% [============================ ] 1935/4189 46% [============================ ] 1936/4189 46% [============================ ] 1937/4189 46% [============================ ] 1938/4189 46% [============================ ] 1939/4189 46% [============================ ] 1940/4189 46% [============================ ] 1941/4189 46% [============================ ] 1942/4189 46% [============================ ] 1943/4189 46% [============================ ] 1944/4189 46% [============================ ] 1945/4189 46% [============================ ] 1946/4189 46% [============================ ] 1947/4189 46% [============================ ] 1948/4189 46% [============================ ] 1949/4189 46% [============================ ] 1950/4189 46% [============================ ] 1951/4189 46% [============================ ] 1952/4189 46% [============================ ] 1953/4189 46% [============================ ] 1954/4189 46% [============================ ] 1955/4189 46% [============================ ] 1956/4189 46% [============================ ] 1957/4189 46% [============================ ] 1958/4189 46% [============================ ] 1959/4189 46% [============================= ] 1960/4189 46% [============================= ] 1961/4189 46% [============================= ] 1962/4189 46% [============================= ] 1963/4189 46% [============================= ] 1964/4189 46% [============================= ] 1965/4189 46% [============================= ] 1966/4189 46% [============================= ] 1967/4189 46% [============================= ] 1968/4189 46% [============================= ] 1969/4189 47% [============================= ] 1970/4189 47% [============================= ] 1971/4189 47% [============================= ] 1972/4189 47% [============================= ] 1973/4189 47% [============================= ] 1974/4189 47% [============================= ] 1975/4189 47% [============================= ] 1976/4189 47% [============================= ] 1977/4189 47% [============================= ] 1978/4189 47% [============================= ] 1979/4189 47% [============================= ] 1980/4189 47% [============================= ] 1981/4189 47% [============================= ] 1982/4189 47% [============================= ] 1983/4189 47% [============================= ] 1984/4189 47% [============================= ] 1985/4189 47% [============================= ] 1986/4189 47% [============================= ] 1987/4189 47% [============================= ] 1988/4189 47% [============================= ] 1989/4189 47% [============================= ] 1990/4189 47% [============================= ] 1991/4189 47% [============================= ] 1992/4189 47% [============================= ] 1993/4189 47% [============================= ] 1994/4189 47% [============================= ] 1995/4189 47% [============================= ] 1996/4189 47% [============================= ] 1997/4189 47% [============================= ] 1998/4189 47% [============================= ] 1999/4189 47% [============================= ] 2000/4189 47% [============================= ] 2001/4189 47% [============================= ] 2002/4189 47% [============================= ] 2003/4189 47% [============================= ] 2004/4189 47% [============================= ] 2005/4189 47% [============================= ] 2006/4189 47% [============================= ] 2007/4189 47% [============================= ] 2008/4189 47% [============================= ] 2009/4189 47% [============================= ] 2010/4189 47% [============================= ] 2011/4189 48% [============================= ] 2012/4189 48% [============================= ] 2013/4189 48% [============================= ] 2014/4189 48% [============================= ] 2015/4189 48% [============================= ] 2016/4189 48% [============================= ] 2017/4189 48% [============================= ] 2018/4189 48% [============================= ] 2019/4189 48% [============================= ] 2020/4189 48% [============================= ] 2021/4189 48% [============================= ] 2022/4189 48% [============================= ] 2023/4189 48% [============================= ] 2024/4189 48% [============================= ] 2025/4189 48% [============================= ] 2026/4189 48% [============================== ] 2027/4189 48% [============================== ] 2028/4189 48% [============================== ] 2029/4189 48% [============================== ] 2030/4189 48% [============================== ] 2031/4189 48% [============================== ] 2032/4189 48% [============================== ] 2033/4189 48% [============================== ] 2034/4189 48% [============================== ] 2035/4189 48% [============================== ] 2036/4189 48% [============================== ] 2037/4189 48% [============================== ] 2038/4189 48% [============================== ] 2039/4189 48% [============================== ] 2040/4189 48% [============================== ] 2041/4189 48% [============================== ] 2042/4189 48% [============================== ] 2043/4189 48% [============================== ] 2044/4189 48% [============================== ] 2045/4189 48% [============================== ] 2046/4189 48% [============================== ] 2047/4189 48% [============================== ] 2048/4189 48% [============================== ] 2049/4189 48% [============================== ] 2050/4189 48% [============================== ] 2051/4189 48% [============================== ] 2052/4189 48% [============================== ] 2053/4189 49% [============================== ] 2054/4189 49% [============================== ] 2055/4189 49% [============================== ] 2056/4189 49% [============================== ] 2057/4189 49% [============================== ] 2058/4189 49% [============================== ] 2059/4189 49% [============================== ] 2060/4189 49% [============================== ] 2061/4189 49% [============================== ] 2062/4189 49% [============================== ] 2063/4189 49% [============================== ] 2064/4189 49% [============================== ] 2065/4189 49% [============================== ] 2066/4189 49% [============================== ] 2067/4189 49% [============================== ] 2068/4189 49% [============================== ] 2069/4189 49% [============================== ] 2070/4189 49% [============================== ] 2071/4189 49% [============================== ] 2072/4189 49% [============================== ] 2073/4189 49% [============================== ] 2074/4189 49% [============================== ] 2075/4189 49% [============================== ] 2076/4189 49% [============================== ] 2077/4189 49% [============================== ] 2078/4189 49% [============================== ] 2079/4189 49% [============================== ] 2080/4189 49% [============================== ] 2081/4189 49% [============================== ] 2082/4189 49% [============================== ] 2083/4189 49% [============================== ] 2084/4189 49% [============================== ] 2085/4189 49% [============================== ] 2086/4189 49% [============================== ] 2087/4189 49% [============================== ] 2088/4189 49% [============================== ] 2089/4189 49% [============================== ] 2090/4189 49% [============================== ] 2091/4189 49% [============================== ] 2092/4189 49% [============================== ] 2093/4189 49% [============================== ] 2094/4189 49% [=============================== ] 2095/4189 50% [=============================== ] 2096/4189 50% [=============================== ] 2097/4189 50% [=============================== ] 2098/4189 50% [=============================== ] 2099/4189 50% [=============================== ] 2100/4189 50% [=============================== ] 2101/4189 50% [=============================== ] 2102/4189 50% [=============================== ] 2103/4189 50% [=============================== ] 2104/4189 50% [=============================== ] 2105/4189 50% [=============================== ] 2106/4189 50% [=============================== ] 2107/4189 50% [=============================== ] 2108/4189 50% [=============================== ] 2109/4189 50% [=============================== ] 2110/4189 50% [=============================== ] 2111/4189 50% [=============================== ] 2112/4189 50% [=============================== ] 2113/4189 50% [=============================== ] 2114/4189 50% [=============================== ] 2115/4189 50% [=============================== ] 2116/4189 50% [=============================== ] 2117/4189 50% [=============================== ] 2118/4189 50% [=============================== ] 2119/4189 50% [=============================== ] 2120/4189 50% [=============================== ] 2121/4189 50% [=============================== ] 2122/4189 50% [=============================== ] 2123/4189 50% [=============================== ] 2124/4189 50% [=============================== ] 2125/4189 50% [=============================== ] 2126/4189 50% [=============================== ] 2127/4189 50% [=============================== ] 2128/4189 50% [=============================== ] 2129/4189 50% [=============================== ] 2130/4189 50% [=============================== ] 2131/4189 50% [=============================== ] 2132/4189 50% [=============================== ] 2133/4189 50% [=============================== ] 2134/4189 50% [=============================== ] 2135/4189 50% [=============================== ] 2136/4189 50% [=============================== ] 2137/4189 51% [=============================== ] 2138/4189 51% [=============================== ] 2139/4189 51% [=============================== ] 2140/4189 51% [=============================== ] 2141/4189 51% [=============================== ] 2142/4189 51% [=============================== ] 2143/4189 51% [=============================== ] 2144/4189 51% [=============================== ] 2145/4189 51% [=============================== ] 2146/4189 51% [=============================== ] 2147/4189 51% [=============================== ] 2148/4189 51% [=============================== ] 2149/4189 51% [=============================== ] 2150/4189 51% [=============================== ] 2151/4189 51% [=============================== ] 2152/4189 51% [=============================== ] 2153/4189 51% [=============================== ] 2154/4189 51% [=============================== ] 2155/4189 51% [=============================== ] 2156/4189 51% [=============================== ] 2157/4189 51% [=============================== ] 2158/4189 51% [=============================== ] 2159/4189 51% [=============================== ] 2160/4189 51% [=============================== ] 2161/4189 51% [=============================== ] 2162/4189 51% [================================ ] 2163/4189 51% [================================ ] 2164/4189 51% [================================ ] 2165/4189 51% [================================ ] 2166/4189 51% [================================ ] 2167/4189 51% [================================ ] 2168/4189 51% [================================ ] 2169/4189 51% [================================ ] 2170/4189 51% [================================ ] 2171/4189 51% [================================ ] 2172/4189 51% [================================ ] 2173/4189 51% [================================ ] 2174/4189 51% [================================ ] 2175/4189 51% [================================ ] 2176/4189 51% [================================ ] 2177/4189 51% [================================ ] 2178/4189 51% [================================ ] 2179/4189 52% [================================ ] 2180/4189 52% [================================ ] 2181/4189 52% [================================ ] 2182/4189 52% [================================ ] 2183/4189 52% [================================ ] 2184/4189 52% [================================ ] 2185/4189 52% [================================ ] 2186/4189 52% [================================ ] 2187/4189 52% [================================ ] 2188/4189 52% [================================ ] 2189/4189 52% [================================ ] 2190/4189 52% [================================ ] 2191/4189 52% [================================ ] 2192/4189 52% [================================ ] 2193/4189 52% [================================ ] 2194/4189 52% [================================ ] 2195/4189 52% [================================ ] 2196/4189 52% [================================ ] 2197/4189 52% [================================ ] 2198/4189 52% [================================ ] 2199/4189 52% [================================ ] 2200/4189 52% [================================ ] 2201/4189 52% [================================ ] 2202/4189 52% [================================ ] 2203/4189 52% [================================ ] 2204/4189 52% [================================ ] 2205/4189 52% [================================ ] 2206/4189 52% [================================ ] 2207/4189 52% [================================ ] 2208/4189 52% [================================ ] 2209/4189 52% [================================ ] 2210/4189 52% [================================ ] 2211/4189 52% [================================ ] 2212/4189 52% [================================ ] 2213/4189 52% [================================ ] 2214/4189 52% [================================ ] 2215/4189 52% [================================ ] 2216/4189 52% [================================ ] 2217/4189 52% [================================ ] 2218/4189 52% [================================ ] 2219/4189 52% [================================ ] 2220/4189 52% [================================ ] 2221/4189 53% [================================ ] 2222/4189 53% [================================ ] 2223/4189 53% [================================ ] 2224/4189 53% [================================ ] 2225/4189 53% [================================ ] 2226/4189 53% [================================ ] 2227/4189 53% [================================ ] 2228/4189 53% [================================ ] 2229/4189 53% [================================= ] 2230/4189 53% [================================= ] 2231/4189 53% [================================= ] 2232/4189 53% [================================= ] 2233/4189 53% [================================= ] 2234/4189 53% [================================= ] 2235/4189 53% [================================= ] 2236/4189 53% [================================= ] 2237/4189 53% [================================= ] 2238/4189 53% [================================= ] 2239/4189 53% [================================= ] 2240/4189 53% [================================= ] 2241/4189 53% [================================= ] 2242/4189 53% [================================= ] 2243/4189 53% [================================= ] 2244/4189 53% [================================= ] 2245/4189 53% [================================= ] 2246/4189 53% [================================= ] 2247/4189 53% [================================= ] 2248/4189 53% [================================= ] 2249/4189 53% [================================= ] 2250/4189 53% [================================= ] 2251/4189 53% [================================= ] 2252/4189 53% [================================= ] 2253/4189 53% [================================= ] 2254/4189 53% [================================= ] 2255/4189 53% [================================= ] 2256/4189 53% [================================= ] 2257/4189 53% [================================= ] 2258/4189 53% [================================= ] 2259/4189 53% [================================= ] 2260/4189 53% [================================= ] 2261/4189 53% [================================= ] 2262/4189 53% [================================= ] 2263/4189 54% [================================= ] 2264/4189 54% [================================= ] 2265/4189 54% [================================= ] 2266/4189 54% [================================= ] 2267/4189 54% [================================= ] 2268/4189 54% [================================= ] 2269/4189 54% [================================= ] 2270/4189 54% [================================= ] 2271/4189 54% [================================= ] 2272/4189 54% [================================= ] 2273/4189 54% [================================= ] 2274/4189 54% [================================= ] 2275/4189 54% [================================= ] 2276/4189 54% [================================= ] 2277/4189 54% [================================= ] 2278/4189 54% [================================= ] 2279/4189 54% [================================= ] 2280/4189 54% [================================= ] 2281/4189 54% [================================= ] 2282/4189 54% [================================= ] 2283/4189 54% [================================= ] 2284/4189 54% [================================= ] 2285/4189 54% [================================= ] 2286/4189 54% [================================= ] 2287/4189 54% [================================= ] 2288/4189 54% [================================= ] 2289/4189 54% [================================= ] 2290/4189 54% [================================= ] 2291/4189 54% [================================= ] 2292/4189 54% [================================= ] 2293/4189 54% [================================= ] 2294/4189 54% [================================= ] 2295/4189 54% [================================= ] 2296/4189 54% [================================= ] 2297/4189 54% [================================== ] 2298/4189 54% [================================== ] 2299/4189 54% [================================== ] 2300/4189 54% [================================== ] 2301/4189 54% [================================== ] 2302/4189 54% [================================== ] 2303/4189 54% [================================== ] 2304/4189 55% [================================== ] 2305/4189 55% [================================== ] 2306/4189 55% [================================== ] 2307/4189 55% [================================== ] 2308/4189 55% [================================== ] 2309/4189 55% [================================== ] 2310/4189 55% [================================== ] 2311/4189 55% [================================== ] 2312/4189 55% [================================== ] 2313/4189 55% [================================== ] 2314/4189 55% [================================== ] 2315/4189 55% [================================== ] 2316/4189 55% [================================== ] 2317/4189 55% [================================== ] 2318/4189 55% [================================== ] 2319/4189 55% [================================== ] 2320/4189 55% [================================== ] 2321/4189 55% [================================== ] 2322/4189 55% [================================== ] 2323/4189 55% [================================== ] 2324/4189 55% [================================== ] 2325/4189 55% [================================== ] 2326/4189 55% [================================== ] 2327/4189 55% [================================== ] 2328/4189 55% [================================== ] 2329/4189 55% [================================== ] 2330/4189 55% [================================== ] 2331/4189 55% [================================== ] 2332/4189 55% [================================== ] 2333/4189 55% [================================== ] 2334/4189 55% [================================== ] 2335/4189 55% [================================== ] 2336/4189 55% [================================== ] 2337/4189 55% [================================== ] 2338/4189 55% [================================== ] 2339/4189 55% [================================== ] 2340/4189 55% [================================== ] 2341/4189 55% [================================== ] 2342/4189 55% [================================== ] 2343/4189 55% [================================== ] 2344/4189 55% [================================== ] 2345/4189 55% [================================== ] 2346/4189 56% [================================== ] 2347/4189 56% [================================== ] 2348/4189 56% [================================== ] 2349/4189 56% [================================== ] 2350/4189 56% [================================== ] 2351/4189 56% [================================== ] 2352/4189 56% [================================== ] 2353/4189 56% [================================== ] 2354/4189 56% [================================== ] 2355/4189 56% [================================== ] 2356/4189 56% [================================== ] 2357/4189 56% [================================== ] 2358/4189 56% [================================== ] 2359/4189 56% [================================== ] 2360/4189 56% [================================== ] 2361/4189 56% [================================== ] 2362/4189 56% [================================== ] 2363/4189 56% [================================== ] 2364/4189 56% [=================================== ] 2365/4189 56% [=================================== ] 2366/4189 56% [=================================== ] 2367/4189 56% [=================================== ] 2368/4189 56% [=================================== ] 2369/4189 56% [=================================== ] 2370/4189 56% [=================================== ] 2371/4189 56% [=================================== ] 2372/4189 56% [=================================== ] 2373/4189 56% [=================================== ] 2374/4189 56% [=================================== ] 2375/4189 56% [=================================== ] 2376/4189 56% [=================================== ] 2377/4189 56% [=================================== ] 2378/4189 56% [=================================== ] 2379/4189 56% [=================================== ] 2380/4189 56% [=================================== ] 2381/4189 56% [=================================== ] 2382/4189 56% [=================================== ] 2383/4189 56% [=================================== ] 2384/4189 56% [=================================== ] 2385/4189 56% [=================================== ] 2386/4189 56% [=================================== ] 2387/4189 56% [=================================== ] 2388/4189 57% [=================================== ] 2389/4189 57% [=================================== ] 2390/4189 57% [=================================== ] 2391/4189 57% [=================================== ] 2392/4189 57% [=================================== ] 2393/4189 57% [=================================== ] 2394/4189 57% [=================================== ] 2395/4189 57% [=================================== ] 2396/4189 57% [=================================== ] 2397/4189 57% [=================================== ] 2398/4189 57% [=================================== ] 2399/4189 57% [=================================== ] 2400/4189 57% [=================================== ] 2401/4189 57% [=================================== ] 2402/4189 57% [=================================== ] 2403/4189 57% [=================================== ] 2404/4189 57% [=================================== ] 2405/4189 57% [=================================== ] 2406/4189 57% [=================================== ] 2407/4189 57% [=================================== ] 2408/4189 57% [=================================== ] 2409/4189 57% [=================================== ] 2410/4189 57% [=================================== ] 2411/4189 57% [=================================== ] 2412/4189 57% [=================================== ] 2413/4189 57% [=================================== ] 2414/4189 57% [=================================== ] 2415/4189 57% [=================================== ] 2416/4189 57% [=================================== ] 2417/4189 57% [=================================== ] 2418/4189 57% [=================================== ] 2419/4189 57% [=================================== ] 2420/4189 57% [=================================== ] 2421/4189 57% [=================================== ] 2422/4189 57% [=================================== ] 2423/4189 57% [=================================== ] 2424/4189 57% [=================================== ] 2425/4189 57% [=================================== ] 2426/4189 57% [=================================== ] 2427/4189 57% [=================================== ] 2428/4189 57% [=================================== ] 2429/4189 57% [=================================== ] 2430/4189 58% [=================================== ] 2431/4189 58% [=================================== ] 2432/4189 58% [==================================== ] 2433/4189 58% [==================================== ] 2434/4189 58% [==================================== ] 2435/4189 58% [==================================== ] 2436/4189 58% [==================================== ] 2437/4189 58% [==================================== ] 2438/4189 58% [==================================== ] 2439/4189 58% [==================================== ] 2440/4189 58% [==================================== ] 2441/4189 58% [==================================== ] 2442/4189 58% [==================================== ] 2443/4189 58% [==================================== ] 2444/4189 58% [==================================== ] 2445/4189 58% [==================================== ] 2446/4189 58% [==================================== ] 2447/4189 58% [==================================== ] 2448/4189 58% [==================================== ] 2449/4189 58% [==================================== ] 2450/4189 58% [==================================== ] 2451/4189 58% [==================================== ] 2452/4189 58% [==================================== ] 2453/4189 58% [==================================== ] 2454/4189 58% [==================================== ] 2455/4189 58% [==================================== ] 2456/4189 58% [==================================== ] 2457/4189 58% [==================================== ] 2458/4189 58% [==================================== ] 2459/4189 58% [==================================== ] 2460/4189 58% [==================================== ] 2461/4189 58% [==================================== ] 2462/4189 58% [==================================== ] 2463/4189 58% [==================================== ] 2464/4189 58% [==================================== ] 2465/4189 58% [==================================== ] 2466/4189 58% [==================================== ] 2467/4189 58% [==================================== ] 2468/4189 58% [==================================== ] 2469/4189 58% [==================================== ] 2470/4189 58% [==================================== ] 2471/4189 58% [==================================== ] 2472/4189 59% [==================================== ] 2473/4189 59% [==================================== ] 2474/4189 59% [==================================== ] 2475/4189 59% [==================================== ] 2476/4189 59% [==================================== ] 2477/4189 59% [==================================== ] 2478/4189 59% [==================================== ] 2479/4189 59% [==================================== ] 2480/4189 59% [==================================== ] 2481/4189 59% [==================================== ] 2482/4189 59% [==================================== ] 2483/4189 59% [==================================== ] 2484/4189 59% [==================================== ] 2485/4189 59% [==================================== ] 2486/4189 59% [==================================== ] 2487/4189 59% [==================================== ] 2488/4189 59% [==================================== ] 2489/4189 59% [==================================== ] 2490/4189 59% [==================================== ] 2491/4189 59% [==================================== ] 2492/4189 59% [==================================== ] 2493/4189 59% [==================================== ] 2494/4189 59% [==================================== ] 2495/4189 59% [==================================== ] 2496/4189 59% [==================================== ] 2497/4189 59% [==================================== ] 2498/4189 59% [==================================== ] 2499/4189 59% [===================================== ] 2500/4189 59% [===================================== ] 2501/4189 59% [===================================== ] 2502/4189 59% [===================================== ] 2503/4189 59% [===================================== ] 2504/4189 59% [===================================== ] 2505/4189 59% [===================================== ] 2506/4189 59% [===================================== ] 2507/4189 59% [===================================== ] 2508/4189 59% [===================================== ] 2509/4189 59% [===================================== ] 2510/4189 59% [===================================== ] 2511/4189 59% [===================================== ] 2512/4189 59% [===================================== ] 2513/4189 59% [===================================== ] 2514/4189 60% [===================================== ] 2515/4189 60% [===================================== ] 2516/4189 60% [===================================== ] 2517/4189 60% [===================================== ] 2518/4189 60% [===================================== ] 2519/4189 60% [===================================== ] 2520/4189 60% [===================================== ] 2521/4189 60% [===================================== ] 2522/4189 60% [===================================== ] 2523/4189 60% [===================================== ] 2524/4189 60% [===================================== ] 2525/4189 60% [===================================== ] 2526/4189 60% [===================================== ] 2527/4189 60% [===================================== ] 2528/4189 60% [===================================== ] 2529/4189 60% [===================================== ] 2530/4189 60% [===================================== ] 2531/4189 60% [===================================== ] 2532/4189 60% [===================================== ] 2533/4189 60% [===================================== ] 2534/4189 60% [===================================== ] 2535/4189 60% [===================================== ] 2536/4189 60% [===================================== ] 2537/4189 60% [===================================== ] 2538/4189 60% [===================================== ] 2539/4189 60% [===================================== ] 2540/4189 60% [===================================== ] 2541/4189 60% [===================================== ] 2542/4189 60% [===================================== ] 2543/4189 60% [===================================== ] 2544/4189 60% [===================================== ] 2545/4189 60% [===================================== ] 2546/4189 60% [===================================== ] 2547/4189 60% [===================================== ] 2548/4189 60% [===================================== ] 2549/4189 60% [===================================== ] 2550/4189 60% [===================================== ] 2551/4189 60% [===================================== ] 2552/4189 60% [===================================== ] 2553/4189 60% [===================================== ] 2554/4189 60% [===================================== ] 2555/4189 60% [===================================== ] 2556/4189 61% [===================================== ] 2557/4189 61% [===================================== ] 2558/4189 61% [===================================== ] 2559/4189 61% [===================================== ] 2560/4189 61% [===================================== ] 2561/4189 61% [===================================== ] 2562/4189 61% [===================================== ] 2563/4189 61% [===================================== ] 2564/4189 61% [===================================== ] 2565/4189 61% [===================================== ] 2566/4189 61% [===================================== ] 2567/4189 61% [====================================== ] 2568/4189 61% [====================================== ] 2569/4189 61% [====================================== ] 2570/4189 61% [====================================== ] 2571/4189 61% [====================================== ] 2572/4189 61% [====================================== ] 2573/4189 61% [====================================== ] 2574/4189 61% [====================================== ] 2575/4189 61% [====================================== ] 2576/4189 61% [====================================== ] 2577/4189 61% [====================================== ] 2578/4189 61% [====================================== ] 2579/4189 61% [====================================== ] 2580/4189 61% [====================================== ] 2581/4189 61% [====================================== ] 2582/4189 61% [====================================== ] 2583/4189 61% [====================================== ] 2584/4189 61% [====================================== ] 2585/4189 61% [====================================== ] 2586/4189 61% [====================================== ] 2587/4189 61% [====================================== ] 2588/4189 61% [====================================== ] 2589/4189 61% [====================================== ] 2590/4189 61% [====================================== ] 2591/4189 61% [====================================== ] 2592/4189 61% [====================================== ] 2593/4189 61% [====================================== ] 2594/4189 61% [====================================== ] 2595/4189 61% [====================================== ] 2596/4189 61% [====================================== ] 2597/4189 61% [====================================== ] 2598/4189 62% [====================================== ] 2599/4189 62% [====================================== ] 2600/4189 62% [====================================== ] 2601/4189 62% [====================================== ] 2602/4189 62% [====================================== ] 2603/4189 62% [====================================== ] 2604/4189 62% [====================================== ] 2605/4189 62% [====================================== ] 2606/4189 62% [====================================== ] 2607/4189 62% [====================================== ] 2608/4189 62% [====================================== ] 2609/4189 62% [====================================== ] 2610/4189 62% [====================================== ] 2611/4189 62% [====================================== ] 2612/4189 62% [====================================== ] 2613/4189 62% [====================================== ] 2614/4189 62% [====================================== ] 2615/4189 62% [====================================== ] 2616/4189 62% [====================================== ] 2617/4189 62% [====================================== ] 2618/4189 62% [====================================== ] 2619/4189 62% [====================================== ] 2620/4189 62% [====================================== ] 2621/4189 62% [====================================== ] 2622/4189 62% [====================================== ] 2623/4189 62% [====================================== ] 2624/4189 62% [====================================== ] 2625/4189 62% [====================================== ] 2626/4189 62% [====================================== ] 2627/4189 62% [====================================== ] 2628/4189 62% [====================================== ] 2629/4189 62% [====================================== ] 2630/4189 62% [====================================== ] 2631/4189 62% [====================================== ] 2632/4189 62% [====================================== ] 2633/4189 62% [====================================== ] 2634/4189 62% [====================================== ] 2635/4189 62% [======================================= ] 2636/4189 62% [======================================= ] 2637/4189 62% [======================================= ] 2638/4189 62% [======================================= ] 2639/4189 62% [======================================= ] 2640/4189 63% [======================================= ] 2641/4189 63% [======================================= ] 2642/4189 63% [======================================= ] 2643/4189 63% [======================================= ] 2644/4189 63% [======================================= ] 2645/4189 63% [======================================= ] 2646/4189 63% [======================================= ] 2647/4189 63% [======================================= ] 2648/4189 63% [======================================= ] 2649/4189 63% [======================================= ] 2650/4189 63% [======================================= ] 2651/4189 63% [======================================= ] 2652/4189 63% [======================================= ] 2653/4189 63% [======================================= ] 2654/4189 63% [======================================= ] 2655/4189 63% [======================================= ] 2656/4189 63% [======================================= ] 2657/4189 63% [======================================= ] 2658/4189 63% [======================================= ] 2659/4189 63% [======================================= ] 2660/4189 63% [======================================= ] 2661/4189 63% [======================================= ] 2662/4189 63% [======================================= ] 2663/4189 63% [======================================= ] 2664/4189 63% [======================================= ] 2665/4189 63% [======================================= ] 2666/4189 63% [======================================= ] 2667/4189 63% [======================================= ] 2668/4189 63% [======================================= ] 2669/4189 63% [======================================= ] 2670/4189 63% [======================================= ] 2671/4189 63% [======================================= ] 2672/4189 63% [======================================= ] 2673/4189 63% [======================================= ] 2674/4189 63% [======================================= ] 2675/4189 63% [======================================= ] 2676/4189 63% [======================================= ] 2677/4189 63% [======================================= ] 2678/4189 63% [======================================= ] 2679/4189 63% [======================================= ] 2680/4189 63% [======================================= ] 2681/4189 64% [======================================= ] 2682/4189 64% [======================================= ] 2683/4189 64% [======================================= ] 2684/4189 64% [======================================= ] 2685/4189 64% [======================================= ] 2686/4189 64% [======================================= ] 2687/4189 64% [======================================= ] 2688/4189 64% [======================================= ] 2689/4189 64% [======================================= ] 2690/4189 64% [======================================= ] 2691/4189 64% [======================================= ] 2692/4189 64% [======================================= ] 2693/4189 64% [======================================= ] 2694/4189 64% [======================================= ] 2695/4189 64% [======================================= ] 2696/4189 64% [======================================= ] 2697/4189 64% [======================================= ] 2698/4189 64% [======================================= ] 2699/4189 64% [======================================= ] 2700/4189 64% [======================================= ] 2701/4189 64% [======================================= ] 2702/4189 64% [======================================== ] 2703/4189 64% [======================================== ] 2704/4189 64% [======================================== ] 2705/4189 64% [======================================== ] 2706/4189 64% [======================================== ] 2707/4189 64% [======================================== ] 2708/4189 64% [======================================== ] 2709/4189 64% [======================================== ] 2710/4189 64% [======================================== ] 2711/4189 64% [======================================== ] 2712/4189 64% [======================================== ] 2713/4189 64% [======================================== ] 2714/4189 64% [======================================== ] 2715/4189 64% [======================================== ] 2716/4189 64% [======================================== ] 2717/4189 64% [======================================== ] 2718/4189 64% [======================================== ] 2719/4189 64% [======================================== ] 2720/4189 64% [======================================== ] 2721/4189 64% [======================================== ] 2722/4189 64% [======================================== ] 2723/4189 65% [======================================== ] 2724/4189 65% [======================================== ] 2725/4189 65% [======================================== ] 2726/4189 65% [======================================== ] 2727/4189 65% [======================================== ] 2728/4189 65% [======================================== ] 2729/4189 65% [======================================== ] 2730/4189 65% [======================================== ] 2731/4189 65% [======================================== ] 2732/4189 65% [======================================== ] 2733/4189 65% [======================================== ] 2734/4189 65% [======================================== ] 2735/4189 65% [======================================== ] 2736/4189 65% [======================================== ] 2737/4189 65% [======================================== ] 2738/4189 65% [======================================== ] 2739/4189 65% [======================================== ] 2740/4189 65% [======================================== ] 2741/4189 65% [======================================== ] 2742/4189 65% [======================================== ] 2743/4189 65% [======================================== ] 2744/4189 65% [======================================== ] 2745/4189 65% [======================================== ] 2746/4189 65% [======================================== ] 2747/4189 65% [======================================== ] 2748/4189 65% [======================================== ] 2749/4189 65% [======================================== ] 2750/4189 65% [======================================== ] 2751/4189 65% [======================================== ] 2752/4189 65% [======================================== ] 2753/4189 65% [======================================== ] 2754/4189 65% [======================================== ] 2755/4189 65% [======================================== ] 2756/4189 65% [======================================== ] 2757/4189 65% [======================================== ] 2758/4189 65% [======================================== ] 2759/4189 65% [======================================== ] 2760/4189 65% [======================================== ] 2761/4189 65% [======================================== ] 2762/4189 65% [======================================== ] 2763/4189 65% [======================================== ] 2764/4189 65% [======================================== ] 2765/4189 66% [======================================== ] 2766/4189 66% [======================================== ] 2767/4189 66% [======================================== ] 2768/4189 66% [======================================== ] 2769/4189 66% [======================================== ] 2770/4189 66% [========================================= ] 2771/4189 66% [========================================= ] 2772/4189 66% [========================================= ] 2773/4189 66% [========================================= ] 2774/4189 66% [========================================= ] 2775/4189 66% [========================================= ] 2776/4189 66% [========================================= ] 2777/4189 66% [========================================= ] 2778/4189 66% [========================================= ] 2779/4189 66% [========================================= ] 2780/4189 66% [========================================= ] 2781/4189 66% [========================================= ] 2782/4189 66% [========================================= ] 2783/4189 66% [========================================= ] 2784/4189 66% [========================================= ] 2785/4189 66% [========================================= ] 2786/4189 66% [========================================= ] 2787/4189 66% [========================================= ] 2788/4189 66% [========================================= ] 2789/4189 66% [========================================= ] 2790/4189 66% [========================================= ] 2791/4189 66% [========================================= ] 2792/4189 66% [========================================= ] 2793/4189 66% [========================================= ] 2794/4189 66% [========================================= ] 2795/4189 66% [========================================= ] 2796/4189 66% [========================================= ] 2797/4189 66% [========================================= ] 2798/4189 66% [========================================= ] 2799/4189 66% [========================================= ] 2800/4189 66% [========================================= ] 2801/4189 66% [========================================= ] 2802/4189 66% [========================================= ] 2803/4189 66% [========================================= ] 2804/4189 66% [========================================= ] 2805/4189 66% [========================================= ] 2806/4189 66% [========================================= ] 2807/4189 67% [========================================= ] 2808/4189 67% [========================================= ] 2809/4189 67% [========================================= ] 2810/4189 67% [========================================= ] 2811/4189 67% [========================================= ] 2812/4189 67% [========================================= ] 2813/4189 67% [========================================= ] 2814/4189 67% [========================================= ] 2815/4189 67% [========================================= ] 2816/4189 67% [========================================= ] 2817/4189 67% [========================================= ] 2818/4189 67% [========================================= ] 2819/4189 67% [========================================= ] 2820/4189 67% [========================================= ] 2821/4189 67% [========================================= ] 2822/4189 67% [========================================= ] 2823/4189 67% [========================================= ] 2824/4189 67% [========================================= ] 2825/4189 67% [========================================= ] 2826/4189 67% [========================================= ] 2827/4189 67% [========================================= ] 2828/4189 67% [========================================= ] 2829/4189 67% [========================================= ] 2830/4189 67% [========================================= ] 2831/4189 67% [========================================= ] 2832/4189 67% [========================================= ] 2833/4189 67% [========================================= ] 2834/4189 67% [========================================= ] 2835/4189 67% [========================================= ] 2836/4189 67% [========================================= ] 2837/4189 67% [========================================== ] 2838/4189 67% [========================================== ] 2839/4189 67% [========================================== ] 2840/4189 67% [========================================== ] 2841/4189 67% [========================================== ] 2842/4189 67% [========================================== ] 2843/4189 67% [========================================== ] 2844/4189 67% [========================================== ] 2845/4189 67% [========================================== ] 2846/4189 67% [========================================== ] 2847/4189 67% [========================================== ] 2848/4189 67% [========================================== ] 2849/4189 68% [========================================== ] 2850/4189 68% [========================================== ] 2851/4189 68% [========================================== ] 2852/4189 68% [========================================== ] 2853/4189 68% [========================================== ] 2854/4189 68% [========================================== ] 2855/4189 68% [========================================== ] 2856/4189 68% [========================================== ] 2857/4189 68% [========================================== ] 2858/4189 68% [========================================== ] 2859/4189 68% [========================================== ] 2860/4189 68% [========================================== ] 2861/4189 68% [========================================== ] 2862/4189 68% [========================================== ] 2863/4189 68% [========================================== ] 2864/4189 68% [========================================== ] 2865/4189 68% [========================================== ] 2866/4189 68% [========================================== ] 2867/4189 68% [========================================== ] 2868/4189 68% [========================================== ] 2869/4189 68% [========================================== ] 2870/4189 68% [========================================== ] 2871/4189 68% [========================================== ] 2872/4189 68% [========================================== ] 2873/4189 68% [========================================== ] 2874/4189 68% [========================================== ] 2875/4189 68% [========================================== ] 2876/4189 68% [========================================== ] 2877/4189 68% [========================================== ] 2878/4189 68% [========================================== ] 2879/4189 68% [========================================== ] 2880/4189 68% [========================================== ] 2881/4189 68% [========================================== ] 2882/4189 68% [========================================== ] 2883/4189 68% [========================================== ] 2884/4189 68% [========================================== ] 2885/4189 68% [========================================== ] 2886/4189 68% [========================================== ] 2887/4189 68% [========================================== ] 2888/4189 68% [========================================== ] 2889/4189 68% [========================================== ] 2890/4189 68% [========================================== ] 2891/4189 69% [========================================== ] 2892/4189 69% [========================================== ] 2893/4189 69% [========================================== ] 2894/4189 69% [========================================== ] 2895/4189 69% [========================================== ] 2896/4189 69% [========================================== ] 2897/4189 69% [========================================== ] 2898/4189 69% [========================================== ] 2899/4189 69% [========================================== ] 2900/4189 69% [========================================== ] 2901/4189 69% [========================================== ] 2902/4189 69% [========================================== ] 2903/4189 69% [========================================== ] 2904/4189 69% [========================================== ] 2905/4189 69% [=========================================== ] 2906/4189 69% [=========================================== ] 2907/4189 69% [=========================================== ] 2908/4189 69% [=========================================== ] 2909/4189 69% [=========================================== ] 2910/4189 69% [=========================================== ] 2911/4189 69% [=========================================== ] 2912/4189 69% [=========================================== ] 2913/4189 69% [=========================================== ] 2914/4189 69% [=========================================== ] 2915/4189 69% [=========================================== ] 2916/4189 69% [=========================================== ] 2917/4189 69% [=========================================== ] 2918/4189 69% [=========================================== ] 2919/4189 69% [=========================================== ] 2920/4189 69% [=========================================== ] 2921/4189 69% [=========================================== ] 2922/4189 69% [=========================================== ] 2923/4189 69% [=========================================== ] 2924/4189 69% [=========================================== ] 2925/4189 69% [=========================================== ] 2926/4189 69% [=========================================== ] 2927/4189 69% [=========================================== ] 2928/4189 69% [=========================================== ] 2929/4189 69% [=========================================== ] 2930/4189 69% [=========================================== ] 2931/4189 69% [=========================================== ] 2932/4189 69% [=========================================== ] 2933/4189 70% [=========================================== ] 2934/4189 70% [=========================================== ] 2935/4189 70% [=========================================== ] 2936/4189 70% [=========================================== ] 2937/4189 70% [=========================================== ] 2938/4189 70% [=========================================== ] 2939/4189 70% [=========================================== ] 2940/4189 70% [=========================================== ] 2941/4189 70% [=========================================== ] 2942/4189 70% [=========================================== ] 2943/4189 70% [=========================================== ] 2944/4189 70% [=========================================== ] 2945/4189 70% [=========================================== ] 2946/4189 70% [=========================================== ] 2947/4189 70% [=========================================== ] 2948/4189 70% [=========================================== ] 2949/4189 70% [=========================================== ] 2950/4189 70% [=========================================== ] 2951/4189 70% [=========================================== ] 2952/4189 70% [=========================================== ] 2953/4189 70% [=========================================== ] 2954/4189 70% [=========================================== ] 2955/4189 70% [=========================================== ] 2956/4189 70% [=========================================== ] 2957/4189 70% [=========================================== ] 2958/4189 70% [=========================================== ] 2959/4189 70% [=========================================== ] 2960/4189 70% [=========================================== ] 2961/4189 70% [=========================================== ] 2962/4189 70% [=========================================== ] 2963/4189 70% [=========================================== ] 2964/4189 70% [=========================================== ] 2965/4189 70% [=========================================== ] 2966/4189 70% [=========================================== ] 2967/4189 70% [=========================================== ] 2968/4189 70% [=========================================== ] 2969/4189 70% [=========================================== ] 2970/4189 70% [=========================================== ] 2971/4189 70% [=========================================== ] 2972/4189 70% [============================================ ] 2973/4189 70% [============================================ ] 2974/4189 70% [============================================ ] 2975/4189 71% [============================================ ] 2976/4189 71% [============================================ ] 2977/4189 71% [============================================ ] 2978/4189 71% [============================================ ] 2979/4189 71% [============================================ ] 2980/4189 71% [============================================ ] 2981/4189 71% [============================================ ] 2982/4189 71% [============================================ ] 2983/4189 71% [============================================ ] 2984/4189 71% [============================================ ] 2985/4189 71% [============================================ ] 2986/4189 71% [============================================ ] 2987/4189 71% [============================================ ] 2988/4189 71% [============================================ ] 2989/4189 71% [============================================ ] 2990/4189 71% [============================================ ] 2991/4189 71% [============================================ ] 2992/4189 71% [============================================ ] 2993/4189 71% [============================================ ] 2994/4189 71% [============================================ ] 2995/4189 71% [============================================ ] 2996/4189 71% [============================================ ] 2997/4189 71% [============================================ ] 2998/4189 71% [============================================ ] 2999/4189 71% [============================================ ] 3000/4189 71% [============================================ ] 3001/4189 71% [============================================ ] 3002/4189 71% [============================================ ] 3003/4189 71% [============================================ ] 3004/4189 71% [============================================ ] 3005/4189 71% [============================================ ] 3006/4189 71% [============================================ ] 3007/4189 71% [============================================ ] 3008/4189 71% [============================================ ] 3009/4189 71% [============================================ ] 3010/4189 71% [============================================ ] 3011/4189 71% [============================================ ] 3012/4189 71% [============================================ ] 3013/4189 71% [============================================ ] 3014/4189 71% [============================================ ] 3015/4189 71% [============================================ ] 3016/4189 71% [============================================ ] 3017/4189 72% [============================================ ] 3018/4189 72% [============================================ ] 3019/4189 72% [============================================ ] 3020/4189 72% [============================================ ] 3021/4189 72% [============================================ ] 3022/4189 72% [============================================ ] 3023/4189 72% [============================================ ] 3024/4189 72% [============================================ ] 3025/4189 72% [============================================ ] 3026/4189 72% [============================================ ] 3027/4189 72% [============================================ ] 3028/4189 72% [============================================ ] 3029/4189 72% [============================================ ] 3030/4189 72% [============================================ ] 3031/4189 72% [============================================ ] 3032/4189 72% [============================================ ] 3033/4189 72% [============================================ ] 3034/4189 72% [============================================ ] 3035/4189 72% [============================================ ] 3036/4189 72% [============================================ ] 3037/4189 72% [============================================ ] 3038/4189 72% [============================================ ] 3039/4189 72% [============================================ ] 3040/4189 72% [============================================= ] 3041/4189 72% [============================================= ] 3042/4189 72% [============================================= ] 3043/4189 72% [============================================= ] 3044/4189 72% [============================================= ] 3045/4189 72% [============================================= ] 3046/4189 72% [============================================= ] 3047/4189 72% [============================================= ] 3048/4189 72% [============================================= ] 3049/4189 72% [============================================= ] 3050/4189 72% [============================================= ] 3051/4189 72% [============================================= ] 3052/4189 72% [============================================= ] 3053/4189 72% [============================================= ] 3054/4189 72% [============================================= ] 3055/4189 72% [============================================= ] 3056/4189 72% [============================================= ] 3057/4189 72% [============================================= ] 3058/4189 73% [============================================= ] 3059/4189 73% [============================================= ] 3060/4189 73% [============================================= ] 3061/4189 73% [============================================= ] 3062/4189 73% [============================================= ] 3063/4189 73% [============================================= ] 3064/4189 73% [============================================= ] 3065/4189 73% [============================================= ] 3066/4189 73% [============================================= ] 3067/4189 73% [============================================= ] 3068/4189 73% [============================================= ] 3069/4189 73% [============================================= ] 3070/4189 73% [============================================= ] 3071/4189 73% [============================================= ] 3072/4189 73% [============================================= ] 3073/4189 73% [============================================= ] 3074/4189 73% [============================================= ] 3075/4189 73% [============================================= ] 3076/4189 73% [============================================= ] 3077/4189 73% [============================================= ] 3078/4189 73% [============================================= ] 3079/4189 73% [============================================= ] 3080/4189 73% [============================================= ] 3081/4189 73% [============================================= ] 3082/4189 73% [============================================= ] 3083/4189 73% [============================================= ] 3084/4189 73% [============================================= ] 3085/4189 73% [============================================= ] 3086/4189 73% [============================================= ] 3087/4189 73% [============================================= ] 3088/4189 73% [============================================= ] 3089/4189 73% [============================================= ] 3090/4189 73% [============================================= ] 3091/4189 73% [============================================= ] 3092/4189 73% [============================================= ] 3093/4189 73% [============================================= ] 3094/4189 73% [============================================= ] 3095/4189 73% [============================================= ] 3096/4189 73% [============================================= ] 3097/4189 73% [============================================= ] 3098/4189 73% [============================================= ] 3099/4189 73% [============================================= ] 3100/4189 74% [============================================= ] 3101/4189 74% [============================================= ] 3102/4189 74% [============================================= ] 3103/4189 74% [============================================= ] 3104/4189 74% [============================================= ] 3105/4189 74% [============================================= ] 3106/4189 74% [============================================= ] 3107/4189 74% [============================================== ] 3108/4189 74% [============================================== ] 3109/4189 74% [============================================== ] 3110/4189 74% [============================================== ] 3111/4189 74% [============================================== ] 3112/4189 74% [============================================== ] 3113/4189 74% [============================================== ] 3114/4189 74% [============================================== ] 3115/4189 74% [============================================== ] 3116/4189 74% [============================================== ] 3117/4189 74% [============================================== ] 3118/4189 74% [============================================== ] 3119/4189 74% [============================================== ] 3120/4189 74% [============================================== ] 3121/4189 74% [============================================== ] 3122/4189 74% [============================================== ] 3123/4189 74% [============================================== ] 3124/4189 74% [============================================== ] 3125/4189 74% [============================================== ] 3126/4189 74% [============================================== ] 3127/4189 74% [============================================== ] 3128/4189 74% [============================================== ] 3129/4189 74% [============================================== ] 3130/4189 74% [============================================== ] 3131/4189 74% [============================================== ] 3132/4189 74% [============================================== ] 3133/4189 74% [============================================== ] 3134/4189 74% [============================================== ] 3135/4189 74% [============================================== ] 3136/4189 74% [============================================== ] 3137/4189 74% [============================================== ] 3138/4189 74% [============================================== ] 3139/4189 74% [============================================== ] 3140/4189 74% [============================================== ] 3141/4189 74% [============================================== ] 3142/4189 75% [============================================== ] 3143/4189 75% [============================================== ] 3144/4189 75% [============================================== ] 3145/4189 75% [============================================== ] 3146/4189 75% [============================================== ] 3147/4189 75% [============================================== ] 3148/4189 75% [============================================== ] 3149/4189 75% [============================================== ] 3150/4189 75% [============================================== ] 3151/4189 75% [============================================== ] 3152/4189 75% [============================================== ] 3153/4189 75% [============================================== ] 3154/4189 75% [============================================== ] 3155/4189 75% [============================================== ] 3156/4189 75% [============================================== ] 3157/4189 75% [============================================== ] 3158/4189 75% [============================================== ] 3159/4189 75% [============================================== ] 3160/4189 75% [============================================== ] 3161/4189 75% [============================================== ] 3162/4189 75% [============================================== ] 3163/4189 75% [============================================== ] 3164/4189 75% [============================================== ] 3165/4189 75% [============================================== ] 3166/4189 75% [============================================== ] 3167/4189 75% [============================================== ] 3168/4189 75% [============================================== ] 3169/4189 75% [============================================== ] 3170/4189 75% [============================================== ] 3171/4189 75% [============================================== ] 3172/4189 75% [============================================== ] 3173/4189 75% [============================================== ] 3174/4189 75% [============================================== ] 3175/4189 75% [=============================================== ] 3176/4189 75% [=============================================== ] 3177/4189 75% [=============================================== ] 3178/4189 75% [=============================================== ] 3179/4189 75% [=============================================== ] 3180/4189 75% [=============================================== ] 3181/4189 75% [=============================================== ] 3182/4189 75% [=============================================== ] 3183/4189 75% [=============================================== ] 3184/4189 76% [=============================================== ] 3185/4189 76% [=============================================== ] 3186/4189 76% [=============================================== ] 3187/4189 76% [=============================================== ] 3188/4189 76% [=============================================== ] 3189/4189 76% [=============================================== ] 3190/4189 76% [=============================================== ] 3191/4189 76% [=============================================== ] 3192/4189 76% [=============================================== ] 3193/4189 76% [=============================================== ] 3194/4189 76% [=============================================== ] 3195/4189 76% [=============================================== ] 3196/4189 76% [=============================================== ] 3197/4189 76% [=============================================== ] 3198/4189 76% [=============================================== ] 3199/4189 76% [=============================================== ] 3200/4189 76% [=============================================== ] 3201/4189 76% [=============================================== ] 3202/4189 76% [=============================================== ] 3203/4189 76% [=============================================== ] 3204/4189 76% [=============================================== ] 3205/4189 76% [=============================================== ] 3206/4189 76% [=============================================== ] 3207/4189 76% [=============================================== ] 3208/4189 76% [=============================================== ] 3209/4189 76% [=============================================== ] 3210/4189 76% [=============================================== ] 3211/4189 76% [=============================================== ] 3212/4189 76% [=============================================== ] 3213/4189 76% [=============================================== ] 3214/4189 76% [=============================================== ] 3215/4189 76% [=============================================== ] 3216/4189 76% [=============================================== ] 3217/4189 76% [=============================================== ] 3218/4189 76% [=============================================== ] 3219/4189 76% [=============================================== ] 3220/4189 76% [=============================================== ] 3221/4189 76% [=============================================== ] 3222/4189 76% [=============================================== ] 3223/4189 76% [=============================================== ] 3224/4189 76% [=============================================== ] 3225/4189 76% [=============================================== ] 3226/4189 77% [=============================================== ] 3227/4189 77% [=============================================== ] 3228/4189 77% [=============================================== ] 3229/4189 77% [=============================================== ] 3230/4189 77% [=============================================== ] 3231/4189 77% [=============================================== ] 3232/4189 77% [=============================================== ] 3233/4189 77% [=============================================== ] 3234/4189 77% [=============================================== ] 3235/4189 77% [=============================================== ] 3236/4189 77% [=============================================== ] 3237/4189 77% [=============================================== ] 3238/4189 77% [=============================================== ] 3239/4189 77% [=============================================== ] 3240/4189 77% [=============================================== ] 3241/4189 77% [=============================================== ] 3242/4189 77% [=============================================== ] 3243/4189 77% [================================================ ] 3244/4189 77% [================================================ ] 3245/4189 77% [================================================ ] 3246/4189 77% [================================================ ] 3247/4189 77% [================================================ ] 3248/4189 77% [================================================ ] 3249/4189 77% [================================================ ] 3250/4189 77% [================================================ ] 3251/4189 77% [================================================ ] 3252/4189 77% [================================================ ] 3253/4189 77% [================================================ ] 3254/4189 77% [================================================ ] 3255/4189 77% [================================================ ] 3256/4189 77% [================================================ ] 3257/4189 77% [================================================ ] 3258/4189 77% [================================================ ] 3259/4189 77% [================================================ ] 3260/4189 77% [================================================ ] 3261/4189 77% [================================================ ] 3262/4189 77% [================================================ ] 3263/4189 77% [================================================ ] 3264/4189 77% [================================================ ] 3265/4189 77% [================================================ ] 3266/4189 77% [================================================ ] 3267/4189 77% [================================================ ] 3268/4189 78% [================================================ ] 3269/4189 78% [================================================ ] 3270/4189 78% [================================================ ] 3271/4189 78% [================================================ ] 3272/4189 78% [================================================ ] 3273/4189 78% [================================================ ] 3274/4189 78% [================================================ ] 3275/4189 78% [================================================ ] 3276/4189 78% [================================================ ] 3277/4189 78% [================================================ ] 3278/4189 78% [================================================ ] 3279/4189 78% [================================================ ] 3280/4189 78% [================================================ ] 3281/4189 78% [================================================ ] 3282/4189 78% [================================================ ] 3283/4189 78% [================================================ ] 3284/4189 78% [================================================ ] 3285/4189 78% [================================================ ] 3286/4189 78% [================================================ ] 3287/4189 78% [================================================ ] 3288/4189 78% [================================================ ] 3289/4189 78% [================================================ ] 3290/4189 78% [================================================ ] 3291/4189 78% [================================================ ] 3292/4189 78% [================================================ ] 3293/4189 78% [================================================ ] 3294/4189 78% [================================================ ] 3295/4189 78% [================================================ ] 3296/4189 78% [================================================ ] 3297/4189 78% [================================================ ] 3298/4189 78% [================================================ ] 3299/4189 78% [================================================ ] 3300/4189 78% [================================================ ] 3301/4189 78% [================================================ ] 3302/4189 78% [================================================ ] 3303/4189 78% [================================================ ] 3304/4189 78% [================================================ ] 3305/4189 78% [================================================ ] 3306/4189 78% [================================================ ] 3307/4189 78% [================================================ ] 3308/4189 78% [================================================ ] 3309/4189 78% [================================================ ] 3310/4189 79% [================================================= ] 3311/4189 79% [================================================= ] 3312/4189 79% [================================================= ] 3313/4189 79% [================================================= ] 3314/4189 79% [================================================= ] 3315/4189 79% [================================================= ] 3316/4189 79% [================================================= ] 3317/4189 79% [================================================= ] 3318/4189 79% [================================================= ] 3319/4189 79% [================================================= ] 3320/4189 79% [================================================= ] 3321/4189 79% [================================================= ] 3322/4189 79% [================================================= ] 3323/4189 79% [================================================= ] 3324/4189 79% [================================================= ] 3325/4189 79% [================================================= ] 3326/4189 79% [================================================= ] 3327/4189 79% [================================================= ] 3328/4189 79% [================================================= ] 3329/4189 79% [================================================= ] 3330/4189 79% [================================================= ] 3331/4189 79% [================================================= ] 3332/4189 79% [================================================= ] 3333/4189 79% [================================================= ] 3334/4189 79% [================================================= ] 3335/4189 79% [================================================= ] 3336/4189 79% [================================================= ] 3337/4189 79% [================================================= ] 3338/4189 79% [================================================= ] 3339/4189 79% [================================================= ] 3340/4189 79% [================================================= ] 3341/4189 79% [================================================= ] 3342/4189 79% [================================================= ] 3343/4189 79% [================================================= ] 3344/4189 79% [================================================= ] 3345/4189 79% [================================================= ] 3346/4189 79% [================================================= ] 3347/4189 79% [================================================= ] 3348/4189 79% [================================================= ] 3349/4189 79% [================================================= ] 3350/4189 79% [================================================= ] 3351/4189 79% [================================================= ] 3352/4189 80% [================================================= ] 3353/4189 80% [================================================= ] 3354/4189 80% [================================================= ] 3355/4189 80% [================================================= ] 3356/4189 80% [================================================= ] 3357/4189 80% [================================================= ] 3358/4189 80% [================================================= ] 3359/4189 80% [================================================= ] 3360/4189 80% [================================================= ] 3361/4189 80% [================================================= ] 3362/4189 80% [================================================= ] 3363/4189 80% [================================================= ] 3364/4189 80% [================================================= ] 3365/4189 80% [================================================= ] 3366/4189 80% [================================================= ] 3367/4189 80% [================================================= ] 3368/4189 80% [================================================= ] 3369/4189 80% [================================================= ] 3370/4189 80% [================================================= ] 3371/4189 80% [================================================= ] 3372/4189 80% [================================================= ] 3373/4189 80% [================================================= ] 3374/4189 80% [================================================= ] 3375/4189 80% [================================================= ] 3376/4189 80% [================================================= ] 3377/4189 80% [================================================= ] 3378/4189 80% [================================================== ] 3379/4189 80% [================================================== ] 3380/4189 80% [================================================== ] 3381/4189 80% [================================================== ] 3382/4189 80% [================================================== ] 3383/4189 80% [================================================== ] 3384/4189 80% [================================================== ] 3385/4189 80% [================================================== ] 3386/4189 80% [================================================== ] 3387/4189 80% [================================================== ] 3388/4189 80% [================================================== ] 3389/4189 80% [================================================== ] 3390/4189 80% [================================================== ] 3391/4189 80% [================================================== ] 3392/4189 80% [================================================== ] 3393/4189 80% [================================================== ] 3394/4189 81% [================================================== ] 3395/4189 81% [================================================== ] 3396/4189 81% [================================================== ] 3397/4189 81% [================================================== ] 3398/4189 81% [================================================== ] 3399/4189 81% [================================================== ] 3400/4189 81% [================================================== ] 3401/4189 81% [================================================== ] 3402/4189 81% [================================================== ] 3403/4189 81% [================================================== ] 3404/4189 81% [================================================== ] 3405/4189 81% [================================================== ] 3406/4189 81% [================================================== ] 3407/4189 81% [================================================== ] 3408/4189 81% [================================================== ] 3409/4189 81% [================================================== ] 3410/4189 81% [================================================== ] 3411/4189 81% [================================================== ] 3412/4189 81% [================================================== ] 3413/4189 81% [================================================== ] 3414/4189 81% [================================================== ] 3415/4189 81% [================================================== ] 3416/4189 81% [================================================== ] 3417/4189 81% [================================================== ] 3418/4189 81% [================================================== ] 3419/4189 81% [================================================== ] 3420/4189 81% [================================================== ] 3421/4189 81% [================================================== ] 3422/4189 81% [================================================== ] 3423/4189 81% [================================================== ] 3424/4189 81% [================================================== ] 3425/4189 81% [================================================== ] 3426/4189 81% [================================================== ] 3427/4189 81% [================================================== ] 3428/4189 81% [================================================== ] 3429/4189 81% [================================================== ] 3430/4189 81% [================================================== ] 3431/4189 81% [================================================== ] 3432/4189 81% [================================================== ] 3433/4189 81% [================================================== ] 3434/4189 81% [================================================== ] 3435/4189 82% [================================================== ] 3436/4189 82% [================================================== ] 3437/4189 82% [================================================== ] 3438/4189 82% [================================================== ] 3439/4189 82% [================================================== ] 3440/4189 82% [================================================== ] 3441/4189 82% [================================================== ] 3442/4189 82% [================================================== ] 3443/4189 82% [================================================== ] 3444/4189 82% [================================================== ] 3445/4189 82% [=================================================== ] 3446/4189 82% [=================================================== ] 3447/4189 82% [=================================================== ] 3448/4189 82% [=================================================== ] 3449/4189 82% [=================================================== ] 3450/4189 82% [=================================================== ] 3451/4189 82% [=================================================== ] 3452/4189 82% [=================================================== ] 3453/4189 82% [=================================================== ] 3454/4189 82% [=================================================== ] 3455/4189 82% [=================================================== ] 3456/4189 82% [=================================================== ] 3457/4189 82% [=================================================== ] 3458/4189 82% [=================================================== ] 3459/4189 82% [=================================================== ] 3460/4189 82% [=================================================== ] 3461/4189 82% [=================================================== ] 3462/4189 82% [=================================================== ] 3463/4189 82% [=================================================== ] 3464/4189 82% [=================================================== ] 3465/4189 82% [=================================================== ] 3466/4189 82% [=================================================== ] 3467/4189 82% [=================================================== ] 3468/4189 82% [=================================================== ] 3469/4189 82% [=================================================== ] 3470/4189 82% [=================================================== ] 3471/4189 82% [=================================================== ] 3472/4189 82% [=================================================== ] 3473/4189 82% [=================================================== ] 3474/4189 82% [=================================================== ] 3475/4189 82% [=================================================== ] 3476/4189 82% [=================================================== ] 3477/4189 83% [=================================================== ] 3478/4189 83% [=================================================== ] 3479/4189 83% [=================================================== ] 3480/4189 83% [=================================================== ] 3481/4189 83% [=================================================== ] 3482/4189 83% [=================================================== ] 3483/4189 83% [=================================================== ] 3484/4189 83% [=================================================== ] 3485/4189 83% [=================================================== ] 3486/4189 83% [=================================================== ] 3487/4189 83% [=================================================== ] 3488/4189 83% [=================================================== ] 3489/4189 83% [=================================================== ] 3490/4189 83% [=================================================== ] 3491/4189 83% [=================================================== ] 3492/4189 83% [=================================================== ] 3493/4189 83% [=================================================== ] 3494/4189 83% [=================================================== ] 3495/4189 83% [=================================================== ] 3496/4189 83% [=================================================== ] 3497/4189 83% [=================================================== ] 3498/4189 83% [=================================================== ] 3499/4189 83% [=================================================== ] 3500/4189 83% [=================================================== ] 3501/4189 83% [=================================================== ] 3502/4189 83% [=================================================== ] 3503/4189 83% [=================================================== ] 3504/4189 83% [=================================================== ] 3505/4189 83% [=================================================== ] 3506/4189 83% [=================================================== ] 3507/4189 83% [=================================================== ] 3508/4189 83% [=================================================== ] 3509/4189 83% [=================================================== ] 3510/4189 83% [=================================================== ] 3511/4189 83% [=================================================== ] 3512/4189 83% [=================================================== ] 3513/4189 83% [==================================================== ] 3514/4189 83% [==================================================== ] 3515/4189 83% [==================================================== ] 3516/4189 83% [==================================================== ] 3517/4189 83% [==================================================== ] 3518/4189 83% [==================================================== ] 3519/4189 84% [==================================================== ] 3520/4189 84% [==================================================== ] 3521/4189 84% [==================================================== ] 3522/4189 84% [==================================================== ] 3523/4189 84% [==================================================== ] 3524/4189 84% [==================================================== ] 3525/4189 84% [==================================================== ] 3526/4189 84% [==================================================== ] 3527/4189 84% [==================================================== ] 3528/4189 84% [==================================================== ] 3529/4189 84% [==================================================== ] 3530/4189 84% [==================================================== ] 3531/4189 84% [==================================================== ] 3532/4189 84% [==================================================== ] 3533/4189 84% [==================================================== ] 3534/4189 84% [==================================================== ] 3535/4189 84% [==================================================== ] 3536/4189 84% [==================================================== ] 3537/4189 84% [==================================================== ] 3538/4189 84% [==================================================== ] 3539/4189 84% [==================================================== ] 3540/4189 84% [==================================================== ] 3541/4189 84% [==================================================== ] 3542/4189 84% [==================================================== ] 3543/4189 84% [==================================================== ] 3544/4189 84% [==================================================== ] 3545/4189 84% [==================================================== ] 3546/4189 84% [==================================================== ] 3547/4189 84% [==================================================== ] 3548/4189 84% [==================================================== ] 3549/4189 84% [==================================================== ] 3550/4189 84% [==================================================== ] 3551/4189 84% [==================================================== ] 3552/4189 84% [==================================================== ] 3553/4189 84% [==================================================== ] 3554/4189 84% [==================================================== ] 3555/4189 84% [==================================================== ] 3556/4189 84% [==================================================== ] 3557/4189 84% [==================================================== ] 3558/4189 84% [==================================================== ] 3559/4189 84% [==================================================== ] 3560/4189 84% [==================================================== ] 3561/4189 85% [==================================================== ] 3562/4189 85% [==================================================== ] 3563/4189 85% [==================================================== ] 3564/4189 85% [==================================================== ] 3565/4189 85% [==================================================== ] 3566/4189 85% [==================================================== ] 3567/4189 85% [==================================================== ] 3568/4189 85% [==================================================== ] 3569/4189 85% [==================================================== ] 3570/4189 85% [==================================================== ] 3571/4189 85% [==================================================== ] 3572/4189 85% [==================================================== ] 3573/4189 85% [==================================================== ] 3574/4189 85% [==================================================== ] 3575/4189 85% [==================================================== ] 3576/4189 85% [==================================================== ] 3577/4189 85% [==================================================== ] 3578/4189 85% [==================================================== ] 3579/4189 85% [==================================================== ] 3580/4189 85% [===================================================== ] 3581/4189 85% [===================================================== ] 3582/4189 85% [===================================================== ] 3583/4189 85% [===================================================== ] 3584/4189 85% [===================================================== ] 3585/4189 85% [===================================================== ] 3586/4189 85% [===================================================== ] 3587/4189 85% [===================================================== ] 3588/4189 85% [===================================================== ] 3589/4189 85% [===================================================== ] 3590/4189 85% [===================================================== ] 3591/4189 85% [===================================================== ] 3592/4189 85% [===================================================== ] 3593/4189 85% [===================================================== ] 3594/4189 85% [===================================================== ] 3595/4189 85% [===================================================== ] 3596/4189 85% [===================================================== ] 3597/4189 85% [===================================================== ] 3598/4189 85% [===================================================== ] 3599/4189 85% [===================================================== ] 3600/4189 85% [===================================================== ] 3601/4189 85% [===================================================== ] 3602/4189 85% [===================================================== ] 3603/4189 86% [===================================================== ] 3604/4189 86% [===================================================== ] 3605/4189 86% [===================================================== ] 3606/4189 86% [===================================================== ] 3607/4189 86% [===================================================== ] 3608/4189 86% [===================================================== ] 3609/4189 86% [===================================================== ] 3610/4189 86% [===================================================== ] 3611/4189 86% [===================================================== ] 3612/4189 86% [===================================================== ] 3613/4189 86% [===================================================== ] 3614/4189 86% [===================================================== ] 3615/4189 86% [===================================================== ] 3616/4189 86% [===================================================== ] 3617/4189 86% [===================================================== ] 3618/4189 86% [===================================================== ] 3619/4189 86% [===================================================== ] 3620/4189 86% [===================================================== ] 3621/4189 86% [===================================================== ] 3622/4189 86% [===================================================== ] 3623/4189 86% [===================================================== ] 3624/4189 86% [===================================================== ] 3625/4189 86% [===================================================== ] 3626/4189 86% [===================================================== ] 3627/4189 86% [===================================================== ] 3628/4189 86% [===================================================== ] 3629/4189 86% [===================================================== ] 3630/4189 86% [===================================================== ] 3631/4189 86% [===================================================== ] 3632/4189 86% [===================================================== ] 3633/4189 86% [===================================================== ] 3634/4189 86% [===================================================== ] 3635/4189 86% [===================================================== ] 3636/4189 86% [===================================================== ] 3637/4189 86% [===================================================== ] 3638/4189 86% [===================================================== ] 3639/4189 86% [===================================================== ] 3640/4189 86% [===================================================== ] 3641/4189 86% [===================================================== ] 3642/4189 86% [===================================================== ] 3643/4189 86% [===================================================== ] 3644/4189 86% [===================================================== ] 3645/4189 87% [===================================================== ] 3646/4189 87% [===================================================== ] 3647/4189 87% [===================================================== ] 3648/4189 87% [====================================================== ] 3649/4189 87% [====================================================== ] 3650/4189 87% [====================================================== ] 3651/4189 87% [====================================================== ] 3652/4189 87% [====================================================== ] 3653/4189 87% [====================================================== ] 3654/4189 87% [====================================================== ] 3655/4189 87% [====================================================== ] 3656/4189 87% [====================================================== ] 3657/4189 87% [====================================================== ] 3658/4189 87% [====================================================== ] 3659/4189 87% [====================================================== ] 3660/4189 87% [====================================================== ] 3661/4189 87% [====================================================== ] 3662/4189 87% [====================================================== ] 3663/4189 87% [====================================================== ] 3664/4189 87% [====================================================== ] 3665/4189 87% [====================================================== ] 3666/4189 87% [====================================================== ] 3667/4189 87% [====================================================== ] 3668/4189 87% [====================================================== ] 3669/4189 87% [====================================================== ] 3670/4189 87% [====================================================== ] 3671/4189 87% [====================================================== ] 3672/4189 87% [====================================================== ] 3673/4189 87% [====================================================== ] 3674/4189 87% [====================================================== ] 3675/4189 87% [====================================================== ] 3676/4189 87% [====================================================== ] 3677/4189 87% [====================================================== ] 3678/4189 87% [====================================================== ] 3679/4189 87% [====================================================== ] 3680/4189 87% [====================================================== ] 3681/4189 87% [====================================================== ] 3682/4189 87% [====================================================== ] 3683/4189 87% [====================================================== ] 3684/4189 87% [====================================================== ] 3685/4189 87% [====================================================== ] 3686/4189 87% [====================================================== ] 3687/4189 88% [====================================================== ] 3688/4189 88% [====================================================== ] 3689/4189 88% [====================================================== ] 3690/4189 88% [====================================================== ] 3691/4189 88% [====================================================== ] 3692/4189 88% [====================================================== ] 3693/4189 88% [====================================================== ] 3694/4189 88% [====================================================== ] 3695/4189 88% [====================================================== ] 3696/4189 88% [====================================================== ] 3697/4189 88% [====================================================== ] 3698/4189 88% [====================================================== ] 3699/4189 88% [====================================================== ] 3700/4189 88% [====================================================== ] 3701/4189 88% [====================================================== ] 3702/4189 88% [====================================================== ] 3703/4189 88% [====================================================== ] 3704/4189 88% [====================================================== ] 3705/4189 88% [====================================================== ] 3706/4189 88% [====================================================== ] 3707/4189 88% [====================================================== ] 3708/4189 88% [====================================================== ] 3709/4189 88% [====================================================== ] 3710/4189 88% [====================================================== ] 3711/4189 88% [====================================================== ] 3712/4189 88% [====================================================== ] 3713/4189 88% [====================================================== ] 3714/4189 88% [====================================================== ] 3715/4189 88% [====================================================== ] 3716/4189 88% [======================================================= ] 3717/4189 88% [======================================================= ] 3718/4189 88% [======================================================= ] 3719/4189 88% [======================================================= ] 3720/4189 88% [======================================================= ] 3721/4189 88% [======================================================= ] 3722/4189 88% [======================================================= ] 3723/4189 88% [======================================================= ] 3724/4189 88% [======================================================= ] 3725/4189 88% [======================================================= ] 3726/4189 88% [======================================================= ] 3727/4189 88% [======================================================= ] 3728/4189 88% [======================================================= ] 3729/4189 89% [======================================================= ] 3730/4189 89% [======================================================= ] 3731/4189 89% [======================================================= ] 3732/4189 89% [======================================================= ] 3733/4189 89% [======================================================= ] 3734/4189 89% [======================================================= ] 3735/4189 89% [======================================================= ] 3736/4189 89% [======================================================= ] 3737/4189 89% [======================================================= ] 3738/4189 89% [======================================================= ] 3739/4189 89% [======================================================= ] 3740/4189 89% [======================================================= ] 3741/4189 89% [======================================================= ] 3742/4189 89% [======================================================= ] 3743/4189 89% [======================================================= ] 3744/4189 89% [======================================================= ] 3745/4189 89% [======================================================= ] 3746/4189 89% [======================================================= ] 3747/4189 89% [======================================================= ] 3748/4189 89% [======================================================= ] 3749/4189 89% [======================================================= ] 3750/4189 89% [======================================================= ] 3751/4189 89% [======================================================= ] 3752/4189 89% [======================================================= ] 3753/4189 89% [======================================================= ] 3754/4189 89% [======================================================= ] 3755/4189 89% [======================================================= ] 3756/4189 89% [======================================================= ] 3757/4189 89% [======================================================= ] 3758/4189 89% [======================================================= ] 3759/4189 89% [======================================================= ] 3760/4189 89% [======================================================= ] 3761/4189 89% [======================================================= ] 3762/4189 89% [======================================================= ] 3763/4189 89% [======================================================= ] 3764/4189 89% [======================================================= ] 3765/4189 89% [======================================================= ] 3766/4189 89% [======================================================= ] 3767/4189 89% [======================================================= ] 3768/4189 89% [======================================================= ] 3769/4189 89% [======================================================= ] 3770/4189 89% [======================================================= ] 3771/4189 90% [======================================================= ] 3772/4189 90% [======================================================= ] 3773/4189 90% [======================================================= ] 3774/4189 90% [======================================================= ] 3775/4189 90% [======================================================= ] 3776/4189 90% [======================================================= ] 3777/4189 90% [======================================================= ] 3778/4189 90% [======================================================= ] 3779/4189 90% [======================================================= ] 3780/4189 90% [======================================================= ] 3781/4189 90% [======================================================= ] 3782/4189 90% [======================================================= ] 3783/4189 90% [======================================================== ] 3784/4189 90% [======================================================== ] 3785/4189 90% [======================================================== ] 3786/4189 90% [======================================================== ] 3787/4189 90% [======================================================== ] 3788/4189 90% [======================================================== ] 3789/4189 90% [======================================================== ] 3790/4189 90% [======================================================== ] 3791/4189 90% [======================================================== ] 3792/4189 90% [======================================================== ] 3793/4189 90% [======================================================== ] 3794/4189 90% [======================================================== ] 3795/4189 90% [======================================================== ] 3796/4189 90% [======================================================== ] 3797/4189 90% [======================================================== ] 3798/4189 90% [======================================================== ] 3799/4189 90% [======================================================== ] 3800/4189 90% [======================================================== ] 3801/4189 90% [======================================================== ] 3802/4189 90% [======================================================== ] 3803/4189 90% [======================================================== ] 3804/4189 90% [======================================================== ] 3805/4189 90% [======================================================== ] 3806/4189 90% [======================================================== ] 3807/4189 90% [======================================================== ] 3808/4189 90% [======================================================== ] 3809/4189 90% [======================================================== ] 3810/4189 90% [======================================================== ] 3811/4189 90% [======================================================== ] 3812/4189 91% [======================================================== ] 3813/4189 91% [======================================================== ] 3814/4189 91% [======================================================== ] 3815/4189 91% [======================================================== ] 3816/4189 91% [======================================================== ] 3817/4189 91% [======================================================== ] 3818/4189 91% [======================================================== ] 3819/4189 91% [======================================================== ] 3820/4189 91% [======================================================== ] 3821/4189 91% [======================================================== ] 3822/4189 91% [======================================================== ] 3823/4189 91% [======================================================== ] 3824/4189 91% [======================================================== ] 3825/4189 91% [======================================================== ] 3826/4189 91% [======================================================== ] 3827/4189 91% [======================================================== ] 3828/4189 91% [======================================================== ] 3829/4189 91% [======================================================== ] 3830/4189 91% [======================================================== ] 3831/4189 91% [======================================================== ] 3832/4189 91% [======================================================== ] 3833/4189 91% [======================================================== ] 3834/4189 91% [======================================================== ] 3835/4189 91% [======================================================== ] 3836/4189 91% [======================================================== ] 3837/4189 91% [======================================================== ] 3838/4189 91% [======================================================== ] 3839/4189 91% [======================================================== ] 3840/4189 91% [======================================================== ] 3841/4189 91% [======================================================== ] 3842/4189 91% [======================================================== ] 3843/4189 91% [======================================================== ] 3844/4189 91% [======================================================== ] 3845/4189 91% [======================================================== ] 3846/4189 91% [======================================================== ] 3847/4189 91% [======================================================== ] 3848/4189 91% [======================================================== ] 3849/4189 91% [======================================================== ] 3850/4189 91% [======================================================== ] 3851/4189 91% [========================================================= ] 3852/4189 91% [========================================================= ] 3853/4189 91% [========================================================= ] 3854/4189 92% [========================================================= ] 3855/4189 92% [========================================================= ] 3856/4189 92% [========================================================= ] 3857/4189 92% [========================================================= ] 3858/4189 92% [========================================================= ] 3859/4189 92% [========================================================= ] 3860/4189 92% [========================================================= ] 3861/4189 92% [========================================================= ] 3862/4189 92% [========================================================= ] 3863/4189 92% [========================================================= ] 3864/4189 92% [========================================================= ] 3865/4189 92% [========================================================= ] 3866/4189 92% [========================================================= ] 3867/4189 92% [========================================================= ] 3868/4189 92% [========================================================= ] 3869/4189 92% [========================================================= ] 3870/4189 92% [========================================================= ] 3871/4189 92% [========================================================= ] 3872/4189 92% [========================================================= ] 3873/4189 92% [========================================================= ] 3874/4189 92% [========================================================= ] 3875/4189 92% [========================================================= ] 3876/4189 92% [========================================================= ] 3877/4189 92% [========================================================= ] 3878/4189 92% [========================================================= ] 3879/4189 92% [========================================================= ] 3880/4189 92% [========================================================= ] 3881/4189 92% [========================================================= ] 3882/4189 92% [========================================================= ] 3883/4189 92% [========================================================= ] 3884/4189 92% [========================================================= ] 3885/4189 92% [========================================================= ] 3886/4189 92% [========================================================= ] 3887/4189 92% [========================================================= ] 3888/4189 92% [========================================================= ] 3889/4189 92% [========================================================= ] 3890/4189 92% [========================================================= ] 3891/4189 92% [========================================================= ] 3892/4189 92% [========================================================= ] 3893/4189 92% [========================================================= ] 3894/4189 92% [========================================================= ] 3895/4189 92% [========================================================= ] 3896/4189 93% [========================================================= ] 3897/4189 93% [========================================================= ] 3898/4189 93% [========================================================= ] 3899/4189 93% [========================================================= ] 3900/4189 93% [========================================================= ] 3901/4189 93% [========================================================= ] 3902/4189 93% [========================================================= ] 3903/4189 93% [========================================================= ] 3904/4189 93% [========================================================= ] 3905/4189 93% [========================================================= ] 3906/4189 93% [========================================================= ] 3907/4189 93% [========================================================= ] 3908/4189 93% [========================================================= ] 3909/4189 93% [========================================================= ] 3910/4189 93% [========================================================= ] 3911/4189 93% [========================================================= ] 3912/4189 93% [========================================================= ] 3913/4189 93% [========================================================= ] 3914/4189 93% [========================================================= ] 3915/4189 93% [========================================================= ] 3916/4189 93% [========================================================= ] 3917/4189 93% [========================================================= ] 3918/4189 93% [========================================================== ] 3919/4189 93% [========================================================== ] 3920/4189 93% [========================================================== ] 3921/4189 93% [========================================================== ] 3922/4189 93% [========================================================== ] 3923/4189 93% [========================================================== ] 3924/4189 93% [========================================================== ] 3925/4189 93% [========================================================== ] 3926/4189 93% [========================================================== ] 3927/4189 93% [========================================================== ] 3928/4189 93% [========================================================== ] 3929/4189 93% [========================================================== ] 3930/4189 93% [========================================================== ] 3931/4189 93% [========================================================== ] 3932/4189 93% [========================================================== ] 3933/4189 93% [========================================================== ] 3934/4189 93% [========================================================== ] 3935/4189 93% [========================================================== ] 3936/4189 93% [========================================================== ] 3937/4189 93% [========================================================== ] 3938/4189 94% [========================================================== ] 3939/4189 94% [========================================================== ] 3940/4189 94% [========================================================== ] 3941/4189 94% [========================================================== ] 3942/4189 94% [========================================================== ] 3943/4189 94% [========================================================== ] 3944/4189 94% [========================================================== ] 3945/4189 94% [========================================================== ] 3946/4189 94% [========================================================== ] 3947/4189 94% [========================================================== ] 3948/4189 94% [========================================================== ] 3949/4189 94% [========================================================== ] 3950/4189 94% [========================================================== ] 3951/4189 94% [========================================================== ] 3952/4189 94% [========================================================== ] 3953/4189 94% [========================================================== ] 3954/4189 94% [========================================================== ] 3955/4189 94% [========================================================== ] 3956/4189 94% [========================================================== ] 3957/4189 94% [========================================================== ] 3958/4189 94% [========================================================== ] 3959/4189 94% [========================================================== ] 3960/4189 94% [========================================================== ] 3961/4189 94% [========================================================== ] 3962/4189 94% [========================================================== ] 3963/4189 94% [========================================================== ] 3964/4189 94% [========================================================== ] 3965/4189 94% [========================================================== ] 3966/4189 94% [========================================================== ] 3967/4189 94% [========================================================== ] 3968/4189 94% [========================================================== ] 3969/4189 94% [========================================================== ] 3970/4189 94% [========================================================== ] 3971/4189 94% [========================================================== ] 3972/4189 94% [========================================================== ] 3973/4189 94% [========================================================== ] 3974/4189 94% [========================================================== ] 3975/4189 94% [========================================================== ] 3976/4189 94% [========================================================== ] 3977/4189 94% [========================================================== ] 3978/4189 94% [========================================================== ] 3979/4189 94% [========================================================== ] 3980/4189 95% [========================================================== ] 3981/4189 95% [========================================================== ] 3982/4189 95% [========================================================== ] 3983/4189 95% [========================================================== ] 3984/4189 95% [========================================================== ] 3985/4189 95% [========================================================== ] 3986/4189 95% [=========================================================== ] 3987/4189 95% [=========================================================== ] 3988/4189 95% [=========================================================== ] 3989/4189 95% [=========================================================== ] 3990/4189 95% [=========================================================== ] 3991/4189 95% [=========================================================== ] 3992/4189 95% [=========================================================== ] 3993/4189 95% [=========================================================== ] 3994/4189 95% [=========================================================== ] 3995/4189 95% [=========================================================== ] 3996/4189 95% [=========================================================== ] 3997/4189 95% [=========================================================== ] 3998/4189 95% [=========================================================== ] 3999/4189 95% [=========================================================== ] 4000/4189 95% [=========================================================== ] 4001/4189 95% [=========================================================== ] 4002/4189 95% [=========================================================== ] 4003/4189 95% [=========================================================== ] 4004/4189 95% [=========================================================== ] 4005/4189 95% [=========================================================== ] 4006/4189 95% [=========================================================== ] 4007/4189 95% [=========================================================== ] 4008/4189 95% [=========================================================== ] 4009/4189 95% [=========================================================== ] 4010/4189 95% [=========================================================== ] 4011/4189 95% [=========================================================== ] 4012/4189 95% [=========================================================== ] 4013/4189 95% [=========================================================== ] 4014/4189 95% [=========================================================== ] 4015/4189 95% [=========================================================== ] 4016/4189 95% [=========================================================== ] 4017/4189 95% [=========================================================== ] 4018/4189 95% [=========================================================== ] 4019/4189 95% [=========================================================== ] 4020/4189 95% [=========================================================== ] 4021/4189 95% [=========================================================== ] 4022/4189 96% [=========================================================== ] 4023/4189 96% [=========================================================== ] 4024/4189 96% [=========================================================== ] 4025/4189 96% [=========================================================== ] 4026/4189 96% [=========================================================== ] 4027/4189 96% [=========================================================== ] 4028/4189 96% [=========================================================== ] 4029/4189 96% [=========================================================== ] 4030/4189 96% [=========================================================== ] 4031/4189 96% [=========================================================== ] 4032/4189 96% [=========================================================== ] 4033/4189 96% [=========================================================== ] 4034/4189 96% [=========================================================== ] 4035/4189 96% [=========================================================== ] 4036/4189 96% [=========================================================== ] 4037/4189 96% [=========================================================== ] 4038/4189 96% [=========================================================== ] 4039/4189 96% [=========================================================== ] 4040/4189 96% [=========================================================== ] 4041/4189 96% [=========================================================== ] 4042/4189 96% [=========================================================== ] 4043/4189 96% [=========================================================== ] 4044/4189 96% [=========================================================== ] 4045/4189 96% [=========================================================== ] 4046/4189 96% [=========================================================== ] 4047/4189 96% [=========================================================== ] 4048/4189 96% [=========================================================== ] 4049/4189 96% [=========================================================== ] 4050/4189 96% [=========================================================== ] 4051/4189 96% [=========================================================== ] 4052/4189 96% [=========================================================== ] 4053/4189 96% [============================================================ ] 4054/4189 96% [============================================================ ] 4055/4189 96% [============================================================ ] 4056/4189 96% [============================================================ ] 4057/4189 96% [============================================================ ] 4058/4189 96% [============================================================ ] 4059/4189 96% [============================================================ ] 4060/4189 96% [============================================================ ] 4061/4189 96% [============================================================ ] 4062/4189 96% [============================================================ ] 4063/4189 96% [============================================================ ] 4064/4189 97% [============================================================ ] 4065/4189 97% [============================================================ ] 4066/4189 97% [============================================================ ] 4067/4189 97% [============================================================ ] 4068/4189 97% [============================================================ ] 4069/4189 97% [============================================================ ] 4070/4189 97% [============================================================ ] 4071/4189 97% [============================================================ ] 4072/4189 97% [============================================================ ] 4073/4189 97% [============================================================ ] 4074/4189 97% [============================================================ ] 4075/4189 97% [============================================================ ] 4076/4189 97% [============================================================ ] 4077/4189 97% [============================================================ ] 4078/4189 97% [============================================================ ] 4079/4189 97% [============================================================ ] 4080/4189 97% [============================================================ ] 4081/4189 97% [============================================================ ] 4082/4189 97% [============================================================ ] 4083/4189 97% [============================================================ ] 4084/4189 97% [============================================================ ] 4085/4189 97% [============================================================ ] 4086/4189 97% [============================================================ ] 4087/4189 97% [============================================================ ] 4088/4189 97% [============================================================ ] 4089/4189 97% [============================================================ ] 4090/4189 97% [============================================================ ] 4091/4189 97% [============================================================ ] 4092/4189 97% [============================================================ ] 4093/4189 97% [============================================================ ] 4094/4189 97% [============================================================ ] 4095/4189 97% [============================================================ ] 4096/4189 97% [============================================================ ] 4097/4189 97% [============================================================ ] 4098/4189 97% [============================================================ ] 4099/4189 97% [============================================================ ] 4100/4189 97% [============================================================ ] 4101/4189 97% [============================================================ ] 4102/4189 97% [============================================================ ] 4103/4189 97% [============================================================ ] 4104/4189 97% [============================================================ ] 4105/4189 97% [============================================================ ] 4106/4189 98% [============================================================ ] 4107/4189 98% [============================================================ ] 4108/4189 98% [============================================================ ] 4109/4189 98% [============================================================ ] 4110/4189 98% [============================================================ ] 4111/4189 98% [============================================================ ] 4112/4189 98% [============================================================ ] 4113/4189 98% [============================================================ ] 4114/4189 98% [============================================================ ] 4115/4189 98% [============================================================ ] 4116/4189 98% [============================================================ ] 4117/4189 98% [============================================================ ] 4118/4189 98% [============================================================ ] 4119/4189 98% [============================================================ ] 4120/4189 98% [============================================================ ] 4121/4189 98% [============================================================= ] 4122/4189 98% [============================================================= ] 4123/4189 98% [============================================================= ] 4124/4189 98% [============================================================= ] 4125/4189 98% [============================================================= ] 4126/4189 98% [============================================================= ] 4127/4189 98% [============================================================= ] 4128/4189 98% [============================================================= ] 4129/4189 98% [============================================================= ] 4130/4189 98% [============================================================= ] 4131/4189 98% [============================================================= ] 4132/4189 98% [============================================================= ] 4133/4189 98% [============================================================= ] 4134/4189 98% [============================================================= ] 4135/4189 98% [============================================================= ] 4136/4189 98% [============================================================= ] 4137/4189 98% [============================================================= ] 4138/4189 98% [============================================================= ] 4139/4189 98% [============================================================= ] 4140/4189 98% [============================================================= ] 4141/4189 98% [============================================================= ] 4142/4189 98% [============================================================= ] 4143/4189 98% [============================================================= ] 4144/4189 98% [============================================================= ] 4145/4189 98% [============================================================= ] 4146/4189 98% [============================================================= ] 4147/4189 98% [============================================================= ] 4148/4189 99% [============================================================= ] 4149/4189 99% [============================================================= ] 4150/4189 99% [============================================================= ] 4151/4189 99% [============================================================= ] 4152/4189 99% [============================================================= ] 4153/4189 99% [============================================================= ] 4154/4189 99% [============================================================= ] 4155/4189 99% [============================================================= ] 4156/4189 99% [============================================================= ] 4157/4189 99% [============================================================= ] 4158/4189 99% [============================================================= ] 4159/4189 99% [============================================================= ] 4160/4189 99% [============================================================= ] 4161/4189 99% [============================================================= ] 4162/4189 99% [============================================================= ] 4163/4189 99% [============================================================= ] 4164/4189 99% [============================================================= ] 4165/4189 99% [============================================================= ] 4166/4189 99% [============================================================= ] 4167/4189 99% [============================================================= ] 4168/4189 99% [============================================================= ] 4169/4189 99% [============================================================= ] 4170/4189 99% [============================================================= ] 4171/4189 99% [============================================================= ] 4172/4189 99% [============================================================= ] 4173/4189 99% [============================================================= ] 4174/4189 99% [============================================================= ] 4175/4189 99% [============================================================= ] 4176/4189 99% [============================================================= ] 4177/4189 99% [============================================================= ] 4178/4189 99% [============================================================= ] 4179/4189 99% [============================================================= ] 4180/4189 99% [============================================================= ] 4181/4189 99% [============================================================= ] 4182/4189 99% [============================================================= ] 4183/4189 99% [============================================================= ] 4184/4189 99% [============================================================= ] 4185/4189 99% [============================================================= ] 4186/4189 99% [============================================================= ] 4187/4189 99% [============================================================= ] 4188/4189 99% [==============================================================] 4189/4189 100% operation complete, 4189 objects in 45225 NAND pages. ln -snf /home/autobuild/autobuild/instance-10/output-1/host/sh4-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-10/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-10/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-10/buildroot' >>> Buildroot 2023.11-rc1-11-gdfe68fc8d5 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 12.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 12.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> glibc 2.38-27-g750a45a783906a19591fb8ff6b7841470f1f5701 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-tar 1.34 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gawk 5.2.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 12.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.40 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.6.1 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> apr-util 1.6.3 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.7.2 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> 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) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> openssl Collecting legal info >>> libopenssl 3.1.4 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> zlib Collecting legal info >>> libzlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> babeld 1.9.2 Collecting legal info LICENCE: OK (sha256: b415c41292cedef6c97b243609e50552887c29343566c639f23282d31efd2afd) >>> bc 1.07.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> bird 2.0.12 Collecting legal info README: OK (sha256: 94c53c84320078920ac1f0d49c81a4e9004512f534521a58bdf145acbcbc2cd2) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> ca-certificates 20230311 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 3.1.4 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-zlib Collecting legal info >>> host-libzlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python3 3.11.6 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> can-utils 2023.03 Collecting legal info LICENSES/BSD-3-Clause: OK (sha256: c3dc748f5e725cf5ed89784fe78e4ff1b05d309bf1e7ade4c572e8fde1b8406c) LICENSES/GPL-2.0-only.txt: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> cdrkit 1.1.11 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> host-cmake 3.27.7 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> libcap 2.69 Collecting legal info License: OK (sha256: 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> cgroupfs-mount 1.4 Collecting legal info debian/copyright: OK (sha256: e52f47a650734f70c40c8fd9318f85e42777bf3fba7ff1dfb72f845bb417f7e6) >>> chrony 4.4 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> cmocka 1.1.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> coremark-pro 1.1.2743 Collecting legal info LICENSE.md: OK (sha256: 0d7775bd793ea71fef3594c18164a08ed2f5f66c898958d0644f7a236a536f2b) >>> perl 5.36.1 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 810c97bea10842d2e47bc79e51acdfa1628cfee34fa0d89330f4eb3a44e3def9) >>> cracklib 2.9.8 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cracklib 2.9.8 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-dosfstools 4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dvdauthor 0.7.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> freetype 2.13.2 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.40 Collecting legal info LICENSE: OK (sha256: 5c0bb4b05b1354ae7c173532b6702ea68b611047ff9b91c4d3af77da39c195d9) >>> libxml2 2.11.5 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-f2fs-tools 1.16.0 Collecting legal info COPYING: OK (sha256: 662abb3a8a80b36ae7036c289dd1e03b361ee5dd2e6fd5211d0d8d029146449f) >>> host-util-linux 2.39.2 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> fcgiwrap 99c942c90063c73734e56bacaa65f947772d9186 Collecting legal info COPYING: OK (sha256: 1504c301f6d417f2626085337e5c3bb3dc0282265089396ab36bfe1942feef1c) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> fetchmail 6.4.37 Collecting legal info COPYING: OK (sha256: 6d87443b61041067a5eddb2cabf8aebff15b8b40771ad6b5e4754e607ec21b39) >>> frotz 2.54 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> geoip 1.6.12 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> initscripts Collecting legal info >>> jpeg-turbo 2.1.5 Collecting legal info LICENSE.md: OK (sha256: 60c756742db3ad1913304e8b13f0e86e22e51adb50cc0b3333c163f7e45ceec1) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> jpeg Collecting legal info >>> json-c 0.17 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> lcms2 2.15 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> lft 3.91 Collecting legal info COPYING: OK (sha256: e3b7634630e6800eccca6ecafb5d40153d4f8f7a20e2b2399bf3c0ea92f44614) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libbytesize 2.7 Collecting legal info LICENSE: OK (sha256: 97bdc721d875501b6243a456333fdfdb1ab64d31c4da2554de845caf4674b946) >>> mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libcurl 8.4.0 Collecting legal info COPYING: OK (sha256: b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524) >>> libdbi-drivers 0bfae6c43134cf58dc89364328545982ca297abb Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libdbi 88b8477d57153b9f736dd19d432d3b7ab1c49073 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdvdread 6.1.3 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libgpg-error 1.47 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libite 2.6.1 Collecting legal info LICENSE: OK (sha256: 3a2b964c1772d03ab17b73a389ecce9151e0b190a9247817a2c009b16d356422) src/chomp.c: OK (sha256: c2882adb51555b836f35babc59f618d9ddceadcaa2d1dc80bbd4699614d2cd14) src/pidfile.c: OK (sha256: bff7fa7b74324f13a24d56ebb8b49bc9c63ea01836a1c8b5a6afcbbabed62918) >>> libksba 1.6.4 Collecting legal info AUTHORS: OK (sha256: f9c59ea5a5e1dfdeebcd134e6a594c21eb088cc95f6653ee99ff2e187c105380) COPYING: OK (sha256: 6197b98c6bf69838c624809c509d84333de1bc847155168c0e84527446a27076) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) COPYING.LGPLv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libminiupnpc 2.2.5 Collecting legal info LICENSE: OK (sha256: e143c6e207d0bb874c4be76b57689ffa408063a37a735c6dcec3dc600cb522c5) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_log 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libpthsem 2.0.8 Collecting legal info COPYING: OK (sha256: f1b95d3728077d1a3efe7fc17928b1953b1224f6caf9c528e30e570158b7520d) >>> libpwquality 1.4.5 Collecting legal info COPYING: OK (sha256: aa44d09f651bf99b56253187c7778a240740c767d28453ab7fdc9804c842baee) >>> libsamplerate 0.2.2 Collecting legal info COPYING: OK (sha256: 2c1f76ce2effdddb425018405d5690c0b1ab4e6976e35296b0a6db65c5e1a55d) >>> libsvg 0.1.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libsvgtiny ea9d99fc8b231c22d06168135e181d61f4eb2f06 Collecting legal info README: OK (sha256: 92b965c77be71661cae51425a6b40a5ca274f44cc13c723c90fb471a9a26a828) >>> host-netsurf-buildsystem 7574b41345968b5f7e9ca5875faccb1478ce0555 Collecting legal info llvm/LICENSE.TXT: OK (sha256: b2ddc1d607332423f6cf415b2ac619a1c03dd565facdc39a571282a520929a65) >>> libtelnet 0.23 Collecting legal info COPYING: OK (sha256: b1faf309467bc1d0aab9b42d6e86a614e78f8fe3580e289966b5b9f9a8f94d99) >>> libubox 75a3b870cace1171faf57bd55e5a9a2f1564f757 Collecting legal info >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> libunibreak 5.1 Collecting legal info LICENCE: OK (sha256: 0c57e2ec42ece17791a75d2f9b2f8e0663181be008667a507f765b3ef22522db) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> lsof 4.98.0 Collecting legal info COPYING: OK (sha256: 225222ff9bf38abc2cef7205e9b05c60935efa9ec28d1fd01e503c9316088718) >>> mbw 2.0 Collecting legal info LICENSE: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> mtr 0.95 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> murata-cyw-fw 8d87950bfad28c65926695b7357bd8995b60016a Collecting legal info LICENCE.cypress: OK (sha256: 3a892759b73e8b459f1a750954b316118b0061fd9d1868d11fa258c104ee7e0c) >>> ngrep 1.47 Collecting legal info LICENSE: OK (sha256: d46e593e048e0b9fc803561ed4c283f37a2d5447e4dcfa10cad29b394c2b8b9e) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> open-isns 0.102 Collecting legal info COPYING: OK (sha256: 00a89b0d18aacd4114decf79122db87bf35bddaf2bc50e383c9c9f4c263390b2) >>> host-meson 1.1.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 68.2.2 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python-pypa-build 1.0.3 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.1 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> host-openocd 0.12.0 Collecting legal info COPYING: OK (sha256: 1b8f7e37ee5afbbf95c2a4d62b12b25232e29538692663b434318503a9a88419) LICENSES/license-rules.txt: OK (sha256: 0a37155eb8bc0cb94477a0cae4f030e39da9317374e8a9f597e9229fd09aff78) LICENSES/exceptions/eCos-exception-2.0: OK (sha256: 034da732b4f3079b8783fff756613c1cff89dec5ac80c5cdd90532b7539922a1) LICENSES/preferred/BSD-1-Clause: OK (sha256: f3ba76203a7b6993db31f987559cc4c621ae1ff78119ced2a669756c2c5fd3b1) LICENSES/preferred/BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) LICENSES/preferred/BSD-2-Clause-Views: OK (sha256: 1483f15e9fddc73b5df0acab1c42d21ecd0bf6ade8a79179fb90c09f13d03dcd) LICENSES/preferred/BSD-3-Clause: OK (sha256: 7a83b1aeb460458db9a4bd521d7f237c45b1650f6e60ea5ffc71e49472454de3) LICENSES/preferred/BSD-Source-Code: OK (sha256: 5cf024f6e3611d5c6fb98748d1a0ad99b8cf9ffe46f2d60fa10c299cd29e0a75) LICENSES/preferred/GFDL-1.2: OK (sha256: f35396f4095619f986736ca5e2976b313d381463a35c921c9ae677cc7eb83e28) LICENSES/preferred/gfdl-1.2.texi.readme: OK (sha256: 76515be2d7334a1a038f775238c9a4c2b37e19514248e5eea0434cdfee526f9d) LICENSES/preferred/GPL-2.0: OK (sha256: 7d35bc44da7bb763022e3c2c32cfc0125dd222060bc50992420599d8e65f6c0a) LICENSES/preferred/MIT: OK (sha256: 323c587d0ccf10e376f8bf9a7f31fb4ca6078105194b42e0b1e0ee2bc9bde71f) LICENSES/stand-alone/GPL-3.0: OK (sha256: 9a41b56594cd89743ca72f188318c9871661847074dd16497ae0c695fe3ab9c9) >>> host-jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> host-libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libusb-compat 0.1.8 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> perl-class-std-fast 0.0.8 Collecting legal info README: OK (sha256: aa1ab90c498aee078076e9a1f83e5f14bbfd841509582795ab5a9571428c0c38) >>> host-perl 5.36.1 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 810c97bea10842d2e47bc79e51acdfa1628cfee34fa0d89330f4eb3a44e3def9) >>> host-perl-module-build 0.4234 Collecting legal info LICENSE: OK (sha256: af1570e8af55af52b4e86d040e2a993cb684566275c43c4d7a8b0cc5a90e08a4) >>> perl-class-std 0.013 Collecting legal info README: OK (sha256: b8175bf3750dc54096bf1506c681b4f13262e5b82e40244e9a77730c6b72e4d6) >>> perl-convert-asn1 0.34 Collecting legal info LICENSE: OK (sha256: aa8ae28898a3e164ed5273c3e4fd4bd45b42f7958f282318df06773340e2c9d4) >>> perl-device-serialport 1.04 Collecting legal info README: OK (sha256: 59432e84eca65c10c4b627f8af0b00833685856b68242b816aea2a38283a124c) >>> perl-digest-hmac 1.04 Collecting legal info LICENSE: OK (sha256: cb9ff694d1769f450dd5c400204aa921d2fb3db90fcb21674a39f3725c4255c1) >>> perl-dist-checkconflicts 0.11 Collecting legal info LICENSE: OK (sha256: b4e0637ed96008ddcbf7e0ddeb73967df3d0b4dc62a6b7fdb86eac37018cb12e) >>> perl-json-tiny 0.58 Collecting legal info LICENSE: OK (sha256: 19e2e0f2079ea1ce1576eb4ecc0575b33fe45b2b8e71f4aa589d6bedd1da4e0a) >>> perl-module-implementation 0.09 Collecting legal info LICENSE: OK (sha256: dd34e4dbcadfaa3db992201873e1cbb4b4f4c18e9bf000821d5c768e66d7ff0b) >>> perl-module-runtime 0.016 Collecting legal info README: OK (sha256: ad1761020436687e8493208336ef53e84589fdba212da59b05b8111cca75ddc1) >>> perl-package-stash 0.40 Collecting legal info LICENSE: OK (sha256: 5f82745d355b43f451c557642618cbd903251192b89f31ca53eaab90c35aeb7c) >>> perl-parse-yapp 1.21 Collecting legal info lib/Parse/Yapp.pm: OK (sha256: a5d97e3ee50ba12b7897841a117790f723795e4a61e5ad1668dc064956c84e96) >>> perl-sys-mmap 0.20 Collecting legal info Artistic: OK (sha256: 4ac2afe465736476a06e52edcc78c72cfa0fa4d625916e58ab4f2af6c598709c) Copying: OK (sha256: 51c144e9a67644fa8eea0ea63dedb4e837587305b22f073eb5e279e39e7325a8) >>> perl-try-tiny 0.31 Collecting legal info LICENCE: OK (sha256: f1864ede834871a1207fcd19838b6bd5e1ff0a8704f5cc523fc397126041ed0b) >>> rsh-redone 85 Collecting legal info rsh.c: OK (sha256: 92c3a6a0efe5347c282081c6f67aebfec0f33b880c9efb87eb5232dcdd748369) >>> rtty 8.1.0 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> spidev_test 5.8 Collecting legal info >>> sshpass 1.10 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> sysvinit 3.04 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> ubus f787c97b34894a38b15599886cacbca01271684f Collecting legal info ubusd_acl.h: OK (sha256: a3caa6c0e90c87b7c97c2ac3d0c0d416082ef777215faec2e9b24ea6e68f6988) >>> unzip 6.0 Collecting legal info LICENSE: OK (sha256: 7469b81d5d29ac4fd670f7c86ba0cb9fa34f137a2d4d5198437d92ddf918984b) >>> util-linux 2.39.2 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> vorbis-tools 1.4.2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> watchdog 5.16 Collecting legal info COPYING: OK (sha256: af7f3f94e85080204b37f7c53717a2c94c6b54d7fa516ebd74e008cb4c0391bd) >>> watchdogd 3.5 Collecting legal info LICENSE: OK (sha256: fd685e20931174308c45a26418a7ce34d66704c4e4b92ab1d8299deb255cd676) >>> wilc-firmware wilc_linux_16_1 Collecting legal info LICENSE.wilc_fw: OK (sha256: 71355eee947a312594dbdaac039827544f93d23949b65c356b7b0ce09e2600fb) >>> zsh 5.9 Collecting legal info LICENCE: OK (sha256: d06fdf3ef9b1ec69d6b9e170b0a9516fbad3523261ff1668bde3bfea6e0ef5f5) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.32.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-mtd 2.1.6 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: libubox-75a3b870cace1171faf57bd55e5a9a2f1564f757: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: spidev_test-5.8: cannot save license (SPIDEV_TEST_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-10/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-10/buildroot'