rm -rf /nvmedata/autobuild/instance-5/output-1/target/usr/include /nvmedata/autobuild/instance-5/output-1/target/usr/share/aclocal \ /nvmedata/autobuild/instance-5/output-1/target/usr/lib/pkgconfig /nvmedata/autobuild/instance-5/output-1/target/usr/share/pkgconfig \ /nvmedata/autobuild/instance-5/output-1/target/usr/lib/cmake /nvmedata/autobuild/instance-5/output-1/target/usr/share/cmake \ /nvmedata/autobuild/instance-5/output-1/target/usr/lib/rpm /nvmedata/autobuild/instance-5/output-1/target/usr/doc find /nvmedata/autobuild/instance-5/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /nvmedata/autobuild/instance-5/output-1/target/lib/ /nvmedata/autobuild/instance-5/output-1/target/usr/lib/ /nvmedata/autobuild/instance-5/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /nvmedata/autobuild/instance-5/output-1/target/usr/share/gdb rm -rf /nvmedata/autobuild/instance-5/output-1/target/usr/share/zsh rm -rf /nvmedata/autobuild/instance-5/output-1/target/usr/man /nvmedata/autobuild/instance-5/output-1/target/usr/share/man rm -rf /nvmedata/autobuild/instance-5/output-1/target/usr/info /nvmedata/autobuild/instance-5/output-1/target/usr/share/info rm -rf /nvmedata/autobuild/instance-5/output-1/target/usr/doc /nvmedata/autobuild/instance-5/output-1/target/usr/share/doc rm -rf /nvmedata/autobuild/instance-5/output-1/target/usr/share/gtk-doc rmdir /nvmedata/autobuild/instance-5/output-1/target/usr/share 2>/dev/null || true rm -rf /nvmedata/autobuild/instance-5/output-1/target/lib/debug /nvmedata/autobuild/instance-5/output-1/target/usr/lib/debug find /nvmedata/autobuild/instance-5/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 /nvmedata/autobuild/instance-5/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /nvmedata/autobuild/instance-5/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /nvmedata/autobuild/instance-5/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 /nvmedata/autobuild/instance-5/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-387-g7c738c47e4"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.11-git\"" \ ) > /nvmedata/autobuild/instance-5/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /nvmedata/autobuild/instance-5/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/nvmedata/autobuild/instance-5/output-1/per-package /nvmedata/autobuild/instance-5/buildroot/support/scripts/fix-rpath target touch /nvmedata/autobuild/instance-5/output-1/target/usr >>> Generating root filesystems common tables rm -rf /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs mkdir -p /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs printf ' ftp -1 ftp -1 * /home/ftp - - Anonymous FTP User\n\n' >> /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/full_users_table.txt printf ' \n \n \n\n' > /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt printf ' \n' >> /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.cramfs mkdir -p /nvmedata/autobuild/instance-5/output-1/images rm -rf /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/cramfs mkdir -p /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/cramfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-5/output-1/target/ /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/cramfs/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/cramfs/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/cramfs/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/cramfs/target" >> /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/cramfs/fakeroot PATH="/nvmedata/autobuild/instance-5/output-1/host/bin:/nvmedata/autobuild/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-5/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/cramfs/target >> /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/cramfs/fakeroot echo "/nvmedata/autobuild/instance-5/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/cramfs/target" >> /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/cramfs/fakeroot printf ' rm -rf /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/cramfs/target/usr/lib/udev/hwdb.d/ /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/cramfs/target/etc/udev/hwdb.d/\n' >> /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/cramfs/fakeroot echo "find /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/cramfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/cramfs/fakeroot echo "find /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/cramfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/cramfs/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/cramfs/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/cramfs/fakeroot printf ' /nvmedata/autobuild/instance-5/output-1/host/bin/mkcramfs -B /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/cramfs/target /nvmedata/autobuild/instance-5/output-1/images/rootfs.cramfs\n' >> /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/cramfs/fakeroot chmod a+x /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/cramfs/fakeroot PATH="/nvmedata/autobuild/instance-5/output-1/host/bin:/nvmedata/autobuild/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-5/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/cramfs/fakeroot rootdir=/nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/cramfs/target table='/nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.ext2 mkdir -p /nvmedata/autobuild/instance-5/output-1/images rm -rf /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/ext2 mkdir -p /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/ext2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-5/output-1/target/ /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/ext2/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/ext2/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/ext2/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/ext2/target" >> /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/ext2/fakeroot PATH="/nvmedata/autobuild/instance-5/output-1/host/bin:/nvmedata/autobuild/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-5/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/ext2/target >> /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/ext2/fakeroot echo "/nvmedata/autobuild/instance-5/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/ext2/target" >> /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -rf /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/ext2/target/usr/lib/udev/hwdb.d/ /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/ext2/target/etc/udev/hwdb.d/\n' >> /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/ext2/fakeroot echo "find /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/ext2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/ext2/fakeroot echo "find /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/ext2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -f /nvmedata/autobuild/instance-5/output-1/images/rootfs.ext2\n /nvmedata/autobuild/instance-5/output-1/host/sbin/mkfs.ext3 -d /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/ext2/target -r 1 -N 0 -m 5 -L "rootfs" -O ^64bit /nvmedata/autobuild/instance-5/output-1/images/rootfs.ext2 "5G" || { ret=$?; echo "*** Maybe you need to increase the filesystem size (BR2_TARGET_ROOTFS_EXT2_SIZE)" 1>&2; exit $ret; }\n' >> /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/ext2/fakeroot chmod a+x /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/ext2/fakeroot PATH="/nvmedata/autobuild/instance-5/output-1/host/bin:/nvmedata/autobuild/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-5/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/ext2/fakeroot rootdir=/nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/ext2/target table='/nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt' mke2fs 1.46.5 (30-Dec-2021) Creating regular file /nvmedata/autobuild/instance-5/output-1/images/rootfs.ext2 Creating filesystem with 1310720 4k blocks and 327680 inodes Filesystem UUID: 3488cdee-9c72-4b30-af46-677b4a4b77f0 Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736 Allocating group tables: 0/40 done Writing inode tables: 0/40 done Creating journal (16384 blocks): done Copying files into the device: done Writing superblocks and filesystem accounting information: 0/40 done PATH="/nvmedata/autobuild/instance-5/output-1/host/bin:/nvmedata/autobuild/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-5/output-1/host/bin/lzma -9 -c /nvmedata/autobuild/instance-5/output-1/images/rootfs.ext2 > /nvmedata/autobuild/instance-5/output-1/images/rootfs.ext2.lzma ln -sf rootfs.ext2.lzma /nvmedata/autobuild/instance-5/output-1/images/rootfs.ext3.lzma >>> Generating filesystem image rootfs.yaffs2 mkdir -p /nvmedata/autobuild/instance-5/output-1/images rm -rf /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2 mkdir -p /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-5/output-1/target/ /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target" >> /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/nvmedata/autobuild/instance-5/output-1/host/bin:/nvmedata/autobuild/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-5/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target >> /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/nvmedata/autobuild/instance-5/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target" >> /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /nvmedata/autobuild/instance-5/output-1/host/bin/mkyaffs2 --all-root /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target /nvmedata/autobuild/instance-5/output-1/images/rootfs.yaffs2\n' >> /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/nvmedata/autobuild/instance-5/output-1/host/bin:/nvmedata/autobuild/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-5/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target table='/nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 3847 objects. stage 2: creating image '/nvmedata/autobuild/instance-5/output-1/images/rootfs.yaffs2' [ ] 1/3847 0% [ ] 2/3847 0% [ ] 3/3847 0% [ ] 4/3847 0% [ ] 5/3847 0% [ ] 6/3847 0% [ ] 7/3847 0% [ ] 8/3847 0% [ ] 9/3847 0% [ ] 10/3847 0% [ ] 11/3847 0% [ ] 12/3847 0% [ ] 13/3847 0% [ ] 14/3847 0% [ ] 15/3847 0% [ ] 16/3847 0% [ ] 17/3847 0% [ ] 18/3847 0% [ ] 19/3847 0% [ ] 20/3847 0% [ ] 21/3847 0% [ ] 22/3847 0% [ ] 23/3847 0% [ ] 24/3847 0% [ ] 25/3847 0% [ ] 26/3847 0% [ ] 27/3847 0% [ ] 28/3847 0% [ ] 29/3847 0% [ ] 30/3847 0% [ ] 31/3847 0% [ ] 32/3847 0% [ ] 33/3847 0% [ ] 34/3847 0% [ ] 35/3847 0% [ ] 36/3847 0% [ ] 37/3847 0% [ ] 38/3847 0% [ ] 39/3847 1% [ ] 40/3847 1% [ ] 41/3847 1% [ ] 42/3847 1% [ ] 43/3847 1% [ ] 44/3847 1% [ ] 45/3847 1% [ ] 46/3847 1% [ ] 47/3847 1% [ ] 48/3847 1% [ ] 49/3847 1% [ ] 50/3847 1% [ ] 51/3847 1% [ ] 52/3847 1% [ ] 53/3847 1% [ ] 54/3847 1% [ ] 55/3847 1% [ ] 56/3847 1% [ ] 57/3847 1% [ ] 58/3847 1% [ ] 59/3847 1% [ ] 60/3847 1% [ ] 61/3847 1% [ ] 62/3847 1% [= ] 63/3847 1% [= ] 64/3847 1% [= ] 65/3847 1% [= ] 66/3847 1% [= ] 67/3847 1% [= ] 68/3847 1% [= ] 69/3847 1% [= ] 70/3847 1% [= ] 71/3847 1% [= ] 72/3847 1% [= ] 73/3847 1% [= ] 74/3847 1% [= ] 75/3847 1% [= ] 76/3847 1% [= ] 77/3847 2% [= ] 78/3847 2% [= ] 79/3847 2% [= ] 80/3847 2% [= ] 81/3847 2% [= ] 82/3847 2% [= ] 83/3847 2% [= ] 84/3847 2% [= ] 85/3847 2% [= ] 86/3847 2% [= ] 87/3847 2% [= ] 88/3847 2% [= ] 89/3847 2% [= ] 90/3847 2% [= ] 91/3847 2% [= ] 92/3847 2% [= ] 93/3847 2% [= ] 94/3847 2% [= ] 95/3847 2% [= ] 96/3847 2% [= ] 97/3847 2% [= ] 98/3847 2% [= ] 99/3847 2% [= ] 100/3847 2% [= ] 101/3847 2% [= ] 102/3847 2% [= ] 103/3847 2% [= ] 104/3847 2% [= ] 105/3847 2% [= ] 106/3847 2% [= ] 107/3847 2% [= ] 108/3847 2% [= ] 109/3847 2% [= ] 110/3847 2% [= ] 111/3847 2% [= ] 112/3847 2% [= ] 113/3847 2% [= ] 114/3847 2% [= ] 115/3847 2% [= ] 116/3847 3% [= ] 117/3847 3% [= ] 118/3847 3% [= ] 119/3847 3% [= ] 120/3847 3% [= ] 121/3847 3% [= ] 122/3847 3% [= ] 123/3847 3% [= ] 124/3847 3% [== ] 125/3847 3% [== ] 126/3847 3% [== ] 127/3847 3% [== ] 128/3847 3% [== ] 129/3847 3% [== ] 130/3847 3% [== ] 131/3847 3% [== ] 132/3847 3% [== ] 133/3847 3% [== ] 134/3847 3% [== ] 135/3847 3% [== ] 136/3847 3% [== ] 137/3847 3% [== ] 138/3847 3% [== ] 139/3847 3% [== ] 140/3847 3% [== ] 141/3847 3% [== ] 142/3847 3% [== ] 143/3847 3% [== ] 144/3847 3% [== ] 145/3847 3% [== ] 146/3847 3% [== ] 147/3847 3% [== ] 148/3847 3% [== ] 149/3847 3% [== ] 150/3847 3% [== ] 151/3847 3% [== ] 152/3847 3% [== ] 153/3847 3% [== ] 154/3847 4% [== ] 155/3847 4% [== ] 156/3847 4% [== ] 157/3847 4% [== ] 158/3847 4% [== ] 159/3847 4% [== ] 160/3847 4% [== ] 161/3847 4% [== ] 162/3847 4% [== ] 163/3847 4% [== ] 164/3847 4% [== ] 165/3847 4% [== ] 166/3847 4% [== ] 167/3847 4% [== ] 168/3847 4% [== ] 169/3847 4% [== ] 170/3847 4% [== ] 171/3847 4% [== ] 172/3847 4% [== ] 173/3847 4% [== ] 174/3847 4% [== ] 175/3847 4% [== ] 176/3847 4% [== ] 177/3847 4% [== ] 178/3847 4% [== ] 179/3847 4% [== ] 180/3847 4% [== ] 181/3847 4% [== ] 182/3847 4% [== ] 183/3847 4% [== ] 184/3847 4% [== ] 185/3847 4% [== ] 186/3847 4% [=== ] 187/3847 4% [=== ] 188/3847 4% [=== ] 189/3847 4% [=== ] 190/3847 4% [=== ] 191/3847 4% [=== ] 192/3847 4% [=== ] 193/3847 5% [=== ] 194/3847 5% [=== ] 195/3847 5% [=== ] 196/3847 5% [=== ] 197/3847 5% [=== ] 198/3847 5% [=== ] 199/3847 5% [=== ] 200/3847 5% [=== ] 201/3847 5% [=== ] 202/3847 5% [=== ] 203/3847 5% [=== ] 204/3847 5% [=== ] 205/3847 5% [=== ] 206/3847 5% [=== ] 207/3847 5% [=== ] 208/3847 5% [=== ] 209/3847 5% [=== ] 210/3847 5% [=== ] 211/3847 5% [=== ] 212/3847 5% [=== ] 213/3847 5% [=== ] 214/3847 5% [=== ] 215/3847 5% [=== ] 216/3847 5% [=== ] 217/3847 5% [=== ] 218/3847 5% [=== ] 219/3847 5% [=== ] 220/3847 5% [=== ] 221/3847 5% [=== ] 222/3847 5% [=== ] 223/3847 5% [=== ] 224/3847 5% [=== ] 225/3847 5% [=== ] 226/3847 5% [=== ] 227/3847 5% [=== ] 228/3847 5% [=== ] 229/3847 5% [=== ] 230/3847 5% [=== ] 231/3847 6% [=== ] 232/3847 6% [=== ] 233/3847 6% [=== ] 234/3847 6% [=== ] 235/3847 6% [=== ] 236/3847 6% [=== ] 237/3847 6% [=== ] 238/3847 6% [=== ] 239/3847 6% [=== ] 240/3847 6% [=== ] 241/3847 6% [=== ] 242/3847 6% [=== ] 243/3847 6% [=== ] 244/3847 6% [=== ] 245/3847 6% [=== ] 246/3847 6% [=== ] 247/3847 6% [=== ] 248/3847 6% [==== ] 249/3847 6% [==== ] 250/3847 6% [==== ] 251/3847 6% [==== ] 252/3847 6% [==== ] 253/3847 6% [==== ] 254/3847 6% [==== ] 255/3847 6% [==== ] 256/3847 6% [==== ] 257/3847 6% [==== ] 258/3847 6% [==== ] 259/3847 6% [==== ] 260/3847 6% [==== ] 261/3847 6% [==== ] 262/3847 6% [==== ] 263/3847 6% [==== ] 264/3847 6% [==== ] 265/3847 6% [==== ] 266/3847 6% [==== ] 267/3847 6% [==== ] 268/3847 6% [==== ] 269/3847 6% [==== ] 270/3847 7% [==== ] 271/3847 7% [==== ] 272/3847 7% [==== ] 273/3847 7% [==== ] 274/3847 7% [==== ] 275/3847 7% [==== ] 276/3847 7% [==== ] 277/3847 7% [==== ] 278/3847 7% [==== ] 279/3847 7% [==== ] 280/3847 7% [==== ] 281/3847 7% [==== ] 282/3847 7% [==== ] 283/3847 7% [==== ] 284/3847 7% [==== ] 285/3847 7% [==== ] 286/3847 7% [==== ] 287/3847 7% [==== ] 288/3847 7% [==== ] 289/3847 7% [==== ] 290/3847 7% [==== ] 291/3847 7% [==== ] 292/3847 7% [==== ] 293/3847 7% [==== ] 294/3847 7% [==== ] 295/3847 7% [==== ] 296/3847 7% [==== ] 297/3847 7% [==== ] 298/3847 7% [==== ] 299/3847 7% [==== ] 300/3847 7% [==== ] 301/3847 7% [==== ] 302/3847 7% [==== ] 303/3847 7% [==== ] 304/3847 7% [==== ] 305/3847 7% [==== ] 306/3847 7% [==== ] 307/3847 7% [==== ] 308/3847 8% [==== ] 309/3847 8% [==== ] 310/3847 8% [===== ] 311/3847 8% [===== ] 312/3847 8% [===== ] 313/3847 8% [===== ] 314/3847 8% [===== ] 315/3847 8% [===== ] 316/3847 8% [===== ] 317/3847 8% [===== ] 318/3847 8% [===== ] 319/3847 8% [===== ] 320/3847 8% [===== ] 321/3847 8% [===== ] 322/3847 8% [===== ] 323/3847 8% [===== ] 324/3847 8% [===== ] 325/3847 8% [===== ] 326/3847 8% [===== ] 327/3847 8% [===== ] 328/3847 8% [===== ] 329/3847 8% [===== ] 330/3847 8% [===== ] 331/3847 8% [===== ] 332/3847 8% [===== ] 333/3847 8% [===== ] 334/3847 8% [===== ] 335/3847 8% [===== ] 336/3847 8% [===== ] 337/3847 8% [===== ] 338/3847 8% [===== ] 339/3847 8% [===== ] 340/3847 8% [===== ] 341/3847 8% [===== ] 342/3847 8% [===== ] 343/3847 8% [===== ] 344/3847 8% [===== ] 345/3847 8% [===== ] 346/3847 8% [===== ] 347/3847 9% [===== ] 348/3847 9% [===== ] 349/3847 9% [===== ] 350/3847 9% [===== ] 351/3847 9% [===== ] 352/3847 9% [===== ] 353/3847 9% [===== ] 354/3847 9% [===== ] 355/3847 9% [===== ] 356/3847 9% [===== ] 357/3847 9% [===== ] 358/3847 9% [===== ] 359/3847 9% [===== ] 360/3847 9% [===== ] 361/3847 9% [===== ] 362/3847 9% [===== ] 363/3847 9% [===== ] 364/3847 9% [===== ] 365/3847 9% [===== ] 366/3847 9% [===== ] 367/3847 9% [===== ] 368/3847 9% [===== ] 369/3847 9% [===== ] 370/3847 9% [===== ] 371/3847 9% [===== ] 372/3847 9% [====== ] 373/3847 9% [====== ] 374/3847 9% [====== ] 375/3847 9% [====== ] 376/3847 9% [====== ] 377/3847 9% [====== ] 378/3847 9% [====== ] 379/3847 9% [====== ] 380/3847 9% [====== ] 381/3847 9% [====== ] 382/3847 9% [====== ] 383/3847 9% [====== ] 384/3847 9% [====== ] 385/3847 10% [====== ] 386/3847 10% [====== ] 387/3847 10% [====== ] 388/3847 10% [====== ] 389/3847 10% [====== ] 390/3847 10% [====== ] 391/3847 10% [====== ] 392/3847 10% [====== ] 393/3847 10% [====== ] 394/3847 10% [====== ] 395/3847 10% [====== ] 396/3847 10% [====== ] 397/3847 10% [====== ] 398/3847 10% [====== ] 399/3847 10% [====== ] 400/3847 10% [====== ] 401/3847 10% [====== ] 402/3847 10% [====== ] 403/3847 10% [====== ] 404/3847 10% [====== ] 405/3847 10% [====== ] 406/3847 10% [====== ] 407/3847 10% [====== ] 408/3847 10% [====== ] 409/3847 10% [====== ] 410/3847 10% [====== ] 411/3847 10% [====== ] 412/3847 10% [====== ] 413/3847 10% [====== ] 414/3847 10% [====== ] 415/3847 10% [====== ] 416/3847 10% [====== ] 417/3847 10% [====== ] 418/3847 10% [====== ] 419/3847 10% [====== ] 420/3847 10% [====== ] 421/3847 10% [====== ] 422/3847 10% [====== ] 423/3847 10% [====== ] 424/3847 11% [====== ] 425/3847 11% [====== ] 426/3847 11% [====== ] 427/3847 11% [====== ] 428/3847 11% [====== ] 429/3847 11% [====== ] 430/3847 11% [====== ] 431/3847 11% [====== ] 432/3847 11% [====== ] 433/3847 11% [====== ] 434/3847 11% [======= ] 435/3847 11% [======= ] 436/3847 11% [======= ] 437/3847 11% [======= ] 438/3847 11% [======= ] 439/3847 11% [======= ] 440/3847 11% [======= ] 441/3847 11% [======= ] 442/3847 11% [======= ] 443/3847 11% [======= ] 444/3847 11% [======= ] 445/3847 11% [======= ] 446/3847 11% [======= ] 447/3847 11% [======= ] 448/3847 11% [======= ] 449/3847 11% [======= ] 450/3847 11% [======= ] 451/3847 11% [======= ] 452/3847 11% [======= ] 453/3847 11% [======= ] 454/3847 11% [======= ] 455/3847 11% [======= ] 456/3847 11% [======= ] 457/3847 11% [======= ] 458/3847 11% [======= ] 459/3847 11% [======= ] 460/3847 11% [======= ] 461/3847 11% [======= ] 462/3847 12% [======= ] 463/3847 12% [======= ] 464/3847 12% [======= ] 465/3847 12% [======= ] 466/3847 12% [======= ] 467/3847 12% [======= ] 468/3847 12% [======= ] 469/3847 12% [======= ] 470/3847 12% [======= ] 471/3847 12% [======= ] 472/3847 12% [======= ] 473/3847 12% [======= ] 474/3847 12% [======= ] 475/3847 12% [======= ] 476/3847 12% [======= ] 477/3847 12% [======= ] 478/3847 12% [======= ] 479/3847 12% [======= ] 480/3847 12% [======= ] 481/3847 12% [======= ] 482/3847 12% [======= ] 483/3847 12% [======= ] 484/3847 12% [======= ] 485/3847 12% [======= ] 486/3847 12% [======= ] 487/3847 12% [======= ] 488/3847 12% [======= ] 489/3847 12% [======= ] 490/3847 12% [======= ] 491/3847 12% [======= ] 492/3847 12% [======= ] 493/3847 12% [======= ] 494/3847 12% [======= ] 495/3847 12% [======= ] 496/3847 12% [======== ] 497/3847 12% [======== ] 498/3847 12% [======== ] 499/3847 12% [======== ] 500/3847 12% [======== ] 501/3847 13% [======== ] 502/3847 13% [======== ] 503/3847 13% [======== ] 504/3847 13% [======== ] 505/3847 13% [======== ] 506/3847 13% [======== ] 507/3847 13% [======== ] 508/3847 13% [======== ] 509/3847 13% [======== ] 510/3847 13% [======== ] 511/3847 13% [======== ] 512/3847 13% [======== ] 513/3847 13% [======== ] 514/3847 13% [======== ] 515/3847 13% [======== ] 516/3847 13% [======== ] 517/3847 13% [======== ] 518/3847 13% [======== ] 519/3847 13% [======== ] 520/3847 13% [======== ] 521/3847 13% [======== ] 522/3847 13% [======== ] 523/3847 13% [======== ] 524/3847 13% [======== ] 525/3847 13% [======== ] 526/3847 13% [======== ] 527/3847 13% [======== ] 528/3847 13% [======== ] 529/3847 13% [======== ] 530/3847 13% [======== ] 531/3847 13% [======== ] 532/3847 13% [======== ] 533/3847 13% [======== ] 534/3847 13% [======== ] 535/3847 13% [======== ] 536/3847 13% [======== ] 537/3847 13% [======== ] 538/3847 13% [======== ] 539/3847 14% [======== ] 540/3847 14% [======== ] 541/3847 14% [======== ] 542/3847 14% [======== ] 543/3847 14% [======== ] 544/3847 14% [======== ] 545/3847 14% [======== ] 546/3847 14% [======== ] 547/3847 14% [======== ] 548/3847 14% [======== ] 549/3847 14% [======== ] 550/3847 14% [======== ] 551/3847 14% [======== ] 552/3847 14% [======== ] 553/3847 14% [======== ] 554/3847 14% [======== ] 555/3847 14% [======== ] 556/3847 14% [======== ] 557/3847 14% [======== ] 558/3847 14% [========= ] 559/3847 14% [========= ] 560/3847 14% [========= ] 561/3847 14% [========= ] 562/3847 14% [========= ] 563/3847 14% [========= ] 564/3847 14% [========= ] 565/3847 14% [========= ] 566/3847 14% [========= ] 567/3847 14% [========= ] 568/3847 14% [========= ] 569/3847 14% [========= ] 570/3847 14% [========= ] 571/3847 14% [========= ] 572/3847 14% [========= ] 573/3847 14% [========= ] 574/3847 14% [========= ] 575/3847 14% [========= ] 576/3847 14% [========= ] 577/3847 14% [========= ] 578/3847 15% [========= ] 579/3847 15% [========= ] 580/3847 15% [========= ] 581/3847 15% [========= ] 582/3847 15% [========= ] 583/3847 15% [========= ] 584/3847 15% [========= ] 585/3847 15% [========= ] 586/3847 15% [========= ] 587/3847 15% [========= ] 588/3847 15% [========= ] 589/3847 15% [========= ] 590/3847 15% [========= ] 591/3847 15% [========= ] 592/3847 15% [========= ] 593/3847 15% [========= ] 594/3847 15% [========= ] 595/3847 15% [========= ] 596/3847 15% [========= ] 597/3847 15% [========= ] 598/3847 15% [========= ] 599/3847 15% [========= ] 600/3847 15% [========= ] 601/3847 15% [========= ] 602/3847 15% [========= ] 603/3847 15% [========= ] 604/3847 15% [========= ] 605/3847 15% [========= ] 606/3847 15% [========= ] 607/3847 15% [========= ] 608/3847 15% [========= ] 609/3847 15% [========= ] 610/3847 15% [========= ] 611/3847 15% [========= ] 612/3847 15% [========= ] 613/3847 15% [========= ] 614/3847 15% [========= ] 615/3847 15% [========= ] 616/3847 16% [========= ] 617/3847 16% [========= ] 618/3847 16% [========= ] 619/3847 16% [========= ] 620/3847 16% [========== ] 621/3847 16% [========== ] 622/3847 16% [========== ] 623/3847 16% [========== ] 624/3847 16% [========== ] 625/3847 16% [========== ] 626/3847 16% [========== ] 627/3847 16% [========== ] 628/3847 16% [========== ] 629/3847 16% [========== ] 630/3847 16% [========== ] 631/3847 16% [========== ] 632/3847 16% [========== ] 633/3847 16% [========== ] 634/3847 16% [========== ] 635/3847 16% [========== ] 636/3847 16% [========== ] 637/3847 16% [========== ] 638/3847 16% [========== ] 639/3847 16% [========== ] 640/3847 16% [========== ] 641/3847 16% [========== ] 642/3847 16% [========== ] 643/3847 16% [========== ] 644/3847 16% [========== ] 645/3847 16% [========== ] 646/3847 16% [========== ] 647/3847 16% [========== ] 648/3847 16% [========== ] 649/3847 16% [========== ] 650/3847 16% [========== ] 651/3847 16% [========== ] 652/3847 16% [========== ] 653/3847 16% [========== ] 654/3847 17% [========== ] 655/3847 17% [========== ] 656/3847 17% [========== ] 657/3847 17% [========== ] 658/3847 17% [========== ] 659/3847 17% [========== ] 660/3847 17% [========== ] 661/3847 17% [========== ] 662/3847 17% [========== ] 663/3847 17% [========== ] 664/3847 17% [========== ] 665/3847 17% [========== ] 666/3847 17% [========== ] 667/3847 17% [========== ] 668/3847 17% [========== ] 669/3847 17% [========== ] 670/3847 17% [========== ] 671/3847 17% [========== ] 672/3847 17% [========== ] 673/3847 17% [========== ] 674/3847 17% [========== ] 675/3847 17% [========== ] 676/3847 17% [========== ] 677/3847 17% [========== ] 678/3847 17% [========== ] 679/3847 17% [========== ] 680/3847 17% [========== ] 681/3847 17% [========== ] 682/3847 17% [=========== ] 683/3847 17% [=========== ] 684/3847 17% [=========== ] 685/3847 17% [=========== ] 686/3847 17% [=========== ] 687/3847 17% [=========== ] 688/3847 17% [=========== ] 689/3847 17% [=========== ] 690/3847 17% [=========== ] 691/3847 17% [=========== ] 692/3847 17% [=========== ] 693/3847 18% [=========== ] 694/3847 18% [=========== ] 695/3847 18% [=========== ] 696/3847 18% [=========== ] 697/3847 18% [=========== ] 698/3847 18% [=========== ] 699/3847 18% [=========== ] 700/3847 18% [=========== ] 701/3847 18% [=========== ] 702/3847 18% [=========== ] 703/3847 18% [=========== ] 704/3847 18% [=========== ] 705/3847 18% [=========== ] 706/3847 18% [=========== ] 707/3847 18% [=========== ] 708/3847 18% [=========== ] 709/3847 18% [=========== ] 710/3847 18% [=========== ] 711/3847 18% [=========== ] 712/3847 18% [=========== ] 713/3847 18% [=========== ] 714/3847 18% [=========== ] 715/3847 18% [=========== ] 716/3847 18% [=========== ] 717/3847 18% [=========== ] 718/3847 18% [=========== ] 719/3847 18% [=========== ] 720/3847 18% [=========== ] 721/3847 18% [=========== ] 722/3847 18% [=========== ] 723/3847 18% [=========== ] 724/3847 18% [=========== ] 725/3847 18% [=========== ] 726/3847 18% [=========== ] 727/3847 18% [=========== ] 728/3847 18% [=========== ] 729/3847 18% [=========== ] 730/3847 18% [=========== ] 731/3847 19% [=========== ] 732/3847 19% [=========== ] 733/3847 19% [=========== ] 734/3847 19% [=========== ] 735/3847 19% [=========== ] 736/3847 19% [=========== ] 737/3847 19% [=========== ] 738/3847 19% [=========== ] 739/3847 19% [=========== ] 740/3847 19% [=========== ] 741/3847 19% [=========== ] 742/3847 19% [=========== ] 743/3847 19% [=========== ] 744/3847 19% [============ ] 745/3847 19% [============ ] 746/3847 19% [============ ] 747/3847 19% [============ ] 748/3847 19% [============ ] 749/3847 19% [============ ] 750/3847 19% [============ ] 751/3847 19% [============ ] 752/3847 19% [============ ] 753/3847 19% [============ ] 754/3847 19% [============ ] 755/3847 19% [============ ] 756/3847 19% [============ ] 757/3847 19% [============ ] 758/3847 19% [============ ] 759/3847 19% [============ ] 760/3847 19% [============ ] 761/3847 19% [============ ] 762/3847 19% [============ ] 763/3847 19% [============ ] 764/3847 19% [============ ] 765/3847 19% [============ ] 766/3847 19% [============ ] 767/3847 19% [============ ] 768/3847 19% [============ ] 769/3847 19% [============ ] 770/3847 20% [============ ] 771/3847 20% [============ ] 772/3847 20% [============ ] 773/3847 20% [============ ] 774/3847 20% [============ ] 775/3847 20% [============ ] 776/3847 20% [============ ] 777/3847 20% [============ ] 778/3847 20% [============ ] 779/3847 20% [============ ] 780/3847 20% [============ ] 781/3847 20% [============ ] 782/3847 20% [============ ] 783/3847 20% [============ ] 784/3847 20% [============ ] 785/3847 20% [============ ] 786/3847 20% [============ ] 787/3847 20% [============ ] 788/3847 20% [============ ] 789/3847 20% [============ ] 790/3847 20% [============ ] 791/3847 20% [============ ] 792/3847 20% [============ ] 793/3847 20% [============ ] 794/3847 20% [============ ] 795/3847 20% [============ ] 796/3847 20% [============ ] 797/3847 20% [============ ] 798/3847 20% [============ ] 799/3847 20% [============ ] 800/3847 20% [============ ] 801/3847 20% [============ ] 802/3847 20% [============ ] 803/3847 20% [============ ] 804/3847 20% [============ ] 805/3847 20% [============ ] 806/3847 20% [============= ] 807/3847 20% [============= ] 808/3847 21% [============= ] 809/3847 21% [============= ] 810/3847 21% [============= ] 811/3847 21% [============= ] 812/3847 21% [============= ] 813/3847 21% [============= ] 814/3847 21% [============= ] 815/3847 21% [============= ] 816/3847 21% [============= ] 817/3847 21% [============= ] 818/3847 21% [============= ] 819/3847 21% [============= ] 820/3847 21% [============= ] 821/3847 21% [============= ] 822/3847 21% [============= ] 823/3847 21% [============= ] 824/3847 21% [============= ] 825/3847 21% [============= ] 826/3847 21% [============= ] 827/3847 21% [============= ] 828/3847 21% [============= ] 829/3847 21% [============= ] 830/3847 21% [============= ] 831/3847 21% [============= ] 832/3847 21% [============= ] 833/3847 21% [============= ] 834/3847 21% [============= ] 835/3847 21% [============= ] 836/3847 21% [============= ] 837/3847 21% [============= ] 838/3847 21% [============= ] 839/3847 21% [============= ] 840/3847 21% [============= ] 841/3847 21% [============= ] 842/3847 21% [============= ] 843/3847 21% [============= ] 844/3847 21% [============= ] 845/3847 21% [============= ] 846/3847 21% [============= ] 847/3847 22% [============= ] 848/3847 22% [============= ] 849/3847 22% [============= ] 850/3847 22% [============= ] 851/3847 22% [============= ] 852/3847 22% [============= ] 853/3847 22% [============= ] 854/3847 22% [============= ] 855/3847 22% [============= ] 856/3847 22% [============= ] 857/3847 22% [============= ] 858/3847 22% [============= ] 859/3847 22% [============= ] 860/3847 22% [============= ] 861/3847 22% [============= ] 862/3847 22% [============= ] 863/3847 22% [============= ] 864/3847 22% [============= ] 865/3847 22% [============= ] 866/3847 22% [============= ] 867/3847 22% [============= ] 868/3847 22% [============== ] 869/3847 22% [============== ] 870/3847 22% [============== ] 871/3847 22% [============== ] 872/3847 22% [============== ] 873/3847 22% [============== ] 874/3847 22% [============== ] 875/3847 22% [============== ] 876/3847 22% [============== ] 877/3847 22% [============== ] 878/3847 22% [============== ] 879/3847 22% [============== ] 880/3847 22% [============== ] 881/3847 22% [============== ] 882/3847 22% [============== ] 883/3847 22% [============== ] 884/3847 22% [============== ] 885/3847 23% [============== ] 886/3847 23% [============== ] 887/3847 23% [============== ] 888/3847 23% [============== ] 889/3847 23% [============== ] 890/3847 23% [============== ] 891/3847 23% [============== ] 892/3847 23% [============== ] 893/3847 23% [============== ] 894/3847 23% [============== ] 895/3847 23% [============== ] 896/3847 23% [============== ] 897/3847 23% [============== ] 898/3847 23% [============== ] 899/3847 23% [============== ] 900/3847 23% [============== ] 901/3847 23% [============== ] 902/3847 23% [============== ] 903/3847 23% [============== ] 904/3847 23% [============== ] 905/3847 23% [============== ] 906/3847 23% [============== ] 907/3847 23% [============== ] 908/3847 23% [============== ] 909/3847 23% [============== ] 910/3847 23% [============== ] 911/3847 23% [============== ] 912/3847 23% [============== ] 913/3847 23% [============== ] 914/3847 23% [============== ] 915/3847 23% [============== ] 916/3847 23% [============== ] 917/3847 23% [============== ] 918/3847 23% [============== ] 919/3847 23% [============== ] 920/3847 23% [============== ] 921/3847 23% [============== ] 922/3847 23% [============== ] 923/3847 23% [============== ] 924/3847 24% [============== ] 925/3847 24% [============== ] 926/3847 24% [============== ] 927/3847 24% [============== ] 928/3847 24% [============== ] 929/3847 24% [============== ] 930/3847 24% [=============== ] 931/3847 24% [=============== ] 932/3847 24% [=============== ] 933/3847 24% [=============== ] 934/3847 24% [=============== ] 935/3847 24% [=============== ] 936/3847 24% [=============== ] 937/3847 24% [=============== ] 938/3847 24% [=============== ] 939/3847 24% [=============== ] 940/3847 24% [=============== ] 941/3847 24% [=============== ] 942/3847 24% [=============== ] 943/3847 24% [=============== ] 944/3847 24% [=============== ] 945/3847 24% [=============== ] 946/3847 24% [=============== ] 947/3847 24% [=============== ] 948/3847 24% [=============== ] 949/3847 24% [=============== ] 950/3847 24% [=============== ] 951/3847 24% [=============== ] 952/3847 24% [=============== ] 953/3847 24% [=============== ] 954/3847 24% [=============== ] 955/3847 24% [=============== ] 956/3847 24% [=============== ] 957/3847 24% [=============== ] 958/3847 24% [=============== ] 959/3847 24% [=============== ] 960/3847 24% [=============== ] 961/3847 24% [=============== ] 962/3847 25% [=============== ] 963/3847 25% [=============== ] 964/3847 25% [=============== ] 965/3847 25% [=============== ] 966/3847 25% [=============== ] 967/3847 25% [=============== ] 968/3847 25% [=============== ] 969/3847 25% [=============== ] 970/3847 25% [=============== ] 971/3847 25% [=============== ] 972/3847 25% [=============== ] 973/3847 25% [=============== ] 974/3847 25% [=============== ] 975/3847 25% [=============== ] 976/3847 25% [=============== ] 977/3847 25% [=============== ] 978/3847 25% [=============== ] 979/3847 25% [=============== ] 980/3847 25% [=============== ] 981/3847 25% [=============== ] 982/3847 25% [=============== ] 983/3847 25% [=============== ] 984/3847 25% [=============== ] 985/3847 25% [=============== ] 986/3847 25% [=============== ] 987/3847 25% [=============== ] 988/3847 25% [=============== ] 989/3847 25% [=============== ] 990/3847 25% [=============== ] 991/3847 25% [=============== ] 992/3847 25% [================ ] 993/3847 25% [================ ] 994/3847 25% [================ ] 995/3847 25% [================ ] 996/3847 25% [================ ] 997/3847 25% [================ ] 998/3847 25% [================ ] 999/3847 25% [================ ] 1000/3847 25% [================ ] 1001/3847 26% [================ ] 1002/3847 26% [================ ] 1003/3847 26% [================ ] 1004/3847 26% [================ ] 1005/3847 26% [================ ] 1006/3847 26% [================ ] 1007/3847 26% [================ ] 1008/3847 26% [================ ] 1009/3847 26% [================ ] 1010/3847 26% [================ ] 1011/3847 26% [================ ] 1012/3847 26% [================ ] 1013/3847 26% [================ ] 1014/3847 26% [================ ] 1015/3847 26% [================ ] 1016/3847 26% [================ ] 1017/3847 26% [================ ] 1018/3847 26% [================ ] 1019/3847 26% [================ ] 1020/3847 26% [================ ] 1021/3847 26% [================ ] 1022/3847 26% [================ ] 1023/3847 26% [================ ] 1024/3847 26% [================ ] 1025/3847 26% [================ ] 1026/3847 26% [================ ] 1027/3847 26% [================ ] 1028/3847 26% [================ ] 1029/3847 26% [================ ] 1030/3847 26% [================ ] 1031/3847 26% [================ ] 1032/3847 26% [================ ] 1033/3847 26% [================ ] 1034/3847 26% [================ ] 1035/3847 26% [================ ] 1036/3847 26% [================ ] 1037/3847 26% [================ ] 1038/3847 26% [================ ] 1039/3847 27% [================ ] 1040/3847 27% [================ ] 1041/3847 27% [================ ] 1042/3847 27% [================ ] 1043/3847 27% [================ ] 1044/3847 27% [================ ] 1045/3847 27% [================ ] 1046/3847 27% [================ ] 1047/3847 27% [================ ] 1048/3847 27% [================ ] 1049/3847 27% [================ ] 1050/3847 27% [================ ] 1051/3847 27% [================ ] 1052/3847 27% [================ ] 1053/3847 27% [================ ] 1054/3847 27% [================= ] 1055/3847 27% [================= ] 1056/3847 27% [================= ] 1057/3847 27% [================= ] 1058/3847 27% [================= ] 1059/3847 27% [================= ] 1060/3847 27% [================= ] 1061/3847 27% [================= ] 1062/3847 27% [================= ] 1063/3847 27% [================= ] 1064/3847 27% [================= ] 1065/3847 27% [================= ] 1066/3847 27% [================= ] 1067/3847 27% [================= ] 1068/3847 27% [================= ] 1069/3847 27% [================= ] 1070/3847 27% [================= ] 1071/3847 27% [================= ] 1072/3847 27% [================= ] 1073/3847 27% [================= ] 1074/3847 27% [================= ] 1075/3847 27% [================= ] 1076/3847 27% [================= ] 1077/3847 27% [================= ] 1078/3847 28% [================= ] 1079/3847 28% [================= ] 1080/3847 28% [================= ] 1081/3847 28% [================= ] 1082/3847 28% [================= ] 1083/3847 28% [================= ] 1084/3847 28% [================= ] 1085/3847 28% [================= ] 1086/3847 28% [================= ] 1087/3847 28% [================= ] 1088/3847 28% [================= ] 1089/3847 28% [================= ] 1090/3847 28% [================= ] 1091/3847 28% [================= ] 1092/3847 28% [================= ] 1093/3847 28% [================= ] 1094/3847 28% [================= ] 1095/3847 28% [================= ] 1096/3847 28% [================= ] 1097/3847 28% [================= ] 1098/3847 28% [================= ] 1099/3847 28% [================= ] 1100/3847 28% [================= ] 1101/3847 28% [================= ] 1102/3847 28% [================= ] 1103/3847 28% [================= ] 1104/3847 28% [================= ] 1105/3847 28% [================= ] 1106/3847 28% [================= ] 1107/3847 28% [================= ] 1108/3847 28% [================= ] 1109/3847 28% [================= ] 1110/3847 28% [================= ] 1111/3847 28% [================= ] 1112/3847 28% [================= ] 1113/3847 28% [================= ] 1114/3847 28% [================= ] 1115/3847 28% [================= ] 1116/3847 29% [================== ] 1117/3847 29% [================== ] 1118/3847 29% [================== ] 1119/3847 29% [================== ] 1120/3847 29% [================== ] 1121/3847 29% [================== ] 1122/3847 29% [================== ] 1123/3847 29% [================== ] 1124/3847 29% [================== ] 1125/3847 29% [================== ] 1126/3847 29% [================== ] 1127/3847 29% [================== ] 1128/3847 29% [================== ] 1129/3847 29% [================== ] 1130/3847 29% [================== ] 1131/3847 29% [================== ] 1132/3847 29% [================== ] 1133/3847 29% [================== ] 1134/3847 29% [================== ] 1135/3847 29% [================== ] 1136/3847 29% [================== ] 1137/3847 29% [================== ] 1138/3847 29% [================== ] 1139/3847 29% [================== ] 1140/3847 29% [================== ] 1141/3847 29% [================== ] 1142/3847 29% [================== ] 1143/3847 29% [================== ] 1144/3847 29% [================== ] 1145/3847 29% [================== ] 1146/3847 29% [================== ] 1147/3847 29% [================== ] 1148/3847 29% [================== ] 1149/3847 29% [================== ] 1150/3847 29% [================== ] 1151/3847 29% [================== ] 1152/3847 29% [================== ] 1153/3847 29% [================== ] 1154/3847 29% [================== ] 1155/3847 30% [================== ] 1156/3847 30% [================== ] 1157/3847 30% [================== ] 1158/3847 30% [================== ] 1159/3847 30% [================== ] 1160/3847 30% [================== ] 1161/3847 30% [================== ] 1162/3847 30% [================== ] 1163/3847 30% [================== ] 1164/3847 30% [================== ] 1165/3847 30% [================== ] 1166/3847 30% [================== ] 1167/3847 30% [================== ] 1168/3847 30% [================== ] 1169/3847 30% [================== ] 1170/3847 30% [================== ] 1171/3847 30% [================== ] 1172/3847 30% [================== ] 1173/3847 30% [================== ] 1174/3847 30% [================== ] 1175/3847 30% [================== ] 1176/3847 30% [================== ] 1177/3847 30% [================== ] 1178/3847 30% [=================== ] 1179/3847 30% [=================== ] 1180/3847 30% [=================== ] 1181/3847 30% [=================== ] 1182/3847 30% [=================== ] 1183/3847 30% [=================== ] 1184/3847 30% [=================== ] 1185/3847 30% [=================== ] 1186/3847 30% [=================== ] 1187/3847 30% [=================== ] 1188/3847 30% [=================== ] 1189/3847 30% [=================== ] 1190/3847 30% [=================== ] 1191/3847 30% [=================== ] 1192/3847 30% [=================== ] 1193/3847 31% [=================== ] 1194/3847 31% [=================== ] 1195/3847 31% [=================== ] 1196/3847 31% [=================== ] 1197/3847 31% [=================== ] 1198/3847 31% [=================== ] 1199/3847 31% [=================== ] 1200/3847 31% [=================== ] 1201/3847 31% [=================== ] 1202/3847 31% [=================== ] 1203/3847 31% [=================== ] 1204/3847 31% [=================== ] 1205/3847 31% [=================== ] 1206/3847 31% [=================== ] 1207/3847 31% [=================== ] 1208/3847 31% [=================== ] 1209/3847 31% [=================== ] 1210/3847 31% [=================== ] 1211/3847 31% [=================== ] 1212/3847 31% [=================== ] 1213/3847 31% [=================== ] 1214/3847 31% [=================== ] 1215/3847 31% [=================== ] 1216/3847 31% [=================== ] 1217/3847 31% [=================== ] 1218/3847 31% [=================== ] 1219/3847 31% [=================== ] 1220/3847 31% [=================== ] 1221/3847 31% [=================== ] 1222/3847 31% [=================== ] 1223/3847 31% [=================== ] 1224/3847 31% [=================== ] 1225/3847 31% [=================== ] 1226/3847 31% [=================== ] 1227/3847 31% [=================== ] 1228/3847 31% [=================== ] 1229/3847 31% [=================== ] 1230/3847 31% [=================== ] 1231/3847 31% [=================== ] 1232/3847 32% [=================== ] 1233/3847 32% [=================== ] 1234/3847 32% [=================== ] 1235/3847 32% [=================== ] 1236/3847 32% [=================== ] 1237/3847 32% [=================== ] 1238/3847 32% [=================== ] 1239/3847 32% [=================== ] 1240/3847 32% [==================== ] 1241/3847 32% [==================== ] 1242/3847 32% [==================== ] 1243/3847 32% [==================== ] 1244/3847 32% [==================== ] 1245/3847 32% [==================== ] 1246/3847 32% [==================== ] 1247/3847 32% [==================== ] 1248/3847 32% [==================== ] 1249/3847 32% [==================== ] 1250/3847 32% [==================== ] 1251/3847 32% [==================== ] 1252/3847 32% [==================== ] 1253/3847 32% [==================== ] 1254/3847 32% [==================== ] 1255/3847 32% [==================== ] 1256/3847 32% [==================== ] 1257/3847 32% [==================== ] 1258/3847 32% [==================== ] 1259/3847 32% [==================== ] 1260/3847 32% [==================== ] 1261/3847 32% [==================== ] 1262/3847 32% [==================== ] 1263/3847 32% [==================== ] 1264/3847 32% [==================== ] 1265/3847 32% [==================== ] 1266/3847 32% [==================== ] 1267/3847 32% [==================== ] 1268/3847 32% [==================== ] 1269/3847 32% [==================== ] 1270/3847 33% [==================== ] 1271/3847 33% [==================== ] 1272/3847 33% [==================== ] 1273/3847 33% [==================== ] 1274/3847 33% [==================== ] 1275/3847 33% [==================== ] 1276/3847 33% [==================== ] 1277/3847 33% [==================== ] 1278/3847 33% [==================== ] 1279/3847 33% [==================== ] 1280/3847 33% [==================== ] 1281/3847 33% [==================== ] 1282/3847 33% [==================== ] 1283/3847 33% [==================== ] 1284/3847 33% [==================== ] 1285/3847 33% [==================== ] 1286/3847 33% [==================== ] 1287/3847 33% [==================== ] 1288/3847 33% [==================== ] 1289/3847 33% [==================== ] 1290/3847 33% [==================== ] 1291/3847 33% [==================== ] 1292/3847 33% [==================== ] 1293/3847 33% [==================== ] 1294/3847 33% [==================== ] 1295/3847 33% [==================== ] 1296/3847 33% [==================== ] 1297/3847 33% [==================== ] 1298/3847 33% [==================== ] 1299/3847 33% [==================== ] 1300/3847 33% [==================== ] 1301/3847 33% [==================== ] 1302/3847 33% [==================== ] 1303/3847 33% [===================== ] 1304/3847 33% [===================== ] 1305/3847 33% [===================== ] 1306/3847 33% [===================== ] 1307/3847 33% [===================== ] 1308/3847 34% [===================== ] 1309/3847 34% [===================== ] 1310/3847 34% [===================== ] 1311/3847 34% [===================== ] 1312/3847 34% [===================== ] 1313/3847 34% [===================== ] 1314/3847 34% [===================== ] 1315/3847 34% [===================== ] 1316/3847 34% [===================== ] 1317/3847 34% [===================== ] 1318/3847 34% [===================== ] 1319/3847 34% [===================== ] 1320/3847 34% [===================== ] 1321/3847 34% [===================== ] 1322/3847 34% [===================== ] 1323/3847 34% [===================== ] 1324/3847 34% [===================== ] 1325/3847 34% [===================== ] 1326/3847 34% [===================== ] 1327/3847 34% [===================== ] 1328/3847 34% [===================== ] 1329/3847 34% [===================== ] 1330/3847 34% [===================== ] 1331/3847 34% [===================== ] 1332/3847 34% [===================== ] 1333/3847 34% [===================== ] 1334/3847 34% [===================== ] 1335/3847 34% [===================== ] 1336/3847 34% [===================== ] 1337/3847 34% [===================== ] 1338/3847 34% [===================== ] 1339/3847 34% [===================== ] 1340/3847 34% [===================== ] 1341/3847 34% [===================== ] 1342/3847 34% [===================== ] 1343/3847 34% [===================== ] 1344/3847 34% [===================== ] 1345/3847 34% [===================== ] 1346/3847 34% [===================== ] 1347/3847 35% [===================== ] 1348/3847 35% [===================== ] 1349/3847 35% [===================== ] 1350/3847 35% [===================== ] 1351/3847 35% [===================== ] 1352/3847 35% [===================== ] 1353/3847 35% [===================== ] 1354/3847 35% [===================== ] 1355/3847 35% [===================== ] 1356/3847 35% [===================== ] 1357/3847 35% [===================== ] 1358/3847 35% [===================== ] 1359/3847 35% [===================== ] 1360/3847 35% [===================== ] 1361/3847 35% [===================== ] 1362/3847 35% [===================== ] 1363/3847 35% [===================== ] 1364/3847 35% [===================== ] 1365/3847 35% [====================== ] 1366/3847 35% [====================== ] 1367/3847 35% [====================== ] 1368/3847 35% [====================== ] 1369/3847 35% [====================== ] 1370/3847 35% [====================== ] 1371/3847 35% [====================== ] 1372/3847 35% [====================== ] 1373/3847 35% [====================== ] 1374/3847 35% [====================== ] 1375/3847 35% [====================== ] 1376/3847 35% [====================== ] 1377/3847 35% [====================== ] 1378/3847 35% [====================== ] 1379/3847 35% [====================== ] 1380/3847 35% [====================== ] 1381/3847 35% [====================== ] 1382/3847 35% [====================== ] 1383/3847 35% [====================== ] 1384/3847 35% [====================== ] 1385/3847 36% [====================== ] 1386/3847 36% [====================== ] 1387/3847 36% [====================== ] 1388/3847 36% [====================== ] 1389/3847 36% [====================== ] 1390/3847 36% [====================== ] 1391/3847 36% [====================== ] 1392/3847 36% [====================== ] 1393/3847 36% [====================== ] 1394/3847 36% [====================== ] 1395/3847 36% [====================== ] 1396/3847 36% [====================== ] 1397/3847 36% [====================== ] 1398/3847 36% [====================== ] 1399/3847 36% [====================== ] 1400/3847 36% [====================== ] 1401/3847 36% [====================== ] 1402/3847 36% [====================== ] 1403/3847 36% [====================== ] 1404/3847 36% [====================== ] 1405/3847 36% [====================== ] 1406/3847 36% [====================== ] 1407/3847 36% [====================== ] 1408/3847 36% [====================== ] 1409/3847 36% [====================== ] 1410/3847 36% [====================== ] 1411/3847 36% [====================== ] 1412/3847 36% [====================== ] 1413/3847 36% [====================== ] 1414/3847 36% [====================== ] 1415/3847 36% [====================== ] 1416/3847 36% [====================== ] 1417/3847 36% [====================== ] 1418/3847 36% [====================== ] 1419/3847 36% [====================== ] 1420/3847 36% [====================== ] 1421/3847 36% [====================== ] 1422/3847 36% [====================== ] 1423/3847 36% [====================== ] 1424/3847 37% [====================== ] 1425/3847 37% [====================== ] 1426/3847 37% [====================== ] 1427/3847 37% [======================= ] 1428/3847 37% [======================= ] 1429/3847 37% [======================= ] 1430/3847 37% [======================= ] 1431/3847 37% [======================= ] 1432/3847 37% [======================= ] 1433/3847 37% [======================= ] 1434/3847 37% [======================= ] 1435/3847 37% [======================= ] 1436/3847 37% [======================= ] 1437/3847 37% [======================= ] 1438/3847 37% [======================= ] 1439/3847 37% [======================= ] 1440/3847 37% [======================= ] 1441/3847 37% [======================= ] 1442/3847 37% [======================= ] 1443/3847 37% [======================= ] 1444/3847 37% [======================= ] 1445/3847 37% [======================= ] 1446/3847 37% [======================= ] 1447/3847 37% [======================= ] 1448/3847 37% [======================= ] 1449/3847 37% [======================= ] 1450/3847 37% [======================= ] 1451/3847 37% [======================= ] 1452/3847 37% [======================= ] 1453/3847 37% [======================= ] 1454/3847 37% [======================= ] 1455/3847 37% [======================= ] 1456/3847 37% [======================= ] 1457/3847 37% [======================= ] 1458/3847 37% [======================= ] 1459/3847 37% [======================= ] 1460/3847 37% [======================= ] 1461/3847 37% [======================= ] 1462/3847 38% [======================= ] 1463/3847 38% [======================= ] 1464/3847 38% [======================= ] 1465/3847 38% [======================= ] 1466/3847 38% [======================= ] 1467/3847 38% [======================= ] 1468/3847 38% [======================= ] 1469/3847 38% [======================= ] 1470/3847 38% [======================= ] 1471/3847 38% [======================= ] 1472/3847 38% [======================= ] 1473/3847 38% [======================= ] 1474/3847 38% [======================= ] 1475/3847 38% [======================= ] 1476/3847 38% [======================= ] 1477/3847 38% [======================= ] 1478/3847 38% [======================= ] 1479/3847 38% [======================= ] 1480/3847 38% [======================= ] 1481/3847 38% [======================= ] 1482/3847 38% [======================= ] 1483/3847 38% [======================= ] 1484/3847 38% [======================= ] 1485/3847 38% [======================= ] 1486/3847 38% [======================= ] 1487/3847 38% [======================= ] 1488/3847 38% [======================= ] 1489/3847 38% [======================== ] 1490/3847 38% [======================== ] 1491/3847 38% [======================== ] 1492/3847 38% [======================== ] 1493/3847 38% [======================== ] 1494/3847 38% [======================== ] 1495/3847 38% [======================== ] 1496/3847 38% [======================== ] 1497/3847 38% [======================== ] 1498/3847 38% [======================== ] 1499/3847 38% [======================== ] 1500/3847 38% [======================== ] 1501/3847 39% [======================== ] 1502/3847 39% [======================== ] 1503/3847 39% [======================== ] 1504/3847 39% [======================== ] 1505/3847 39% [======================== ] 1506/3847 39% [======================== ] 1507/3847 39% [======================== ] 1508/3847 39% [======================== ] 1509/3847 39% [======================== ] 1510/3847 39% [======================== ] 1511/3847 39% [======================== ] 1512/3847 39% [======================== ] 1513/3847 39% [======================== ] 1514/3847 39% [======================== ] 1515/3847 39% [======================== ] 1516/3847 39% [======================== ] 1517/3847 39% [======================== ] 1518/3847 39% [======================== ] 1519/3847 39% [======================== ] 1520/3847 39% [======================== ] 1521/3847 39% [======================== ] 1522/3847 39% [======================== ] 1523/3847 39% [======================== ] 1524/3847 39% [======================== ] 1525/3847 39% [======================== ] 1526/3847 39% [======================== ] 1527/3847 39% [======================== ] 1528/3847 39% [======================== ] 1529/3847 39% [======================== ] 1530/3847 39% [======================== ] 1531/3847 39% [======================== ] 1532/3847 39% [======================== ] 1533/3847 39% [======================== ] 1534/3847 39% [======================== ] 1535/3847 39% [======================== ] 1536/3847 39% [======================== ] 1537/3847 39% [======================== ] 1538/3847 39% [======================== ] 1539/3847 40% [======================== ] 1540/3847 40% [======================== ] 1541/3847 40% [======================== ] 1542/3847 40% [======================== ] 1543/3847 40% [======================== ] 1544/3847 40% [======================== ] 1545/3847 40% [======================== ] 1546/3847 40% [======================== ] 1547/3847 40% [======================== ] 1548/3847 40% [======================== ] 1549/3847 40% [======================== ] 1550/3847 40% [======================== ] 1551/3847 40% [========================= ] 1552/3847 40% [========================= ] 1553/3847 40% [========================= ] 1554/3847 40% [========================= ] 1555/3847 40% [========================= ] 1556/3847 40% [========================= ] 1557/3847 40% [========================= ] 1558/3847 40% [========================= ] 1559/3847 40% [========================= ] 1560/3847 40% [========================= ] 1561/3847 40% [========================= ] 1562/3847 40% [========================= ] 1563/3847 40% [========================= ] 1564/3847 40% [========================= ] 1565/3847 40% [========================= ] 1566/3847 40% [========================= ] 1567/3847 40% [========================= ] 1568/3847 40% [========================= ] 1569/3847 40% [========================= ] 1570/3847 40% [========================= ] 1571/3847 40% [========================= ] 1572/3847 40% [========================= ] 1573/3847 40% [========================= ] 1574/3847 40% [========================= ] 1575/3847 40% [========================= ] 1576/3847 40% [========================= ] 1577/3847 40% [========================= ] 1578/3847 41% [========================= ] 1579/3847 41% [========================= ] 1580/3847 41% [========================= ] 1581/3847 41% [========================= ] 1582/3847 41% [========================= ] 1583/3847 41% [========================= ] 1584/3847 41% [========================= ] 1585/3847 41% [========================= ] 1586/3847 41% [========================= ] 1587/3847 41% [========================= ] 1588/3847 41% [========================= ] 1589/3847 41% [========================= ] 1590/3847 41% [========================= ] 1591/3847 41% [========================= ] 1592/3847 41% [========================= ] 1593/3847 41% [========================= ] 1594/3847 41% [========================= ] 1595/3847 41% [========================= ] 1596/3847 41% [========================= ] 1597/3847 41% [========================= ] 1598/3847 41% [========================= ] 1599/3847 41% [========================= ] 1600/3847 41% [========================= ] 1601/3847 41% [========================= ] 1602/3847 41% [========================= ] 1603/3847 41% [========================= ] 1604/3847 41% [========================= ] 1605/3847 41% [========================= ] 1606/3847 41% [========================= ] 1607/3847 41% [========================= ] 1608/3847 41% [========================= ] 1609/3847 41% [========================= ] 1610/3847 41% [========================= ] 1611/3847 41% [========================= ] 1612/3847 41% [========================= ] 1613/3847 41% [========================== ] 1614/3847 41% [========================== ] 1615/3847 41% [========================== ] 1616/3847 42% [========================== ] 1617/3847 42% [========================== ] 1618/3847 42% [========================== ] 1619/3847 42% [========================== ] 1620/3847 42% [========================== ] 1621/3847 42% [========================== ] 1622/3847 42% [========================== ] 1623/3847 42% [========================== ] 1624/3847 42% [========================== ] 1625/3847 42% [========================== ] 1626/3847 42% [========================== ] 1627/3847 42% [========================== ] 1628/3847 42% [========================== ] 1629/3847 42% [========================== ] 1630/3847 42% [========================== ] 1631/3847 42% [========================== ] 1632/3847 42% [========================== ] 1633/3847 42% [========================== ] 1634/3847 42% [========================== ] 1635/3847 42% [========================== ] 1636/3847 42% [========================== ] 1637/3847 42% [========================== ] 1638/3847 42% [========================== ] 1639/3847 42% [========================== ] 1640/3847 42% [========================== ] 1641/3847 42% [========================== ] 1642/3847 42% [========================== ] 1643/3847 42% [========================== ] 1644/3847 42% [========================== ] 1645/3847 42% [========================== ] 1646/3847 42% [========================== ] 1647/3847 42% [========================== ] 1648/3847 42% [========================== ] 1649/3847 42% [========================== ] 1650/3847 42% [========================== ] 1651/3847 42% [========================== ] 1652/3847 42% [========================== ] 1653/3847 42% [========================== ] 1654/3847 42% [========================== ] 1655/3847 43% [========================== ] 1656/3847 43% [========================== ] 1657/3847 43% [========================== ] 1658/3847 43% [========================== ] 1659/3847 43% [========================== ] 1660/3847 43% [========================== ] 1661/3847 43% [========================== ] 1662/3847 43% [========================== ] 1663/3847 43% [========================== ] 1664/3847 43% [========================== ] 1665/3847 43% [========================== ] 1666/3847 43% [========================== ] 1667/3847 43% [========================== ] 1668/3847 43% [========================== ] 1669/3847 43% [========================== ] 1670/3847 43% [========================== ] 1671/3847 43% [========================== ] 1672/3847 43% [========================== ] 1673/3847 43% [========================== ] 1674/3847 43% [========================== ] 1675/3847 43% [=========================== ] 1676/3847 43% [=========================== ] 1677/3847 43% [=========================== ] 1678/3847 43% [=========================== ] 1679/3847 43% [=========================== ] 1680/3847 43% [=========================== ] 1681/3847 43% [=========================== ] 1682/3847 43% [=========================== ] 1683/3847 43% [=========================== ] 1684/3847 43% [=========================== ] 1685/3847 43% [=========================== ] 1686/3847 43% [=========================== ] 1687/3847 43% [=========================== ] 1688/3847 43% [=========================== ] 1689/3847 43% [=========================== ] 1690/3847 43% [=========================== ] 1691/3847 43% [=========================== ] 1692/3847 43% [=========================== ] 1693/3847 44% [=========================== ] 1694/3847 44% [=========================== ] 1695/3847 44% [=========================== ] 1696/3847 44% [=========================== ] 1697/3847 44% [=========================== ] 1698/3847 44% [=========================== ] 1699/3847 44% [=========================== ] 1700/3847 44% [=========================== ] 1701/3847 44% [=========================== ] 1702/3847 44% [=========================== ] 1703/3847 44% [=========================== ] 1704/3847 44% [=========================== ] 1705/3847 44% [=========================== ] 1706/3847 44% [=========================== ] 1707/3847 44% [=========================== ] 1708/3847 44% [=========================== ] 1709/3847 44% [=========================== ] 1710/3847 44% [=========================== ] 1711/3847 44% [=========================== ] 1712/3847 44% [=========================== ] 1713/3847 44% [=========================== ] 1714/3847 44% [=========================== ] 1715/3847 44% [=========================== ] 1716/3847 44% [=========================== ] 1717/3847 44% [=========================== ] 1718/3847 44% [=========================== ] 1719/3847 44% [=========================== ] 1720/3847 44% [=========================== ] 1721/3847 44% [=========================== ] 1722/3847 44% [=========================== ] 1723/3847 44% [=========================== ] 1724/3847 44% [=========================== ] 1725/3847 44% [=========================== ] 1726/3847 44% [=========================== ] 1727/3847 44% [=========================== ] 1728/3847 44% [=========================== ] 1729/3847 44% [=========================== ] 1730/3847 44% [=========================== ] 1731/3847 44% [=========================== ] 1732/3847 45% [=========================== ] 1733/3847 45% [=========================== ] 1734/3847 45% [=========================== ] 1735/3847 45% [=========================== ] 1736/3847 45% [=========================== ] 1737/3847 45% [============================ ] 1738/3847 45% [============================ ] 1739/3847 45% [============================ ] 1740/3847 45% [============================ ] 1741/3847 45% [============================ ] 1742/3847 45% [============================ ] 1743/3847 45% [============================ ] 1744/3847 45% [============================ ] 1745/3847 45% [============================ ] 1746/3847 45% [============================ ] 1747/3847 45% [============================ ] 1748/3847 45% [============================ ] 1749/3847 45% [============================ ] 1750/3847 45% [============================ ] 1751/3847 45% [============================ ] 1752/3847 45% [============================ ] 1753/3847 45% [============================ ] 1754/3847 45% [============================ ] 1755/3847 45% [============================ ] 1756/3847 45% [============================ ] 1757/3847 45% [============================ ] 1758/3847 45% [============================ ] 1759/3847 45% [============================ ] 1760/3847 45% [============================ ] 1761/3847 45% [============================ ] 1762/3847 45% [============================ ] 1763/3847 45% [============================ ] 1764/3847 45% [============================ ] 1765/3847 45% [============================ ] 1766/3847 45% [============================ ] 1767/3847 45% [============================ ] 1768/3847 45% [============================ ] 1769/3847 45% [============================ ] 1770/3847 46% [============================ ] 1771/3847 46% [============================ ] 1772/3847 46% [============================ ] 1773/3847 46% [============================ ] 1774/3847 46% [============================ ] 1775/3847 46% [============================ ] 1776/3847 46% [============================ ] 1777/3847 46% [============================ ] 1778/3847 46% [============================ ] 1779/3847 46% [============================ ] 1780/3847 46% [============================ ] 1781/3847 46% [============================ ] 1782/3847 46% [============================ ] 1783/3847 46% [============================ ] 1784/3847 46% [============================ ] 1785/3847 46% [============================ ] 1786/3847 46% [============================ ] 1787/3847 46% [============================ ] 1788/3847 46% [============================ ] 1789/3847 46% [============================ ] 1790/3847 46% [============================ ] 1791/3847 46% [============================ ] 1792/3847 46% [============================ ] 1793/3847 46% [============================ ] 1794/3847 46% [============================ ] 1795/3847 46% [============================ ] 1796/3847 46% [============================ ] 1797/3847 46% [============================ ] 1798/3847 46% [============================ ] 1799/3847 46% [============================= ] 1800/3847 46% [============================= ] 1801/3847 46% [============================= ] 1802/3847 46% [============================= ] 1803/3847 46% [============================= ] 1804/3847 46% [============================= ] 1805/3847 46% [============================= ] 1806/3847 46% [============================= ] 1807/3847 46% [============================= ] 1808/3847 46% [============================= ] 1809/3847 47% [============================= ] 1810/3847 47% [============================= ] 1811/3847 47% [============================= ] 1812/3847 47% [============================= ] 1813/3847 47% [============================= ] 1814/3847 47% [============================= ] 1815/3847 47% [============================= ] 1816/3847 47% [============================= ] 1817/3847 47% [============================= ] 1818/3847 47% [============================= ] 1819/3847 47% [============================= ] 1820/3847 47% [============================= ] 1821/3847 47% [============================= ] 1822/3847 47% [============================= ] 1823/3847 47% [============================= ] 1824/3847 47% [============================= ] 1825/3847 47% [============================= ] 1826/3847 47% [============================= ] 1827/3847 47% [============================= ] 1828/3847 47% [============================= ] 1829/3847 47% [============================= ] 1830/3847 47% [============================= ] 1831/3847 47% [============================= ] 1832/3847 47% [============================= ] 1833/3847 47% [============================= ] 1834/3847 47% [============================= ] 1835/3847 47% [============================= ] 1836/3847 47% [============================= ] 1837/3847 47% [============================= ] 1838/3847 47% [============================= ] 1839/3847 47% [============================= ] 1840/3847 47% [============================= ] 1841/3847 47% [============================= ] 1842/3847 47% [============================= ] 1843/3847 47% [============================= ] 1844/3847 47% [============================= ] 1845/3847 47% [============================= ] 1846/3847 47% [============================= ] 1847/3847 48% [============================= ] 1848/3847 48% [============================= ] 1849/3847 48% [============================= ] 1850/3847 48% [============================= ] 1851/3847 48% [============================= ] 1852/3847 48% [============================= ] 1853/3847 48% [============================= ] 1854/3847 48% [============================= ] 1855/3847 48% [============================= ] 1856/3847 48% [============================= ] 1857/3847 48% [============================= ] 1858/3847 48% [============================= ] 1859/3847 48% [============================= ] 1860/3847 48% [============================= ] 1861/3847 48% [============================== ] 1862/3847 48% [============================== ] 1863/3847 48% [============================== ] 1864/3847 48% [============================== ] 1865/3847 48% [============================== ] 1866/3847 48% [============================== ] 1867/3847 48% [============================== ] 1868/3847 48% [============================== ] 1869/3847 48% [============================== ] 1870/3847 48% [============================== ] 1871/3847 48% [============================== ] 1872/3847 48% [============================== ] 1873/3847 48% [============================== ] 1874/3847 48% [============================== ] 1875/3847 48% [============================== ] 1876/3847 48% [============================== ] 1877/3847 48% [============================== ] 1878/3847 48% [============================== ] 1879/3847 48% [============================== ] 1880/3847 48% [============================== ] 1881/3847 48% [============================== ] 1882/3847 48% [============================== ] 1883/3847 48% [============================== ] 1884/3847 48% [============================== ] 1885/3847 48% [============================== ] 1886/3847 49% [============================== ] 1887/3847 49% [============================== ] 1888/3847 49% [============================== ] 1889/3847 49% [============================== ] 1890/3847 49% [============================== ] 1891/3847 49% [============================== ] 1892/3847 49% [============================== ] 1893/3847 49% [============================== ] 1894/3847 49% [============================== ] 1895/3847 49% [============================== ] 1896/3847 49% [============================== ] 1897/3847 49% [============================== ] 1898/3847 49% [============================== ] 1899/3847 49% [============================== ] 1900/3847 49% [============================== ] 1901/3847 49% [============================== ] 1902/3847 49% [============================== ] 1903/3847 49% [============================== ] 1904/3847 49% [============================== ] 1905/3847 49% [============================== ] 1906/3847 49% [============================== ] 1907/3847 49% [============================== ] 1908/3847 49% [============================== ] 1909/3847 49% [============================== ] 1910/3847 49% [============================== ] 1911/3847 49% [============================== ] 1912/3847 49% [============================== ] 1913/3847 49% [============================== ] 1914/3847 49% [============================== ] 1915/3847 49% [============================== ] 1916/3847 49% [============================== ] 1917/3847 49% [============================== ] 1918/3847 49% [============================== ] 1919/3847 49% [============================== ] 1920/3847 49% [============================== ] 1921/3847 49% [============================== ] 1922/3847 49% [============================== ] 1923/3847 49% [=============================== ] 1924/3847 50% [=============================== ] 1925/3847 50% [=============================== ] 1926/3847 50% [=============================== ] 1927/3847 50% [=============================== ] 1928/3847 50% [=============================== ] 1929/3847 50% [=============================== ] 1930/3847 50% [=============================== ] 1931/3847 50% [=============================== ] 1932/3847 50% [=============================== ] 1933/3847 50% [=============================== ] 1934/3847 50% [=============================== ] 1935/3847 50% [=============================== ] 1936/3847 50% [=============================== ] 1937/3847 50% [=============================== ] 1938/3847 50% [=============================== ] 1939/3847 50% [=============================== ] 1940/3847 50% [=============================== ] 1941/3847 50% [=============================== ] 1942/3847 50% [=============================== ] 1943/3847 50% [=============================== ] 1944/3847 50% [=============================== ] 1945/3847 50% [=============================== ] 1946/3847 50% [=============================== ] 1947/3847 50% [=============================== ] 1948/3847 50% [=============================== ] 1949/3847 50% [=============================== ] 1950/3847 50% [=============================== ] 1951/3847 50% [=============================== ] 1952/3847 50% [=============================== ] 1953/3847 50% [=============================== ] 1954/3847 50% [=============================== ] 1955/3847 50% [=============================== ] 1956/3847 50% [=============================== ] 1957/3847 50% [=============================== ] 1958/3847 50% [=============================== ] 1959/3847 50% [=============================== ] 1960/3847 50% [=============================== ] 1961/3847 50% [=============================== ] 1962/3847 51% [=============================== ] 1963/3847 51% [=============================== ] 1964/3847 51% [=============================== ] 1965/3847 51% [=============================== ] 1966/3847 51% [=============================== ] 1967/3847 51% [=============================== ] 1968/3847 51% [=============================== ] 1969/3847 51% [=============================== ] 1970/3847 51% [=============================== ] 1971/3847 51% [=============================== ] 1972/3847 51% [=============================== ] 1973/3847 51% [=============================== ] 1974/3847 51% [=============================== ] 1975/3847 51% [=============================== ] 1976/3847 51% [=============================== ] 1977/3847 51% [=============================== ] 1978/3847 51% [=============================== ] 1979/3847 51% [=============================== ] 1980/3847 51% [=============================== ] 1981/3847 51% [=============================== ] 1982/3847 51% [=============================== ] 1983/3847 51% [=============================== ] 1984/3847 51% [=============================== ] 1985/3847 51% [================================ ] 1986/3847 51% [================================ ] 1987/3847 51% [================================ ] 1988/3847 51% [================================ ] 1989/3847 51% [================================ ] 1990/3847 51% [================================ ] 1991/3847 51% [================================ ] 1992/3847 51% [================================ ] 1993/3847 51% [================================ ] 1994/3847 51% [================================ ] 1995/3847 51% [================================ ] 1996/3847 51% [================================ ] 1997/3847 51% [================================ ] 1998/3847 51% [================================ ] 1999/3847 51% [================================ ] 2000/3847 51% [================================ ] 2001/3847 52% [================================ ] 2002/3847 52% [================================ ] 2003/3847 52% [================================ ] 2004/3847 52% [================================ ] 2005/3847 52% [================================ ] 2006/3847 52% [================================ ] 2007/3847 52% [================================ ] 2008/3847 52% [================================ ] 2009/3847 52% [================================ ] 2010/3847 52% [================================ ] 2011/3847 52% [================================ ] 2012/3847 52% [================================ ] 2013/3847 52% [================================ ] 2014/3847 52% [================================ ] 2015/3847 52% [================================ ] 2016/3847 52% [================================ ] 2017/3847 52% [================================ ] 2018/3847 52% [================================ ] 2019/3847 52% [================================ ] 2020/3847 52% [================================ ] 2021/3847 52% [================================ ] 2022/3847 52% [================================ ] 2023/3847 52% [================================ ] 2024/3847 52% [================================ ] 2025/3847 52% [================================ ] 2026/3847 52% [================================ ] 2027/3847 52% [================================ ] 2028/3847 52% [================================ ] 2029/3847 52% [================================ ] 2030/3847 52% [================================ ] 2031/3847 52% [================================ ] 2032/3847 52% [================================ ] 2033/3847 52% [================================ ] 2034/3847 52% [================================ ] 2035/3847 52% [================================ ] 2036/3847 52% [================================ ] 2037/3847 52% [================================ ] 2038/3847 52% [================================ ] 2039/3847 53% [================================ ] 2040/3847 53% [================================ ] 2041/3847 53% [================================ ] 2042/3847 53% [================================ ] 2043/3847 53% [================================ ] 2044/3847 53% [================================ ] 2045/3847 53% [================================ ] 2046/3847 53% [================================ ] 2047/3847 53% [================================= ] 2048/3847 53% [================================= ] 2049/3847 53% [================================= ] 2050/3847 53% [================================= ] 2051/3847 53% [================================= ] 2052/3847 53% [================================= ] 2053/3847 53% [================================= ] 2054/3847 53% [================================= ] 2055/3847 53% [================================= ] 2056/3847 53% [================================= ] 2057/3847 53% [================================= ] 2058/3847 53% [================================= ] 2059/3847 53% [================================= ] 2060/3847 53% [================================= ] 2061/3847 53% [================================= ] 2062/3847 53% [================================= ] 2063/3847 53% [================================= ] 2064/3847 53% [================================= ] 2065/3847 53% [================================= ] 2066/3847 53% [================================= ] 2067/3847 53% [================================= ] 2068/3847 53% [================================= ] 2069/3847 53% [================================= ] 2070/3847 53% [================================= ] 2071/3847 53% [================================= ] 2072/3847 53% [================================= ] 2073/3847 53% [================================= ] 2074/3847 53% [================================= ] 2075/3847 53% [================================= ] 2076/3847 53% [================================= ] 2077/3847 53% [================================= ] 2078/3847 54% [================================= ] 2079/3847 54% [================================= ] 2080/3847 54% [================================= ] 2081/3847 54% [================================= ] 2082/3847 54% [================================= ] 2083/3847 54% [================================= ] 2084/3847 54% [================================= ] 2085/3847 54% [================================= ] 2086/3847 54% [================================= ] 2087/3847 54% [================================= ] 2088/3847 54% [================================= ] 2089/3847 54% [================================= ] 2090/3847 54% [================================= ] 2091/3847 54% [================================= ] 2092/3847 54% [================================= ] 2093/3847 54% [================================= ] 2094/3847 54% [================================= ] 2095/3847 54% [================================= ] 2096/3847 54% [================================= ] 2097/3847 54% [================================= ] 2098/3847 54% [================================= ] 2099/3847 54% [================================= ] 2100/3847 54% [================================= ] 2101/3847 54% [================================= ] 2102/3847 54% [================================= ] 2103/3847 54% [================================= ] 2104/3847 54% [================================= ] 2105/3847 54% [================================= ] 2106/3847 54% [================================= ] 2107/3847 54% [================================= ] 2108/3847 54% [================================= ] 2109/3847 54% [================================== ] 2110/3847 54% [================================== ] 2111/3847 54% [================================== ] 2112/3847 54% [================================== ] 2113/3847 54% [================================== ] 2114/3847 54% [================================== ] 2115/3847 54% [================================== ] 2116/3847 55% [================================== ] 2117/3847 55% [================================== ] 2118/3847 55% [================================== ] 2119/3847 55% [================================== ] 2120/3847 55% [================================== ] 2121/3847 55% [================================== ] 2122/3847 55% [================================== ] 2123/3847 55% [================================== ] 2124/3847 55% [================================== ] 2125/3847 55% [================================== ] 2126/3847 55% [================================== ] 2127/3847 55% [================================== ] 2128/3847 55% [================================== ] 2129/3847 55% [================================== ] 2130/3847 55% [================================== ] 2131/3847 55% [================================== ] 2132/3847 55% [================================== ] 2133/3847 55% [================================== ] 2134/3847 55% [================================== ] 2135/3847 55% [================================== ] 2136/3847 55% [================================== ] 2137/3847 55% [================================== ] 2138/3847 55% [================================== ] 2139/3847 55% [================================== ] 2140/3847 55% [================================== ] 2141/3847 55% [================================== ] 2142/3847 55% [================================== ] 2143/3847 55% [================================== ] 2144/3847 55% [================================== ] 2145/3847 55% [================================== ] 2146/3847 55% [================================== ] 2147/3847 55% [================================== ] 2148/3847 55% [================================== ] 2149/3847 55% [================================== ] 2150/3847 55% [================================== ] 2151/3847 55% [================================== ] 2152/3847 55% [================================== ] 2153/3847 55% [================================== ] 2154/3847 55% [================================== ] 2155/3847 56% [================================== ] 2156/3847 56% [================================== ] 2157/3847 56% [================================== ] 2158/3847 56% [================================== ] 2159/3847 56% [================================== ] 2160/3847 56% [================================== ] 2161/3847 56% [================================== ] 2162/3847 56% [================================== ] 2163/3847 56% [================================== ] 2164/3847 56% [================================== ] 2165/3847 56% [================================== ] 2166/3847 56% [================================== ] 2167/3847 56% [================================== ] 2168/3847 56% [================================== ] 2169/3847 56% [================================== ] 2170/3847 56% [================================== ] 2171/3847 56% [=================================== ] 2172/3847 56% [=================================== ] 2173/3847 56% [=================================== ] 2174/3847 56% [=================================== ] 2175/3847 56% [=================================== ] 2176/3847 56% [=================================== ] 2177/3847 56% [=================================== ] 2178/3847 56% [=================================== ] 2179/3847 56% [=================================== ] 2180/3847 56% [=================================== ] 2181/3847 56% [=================================== ] 2182/3847 56% [=================================== ] 2183/3847 56% [=================================== ] 2184/3847 56% [=================================== ] 2185/3847 56% [=================================== ] 2186/3847 56% [=================================== ] 2187/3847 56% [=================================== ] 2188/3847 56% [=================================== ] 2189/3847 56% [=================================== ] 2190/3847 56% [=================================== ] 2191/3847 56% [=================================== ] 2192/3847 56% [=================================== ] 2193/3847 57% [=================================== ] 2194/3847 57% [=================================== ] 2195/3847 57% [=================================== ] 2196/3847 57% [=================================== ] 2197/3847 57% [=================================== ] 2198/3847 57% [=================================== ] 2199/3847 57% [=================================== ] 2200/3847 57% [=================================== ] 2201/3847 57% [=================================== ] 2202/3847 57% [=================================== ] 2203/3847 57% [=================================== ] 2204/3847 57% [=================================== ] 2205/3847 57% [=================================== ] 2206/3847 57% [=================================== ] 2207/3847 57% [=================================== ] 2208/3847 57% [=================================== ] 2209/3847 57% [=================================== ] 2210/3847 57% [=================================== ] 2211/3847 57% [=================================== ] 2212/3847 57% [=================================== ] 2213/3847 57% [=================================== ] 2214/3847 57% [=================================== ] 2215/3847 57% [=================================== ] 2216/3847 57% [=================================== ] 2217/3847 57% [=================================== ] 2218/3847 57% [=================================== ] 2219/3847 57% [=================================== ] 2220/3847 57% [=================================== ] 2221/3847 57% [=================================== ] 2222/3847 57% [=================================== ] 2223/3847 57% [=================================== ] 2224/3847 57% [=================================== ] 2225/3847 57% [=================================== ] 2226/3847 57% [=================================== ] 2227/3847 57% [=================================== ] 2228/3847 57% [=================================== ] 2229/3847 57% [=================================== ] 2230/3847 57% [=================================== ] 2231/3847 57% [=================================== ] 2232/3847 58% [=================================== ] 2233/3847 58% [==================================== ] 2234/3847 58% [==================================== ] 2235/3847 58% [==================================== ] 2236/3847 58% [==================================== ] 2237/3847 58% [==================================== ] 2238/3847 58% [==================================== ] 2239/3847 58% [==================================== ] 2240/3847 58% [==================================== ] 2241/3847 58% [==================================== ] 2242/3847 58% [==================================== ] 2243/3847 58% [==================================== ] 2244/3847 58% [==================================== ] 2245/3847 58% [==================================== ] 2246/3847 58% [==================================== ] 2247/3847 58% [==================================== ] 2248/3847 58% [==================================== ] 2249/3847 58% [==================================== ] 2250/3847 58% [==================================== ] 2251/3847 58% [==================================== ] 2252/3847 58% [==================================== ] 2253/3847 58% [==================================== ] 2254/3847 58% [==================================== ] 2255/3847 58% [==================================== ] 2256/3847 58% [==================================== ] 2257/3847 58% [==================================== ] 2258/3847 58% [==================================== ] 2259/3847 58% [==================================== ] 2260/3847 58% [==================================== ] 2261/3847 58% [==================================== ] 2262/3847 58% [==================================== ] 2263/3847 58% [==================================== ] 2264/3847 58% [==================================== ] 2265/3847 58% [==================================== ] 2266/3847 58% [==================================== ] 2267/3847 58% [==================================== ] 2268/3847 58% [==================================== ] 2269/3847 58% [==================================== ] 2270/3847 59% [==================================== ] 2271/3847 59% [==================================== ] 2272/3847 59% [==================================== ] 2273/3847 59% [==================================== ] 2274/3847 59% [==================================== ] 2275/3847 59% [==================================== ] 2276/3847 59% [==================================== ] 2277/3847 59% [==================================== ] 2278/3847 59% [==================================== ] 2279/3847 59% [==================================== ] 2280/3847 59% [==================================== ] 2281/3847 59% [==================================== ] 2282/3847 59% [==================================== ] 2283/3847 59% [==================================== ] 2284/3847 59% [==================================== ] 2285/3847 59% [==================================== ] 2286/3847 59% [==================================== ] 2287/3847 59% [==================================== ] 2288/3847 59% [==================================== ] 2289/3847 59% [==================================== ] 2290/3847 59% [==================================== ] 2291/3847 59% [==================================== ] 2292/3847 59% [==================================== ] 2293/3847 59% [==================================== ] 2294/3847 59% [==================================== ] 2295/3847 59% [===================================== ] 2296/3847 59% [===================================== ] 2297/3847 59% [===================================== ] 2298/3847 59% [===================================== ] 2299/3847 59% [===================================== ] 2300/3847 59% [===================================== ] 2301/3847 59% [===================================== ] 2302/3847 59% [===================================== ] 2303/3847 59% [===================================== ] 2304/3847 59% [===================================== ] 2305/3847 59% [===================================== ] 2306/3847 59% [===================================== ] 2307/3847 59% [===================================== ] 2308/3847 59% [===================================== ] 2309/3847 60% [===================================== ] 2310/3847 60% [===================================== ] 2311/3847 60% [===================================== ] 2312/3847 60% [===================================== ] 2313/3847 60% [===================================== ] 2314/3847 60% [===================================== ] 2315/3847 60% [===================================== ] 2316/3847 60% [===================================== ] 2317/3847 60% [===================================== ] 2318/3847 60% [===================================== ] 2319/3847 60% [===================================== ] 2320/3847 60% [===================================== ] 2321/3847 60% [===================================== ] 2322/3847 60% [===================================== ] 2323/3847 60% [===================================== ] 2324/3847 60% [===================================== ] 2325/3847 60% [===================================== ] 2326/3847 60% [===================================== ] 2327/3847 60% [===================================== ] 2328/3847 60% [===================================== ] 2329/3847 60% [===================================== ] 2330/3847 60% [===================================== ] 2331/3847 60% [===================================== ] 2332/3847 60% [===================================== ] 2333/3847 60% [===================================== ] 2334/3847 60% [===================================== ] 2335/3847 60% [===================================== ] 2336/3847 60% [===================================== ] 2337/3847 60% [===================================== ] 2338/3847 60% [===================================== ] 2339/3847 60% [===================================== ] 2340/3847 60% [===================================== ] 2341/3847 60% [===================================== ] 2342/3847 60% [===================================== ] 2343/3847 60% [===================================== ] 2344/3847 60% [===================================== ] 2345/3847 60% [===================================== ] 2346/3847 60% [===================================== ] 2347/3847 61% [===================================== ] 2348/3847 61% [===================================== ] 2349/3847 61% [===================================== ] 2350/3847 61% [===================================== ] 2351/3847 61% [===================================== ] 2352/3847 61% [===================================== ] 2353/3847 61% [===================================== ] 2354/3847 61% [===================================== ] 2355/3847 61% [===================================== ] 2356/3847 61% [===================================== ] 2357/3847 61% [====================================== ] 2358/3847 61% [====================================== ] 2359/3847 61% [====================================== ] 2360/3847 61% [====================================== ] 2361/3847 61% [====================================== ] 2362/3847 61% [====================================== ] 2363/3847 61% [====================================== ] 2364/3847 61% [====================================== ] 2365/3847 61% [====================================== ] 2366/3847 61% [====================================== ] 2367/3847 61% [====================================== ] 2368/3847 61% [====================================== ] 2369/3847 61% [====================================== ] 2370/3847 61% [====================================== ] 2371/3847 61% [====================================== ] 2372/3847 61% [====================================== ] 2373/3847 61% [====================================== ] 2374/3847 61% [====================================== ] 2375/3847 61% [====================================== ] 2376/3847 61% [====================================== ] 2377/3847 61% [====================================== ] 2378/3847 61% [====================================== ] 2379/3847 61% [====================================== ] 2380/3847 61% [====================================== ] 2381/3847 61% [====================================== ] 2382/3847 61% [====================================== ] 2383/3847 61% [====================================== ] 2384/3847 61% [====================================== ] 2385/3847 61% [====================================== ] 2386/3847 62% [====================================== ] 2387/3847 62% [====================================== ] 2388/3847 62% [====================================== ] 2389/3847 62% [====================================== ] 2390/3847 62% [====================================== ] 2391/3847 62% [====================================== ] 2392/3847 62% [====================================== ] 2393/3847 62% [====================================== ] 2394/3847 62% [====================================== ] 2395/3847 62% [====================================== ] 2396/3847 62% [====================================== ] 2397/3847 62% [====================================== ] 2398/3847 62% [====================================== ] 2399/3847 62% [====================================== ] 2400/3847 62% [====================================== ] 2401/3847 62% [====================================== ] 2402/3847 62% [====================================== ] 2403/3847 62% [====================================== ] 2404/3847 62% [====================================== ] 2405/3847 62% [====================================== ] 2406/3847 62% [====================================== ] 2407/3847 62% [====================================== ] 2408/3847 62% [====================================== ] 2409/3847 62% [====================================== ] 2410/3847 62% [====================================== ] 2411/3847 62% [====================================== ] 2412/3847 62% [====================================== ] 2413/3847 62% [====================================== ] 2414/3847 62% [====================================== ] 2415/3847 62% [====================================== ] 2416/3847 62% [====================================== ] 2417/3847 62% [====================================== ] 2418/3847 62% [====================================== ] 2419/3847 62% [======================================= ] 2420/3847 62% [======================================= ] 2421/3847 62% [======================================= ] 2422/3847 62% [======================================= ] 2423/3847 62% [======================================= ] 2424/3847 63% [======================================= ] 2425/3847 63% [======================================= ] 2426/3847 63% [======================================= ] 2427/3847 63% [======================================= ] 2428/3847 63% [======================================= ] 2429/3847 63% [======================================= ] 2430/3847 63% [======================================= ] 2431/3847 63% [======================================= ] 2432/3847 63% [======================================= ] 2433/3847 63% [======================================= ] 2434/3847 63% [======================================= ] 2435/3847 63% [======================================= ] 2436/3847 63% [======================================= ] 2437/3847 63% [======================================= ] 2438/3847 63% [======================================= ] 2439/3847 63% [======================================= ] 2440/3847 63% [======================================= ] 2441/3847 63% [======================================= ] 2442/3847 63% [======================================= ] 2443/3847 63% [======================================= ] 2444/3847 63% [======================================= ] 2445/3847 63% [======================================= ] 2446/3847 63% [======================================= ] 2447/3847 63% [======================================= ] 2448/3847 63% [======================================= ] 2449/3847 63% [======================================= ] 2450/3847 63% [======================================= ] 2451/3847 63% [======================================= ] 2452/3847 63% [======================================= ] 2453/3847 63% [======================================= ] 2454/3847 63% [======================================= ] 2455/3847 63% [======================================= ] 2456/3847 63% [======================================= ] 2457/3847 63% [======================================= ] 2458/3847 63% [======================================= ] 2459/3847 63% [======================================= ] 2460/3847 63% [======================================= ] 2461/3847 63% [======================================= ] 2462/3847 63% [======================================= ] 2463/3847 64% [======================================= ] 2464/3847 64% [======================================= ] 2465/3847 64% [======================================= ] 2466/3847 64% [======================================= ] 2467/3847 64% [======================================= ] 2468/3847 64% [======================================= ] 2469/3847 64% [======================================= ] 2470/3847 64% [======================================= ] 2471/3847 64% [======================================= ] 2472/3847 64% [======================================= ] 2473/3847 64% [======================================= ] 2474/3847 64% [======================================= ] 2475/3847 64% [======================================= ] 2476/3847 64% [======================================= ] 2477/3847 64% [======================================= ] 2478/3847 64% [======================================= ] 2479/3847 64% [======================================= ] 2480/3847 64% [======================================= ] 2481/3847 64% [======================================== ] 2482/3847 64% [======================================== ] 2483/3847 64% [======================================== ] 2484/3847 64% [======================================== ] 2485/3847 64% [======================================== ] 2486/3847 64% [======================================== ] 2487/3847 64% [======================================== ] 2488/3847 64% [======================================== ] 2489/3847 64% [======================================== ] 2490/3847 64% [======================================== ] 2491/3847 64% [======================================== ] 2492/3847 64% [======================================== ] 2493/3847 64% [======================================== ] 2494/3847 64% [======================================== ] 2495/3847 64% [======================================== ] 2496/3847 64% [======================================== ] 2497/3847 64% [======================================== ] 2498/3847 64% [======================================== ] 2499/3847 64% [======================================== ] 2500/3847 64% [======================================== ] 2501/3847 65% [======================================== ] 2502/3847 65% [======================================== ] 2503/3847 65% [======================================== ] 2504/3847 65% [======================================== ] 2505/3847 65% [======================================== ] 2506/3847 65% [======================================== ] 2507/3847 65% [======================================== ] 2508/3847 65% [======================================== ] 2509/3847 65% [======================================== ] 2510/3847 65% [======================================== ] 2511/3847 65% [======================================== ] 2512/3847 65% [======================================== ] 2513/3847 65% [======================================== ] 2514/3847 65% [======================================== ] 2515/3847 65% [======================================== ] 2516/3847 65% [======================================== ] 2517/3847 65% [======================================== ] 2518/3847 65% [======================================== ] 2519/3847 65% [======================================== ] 2520/3847 65% [======================================== ] 2521/3847 65% [======================================== ] 2522/3847 65% [======================================== ] 2523/3847 65% [======================================== ] 2524/3847 65% [======================================== ] 2525/3847 65% [======================================== ] 2526/3847 65% [======================================== ] 2527/3847 65% [======================================== ] 2528/3847 65% [======================================== ] 2529/3847 65% [======================================== ] 2530/3847 65% [======================================== ] 2531/3847 65% [======================================== ] 2532/3847 65% [======================================== ] 2533/3847 65% [======================================== ] 2534/3847 65% [======================================== ] 2535/3847 65% [======================================== ] 2536/3847 65% [======================================== ] 2537/3847 65% [======================================== ] 2538/3847 65% [======================================== ] 2539/3847 65% [======================================== ] 2540/3847 66% [======================================== ] 2541/3847 66% [======================================== ] 2542/3847 66% [======================================== ] 2543/3847 66% [========================================= ] 2544/3847 66% [========================================= ] 2545/3847 66% [========================================= ] 2546/3847 66% [========================================= ] 2547/3847 66% [========================================= ] 2548/3847 66% [========================================= ] 2549/3847 66% [========================================= ] 2550/3847 66% [========================================= ] 2551/3847 66% [========================================= ] 2552/3847 66% [========================================= ] 2553/3847 66% [========================================= ] 2554/3847 66% [========================================= ] 2555/3847 66% [========================================= ] 2556/3847 66% [========================================= ] 2557/3847 66% [========================================= ] 2558/3847 66% [========================================= ] 2559/3847 66% [========================================= ] 2560/3847 66% [========================================= ] 2561/3847 66% [========================================= ] 2562/3847 66% [========================================= ] 2563/3847 66% [========================================= ] 2564/3847 66% [========================================= ] 2565/3847 66% [========================================= ] 2566/3847 66% [========================================= ] 2567/3847 66% [========================================= ] 2568/3847 66% [========================================= ] 2569/3847 66% [========================================= ] 2570/3847 66% [========================================= ] 2571/3847 66% [========================================= ] 2572/3847 66% [========================================= ] 2573/3847 66% [========================================= ] 2574/3847 66% [========================================= ] 2575/3847 66% [========================================= ] 2576/3847 66% [========================================= ] 2577/3847 66% [========================================= ] 2578/3847 67% [========================================= ] 2579/3847 67% [========================================= ] 2580/3847 67% [========================================= ] 2581/3847 67% [========================================= ] 2582/3847 67% [========================================= ] 2583/3847 67% [========================================= ] 2584/3847 67% [========================================= ] 2585/3847 67% [========================================= ] 2586/3847 67% [========================================= ] 2587/3847 67% [========================================= ] 2588/3847 67% [========================================= ] 2589/3847 67% [========================================= ] 2590/3847 67% [========================================= ] 2591/3847 67% [========================================= ] 2592/3847 67% [========================================= ] 2593/3847 67% [========================================= ] 2594/3847 67% [========================================= ] 2595/3847 67% [========================================= ] 2596/3847 67% [========================================= ] 2597/3847 67% [========================================= ] 2598/3847 67% [========================================= ] 2599/3847 67% [========================================= ] 2600/3847 67% [========================================= ] 2601/3847 67% [========================================= ] 2602/3847 67% [========================================= ] 2603/3847 67% [========================================= ] 2604/3847 67% [========================================= ] 2605/3847 67% [========================================= ] 2606/3847 67% [========================================== ] 2607/3847 67% [========================================== ] 2608/3847 67% [========================================== ] 2609/3847 67% [========================================== ] 2610/3847 67% [========================================== ] 2611/3847 67% [========================================== ] 2612/3847 67% [========================================== ] 2613/3847 67% [========================================== ] 2614/3847 67% [========================================== ] 2615/3847 67% [========================================== ] 2616/3847 68% [========================================== ] 2617/3847 68% [========================================== ] 2618/3847 68% [========================================== ] 2619/3847 68% [========================================== ] 2620/3847 68% [========================================== ] 2621/3847 68% [========================================== ] 2622/3847 68% [========================================== ] 2623/3847 68% [========================================== ] 2624/3847 68% [========================================== ] 2625/3847 68% [========================================== ] 2626/3847 68% [========================================== ] 2627/3847 68% [========================================== ] 2628/3847 68% [========================================== ] 2629/3847 68% [========================================== ] 2630/3847 68% [========================================== ] 2631/3847 68% [========================================== ] 2632/3847 68% [========================================== ] 2633/3847 68% [========================================== ] 2634/3847 68% [========================================== ] 2635/3847 68% [========================================== ] 2636/3847 68% [========================================== ] 2637/3847 68% [========================================== ] 2638/3847 68% [========================================== ] 2639/3847 68% [========================================== ] 2640/3847 68% [========================================== ] 2641/3847 68% [========================================== ] 2642/3847 68% [========================================== ] 2643/3847 68% [========================================== ] 2644/3847 68% [========================================== ] 2645/3847 68% [========================================== ] 2646/3847 68% [========================================== ] 2647/3847 68% [========================================== ] 2648/3847 68% [========================================== ] 2649/3847 68% [========================================== ] 2650/3847 68% [========================================== ] 2651/3847 68% [========================================== ] 2652/3847 68% [========================================== ] 2653/3847 68% [========================================== ] 2654/3847 68% [========================================== ] 2655/3847 69% [========================================== ] 2656/3847 69% [========================================== ] 2657/3847 69% [========================================== ] 2658/3847 69% [========================================== ] 2659/3847 69% [========================================== ] 2660/3847 69% [========================================== ] 2661/3847 69% [========================================== ] 2662/3847 69% [========================================== ] 2663/3847 69% [========================================== ] 2664/3847 69% [========================================== ] 2665/3847 69% [========================================== ] 2666/3847 69% [========================================== ] 2667/3847 69% [========================================== ] 2668/3847 69% [=========================================== ] 2669/3847 69% [=========================================== ] 2670/3847 69% [=========================================== ] 2671/3847 69% [=========================================== ] 2672/3847 69% [=========================================== ] 2673/3847 69% [=========================================== ] 2674/3847 69% [=========================================== ] 2675/3847 69% [=========================================== ] 2676/3847 69% [=========================================== ] 2677/3847 69% [=========================================== ] 2678/3847 69% [=========================================== ] 2679/3847 69% [=========================================== ] 2680/3847 69% [=========================================== ] 2681/3847 69% [=========================================== ] 2682/3847 69% [=========================================== ] 2683/3847 69% [=========================================== ] 2684/3847 69% [=========================================== ] 2685/3847 69% [=========================================== ] 2686/3847 69% [=========================================== ] 2687/3847 69% [=========================================== ] 2688/3847 69% [=========================================== ] 2689/3847 69% [=========================================== ] 2690/3847 69% [=========================================== ] 2691/3847 69% [=========================================== ] 2692/3847 69% [=========================================== ] 2693/3847 70% [=========================================== ] 2694/3847 70% [=========================================== ] 2695/3847 70% [=========================================== ] 2696/3847 70% [=========================================== ] 2697/3847 70% [=========================================== ] 2698/3847 70% [=========================================== ] 2699/3847 70% [=========================================== ] 2700/3847 70% [=========================================== ] 2701/3847 70% [=========================================== ] 2702/3847 70% [=========================================== ] 2703/3847 70% [=========================================== ] 2704/3847 70% [=========================================== ] 2705/3847 70% [=========================================== ] 2706/3847 70% [=========================================== ] 2707/3847 70% [=========================================== ] 2708/3847 70% [=========================================== ] 2709/3847 70% [=========================================== ] 2710/3847 70% [=========================================== ] 2711/3847 70% [=========================================== ] 2712/3847 70% [=========================================== ] 2713/3847 70% [=========================================== ] 2714/3847 70% [=========================================== ] 2715/3847 70% [=========================================== ] 2716/3847 70% [=========================================== ] 2717/3847 70% [=========================================== ] 2718/3847 70% [=========================================== ] 2719/3847 70% [=========================================== ] 2720/3847 70% [=========================================== ] 2721/3847 70% [=========================================== ] 2722/3847 70% [=========================================== ] 2723/3847 70% [=========================================== ] 2724/3847 70% [=========================================== ] 2725/3847 70% [=========================================== ] 2726/3847 70% [=========================================== ] 2727/3847 70% [=========================================== ] 2728/3847 70% [=========================================== ] 2729/3847 70% [=========================================== ] 2730/3847 70% [============================================ ] 2731/3847 70% [============================================ ] 2732/3847 71% [============================================ ] 2733/3847 71% [============================================ ] 2734/3847 71% [============================================ ] 2735/3847 71% [============================================ ] 2736/3847 71% [============================================ ] 2737/3847 71% [============================================ ] 2738/3847 71% [============================================ ] 2739/3847 71% [============================================ ] 2740/3847 71% [============================================ ] 2741/3847 71% [============================================ ] 2742/3847 71% [============================================ ] 2743/3847 71% [============================================ ] 2744/3847 71% [============================================ ] 2745/3847 71% [============================================ ] 2746/3847 71% [============================================ ] 2747/3847 71% [============================================ ] 2748/3847 71% [============================================ ] 2749/3847 71% [============================================ ] 2750/3847 71% [============================================ ] 2751/3847 71% [============================================ ] 2752/3847 71% [============================================ ] 2753/3847 71% [============================================ ] 2754/3847 71% [============================================ ] 2755/3847 71% [============================================ ] 2756/3847 71% [============================================ ] 2757/3847 71% [============================================ ] 2758/3847 71% [============================================ ] 2759/3847 71% [============================================ ] 2760/3847 71% [============================================ ] 2761/3847 71% [============================================ ] 2762/3847 71% [============================================ ] 2763/3847 71% [============================================ ] 2764/3847 71% [============================================ ] 2765/3847 71% [============================================ ] 2766/3847 71% [============================================ ] 2767/3847 71% [============================================ ] 2768/3847 71% [============================================ ] 2769/3847 71% [============================================ ] 2770/3847 72% [============================================ ] 2771/3847 72% [============================================ ] 2772/3847 72% [============================================ ] 2773/3847 72% [============================================ ] 2774/3847 72% [============================================ ] 2775/3847 72% [============================================ ] 2776/3847 72% [============================================ ] 2777/3847 72% [============================================ ] 2778/3847 72% [============================================ ] 2779/3847 72% [============================================ ] 2780/3847 72% [============================================ ] 2781/3847 72% [============================================ ] 2782/3847 72% [============================================ ] 2783/3847 72% [============================================ ] 2784/3847 72% [============================================ ] 2785/3847 72% [============================================ ] 2786/3847 72% [============================================ ] 2787/3847 72% [============================================ ] 2788/3847 72% [============================================ ] 2789/3847 72% [============================================ ] 2790/3847 72% [============================================ ] 2791/3847 72% [============================================ ] 2792/3847 72% [============================================= ] 2793/3847 72% [============================================= ] 2794/3847 72% [============================================= ] 2795/3847 72% [============================================= ] 2796/3847 72% [============================================= ] 2797/3847 72% [============================================= ] 2798/3847 72% [============================================= ] 2799/3847 72% [============================================= ] 2800/3847 72% [============================================= ] 2801/3847 72% [============================================= ] 2802/3847 72% [============================================= ] 2803/3847 72% [============================================= ] 2804/3847 72% [============================================= ] 2805/3847 72% [============================================= ] 2806/3847 72% [============================================= ] 2807/3847 72% [============================================= ] 2808/3847 72% [============================================= ] 2809/3847 73% [============================================= ] 2810/3847 73% [============================================= ] 2811/3847 73% [============================================= ] 2812/3847 73% [============================================= ] 2813/3847 73% [============================================= ] 2814/3847 73% [============================================= ] 2815/3847 73% [============================================= ] 2816/3847 73% [============================================= ] 2817/3847 73% [============================================= ] 2818/3847 73% [============================================= ] 2819/3847 73% [============================================= ] 2820/3847 73% [============================================= ] 2821/3847 73% [============================================= ] 2822/3847 73% [============================================= ] 2823/3847 73% [============================================= ] 2824/3847 73% [============================================= ] 2825/3847 73% [============================================= ] 2826/3847 73% [============================================= ] 2827/3847 73% [============================================= ] 2828/3847 73% [============================================= ] 2829/3847 73% [============================================= ] 2830/3847 73% [============================================= ] 2831/3847 73% [============================================= ] 2832/3847 73% [============================================= ] 2833/3847 73% [============================================= ] 2834/3847 73% [============================================= ] 2835/3847 73% [============================================= ] 2836/3847 73% [============================================= ] 2837/3847 73% [============================================= ] 2838/3847 73% [============================================= ] 2839/3847 73% [============================================= ] 2840/3847 73% [============================================= ] 2841/3847 73% [============================================= ] 2842/3847 73% [============================================= ] 2843/3847 73% [============================================= ] 2844/3847 73% [============================================= ] 2845/3847 73% [============================================= ] 2846/3847 73% [============================================= ] 2847/3847 74% [============================================= ] 2848/3847 74% [============================================= ] 2849/3847 74% [============================================= ] 2850/3847 74% [============================================= ] 2851/3847 74% [============================================= ] 2852/3847 74% [============================================= ] 2853/3847 74% [============================================= ] 2854/3847 74% [============================================== ] 2855/3847 74% [============================================== ] 2856/3847 74% [============================================== ] 2857/3847 74% [============================================== ] 2858/3847 74% [============================================== ] 2859/3847 74% [============================================== ] 2860/3847 74% [============================================== ] 2861/3847 74% [============================================== ] 2862/3847 74% [============================================== ] 2863/3847 74% [============================================== ] 2864/3847 74% [============================================== ] 2865/3847 74% [============================================== ] 2866/3847 74% [============================================== ] 2867/3847 74% [============================================== ] 2868/3847 74% [============================================== ] 2869/3847 74% [============================================== ] 2870/3847 74% [============================================== ] 2871/3847 74% [============================================== ] 2872/3847 74% [============================================== ] 2873/3847 74% [============================================== ] 2874/3847 74% [============================================== ] 2875/3847 74% [============================================== ] 2876/3847 74% [============================================== ] 2877/3847 74% [============================================== ] 2878/3847 74% [============================================== ] 2879/3847 74% [============================================== ] 2880/3847 74% [============================================== ] 2881/3847 74% [============================================== ] 2882/3847 74% [============================================== ] 2883/3847 74% [============================================== ] 2884/3847 74% [============================================== ] 2885/3847 74% [============================================== ] 2886/3847 75% [============================================== ] 2887/3847 75% [============================================== ] 2888/3847 75% [============================================== ] 2889/3847 75% [============================================== ] 2890/3847 75% [============================================== ] 2891/3847 75% [============================================== ] 2892/3847 75% [============================================== ] 2893/3847 75% [============================================== ] 2894/3847 75% [============================================== ] 2895/3847 75% [============================================== ] 2896/3847 75% [============================================== ] 2897/3847 75% [============================================== ] 2898/3847 75% [============================================== ] 2899/3847 75% [============================================== ] 2900/3847 75% [============================================== ] 2901/3847 75% [============================================== ] 2902/3847 75% [============================================== ] 2903/3847 75% [============================================== ] 2904/3847 75% [============================================== ] 2905/3847 75% [============================================== ] 2906/3847 75% [============================================== ] 2907/3847 75% [============================================== ] 2908/3847 75% [============================================== ] 2909/3847 75% [============================================== ] 2910/3847 75% [============================================== ] 2911/3847 75% [============================================== ] 2912/3847 75% [============================================== ] 2913/3847 75% [============================================== ] 2914/3847 75% [============================================== ] 2915/3847 75% [============================================== ] 2916/3847 75% [=============================================== ] 2917/3847 75% [=============================================== ] 2918/3847 75% [=============================================== ] 2919/3847 75% [=============================================== ] 2920/3847 75% [=============================================== ] 2921/3847 75% [=============================================== ] 2922/3847 75% [=============================================== ] 2923/3847 75% [=============================================== ] 2924/3847 76% [=============================================== ] 2925/3847 76% [=============================================== ] 2926/3847 76% [=============================================== ] 2927/3847 76% [=============================================== ] 2928/3847 76% [=============================================== ] 2929/3847 76% [=============================================== ] 2930/3847 76% [=============================================== ] 2931/3847 76% [=============================================== ] 2932/3847 76% [=============================================== ] 2933/3847 76% [=============================================== ] 2934/3847 76% [=============================================== ] 2935/3847 76% [=============================================== ] 2936/3847 76% [=============================================== ] 2937/3847 76% [=============================================== ] 2938/3847 76% [=============================================== ] 2939/3847 76% [=============================================== ] 2940/3847 76% [=============================================== ] 2941/3847 76% [=============================================== ] 2942/3847 76% [=============================================== ] 2943/3847 76% [=============================================== ] 2944/3847 76% [=============================================== ] 2945/3847 76% [=============================================== ] 2946/3847 76% [=============================================== ] 2947/3847 76% [=============================================== ] 2948/3847 76% [=============================================== ] 2949/3847 76% [=============================================== ] 2950/3847 76% [=============================================== ] 2951/3847 76% [=============================================== ] 2952/3847 76% [=============================================== ] 2953/3847 76% [=============================================== ] 2954/3847 76% [=============================================== ] 2955/3847 76% [=============================================== ] 2956/3847 76% [=============================================== ] 2957/3847 76% [=============================================== ] 2958/3847 76% [=============================================== ] 2959/3847 76% [=============================================== ] 2960/3847 76% [=============================================== ] 2961/3847 76% [=============================================== ] 2962/3847 76% [=============================================== ] 2963/3847 77% [=============================================== ] 2964/3847 77% [=============================================== ] 2965/3847 77% [=============================================== ] 2966/3847 77% [=============================================== ] 2967/3847 77% [=============================================== ] 2968/3847 77% [=============================================== ] 2969/3847 77% [=============================================== ] 2970/3847 77% [=============================================== ] 2971/3847 77% [=============================================== ] 2972/3847 77% [=============================================== ] 2973/3847 77% [=============================================== ] 2974/3847 77% [=============================================== ] 2975/3847 77% [=============================================== ] 2976/3847 77% [=============================================== ] 2977/3847 77% [=============================================== ] 2978/3847 77% [================================================ ] 2979/3847 77% [================================================ ] 2980/3847 77% [================================================ ] 2981/3847 77% [================================================ ] 2982/3847 77% [================================================ ] 2983/3847 77% [================================================ ] 2984/3847 77% [================================================ ] 2985/3847 77% [================================================ ] 2986/3847 77% [================================================ ] 2987/3847 77% [================================================ ] 2988/3847 77% [================================================ ] 2989/3847 77% [================================================ ] 2990/3847 77% [================================================ ] 2991/3847 77% [================================================ ] 2992/3847 77% [================================================ ] 2993/3847 77% [================================================ ] 2994/3847 77% [================================================ ] 2995/3847 77% [================================================ ] 2996/3847 77% [================================================ ] 2997/3847 77% [================================================ ] 2998/3847 77% [================================================ ] 2999/3847 77% [================================================ ] 3000/3847 77% [================================================ ] 3001/3847 78% [================================================ ] 3002/3847 78% [================================================ ] 3003/3847 78% [================================================ ] 3004/3847 78% [================================================ ] 3005/3847 78% [================================================ ] 3006/3847 78% [================================================ ] 3007/3847 78% [================================================ ] 3008/3847 78% [================================================ ] 3009/3847 78% [================================================ ] 3010/3847 78% [================================================ ] 3011/3847 78% [================================================ ] 3012/3847 78% [================================================ ] 3013/3847 78% [================================================ ] 3014/3847 78% [================================================ ] 3015/3847 78% [================================================ ] 3016/3847 78% [================================================ ] 3017/3847 78% [================================================ ] 3018/3847 78% [================================================ ] 3019/3847 78% [================================================ ] 3020/3847 78% [================================================ ] 3021/3847 78% [================================================ ] 3022/3847 78% [================================================ ] 3023/3847 78% [================================================ ] 3024/3847 78% [================================================ ] 3025/3847 78% [================================================ ] 3026/3847 78% [================================================ ] 3027/3847 78% [================================================ ] 3028/3847 78% [================================================ ] 3029/3847 78% [================================================ ] 3030/3847 78% [================================================ ] 3031/3847 78% [================================================ ] 3032/3847 78% [================================================ ] 3033/3847 78% [================================================ ] 3034/3847 78% [================================================ ] 3035/3847 78% [================================================ ] 3036/3847 78% [================================================ ] 3037/3847 78% [================================================ ] 3038/3847 78% [================================================ ] 3039/3847 78% [================================================ ] 3040/3847 79% [================================================= ] 3041/3847 79% [================================================= ] 3042/3847 79% [================================================= ] 3043/3847 79% [================================================= ] 3044/3847 79% [================================================= ] 3045/3847 79% [================================================= ] 3046/3847 79% [================================================= ] 3047/3847 79% [================================================= ] 3048/3847 79% [================================================= ] 3049/3847 79% [================================================= ] 3050/3847 79% [================================================= ] 3051/3847 79% [================================================= ] 3052/3847 79% [================================================= ] 3053/3847 79% [================================================= ] 3054/3847 79% [================================================= ] 3055/3847 79% [================================================= ] 3056/3847 79% [================================================= ] 3057/3847 79% [================================================= ] 3058/3847 79% [================================================= ] 3059/3847 79% [================================================= ] 3060/3847 79% [================================================= ] 3061/3847 79% [================================================= ] 3062/3847 79% [================================================= ] 3063/3847 79% [================================================= ] 3064/3847 79% [================================================= ] 3065/3847 79% [================================================= ] 3066/3847 79% [================================================= ] 3067/3847 79% [================================================= ] 3068/3847 79% [================================================= ] 3069/3847 79% [================================================= ] 3070/3847 79% [================================================= ] 3071/3847 79% [================================================= ] 3072/3847 79% [================================================= ] 3073/3847 79% [================================================= ] 3074/3847 79% [================================================= ] 3075/3847 79% [================================================= ] 3076/3847 79% [================================================= ] 3077/3847 79% [================================================= ] 3078/3847 80% [================================================= ] 3079/3847 80% [================================================= ] 3080/3847 80% [================================================= ] 3081/3847 80% [================================================= ] 3082/3847 80% [================================================= ] 3083/3847 80% [================================================= ] 3084/3847 80% [================================================= ] 3085/3847 80% [================================================= ] 3086/3847 80% [================================================= ] 3087/3847 80% [================================================= ] 3088/3847 80% [================================================= ] 3089/3847 80% [================================================= ] 3090/3847 80% [================================================= ] 3091/3847 80% [================================================= ] 3092/3847 80% [================================================= ] 3093/3847 80% [================================================= ] 3094/3847 80% [================================================= ] 3095/3847 80% [================================================= ] 3096/3847 80% [================================================= ] 3097/3847 80% [================================================= ] 3098/3847 80% [================================================= ] 3099/3847 80% [================================================= ] 3100/3847 80% [================================================= ] 3101/3847 80% [================================================= ] 3102/3847 80% [================================================== ] 3103/3847 80% [================================================== ] 3104/3847 80% [================================================== ] 3105/3847 80% [================================================== ] 3106/3847 80% [================================================== ] 3107/3847 80% [================================================== ] 3108/3847 80% [================================================== ] 3109/3847 80% [================================================== ] 3110/3847 80% [================================================== ] 3111/3847 80% [================================================== ] 3112/3847 80% [================================================== ] 3113/3847 80% [================================================== ] 3114/3847 80% [================================================== ] 3115/3847 80% [================================================== ] 3116/3847 80% [================================================== ] 3117/3847 81% [================================================== ] 3118/3847 81% [================================================== ] 3119/3847 81% [================================================== ] 3120/3847 81% [================================================== ] 3121/3847 81% [================================================== ] 3122/3847 81% [================================================== ] 3123/3847 81% [================================================== ] 3124/3847 81% [================================================== ] 3125/3847 81% [================================================== ] 3126/3847 81% [================================================== ] 3127/3847 81% [================================================== ] 3128/3847 81% [================================================== ] 3129/3847 81% [================================================== ] 3130/3847 81% [================================================== ] 3131/3847 81% [================================================== ] 3132/3847 81% [================================================== ] 3133/3847 81% [================================================== ] 3134/3847 81% [================================================== ] 3135/3847 81% [================================================== ] 3136/3847 81% [================================================== ] 3137/3847 81% [================================================== ] 3138/3847 81% [================================================== ] 3139/3847 81% [================================================== ] 3140/3847 81% [================================================== ] 3141/3847 81% [================================================== ] 3142/3847 81% [================================================== ] 3143/3847 81% [================================================== ] 3144/3847 81% [================================================== ] 3145/3847 81% [================================================== ] 3146/3847 81% [================================================== ] 3147/3847 81% [================================================== ] 3148/3847 81% [================================================== ] 3149/3847 81% [================================================== ] 3150/3847 81% [================================================== ] 3151/3847 81% [================================================== ] 3152/3847 81% [================================================== ] 3153/3847 81% [================================================== ] 3154/3847 81% [================================================== ] 3155/3847 82% [================================================== ] 3156/3847 82% [================================================== ] 3157/3847 82% [================================================== ] 3158/3847 82% [================================================== ] 3159/3847 82% [================================================== ] 3160/3847 82% [================================================== ] 3161/3847 82% [================================================== ] 3162/3847 82% [================================================== ] 3163/3847 82% [================================================== ] 3164/3847 82% [=================================================== ] 3165/3847 82% [=================================================== ] 3166/3847 82% [=================================================== ] 3167/3847 82% [=================================================== ] 3168/3847 82% [=================================================== ] 3169/3847 82% [=================================================== ] 3170/3847 82% [=================================================== ] 3171/3847 82% [=================================================== ] 3172/3847 82% [=================================================== ] 3173/3847 82% [=================================================== ] 3174/3847 82% [=================================================== ] 3175/3847 82% [=================================================== ] 3176/3847 82% [=================================================== ] 3177/3847 82% [=================================================== ] 3178/3847 82% [=================================================== ] 3179/3847 82% [=================================================== ] 3180/3847 82% [=================================================== ] 3181/3847 82% [=================================================== ] 3182/3847 82% [=================================================== ] 3183/3847 82% [=================================================== ] 3184/3847 82% [=================================================== ] 3185/3847 82% [=================================================== ] 3186/3847 82% [=================================================== ] 3187/3847 82% [=================================================== ] 3188/3847 82% [=================================================== ] 3189/3847 82% [=================================================== ] 3190/3847 82% [=================================================== ] 3191/3847 82% [=================================================== ] 3192/3847 82% [=================================================== ] 3193/3847 82% [=================================================== ] 3194/3847 83% [=================================================== ] 3195/3847 83% [=================================================== ] 3196/3847 83% [=================================================== ] 3197/3847 83% [=================================================== ] 3198/3847 83% [=================================================== ] 3199/3847 83% [=================================================== ] 3200/3847 83% [=================================================== ] 3201/3847 83% [=================================================== ] 3202/3847 83% [=================================================== ] 3203/3847 83% [=================================================== ] 3204/3847 83% [=================================================== ] 3205/3847 83% [=================================================== ] 3206/3847 83% [=================================================== ] 3207/3847 83% [=================================================== ] 3208/3847 83% [=================================================== ] 3209/3847 83% [=================================================== ] 3210/3847 83% [=================================================== ] 3211/3847 83% [=================================================== ] 3212/3847 83% [=================================================== ] 3213/3847 83% [=================================================== ] 3214/3847 83% [=================================================== ] 3215/3847 83% [=================================================== ] 3216/3847 83% [=================================================== ] 3217/3847 83% [=================================================== ] 3218/3847 83% [=================================================== ] 3219/3847 83% [=================================================== ] 3220/3847 83% [=================================================== ] 3221/3847 83% [=================================================== ] 3222/3847 83% [=================================================== ] 3223/3847 83% [=================================================== ] 3224/3847 83% [=================================================== ] 3225/3847 83% [=================================================== ] 3226/3847 83% [==================================================== ] 3227/3847 83% [==================================================== ] 3228/3847 83% [==================================================== ] 3229/3847 83% [==================================================== ] 3230/3847 83% [==================================================== ] 3231/3847 83% [==================================================== ] 3232/3847 84% [==================================================== ] 3233/3847 84% [==================================================== ] 3234/3847 84% [==================================================== ] 3235/3847 84% [==================================================== ] 3236/3847 84% [==================================================== ] 3237/3847 84% [==================================================== ] 3238/3847 84% [==================================================== ] 3239/3847 84% [==================================================== ] 3240/3847 84% [==================================================== ] 3241/3847 84% [==================================================== ] 3242/3847 84% [==================================================== ] 3243/3847 84% [==================================================== ] 3244/3847 84% [==================================================== ] 3245/3847 84% [==================================================== ] 3246/3847 84% [==================================================== ] 3247/3847 84% [==================================================== ] 3248/3847 84% [==================================================== ] 3249/3847 84% [==================================================== ] 3250/3847 84% [==================================================== ] 3251/3847 84% [==================================================== ] 3252/3847 84% [==================================================== ] 3253/3847 84% [==================================================== ] 3254/3847 84% [==================================================== ] 3255/3847 84% [==================================================== ] 3256/3847 84% [==================================================== ] 3257/3847 84% [==================================================== ] 3258/3847 84% [==================================================== ] 3259/3847 84% [==================================================== ] 3260/3847 84% [==================================================== ] 3261/3847 84% [==================================================== ] 3262/3847 84% [==================================================== ] 3263/3847 84% [==================================================== ] 3264/3847 84% [==================================================== ] 3265/3847 84% [==================================================== ] 3266/3847 84% [==================================================== ] 3267/3847 84% [==================================================== ] 3268/3847 84% [==================================================== ] 3269/3847 84% [==================================================== ] 3270/3847 85% [==================================================== ] 3271/3847 85% [==================================================== ] 3272/3847 85% [==================================================== ] 3273/3847 85% [==================================================== ] 3274/3847 85% [==================================================== ] 3275/3847 85% [==================================================== ] 3276/3847 85% [==================================================== ] 3277/3847 85% [==================================================== ] 3278/3847 85% [==================================================== ] 3279/3847 85% [==================================================== ] 3280/3847 85% [==================================================== ] 3281/3847 85% [==================================================== ] 3282/3847 85% [==================================================== ] 3283/3847 85% [==================================================== ] 3284/3847 85% [==================================================== ] 3285/3847 85% [==================================================== ] 3286/3847 85% [==================================================== ] 3287/3847 85% [==================================================== ] 3288/3847 85% [===================================================== ] 3289/3847 85% [===================================================== ] 3290/3847 85% [===================================================== ] 3291/3847 85% [===================================================== ] 3292/3847 85% [===================================================== ] 3293/3847 85% [===================================================== ] 3294/3847 85% [===================================================== ] 3295/3847 85% [===================================================== ] 3296/3847 85% [===================================================== ] 3297/3847 85% [===================================================== ] 3298/3847 85% [===================================================== ] 3299/3847 85% [===================================================== ] 3300/3847 85% [===================================================== ] 3301/3847 85% [===================================================== ] 3302/3847 85% [===================================================== ] 3303/3847 85% [===================================================== ] 3304/3847 85% [===================================================== ] 3305/3847 85% [===================================================== ] 3306/3847 85% [===================================================== ] 3307/3847 85% [===================================================== ] 3308/3847 85% [===================================================== ] 3309/3847 86% [===================================================== ] 3310/3847 86% [===================================================== ] 3311/3847 86% [===================================================== ] 3312/3847 86% [===================================================== ] 3313/3847 86% [===================================================== ] 3314/3847 86% [===================================================== ] 3315/3847 86% [===================================================== ] 3316/3847 86% [===================================================== ] 3317/3847 86% [===================================================== ] 3318/3847 86% [===================================================== ] 3319/3847 86% [===================================================== ] 3320/3847 86% [===================================================== ] 3321/3847 86% [===================================================== ] 3322/3847 86% [===================================================== ] 3323/3847 86% [===================================================== ] 3324/3847 86% [===================================================== ] 3325/3847 86% [===================================================== ] 3326/3847 86% [===================================================== ] 3327/3847 86% [===================================================== ] 3328/3847 86% [===================================================== ] 3329/3847 86% [===================================================== ] 3330/3847 86% [===================================================== ] 3331/3847 86% [===================================================== ] 3332/3847 86% [===================================================== ] 3333/3847 86% [===================================================== ] 3334/3847 86% [===================================================== ] 3335/3847 86% [===================================================== ] 3336/3847 86% [===================================================== ] 3337/3847 86% [===================================================== ] 3338/3847 86% [===================================================== ] 3339/3847 86% [===================================================== ] 3340/3847 86% [===================================================== ] 3341/3847 86% [===================================================== ] 3342/3847 86% [===================================================== ] 3343/3847 86% [===================================================== ] 3344/3847 86% [===================================================== ] 3345/3847 86% [===================================================== ] 3346/3847 86% [===================================================== ] 3347/3847 87% [===================================================== ] 3348/3847 87% [===================================================== ] 3349/3847 87% [===================================================== ] 3350/3847 87% [====================================================== ] 3351/3847 87% [====================================================== ] 3352/3847 87% [====================================================== ] 3353/3847 87% [====================================================== ] 3354/3847 87% [====================================================== ] 3355/3847 87% [====================================================== ] 3356/3847 87% [====================================================== ] 3357/3847 87% [====================================================== ] 3358/3847 87% [====================================================== ] 3359/3847 87% [====================================================== ] 3360/3847 87% [====================================================== ] 3361/3847 87% [====================================================== ] 3362/3847 87% [====================================================== ] 3363/3847 87% [====================================================== ] 3364/3847 87% [====================================================== ] 3365/3847 87% [====================================================== ] 3366/3847 87% [====================================================== ] 3367/3847 87% [====================================================== ] 3368/3847 87% [====================================================== ] 3369/3847 87% [====================================================== ] 3370/3847 87% [====================================================== ] 3371/3847 87% [====================================================== ] 3372/3847 87% [====================================================== ] 3373/3847 87% [====================================================== ] 3374/3847 87% [====================================================== ] 3375/3847 87% [====================================================== ] 3376/3847 87% [====================================================== ] 3377/3847 87% [====================================================== ] 3378/3847 87% [====================================================== ] 3379/3847 87% [====================================================== ] 3380/3847 87% [====================================================== ] 3381/3847 87% [====================================================== ] 3382/3847 87% [====================================================== ] 3383/3847 87% [====================================================== ] 3384/3847 87% [====================================================== ] 3385/3847 87% [====================================================== ] 3386/3847 88% [====================================================== ] 3387/3847 88% [====================================================== ] 3388/3847 88% [====================================================== ] 3389/3847 88% [====================================================== ] 3390/3847 88% [====================================================== ] 3391/3847 88% [====================================================== ] 3392/3847 88% [====================================================== ] 3393/3847 88% [====================================================== ] 3394/3847 88% [====================================================== ] 3395/3847 88% [====================================================== ] 3396/3847 88% [====================================================== ] 3397/3847 88% [====================================================== ] 3398/3847 88% [====================================================== ] 3399/3847 88% [====================================================== ] 3400/3847 88% [====================================================== ] 3401/3847 88% [====================================================== ] 3402/3847 88% [====================================================== ] 3403/3847 88% [====================================================== ] 3404/3847 88% [====================================================== ] 3405/3847 88% [====================================================== ] 3406/3847 88% [====================================================== ] 3407/3847 88% [====================================================== ] 3408/3847 88% [====================================================== ] 3409/3847 88% [====================================================== ] 3410/3847 88% [====================================================== ] 3411/3847 88% [====================================================== ] 3412/3847 88% [======================================================= ] 3413/3847 88% [======================================================= ] 3414/3847 88% [======================================================= ] 3415/3847 88% [======================================================= ] 3416/3847 88% [======================================================= ] 3417/3847 88% [======================================================= ] 3418/3847 88% [======================================================= ] 3419/3847 88% [======================================================= ] 3420/3847 88% [======================================================= ] 3421/3847 88% [======================================================= ] 3422/3847 88% [======================================================= ] 3423/3847 88% [======================================================= ] 3424/3847 89% [======================================================= ] 3425/3847 89% [======================================================= ] 3426/3847 89% [======================================================= ] 3427/3847 89% [======================================================= ] 3428/3847 89% [======================================================= ] 3429/3847 89% [======================================================= ] 3430/3847 89% [======================================================= ] 3431/3847 89% [======================================================= ] 3432/3847 89% [======================================================= ] 3433/3847 89% [======================================================= ] 3434/3847 89% [======================================================= ] 3435/3847 89% [======================================================= ] 3436/3847 89% [======================================================= ] 3437/3847 89% [======================================================= ] 3438/3847 89% [======================================================= ] 3439/3847 89% [======================================================= ] 3440/3847 89% [======================================================= ] 3441/3847 89% [======================================================= ] 3442/3847 89% [======================================================= ] 3443/3847 89% [======================================================= ] 3444/3847 89% [======================================================= ] 3445/3847 89% [======================================================= ] 3446/3847 89% [======================================================= ] 3447/3847 89% [======================================================= ] 3448/3847 89% [======================================================= ] 3449/3847 89% [======================================================= ] 3450/3847 89% [======================================================= ] 3451/3847 89% [======================================================= ] 3452/3847 89% [======================================================= ] 3453/3847 89% [======================================================= ] 3454/3847 89% [======================================================= ] 3455/3847 89% [======================================================= ] 3456/3847 89% [======================================================= ] 3457/3847 89% [======================================================= ] 3458/3847 89% [======================================================= ] 3459/3847 89% [======================================================= ] 3460/3847 89% [======================================================= ] 3461/3847 89% [======================================================= ] 3462/3847 89% [======================================================= ] 3463/3847 90% [======================================================= ] 3464/3847 90% [======================================================= ] 3465/3847 90% [======================================================= ] 3466/3847 90% [======================================================= ] 3467/3847 90% [======================================================= ] 3468/3847 90% [======================================================= ] 3469/3847 90% [======================================================= ] 3470/3847 90% [======================================================= ] 3471/3847 90% [======================================================= ] 3472/3847 90% [======================================================= ] 3473/3847 90% [======================================================= ] 3474/3847 90% [======================================================== ] 3475/3847 90% [======================================================== ] 3476/3847 90% [======================================================== ] 3477/3847 90% [======================================================== ] 3478/3847 90% [======================================================== ] 3479/3847 90% [======================================================== ] 3480/3847 90% [======================================================== ] 3481/3847 90% [======================================================== ] 3482/3847 90% [======================================================== ] 3483/3847 90% [======================================================== ] 3484/3847 90% [======================================================== ] 3485/3847 90% [======================================================== ] 3486/3847 90% [======================================================== ] 3487/3847 90% [======================================================== ] 3488/3847 90% [======================================================== ] 3489/3847 90% [======================================================== ] 3490/3847 90% [======================================================== ] 3491/3847 90% [======================================================== ] 3492/3847 90% [======================================================== ] 3493/3847 90% [======================================================== ] 3494/3847 90% [======================================================== ] 3495/3847 90% [======================================================== ] 3496/3847 90% [======================================================== ] 3497/3847 90% [======================================================== ] 3498/3847 90% [======================================================== ] 3499/3847 90% [======================================================== ] 3500/3847 90% [======================================================== ] 3501/3847 91% [======================================================== ] 3502/3847 91% [======================================================== ] 3503/3847 91% [======================================================== ] 3504/3847 91% [======================================================== ] 3505/3847 91% [======================================================== ] 3506/3847 91% [======================================================== ] 3507/3847 91% [======================================================== ] 3508/3847 91% [======================================================== ] 3509/3847 91% [======================================================== ] 3510/3847 91% [======================================================== ] 3511/3847 91% [======================================================== ] 3512/3847 91% [======================================================== ] 3513/3847 91% [======================================================== ] 3514/3847 91% [======================================================== ] 3515/3847 91% [======================================================== ] 3516/3847 91% [======================================================== ] 3517/3847 91% [======================================================== ] 3518/3847 91% [======================================================== ] 3519/3847 91% [======================================================== ] 3520/3847 91% [======================================================== ] 3521/3847 91% [======================================================== ] 3522/3847 91% [======================================================== ] 3523/3847 91% [======================================================== ] 3524/3847 91% [======================================================== ] 3525/3847 91% [======================================================== ] 3526/3847 91% [======================================================== ] 3527/3847 91% [======================================================== ] 3528/3847 91% [======================================================== ] 3529/3847 91% [======================================================== ] 3530/3847 91% [======================================================== ] 3531/3847 91% [======================================================== ] 3532/3847 91% [======================================================== ] 3533/3847 91% [======================================================== ] 3534/3847 91% [======================================================== ] 3535/3847 91% [======================================================== ] 3536/3847 91% [========================================================= ] 3537/3847 91% [========================================================= ] 3538/3847 91% [========================================================= ] 3539/3847 91% [========================================================= ] 3540/3847 92% [========================================================= ] 3541/3847 92% [========================================================= ] 3542/3847 92% [========================================================= ] 3543/3847 92% [========================================================= ] 3544/3847 92% [========================================================= ] 3545/3847 92% [========================================================= ] 3546/3847 92% [========================================================= ] 3547/3847 92% [========================================================= ] 3548/3847 92% [========================================================= ] 3549/3847 92% [========================================================= ] 3550/3847 92% [========================================================= ] 3551/3847 92% [========================================================= ] 3552/3847 92% [========================================================= ] 3553/3847 92% [========================================================= ] 3554/3847 92% [========================================================= ] 3555/3847 92% [========================================================= ] 3556/3847 92% [========================================================= ] 3557/3847 92% [========================================================= ] 3558/3847 92% [========================================================= ] 3559/3847 92% [========================================================= ] 3560/3847 92% [========================================================= ] 3561/3847 92% [========================================================= ] 3562/3847 92% [========================================================= ] 3563/3847 92% [========================================================= ] 3564/3847 92% [========================================================= ] 3565/3847 92% [========================================================= ] 3566/3847 92% [========================================================= ] 3567/3847 92% [========================================================= ] 3568/3847 92% [========================================================= ] 3569/3847 92% [========================================================= ] 3570/3847 92% [========================================================= ] 3571/3847 92% [========================================================= ] 3572/3847 92% [========================================================= ] 3573/3847 92% [========================================================= ] 3574/3847 92% [========================================================= ] 3575/3847 92% [========================================================= ] 3576/3847 92% [========================================================= ] 3577/3847 92% [========================================================= ] 3578/3847 93% [========================================================= ] 3579/3847 93% [========================================================= ] 3580/3847 93% [========================================================= ] 3581/3847 93% [========================================================= ] 3582/3847 93% [========================================================= ] 3583/3847 93% [========================================================= ] 3584/3847 93% [========================================================= ] 3585/3847 93% [========================================================= ] 3586/3847 93% [========================================================= ] 3587/3847 93% [========================================================= ] 3588/3847 93% [========================================================= ] 3589/3847 93% [========================================================= ] 3590/3847 93% [========================================================= ] 3591/3847 93% [========================================================= ] 3592/3847 93% [========================================================= ] 3593/3847 93% [========================================================= ] 3594/3847 93% [========================================================= ] 3595/3847 93% [========================================================= ] 3596/3847 93% [========================================================= ] 3597/3847 93% [========================================================= ] 3598/3847 93% [========================================================== ] 3599/3847 93% [========================================================== ] 3600/3847 93% [========================================================== ] 3601/3847 93% [========================================================== ] 3602/3847 93% [========================================================== ] 3603/3847 93% [========================================================== ] 3604/3847 93% [========================================================== ] 3605/3847 93% [========================================================== ] 3606/3847 93% [========================================================== ] 3607/3847 93% [========================================================== ] 3608/3847 93% [========================================================== ] 3609/3847 93% [========================================================== ] 3610/3847 93% [========================================================== ] 3611/3847 93% [========================================================== ] 3612/3847 93% [========================================================== ] 3613/3847 93% [========================================================== ] 3614/3847 93% [========================================================== ] 3615/3847 93% [========================================================== ] 3616/3847 93% [========================================================== ] 3617/3847 94% [========================================================== ] 3618/3847 94% [========================================================== ] 3619/3847 94% [========================================================== ] 3620/3847 94% [========================================================== ] 3621/3847 94% [========================================================== ] 3622/3847 94% [========================================================== ] 3623/3847 94% [========================================================== ] 3624/3847 94% [========================================================== ] 3625/3847 94% [========================================================== ] 3626/3847 94% [========================================================== ] 3627/3847 94% [========================================================== ] 3628/3847 94% [========================================================== ] 3629/3847 94% [========================================================== ] 3630/3847 94% [========================================================== ] 3631/3847 94% [========================================================== ] 3632/3847 94% [========================================================== ] 3633/3847 94% [========================================================== ] 3634/3847 94% [========================================================== ] 3635/3847 94% [========================================================== ] 3636/3847 94% [========================================================== ] 3637/3847 94% [========================================================== ] 3638/3847 94% [========================================================== ] 3639/3847 94% [========================================================== ] 3640/3847 94% [========================================================== ] 3641/3847 94% [========================================================== ] 3642/3847 94% [========================================================== ] 3643/3847 94% [========================================================== ] 3644/3847 94% [========================================================== ] 3645/3847 94% [========================================================== ] 3646/3847 94% [========================================================== ] 3647/3847 94% [========================================================== ] 3648/3847 94% [========================================================== ] 3649/3847 94% [========================================================== ] 3650/3847 94% [========================================================== ] 3651/3847 94% [========================================================== ] 3652/3847 94% [========================================================== ] 3653/3847 94% [========================================================== ] 3654/3847 94% [========================================================== ] 3655/3847 95% [========================================================== ] 3656/3847 95% [========================================================== ] 3657/3847 95% [========================================================== ] 3658/3847 95% [========================================================== ] 3659/3847 95% [========================================================== ] 3660/3847 95% [=========================================================== ] 3661/3847 95% [=========================================================== ] 3662/3847 95% [=========================================================== ] 3663/3847 95% [=========================================================== ] 3664/3847 95% [=========================================================== ] 3665/3847 95% [=========================================================== ] 3666/3847 95% [=========================================================== ] 3667/3847 95% [=========================================================== ] 3668/3847 95% [=========================================================== ] 3669/3847 95% [=========================================================== ] 3670/3847 95% [=========================================================== ] 3671/3847 95% [=========================================================== ] 3672/3847 95% [=========================================================== ] 3673/3847 95% [=========================================================== ] 3674/3847 95% [=========================================================== ] 3675/3847 95% [=========================================================== ] 3676/3847 95% [=========================================================== ] 3677/3847 95% [=========================================================== ] 3678/3847 95% [=========================================================== ] 3679/3847 95% [=========================================================== ] 3680/3847 95% [=========================================================== ] 3681/3847 95% [=========================================================== ] 3682/3847 95% [=========================================================== ] 3683/3847 95% [=========================================================== ] 3684/3847 95% [=========================================================== ] 3685/3847 95% [=========================================================== ] 3686/3847 95% [=========================================================== ] 3687/3847 95% [=========================================================== ] 3688/3847 95% [=========================================================== ] 3689/3847 95% [=========================================================== ] 3690/3847 95% [=========================================================== ] 3691/3847 95% [=========================================================== ] 3692/3847 95% [=========================================================== ] 3693/3847 95% [=========================================================== ] 3694/3847 96% [=========================================================== ] 3695/3847 96% [=========================================================== ] 3696/3847 96% [=========================================================== ] 3697/3847 96% [=========================================================== ] 3698/3847 96% [=========================================================== ] 3699/3847 96% [=========================================================== ] 3700/3847 96% [=========================================================== ] 3701/3847 96% [=========================================================== ] 3702/3847 96% [=========================================================== ] 3703/3847 96% [=========================================================== ] 3704/3847 96% [=========================================================== ] 3705/3847 96% [=========================================================== ] 3706/3847 96% [=========================================================== ] 3707/3847 96% [=========================================================== ] 3708/3847 96% [=========================================================== ] 3709/3847 96% [=========================================================== ] 3710/3847 96% [=========================================================== ] 3711/3847 96% [=========================================================== ] 3712/3847 96% [=========================================================== ] 3713/3847 96% [=========================================================== ] 3714/3847 96% [=========================================================== ] 3715/3847 96% [=========================================================== ] 3716/3847 96% [=========================================================== ] 3717/3847 96% [=========================================================== ] 3718/3847 96% [=========================================================== ] 3719/3847 96% [=========================================================== ] 3720/3847 96% [=========================================================== ] 3721/3847 96% [=========================================================== ] 3722/3847 96% [============================================================ ] 3723/3847 96% [============================================================ ] 3724/3847 96% [============================================================ ] 3725/3847 96% [============================================================ ] 3726/3847 96% [============================================================ ] 3727/3847 96% [============================================================ ] 3728/3847 96% [============================================================ ] 3729/3847 96% [============================================================ ] 3730/3847 96% [============================================================ ] 3731/3847 96% [============================================================ ] 3732/3847 97% [============================================================ ] 3733/3847 97% [============================================================ ] 3734/3847 97% [============================================================ ] 3735/3847 97% [============================================================ ] 3736/3847 97% [============================================================ ] 3737/3847 97% [============================================================ ] 3738/3847 97% [============================================================ ] 3739/3847 97% [============================================================ ] 3740/3847 97% [============================================================ ] 3741/3847 97% [============================================================ ] 3742/3847 97% [============================================================ ] 3743/3847 97% [============================================================ ] 3744/3847 97% [============================================================ ] 3745/3847 97% [============================================================ ] 3746/3847 97% [============================================================ ] 3747/3847 97% [============================================================ ] 3748/3847 97% [============================================================ ] 3749/3847 97% [============================================================ ] 3750/3847 97% [============================================================ ] 3751/3847 97% [============================================================ ] 3752/3847 97% [============================================================ ] 3753/3847 97% [============================================================ ] 3754/3847 97% [============================================================ ] 3755/3847 97% [============================================================ ] 3756/3847 97% [============================================================ ] 3757/3847 97% [============================================================ ] 3758/3847 97% [============================================================ ] 3759/3847 97% [============================================================ ] 3760/3847 97% [============================================================ ] 3761/3847 97% [============================================================ ] 3762/3847 97% [============================================================ ] 3763/3847 97% [============================================================ ] 3764/3847 97% [============================================================ ] 3765/3847 97% [============================================================ ] 3766/3847 97% [============================================================ ] 3767/3847 97% [============================================================ ] 3768/3847 97% [============================================================ ] 3769/3847 97% [============================================================ ] 3770/3847 97% [============================================================ ] 3771/3847 98% [============================================================ ] 3772/3847 98% [============================================================ ] 3773/3847 98% [============================================================ ] 3774/3847 98% [============================================================ ] 3775/3847 98% [============================================================ ] 3776/3847 98% [============================================================ ] 3777/3847 98% [============================================================ ] 3778/3847 98% [============================================================ ] 3779/3847 98% [============================================================ ] 3780/3847 98% [============================================================ ] 3781/3847 98% [============================================================ ] 3782/3847 98% [============================================================ ] 3783/3847 98% [============================================================ ] 3784/3847 98% [============================================================= ] 3785/3847 98% [============================================================= ] 3786/3847 98% [============================================================= ] 3787/3847 98% [============================================================= ] 3788/3847 98% [============================================================= ] 3789/3847 98% [============================================================= ] 3790/3847 98% [============================================================= ] 3791/3847 98% [============================================================= ] 3792/3847 98% [============================================================= ] 3793/3847 98% [============================================================= ] 3794/3847 98% [============================================================= ] 3795/3847 98% [============================================================= ] 3796/3847 98% [============================================================= ] 3797/3847 98% [============================================================= ] 3798/3847 98% [============================================================= ] 3799/3847 98% [============================================================= ] 3800/3847 98% [============================================================= ] 3801/3847 98% [============================================================= ] 3802/3847 98% [============================================================= ] 3803/3847 98% [============================================================= ] 3804/3847 98% [============================================================= ] 3805/3847 98% [============================================================= ] 3806/3847 98% [============================================================= ] 3807/3847 98% [============================================================= ] 3808/3847 98% [============================================================= ] 3809/3847 99% [============================================================= ] 3810/3847 99% [============================================================= ] 3811/3847 99% [============================================================= ] 3812/3847 99% [============================================================= ] 3813/3847 99% [============================================================= ] 3814/3847 99% [============================================================= ] 3815/3847 99% [============================================================= ] 3816/3847 99% [============================================================= ] 3817/3847 99% [============================================================= ] 3818/3847 99% [============================================================= ] 3819/3847 99% [============================================================= ] 3820/3847 99% [============================================================= ] 3821/3847 99% [============================================================= ] 3822/3847 99% [============================================================= ] 3823/3847 99% [============================================================= ] 3824/3847 99% [============================================================= ] 3825/3847 99% [============================================================= ] 3826/3847 99% [============================================================= ] 3827/3847 99% [============================================================= ] 3828/3847 99% [============================================================= ] 3829/3847 99% [============================================================= ] 3830/3847 99% [============================================================= ] 3831/3847 99% [============================================================= ] 3832/3847 99% [============================================================= ] 3833/3847 99% [============================================================= ] 3834/3847 99% [============================================================= ] 3835/3847 99% [============================================================= ] 3836/3847 99% [============================================================= ] 3837/3847 99% [============================================================= ] 3838/3847 99% [============================================================= ] 3839/3847 99% [============================================================= ] 3840/3847 99% [============================================================= ] 3841/3847 99% [============================================================= ] 3842/3847 99% [============================================================= ] 3843/3847 99% [============================================================= ] 3844/3847 99% [============================================================= ] 3845/3847 99% [============================================================= ] 3846/3847 99% [==============================================================] 3847/3847 100% operation complete, 3847 objects in 41271 NAND pages. ln -snf /nvmedata/autobuild/instance-5/output-1/host/xtensa-buildroot-linux-uclibc/sysroot /nvmedata/autobuild/instance-5/output-1/staging make: Leaving directory '/nvmedata/autobuild/instance-5/buildroot' make: Entering directory '/nvmedata/autobuild/instance-5/buildroot' >>> Buildroot 2022.08-387-g7c738c47e4 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> host-binutils 2.39 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-gmp 6.2.1 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-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 11.3.0 Collecting legal info >>> linux-headers 5.17.15 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> aumix 2.9.1 Collecting legal info COPYING: OK (sha256: 1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> bandwidthd 2.0.1-auto-r11 Collecting legal info README: OK (sha256: 58573c40770e0c0b91f3eef8192952832321a344f66a4fb2d966095cbbfc86c2) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> jpeg Collecting legal info >>> jpeg-turbo 2.1.4 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> bash-completion 2.11 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> bash 5.1.16 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bcg729 1.1.1 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> bootstrap 4.3.1 Collecting legal info css/bootstrap.css: OK (sha256: 35fbb6dc3891aacaf1ffa07abec2344fdbc454aab533a2a03bcf93577eb7837b) >>> host-btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> cantarell 0.0.25 Collecting legal info COPYING: OK (sha256: 79a9d6198c0d9192c1b0bf55bcbc404a39390bd0d8c650cf20d652c2eaa284d8) >>> ccrypt 1.11 Collecting legal info COPYING: OK (sha256: d48d3af3cf27b32106ee3418c7c892cae745ece26cd909e72aa59b08e3f9c93d) >>> collectl 4.3.2 Collecting legal info COPYING: OK (sha256: 264fe27852db5624e6a9a9845b4e14e91ee5007305b33e5556dfade394d578a8) ARTISTIC: OK (sha256: b92800d37afa2aa03c02817ff3b68efc7236436fe76af06ad9b1fc4682f59bcb) GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> datatables 1.10.20 Collecting legal info license.txt: OK (sha256: c6a873f21550ed804f76013c36e14225704c1aa551fdb870e0c626eb91c19247) >>> host-e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> execline 2.8.0.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> expat 2.4.9 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> explorercanvas aa989ea9d9bac748638f7c66b0fc88e619715da6 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> fbset 2.1 Collecting legal info fbset.c: OK (sha256: c3285709a0840899a789faefae1704e87f96f757e905a38a1931a9d4fde95ddd) >>> freeradius-client 1.1.7 Collecting legal info COPYRIGHT: OK (sha256: e579878de7971b2224ae2263bbc61f6c465fe40e884a9068d5fa9d17fbfd2ebe) >>> fxload 2008_10_13 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) >>> gettext Collecting legal info >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> hdparm 9.63 Collecting legal info LICENSE.TXT: OK (sha256: eae572b06d2733f5c65fbe81680ce2b8a109afee2bdd1a161343c772af0e82e1) >>> htpdate 1.3.5 Collecting legal info LICENSE: OK (sha256: 7989949df09a0489434723c571541604cd3f2e0418c6a6aa9179bfaf8ec807cc) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> initscripts Collecting legal info >>> iputils 20211215 Collecting legal info LICENSE: OK (sha256: 973281334c2da6364fa6bdc44c1f0f8d60d80d73c782982ffc5d53b0a31aa042) Documentation/LICENSE.BSD3: OK (sha256: 9acc4bc871a4742550158e3696dcb381953172ef808d04ca248184f9f6322712) Documentation/LICENSE.GPL2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-meson 0.63.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.3.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.7 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.9 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.3 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> jasper 2.0.33 Collecting legal info LICENSE: OK (sha256: 4ad1bb42aff888c4403d792e6e2c5f1716d6c279fea70b296333c9d577d30b81) >>> jo 1.6 Collecting legal info COPYING: OK (sha256: 41d8b23dc6e76731f4920b9ce42d0d4a248d243a510319e2441d174a115f35cf) >>> json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> host-kmod 29 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> knock 0.8 Collecting legal info COPYING: OK (sha256: d747e19206e41702e40822dd91d37cbf40edd86f364ea416d667a0e3013f7189) >>> libb2 0.98.1 Collecting legal info COPYING: OK (sha256: 6a1ee543e5282cd9061881edf462e6fdab181f328da71fc2c9a6950a80e94d01) >>> libcgi 1.3.0 Collecting legal info LICENSES/LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: f32c31e26ec840753a8cd47cd2681e48be4cee853212d16a4b1d85ac4d677669) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libenca 1.19 Collecting legal info COPYING: OK (sha256: 87f1bd4a52b4029476b684fcdd51fed3c6b2540e462d3c2d3bfc9be4558b2825) >>> libkcapi 1.1.5 Collecting legal info COPYING: OK (sha256: c6b8402a68999b0f84560ab43cdf60f9ff33c4a9a8ced6a40db9d3b787ba5b4a) COPYING.gplv2: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.bsd: OK (sha256: 13aa749a5b0a454917a944ed8fffc530b784f5ead522b1aacaf4ec8aa55a6239) >>> liblockfile 1.17 Collecting legal info COPYRIGHT: OK (sha256: 3d080ab931103a823e6b9b788ccbc3e9d44797bd54546f3feebfd305f90de46a) licenses/GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) licenses/LGPL-2: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmng 2.0.3 Collecting legal info LICENSE: OK (sha256: ba280734838eb3f22a85b92a7e62de357d4d4c325029dce723b0cb125c417c35) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnet 1.2 Collecting legal info LICENSE: OK (sha256: a06f600f67f239898d85f083aeed82ce6015b1c57599ab1def00fb68787ef388) >>> libnetfilter_cthelper 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libqrencode 4.1.1 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libraw1394 2.1.2 Collecting legal info COPYING.LIB: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libsysfs 2.1.1 Collecting legal info cmd/GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lib/LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtelnet 0.23 Collecting legal info COPYING: OK (sha256: b1faf309467bc1d0aab9b42d6e86a614e78f8fe3580e289966b5b9f9a8f94d99) >>> libubox d716ac4bc4236031d4c3cc1ed362b502e20e3787 Collecting legal info >>> libxml2 2.10.2 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> linenoise 97d2850af13c339369093b78abe5265845d78220 Collecting legal info LICENSE: OK (sha256: efe1692aa5b869edaa0ac88f95eb0276c1125304ffc636a299db3ebbab47f62b) >>> links 2.26 Collecting legal info COPYING: OK (sha256: 92deeb70791366630095d4e0714fe37d6e2bd5db0e6ef498ebb8de328f45b253) >>> lockfile-progs 0.1.19 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> ltris 1.2 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> tslib 1.22 Collecting legal info COPYING: OK (sha256: 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> matio 1.5.22 Collecting legal info COPYING: OK (sha256: 3ed9a50d754fcc92d4accb8448e397eafeab686796b2a7445557ce782806e239) >>> mdadm 4.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> memstat 1.0 Collecting legal info debian/copyright: OK (sha256: 5e5db2a2fab637bbbc5d2400141fcb9f1b4b55540d025c2dc54378dc497cb524) >>> memtester 4.5.1 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> minissdpd 1.5.20211105 Collecting legal info LICENSE: OK (sha256: 45950e1d443106906f83a4ec7b9c2e1a9d6457130737a493cff0e5b7a39da570) >>> odroidc2-firmware s905_6.0.1_v5.5 Collecting legal info >>> openlayers 7.1.0 Collecting legal info LICENSE.md: OK (sha256: 6c4347b83a8c9feef18d57b18e3b6c44cf901b3c344a4a1fbd837e421555ab8e) >>> host-openocd 0.11.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> host-libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> openresolv 3.12.0 Collecting legal info LICENSE: OK (sha256: 384740bf5e19e7628d20f4dcc22925062fdc6020e9a6f074e567d4d797be57a0) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> perl-devel-stacktrace 2.04 Collecting legal info LICENSE: OK (sha256: dbd3162d261db5b40cac4d85afba619ec6a196398003c57b85c2333e7ef4c393) >>> host-perl 5.34.1 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 06bab256e2e039c59d2ca3c5853425317b4a0f251fe4e5d5201a987b11fc4f78) >>> perl 5.34.1 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 06bab256e2e039c59d2ca3c5853425317b4a0f251fe4e5d5201a987b11fc4f78) >>> perl-device-serialport 1.04 Collecting legal info README: OK (sha256: 59432e84eca65c10c4b627f8af0b00833685856b68242b816aea2a38283a124c) >>> perl-digest-sha1 2.13 Collecting legal info README: OK (sha256: 805bee77fab9c72b0bfb452bb623b278f1767de62011e1814de2a6f6115439c8) >>> perl-encode-locale 1.05 Collecting legal info README: OK (sha256: edfeacafbed5a0f2c4a2a3db3fb0274a7f210768d01c853c60b7feac841c83c8) >>> perl-filesys-notify-simple 0.14 Collecting legal info LICENSE: OK (sha256: 9a5cceb9fdb0064b57eeca0e7ad2af1e57eff51320a13083fc22930d2a190ed7) >>> perl-gdtextutil 0.86 Collecting legal info Dustismo.LICENSE: OK (sha256: 710484e3a1196664bbe8a5ad5d53c528e01226eb20e2885a4e1131eb6c6565cd) README: OK (sha256: 93ca7dd7f372c79e8ec1f849f2a418a67d195e4027c1b3e3dd8444fb30f3e97c) >>> perl-http-date 6.05 Collecting legal info LICENSE: OK (sha256: 305b71c4d2fd6380585689c5f1c620737a36a318ce0f9c772badce0fe293a44e) >>> perl-http-message 6.37 Collecting legal info LICENSE: OK (sha256: f2f428b5f8a3bf4e6a71cd5ea92558a3d123d3d7c5075d34923e71e46dea94df) >>> perl-io-html 1.004 Collecting legal info LICENSE: OK (sha256: 669fdd41b60ef6169a975b87a5fe35c50e81b9efc8f96b2459f4fbb238079d84) >>> perl-lwp-mediatypes 6.04 Collecting legal info LICENSE: OK (sha256: e84ac5ab84ace59952d2640e0ca4522eb0aaa8c2aa696352d1252aa109ea20bc) >>> perl-net-ssleay 1.85 Collecting legal info LICENSE: OK (sha256: b55065185a2172d9f2ea2dd87c18c206ea3dc45a64e5f3deb3eee34d839dc822) >>> perl-number-bytes-human 0.11 Collecting legal info README: OK (sha256: d42143fe4b63cb5d488d65a44e6c55769b098ea447462ff33316b33a837b7cf9) >>> perl-timedate 2.33 Collecting legal info README: OK (sha256: e72e67533eb3ddd705ae718898945e2f3bf3702e91e85bb67824575706bd5bf9) >>> perl-uri 5.12 Collecting legal info LICENSE: OK (sha256: d4f0b7a8771dcb1eee79a38c2e466eb997e23565a6687dd1900a2027eabe12a0) >>> prboom 2.5.0 Collecting legal info COPYING: OK (sha256: 1cba07ce0f6d1366d84b7cc62b76966ba79075e5f379c1e230c3ff0635fa789f) >>> sdl_mixer d1725fcb7c4e987aeb7ecdc94cb8b6375b702170 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> tremor 7c30a66346199f3f09017a09567c6c8a3a0eedc8 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> sdl_net 620b0ba7dd84a0fdbd4cc8ef1b2be1cc10f90ae3 Collecting legal info COPYING: OK (sha256: e542f822a6cd82deccf82cf0f50192917b0158d725a6bc6348ab1ccdd890ecbe) >>> host-pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> host-runc 1.1.4 Collecting legal info LICENSE: OK (sha256: 552a739c3b25792263f731542238b92f6f8d07e9a488eae27e6c4690038a8243) >>> host-go 1.19.1 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> s6-dns 2.3.5.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> s6-networking 2.4.1.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> s6 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> s6-portable-utils 2.2.3.2 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> screen 4.9.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> screenfetch 3.9.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> scrypt 1.3.1 Collecting legal info COPYRIGHT: OK (sha256: 1fb4da0e9000287414066a238f378528d5652f89b72b4a1d6b89fdd20031b22d) >>> spawn-fcgi 1.6.4 Collecting legal info COPYING: OK (sha256: 5c98cad2fbaf5c5e2562bcbab401a7c557c1bb1bac9914ecc63730925052fb13) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> tinc 1.0.36 Collecting legal info COPYING: OK (sha256: 3b37ffbf3459f2aceeef169aa65ee8b111ac1f8ba24a2a1b90b079678a9c7faa) COPYING.README: OK (sha256: 9bf76a8aa304d807df20bf3d221c21d259764be63e39b58f299b80ba3ac14b5b) >>> tpm2-tss 3.1.0 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> ubus a72457b61df045d3c499a6211362b751710590d7 Collecting legal info ubusd_acl.h: OK (sha256: a3caa6c0e90c87b7c97c2ac3d0c0d416082ef777215faec2e9b24ea6e68f6988) >>> ustream-ssl 68d09243b6fd4473004b27ff6483352e76e6af1a Collecting legal info ustream-ssl.h: OK (sha256: cf28f0f01a57423983fa062eb0f04bb1a78891863cb58c53059c3d8cb52c1dd4) >>> vsftpd 3.0.5 Collecting legal info COPYING: OK (sha256: c9cf119e2f9dbcf187fb805ba5aded105db26a693803636fb7228c98460ffbf2) >>> wilc-firmware wilc_linux_15_7 Collecting legal info LICENSE.wilc_fw: OK (sha256: 71355eee947a312594dbdaac039827544f93d23949b65c356b7b0ce09e2600fb) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-lzma 4.32.7 Collecting legal info COPYING.GPLv2: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: libubox-d716ac4bc4236031d4c3cc1ed362b502e20e3787: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: odroidc2-firmware-s905_6.0.1_v5.5: cannot save license (ODROIDC2_FIRMWARE_LICENSE_FILES not defined) Legal info produced in /nvmedata/autobuild/instance-5/output-1/legal-info make: Leaving directory '/nvmedata/autobuild/instance-5/buildroot'