/home/autobuild/autobuild/instance-7/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-7/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-7/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-7/output-1/target/usr/doc find /home/autobuild/autobuild/instance-7/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-7/output-1/target/lib/ /home/autobuild/autobuild/instance-7/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-7/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-7/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/man /home/autobuild/autobuild/instance-7/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/info /home/autobuild/autobuild/instance-7/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/doc /home/autobuild/autobuild/instance-7/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-7/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-7/output-1/target/lib/debug /home/autobuild/autobuild/instance-7/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-7/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-7/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-7/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-7/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-7/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.02-467-g256aa8ed85"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2024.05-git\"" \ ) > /home/autobuild/autobuild/instance-7/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-7/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-7/output-1/per-package \ /home/autobuild/autobuild/instance-7/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-7/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs printf ' quagga -1 quagga -1 * - - - Quagga priv drop user\n\n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_users_table.txt printf ' /etc/quagga r 600 quagga quagga - - - - -\n /etc/quagga d 755 quagga quagga - - - - -\n\n' > /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt printf ' \n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.ubifs mkdir -p /home/autobuild/autobuild/instance-7/output-1/images rm -rf /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs mkdir -p /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-7/output-1/target/ /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/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-7/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/target >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/fakeroot echo "/home/autobuild/autobuild/instance-7/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /home/autobuild/autobuild/instance-7/output-1/host/sbin/mkfs.ubifs -d /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 41610 -m 0x800 -x zlib -o /home/autobuild/autobuild/instance-7/output-1/images/rootfs.ubifs\n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/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-7/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/target table='/home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/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-7/output-1/host/bin/lzop -9 -c /home/autobuild/autobuild/instance-7/output-1/images/rootfs.ubifs > /home/autobuild/autobuild/instance-7/output-1/images/rootfs.ubifs.lzo >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-7/output-1/images rm -rf /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-7/output-1/target/ /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/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-7/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-7/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-7/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-7/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/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-7/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-7/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-7/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 4371 objects. stage 2: creating image '/home/autobuild/autobuild/instance-7/output-1/images/rootfs.yaffs2' [ ] 1/4371 0% [ ] 2/4371 0% [ ] 3/4371 0% [ ] 4/4371 0% [ ] 5/4371 0% [ ] 6/4371 0% [ ] 7/4371 0% [ ] 8/4371 0% [ ] 9/4371 0% [ ] 10/4371 0% [ ] 11/4371 0% [ ] 12/4371 0% [ ] 13/4371 0% [ ] 14/4371 0% [ ] 15/4371 0% [ ] 16/4371 0% [ ] 17/4371 0% [ ] 18/4371 0% [ ] 19/4371 0% [ ] 20/4371 0% [ ] 21/4371 0% [ ] 22/4371 0% [ ] 23/4371 0% [ ] 24/4371 0% [ ] 25/4371 0% [ ] 26/4371 0% [ ] 27/4371 0% [ ] 28/4371 0% [ ] 29/4371 0% [ ] 30/4371 0% [ ] 31/4371 0% [ ] 32/4371 0% [ ] 33/4371 0% [ ] 34/4371 0% [ ] 35/4371 0% [ ] 36/4371 0% [ ] 37/4371 0% [ ] 38/4371 0% [ ] 39/4371 0% [ ] 40/4371 0% [ ] 41/4371 0% [ ] 42/4371 0% [ ] 43/4371 0% [ ] 44/4371 1% [ ] 45/4371 1% [ ] 46/4371 1% [ ] 47/4371 1% [ ] 48/4371 1% [ ] 49/4371 1% [ ] 50/4371 1% [ ] 51/4371 1% [ ] 52/4371 1% [ ] 53/4371 1% [ ] 54/4371 1% [ ] 55/4371 1% [ ] 56/4371 1% [ ] 57/4371 1% [ ] 58/4371 1% [ ] 59/4371 1% [ ] 60/4371 1% [ ] 61/4371 1% [ ] 62/4371 1% [ ] 63/4371 1% [ ] 64/4371 1% [ ] 65/4371 1% [ ] 66/4371 1% [ ] 67/4371 1% [ ] 68/4371 1% [ ] 69/4371 1% [ ] 70/4371 1% [= ] 71/4371 1% [= ] 72/4371 1% [= ] 73/4371 1% [= ] 74/4371 1% [= ] 75/4371 1% [= ] 76/4371 1% [= ] 77/4371 1% [= ] 78/4371 1% [= ] 79/4371 1% [= ] 80/4371 1% [= ] 81/4371 1% [= ] 82/4371 1% [= ] 83/4371 1% [= ] 84/4371 1% [= ] 85/4371 1% [= ] 86/4371 1% [= ] 87/4371 1% [= ] 88/4371 2% [= ] 89/4371 2% [= ] 90/4371 2% [= ] 91/4371 2% [= ] 92/4371 2% [= ] 93/4371 2% [= ] 94/4371 2% [= ] 95/4371 2% [= ] 96/4371 2% [= ] 97/4371 2% [= ] 98/4371 2% [= ] 99/4371 2% [= ] 100/4371 2% [= ] 101/4371 2% [= ] 102/4371 2% [= ] 103/4371 2% [= ] 104/4371 2% [= ] 105/4371 2% [= ] 106/4371 2% [= ] 107/4371 2% [= ] 108/4371 2% [= ] 109/4371 2% [= ] 110/4371 2% [= ] 111/4371 2% [= ] 112/4371 2% [= ] 113/4371 2% [= ] 114/4371 2% [= ] 115/4371 2% [= ] 116/4371 2% [= ] 117/4371 2% [= ] 118/4371 2% [= ] 119/4371 2% [= ] 120/4371 2% [= ] 121/4371 2% [= ] 122/4371 2% [= ] 123/4371 2% [= ] 124/4371 2% [= ] 125/4371 2% [= ] 126/4371 2% [= ] 127/4371 2% [= ] 128/4371 2% [= ] 129/4371 2% [= ] 130/4371 2% [= ] 131/4371 2% [= ] 132/4371 3% [= ] 133/4371 3% [= ] 134/4371 3% [= ] 135/4371 3% [= ] 136/4371 3% [= ] 137/4371 3% [= ] 138/4371 3% [= ] 139/4371 3% [= ] 140/4371 3% [== ] 141/4371 3% [== ] 142/4371 3% [== ] 143/4371 3% [== ] 144/4371 3% [== ] 145/4371 3% [== ] 146/4371 3% [== ] 147/4371 3% [== ] 148/4371 3% [== ] 149/4371 3% [== ] 150/4371 3% [== ] 151/4371 3% [== ] 152/4371 3% [== ] 153/4371 3% [== ] 154/4371 3% [== ] 155/4371 3% [== ] 156/4371 3% [== ] 157/4371 3% [== ] 158/4371 3% [== ] 159/4371 3% [== ] 160/4371 3% [== ] 161/4371 3% [== ] 162/4371 3% [== ] 163/4371 3% [== ] 164/4371 3% [== ] 165/4371 3% [== ] 166/4371 3% [== ] 167/4371 3% [== ] 168/4371 3% [== ] 169/4371 3% [== ] 170/4371 3% [== ] 171/4371 3% [== ] 172/4371 3% [== ] 173/4371 3% [== ] 174/4371 3% [== ] 175/4371 4% [== ] 176/4371 4% [== ] 177/4371 4% [== ] 178/4371 4% [== ] 179/4371 4% [== ] 180/4371 4% [== ] 181/4371 4% [== ] 182/4371 4% [== ] 183/4371 4% [== ] 184/4371 4% [== ] 185/4371 4% [== ] 186/4371 4% [== ] 187/4371 4% [== ] 188/4371 4% [== ] 189/4371 4% [== ] 190/4371 4% [== ] 191/4371 4% [== ] 192/4371 4% [== ] 193/4371 4% [== ] 194/4371 4% [== ] 195/4371 4% [== ] 196/4371 4% [== ] 197/4371 4% [== ] 198/4371 4% [== ] 199/4371 4% [== ] 200/4371 4% [== ] 201/4371 4% [== ] 202/4371 4% [== ] 203/4371 4% [== ] 204/4371 4% [== ] 205/4371 4% [== ] 206/4371 4% [== ] 207/4371 4% [== ] 208/4371 4% [== ] 209/4371 4% [== ] 210/4371 4% [== ] 211/4371 4% [=== ] 212/4371 4% [=== ] 213/4371 4% [=== ] 214/4371 4% [=== ] 215/4371 4% [=== ] 216/4371 4% [=== ] 217/4371 4% [=== ] 218/4371 4% [=== ] 219/4371 5% [=== ] 220/4371 5% [=== ] 221/4371 5% [=== ] 222/4371 5% [=== ] 223/4371 5% [=== ] 224/4371 5% [=== ] 225/4371 5% [=== ] 226/4371 5% [=== ] 227/4371 5% [=== ] 228/4371 5% [=== ] 229/4371 5% [=== ] 230/4371 5% [=== ] 231/4371 5% [=== ] 232/4371 5% [=== ] 233/4371 5% [=== ] 234/4371 5% [=== ] 235/4371 5% [=== ] 236/4371 5% [=== ] 237/4371 5% [=== ] 238/4371 5% [=== ] 239/4371 5% [=== ] 240/4371 5% [=== ] 241/4371 5% [=== ] 242/4371 5% [=== ] 243/4371 5% [=== ] 244/4371 5% [=== ] 245/4371 5% [=== ] 246/4371 5% [=== ] 247/4371 5% [=== ] 248/4371 5% [=== ] 249/4371 5% [=== ] 250/4371 5% [=== ] 251/4371 5% [=== ] 252/4371 5% [=== ] 253/4371 5% [=== ] 254/4371 5% [=== ] 255/4371 5% [=== ] 256/4371 5% [=== ] 257/4371 5% [=== ] 258/4371 5% [=== ] 259/4371 5% [=== ] 260/4371 5% [=== ] 261/4371 5% [=== ] 262/4371 5% [=== ] 263/4371 6% [=== ] 264/4371 6% [=== ] 265/4371 6% [=== ] 266/4371 6% [=== ] 267/4371 6% [=== ] 268/4371 6% [=== ] 269/4371 6% [=== ] 270/4371 6% [=== ] 271/4371 6% [=== ] 272/4371 6% [=== ] 273/4371 6% [=== ] 274/4371 6% [=== ] 275/4371 6% [=== ] 276/4371 6% [=== ] 277/4371 6% [=== ] 278/4371 6% [=== ] 279/4371 6% [=== ] 280/4371 6% [=== ] 281/4371 6% [==== ] 282/4371 6% [==== ] 283/4371 6% [==== ] 284/4371 6% [==== ] 285/4371 6% [==== ] 286/4371 6% [==== ] 287/4371 6% [==== ] 288/4371 6% [==== ] 289/4371 6% [==== ] 290/4371 6% [==== ] 291/4371 6% [==== ] 292/4371 6% [==== ] 293/4371 6% [==== ] 294/4371 6% [==== ] 295/4371 6% [==== ] 296/4371 6% [==== ] 297/4371 6% [==== ] 298/4371 6% [==== ] 299/4371 6% [==== ] 300/4371 6% [==== ] 301/4371 6% [==== ] 302/4371 6% [==== ] 303/4371 6% [==== ] 304/4371 6% [==== ] 305/4371 6% [==== ] 306/4371 7% [==== ] 307/4371 7% [==== ] 308/4371 7% [==== ] 309/4371 7% [==== ] 310/4371 7% [==== ] 311/4371 7% [==== ] 312/4371 7% [==== ] 313/4371 7% [==== ] 314/4371 7% [==== ] 315/4371 7% [==== ] 316/4371 7% [==== ] 317/4371 7% [==== ] 318/4371 7% [==== ] 319/4371 7% [==== ] 320/4371 7% [==== ] 321/4371 7% [==== ] 322/4371 7% [==== ] 323/4371 7% [==== ] 324/4371 7% [==== ] 325/4371 7% [==== ] 326/4371 7% [==== ] 327/4371 7% [==== ] 328/4371 7% [==== ] 329/4371 7% [==== ] 330/4371 7% [==== ] 331/4371 7% [==== ] 332/4371 7% [==== ] 333/4371 7% [==== ] 334/4371 7% [==== ] 335/4371 7% [==== ] 336/4371 7% [==== ] 337/4371 7% [==== ] 338/4371 7% [==== ] 339/4371 7% [==== ] 340/4371 7% [==== ] 341/4371 7% [==== ] 342/4371 7% [==== ] 343/4371 7% [==== ] 344/4371 7% [==== ] 345/4371 7% [==== ] 346/4371 7% [==== ] 347/4371 7% [==== ] 348/4371 7% [==== ] 349/4371 7% [==== ] 350/4371 8% [==== ] 351/4371 8% [==== ] 352/4371 8% [===== ] 353/4371 8% [===== ] 354/4371 8% [===== ] 355/4371 8% [===== ] 356/4371 8% [===== ] 357/4371 8% [===== ] 358/4371 8% [===== ] 359/4371 8% [===== ] 360/4371 8% [===== ] 361/4371 8% [===== ] 362/4371 8% [===== ] 363/4371 8% [===== ] 364/4371 8% [===== ] 365/4371 8% [===== ] 366/4371 8% [===== ] 367/4371 8% [===== ] 368/4371 8% [===== ] 369/4371 8% [===== ] 370/4371 8% [===== ] 371/4371 8% [===== ] 372/4371 8% [===== ] 373/4371 8% [===== ] 374/4371 8% [===== ] 375/4371 8% [===== ] 376/4371 8% [===== ] 377/4371 8% [===== ] 378/4371 8% [===== ] 379/4371 8% [===== ] 380/4371 8% [===== ] 381/4371 8% [===== ] 382/4371 8% [===== ] 383/4371 8% [===== ] 384/4371 8% [===== ] 385/4371 8% [===== ] 386/4371 8% [===== ] 387/4371 8% [===== ] 388/4371 8% [===== ] 389/4371 8% [===== ] 390/4371 8% [===== ] 391/4371 8% [===== ] 392/4371 8% [===== ] 393/4371 8% [===== ] 394/4371 9% [===== ] 395/4371 9% [===== ] 396/4371 9% [===== ] 397/4371 9% [===== ] 398/4371 9% [===== ] 399/4371 9% [===== ] 400/4371 9% [===== ] 401/4371 9% [===== ] 402/4371 9% [===== ] 403/4371 9% [===== ] 404/4371 9% [===== ] 405/4371 9% [===== ] 406/4371 9% [===== ] 407/4371 9% [===== ] 408/4371 9% [===== ] 409/4371 9% [===== ] 410/4371 9% [===== ] 411/4371 9% [===== ] 412/4371 9% [===== ] 413/4371 9% [===== ] 414/4371 9% [===== ] 415/4371 9% [===== ] 416/4371 9% [===== ] 417/4371 9% [===== ] 418/4371 9% [===== ] 419/4371 9% [===== ] 420/4371 9% [===== ] 421/4371 9% [===== ] 422/4371 9% [====== ] 423/4371 9% [====== ] 424/4371 9% [====== ] 425/4371 9% [====== ] 426/4371 9% [====== ] 427/4371 9% [====== ] 428/4371 9% [====== ] 429/4371 9% [====== ] 430/4371 9% [====== ] 431/4371 9% [====== ] 432/4371 9% [====== ] 433/4371 9% [====== ] 434/4371 9% [====== ] 435/4371 9% [====== ] 436/4371 9% [====== ] 437/4371 9% [====== ] 438/4371 10% [====== ] 439/4371 10% [====== ] 440/4371 10% [====== ] 441/4371 10% [====== ] 442/4371 10% [====== ] 443/4371 10% [====== ] 444/4371 10% [====== ] 445/4371 10% [====== ] 446/4371 10% [====== ] 447/4371 10% [====== ] 448/4371 10% [====== ] 449/4371 10% [====== ] 450/4371 10% [====== ] 451/4371 10% [====== ] 452/4371 10% [====== ] 453/4371 10% [====== ] 454/4371 10% [====== ] 455/4371 10% [====== ] 456/4371 10% [====== ] 457/4371 10% [====== ] 458/4371 10% [====== ] 459/4371 10% [====== ] 460/4371 10% [====== ] 461/4371 10% [====== ] 462/4371 10% [====== ] 463/4371 10% [====== ] 464/4371 10% [====== ] 465/4371 10% [====== ] 466/4371 10% [====== ] 467/4371 10% [====== ] 468/4371 10% [====== ] 469/4371 10% [====== ] 470/4371 10% [====== ] 471/4371 10% [====== ] 472/4371 10% [====== ] 473/4371 10% [====== ] 474/4371 10% [====== ] 475/4371 10% [====== ] 476/4371 10% [====== ] 477/4371 10% [====== ] 478/4371 10% [====== ] 479/4371 10% [====== ] 480/4371 10% [====== ] 481/4371 11% [====== ] 482/4371 11% [====== ] 483/4371 11% [====== ] 484/4371 11% [====== ] 485/4371 11% [====== ] 486/4371 11% [====== ] 487/4371 11% [====== ] 488/4371 11% [====== ] 489/4371 11% [====== ] 490/4371 11% [====== ] 491/4371 11% [====== ] 492/4371 11% [====== ] 493/4371 11% [======= ] 494/4371 11% [======= ] 495/4371 11% [======= ] 496/4371 11% [======= ] 497/4371 11% [======= ] 498/4371 11% [======= ] 499/4371 11% [======= ] 500/4371 11% [======= ] 501/4371 11% [======= ] 502/4371 11% [======= ] 503/4371 11% [======= ] 504/4371 11% [======= ] 505/4371 11% [======= ] 506/4371 11% [======= ] 507/4371 11% [======= ] 508/4371 11% [======= ] 509/4371 11% [======= ] 510/4371 11% [======= ] 511/4371 11% [======= ] 512/4371 11% [======= ] 513/4371 11% [======= ] 514/4371 11% [======= ] 515/4371 11% [======= ] 516/4371 11% [======= ] 517/4371 11% [======= ] 518/4371 11% [======= ] 519/4371 11% [======= ] 520/4371 11% [======= ] 521/4371 11% [======= ] 522/4371 11% [======= ] 523/4371 11% [======= ] 524/4371 11% [======= ] 525/4371 12% [======= ] 526/4371 12% [======= ] 527/4371 12% [======= ] 528/4371 12% [======= ] 529/4371 12% [======= ] 530/4371 12% [======= ] 531/4371 12% [======= ] 532/4371 12% [======= ] 533/4371 12% [======= ] 534/4371 12% [======= ] 535/4371 12% [======= ] 536/4371 12% [======= ] 537/4371 12% [======= ] 538/4371 12% [======= ] 539/4371 12% [======= ] 540/4371 12% [======= ] 541/4371 12% [======= ] 542/4371 12% [======= ] 543/4371 12% [======= ] 544/4371 12% [======= ] 545/4371 12% [======= ] 546/4371 12% [======= ] 547/4371 12% [======= ] 548/4371 12% [======= ] 549/4371 12% [======= ] 550/4371 12% [======= ] 551/4371 12% [======= ] 552/4371 12% [======= ] 553/4371 12% [======= ] 554/4371 12% [======= ] 555/4371 12% [======= ] 556/4371 12% [======= ] 557/4371 12% [======= ] 558/4371 12% [======= ] 559/4371 12% [======= ] 560/4371 12% [======= ] 561/4371 12% [======= ] 562/4371 12% [======= ] 563/4371 12% [======== ] 564/4371 12% [======== ] 565/4371 12% [======== ] 566/4371 12% [======== ] 567/4371 12% [======== ] 568/4371 12% [======== ] 569/4371 13% [======== ] 570/4371 13% [======== ] 571/4371 13% [======== ] 572/4371 13% [======== ] 573/4371 13% [======== ] 574/4371 13% [======== ] 575/4371 13% [======== ] 576/4371 13% [======== ] 577/4371 13% [======== ] 578/4371 13% [======== ] 579/4371 13% [======== ] 580/4371 13% [======== ] 581/4371 13% [======== ] 582/4371 13% [======== ] 583/4371 13% [======== ] 584/4371 13% [======== ] 585/4371 13% [======== ] 586/4371 13% [======== ] 587/4371 13% [======== ] 588/4371 13% [======== ] 589/4371 13% [======== ] 590/4371 13% [======== ] 591/4371 13% [======== ] 592/4371 13% [======== ] 593/4371 13% [======== ] 594/4371 13% [======== ] 595/4371 13% [======== ] 596/4371 13% [======== ] 597/4371 13% [======== ] 598/4371 13% [======== ] 599/4371 13% [======== ] 600/4371 13% [======== ] 601/4371 13% [======== ] 602/4371 13% [======== ] 603/4371 13% [======== ] 604/4371 13% [======== ] 605/4371 13% [======== ] 606/4371 13% [======== ] 607/4371 13% [======== ] 608/4371 13% [======== ] 609/4371 13% [======== ] 610/4371 13% [======== ] 611/4371 13% [======== ] 612/4371 14% [======== ] 613/4371 14% [======== ] 614/4371 14% [======== ] 615/4371 14% [======== ] 616/4371 14% [======== ] 617/4371 14% [======== ] 618/4371 14% [======== ] 619/4371 14% [======== ] 620/4371 14% [======== ] 621/4371 14% [======== ] 622/4371 14% [======== ] 623/4371 14% [======== ] 624/4371 14% [======== ] 625/4371 14% [======== ] 626/4371 14% [======== ] 627/4371 14% [======== ] 628/4371 14% [======== ] 629/4371 14% [======== ] 630/4371 14% [======== ] 631/4371 14% [======== ] 632/4371 14% [======== ] 633/4371 14% [======== ] 634/4371 14% [========= ] 635/4371 14% [========= ] 636/4371 14% [========= ] 637/4371 14% [========= ] 638/4371 14% [========= ] 639/4371 14% [========= ] 640/4371 14% [========= ] 641/4371 14% [========= ] 642/4371 14% [========= ] 643/4371 14% [========= ] 644/4371 14% [========= ] 645/4371 14% [========= ] 646/4371 14% [========= ] 647/4371 14% [========= ] 648/4371 14% [========= ] 649/4371 14% [========= ] 650/4371 14% [========= ] 651/4371 14% [========= ] 652/4371 14% [========= ] 653/4371 14% [========= ] 654/4371 14% [========= ] 655/4371 14% [========= ] 656/4371 15% [========= ] 657/4371 15% [========= ] 658/4371 15% [========= ] 659/4371 15% [========= ] 660/4371 15% [========= ] 661/4371 15% [========= ] 662/4371 15% [========= ] 663/4371 15% [========= ] 664/4371 15% [========= ] 665/4371 15% [========= ] 666/4371 15% [========= ] 667/4371 15% [========= ] 668/4371 15% [========= ] 669/4371 15% [========= ] 670/4371 15% [========= ] 671/4371 15% [========= ] 672/4371 15% [========= ] 673/4371 15% [========= ] 674/4371 15% [========= ] 675/4371 15% [========= ] 676/4371 15% [========= ] 677/4371 15% [========= ] 678/4371 15% [========= ] 679/4371 15% [========= ] 680/4371 15% [========= ] 681/4371 15% [========= ] 682/4371 15% [========= ] 683/4371 15% [========= ] 684/4371 15% [========= ] 685/4371 15% [========= ] 686/4371 15% [========= ] 687/4371 15% [========= ] 688/4371 15% [========= ] 689/4371 15% [========= ] 690/4371 15% [========= ] 691/4371 15% [========= ] 692/4371 15% [========= ] 693/4371 15% [========= ] 694/4371 15% [========= ] 695/4371 15% [========= ] 696/4371 15% [========= ] 697/4371 15% [========= ] 698/4371 15% [========= ] 699/4371 15% [========= ] 700/4371 16% [========= ] 701/4371 16% [========= ] 702/4371 16% [========= ] 703/4371 16% [========= ] 704/4371 16% [========== ] 705/4371 16% [========== ] 706/4371 16% [========== ] 707/4371 16% [========== ] 708/4371 16% [========== ] 709/4371 16% [========== ] 710/4371 16% [========== ] 711/4371 16% [========== ] 712/4371 16% [========== ] 713/4371 16% [========== ] 714/4371 16% [========== ] 715/4371 16% [========== ] 716/4371 16% [========== ] 717/4371 16% [========== ] 718/4371 16% [========== ] 719/4371 16% [========== ] 720/4371 16% [========== ] 721/4371 16% [========== ] 722/4371 16% [========== ] 723/4371 16% [========== ] 724/4371 16% [========== ] 725/4371 16% [========== ] 726/4371 16% [========== ] 727/4371 16% [========== ] 728/4371 16% [========== ] 729/4371 16% [========== ] 730/4371 16% [========== ] 731/4371 16% [========== ] 732/4371 16% [========== ] 733/4371 16% [========== ] 734/4371 16% [========== ] 735/4371 16% [========== ] 736/4371 16% [========== ] 737/4371 16% [========== ] 738/4371 16% [========== ] 739/4371 16% [========== ] 740/4371 16% [========== ] 741/4371 16% [========== ] 742/4371 16% [========== ] 743/4371 16% [========== ] 744/4371 17% [========== ] 745/4371 17% [========== ] 746/4371 17% [========== ] 747/4371 17% [========== ] 748/4371 17% [========== ] 749/4371 17% [========== ] 750/4371 17% [========== ] 751/4371 17% [========== ] 752/4371 17% [========== ] 753/4371 17% [========== ] 754/4371 17% [========== ] 755/4371 17% [========== ] 756/4371 17% [========== ] 757/4371 17% [========== ] 758/4371 17% [========== ] 759/4371 17% [========== ] 760/4371 17% [========== ] 761/4371 17% [========== ] 762/4371 17% [========== ] 763/4371 17% [========== ] 764/4371 17% [========== ] 765/4371 17% [========== ] 766/4371 17% [========== ] 767/4371 17% [========== ] 768/4371 17% [========== ] 769/4371 17% [========== ] 770/4371 17% [========== ] 771/4371 17% [========== ] 772/4371 17% [========== ] 773/4371 17% [========== ] 774/4371 17% [========== ] 775/4371 17% [=========== ] 776/4371 17% [=========== ] 777/4371 17% [=========== ] 778/4371 17% [=========== ] 779/4371 17% [=========== ] 780/4371 17% [=========== ] 781/4371 17% [=========== ] 782/4371 17% [=========== ] 783/4371 17% [=========== ] 784/4371 17% [=========== ] 785/4371 17% [=========== ] 786/4371 17% [=========== ] 787/4371 18% [=========== ] 788/4371 18% [=========== ] 789/4371 18% [=========== ] 790/4371 18% [=========== ] 791/4371 18% [=========== ] 792/4371 18% [=========== ] 793/4371 18% [=========== ] 794/4371 18% [=========== ] 795/4371 18% [=========== ] 796/4371 18% [=========== ] 797/4371 18% [=========== ] 798/4371 18% [=========== ] 799/4371 18% [=========== ] 800/4371 18% [=========== ] 801/4371 18% [=========== ] 802/4371 18% [=========== ] 803/4371 18% [=========== ] 804/4371 18% [=========== ] 805/4371 18% [=========== ] 806/4371 18% [=========== ] 807/4371 18% [=========== ] 808/4371 18% [=========== ] 809/4371 18% [=========== ] 810/4371 18% [=========== ] 811/4371 18% [=========== ] 812/4371 18% [=========== ] 813/4371 18% [=========== ] 814/4371 18% [=========== ] 815/4371 18% [=========== ] 816/4371 18% [=========== ] 817/4371 18% [=========== ] 818/4371 18% [=========== ] 819/4371 18% [=========== ] 820/4371 18% [=========== ] 821/4371 18% [=========== ] 822/4371 18% [=========== ] 823/4371 18% [=========== ] 824/4371 18% [=========== ] 825/4371 18% [=========== ] 826/4371 18% [=========== ] 827/4371 18% [=========== ] 828/4371 18% [=========== ] 829/4371 18% [=========== ] 830/4371 18% [=========== ] 831/4371 19% [=========== ] 832/4371 19% [=========== ] 833/4371 19% [=========== ] 834/4371 19% [=========== ] 835/4371 19% [=========== ] 836/4371 19% [=========== ] 837/4371 19% [=========== ] 838/4371 19% [=========== ] 839/4371 19% [=========== ] 840/4371 19% [=========== ] 841/4371 19% [=========== ] 842/4371 19% [=========== ] 843/4371 19% [=========== ] 844/4371 19% [=========== ] 845/4371 19% [============ ] 846/4371 19% [============ ] 847/4371 19% [============ ] 848/4371 19% [============ ] 849/4371 19% [============ ] 850/4371 19% [============ ] 851/4371 19% [============ ] 852/4371 19% [============ ] 853/4371 19% [============ ] 854/4371 19% [============ ] 855/4371 19% [============ ] 856/4371 19% [============ ] 857/4371 19% [============ ] 858/4371 19% [============ ] 859/4371 19% [============ ] 860/4371 19% [============ ] 861/4371 19% [============ ] 862/4371 19% [============ ] 863/4371 19% [============ ] 864/4371 19% [============ ] 865/4371 19% [============ ] 866/4371 19% [============ ] 867/4371 19% [============ ] 868/4371 19% [============ ] 869/4371 19% [============ ] 870/4371 19% [============ ] 871/4371 19% [============ ] 872/4371 19% [============ ] 873/4371 19% [============ ] 874/4371 19% [============ ] 875/4371 20% [============ ] 876/4371 20% [============ ] 877/4371 20% [============ ] 878/4371 20% [============ ] 879/4371 20% [============ ] 880/4371 20% [============ ] 881/4371 20% [============ ] 882/4371 20% [============ ] 883/4371 20% [============ ] 884/4371 20% [============ ] 885/4371 20% [============ ] 886/4371 20% [============ ] 887/4371 20% [============ ] 888/4371 20% [============ ] 889/4371 20% [============ ] 890/4371 20% [============ ] 891/4371 20% [============ ] 892/4371 20% [============ ] 893/4371 20% [============ ] 894/4371 20% [============ ] 895/4371 20% [============ ] 896/4371 20% [============ ] 897/4371 20% [============ ] 898/4371 20% [============ ] 899/4371 20% [============ ] 900/4371 20% [============ ] 901/4371 20% [============ ] 902/4371 20% [============ ] 903/4371 20% [============ ] 904/4371 20% [============ ] 905/4371 20% [============ ] 906/4371 20% [============ ] 907/4371 20% [============ ] 908/4371 20% [============ ] 909/4371 20% [============ ] 910/4371 20% [============ ] 911/4371 20% [============ ] 912/4371 20% [============ ] 913/4371 20% [============ ] 914/4371 20% [============ ] 915/4371 20% [============ ] 916/4371 20% [============= ] 917/4371 20% [============= ] 918/4371 21% [============= ] 919/4371 21% [============= ] 920/4371 21% [============= ] 921/4371 21% [============= ] 922/4371 21% [============= ] 923/4371 21% [============= ] 924/4371 21% [============= ] 925/4371 21% [============= ] 926/4371 21% [============= ] 927/4371 21% [============= ] 928/4371 21% [============= ] 929/4371 21% [============= ] 930/4371 21% [============= ] 931/4371 21% [============= ] 932/4371 21% [============= ] 933/4371 21% [============= ] 934/4371 21% [============= ] 935/4371 21% [============= ] 936/4371 21% [============= ] 937/4371 21% [============= ] 938/4371 21% [============= ] 939/4371 21% [============= ] 940/4371 21% [============= ] 941/4371 21% [============= ] 942/4371 21% [============= ] 943/4371 21% [============= ] 944/4371 21% [============= ] 945/4371 21% [============= ] 946/4371 21% [============= ] 947/4371 21% [============= ] 948/4371 21% [============= ] 949/4371 21% [============= ] 950/4371 21% [============= ] 951/4371 21% [============= ] 952/4371 21% [============= ] 953/4371 21% [============= ] 954/4371 21% [============= ] 955/4371 21% [============= ] 956/4371 21% [============= ] 957/4371 21% [============= ] 958/4371 21% [============= ] 959/4371 21% [============= ] 960/4371 21% [============= ] 961/4371 21% [============= ] 962/4371 22% [============= ] 963/4371 22% [============= ] 964/4371 22% [============= ] 965/4371 22% [============= ] 966/4371 22% [============= ] 967/4371 22% [============= ] 968/4371 22% [============= ] 969/4371 22% [============= ] 970/4371 22% [============= ] 971/4371 22% [============= ] 972/4371 22% [============= ] 973/4371 22% [============= ] 974/4371 22% [============= ] 975/4371 22% [============= ] 976/4371 22% [============= ] 977/4371 22% [============= ] 978/4371 22% [============= ] 979/4371 22% [============= ] 980/4371 22% [============= ] 981/4371 22% [============= ] 982/4371 22% [============= ] 983/4371 22% [============= ] 984/4371 22% [============= ] 985/4371 22% [============= ] 986/4371 22% [============== ] 987/4371 22% [============== ] 988/4371 22% [============== ] 989/4371 22% [============== ] 990/4371 22% [============== ] 991/4371 22% [============== ] 992/4371 22% [============== ] 993/4371 22% [============== ] 994/4371 22% [============== ] 995/4371 22% [============== ] 996/4371 22% [============== ] 997/4371 22% [============== ] 998/4371 22% [============== ] 999/4371 22% [============== ] 1000/4371 22% [============== ] 1001/4371 22% [============== ] 1002/4371 22% [============== ] 1003/4371 22% [============== ] 1004/4371 22% [============== ] 1005/4371 22% [============== ] 1006/4371 23% [============== ] 1007/4371 23% [============== ] 1008/4371 23% [============== ] 1009/4371 23% [============== ] 1010/4371 23% [============== ] 1011/4371 23% [============== ] 1012/4371 23% [============== ] 1013/4371 23% [============== ] 1014/4371 23% [============== ] 1015/4371 23% [============== ] 1016/4371 23% [============== ] 1017/4371 23% [============== ] 1018/4371 23% [============== ] 1019/4371 23% [============== ] 1020/4371 23% [============== ] 1021/4371 23% [============== ] 1022/4371 23% [============== ] 1023/4371 23% [============== ] 1024/4371 23% [============== ] 1025/4371 23% [============== ] 1026/4371 23% [============== ] 1027/4371 23% [============== ] 1028/4371 23% [============== ] 1029/4371 23% [============== ] 1030/4371 23% [============== ] 1031/4371 23% [============== ] 1032/4371 23% [============== ] 1033/4371 23% [============== ] 1034/4371 23% [============== ] 1035/4371 23% [============== ] 1036/4371 23% [============== ] 1037/4371 23% [============== ] 1038/4371 23% [============== ] 1039/4371 23% [============== ] 1040/4371 23% [============== ] 1041/4371 23% [============== ] 1042/4371 23% [============== ] 1043/4371 23% [============== ] 1044/4371 23% [============== ] 1045/4371 23% [============== ] 1046/4371 23% [============== ] 1047/4371 23% [============== ] 1048/4371 23% [============== ] 1049/4371 23% [============== ] 1050/4371 24% [============== ] 1051/4371 24% [============== ] 1052/4371 24% [============== ] 1053/4371 24% [============== ] 1054/4371 24% [============== ] 1055/4371 24% [============== ] 1056/4371 24% [============== ] 1057/4371 24% [=============== ] 1058/4371 24% [=============== ] 1059/4371 24% [=============== ] 1060/4371 24% [=============== ] 1061/4371 24% [=============== ] 1062/4371 24% [=============== ] 1063/4371 24% [=============== ] 1064/4371 24% [=============== ] 1065/4371 24% [=============== ] 1066/4371 24% [=============== ] 1067/4371 24% [=============== ] 1068/4371 24% [=============== ] 1069/4371 24% [=============== ] 1070/4371 24% [=============== ] 1071/4371 24% [=============== ] 1072/4371 24% [=============== ] 1073/4371 24% [=============== ] 1074/4371 24% [=============== ] 1075/4371 24% [=============== ] 1076/4371 24% [=============== ] 1077/4371 24% [=============== ] 1078/4371 24% [=============== ] 1079/4371 24% [=============== ] 1080/4371 24% [=============== ] 1081/4371 24% [=============== ] 1082/4371 24% [=============== ] 1083/4371 24% [=============== ] 1084/4371 24% [=============== ] 1085/4371 24% [=============== ] 1086/4371 24% [=============== ] 1087/4371 24% [=============== ] 1088/4371 24% [=============== ] 1089/4371 24% [=============== ] 1090/4371 24% [=============== ] 1091/4371 24% [=============== ] 1092/4371 24% [=============== ] 1093/4371 25% [=============== ] 1094/4371 25% [=============== ] 1095/4371 25% [=============== ] 1096/4371 25% [=============== ] 1097/4371 25% [=============== ] 1098/4371 25% [=============== ] 1099/4371 25% [=============== ] 1100/4371 25% [=============== ] 1101/4371 25% [=============== ] 1102/4371 25% [=============== ] 1103/4371 25% [=============== ] 1104/4371 25% [=============== ] 1105/4371 25% [=============== ] 1106/4371 25% [=============== ] 1107/4371 25% [=============== ] 1108/4371 25% [=============== ] 1109/4371 25% [=============== ] 1110/4371 25% [=============== ] 1111/4371 25% [=============== ] 1112/4371 25% [=============== ] 1113/4371 25% [=============== ] 1114/4371 25% [=============== ] 1115/4371 25% [=============== ] 1116/4371 25% [=============== ] 1117/4371 25% [=============== ] 1118/4371 25% [=============== ] 1119/4371 25% [=============== ] 1120/4371 25% [=============== ] 1121/4371 25% [=============== ] 1122/4371 25% [=============== ] 1123/4371 25% [=============== ] 1124/4371 25% [=============== ] 1125/4371 25% [=============== ] 1126/4371 25% [=============== ] 1127/4371 25% [================ ] 1128/4371 25% [================ ] 1129/4371 25% [================ ] 1130/4371 25% [================ ] 1131/4371 25% [================ ] 1132/4371 25% [================ ] 1133/4371 25% [================ ] 1134/4371 25% [================ ] 1135/4371 25% [================ ] 1136/4371 25% [================ ] 1137/4371 26% [================ ] 1138/4371 26% [================ ] 1139/4371 26% [================ ] 1140/4371 26% [================ ] 1141/4371 26% [================ ] 1142/4371 26% [================ ] 1143/4371 26% [================ ] 1144/4371 26% [================ ] 1145/4371 26% [================ ] 1146/4371 26% [================ ] 1147/4371 26% [================ ] 1148/4371 26% [================ ] 1149/4371 26% [================ ] 1150/4371 26% [================ ] 1151/4371 26% [================ ] 1152/4371 26% [================ ] 1153/4371 26% [================ ] 1154/4371 26% [================ ] 1155/4371 26% [================ ] 1156/4371 26% [================ ] 1157/4371 26% [================ ] 1158/4371 26% [================ ] 1159/4371 26% [================ ] 1160/4371 26% [================ ] 1161/4371 26% [================ ] 1162/4371 26% [================ ] 1163/4371 26% [================ ] 1164/4371 26% [================ ] 1165/4371 26% [================ ] 1166/4371 26% [================ ] 1167/4371 26% [================ ] 1168/4371 26% [================ ] 1169/4371 26% [================ ] 1170/4371 26% [================ ] 1171/4371 26% [================ ] 1172/4371 26% [================ ] 1173/4371 26% [================ ] 1174/4371 26% [================ ] 1175/4371 26% [================ ] 1176/4371 26% [================ ] 1177/4371 26% [================ ] 1178/4371 26% [================ ] 1179/4371 26% [================ ] 1180/4371 26% [================ ] 1181/4371 27% [================ ] 1182/4371 27% [================ ] 1183/4371 27% [================ ] 1184/4371 27% [================ ] 1185/4371 27% [================ ] 1186/4371 27% [================ ] 1187/4371 27% [================ ] 1188/4371 27% [================ ] 1189/4371 27% [================ ] 1190/4371 27% [================ ] 1191/4371 27% [================ ] 1192/4371 27% [================ ] 1193/4371 27% [================ ] 1194/4371 27% [================ ] 1195/4371 27% [================ ] 1196/4371 27% [================ ] 1197/4371 27% [================ ] 1198/4371 27% [================= ] 1199/4371 27% [================= ] 1200/4371 27% [================= ] 1201/4371 27% [================= ] 1202/4371 27% [================= ] 1203/4371 27% [================= ] 1204/4371 27% [================= ] 1205/4371 27% [================= ] 1206/4371 27% [================= ] 1207/4371 27% [================= ] 1208/4371 27% [================= ] 1209/4371 27% [================= ] 1210/4371 27% [================= ] 1211/4371 27% [================= ] 1212/4371 27% [================= ] 1213/4371 27% [================= ] 1214/4371 27% [================= ] 1215/4371 27% [================= ] 1216/4371 27% [================= ] 1217/4371 27% [================= ] 1218/4371 27% [================= ] 1219/4371 27% [================= ] 1220/4371 27% [================= ] 1221/4371 27% [================= ] 1222/4371 27% [================= ] 1223/4371 27% [================= ] 1224/4371 28% [================= ] 1225/4371 28% [================= ] 1226/4371 28% [================= ] 1227/4371 28% [================= ] 1228/4371 28% [================= ] 1229/4371 28% [================= ] 1230/4371 28% [================= ] 1231/4371 28% [================= ] 1232/4371 28% [================= ] 1233/4371 28% [================= ] 1234/4371 28% [================= ] 1235/4371 28% [================= ] 1236/4371 28% [================= ] 1237/4371 28% [================= ] 1238/4371 28% [================= ] 1239/4371 28% [================= ] 1240/4371 28% [================= ] 1241/4371 28% [================= ] 1242/4371 28% [================= ] 1243/4371 28% [================= ] 1244/4371 28% [================= ] 1245/4371 28% [================= ] 1246/4371 28% [================= ] 1247/4371 28% [================= ] 1248/4371 28% [================= ] 1249/4371 28% [================= ] 1250/4371 28% [================= ] 1251/4371 28% [================= ] 1252/4371 28% [================= ] 1253/4371 28% [================= ] 1254/4371 28% [================= ] 1255/4371 28% [================= ] 1256/4371 28% [================= ] 1257/4371 28% [================= ] 1258/4371 28% [================= ] 1259/4371 28% [================= ] 1260/4371 28% [================= ] 1261/4371 28% [================= ] 1262/4371 28% [================= ] 1263/4371 28% [================= ] 1264/4371 28% [================= ] 1265/4371 28% [================= ] 1266/4371 28% [================= ] 1267/4371 28% [================= ] 1268/4371 29% [================== ] 1269/4371 29% [================== ] 1270/4371 29% [================== ] 1271/4371 29% [================== ] 1272/4371 29% [================== ] 1273/4371 29% [================== ] 1274/4371 29% [================== ] 1275/4371 29% [================== ] 1276/4371 29% [================== ] 1277/4371 29% [================== ] 1278/4371 29% [================== ] 1279/4371 29% [================== ] 1280/4371 29% [================== ] 1281/4371 29% [================== ] 1282/4371 29% [================== ] 1283/4371 29% [================== ] 1284/4371 29% [================== ] 1285/4371 29% [================== ] 1286/4371 29% [================== ] 1287/4371 29% [================== ] 1288/4371 29% [================== ] 1289/4371 29% [================== ] 1290/4371 29% [================== ] 1291/4371 29% [================== ] 1292/4371 29% [================== ] 1293/4371 29% [================== ] 1294/4371 29% [================== ] 1295/4371 29% [================== ] 1296/4371 29% [================== ] 1297/4371 29% [================== ] 1298/4371 29% [================== ] 1299/4371 29% [================== ] 1300/4371 29% [================== ] 1301/4371 29% [================== ] 1302/4371 29% [================== ] 1303/4371 29% [================== ] 1304/4371 29% [================== ] 1305/4371 29% [================== ] 1306/4371 29% [================== ] 1307/4371 29% [================== ] 1308/4371 29% [================== ] 1309/4371 29% [================== ] 1310/4371 29% [================== ] 1311/4371 29% [================== ] 1312/4371 30% [================== ] 1313/4371 30% [================== ] 1314/4371 30% [================== ] 1315/4371 30% [================== ] 1316/4371 30% [================== ] 1317/4371 30% [================== ] 1318/4371 30% [================== ] 1319/4371 30% [================== ] 1320/4371 30% [================== ] 1321/4371 30% [================== ] 1322/4371 30% [================== ] 1323/4371 30% [================== ] 1324/4371 30% [================== ] 1325/4371 30% [================== ] 1326/4371 30% [================== ] 1327/4371 30% [================== ] 1328/4371 30% [================== ] 1329/4371 30% [================== ] 1330/4371 30% [================== ] 1331/4371 30% [================== ] 1332/4371 30% [================== ] 1333/4371 30% [================== ] 1334/4371 30% [================== ] 1335/4371 30% [================== ] 1336/4371 30% [================== ] 1337/4371 30% [================== ] 1338/4371 30% [================== ] 1339/4371 30% [=================== ] 1340/4371 30% [=================== ] 1341/4371 30% [=================== ] 1342/4371 30% [=================== ] 1343/4371 30% [=================== ] 1344/4371 30% [=================== ] 1345/4371 30% [=================== ] 1346/4371 30% [=================== ] 1347/4371 30% [=================== ] 1348/4371 30% [=================== ] 1349/4371 30% [=================== ] 1350/4371 30% [=================== ] 1351/4371 30% [=================== ] 1352/4371 30% [=================== ] 1353/4371 30% [=================== ] 1354/4371 30% [=================== ] 1355/4371 30% [=================== ] 1356/4371 31% [=================== ] 1357/4371 31% [=================== ] 1358/4371 31% [=================== ] 1359/4371 31% [=================== ] 1360/4371 31% [=================== ] 1361/4371 31% [=================== ] 1362/4371 31% [=================== ] 1363/4371 31% [=================== ] 1364/4371 31% [=================== ] 1365/4371 31% [=================== ] 1366/4371 31% [=================== ] 1367/4371 31% [=================== ] 1368/4371 31% [=================== ] 1369/4371 31% [=================== ] 1370/4371 31% [=================== ] 1371/4371 31% [=================== ] 1372/4371 31% [=================== ] 1373/4371 31% [=================== ] 1374/4371 31% [=================== ] 1375/4371 31% [=================== ] 1376/4371 31% [=================== ] 1377/4371 31% [=================== ] 1378/4371 31% [=================== ] 1379/4371 31% [=================== ] 1380/4371 31% [=================== ] 1381/4371 31% [=================== ] 1382/4371 31% [=================== ] 1383/4371 31% [=================== ] 1384/4371 31% [=================== ] 1385/4371 31% [=================== ] 1386/4371 31% [=================== ] 1387/4371 31% [=================== ] 1388/4371 31% [=================== ] 1389/4371 31% [=================== ] 1390/4371 31% [=================== ] 1391/4371 31% [=================== ] 1392/4371 31% [=================== ] 1393/4371 31% [=================== ] 1394/4371 31% [=================== ] 1395/4371 31% [=================== ] 1396/4371 31% [=================== ] 1397/4371 31% [=================== ] 1398/4371 31% [=================== ] 1399/4371 32% [=================== ] 1400/4371 32% [=================== ] 1401/4371 32% [=================== ] 1402/4371 32% [=================== ] 1403/4371 32% [=================== ] 1404/4371 32% [=================== ] 1405/4371 32% [=================== ] 1406/4371 32% [=================== ] 1407/4371 32% [=================== ] 1408/4371 32% [=================== ] 1409/4371 32% [==================== ] 1410/4371 32% [==================== ] 1411/4371 32% [==================== ] 1412/4371 32% [==================== ] 1413/4371 32% [==================== ] 1414/4371 32% [==================== ] 1415/4371 32% [==================== ] 1416/4371 32% [==================== ] 1417/4371 32% [==================== ] 1418/4371 32% [==================== ] 1419/4371 32% [==================== ] 1420/4371 32% [==================== ] 1421/4371 32% [==================== ] 1422/4371 32% [==================== ] 1423/4371 32% [==================== ] 1424/4371 32% [==================== ] 1425/4371 32% [==================== ] 1426/4371 32% [==================== ] 1427/4371 32% [==================== ] 1428/4371 32% [==================== ] 1429/4371 32% [==================== ] 1430/4371 32% [==================== ] 1431/4371 32% [==================== ] 1432/4371 32% [==================== ] 1433/4371 32% [==================== ] 1434/4371 32% [==================== ] 1435/4371 32% [==================== ] 1436/4371 32% [==================== ] 1437/4371 32% [==================== ] 1438/4371 32% [==================== ] 1439/4371 32% [==================== ] 1440/4371 32% [==================== ] 1441/4371 32% [==================== ] 1442/4371 32% [==================== ] 1443/4371 33% [==================== ] 1444/4371 33% [==================== ] 1445/4371 33% [==================== ] 1446/4371 33% [==================== ] 1447/4371 33% [==================== ] 1448/4371 33% [==================== ] 1449/4371 33% [==================== ] 1450/4371 33% [==================== ] 1451/4371 33% [==================== ] 1452/4371 33% [==================== ] 1453/4371 33% [==================== ] 1454/4371 33% [==================== ] 1455/4371 33% [==================== ] 1456/4371 33% [==================== ] 1457/4371 33% [==================== ] 1458/4371 33% [==================== ] 1459/4371 33% [==================== ] 1460/4371 33% [==================== ] 1461/4371 33% [==================== ] 1462/4371 33% [==================== ] 1463/4371 33% [==================== ] 1464/4371 33% [==================== ] 1465/4371 33% [==================== ] 1466/4371 33% [==================== ] 1467/4371 33% [==================== ] 1468/4371 33% [==================== ] 1469/4371 33% [==================== ] 1470/4371 33% [==================== ] 1471/4371 33% [==================== ] 1472/4371 33% [==================== ] 1473/4371 33% [==================== ] 1474/4371 33% [==================== ] 1475/4371 33% [==================== ] 1476/4371 33% [==================== ] 1477/4371 33% [==================== ] 1478/4371 33% [==================== ] 1479/4371 33% [==================== ] 1480/4371 33% [===================== ] 1481/4371 33% [===================== ] 1482/4371 33% [===================== ] 1483/4371 33% [===================== ] 1484/4371 33% [===================== ] 1485/4371 33% [===================== ] 1486/4371 33% [===================== ] 1487/4371 34% [===================== ] 1488/4371 34% [===================== ] 1489/4371 34% [===================== ] 1490/4371 34% [===================== ] 1491/4371 34% [===================== ] 1492/4371 34% [===================== ] 1493/4371 34% [===================== ] 1494/4371 34% [===================== ] 1495/4371 34% [===================== ] 1496/4371 34% [===================== ] 1497/4371 34% [===================== ] 1498/4371 34% [===================== ] 1499/4371 34% [===================== ] 1500/4371 34% [===================== ] 1501/4371 34% [===================== ] 1502/4371 34% [===================== ] 1503/4371 34% [===================== ] 1504/4371 34% [===================== ] 1505/4371 34% [===================== ] 1506/4371 34% [===================== ] 1507/4371 34% [===================== ] 1508/4371 34% [===================== ] 1509/4371 34% [===================== ] 1510/4371 34% [===================== ] 1511/4371 34% [===================== ] 1512/4371 34% [===================== ] 1513/4371 34% [===================== ] 1514/4371 34% [===================== ] 1515/4371 34% [===================== ] 1516/4371 34% [===================== ] 1517/4371 34% [===================== ] 1518/4371 34% [===================== ] 1519/4371 34% [===================== ] 1520/4371 34% [===================== ] 1521/4371 34% [===================== ] 1522/4371 34% [===================== ] 1523/4371 34% [===================== ] 1524/4371 34% [===================== ] 1525/4371 34% [===================== ] 1526/4371 34% [===================== ] 1527/4371 34% [===================== ] 1528/4371 34% [===================== ] 1529/4371 34% [===================== ] 1530/4371 35% [===================== ] 1531/4371 35% [===================== ] 1532/4371 35% [===================== ] 1533/4371 35% [===================== ] 1534/4371 35% [===================== ] 1535/4371 35% [===================== ] 1536/4371 35% [===================== ] 1537/4371 35% [===================== ] 1538/4371 35% [===================== ] 1539/4371 35% [===================== ] 1540/4371 35% [===================== ] 1541/4371 35% [===================== ] 1542/4371 35% [===================== ] 1543/4371 35% [===================== ] 1544/4371 35% [===================== ] 1545/4371 35% [===================== ] 1546/4371 35% [===================== ] 1547/4371 35% [===================== ] 1548/4371 35% [===================== ] 1549/4371 35% [===================== ] 1550/4371 35% [====================== ] 1551/4371 35% [====================== ] 1552/4371 35% [====================== ] 1553/4371 35% [====================== ] 1554/4371 35% [====================== ] 1555/4371 35% [====================== ] 1556/4371 35% [====================== ] 1557/4371 35% [====================== ] 1558/4371 35% [====================== ] 1559/4371 35% [====================== ] 1560/4371 35% [====================== ] 1561/4371 35% [====================== ] 1562/4371 35% [====================== ] 1563/4371 35% [====================== ] 1564/4371 35% [====================== ] 1565/4371 35% [====================== ] 1566/4371 35% [====================== ] 1567/4371 35% [====================== ] 1568/4371 35% [====================== ] 1569/4371 35% [====================== ] 1570/4371 35% [====================== ] 1571/4371 35% [====================== ] 1572/4371 35% [====================== ] 1573/4371 35% [====================== ] 1574/4371 36% [====================== ] 1575/4371 36% [====================== ] 1576/4371 36% [====================== ] 1577/4371 36% [====================== ] 1578/4371 36% [====================== ] 1579/4371 36% [====================== ] 1580/4371 36% [====================== ] 1581/4371 36% [====================== ] 1582/4371 36% [====================== ] 1583/4371 36% [====================== ] 1584/4371 36% [====================== ] 1585/4371 36% [====================== ] 1586/4371 36% [====================== ] 1587/4371 36% [====================== ] 1588/4371 36% [====================== ] 1589/4371 36% [====================== ] 1590/4371 36% [====================== ] 1591/4371 36% [====================== ] 1592/4371 36% [====================== ] 1593/4371 36% [====================== ] 1594/4371 36% [====================== ] 1595/4371 36% [====================== ] 1596/4371 36% [====================== ] 1597/4371 36% [====================== ] 1598/4371 36% [====================== ] 1599/4371 36% [====================== ] 1600/4371 36% [====================== ] 1601/4371 36% [====================== ] 1602/4371 36% [====================== ] 1603/4371 36% [====================== ] 1604/4371 36% [====================== ] 1605/4371 36% [====================== ] 1606/4371 36% [====================== ] 1607/4371 36% [====================== ] 1608/4371 36% [====================== ] 1609/4371 36% [====================== ] 1610/4371 36% [====================== ] 1611/4371 36% [====================== ] 1612/4371 36% [====================== ] 1613/4371 36% [====================== ] 1614/4371 36% [====================== ] 1615/4371 36% [====================== ] 1616/4371 36% [====================== ] 1617/4371 36% [====================== ] 1618/4371 37% [====================== ] 1619/4371 37% [====================== ] 1620/4371 37% [====================== ] 1621/4371 37% [======================= ] 1622/4371 37% [======================= ] 1623/4371 37% [======================= ] 1624/4371 37% [======================= ] 1625/4371 37% [======================= ] 1626/4371 37% [======================= ] 1627/4371 37% [======================= ] 1628/4371 37% [======================= ] 1629/4371 37% [======================= ] 1630/4371 37% [======================= ] 1631/4371 37% [======================= ] 1632/4371 37% [======================= ] 1633/4371 37% [======================= ] 1634/4371 37% [======================= ] 1635/4371 37% [======================= ] 1636/4371 37% [======================= ] 1637/4371 37% [======================= ] 1638/4371 37% [======================= ] 1639/4371 37% [======================= ] 1640/4371 37% [======================= ] 1641/4371 37% [======================= ] 1642/4371 37% [======================= ] 1643/4371 37% [======================= ] 1644/4371 37% [======================= ] 1645/4371 37% [======================= ] 1646/4371 37% [======================= ] 1647/4371 37% [======================= ] 1648/4371 37% [======================= ] 1649/4371 37% [======================= ] 1650/4371 37% [======================= ] 1651/4371 37% [======================= ] 1652/4371 37% [======================= ] 1653/4371 37% [======================= ] 1654/4371 37% [======================= ] 1655/4371 37% [======================= ] 1656/4371 37% [======================= ] 1657/4371 37% [======================= ] 1658/4371 37% [======================= ] 1659/4371 37% [======================= ] 1660/4371 37% [======================= ] 1661/4371 38% [======================= ] 1662/4371 38% [======================= ] 1663/4371 38% [======================= ] 1664/4371 38% [======================= ] 1665/4371 38% [======================= ] 1666/4371 38% [======================= ] 1667/4371 38% [======================= ] 1668/4371 38% [======================= ] 1669/4371 38% [======================= ] 1670/4371 38% [======================= ] 1671/4371 38% [======================= ] 1672/4371 38% [======================= ] 1673/4371 38% [======================= ] 1674/4371 38% [======================= ] 1675/4371 38% [======================= ] 1676/4371 38% [======================= ] 1677/4371 38% [======================= ] 1678/4371 38% [======================= ] 1679/4371 38% [======================= ] 1680/4371 38% [======================= ] 1681/4371 38% [======================= ] 1682/4371 38% [======================= ] 1683/4371 38% [======================= ] 1684/4371 38% [======================= ] 1685/4371 38% [======================= ] 1686/4371 38% [======================= ] 1687/4371 38% [======================= ] 1688/4371 38% [======================= ] 1689/4371 38% [======================= ] 1690/4371 38% [======================= ] 1691/4371 38% [======================== ] 1692/4371 38% [======================== ] 1693/4371 38% [======================== ] 1694/4371 38% [======================== ] 1695/4371 38% [======================== ] 1696/4371 38% [======================== ] 1697/4371 38% [======================== ] 1698/4371 38% [======================== ] 1699/4371 38% [======================== ] 1700/4371 38% [======================== ] 1701/4371 38% [======================== ] 1702/4371 38% [======================== ] 1703/4371 38% [======================== ] 1704/4371 38% [======================== ] 1705/4371 39% [======================== ] 1706/4371 39% [======================== ] 1707/4371 39% [======================== ] 1708/4371 39% [======================== ] 1709/4371 39% [======================== ] 1710/4371 39% [======================== ] 1711/4371 39% [======================== ] 1712/4371 39% [======================== ] 1713/4371 39% [======================== ] 1714/4371 39% [======================== ] 1715/4371 39% [======================== ] 1716/4371 39% [======================== ] 1717/4371 39% [======================== ] 1718/4371 39% [======================== ] 1719/4371 39% [======================== ] 1720/4371 39% [======================== ] 1721/4371 39% [======================== ] 1722/4371 39% [======================== ] 1723/4371 39% [======================== ] 1724/4371 39% [======================== ] 1725/4371 39% [======================== ] 1726/4371 39% [======================== ] 1727/4371 39% [======================== ] 1728/4371 39% [======================== ] 1729/4371 39% [======================== ] 1730/4371 39% [======================== ] 1731/4371 39% [======================== ] 1732/4371 39% [======================== ] 1733/4371 39% [======================== ] 1734/4371 39% [======================== ] 1735/4371 39% [======================== ] 1736/4371 39% [======================== ] 1737/4371 39% [======================== ] 1738/4371 39% [======================== ] 1739/4371 39% [======================== ] 1740/4371 39% [======================== ] 1741/4371 39% [======================== ] 1742/4371 39% [======================== ] 1743/4371 39% [======================== ] 1744/4371 39% [======================== ] 1745/4371 39% [======================== ] 1746/4371 39% [======================== ] 1747/4371 39% [======================== ] 1748/4371 39% [======================== ] 1749/4371 40% [======================== ] 1750/4371 40% [======================== ] 1751/4371 40% [======================== ] 1752/4371 40% [======================== ] 1753/4371 40% [======================== ] 1754/4371 40% [======================== ] 1755/4371 40% [======================== ] 1756/4371 40% [======================== ] 1757/4371 40% [======================== ] 1758/4371 40% [======================== ] 1759/4371 40% [======================== ] 1760/4371 40% [======================== ] 1761/4371 40% [======================== ] 1762/4371 40% [========================= ] 1763/4371 40% [========================= ] 1764/4371 40% [========================= ] 1765/4371 40% [========================= ] 1766/4371 40% [========================= ] 1767/4371 40% [========================= ] 1768/4371 40% [========================= ] 1769/4371 40% [========================= ] 1770/4371 40% [========================= ] 1771/4371 40% [========================= ] 1772/4371 40% [========================= ] 1773/4371 40% [========================= ] 1774/4371 40% [========================= ] 1775/4371 40% [========================= ] 1776/4371 40% [========================= ] 1777/4371 40% [========================= ] 1778/4371 40% [========================= ] 1779/4371 40% [========================= ] 1780/4371 40% [========================= ] 1781/4371 40% [========================= ] 1782/4371 40% [========================= ] 1783/4371 40% [========================= ] 1784/4371 40% [========================= ] 1785/4371 40% [========================= ] 1786/4371 40% [========================= ] 1787/4371 40% [========================= ] 1788/4371 40% [========================= ] 1789/4371 40% [========================= ] 1790/4371 40% [========================= ] 1791/4371 40% [========================= ] 1792/4371 40% [========================= ] 1793/4371 41% [========================= ] 1794/4371 41% [========================= ] 1795/4371 41% [========================= ] 1796/4371 41% [========================= ] 1797/4371 41% [========================= ] 1798/4371 41% [========================= ] 1799/4371 41% [========================= ] 1800/4371 41% [========================= ] 1801/4371 41% [========================= ] 1802/4371 41% [========================= ] 1803/4371 41% [========================= ] 1804/4371 41% [========================= ] 1805/4371 41% [========================= ] 1806/4371 41% [========================= ] 1807/4371 41% [========================= ] 1808/4371 41% [========================= ] 1809/4371 41% [========================= ] 1810/4371 41% [========================= ] 1811/4371 41% [========================= ] 1812/4371 41% [========================= ] 1813/4371 41% [========================= ] 1814/4371 41% [========================= ] 1815/4371 41% [========================= ] 1816/4371 41% [========================= ] 1817/4371 41% [========================= ] 1818/4371 41% [========================= ] 1819/4371 41% [========================= ] 1820/4371 41% [========================= ] 1821/4371 41% [========================= ] 1822/4371 41% [========================= ] 1823/4371 41% [========================= ] 1824/4371 41% [========================= ] 1825/4371 41% [========================= ] 1826/4371 41% [========================= ] 1827/4371 41% [========================= ] 1828/4371 41% [========================= ] 1829/4371 41% [========================= ] 1830/4371 41% [========================= ] 1831/4371 41% [========================= ] 1832/4371 41% [========================== ] 1833/4371 41% [========================== ] 1834/4371 41% [========================== ] 1835/4371 41% [========================== ] 1836/4371 42% [========================== ] 1837/4371 42% [========================== ] 1838/4371 42% [========================== ] 1839/4371 42% [========================== ] 1840/4371 42% [========================== ] 1841/4371 42% [========================== ] 1842/4371 42% [========================== ] 1843/4371 42% [========================== ] 1844/4371 42% [========================== ] 1845/4371 42% [========================== ] 1846/4371 42% [========================== ] 1847/4371 42% [========================== ] 1848/4371 42% [========================== ] 1849/4371 42% [========================== ] 1850/4371 42% [========================== ] 1851/4371 42% [========================== ] 1852/4371 42% [========================== ] 1853/4371 42% [========================== ] 1854/4371 42% [========================== ] 1855/4371 42% [========================== ] 1856/4371 42% [========================== ] 1857/4371 42% [========================== ] 1858/4371 42% [========================== ] 1859/4371 42% [========================== ] 1860/4371 42% [========================== ] 1861/4371 42% [========================== ] 1862/4371 42% [========================== ] 1863/4371 42% [========================== ] 1864/4371 42% [========================== ] 1865/4371 42% [========================== ] 1866/4371 42% [========================== ] 1867/4371 42% [========================== ] 1868/4371 42% [========================== ] 1869/4371 42% [========================== ] 1870/4371 42% [========================== ] 1871/4371 42% [========================== ] 1872/4371 42% [========================== ] 1873/4371 42% [========================== ] 1874/4371 42% [========================== ] 1875/4371 42% [========================== ] 1876/4371 42% [========================== ] 1877/4371 42% [========================== ] 1878/4371 42% [========================== ] 1879/4371 42% [========================== ] 1880/4371 43% [========================== ] 1881/4371 43% [========================== ] 1882/4371 43% [========================== ] 1883/4371 43% [========================== ] 1884/4371 43% [========================== ] 1885/4371 43% [========================== ] 1886/4371 43% [========================== ] 1887/4371 43% [========================== ] 1888/4371 43% [========================== ] 1889/4371 43% [========================== ] 1890/4371 43% [========================== ] 1891/4371 43% [========================== ] 1892/4371 43% [========================== ] 1893/4371 43% [========================== ] 1894/4371 43% [========================== ] 1895/4371 43% [========================== ] 1896/4371 43% [========================== ] 1897/4371 43% [========================== ] 1898/4371 43% [========================== ] 1899/4371 43% [========================== ] 1900/4371 43% [========================== ] 1901/4371 43% [========================== ] 1902/4371 43% [========================== ] 1903/4371 43% [=========================== ] 1904/4371 43% [=========================== ] 1905/4371 43% [=========================== ] 1906/4371 43% [=========================== ] 1907/4371 43% [=========================== ] 1908/4371 43% [=========================== ] 1909/4371 43% [=========================== ] 1910/4371 43% [=========================== ] 1911/4371 43% [=========================== ] 1912/4371 43% [=========================== ] 1913/4371 43% [=========================== ] 1914/4371 43% [=========================== ] 1915/4371 43% [=========================== ] 1916/4371 43% [=========================== ] 1917/4371 43% [=========================== ] 1918/4371 43% [=========================== ] 1919/4371 43% [=========================== ] 1920/4371 43% [=========================== ] 1921/4371 43% [=========================== ] 1922/4371 43% [=========================== ] 1923/4371 43% [=========================== ] 1924/4371 44% [=========================== ] 1925/4371 44% [=========================== ] 1926/4371 44% [=========================== ] 1927/4371 44% [=========================== ] 1928/4371 44% [=========================== ] 1929/4371 44% [=========================== ] 1930/4371 44% [=========================== ] 1931/4371 44% [=========================== ] 1932/4371 44% [=========================== ] 1933/4371 44% [=========================== ] 1934/4371 44% [=========================== ] 1935/4371 44% [=========================== ] 1936/4371 44% [=========================== ] 1937/4371 44% [=========================== ] 1938/4371 44% [=========================== ] 1939/4371 44% [=========================== ] 1940/4371 44% [=========================== ] 1941/4371 44% [=========================== ] 1942/4371 44% [=========================== ] 1943/4371 44% [=========================== ] 1944/4371 44% [=========================== ] 1945/4371 44% [=========================== ] 1946/4371 44% [=========================== ] 1947/4371 44% [=========================== ] 1948/4371 44% [=========================== ] 1949/4371 44% [=========================== ] 1950/4371 44% [=========================== ] 1951/4371 44% [=========================== ] 1952/4371 44% [=========================== ] 1953/4371 44% [=========================== ] 1954/4371 44% [=========================== ] 1955/4371 44% [=========================== ] 1956/4371 44% [=========================== ] 1957/4371 44% [=========================== ] 1958/4371 44% [=========================== ] 1959/4371 44% [=========================== ] 1960/4371 44% [=========================== ] 1961/4371 44% [=========================== ] 1962/4371 44% [=========================== ] 1963/4371 44% [=========================== ] 1964/4371 44% [=========================== ] 1965/4371 44% [=========================== ] 1966/4371 44% [=========================== ] 1967/4371 45% [=========================== ] 1968/4371 45% [=========================== ] 1969/4371 45% [=========================== ] 1970/4371 45% [=========================== ] 1971/4371 45% [=========================== ] 1972/4371 45% [=========================== ] 1973/4371 45% [============================ ] 1974/4371 45% [============================ ] 1975/4371 45% [============================ ] 1976/4371 45% [============================ ] 1977/4371 45% [============================ ] 1978/4371 45% [============================ ] 1979/4371 45% [============================ ] 1980/4371 45% [============================ ] 1981/4371 45% [============================ ] 1982/4371 45% [============================ ] 1983/4371 45% [============================ ] 1984/4371 45% [============================ ] 1985/4371 45% [============================ ] 1986/4371 45% [============================ ] 1987/4371 45% [============================ ] 1988/4371 45% [============================ ] 1989/4371 45% [============================ ] 1990/4371 45% [============================ ] 1991/4371 45% [============================ ] 1992/4371 45% [============================ ] 1993/4371 45% [============================ ] 1994/4371 45% [============================ ] 1995/4371 45% [============================ ] 1996/4371 45% [============================ ] 1997/4371 45% [============================ ] 1998/4371 45% [============================ ] 1999/4371 45% [============================ ] 2000/4371 45% [============================ ] 2001/4371 45% [============================ ] 2002/4371 45% [============================ ] 2003/4371 45% [============================ ] 2004/4371 45% [============================ ] 2005/4371 45% [============================ ] 2006/4371 45% [============================ ] 2007/4371 45% [============================ ] 2008/4371 45% [============================ ] 2009/4371 45% [============================ ] 2010/4371 45% [============================ ] 2011/4371 46% [============================ ] 2012/4371 46% [============================ ] 2013/4371 46% [============================ ] 2014/4371 46% [============================ ] 2015/4371 46% [============================ ] 2016/4371 46% [============================ ] 2017/4371 46% [============================ ] 2018/4371 46% [============================ ] 2019/4371 46% [============================ ] 2020/4371 46% [============================ ] 2021/4371 46% [============================ ] 2022/4371 46% [============================ ] 2023/4371 46% [============================ ] 2024/4371 46% [============================ ] 2025/4371 46% [============================ ] 2026/4371 46% [============================ ] 2027/4371 46% [============================ ] 2028/4371 46% [============================ ] 2029/4371 46% [============================ ] 2030/4371 46% [============================ ] 2031/4371 46% [============================ ] 2032/4371 46% [============================ ] 2033/4371 46% [============================ ] 2034/4371 46% [============================ ] 2035/4371 46% [============================ ] 2036/4371 46% [============================ ] 2037/4371 46% [============================ ] 2038/4371 46% [============================ ] 2039/4371 46% [============================ ] 2040/4371 46% [============================ ] 2041/4371 46% [============================ ] 2042/4371 46% [============================ ] 2043/4371 46% [============================ ] 2044/4371 46% [============================= ] 2045/4371 46% [============================= ] 2046/4371 46% [============================= ] 2047/4371 46% [============================= ] 2048/4371 46% [============================= ] 2049/4371 46% [============================= ] 2050/4371 46% [============================= ] 2051/4371 46% [============================= ] 2052/4371 46% [============================= ] 2053/4371 46% [============================= ] 2054/4371 46% [============================= ] 2055/4371 47% [============================= ] 2056/4371 47% [============================= ] 2057/4371 47% [============================= ] 2058/4371 47% [============================= ] 2059/4371 47% [============================= ] 2060/4371 47% [============================= ] 2061/4371 47% [============================= ] 2062/4371 47% [============================= ] 2063/4371 47% [============================= ] 2064/4371 47% [============================= ] 2065/4371 47% [============================= ] 2066/4371 47% [============================= ] 2067/4371 47% [============================= ] 2068/4371 47% [============================= ] 2069/4371 47% [============================= ] 2070/4371 47% [============================= ] 2071/4371 47% [============================= ] 2072/4371 47% [============================= ] 2073/4371 47% [============================= ] 2074/4371 47% [============================= ] 2075/4371 47% [============================= ] 2076/4371 47% [============================= ] 2077/4371 47% [============================= ] 2078/4371 47% [============================= ] 2079/4371 47% [============================= ] 2080/4371 47% [============================= ] 2081/4371 47% [============================= ] 2082/4371 47% [============================= ] 2083/4371 47% [============================= ] 2084/4371 47% [============================= ] 2085/4371 47% [============================= ] 2086/4371 47% [============================= ] 2087/4371 47% [============================= ] 2088/4371 47% [============================= ] 2089/4371 47% [============================= ] 2090/4371 47% [============================= ] 2091/4371 47% [============================= ] 2092/4371 47% [============================= ] 2093/4371 47% [============================= ] 2094/4371 47% [============================= ] 2095/4371 47% [============================= ] 2096/4371 47% [============================= ] 2097/4371 47% [============================= ] 2098/4371 47% [============================= ] 2099/4371 48% [============================= ] 2100/4371 48% [============================= ] 2101/4371 48% [============================= ] 2102/4371 48% [============================= ] 2103/4371 48% [============================= ] 2104/4371 48% [============================= ] 2105/4371 48% [============================= ] 2106/4371 48% [============================= ] 2107/4371 48% [============================= ] 2108/4371 48% [============================= ] 2109/4371 48% [============================= ] 2110/4371 48% [============================= ] 2111/4371 48% [============================= ] 2112/4371 48% [============================= ] 2113/4371 48% [============================= ] 2114/4371 48% [============================== ] 2115/4371 48% [============================== ] 2116/4371 48% [============================== ] 2117/4371 48% [============================== ] 2118/4371 48% [============================== ] 2119/4371 48% [============================== ] 2120/4371 48% [============================== ] 2121/4371 48% [============================== ] 2122/4371 48% [============================== ] 2123/4371 48% [============================== ] 2124/4371 48% [============================== ] 2125/4371 48% [============================== ] 2126/4371 48% [============================== ] 2127/4371 48% [============================== ] 2128/4371 48% [============================== ] 2129/4371 48% [============================== ] 2130/4371 48% [============================== ] 2131/4371 48% [============================== ] 2132/4371 48% [============================== ] 2133/4371 48% [============================== ] 2134/4371 48% [============================== ] 2135/4371 48% [============================== ] 2136/4371 48% [============================== ] 2137/4371 48% [============================== ] 2138/4371 48% [============================== ] 2139/4371 48% [============================== ] 2140/4371 48% [============================== ] 2141/4371 48% [============================== ] 2142/4371 49% [============================== ] 2143/4371 49% [============================== ] 2144/4371 49% [============================== ] 2145/4371 49% [============================== ] 2146/4371 49% [============================== ] 2147/4371 49% [============================== ] 2148/4371 49% [============================== ] 2149/4371 49% [============================== ] 2150/4371 49% [============================== ] 2151/4371 49% [============================== ] 2152/4371 49% [============================== ] 2153/4371 49% [============================== ] 2154/4371 49% [============================== ] 2155/4371 49% [============================== ] 2156/4371 49% [============================== ] 2157/4371 49% [============================== ] 2158/4371 49% [============================== ] 2159/4371 49% [============================== ] 2160/4371 49% [============================== ] 2161/4371 49% [============================== ] 2162/4371 49% [============================== ] 2163/4371 49% [============================== ] 2164/4371 49% [============================== ] 2165/4371 49% [============================== ] 2166/4371 49% [============================== ] 2167/4371 49% [============================== ] 2168/4371 49% [============================== ] 2169/4371 49% [============================== ] 2170/4371 49% [============================== ] 2171/4371 49% [============================== ] 2172/4371 49% [============================== ] 2173/4371 49% [============================== ] 2174/4371 49% [============================== ] 2175/4371 49% [============================== ] 2176/4371 49% [============================== ] 2177/4371 49% [============================== ] 2178/4371 49% [============================== ] 2179/4371 49% [============================== ] 2180/4371 49% [============================== ] 2181/4371 49% [============================== ] 2182/4371 49% [============================== ] 2183/4371 49% [============================== ] 2184/4371 49% [============================== ] 2185/4371 49% [=============================== ] 2186/4371 50% [=============================== ] 2187/4371 50% [=============================== ] 2188/4371 50% [=============================== ] 2189/4371 50% [=============================== ] 2190/4371 50% [=============================== ] 2191/4371 50% [=============================== ] 2192/4371 50% [=============================== ] 2193/4371 50% [=============================== ] 2194/4371 50% [=============================== ] 2195/4371 50% [=============================== ] 2196/4371 50% [=============================== ] 2197/4371 50% [=============================== ] 2198/4371 50% [=============================== ] 2199/4371 50% [=============================== ] 2200/4371 50% [=============================== ] 2201/4371 50% [=============================== ] 2202/4371 50% [=============================== ] 2203/4371 50% [=============================== ] 2204/4371 50% [=============================== ] 2205/4371 50% [=============================== ] 2206/4371 50% [=============================== ] 2207/4371 50% [=============================== ] 2208/4371 50% [=============================== ] 2209/4371 50% [=============================== ] 2210/4371 50% [=============================== ] 2211/4371 50% [=============================== ] 2212/4371 50% [=============================== ] 2213/4371 50% [=============================== ] 2214/4371 50% [=============================== ] 2215/4371 50% [=============================== ] 2216/4371 50% [=============================== ] 2217/4371 50% [=============================== ] 2218/4371 50% [=============================== ] 2219/4371 50% [=============================== ] 2220/4371 50% [=============================== ] 2221/4371 50% [=============================== ] 2222/4371 50% [=============================== ] 2223/4371 50% [=============================== ] 2224/4371 50% [=============================== ] 2225/4371 50% [=============================== ] 2226/4371 50% [=============================== ] 2227/4371 50% [=============================== ] 2228/4371 50% [=============================== ] 2229/4371 50% [=============================== ] 2230/4371 51% [=============================== ] 2231/4371 51% [=============================== ] 2232/4371 51% [=============================== ] 2233/4371 51% [=============================== ] 2234/4371 51% [=============================== ] 2235/4371 51% [=============================== ] 2236/4371 51% [=============================== ] 2237/4371 51% [=============================== ] 2238/4371 51% [=============================== ] 2239/4371 51% [=============================== ] 2240/4371 51% [=============================== ] 2241/4371 51% [=============================== ] 2242/4371 51% [=============================== ] 2243/4371 51% [=============================== ] 2244/4371 51% [=============================== ] 2245/4371 51% [=============================== ] 2246/4371 51% [=============================== ] 2247/4371 51% [=============================== ] 2248/4371 51% [=============================== ] 2249/4371 51% [=============================== ] 2250/4371 51% [=============================== ] 2251/4371 51% [=============================== ] 2252/4371 51% [=============================== ] 2253/4371 51% [=============================== ] 2254/4371 51% [=============================== ] 2255/4371 51% [================================ ] 2256/4371 51% [================================ ] 2257/4371 51% [================================ ] 2258/4371 51% [================================ ] 2259/4371 51% [================================ ] 2260/4371 51% [================================ ] 2261/4371 51% [================================ ] 2262/4371 51% [================================ ] 2263/4371 51% [================================ ] 2264/4371 51% [================================ ] 2265/4371 51% [================================ ] 2266/4371 51% [================================ ] 2267/4371 51% [================================ ] 2268/4371 51% [================================ ] 2269/4371 51% [================================ ] 2270/4371 51% [================================ ] 2271/4371 51% [================================ ] 2272/4371 51% [================================ ] 2273/4371 52% [================================ ] 2274/4371 52% [================================ ] 2275/4371 52% [================================ ] 2276/4371 52% [================================ ] 2277/4371 52% [================================ ] 2278/4371 52% [================================ ] 2279/4371 52% [================================ ] 2280/4371 52% [================================ ] 2281/4371 52% [================================ ] 2282/4371 52% [================================ ] 2283/4371 52% [================================ ] 2284/4371 52% [================================ ] 2285/4371 52% [================================ ] 2286/4371 52% [================================ ] 2287/4371 52% [================================ ] 2288/4371 52% [================================ ] 2289/4371 52% [================================ ] 2290/4371 52% [================================ ] 2291/4371 52% [================================ ] 2292/4371 52% [================================ ] 2293/4371 52% [================================ ] 2294/4371 52% [================================ ] 2295/4371 52% [================================ ] 2296/4371 52% [================================ ] 2297/4371 52% [================================ ] 2298/4371 52% [================================ ] 2299/4371 52% [================================ ] 2300/4371 52% [================================ ] 2301/4371 52% [================================ ] 2302/4371 52% [================================ ] 2303/4371 52% [================================ ] 2304/4371 52% [================================ ] 2305/4371 52% [================================ ] 2306/4371 52% [================================ ] 2307/4371 52% [================================ ] 2308/4371 52% [================================ ] 2309/4371 52% [================================ ] 2310/4371 52% [================================ ] 2311/4371 52% [================================ ] 2312/4371 52% [================================ ] 2313/4371 52% [================================ ] 2314/4371 52% [================================ ] 2315/4371 52% [================================ ] 2316/4371 52% [================================ ] 2317/4371 53% [================================ ] 2318/4371 53% [================================ ] 2319/4371 53% [================================ ] 2320/4371 53% [================================ ] 2321/4371 53% [================================ ] 2322/4371 53% [================================ ] 2323/4371 53% [================================ ] 2324/4371 53% [================================ ] 2325/4371 53% [================================ ] 2326/4371 53% [================================= ] 2327/4371 53% [================================= ] 2328/4371 53% [================================= ] 2329/4371 53% [================================= ] 2330/4371 53% [================================= ] 2331/4371 53% [================================= ] 2332/4371 53% [================================= ] 2333/4371 53% [================================= ] 2334/4371 53% [================================= ] 2335/4371 53% [================================= ] 2336/4371 53% [================================= ] 2337/4371 53% [================================= ] 2338/4371 53% [================================= ] 2339/4371 53% [================================= ] 2340/4371 53% [================================= ] 2341/4371 53% [================================= ] 2342/4371 53% [================================= ] 2343/4371 53% [================================= ] 2344/4371 53% [================================= ] 2345/4371 53% [================================= ] 2346/4371 53% [================================= ] 2347/4371 53% [================================= ] 2348/4371 53% [================================= ] 2349/4371 53% [================================= ] 2350/4371 53% [================================= ] 2351/4371 53% [================================= ] 2352/4371 53% [================================= ] 2353/4371 53% [================================= ] 2354/4371 53% [================================= ] 2355/4371 53% [================================= ] 2356/4371 53% [================================= ] 2357/4371 53% [================================= ] 2358/4371 53% [================================= ] 2359/4371 53% [================================= ] 2360/4371 53% [================================= ] 2361/4371 54% [================================= ] 2362/4371 54% [================================= ] 2363/4371 54% [================================= ] 2364/4371 54% [================================= ] 2365/4371 54% [================================= ] 2366/4371 54% [================================= ] 2367/4371 54% [================================= ] 2368/4371 54% [================================= ] 2369/4371 54% [================================= ] 2370/4371 54% [================================= ] 2371/4371 54% [================================= ] 2372/4371 54% [================================= ] 2373/4371 54% [================================= ] 2374/4371 54% [================================= ] 2375/4371 54% [================================= ] 2376/4371 54% [================================= ] 2377/4371 54% [================================= ] 2378/4371 54% [================================= ] 2379/4371 54% [================================= ] 2380/4371 54% [================================= ] 2381/4371 54% [================================= ] 2382/4371 54% [================================= ] 2383/4371 54% [================================= ] 2384/4371 54% [================================= ] 2385/4371 54% [================================= ] 2386/4371 54% [================================= ] 2387/4371 54% [================================= ] 2388/4371 54% [================================= ] 2389/4371 54% [================================= ] 2390/4371 54% [================================= ] 2391/4371 54% [================================= ] 2392/4371 54% [================================= ] 2393/4371 54% [================================= ] 2394/4371 54% [================================= ] 2395/4371 54% [================================= ] 2396/4371 54% [================================== ] 2397/4371 54% [================================== ] 2398/4371 54% [================================== ] 2399/4371 54% [================================== ] 2400/4371 54% [================================== ] 2401/4371 54% [================================== ] 2402/4371 54% [================================== ] 2403/4371 54% [================================== ] 2404/4371 54% [================================== ] 2405/4371 55% [================================== ] 2406/4371 55% [================================== ] 2407/4371 55% [================================== ] 2408/4371 55% [================================== ] 2409/4371 55% [================================== ] 2410/4371 55% [================================== ] 2411/4371 55% [================================== ] 2412/4371 55% [================================== ] 2413/4371 55% [================================== ] 2414/4371 55% [================================== ] 2415/4371 55% [================================== ] 2416/4371 55% [================================== ] 2417/4371 55% [================================== ] 2418/4371 55% [================================== ] 2419/4371 55% [================================== ] 2420/4371 55% [================================== ] 2421/4371 55% [================================== ] 2422/4371 55% [================================== ] 2423/4371 55% [================================== ] 2424/4371 55% [================================== ] 2425/4371 55% [================================== ] 2426/4371 55% [================================== ] 2427/4371 55% [================================== ] 2428/4371 55% [================================== ] 2429/4371 55% [================================== ] 2430/4371 55% [================================== ] 2431/4371 55% [================================== ] 2432/4371 55% [================================== ] 2433/4371 55% [================================== ] 2434/4371 55% [================================== ] 2435/4371 55% [================================== ] 2436/4371 55% [================================== ] 2437/4371 55% [================================== ] 2438/4371 55% [================================== ] 2439/4371 55% [================================== ] 2440/4371 55% [================================== ] 2441/4371 55% [================================== ] 2442/4371 55% [================================== ] 2443/4371 55% [================================== ] 2444/4371 55% [================================== ] 2445/4371 55% [================================== ] 2446/4371 55% [================================== ] 2447/4371 55% [================================== ] 2448/4371 56% [================================== ] 2449/4371 56% [================================== ] 2450/4371 56% [================================== ] 2451/4371 56% [================================== ] 2452/4371 56% [================================== ] 2453/4371 56% [================================== ] 2454/4371 56% [================================== ] 2455/4371 56% [================================== ] 2456/4371 56% [================================== ] 2457/4371 56% [================================== ] 2458/4371 56% [================================== ] 2459/4371 56% [================================== ] 2460/4371 56% [================================== ] 2461/4371 56% [================================== ] 2462/4371 56% [================================== ] 2463/4371 56% [================================== ] 2464/4371 56% [================================== ] 2465/4371 56% [================================== ] 2466/4371 56% [================================== ] 2467/4371 56% [=================================== ] 2468/4371 56% [=================================== ] 2469/4371 56% [=================================== ] 2470/4371 56% [=================================== ] 2471/4371 56% [=================================== ] 2472/4371 56% [=================================== ] 2473/4371 56% [=================================== ] 2474/4371 56% [=================================== ] 2475/4371 56% [=================================== ] 2476/4371 56% [=================================== ] 2477/4371 56% [=================================== ] 2478/4371 56% [=================================== ] 2479/4371 56% [=================================== ] 2480/4371 56% [=================================== ] 2481/4371 56% [=================================== ] 2482/4371 56% [=================================== ] 2483/4371 56% [=================================== ] 2484/4371 56% [=================================== ] 2485/4371 56% [=================================== ] 2486/4371 56% [=================================== ] 2487/4371 56% [=================================== ] 2488/4371 56% [=================================== ] 2489/4371 56% [=================================== ] 2490/4371 56% [=================================== ] 2491/4371 56% [=================================== ] 2492/4371 57% [=================================== ] 2493/4371 57% [=================================== ] 2494/4371 57% [=================================== ] 2495/4371 57% [=================================== ] 2496/4371 57% [=================================== ] 2497/4371 57% [=================================== ] 2498/4371 57% [=================================== ] 2499/4371 57% [=================================== ] 2500/4371 57% [=================================== ] 2501/4371 57% [=================================== ] 2502/4371 57% [=================================== ] 2503/4371 57% [=================================== ] 2504/4371 57% [=================================== ] 2505/4371 57% [=================================== ] 2506/4371 57% [=================================== ] 2507/4371 57% [=================================== ] 2508/4371 57% [=================================== ] 2509/4371 57% [=================================== ] 2510/4371 57% [=================================== ] 2511/4371 57% [=================================== ] 2512/4371 57% [=================================== ] 2513/4371 57% [=================================== ] 2514/4371 57% [=================================== ] 2515/4371 57% [=================================== ] 2516/4371 57% [=================================== ] 2517/4371 57% [=================================== ] 2518/4371 57% [=================================== ] 2519/4371 57% [=================================== ] 2520/4371 57% [=================================== ] 2521/4371 57% [=================================== ] 2522/4371 57% [=================================== ] 2523/4371 57% [=================================== ] 2524/4371 57% [=================================== ] 2525/4371 57% [=================================== ] 2526/4371 57% [=================================== ] 2527/4371 57% [=================================== ] 2528/4371 57% [=================================== ] 2529/4371 57% [=================================== ] 2530/4371 57% [=================================== ] 2531/4371 57% [=================================== ] 2532/4371 57% [=================================== ] 2533/4371 57% [=================================== ] 2534/4371 57% [=================================== ] 2535/4371 57% [=================================== ] 2536/4371 58% [=================================== ] 2537/4371 58% [==================================== ] 2538/4371 58% [==================================== ] 2539/4371 58% [==================================== ] 2540/4371 58% [==================================== ] 2541/4371 58% [==================================== ] 2542/4371 58% [==================================== ] 2543/4371 58% [==================================== ] 2544/4371 58% [==================================== ] 2545/4371 58% [==================================== ] 2546/4371 58% [==================================== ] 2547/4371 58% [==================================== ] 2548/4371 58% [==================================== ] 2549/4371 58% [==================================== ] 2550/4371 58% [==================================== ] 2551/4371 58% [==================================== ] 2552/4371 58% [==================================== ] 2553/4371 58% [==================================== ] 2554/4371 58% [==================================== ] 2555/4371 58% [==================================== ] 2556/4371 58% [==================================== ] 2557/4371 58% [==================================== ] 2558/4371 58% [==================================== ] 2559/4371 58% [==================================== ] 2560/4371 58% [==================================== ] 2561/4371 58% [==================================== ] 2562/4371 58% [==================================== ] 2563/4371 58% [==================================== ] 2564/4371 58% [==================================== ] 2565/4371 58% [==================================== ] 2566/4371 58% [==================================== ] 2567/4371 58% [==================================== ] 2568/4371 58% [==================================== ] 2569/4371 58% [==================================== ] 2570/4371 58% [==================================== ] 2571/4371 58% [==================================== ] 2572/4371 58% [==================================== ] 2573/4371 58% [==================================== ] 2574/4371 58% [==================================== ] 2575/4371 58% [==================================== ] 2576/4371 58% [==================================== ] 2577/4371 58% [==================================== ] 2578/4371 58% [==================================== ] 2579/4371 59% [==================================== ] 2580/4371 59% [==================================== ] 2581/4371 59% [==================================== ] 2582/4371 59% [==================================== ] 2583/4371 59% [==================================== ] 2584/4371 59% [==================================== ] 2585/4371 59% [==================================== ] 2586/4371 59% [==================================== ] 2587/4371 59% [==================================== ] 2588/4371 59% [==================================== ] 2589/4371 59% [==================================== ] 2590/4371 59% [==================================== ] 2591/4371 59% [==================================== ] 2592/4371 59% [==================================== ] 2593/4371 59% [==================================== ] 2594/4371 59% [==================================== ] 2595/4371 59% [==================================== ] 2596/4371 59% [==================================== ] 2597/4371 59% [==================================== ] 2598/4371 59% [==================================== ] 2599/4371 59% [==================================== ] 2600/4371 59% [==================================== ] 2601/4371 59% [==================================== ] 2602/4371 59% [==================================== ] 2603/4371 59% [==================================== ] 2604/4371 59% [==================================== ] 2605/4371 59% [==================================== ] 2606/4371 59% [==================================== ] 2607/4371 59% [==================================== ] 2608/4371 59% [===================================== ] 2609/4371 59% [===================================== ] 2610/4371 59% [===================================== ] 2611/4371 59% [===================================== ] 2612/4371 59% [===================================== ] 2613/4371 59% [===================================== ] 2614/4371 59% [===================================== ] 2615/4371 59% [===================================== ] 2616/4371 59% [===================================== ] 2617/4371 59% [===================================== ] 2618/4371 59% [===================================== ] 2619/4371 59% [===================================== ] 2620/4371 59% [===================================== ] 2621/4371 59% [===================================== ] 2622/4371 59% [===================================== ] 2623/4371 60% [===================================== ] 2624/4371 60% [===================================== ] 2625/4371 60% [===================================== ] 2626/4371 60% [===================================== ] 2627/4371 60% [===================================== ] 2628/4371 60% [===================================== ] 2629/4371 60% [===================================== ] 2630/4371 60% [===================================== ] 2631/4371 60% [===================================== ] 2632/4371 60% [===================================== ] 2633/4371 60% [===================================== ] 2634/4371 60% [===================================== ] 2635/4371 60% [===================================== ] 2636/4371 60% [===================================== ] 2637/4371 60% [===================================== ] 2638/4371 60% [===================================== ] 2639/4371 60% [===================================== ] 2640/4371 60% [===================================== ] 2641/4371 60% [===================================== ] 2642/4371 60% [===================================== ] 2643/4371 60% [===================================== ] 2644/4371 60% [===================================== ] 2645/4371 60% [===================================== ] 2646/4371 60% [===================================== ] 2647/4371 60% [===================================== ] 2648/4371 60% [===================================== ] 2649/4371 60% [===================================== ] 2650/4371 60% [===================================== ] 2651/4371 60% [===================================== ] 2652/4371 60% [===================================== ] 2653/4371 60% [===================================== ] 2654/4371 60% [===================================== ] 2655/4371 60% [===================================== ] 2656/4371 60% [===================================== ] 2657/4371 60% [===================================== ] 2658/4371 60% [===================================== ] 2659/4371 60% [===================================== ] 2660/4371 60% [===================================== ] 2661/4371 60% [===================================== ] 2662/4371 60% [===================================== ] 2663/4371 60% [===================================== ] 2664/4371 60% [===================================== ] 2665/4371 60% [===================================== ] 2666/4371 60% [===================================== ] 2667/4371 61% [===================================== ] 2668/4371 61% [===================================== ] 2669/4371 61% [===================================== ] 2670/4371 61% [===================================== ] 2671/4371 61% [===================================== ] 2672/4371 61% [===================================== ] 2673/4371 61% [===================================== ] 2674/4371 61% [===================================== ] 2675/4371 61% [===================================== ] 2676/4371 61% [===================================== ] 2677/4371 61% [===================================== ] 2678/4371 61% [====================================== ] 2679/4371 61% [====================================== ] 2680/4371 61% [====================================== ] 2681/4371 61% [====================================== ] 2682/4371 61% [====================================== ] 2683/4371 61% [====================================== ] 2684/4371 61% [====================================== ] 2685/4371 61% [====================================== ] 2686/4371 61% [====================================== ] 2687/4371 61% [====================================== ] 2688/4371 61% [====================================== ] 2689/4371 61% [====================================== ] 2690/4371 61% [====================================== ] 2691/4371 61% [====================================== ] 2692/4371 61% [====================================== ] 2693/4371 61% [====================================== ] 2694/4371 61% [====================================== ] 2695/4371 61% [====================================== ] 2696/4371 61% [====================================== ] 2697/4371 61% [====================================== ] 2698/4371 61% [====================================== ] 2699/4371 61% [====================================== ] 2700/4371 61% [====================================== ] 2701/4371 61% [====================================== ] 2702/4371 61% [====================================== ] 2703/4371 61% [====================================== ] 2704/4371 61% [====================================== ] 2705/4371 61% [====================================== ] 2706/4371 61% [====================================== ] 2707/4371 61% [====================================== ] 2708/4371 61% [====================================== ] 2709/4371 61% [====================================== ] 2710/4371 61% [====================================== ] 2711/4371 62% [====================================== ] 2712/4371 62% [====================================== ] 2713/4371 62% [====================================== ] 2714/4371 62% [====================================== ] 2715/4371 62% [====================================== ] 2716/4371 62% [====================================== ] 2717/4371 62% [====================================== ] 2718/4371 62% [====================================== ] 2719/4371 62% [====================================== ] 2720/4371 62% [====================================== ] 2721/4371 62% [====================================== ] 2722/4371 62% [====================================== ] 2723/4371 62% [====================================== ] 2724/4371 62% [====================================== ] 2725/4371 62% [====================================== ] 2726/4371 62% [====================================== ] 2727/4371 62% [====================================== ] 2728/4371 62% [====================================== ] 2729/4371 62% [====================================== ] 2730/4371 62% [====================================== ] 2731/4371 62% [====================================== ] 2732/4371 62% [====================================== ] 2733/4371 62% [====================================== ] 2734/4371 62% [====================================== ] 2735/4371 62% [====================================== ] 2736/4371 62% [====================================== ] 2737/4371 62% [====================================== ] 2738/4371 62% [====================================== ] 2739/4371 62% [====================================== ] 2740/4371 62% [====================================== ] 2741/4371 62% [====================================== ] 2742/4371 62% [====================================== ] 2743/4371 62% [====================================== ] 2744/4371 62% [====================================== ] 2745/4371 62% [====================================== ] 2746/4371 62% [====================================== ] 2747/4371 62% [====================================== ] 2748/4371 62% [====================================== ] 2749/4371 62% [======================================= ] 2750/4371 62% [======================================= ] 2751/4371 62% [======================================= ] 2752/4371 62% [======================================= ] 2753/4371 62% [======================================= ] 2754/4371 63% [======================================= ] 2755/4371 63% [======================================= ] 2756/4371 63% [======================================= ] 2757/4371 63% [======================================= ] 2758/4371 63% [======================================= ] 2759/4371 63% [======================================= ] 2760/4371 63% [======================================= ] 2761/4371 63% [======================================= ] 2762/4371 63% [======================================= ] 2763/4371 63% [======================================= ] 2764/4371 63% [======================================= ] 2765/4371 63% [======================================= ] 2766/4371 63% [======================================= ] 2767/4371 63% [======================================= ] 2768/4371 63% [======================================= ] 2769/4371 63% [======================================= ] 2770/4371 63% [======================================= ] 2771/4371 63% [======================================= ] 2772/4371 63% [======================================= ] 2773/4371 63% [======================================= ] 2774/4371 63% [======================================= ] 2775/4371 63% [======================================= ] 2776/4371 63% [======================================= ] 2777/4371 63% [======================================= ] 2778/4371 63% [======================================= ] 2779/4371 63% [======================================= ] 2780/4371 63% [======================================= ] 2781/4371 63% [======================================= ] 2782/4371 63% [======================================= ] 2783/4371 63% [======================================= ] 2784/4371 63% [======================================= ] 2785/4371 63% [======================================= ] 2786/4371 63% [======================================= ] 2787/4371 63% [======================================= ] 2788/4371 63% [======================================= ] 2789/4371 63% [======================================= ] 2790/4371 63% [======================================= ] 2791/4371 63% [======================================= ] 2792/4371 63% [======================================= ] 2793/4371 63% [======================================= ] 2794/4371 63% [======================================= ] 2795/4371 63% [======================================= ] 2796/4371 63% [======================================= ] 2797/4371 63% [======================================= ] 2798/4371 64% [======================================= ] 2799/4371 64% [======================================= ] 2800/4371 64% [======================================= ] 2801/4371 64% [======================================= ] 2802/4371 64% [======================================= ] 2803/4371 64% [======================================= ] 2804/4371 64% [======================================= ] 2805/4371 64% [======================================= ] 2806/4371 64% [======================================= ] 2807/4371 64% [======================================= ] 2808/4371 64% [======================================= ] 2809/4371 64% [======================================= ] 2810/4371 64% [======================================= ] 2811/4371 64% [======================================= ] 2812/4371 64% [======================================= ] 2813/4371 64% [======================================= ] 2814/4371 64% [======================================= ] 2815/4371 64% [======================================= ] 2816/4371 64% [======================================= ] 2817/4371 64% [======================================= ] 2818/4371 64% [======================================= ] 2819/4371 64% [======================================== ] 2820/4371 64% [======================================== ] 2821/4371 64% [======================================== ] 2822/4371 64% [======================================== ] 2823/4371 64% [======================================== ] 2824/4371 64% [======================================== ] 2825/4371 64% [======================================== ] 2826/4371 64% [======================================== ] 2827/4371 64% [======================================== ] 2828/4371 64% [======================================== ] 2829/4371 64% [======================================== ] 2830/4371 64% [======================================== ] 2831/4371 64% [======================================== ] 2832/4371 64% [======================================== ] 2833/4371 64% [======================================== ] 2834/4371 64% [======================================== ] 2835/4371 64% [======================================== ] 2836/4371 64% [======================================== ] 2837/4371 64% [======================================== ] 2838/4371 64% [======================================== ] 2839/4371 64% [======================================== ] 2840/4371 64% [======================================== ] 2841/4371 64% [======================================== ] 2842/4371 65% [======================================== ] 2843/4371 65% [======================================== ] 2844/4371 65% [======================================== ] 2845/4371 65% [======================================== ] 2846/4371 65% [======================================== ] 2847/4371 65% [======================================== ] 2848/4371 65% [======================================== ] 2849/4371 65% [======================================== ] 2850/4371 65% [======================================== ] 2851/4371 65% [======================================== ] 2852/4371 65% [======================================== ] 2853/4371 65% [======================================== ] 2854/4371 65% [======================================== ] 2855/4371 65% [======================================== ] 2856/4371 65% [======================================== ] 2857/4371 65% [======================================== ] 2858/4371 65% [======================================== ] 2859/4371 65% [======================================== ] 2860/4371 65% [======================================== ] 2861/4371 65% [======================================== ] 2862/4371 65% [======================================== ] 2863/4371 65% [======================================== ] 2864/4371 65% [======================================== ] 2865/4371 65% [======================================== ] 2866/4371 65% [======================================== ] 2867/4371 65% [======================================== ] 2868/4371 65% [======================================== ] 2869/4371 65% [======================================== ] 2870/4371 65% [======================================== ] 2871/4371 65% [======================================== ] 2872/4371 65% [======================================== ] 2873/4371 65% [======================================== ] 2874/4371 65% [======================================== ] 2875/4371 65% [======================================== ] 2876/4371 65% [======================================== ] 2877/4371 65% [======================================== ] 2878/4371 65% [======================================== ] 2879/4371 65% [======================================== ] 2880/4371 65% [======================================== ] 2881/4371 65% [======================================== ] 2882/4371 65% [======================================== ] 2883/4371 65% [======================================== ] 2884/4371 65% [======================================== ] 2885/4371 66% [======================================== ] 2886/4371 66% [======================================== ] 2887/4371 66% [======================================== ] 2888/4371 66% [======================================== ] 2889/4371 66% [======================================== ] 2890/4371 66% [========================================= ] 2891/4371 66% [========================================= ] 2892/4371 66% [========================================= ] 2893/4371 66% [========================================= ] 2894/4371 66% [========================================= ] 2895/4371 66% [========================================= ] 2896/4371 66% [========================================= ] 2897/4371 66% [========================================= ] 2898/4371 66% [========================================= ] 2899/4371 66% [========================================= ] 2900/4371 66% [========================================= ] 2901/4371 66% [========================================= ] 2902/4371 66% [========================================= ] 2903/4371 66% [========================================= ] 2904/4371 66% [========================================= ] 2905/4371 66% [========================================= ] 2906/4371 66% [========================================= ] 2907/4371 66% [========================================= ] 2908/4371 66% [========================================= ] 2909/4371 66% [========================================= ] 2910/4371 66% [========================================= ] 2911/4371 66% [========================================= ] 2912/4371 66% [========================================= ] 2913/4371 66% [========================================= ] 2914/4371 66% [========================================= ] 2915/4371 66% [========================================= ] 2916/4371 66% [========================================= ] 2917/4371 66% [========================================= ] 2918/4371 66% [========================================= ] 2919/4371 66% [========================================= ] 2920/4371 66% [========================================= ] 2921/4371 66% [========================================= ] 2922/4371 66% [========================================= ] 2923/4371 66% [========================================= ] 2924/4371 66% [========================================= ] 2925/4371 66% [========================================= ] 2926/4371 66% [========================================= ] 2927/4371 66% [========================================= ] 2928/4371 66% [========================================= ] 2929/4371 67% [========================================= ] 2930/4371 67% [========================================= ] 2931/4371 67% [========================================= ] 2932/4371 67% [========================================= ] 2933/4371 67% [========================================= ] 2934/4371 67% [========================================= ] 2935/4371 67% [========================================= ] 2936/4371 67% [========================================= ] 2937/4371 67% [========================================= ] 2938/4371 67% [========================================= ] 2939/4371 67% [========================================= ] 2940/4371 67% [========================================= ] 2941/4371 67% [========================================= ] 2942/4371 67% [========================================= ] 2943/4371 67% [========================================= ] 2944/4371 67% [========================================= ] 2945/4371 67% [========================================= ] 2946/4371 67% [========================================= ] 2947/4371 67% [========================================= ] 2948/4371 67% [========================================= ] 2949/4371 67% [========================================= ] 2950/4371 67% [========================================= ] 2951/4371 67% [========================================= ] 2952/4371 67% [========================================= ] 2953/4371 67% [========================================= ] 2954/4371 67% [========================================= ] 2955/4371 67% [========================================= ] 2956/4371 67% [========================================= ] 2957/4371 67% [========================================= ] 2958/4371 67% [========================================= ] 2959/4371 67% [========================================= ] 2960/4371 67% [========================================== ] 2961/4371 67% [========================================== ] 2962/4371 67% [========================================== ] 2963/4371 67% [========================================== ] 2964/4371 67% [========================================== ] 2965/4371 67% [========================================== ] 2966/4371 67% [========================================== ] 2967/4371 67% [========================================== ] 2968/4371 67% [========================================== ] 2969/4371 67% [========================================== ] 2970/4371 67% [========================================== ] 2971/4371 67% [========================================== ] 2972/4371 67% [========================================== ] 2973/4371 68% [========================================== ] 2974/4371 68% [========================================== ] 2975/4371 68% [========================================== ] 2976/4371 68% [========================================== ] 2977/4371 68% [========================================== ] 2978/4371 68% [========================================== ] 2979/4371 68% [========================================== ] 2980/4371 68% [========================================== ] 2981/4371 68% [========================================== ] 2982/4371 68% [========================================== ] 2983/4371 68% [========================================== ] 2984/4371 68% [========================================== ] 2985/4371 68% [========================================== ] 2986/4371 68% [========================================== ] 2987/4371 68% [========================================== ] 2988/4371 68% [========================================== ] 2989/4371 68% [========================================== ] 2990/4371 68% [========================================== ] 2991/4371 68% [========================================== ] 2992/4371 68% [========================================== ] 2993/4371 68% [========================================== ] 2994/4371 68% [========================================== ] 2995/4371 68% [========================================== ] 2996/4371 68% [========================================== ] 2997/4371 68% [========================================== ] 2998/4371 68% [========================================== ] 2999/4371 68% [========================================== ] 3000/4371 68% [========================================== ] 3001/4371 68% [========================================== ] 3002/4371 68% [========================================== ] 3003/4371 68% [========================================== ] 3004/4371 68% [========================================== ] 3005/4371 68% [========================================== ] 3006/4371 68% [========================================== ] 3007/4371 68% [========================================== ] 3008/4371 68% [========================================== ] 3009/4371 68% [========================================== ] 3010/4371 68% [========================================== ] 3011/4371 68% [========================================== ] 3012/4371 68% [========================================== ] 3013/4371 68% [========================================== ] 3014/4371 68% [========================================== ] 3015/4371 68% [========================================== ] 3016/4371 69% [========================================== ] 3017/4371 69% [========================================== ] 3018/4371 69% [========================================== ] 3019/4371 69% [========================================== ] 3020/4371 69% [========================================== ] 3021/4371 69% [========================================== ] 3022/4371 69% [========================================== ] 3023/4371 69% [========================================== ] 3024/4371 69% [========================================== ] 3025/4371 69% [========================================== ] 3026/4371 69% [========================================== ] 3027/4371 69% [========================================== ] 3028/4371 69% [========================================== ] 3029/4371 69% [========================================== ] 3030/4371 69% [========================================== ] 3031/4371 69% [=========================================== ] 3032/4371 69% [=========================================== ] 3033/4371 69% [=========================================== ] 3034/4371 69% [=========================================== ] 3035/4371 69% [=========================================== ] 3036/4371 69% [=========================================== ] 3037/4371 69% [=========================================== ] 3038/4371 69% [=========================================== ] 3039/4371 69% [=========================================== ] 3040/4371 69% [=========================================== ] 3041/4371 69% [=========================================== ] 3042/4371 69% [=========================================== ] 3043/4371 69% [=========================================== ] 3044/4371 69% [=========================================== ] 3045/4371 69% [=========================================== ] 3046/4371 69% [=========================================== ] 3047/4371 69% [=========================================== ] 3048/4371 69% [=========================================== ] 3049/4371 69% [=========================================== ] 3050/4371 69% [=========================================== ] 3051/4371 69% [=========================================== ] 3052/4371 69% [=========================================== ] 3053/4371 69% [=========================================== ] 3054/4371 69% [=========================================== ] 3055/4371 69% [=========================================== ] 3056/4371 69% [=========================================== ] 3057/4371 69% [=========================================== ] 3058/4371 69% [=========================================== ] 3059/4371 69% [=========================================== ] 3060/4371 70% [=========================================== ] 3061/4371 70% [=========================================== ] 3062/4371 70% [=========================================== ] 3063/4371 70% [=========================================== ] 3064/4371 70% [=========================================== ] 3065/4371 70% [=========================================== ] 3066/4371 70% [=========================================== ] 3067/4371 70% [=========================================== ] 3068/4371 70% [=========================================== ] 3069/4371 70% [=========================================== ] 3070/4371 70% [=========================================== ] 3071/4371 70% [=========================================== ] 3072/4371 70% [=========================================== ] 3073/4371 70% [=========================================== ] 3074/4371 70% [=========================================== ] 3075/4371 70% [=========================================== ] 3076/4371 70% [=========================================== ] 3077/4371 70% [=========================================== ] 3078/4371 70% [=========================================== ] 3079/4371 70% [=========================================== ] 3080/4371 70% [=========================================== ] 3081/4371 70% [=========================================== ] 3082/4371 70% [=========================================== ] 3083/4371 70% [=========================================== ] 3084/4371 70% [=========================================== ] 3085/4371 70% [=========================================== ] 3086/4371 70% [=========================================== ] 3087/4371 70% [=========================================== ] 3088/4371 70% [=========================================== ] 3089/4371 70% [=========================================== ] 3090/4371 70% [=========================================== ] 3091/4371 70% [=========================================== ] 3092/4371 70% [=========================================== ] 3093/4371 70% [=========================================== ] 3094/4371 70% [=========================================== ] 3095/4371 70% [=========================================== ] 3096/4371 70% [=========================================== ] 3097/4371 70% [=========================================== ] 3098/4371 70% [=========================================== ] 3099/4371 70% [=========================================== ] 3100/4371 70% [=========================================== ] 3101/4371 70% [============================================ ] 3102/4371 70% [============================================ ] 3103/4371 70% [============================================ ] 3104/4371 71% [============================================ ] 3105/4371 71% [============================================ ] 3106/4371 71% [============================================ ] 3107/4371 71% [============================================ ] 3108/4371 71% [============================================ ] 3109/4371 71% [============================================ ] 3110/4371 71% [============================================ ] 3111/4371 71% [============================================ ] 3112/4371 71% [============================================ ] 3113/4371 71% [============================================ ] 3114/4371 71% [============================================ ] 3115/4371 71% [============================================ ] 3116/4371 71% [============================================ ] 3117/4371 71% [============================================ ] 3118/4371 71% [============================================ ] 3119/4371 71% [============================================ ] 3120/4371 71% [============================================ ] 3121/4371 71% [============================================ ] 3122/4371 71% [============================================ ] 3123/4371 71% [============================================ ] 3124/4371 71% [============================================ ] 3125/4371 71% [============================================ ] 3126/4371 71% [============================================ ] 3127/4371 71% [============================================ ] 3128/4371 71% [============================================ ] 3129/4371 71% [============================================ ] 3130/4371 71% [============================================ ] 3131/4371 71% [============================================ ] 3132/4371 71% [============================================ ] 3133/4371 71% [============================================ ] 3134/4371 71% [============================================ ] 3135/4371 71% [============================================ ] 3136/4371 71% [============================================ ] 3137/4371 71% [============================================ ] 3138/4371 71% [============================================ ] 3139/4371 71% [============================================ ] 3140/4371 71% [============================================ ] 3141/4371 71% [============================================ ] 3142/4371 71% [============================================ ] 3143/4371 71% [============================================ ] 3144/4371 71% [============================================ ] 3145/4371 71% [============================================ ] 3146/4371 71% [============================================ ] 3147/4371 71% [============================================ ] 3148/4371 72% [============================================ ] 3149/4371 72% [============================================ ] 3150/4371 72% [============================================ ] 3151/4371 72% [============================================ ] 3152/4371 72% [============================================ ] 3153/4371 72% [============================================ ] 3154/4371 72% [============================================ ] 3155/4371 72% [============================================ ] 3156/4371 72% [============================================ ] 3157/4371 72% [============================================ ] 3158/4371 72% [============================================ ] 3159/4371 72% [============================================ ] 3160/4371 72% [============================================ ] 3161/4371 72% [============================================ ] 3162/4371 72% [============================================ ] 3163/4371 72% [============================================ ] 3164/4371 72% [============================================ ] 3165/4371 72% [============================================ ] 3166/4371 72% [============================================ ] 3167/4371 72% [============================================ ] 3168/4371 72% [============================================ ] 3169/4371 72% [============================================ ] 3170/4371 72% [============================================ ] 3171/4371 72% [============================================ ] 3172/4371 72% [============================================= ] 3173/4371 72% [============================================= ] 3174/4371 72% [============================================= ] 3175/4371 72% [============================================= ] 3176/4371 72% [============================================= ] 3177/4371 72% [============================================= ] 3178/4371 72% [============================================= ] 3179/4371 72% [============================================= ] 3180/4371 72% [============================================= ] 3181/4371 72% [============================================= ] 3182/4371 72% [============================================= ] 3183/4371 72% [============================================= ] 3184/4371 72% [============================================= ] 3185/4371 72% [============================================= ] 3186/4371 72% [============================================= ] 3187/4371 72% [============================================= ] 3188/4371 72% [============================================= ] 3189/4371 72% [============================================= ] 3190/4371 72% [============================================= ] 3191/4371 73% [============================================= ] 3192/4371 73% [============================================= ] 3193/4371 73% [============================================= ] 3194/4371 73% [============================================= ] 3195/4371 73% [============================================= ] 3196/4371 73% [============================================= ] 3197/4371 73% [============================================= ] 3198/4371 73% [============================================= ] 3199/4371 73% [============================================= ] 3200/4371 73% [============================================= ] 3201/4371 73% [============================================= ] 3202/4371 73% [============================================= ] 3203/4371 73% [============================================= ] 3204/4371 73% [============================================= ] 3205/4371 73% [============================================= ] 3206/4371 73% [============================================= ] 3207/4371 73% [============================================= ] 3208/4371 73% [============================================= ] 3209/4371 73% [============================================= ] 3210/4371 73% [============================================= ] 3211/4371 73% [============================================= ] 3212/4371 73% [============================================= ] 3213/4371 73% [============================================= ] 3214/4371 73% [============================================= ] 3215/4371 73% [============================================= ] 3216/4371 73% [============================================= ] 3217/4371 73% [============================================= ] 3218/4371 73% [============================================= ] 3219/4371 73% [============================================= ] 3220/4371 73% [============================================= ] 3221/4371 73% [============================================= ] 3222/4371 73% [============================================= ] 3223/4371 73% [============================================= ] 3224/4371 73% [============================================= ] 3225/4371 73% [============================================= ] 3226/4371 73% [============================================= ] 3227/4371 73% [============================================= ] 3228/4371 73% [============================================= ] 3229/4371 73% [============================================= ] 3230/4371 73% [============================================= ] 3231/4371 73% [============================================= ] 3232/4371 73% [============================================= ] 3233/4371 73% [============================================= ] 3234/4371 73% [============================================= ] 3235/4371 74% [============================================= ] 3236/4371 74% [============================================= ] 3237/4371 74% [============================================= ] 3238/4371 74% [============================================= ] 3239/4371 74% [============================================= ] 3240/4371 74% [============================================= ] 3241/4371 74% [============================================= ] 3242/4371 74% [============================================== ] 3243/4371 74% [============================================== ] 3244/4371 74% [============================================== ] 3245/4371 74% [============================================== ] 3246/4371 74% [============================================== ] 3247/4371 74% [============================================== ] 3248/4371 74% [============================================== ] 3249/4371 74% [============================================== ] 3250/4371 74% [============================================== ] 3251/4371 74% [============================================== ] 3252/4371 74% [============================================== ] 3253/4371 74% [============================================== ] 3254/4371 74% [============================================== ] 3255/4371 74% [============================================== ] 3256/4371 74% [============================================== ] 3257/4371 74% [============================================== ] 3258/4371 74% [============================================== ] 3259/4371 74% [============================================== ] 3260/4371 74% [============================================== ] 3261/4371 74% [============================================== ] 3262/4371 74% [============================================== ] 3263/4371 74% [============================================== ] 3264/4371 74% [============================================== ] 3265/4371 74% [============================================== ] 3266/4371 74% [============================================== ] 3267/4371 74% [============================================== ] 3268/4371 74% [============================================== ] 3269/4371 74% [============================================== ] 3270/4371 74% [============================================== ] 3271/4371 74% [============================================== ] 3272/4371 74% [============================================== ] 3273/4371 74% [============================================== ] 3274/4371 74% [============================================== ] 3275/4371 74% [============================================== ] 3276/4371 74% [============================================== ] 3277/4371 74% [============================================== ] 3278/4371 74% [============================================== ] 3279/4371 75% [============================================== ] 3280/4371 75% [============================================== ] 3281/4371 75% [============================================== ] 3282/4371 75% [============================================== ] 3283/4371 75% [============================================== ] 3284/4371 75% [============================================== ] 3285/4371 75% [============================================== ] 3286/4371 75% [============================================== ] 3287/4371 75% [============================================== ] 3288/4371 75% [============================================== ] 3289/4371 75% [============================================== ] 3290/4371 75% [============================================== ] 3291/4371 75% [============================================== ] 3292/4371 75% [============================================== ] 3293/4371 75% [============================================== ] 3294/4371 75% [============================================== ] 3295/4371 75% [============================================== ] 3296/4371 75% [============================================== ] 3297/4371 75% [============================================== ] 3298/4371 75% [============================================== ] 3299/4371 75% [============================================== ] 3300/4371 75% [============================================== ] 3301/4371 75% [============================================== ] 3302/4371 75% [============================================== ] 3303/4371 75% [============================================== ] 3304/4371 75% [============================================== ] 3305/4371 75% [============================================== ] 3306/4371 75% [============================================== ] 3307/4371 75% [============================================== ] 3308/4371 75% [============================================== ] 3309/4371 75% [============================================== ] 3310/4371 75% [============================================== ] 3311/4371 75% [============================================== ] 3312/4371 75% [============================================== ] 3313/4371 75% [=============================================== ] 3314/4371 75% [=============================================== ] 3315/4371 75% [=============================================== ] 3316/4371 75% [=============================================== ] 3317/4371 75% [=============================================== ] 3318/4371 75% [=============================================== ] 3319/4371 75% [=============================================== ] 3320/4371 75% [=============================================== ] 3321/4371 75% [=============================================== ] 3322/4371 76% [=============================================== ] 3323/4371 76% [=============================================== ] 3324/4371 76% [=============================================== ] 3325/4371 76% [=============================================== ] 3326/4371 76% [=============================================== ] 3327/4371 76% [=============================================== ] 3328/4371 76% [=============================================== ] 3329/4371 76% [=============================================== ] 3330/4371 76% [=============================================== ] 3331/4371 76% [=============================================== ] 3332/4371 76% [=============================================== ] 3333/4371 76% [=============================================== ] 3334/4371 76% [=============================================== ] 3335/4371 76% [=============================================== ] 3336/4371 76% [=============================================== ] 3337/4371 76% [=============================================== ] 3338/4371 76% [=============================================== ] 3339/4371 76% [=============================================== ] 3340/4371 76% [=============================================== ] 3341/4371 76% [=============================================== ] 3342/4371 76% [=============================================== ] 3343/4371 76% [=============================================== ] 3344/4371 76% [=============================================== ] 3345/4371 76% [=============================================== ] 3346/4371 76% [=============================================== ] 3347/4371 76% [=============================================== ] 3348/4371 76% [=============================================== ] 3349/4371 76% [=============================================== ] 3350/4371 76% [=============================================== ] 3351/4371 76% [=============================================== ] 3352/4371 76% [=============================================== ] 3353/4371 76% [=============================================== ] 3354/4371 76% [=============================================== ] 3355/4371 76% [=============================================== ] 3356/4371 76% [=============================================== ] 3357/4371 76% [=============================================== ] 3358/4371 76% [=============================================== ] 3359/4371 76% [=============================================== ] 3360/4371 76% [=============================================== ] 3361/4371 76% [=============================================== ] 3362/4371 76% [=============================================== ] 3363/4371 76% [=============================================== ] 3364/4371 76% [=============================================== ] 3365/4371 76% [=============================================== ] 3366/4371 77% [=============================================== ] 3367/4371 77% [=============================================== ] 3368/4371 77% [=============================================== ] 3369/4371 77% [=============================================== ] 3370/4371 77% [=============================================== ] 3371/4371 77% [=============================================== ] 3372/4371 77% [=============================================== ] 3373/4371 77% [=============================================== ] 3374/4371 77% [=============================================== ] 3375/4371 77% [=============================================== ] 3376/4371 77% [=============================================== ] 3377/4371 77% [=============================================== ] 3378/4371 77% [=============================================== ] 3379/4371 77% [=============================================== ] 3380/4371 77% [=============================================== ] 3381/4371 77% [=============================================== ] 3382/4371 77% [=============================================== ] 3383/4371 77% [================================================ ] 3384/4371 77% [================================================ ] 3385/4371 77% [================================================ ] 3386/4371 77% [================================================ ] 3387/4371 77% [================================================ ] 3388/4371 77% [================================================ ] 3389/4371 77% [================================================ ] 3390/4371 77% [================================================ ] 3391/4371 77% [================================================ ] 3392/4371 77% [================================================ ] 3393/4371 77% [================================================ ] 3394/4371 77% [================================================ ] 3395/4371 77% [================================================ ] 3396/4371 77% [================================================ ] 3397/4371 77% [================================================ ] 3398/4371 77% [================================================ ] 3399/4371 77% [================================================ ] 3400/4371 77% [================================================ ] 3401/4371 77% [================================================ ] 3402/4371 77% [================================================ ] 3403/4371 77% [================================================ ] 3404/4371 77% [================================================ ] 3405/4371 77% [================================================ ] 3406/4371 77% [================================================ ] 3407/4371 77% [================================================ ] 3408/4371 77% [================================================ ] 3409/4371 77% [================================================ ] 3410/4371 78% [================================================ ] 3411/4371 78% [================================================ ] 3412/4371 78% [================================================ ] 3413/4371 78% [================================================ ] 3414/4371 78% [================================================ ] 3415/4371 78% [================================================ ] 3416/4371 78% [================================================ ] 3417/4371 78% [================================================ ] 3418/4371 78% [================================================ ] 3419/4371 78% [================================================ ] 3420/4371 78% [================================================ ] 3421/4371 78% [================================================ ] 3422/4371 78% [================================================ ] 3423/4371 78% [================================================ ] 3424/4371 78% [================================================ ] 3425/4371 78% [================================================ ] 3426/4371 78% [================================================ ] 3427/4371 78% [================================================ ] 3428/4371 78% [================================================ ] 3429/4371 78% [================================================ ] 3430/4371 78% [================================================ ] 3431/4371 78% [================================================ ] 3432/4371 78% [================================================ ] 3433/4371 78% [================================================ ] 3434/4371 78% [================================================ ] 3435/4371 78% [================================================ ] 3436/4371 78% [================================================ ] 3437/4371 78% [================================================ ] 3438/4371 78% [================================================ ] 3439/4371 78% [================================================ ] 3440/4371 78% [================================================ ] 3441/4371 78% [================================================ ] 3442/4371 78% [================================================ ] 3443/4371 78% [================================================ ] 3444/4371 78% [================================================ ] 3445/4371 78% [================================================ ] 3446/4371 78% [================================================ ] 3447/4371 78% [================================================ ] 3448/4371 78% [================================================ ] 3449/4371 78% [================================================ ] 3450/4371 78% [================================================ ] 3451/4371 78% [================================================ ] 3452/4371 78% [================================================ ] 3453/4371 78% [================================================ ] 3454/4371 79% [================================================= ] 3455/4371 79% [================================================= ] 3456/4371 79% [================================================= ] 3457/4371 79% [================================================= ] 3458/4371 79% [================================================= ] 3459/4371 79% [================================================= ] 3460/4371 79% [================================================= ] 3461/4371 79% [================================================= ] 3462/4371 79% [================================================= ] 3463/4371 79% [================================================= ] 3464/4371 79% [================================================= ] 3465/4371 79% [================================================= ] 3466/4371 79% [================================================= ] 3467/4371 79% [================================================= ] 3468/4371 79% [================================================= ] 3469/4371 79% [================================================= ] 3470/4371 79% [================================================= ] 3471/4371 79% [================================================= ] 3472/4371 79% [================================================= ] 3473/4371 79% [================================================= ] 3474/4371 79% [================================================= ] 3475/4371 79% [================================================= ] 3476/4371 79% [================================================= ] 3477/4371 79% [================================================= ] 3478/4371 79% [================================================= ] 3479/4371 79% [================================================= ] 3480/4371 79% [================================================= ] 3481/4371 79% [================================================= ] 3482/4371 79% [================================================= ] 3483/4371 79% [================================================= ] 3484/4371 79% [================================================= ] 3485/4371 79% [================================================= ] 3486/4371 79% [================================================= ] 3487/4371 79% [================================================= ] 3488/4371 79% [================================================= ] 3489/4371 79% [================================================= ] 3490/4371 79% [================================================= ] 3491/4371 79% [================================================= ] 3492/4371 79% [================================================= ] 3493/4371 79% [================================================= ] 3494/4371 79% [================================================= ] 3495/4371 79% [================================================= ] 3496/4371 79% [================================================= ] 3497/4371 80% [================================================= ] 3498/4371 80% [================================================= ] 3499/4371 80% [================================================= ] 3500/4371 80% [================================================= ] 3501/4371 80% [================================================= ] 3502/4371 80% [================================================= ] 3503/4371 80% [================================================= ] 3504/4371 80% [================================================= ] 3505/4371 80% [================================================= ] 3506/4371 80% [================================================= ] 3507/4371 80% [================================================= ] 3508/4371 80% [================================================= ] 3509/4371 80% [================================================= ] 3510/4371 80% [================================================= ] 3511/4371 80% [================================================= ] 3512/4371 80% [================================================= ] 3513/4371 80% [================================================= ] 3514/4371 80% [================================================= ] 3515/4371 80% [================================================= ] 3516/4371 80% [================================================= ] 3517/4371 80% [================================================= ] 3518/4371 80% [================================================= ] 3519/4371 80% [================================================= ] 3520/4371 80% [================================================= ] 3521/4371 80% [================================================= ] 3522/4371 80% [================================================= ] 3523/4371 80% [================================================= ] 3524/4371 80% [================================================== ] 3525/4371 80% [================================================== ] 3526/4371 80% [================================================== ] 3527/4371 80% [================================================== ] 3528/4371 80% [================================================== ] 3529/4371 80% [================================================== ] 3530/4371 80% [================================================== ] 3531/4371 80% [================================================== ] 3532/4371 80% [================================================== ] 3533/4371 80% [================================================== ] 3534/4371 80% [================================================== ] 3535/4371 80% [================================================== ] 3536/4371 80% [================================================== ] 3537/4371 80% [================================================== ] 3538/4371 80% [================================================== ] 3539/4371 80% [================================================== ] 3540/4371 80% [================================================== ] 3541/4371 81% [================================================== ] 3542/4371 81% [================================================== ] 3543/4371 81% [================================================== ] 3544/4371 81% [================================================== ] 3545/4371 81% [================================================== ] 3546/4371 81% [================================================== ] 3547/4371 81% [================================================== ] 3548/4371 81% [================================================== ] 3549/4371 81% [================================================== ] 3550/4371 81% [================================================== ] 3551/4371 81% [================================================== ] 3552/4371 81% [================================================== ] 3553/4371 81% [================================================== ] 3554/4371 81% [================================================== ] 3555/4371 81% [================================================== ] 3556/4371 81% [================================================== ] 3557/4371 81% [================================================== ] 3558/4371 81% [================================================== ] 3559/4371 81% [================================================== ] 3560/4371 81% [================================================== ] 3561/4371 81% [================================================== ] 3562/4371 81% [================================================== ] 3563/4371 81% [================================================== ] 3564/4371 81% [================================================== ] 3565/4371 81% [================================================== ] 3566/4371 81% [================================================== ] 3567/4371 81% [================================================== ] 3568/4371 81% [================================================== ] 3569/4371 81% [================================================== ] 3570/4371 81% [================================================== ] 3571/4371 81% [================================================== ] 3572/4371 81% [================================================== ] 3573/4371 81% [================================================== ] 3574/4371 81% [================================================== ] 3575/4371 81% [================================================== ] 3576/4371 81% [================================================== ] 3577/4371 81% [================================================== ] 3578/4371 81% [================================================== ] 3579/4371 81% [================================================== ] 3580/4371 81% [================================================== ] 3581/4371 81% [================================================== ] 3582/4371 81% [================================================== ] 3583/4371 81% [================================================== ] 3584/4371 81% [================================================== ] 3585/4371 82% [================================================== ] 3586/4371 82% [================================================== ] 3587/4371 82% [================================================== ] 3588/4371 82% [================================================== ] 3589/4371 82% [================================================== ] 3590/4371 82% [================================================== ] 3591/4371 82% [================================================== ] 3592/4371 82% [================================================== ] 3593/4371 82% [================================================== ] 3594/4371 82% [================================================== ] 3595/4371 82% [=================================================== ] 3596/4371 82% [=================================================== ] 3597/4371 82% [=================================================== ] 3598/4371 82% [=================================================== ] 3599/4371 82% [=================================================== ] 3600/4371 82% [=================================================== ] 3601/4371 82% [=================================================== ] 3602/4371 82% [=================================================== ] 3603/4371 82% [=================================================== ] 3604/4371 82% [=================================================== ] 3605/4371 82% [=================================================== ] 3606/4371 82% [=================================================== ] 3607/4371 82% [=================================================== ] 3608/4371 82% [=================================================== ] 3609/4371 82% [=================================================== ] 3610/4371 82% [=================================================== ] 3611/4371 82% [=================================================== ] 3612/4371 82% [=================================================== ] 3613/4371 82% [=================================================== ] 3614/4371 82% [=================================================== ] 3615/4371 82% [=================================================== ] 3616/4371 82% [=================================================== ] 3617/4371 82% [=================================================== ] 3618/4371 82% [=================================================== ] 3619/4371 82% [=================================================== ] 3620/4371 82% [=================================================== ] 3621/4371 82% [=================================================== ] 3622/4371 82% [=================================================== ] 3623/4371 82% [=================================================== ] 3624/4371 82% [=================================================== ] 3625/4371 82% [=================================================== ] 3626/4371 82% [=================================================== ] 3627/4371 82% [=================================================== ] 3628/4371 83% [=================================================== ] 3629/4371 83% [=================================================== ] 3630/4371 83% [=================================================== ] 3631/4371 83% [=================================================== ] 3632/4371 83% [=================================================== ] 3633/4371 83% [=================================================== ] 3634/4371 83% [=================================================== ] 3635/4371 83% [=================================================== ] 3636/4371 83% [=================================================== ] 3637/4371 83% [=================================================== ] 3638/4371 83% [=================================================== ] 3639/4371 83% [=================================================== ] 3640/4371 83% [=================================================== ] 3641/4371 83% [=================================================== ] 3642/4371 83% [=================================================== ] 3643/4371 83% [=================================================== ] 3644/4371 83% [=================================================== ] 3645/4371 83% [=================================================== ] 3646/4371 83% [=================================================== ] 3647/4371 83% [=================================================== ] 3648/4371 83% [=================================================== ] 3649/4371 83% [=================================================== ] 3650/4371 83% [=================================================== ] 3651/4371 83% [=================================================== ] 3652/4371 83% [=================================================== ] 3653/4371 83% [=================================================== ] 3654/4371 83% [=================================================== ] 3655/4371 83% [=================================================== ] 3656/4371 83% [=================================================== ] 3657/4371 83% [=================================================== ] 3658/4371 83% [=================================================== ] 3659/4371 83% [=================================================== ] 3660/4371 83% [=================================================== ] 3661/4371 83% [=================================================== ] 3662/4371 83% [=================================================== ] 3663/4371 83% [=================================================== ] 3664/4371 83% [=================================================== ] 3665/4371 83% [==================================================== ] 3666/4371 83% [==================================================== ] 3667/4371 83% [==================================================== ] 3668/4371 83% [==================================================== ] 3669/4371 83% [==================================================== ] 3670/4371 83% [==================================================== ] 3671/4371 83% [==================================================== ] 3672/4371 84% [==================================================== ] 3673/4371 84% [==================================================== ] 3674/4371 84% [==================================================== ] 3675/4371 84% [==================================================== ] 3676/4371 84% [==================================================== ] 3677/4371 84% [==================================================== ] 3678/4371 84% [==================================================== ] 3679/4371 84% [==================================================== ] 3680/4371 84% [==================================================== ] 3681/4371 84% [==================================================== ] 3682/4371 84% [==================================================== ] 3683/4371 84% [==================================================== ] 3684/4371 84% [==================================================== ] 3685/4371 84% [==================================================== ] 3686/4371 84% [==================================================== ] 3687/4371 84% [==================================================== ] 3688/4371 84% [==================================================== ] 3689/4371 84% [==================================================== ] 3690/4371 84% [==================================================== ] 3691/4371 84% [==================================================== ] 3692/4371 84% [==================================================== ] 3693/4371 84% [==================================================== ] 3694/4371 84% [==================================================== ] 3695/4371 84% [==================================================== ] 3696/4371 84% [==================================================== ] 3697/4371 84% [==================================================== ] 3698/4371 84% [==================================================== ] 3699/4371 84% [==================================================== ] 3700/4371 84% [==================================================== ] 3701/4371 84% [==================================================== ] 3702/4371 84% [==================================================== ] 3703/4371 84% [==================================================== ] 3704/4371 84% [==================================================== ] 3705/4371 84% [==================================================== ] 3706/4371 84% [==================================================== ] 3707/4371 84% [==================================================== ] 3708/4371 84% [==================================================== ] 3709/4371 84% [==================================================== ] 3710/4371 84% [==================================================== ] 3711/4371 84% [==================================================== ] 3712/4371 84% [==================================================== ] 3713/4371 84% [==================================================== ] 3714/4371 84% [==================================================== ] 3715/4371 84% [==================================================== ] 3716/4371 85% [==================================================== ] 3717/4371 85% [==================================================== ] 3718/4371 85% [==================================================== ] 3719/4371 85% [==================================================== ] 3720/4371 85% [==================================================== ] 3721/4371 85% [==================================================== ] 3722/4371 85% [==================================================== ] 3723/4371 85% [==================================================== ] 3724/4371 85% [==================================================== ] 3725/4371 85% [==================================================== ] 3726/4371 85% [==================================================== ] 3727/4371 85% [==================================================== ] 3728/4371 85% [==================================================== ] 3729/4371 85% [==================================================== ] 3730/4371 85% [==================================================== ] 3731/4371 85% [==================================================== ] 3732/4371 85% [==================================================== ] 3733/4371 85% [==================================================== ] 3734/4371 85% [==================================================== ] 3735/4371 85% [==================================================== ] 3736/4371 85% [===================================================== ] 3737/4371 85% [===================================================== ] 3738/4371 85% [===================================================== ] 3739/4371 85% [===================================================== ] 3740/4371 85% [===================================================== ] 3741/4371 85% [===================================================== ] 3742/4371 85% [===================================================== ] 3743/4371 85% [===================================================== ] 3744/4371 85% [===================================================== ] 3745/4371 85% [===================================================== ] 3746/4371 85% [===================================================== ] 3747/4371 85% [===================================================== ] 3748/4371 85% [===================================================== ] 3749/4371 85% [===================================================== ] 3750/4371 85% [===================================================== ] 3751/4371 85% [===================================================== ] 3752/4371 85% [===================================================== ] 3753/4371 85% [===================================================== ] 3754/4371 85% [===================================================== ] 3755/4371 85% [===================================================== ] 3756/4371 85% [===================================================== ] 3757/4371 85% [===================================================== ] 3758/4371 85% [===================================================== ] 3759/4371 85% [===================================================== ] 3760/4371 86% [===================================================== ] 3761/4371 86% [===================================================== ] 3762/4371 86% [===================================================== ] 3763/4371 86% [===================================================== ] 3764/4371 86% [===================================================== ] 3765/4371 86% [===================================================== ] 3766/4371 86% [===================================================== ] 3767/4371 86% [===================================================== ] 3768/4371 86% [===================================================== ] 3769/4371 86% [===================================================== ] 3770/4371 86% [===================================================== ] 3771/4371 86% [===================================================== ] 3772/4371 86% [===================================================== ] 3773/4371 86% [===================================================== ] 3774/4371 86% [===================================================== ] 3775/4371 86% [===================================================== ] 3776/4371 86% [===================================================== ] 3777/4371 86% [===================================================== ] 3778/4371 86% [===================================================== ] 3779/4371 86% [===================================================== ] 3780/4371 86% [===================================================== ] 3781/4371 86% [===================================================== ] 3782/4371 86% [===================================================== ] 3783/4371 86% [===================================================== ] 3784/4371 86% [===================================================== ] 3785/4371 86% [===================================================== ] 3786/4371 86% [===================================================== ] 3787/4371 86% [===================================================== ] 3788/4371 86% [===================================================== ] 3789/4371 86% [===================================================== ] 3790/4371 86% [===================================================== ] 3791/4371 86% [===================================================== ] 3792/4371 86% [===================================================== ] 3793/4371 86% [===================================================== ] 3794/4371 86% [===================================================== ] 3795/4371 86% [===================================================== ] 3796/4371 86% [===================================================== ] 3797/4371 86% [===================================================== ] 3798/4371 86% [===================================================== ] 3799/4371 86% [===================================================== ] 3800/4371 86% [===================================================== ] 3801/4371 86% [===================================================== ] 3802/4371 86% [===================================================== ] 3803/4371 87% [===================================================== ] 3804/4371 87% [===================================================== ] 3805/4371 87% [===================================================== ] 3806/4371 87% [====================================================== ] 3807/4371 87% [====================================================== ] 3808/4371 87% [====================================================== ] 3809/4371 87% [====================================================== ] 3810/4371 87% [====================================================== ] 3811/4371 87% [====================================================== ] 3812/4371 87% [====================================================== ] 3813/4371 87% [====================================================== ] 3814/4371 87% [====================================================== ] 3815/4371 87% [====================================================== ] 3816/4371 87% [====================================================== ] 3817/4371 87% [====================================================== ] 3818/4371 87% [====================================================== ] 3819/4371 87% [====================================================== ] 3820/4371 87% [====================================================== ] 3821/4371 87% [====================================================== ] 3822/4371 87% [====================================================== ] 3823/4371 87% [====================================================== ] 3824/4371 87% [====================================================== ] 3825/4371 87% [====================================================== ] 3826/4371 87% [====================================================== ] 3827/4371 87% [====================================================== ] 3828/4371 87% [====================================================== ] 3829/4371 87% [====================================================== ] 3830/4371 87% [====================================================== ] 3831/4371 87% [====================================================== ] 3832/4371 87% [====================================================== ] 3833/4371 87% [====================================================== ] 3834/4371 87% [====================================================== ] 3835/4371 87% [====================================================== ] 3836/4371 87% [====================================================== ] 3837/4371 87% [====================================================== ] 3838/4371 87% [====================================================== ] 3839/4371 87% [====================================================== ] 3840/4371 87% [====================================================== ] 3841/4371 87% [====================================================== ] 3842/4371 87% [====================================================== ] 3843/4371 87% [====================================================== ] 3844/4371 87% [====================================================== ] 3845/4371 87% [====================================================== ] 3846/4371 87% [====================================================== ] 3847/4371 88% [====================================================== ] 3848/4371 88% [====================================================== ] 3849/4371 88% [====================================================== ] 3850/4371 88% [====================================================== ] 3851/4371 88% [====================================================== ] 3852/4371 88% [====================================================== ] 3853/4371 88% [====================================================== ] 3854/4371 88% [====================================================== ] 3855/4371 88% [====================================================== ] 3856/4371 88% [====================================================== ] 3857/4371 88% [====================================================== ] 3858/4371 88% [====================================================== ] 3859/4371 88% [====================================================== ] 3860/4371 88% [====================================================== ] 3861/4371 88% [====================================================== ] 3862/4371 88% [====================================================== ] 3863/4371 88% [====================================================== ] 3864/4371 88% [====================================================== ] 3865/4371 88% [====================================================== ] 3866/4371 88% [====================================================== ] 3867/4371 88% [====================================================== ] 3868/4371 88% [====================================================== ] 3869/4371 88% [====================================================== ] 3870/4371 88% [====================================================== ] 3871/4371 88% [====================================================== ] 3872/4371 88% [====================================================== ] 3873/4371 88% [====================================================== ] 3874/4371 88% [====================================================== ] 3875/4371 88% [====================================================== ] 3876/4371 88% [====================================================== ] 3877/4371 88% [======================================================= ] 3878/4371 88% [======================================================= ] 3879/4371 88% [======================================================= ] 3880/4371 88% [======================================================= ] 3881/4371 88% [======================================================= ] 3882/4371 88% [======================================================= ] 3883/4371 88% [======================================================= ] 3884/4371 88% [======================================================= ] 3885/4371 88% [======================================================= ] 3886/4371 88% [======================================================= ] 3887/4371 88% [======================================================= ] 3888/4371 88% [======================================================= ] 3889/4371 88% [======================================================= ] 3890/4371 88% [======================================================= ] 3891/4371 89% [======================================================= ] 3892/4371 89% [======================================================= ] 3893/4371 89% [======================================================= ] 3894/4371 89% [======================================================= ] 3895/4371 89% [======================================================= ] 3896/4371 89% [======================================================= ] 3897/4371 89% [======================================================= ] 3898/4371 89% [======================================================= ] 3899/4371 89% [======================================================= ] 3900/4371 89% [======================================================= ] 3901/4371 89% [======================================================= ] 3902/4371 89% [======================================================= ] 3903/4371 89% [======================================================= ] 3904/4371 89% [======================================================= ] 3905/4371 89% [======================================================= ] 3906/4371 89% [======================================================= ] 3907/4371 89% [======================================================= ] 3908/4371 89% [======================================================= ] 3909/4371 89% [======================================================= ] 3910/4371 89% [======================================================= ] 3911/4371 89% [======================================================= ] 3912/4371 89% [======================================================= ] 3913/4371 89% [======================================================= ] 3914/4371 89% [======================================================= ] 3915/4371 89% [======================================================= ] 3916/4371 89% [======================================================= ] 3917/4371 89% [======================================================= ] 3918/4371 89% [======================================================= ] 3919/4371 89% [======================================================= ] 3920/4371 89% [======================================================= ] 3921/4371 89% [======================================================= ] 3922/4371 89% [======================================================= ] 3923/4371 89% [======================================================= ] 3924/4371 89% [======================================================= ] 3925/4371 89% [======================================================= ] 3926/4371 89% [======================================================= ] 3927/4371 89% [======================================================= ] 3928/4371 89% [======================================================= ] 3929/4371 89% [======================================================= ] 3930/4371 89% [======================================================= ] 3931/4371 89% [======================================================= ] 3932/4371 89% [======================================================= ] 3933/4371 89% [======================================================= ] 3934/4371 90% [======================================================= ] 3935/4371 90% [======================================================= ] 3936/4371 90% [======================================================= ] 3937/4371 90% [======================================================= ] 3938/4371 90% [======================================================= ] 3939/4371 90% [======================================================= ] 3940/4371 90% [======================================================= ] 3941/4371 90% [======================================================= ] 3942/4371 90% [======================================================= ] 3943/4371 90% [======================================================= ] 3944/4371 90% [======================================================= ] 3945/4371 90% [======================================================= ] 3946/4371 90% [======================================================= ] 3947/4371 90% [======================================================== ] 3948/4371 90% [======================================================== ] 3949/4371 90% [======================================================== ] 3950/4371 90% [======================================================== ] 3951/4371 90% [======================================================== ] 3952/4371 90% [======================================================== ] 3953/4371 90% [======================================================== ] 3954/4371 90% [======================================================== ] 3955/4371 90% [======================================================== ] 3956/4371 90% [======================================================== ] 3957/4371 90% [======================================================== ] 3958/4371 90% [======================================================== ] 3959/4371 90% [======================================================== ] 3960/4371 90% [======================================================== ] 3961/4371 90% [======================================================== ] 3962/4371 90% [======================================================== ] 3963/4371 90% [======================================================== ] 3964/4371 90% [======================================================== ] 3965/4371 90% [======================================================== ] 3966/4371 90% [======================================================== ] 3967/4371 90% [======================================================== ] 3968/4371 90% [======================================================== ] 3969/4371 90% [======================================================== ] 3970/4371 90% [======================================================== ] 3971/4371 90% [======================================================== ] 3972/4371 90% [======================================================== ] 3973/4371 90% [======================================================== ] 3974/4371 90% [======================================================== ] 3975/4371 90% [======================================================== ] 3976/4371 90% [======================================================== ] 3977/4371 90% [======================================================== ] 3978/4371 91% [======================================================== ] 3979/4371 91% [======================================================== ] 3980/4371 91% [======================================================== ] 3981/4371 91% [======================================================== ] 3982/4371 91% [======================================================== ] 3983/4371 91% [======================================================== ] 3984/4371 91% [======================================================== ] 3985/4371 91% [======================================================== ] 3986/4371 91% [======================================================== ] 3987/4371 91% [======================================================== ] 3988/4371 91% [======================================================== ] 3989/4371 91% [======================================================== ] 3990/4371 91% [======================================================== ] 3991/4371 91% [======================================================== ] 3992/4371 91% [======================================================== ] 3993/4371 91% [======================================================== ] 3994/4371 91% [======================================================== ] 3995/4371 91% [======================================================== ] 3996/4371 91% [======================================================== ] 3997/4371 91% [======================================================== ] 3998/4371 91% [======================================================== ] 3999/4371 91% [======================================================== ] 4000/4371 91% [======================================================== ] 4001/4371 91% [======================================================== ] 4002/4371 91% [======================================================== ] 4003/4371 91% [======================================================== ] 4004/4371 91% [======================================================== ] 4005/4371 91% [======================================================== ] 4006/4371 91% [======================================================== ] 4007/4371 91% [======================================================== ] 4008/4371 91% [======================================================== ] 4009/4371 91% [======================================================== ] 4010/4371 91% [======================================================== ] 4011/4371 91% [======================================================== ] 4012/4371 91% [======================================================== ] 4013/4371 91% [======================================================== ] 4014/4371 91% [======================================================== ] 4015/4371 91% [======================================================== ] 4016/4371 91% [======================================================== ] 4017/4371 91% [======================================================== ] 4018/4371 91% [========================================================= ] 4019/4371 91% [========================================================= ] 4020/4371 91% [========================================================= ] 4021/4371 91% [========================================================= ] 4022/4371 92% [========================================================= ] 4023/4371 92% [========================================================= ] 4024/4371 92% [========================================================= ] 4025/4371 92% [========================================================= ] 4026/4371 92% [========================================================= ] 4027/4371 92% [========================================================= ] 4028/4371 92% [========================================================= ] 4029/4371 92% [========================================================= ] 4030/4371 92% [========================================================= ] 4031/4371 92% [========================================================= ] 4032/4371 92% [========================================================= ] 4033/4371 92% [========================================================= ] 4034/4371 92% [========================================================= ] 4035/4371 92% [========================================================= ] 4036/4371 92% [========================================================= ] 4037/4371 92% [========================================================= ] 4038/4371 92% [========================================================= ] 4039/4371 92% [========================================================= ] 4040/4371 92% [========================================================= ] 4041/4371 92% [========================================================= ] 4042/4371 92% [========================================================= ] 4043/4371 92% [========================================================= ] 4044/4371 92% [========================================================= ] 4045/4371 92% [========================================================= ] 4046/4371 92% [========================================================= ] 4047/4371 92% [========================================================= ] 4048/4371 92% [========================================================= ] 4049/4371 92% [========================================================= ] 4050/4371 92% [========================================================= ] 4051/4371 92% [========================================================= ] 4052/4371 92% [========================================================= ] 4053/4371 92% [========================================================= ] 4054/4371 92% [========================================================= ] 4055/4371 92% [========================================================= ] 4056/4371 92% [========================================================= ] 4057/4371 92% [========================================================= ] 4058/4371 92% [========================================================= ] 4059/4371 92% [========================================================= ] 4060/4371 92% [========================================================= ] 4061/4371 92% [========================================================= ] 4062/4371 92% [========================================================= ] 4063/4371 92% [========================================================= ] 4064/4371 92% [========================================================= ] 4065/4371 92% [========================================================= ] 4066/4371 93% [========================================================= ] 4067/4371 93% [========================================================= ] 4068/4371 93% [========================================================= ] 4069/4371 93% [========================================================= ] 4070/4371 93% [========================================================= ] 4071/4371 93% [========================================================= ] 4072/4371 93% [========================================================= ] 4073/4371 93% [========================================================= ] 4074/4371 93% [========================================================= ] 4075/4371 93% [========================================================= ] 4076/4371 93% [========================================================= ] 4077/4371 93% [========================================================= ] 4078/4371 93% [========================================================= ] 4079/4371 93% [========================================================= ] 4080/4371 93% [========================================================= ] 4081/4371 93% [========================================================= ] 4082/4371 93% [========================================================= ] 4083/4371 93% [========================================================= ] 4084/4371 93% [========================================================= ] 4085/4371 93% [========================================================= ] 4086/4371 93% [========================================================= ] 4087/4371 93% [========================================================= ] 4088/4371 93% [========================================================== ] 4089/4371 93% [========================================================== ] 4090/4371 93% [========================================================== ] 4091/4371 93% [========================================================== ] 4092/4371 93% [========================================================== ] 4093/4371 93% [========================================================== ] 4094/4371 93% [========================================================== ] 4095/4371 93% [========================================================== ] 4096/4371 93% [========================================================== ] 4097/4371 93% [========================================================== ] 4098/4371 93% [========================================================== ] 4099/4371 93% [========================================================== ] 4100/4371 93% [========================================================== ] 4101/4371 93% [========================================================== ] 4102/4371 93% [========================================================== ] 4103/4371 93% [========================================================== ] 4104/4371 93% [========================================================== ] 4105/4371 93% [========================================================== ] 4106/4371 93% [========================================================== ] 4107/4371 93% [========================================================== ] 4108/4371 93% [========================================================== ] 4109/4371 94% [========================================================== ] 4110/4371 94% [========================================================== ] 4111/4371 94% [========================================================== ] 4112/4371 94% [========================================================== ] 4113/4371 94% [========================================================== ] 4114/4371 94% [========================================================== ] 4115/4371 94% [========================================================== ] 4116/4371 94% [========================================================== ] 4117/4371 94% [========================================================== ] 4118/4371 94% [========================================================== ] 4119/4371 94% [========================================================== ] 4120/4371 94% [========================================================== ] 4121/4371 94% [========================================================== ] 4122/4371 94% [========================================================== ] 4123/4371 94% [========================================================== ] 4124/4371 94% [========================================================== ] 4125/4371 94% [========================================================== ] 4126/4371 94% [========================================================== ] 4127/4371 94% [========================================================== ] 4128/4371 94% [========================================================== ] 4129/4371 94% [========================================================== ] 4130/4371 94% [========================================================== ] 4131/4371 94% [========================================================== ] 4132/4371 94% [========================================================== ] 4133/4371 94% [========================================================== ] 4134/4371 94% [========================================================== ] 4135/4371 94% [========================================================== ] 4136/4371 94% [========================================================== ] 4137/4371 94% [========================================================== ] 4138/4371 94% [========================================================== ] 4139/4371 94% [========================================================== ] 4140/4371 94% [========================================================== ] 4141/4371 94% [========================================================== ] 4142/4371 94% [========================================================== ] 4143/4371 94% [========================================================== ] 4144/4371 94% [========================================================== ] 4145/4371 94% [========================================================== ] 4146/4371 94% [========================================================== ] 4147/4371 94% [========================================================== ] 4148/4371 94% [========================================================== ] 4149/4371 94% [========================================================== ] 4150/4371 94% [========================================================== ] 4151/4371 94% [========================================================== ] 4152/4371 94% [========================================================== ] 4153/4371 95% [========================================================== ] 4154/4371 95% [========================================================== ] 4155/4371 95% [========================================================== ] 4156/4371 95% [========================================================== ] 4157/4371 95% [========================================================== ] 4158/4371 95% [========================================================== ] 4159/4371 95% [=========================================================== ] 4160/4371 95% [=========================================================== ] 4161/4371 95% [=========================================================== ] 4162/4371 95% [=========================================================== ] 4163/4371 95% [=========================================================== ] 4164/4371 95% [=========================================================== ] 4165/4371 95% [=========================================================== ] 4166/4371 95% [=========================================================== ] 4167/4371 95% [=========================================================== ] 4168/4371 95% [=========================================================== ] 4169/4371 95% [=========================================================== ] 4170/4371 95% [=========================================================== ] 4171/4371 95% [=========================================================== ] 4172/4371 95% [=========================================================== ] 4173/4371 95% [=========================================================== ] 4174/4371 95% [=========================================================== ] 4175/4371 95% [=========================================================== ] 4176/4371 95% [=========================================================== ] 4177/4371 95% [=========================================================== ] 4178/4371 95% [=========================================================== ] 4179/4371 95% [=========================================================== ] 4180/4371 95% [=========================================================== ] 4181/4371 95% [=========================================================== ] 4182/4371 95% [=========================================================== ] 4183/4371 95% [=========================================================== ] 4184/4371 95% [=========================================================== ] 4185/4371 95% [=========================================================== ] 4186/4371 95% [=========================================================== ] 4187/4371 95% [=========================================================== ] 4188/4371 95% [=========================================================== ] 4189/4371 95% [=========================================================== ] 4190/4371 95% [=========================================================== ] 4191/4371 95% [=========================================================== ] 4192/4371 95% [=========================================================== ] 4193/4371 95% [=========================================================== ] 4194/4371 95% [=========================================================== ] 4195/4371 95% [=========================================================== ] 4196/4371 95% [=========================================================== ] 4197/4371 96% [=========================================================== ] 4198/4371 96% [=========================================================== ] 4199/4371 96% [=========================================================== ] 4200/4371 96% [=========================================================== ] 4201/4371 96% [=========================================================== ] 4202/4371 96% [=========================================================== ] 4203/4371 96% [=========================================================== ] 4204/4371 96% [=========================================================== ] 4205/4371 96% [=========================================================== ] 4206/4371 96% [=========================================================== ] 4207/4371 96% [=========================================================== ] 4208/4371 96% [=========================================================== ] 4209/4371 96% [=========================================================== ] 4210/4371 96% [=========================================================== ] 4211/4371 96% [=========================================================== ] 4212/4371 96% [=========================================================== ] 4213/4371 96% [=========================================================== ] 4214/4371 96% [=========================================================== ] 4215/4371 96% [=========================================================== ] 4216/4371 96% [=========================================================== ] 4217/4371 96% [=========================================================== ] 4218/4371 96% [=========================================================== ] 4219/4371 96% [=========================================================== ] 4220/4371 96% [=========================================================== ] 4221/4371 96% [=========================================================== ] 4222/4371 96% [=========================================================== ] 4223/4371 96% [=========================================================== ] 4224/4371 96% [=========================================================== ] 4225/4371 96% [=========================================================== ] 4226/4371 96% [=========================================================== ] 4227/4371 96% [=========================================================== ] 4228/4371 96% [=========================================================== ] 4229/4371 96% [============================================================ ] 4230/4371 96% [============================================================ ] 4231/4371 96% [============================================================ ] 4232/4371 96% [============================================================ ] 4233/4371 96% [============================================================ ] 4234/4371 96% [============================================================ ] 4235/4371 96% [============================================================ ] 4236/4371 96% [============================================================ ] 4237/4371 96% [============================================================ ] 4238/4371 96% [============================================================ ] 4239/4371 96% [============================================================ ] 4240/4371 97% [============================================================ ] 4241/4371 97% [============================================================ ] 4242/4371 97% [============================================================ ] 4243/4371 97% [============================================================ ] 4244/4371 97% [============================================================ ] 4245/4371 97% [============================================================ ] 4246/4371 97% [============================================================ ] 4247/4371 97% [============================================================ ] 4248/4371 97% [============================================================ ] 4249/4371 97% [============================================================ ] 4250/4371 97% [============================================================ ] 4251/4371 97% [============================================================ ] 4252/4371 97% [============================================================ ] 4253/4371 97% [============================================================ ] 4254/4371 97% [============================================================ ] 4255/4371 97% [============================================================ ] 4256/4371 97% [============================================================ ] 4257/4371 97% [============================================================ ] 4258/4371 97% [============================================================ ] 4259/4371 97% [============================================================ ] 4260/4371 97% [============================================================ ] 4261/4371 97% [============================================================ ] 4262/4371 97% [============================================================ ] 4263/4371 97% [============================================================ ] 4264/4371 97% [============================================================ ] 4265/4371 97% [============================================================ ] 4266/4371 97% [============================================================ ] 4267/4371 97% [============================================================ ] 4268/4371 97% [============================================================ ] 4269/4371 97% [============================================================ ] 4270/4371 97% [============================================================ ] 4271/4371 97% [============================================================ ] 4272/4371 97% [============================================================ ] 4273/4371 97% [============================================================ ] 4274/4371 97% [============================================================ ] 4275/4371 97% [============================================================ ] 4276/4371 97% [============================================================ ] 4277/4371 97% [============================================================ ] 4278/4371 97% [============================================================ ] 4279/4371 97% [============================================================ ] 4280/4371 97% [============================================================ ] 4281/4371 97% [============================================================ ] 4282/4371 97% [============================================================ ] 4283/4371 97% [============================================================ ] 4284/4371 98% [============================================================ ] 4285/4371 98% [============================================================ ] 4286/4371 98% [============================================================ ] 4287/4371 98% [============================================================ ] 4288/4371 98% [============================================================ ] 4289/4371 98% [============================================================ ] 4290/4371 98% [============================================================ ] 4291/4371 98% [============================================================ ] 4292/4371 98% [============================================================ ] 4293/4371 98% [============================================================ ] 4294/4371 98% [============================================================ ] 4295/4371 98% [============================================================ ] 4296/4371 98% [============================================================ ] 4297/4371 98% [============================================================ ] 4298/4371 98% [============================================================ ] 4299/4371 98% [============================================================ ] 4300/4371 98% [============================================================= ] 4301/4371 98% [============================================================= ] 4302/4371 98% [============================================================= ] 4303/4371 98% [============================================================= ] 4304/4371 98% [============================================================= ] 4305/4371 98% [============================================================= ] 4306/4371 98% [============================================================= ] 4307/4371 98% [============================================================= ] 4308/4371 98% [============================================================= ] 4309/4371 98% [============================================================= ] 4310/4371 98% [============================================================= ] 4311/4371 98% [============================================================= ] 4312/4371 98% [============================================================= ] 4313/4371 98% [============================================================= ] 4314/4371 98% [============================================================= ] 4315/4371 98% [============================================================= ] 4316/4371 98% [============================================================= ] 4317/4371 98% [============================================================= ] 4318/4371 98% [============================================================= ] 4319/4371 98% [============================================================= ] 4320/4371 98% [============================================================= ] 4321/4371 98% [============================================================= ] 4322/4371 98% [============================================================= ] 4323/4371 98% [============================================================= ] 4324/4371 98% [============================================================= ] 4325/4371 98% [============================================================= ] 4326/4371 98% [============================================================= ] 4327/4371 98% [============================================================= ] 4328/4371 99% [============================================================= ] 4329/4371 99% [============================================================= ] 4330/4371 99% [============================================================= ] 4331/4371 99% [============================================================= ] 4332/4371 99% [============================================================= ] 4333/4371 99% [============================================================= ] 4334/4371 99% [============================================================= ] 4335/4371 99% [============================================================= ] 4336/4371 99% [============================================================= ] 4337/4371 99% [============================================================= ] 4338/4371 99% [============================================================= ] 4339/4371 99% [============================================================= ] 4340/4371 99% [============================================================= ] 4341/4371 99% [============================================================= ] 4342/4371 99% [============================================================= ] 4343/4371 99% [============================================================= ] 4344/4371 99% [============================================================= ] 4345/4371 99% [============================================================= ] 4346/4371 99% [============================================================= ] 4347/4371 99% [============================================================= ] 4348/4371 99% [============================================================= ] 4349/4371 99% [============================================================= ] 4350/4371 99% [============================================================= ] 4351/4371 99% [============================================================= ] 4352/4371 99% [============================================================= ] 4353/4371 99% [============================================================= ] 4354/4371 99% [============================================================= ] 4355/4371 99% [============================================================= ] 4356/4371 99% [============================================================= ] 4357/4371 99% [============================================================= ] 4358/4371 99% [============================================================= ] 4359/4371 99% [============================================================= ] 4360/4371 99% [============================================================= ] 4361/4371 99% [============================================================= ] 4362/4371 99% [============================================================= ] 4363/4371 99% [============================================================= ] 4364/4371 99% [============================================================= ] 4365/4371 99% [============================================================= ] 4366/4371 99% [============================================================= ] 4367/4371 99% [============================================================= ] 4368/4371 99% [============================================================= ] 4369/4371 99% [============================================================= ] 4370/4371 99% [==============================================================] 4371/4371 100% operation complete, 4371 objects in 83173 NAND pages. ln -snf /home/autobuild/autobuild/instance-7/output-1/host/powerpc64le-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-7/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-7/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-7/buildroot' >>> Buildroot 2024.02-467-g256aa8ed85 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-bare-metal-buildroot Collecting legal info >>> host-skeleton Collecting legal info >>> host-tar 1.34 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> newlib-bare-metal 4.4.0.20231231 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING.LIBGLOSS: OK (sha256: f3b7f3e4426b1fa6f60198dae7adfedd94b77b28db2d108adc0253575011e0ff) COPYING.NEWLIB: OK (sha256: 9a59b4ee3af067045fe0ea78786201c42d54756fe48cbccf44f3dfc398474717) >>> host-gcc-bare-metal 13.2.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils-bare-metal 2.42 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-isl 0.26 Collecting legal info LICENSE: OK (sha256: 3a2c398103f6bca0f50a9a9465deca9230b370b0212af5fdf31ed88a36215c30) >>> host-mpc 1.3.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> 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.39-5-ge0910f1d3278f05439fb434ee528fc9be1b6bd5e Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: bba29819a3e938fae92674d6a88533e10605e389da8b51cdcba0a94f6221c5bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-gawk 5.3.0 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.41 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> linux-headers 6.8.1 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> toolchain Collecting legal info >>> host-aespipe 2.4g Collecting legal info >>> attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-autoconf 2.72 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) >>> bandwidthd 2.0.1-auto-r11 Collecting legal info README: OK (sha256: 58573c40770e0c0b91f3eef8192952832321a344f66a4fb2d966095cbbfc86c2) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> fontconfig 2.14.2 Collecting legal info COPYING: OK (sha256: 51a51aa9823704fd90bccc616cdd17ebabb5b2b3e9cbde886ca02c7002288067) >>> expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> freetype 2.13.2 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> brotli 1.1.0 Collecting legal info LICENSE: OK (sha512: bae78184c2f50f86d8c727826d3982c469454c42b9af81f4ef007e39036434fa894cf5be3bf5fc65b7de2301f0a72d067a8186e303327db8a96bd14867e0a3a8) >>> host-cmake 3.28.3 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> libpng 1.6.42 Collecting legal info LICENSE: OK (sha256: 7317e078e2d3b5d7ba5a6159e650945153262b44b76f6700f8e9edb261c5143e) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) 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) >>> libcap-ng 0.8.4 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> libxcrypt 4.4.36 Collecting legal info LICENSING: OK (sha256: f9b48b0bc67a92b752780710aa774cf08b62ec2ebaa3f4aebd00069fba6effd2) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> jpeg Collecting legal info >>> jpeg-turbo 2.1.5 Collecting legal info LICENSE.md: OK (sha256: 60c756742db3ad1913304e8b13f0e86e22e51adb50cc0b3333c163f7e45ceec1) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> tiff 4.6.0 Collecting legal info LICENSE.md: OK (sha256: 0780558a8bfba0af1160ec1ff11ade4f41c0d7deafd6ecfc796b492a788e380d) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> 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) >>> bitwise 0.50 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> bsdiff 4.3 Collecting legal info bsdiff.c: OK (sha256: fc0a6e634ef77dcf14bf36c7b6d1e57ba1ac5c4809073dfaacb3b5f7ab277eb7) >>> c-ares 1.27.0 Collecting legal info LICENSE.md: OK (sha256: 80fff25340df53b0cf0c3cddbca9050b559b9cbed2ad71830327cfef54959aef) >>> cache-calibrator Collecting legal info calibrator.c.license: OK (sha256: a853663f5b4fb3ad77bf2790ab53146f456b8d9b9ddf83b99fe28c0bdec42514) >>> cantarell 0.0.25 Collecting legal info COPYING: OK (sha256: 79a9d6198c0d9192c1b0bf55bcbc404a39390bd0d8c650cf20d652c2eaa284d8) >>> coremark-pro 1.1.2743 Collecting legal info LICENSE.md: OK (sha256: 0d7775bd793ea71fef3594c18164a08ed2f5f66c898958d0644f7a236a536f2b) >>> perl 5.38.2 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 9519aaeeac509b3fa8778155a63545b6086f8313546b93fe9958d1c434d476a8) >>> cracklib 2.9.11 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cracklib 2.9.11 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-crudini 0.9.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-python-iniparse 0.5 Collecting legal info LICENSE-PSF: OK (sha256: 9b02e3dfe433ccd2bd94636ef6eb08638b5a54deafe5f87a3d9d9104356c48e0) LICENSE: OK (sha256: ff45637d8a96adc414179e502fbed40160e57205bf2e302140e79a0c71eceaa7) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.8 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.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> host-python-pypa-build 1.0.3 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.2 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-setuptools 69.2.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dhrystone 2 Collecting legal info >>> dmalloc 5.6.5 Collecting legal info LICENSE.txt: OK (sha256: 8657f6bc5ebb765dd792b2c3c54d5dc37b8b4e6bbe8aa48d464fd92081b1e720) >>> dotconf 1.3 Collecting legal info COPYING: OK (sha256: a50cc98d5044a7bbddabe61fc0ec42aa671c73bf414d0c6b50da83ea8ae041c6) >>> easyframes 0.4 Collecting legal info COPYING: OK (sha256: 24f37598e822a1411fb7164ce7eb3ef120aea8279016399abc282c2381ce3f57) >>> evtest 1.35 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> font-awesome 4.7.0 Collecting legal info >>> host-genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> ghostscript 10.02.1 Collecting legal info LICENSE: OK (sha256: 8ce064f423b7c24a011b6ebf9431b8bf9861a5255e47c84bfb23fc526d030a8b) >>> host-lcms2 2.16 Collecting legal info LICENSE: OK (sha256: 6dbd60437f8ef91d8de1f08ad75882547fd4931bfcc3566a0735f28db1484d31) >>> host-libjpeg 9f Collecting legal info README: OK (sha256: 7c25493a9f64fed34d01445467341bda77bc1cdbeccbe33558659ef173fb9ff2) >>> lcms2 2.16 Collecting legal info LICENSE: OK (sha256: 6dbd60437f8ef91d8de1f08ad75882547fd4931bfcc3566a0735f28db1484d31) >>> ipset 7.16 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> iptables 1.8.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> jquery-datetimepicker 2.4.5 Collecting legal info MIT-LICENSE.txt: OK (sha256: 491add640b4678b78571d3b4c0840422b48a5b397e47e2104c1942ff1fce1a68) >>> jquery-keyboard 1.18.12 Collecting legal info README.markdown: OK (sha256: 0ad9a0e7291b45cdb5abe2a517d8b82282a816d41c9224660849792ce01fe983) >>> jquery-ui 1.13.1 Collecting legal info LICENSE.txt: OK (sha256: de33fb695880d0b07615d4b86f78cd43796906959ade5fdfef70968827a0db78) >>> jquery 3.5.1 Collecting legal info >>> jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> lame 3.100 Collecting legal info COPYING: OK (sha256: bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd) >>> libatomic_ops 7.8.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 969294c9324b2d360ae2a08edd5ca6f9cd754cb71b71e56bee15d2f10bb10496) >>> libcurl 8.7.1 Collecting legal info COPYING: OK (sha256: adb1fc06547fd136244179809f7b7c2d2ae6c4534f160aa513af9b6a12866a32) >>> openssl Collecting legal info >>> libopenssl 3.2.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libfreefare 0.4.0 Collecting legal info COPYING: OK (sha256: be6209dfd763a0ba77fbe990cfd2512804441d8b5f0cad927baa3341b50fcade) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb 1.0.27 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.8 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libldns 1.8.3 Collecting legal info LICENSE: OK (sha256: 9e0b1505c358d1a7c79555ee8bd1acbe2985dbc74dd81f3697cebf2161e922e6) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.4 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> libpwquality 1.4.5 Collecting legal info COPYING: OK (sha256: aa44d09f651bf99b56253187c7778a240740c767d28453ab7fdc9804c842baee) >>> libreplaygain 475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> libsilk 4268a02240c35c6055b0f237c46b09b2dcf79e45 Collecting legal info COPYING: OK (sha256: 62a5963f034024665641f4a9888b208f1e39aa7e29e87c9634fdcf07d3073baf) >>> libsysfs 2.1.1 Collecting legal info cmd/GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lib/LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libudfread 1.1.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libuhttpd 3.14.1 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> liburiparser 0.9.7 Collecting legal info COPYING: OK (sha256: 287f09e6546a9610f949f89e8fb937cacfeabd7bfaa8c8a0c18312193bf04ad3) >>> libxml2 2.12.6 Collecting legal info Copyright: OK (sha256: 7fb0a66f3989f9bd5c7e5438a3de02cd4a7a47dde0aea2f7ea2ba2ff454ee6a4) >>> libxslt 1.1.39 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> links 2.29 Collecting legal info COPYING: OK (sha256: 92deeb70791366630095d4e0714fe37d6e2bd5db0e6ef498ebb8de328f45b253) >>> linux-serial-test bf865c37ccf9cbb1826ada61037c036dc1990b7b Collecting legal info LICENSES/MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> lm-sensors 3.6.0 Collecting legal info COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lzop 1.04 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> macchanger 1.7.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> mbedtls 2.28.8 Collecting legal info LICENSE: OK (sha256: 9b405ef4c89342f5eae1dd828882f931747f71001cfba7d114801039b52ad09b) >>> mdnsd 0.12 Collecting legal info LICENSE: OK (sha256: 2969546227b58ce1b431cc4c36c9a9b45d604e6b94fb8b787ea5d3696f3eee3b) >>> mstpd 0.1.0 Collecting legal info LICENSE: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) hmac_md5.c: OK (sha256: c5cfd44652276184374adf454150d436ce958ce50acc4ef9ccb3605a5ca7a9d3) >>> mtr 0.95 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> net-tools 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> nfacct 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> noip 2.1.9 Collecting legal info COPYING: OK (sha256: 5aaf7e9e1790c6e372b6c5dec8c6c4b60504414a8c56f64c3071d281d3c251fa) >>> oniguruma 6.9.9 Collecting legal info COPYING: OK (sha256: 70ba5469ea0bab6e18a32d7009068f996503168d27be57747e08da34337ff26f) >>> 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) >>> opus-tools 0.2 Collecting legal info COPYING: OK (sha256: c28016e58544119d6b93aea28297d040f17dcef7a9f548d3e6a4d0b558c5d248) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> host-parted 3.6 Collecting legal info COPYING: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) >>> host-util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> perl-astro-suntime 0.06 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-perl 5.38.2 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 9519aaeeac509b3fa8778155a63545b6086f8313546b93fe9958d1c434d476a8) >>> host-perl-module-build 0.4234 Collecting legal info LICENSE: OK (sha256: af1570e8af55af52b4e86d040e2a993cb684566275c43c4d7a8b0cc5a90e08a4) >>> perl-mime-base64-urlsafe 0.01 Collecting legal info README: OK (sha256: 2fffac76f75709b6d94111a37f6cd8cab21e8f2b2de73b0b4fa53a5bed4efc15) >>> perl-net-http 6.23 Collecting legal info LICENSE: OK (sha256: 0ed700a4bfc022e999d83407f71ab62ead96662d8f7bbebfd857376bf3ed6528) >>> perl-uri 5.21 Collecting legal info LICENSE: OK (sha256: a1730c55839ce3c9182c92e3387ba8f683ad6ab8b4a3257553a20c4db194c2cf) >>> quagga 1.2.4 Collecting legal info COPYING: OK (sha256: b39c1bad4e51e2a3389cd25fc4addebe41a3ae7c11100795683f9330de1536e5) >>> quotatool 1.6.2 Collecting legal info COPYING: OK (sha256: 94686eeb98a40edc64106c6f8644068d8a08816a510a3cde75e50f1bf470564d) >>> raptor 2.0.16 Collecting legal info LICENSE.txt: OK (sha256: 0f0c719a05c9f7a0be2051ab83c1470837f595ed23e34989f46fd8eb45cfc251) >>> screen 4.9.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> setserial 2.17 Collecting legal info debian/copyright: OK (sha256: 1d7e810ed28daf370def626dfd4c502f2f77d2b678f1ac72e2ba675dd6f9af0d) >>> sshpass 1.10 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> stunnel 5.71 Collecting legal info COPYING.md: OK (sha256: c172514e95e387eb4c77cdfbb55b635bf96e2dfcb85d785d993f64c40c4f89c4) COPYRIGHT.md: OK (sha256: 62f171d4d8b6726df61f18a6bbc0a70f79c4bc2134d837d35c81fc6289a2d84d) >>> szip 2.1.1 Collecting legal info COPYING: OK (sha256: 98cc66747133b26563fefc4630ad4c8c7848c722c7b8a60ecd4afbc4c7d7eb01) >>> tinycbor 0.6.0 Collecting legal info LICENSE: OK (sha256: 3c6ba0b5bfa7830505301ffb336a17b0748e0d61c4d34216e9dc98f10e40395e) >>> uacme 1.7.5 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> unzip 6.0 Collecting legal info LICENSE: OK (sha256: 7469b81d5d29ac4fd670f7c86ba0cb9fa34f137a2d4d5198437d92ddf918984b) >>> watchdog 5.16 Collecting legal info COPYING: OK (sha256: af7f3f94e85080204b37f7c53717a2c94c6b54d7fa516ebd74e008cb4c0391bd) >>> host-acl 2.3.2 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.34 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzop 1.04 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: aespipe-2.4g: cannot save license (HOST_AESPIPE_LICENSE_FILES not defined) WARNING: dhrystone-2: cannot save license (DHRYSTONE_LICENSE_FILES not defined) WARNING: font-awesome-4.7.0: cannot save license (FONT_AWESOME_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-7/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-7/buildroot'