/nvmedata/autobuild/instance-10/output-1/target/usr/lib/cmake /nvmedata/autobuild/instance-10/output-1/target/usr/share/cmake \ /nvmedata/autobuild/instance-10/output-1/target/usr/lib/rpm /nvmedata/autobuild/instance-10/output-1/target/usr/doc find /nvmedata/autobuild/instance-10/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /nvmedata/autobuild/instance-10/output-1/target/lib/ /nvmedata/autobuild/instance-10/output-1/target/usr/lib/ /nvmedata/autobuild/instance-10/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /nvmedata/autobuild/instance-10/output-1/target/usr/share/gdb rm -rf /nvmedata/autobuild/instance-10/output-1/target/usr/share/bash-completion rm -rf /nvmedata/autobuild/instance-10/output-1/target/etc/bash_completion.d rm -rf /nvmedata/autobuild/instance-10/output-1/target/usr/share/zsh rm -rf /nvmedata/autobuild/instance-10/output-1/target/usr/man /nvmedata/autobuild/instance-10/output-1/target/usr/share/man rm -rf /nvmedata/autobuild/instance-10/output-1/target/usr/info /nvmedata/autobuild/instance-10/output-1/target/usr/share/info rm -rf /nvmedata/autobuild/instance-10/output-1/target/usr/doc /nvmedata/autobuild/instance-10/output-1/target/usr/share/doc rm -rf /nvmedata/autobuild/instance-10/output-1/target/usr/share/gtk-doc rmdir /nvmedata/autobuild/instance-10/output-1/target/usr/share 2>/dev/null || true rm -rf /nvmedata/autobuild/instance-10/output-1/target/lib/debug /nvmedata/autobuild/instance-10/output-1/target/usr/lib/debug find /nvmedata/autobuild/instance-10/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /nvmedata/autobuild/instance-10/output-1/host/bin/riscv32-buildroot-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /nvmedata/autobuild/instance-10/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /nvmedata/autobuild/instance-10/output-1/host/bin/riscv32-buildroot-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /nvmedata/autobuild/instance-10/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /nvmedata/autobuild/instance-10/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /nvmedata/autobuild/instance-10/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-rc1-122-g15ab53968c"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.08-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2022.08-rc1\"" \ ) > /nvmedata/autobuild/instance-10/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /nvmedata/autobuild/instance-10/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/nvmedata/autobuild/instance-10/output-1/per-package /nvmedata/autobuild/instance-10/buildroot/support/scripts/fix-rpath target touch /nvmedata/autobuild/instance-10/output-1/target/usr >>> Generating root filesystems common tables rm -rf /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs mkdir -p /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs printf ' \n' >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt printf ' \n' >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.cramfs mkdir -p /nvmedata/autobuild/instance-10/output-1/images rm -rf /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/cramfs mkdir -p /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/cramfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-10/output-1/target/ /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/target" >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/fakeroot PATH="/nvmedata/autobuild/instance-10/output-1/host/bin:/nvmedata/autobuild/instance-10/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-10/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/target >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/fakeroot echo "/nvmedata/autobuild/instance-10/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/target" >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/fakeroot printf ' rm -rf /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/target/usr/lib/udev/hwdb.d/ /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/target/etc/udev/hwdb.d/\n' >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/fakeroot echo "find /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/fakeroot echo "find /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/fakeroot printf ' /nvmedata/autobuild/instance-10/output-1/host/bin/mkcramfs -L /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/target /nvmedata/autobuild/instance-10/output-1/images/rootfs.cramfs\n' >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/fakeroot chmod a+x /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/fakeroot PATH="/nvmedata/autobuild/instance-10/output-1/host/bin:/nvmedata/autobuild/instance-10/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-10/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/fakeroot rootdir=/nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/target table='/nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt' warning: file sizes truncated to 16MB (minus 1 byte) >>> Generating filesystem image rootfs.ext2 mkdir -p /nvmedata/autobuild/instance-10/output-1/images rm -rf /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ext2 mkdir -p /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ext2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-10/output-1/target/ /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ext2/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ext2/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ext2/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ext2/target" >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ext2/fakeroot PATH="/nvmedata/autobuild/instance-10/output-1/host/bin:/nvmedata/autobuild/instance-10/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-10/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ext2/target >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ext2/fakeroot echo "/nvmedata/autobuild/instance-10/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ext2/target" >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -rf /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ext2/target/usr/lib/udev/hwdb.d/ /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ext2/target/etc/udev/hwdb.d/\n' >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ext2/fakeroot echo "find /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ext2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ext2/fakeroot echo "find /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ext2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -f /nvmedata/autobuild/instance-10/output-1/images/rootfs.ext2\n /nvmedata/autobuild/instance-10/output-1/host/sbin/mkfs.ext2 -d /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ext2/target -r 1 -N 0 -m 5 -L "rootfs" -O ^64bit /nvmedata/autobuild/instance-10/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-10/output-1/build/buildroot-fs/ext2/fakeroot chmod a+x /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ext2/fakeroot PATH="/nvmedata/autobuild/instance-10/output-1/host/bin:/nvmedata/autobuild/instance-10/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-10/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ext2/fakeroot rootdir=/nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ext2/target table='/nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt' mke2fs 1.46.5 (30-Dec-2021) Creating regular file /nvmedata/autobuild/instance-10/output-1/images/rootfs.ext2 Creating filesystem with 1310720 4k blocks and 327680 inodes Filesystem UUID: 2a5e3598-2e0e-430b-9f5a-ff5a0b77c6d9 Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736 Allocating group tables: 0/40 done Writing inode tables: 0/40 done Copying files into the device: done Writing superblocks and filesystem accounting information: 0/40 done PATH="/nvmedata/autobuild/instance-10/output-1/host/bin:/nvmedata/autobuild/instance-10/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" bzip2 -9 -c /nvmedata/autobuild/instance-10/output-1/images/rootfs.ext2 > /nvmedata/autobuild/instance-10/output-1/images/rootfs.ext2.bz2 >>> Generating filesystem image rootfs.yaffs2 mkdir -p /nvmedata/autobuild/instance-10/output-1/images rm -rf /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2 mkdir -p /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-10/output-1/target/ /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target" >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/nvmedata/autobuild/instance-10/output-1/host/bin:/nvmedata/autobuild/instance-10/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-10/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/nvmedata/autobuild/instance-10/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target" >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /nvmedata/autobuild/instance-10/output-1/host/bin/mkyaffs2 --all-root /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target /nvmedata/autobuild/instance-10/output-1/images/rootfs.yaffs2\n' >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/nvmedata/autobuild/instance-10/output-1/host/bin:/nvmedata/autobuild/instance-10/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-10/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target table='/nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 3125 objects. stage 2: creating image '/nvmedata/autobuild/instance-10/output-1/images/rootfs.yaffs2' [ ] 1/3125 0% [ ] 2/3125 0% [ ] 3/3125 0% [ ] 4/3125 0% [ ] 5/3125 0% [ ] 6/3125 0% [ ] 7/3125 0% [ ] 8/3125 0% [ ] 9/3125 0% [ ] 10/3125 0% [ ] 11/3125 0% [ ] 12/3125 0% [ ] 13/3125 0% [ ] 14/3125 0% [ ] 15/3125 0% [ ] 16/3125 0% [ ] 17/3125 0% [ ] 18/3125 0% [ ] 19/3125 0% [ ] 20/3125 0% [ ] 21/3125 0% [ ] 22/3125 0% [ ] 23/3125 0% [ ] 24/3125 0% [ ] 25/3125 0% [ ] 26/3125 0% [ ] 27/3125 0% [ ] 28/3125 0% [ ] 29/3125 0% [ ] 30/3125 0% [ ] 31/3125 0% [ ] 32/3125 1% [ ] 33/3125 1% [ ] 34/3125 1% [ ] 35/3125 1% [ ] 36/3125 1% [ ] 37/3125 1% [ ] 38/3125 1% [ ] 39/3125 1% [ ] 40/3125 1% [ ] 41/3125 1% [ ] 42/3125 1% [ ] 43/3125 1% [ ] 44/3125 1% [ ] 45/3125 1% [ ] 46/3125 1% [ ] 47/3125 1% [ ] 48/3125 1% [ ] 49/3125 1% [ ] 50/3125 1% [= ] 51/3125 1% [= ] 52/3125 1% [= ] 53/3125 1% [= ] 54/3125 1% [= ] 55/3125 1% [= ] 56/3125 1% [= ] 57/3125 1% [= ] 58/3125 1% [= ] 59/3125 1% [= ] 60/3125 1% [= ] 61/3125 1% [= ] 62/3125 1% [= ] 63/3125 2% [= ] 64/3125 2% [= ] 65/3125 2% [= ] 66/3125 2% [= ] 67/3125 2% [= ] 68/3125 2% [= ] 69/3125 2% [= ] 70/3125 2% [= ] 71/3125 2% [= ] 72/3125 2% [= ] 73/3125 2% [= ] 74/3125 2% [= ] 75/3125 2% [= ] 76/3125 2% [= ] 77/3125 2% [= ] 78/3125 2% [= ] 79/3125 2% [= ] 80/3125 2% [= ] 81/3125 2% [= ] 82/3125 2% [= ] 83/3125 2% [= ] 84/3125 2% [= ] 85/3125 2% [= ] 86/3125 2% [= ] 87/3125 2% [= ] 88/3125 2% [= ] 89/3125 2% [= ] 90/3125 2% [= ] 91/3125 2% [= ] 92/3125 2% [= ] 93/3125 2% [= ] 94/3125 3% [= ] 95/3125 3% [= ] 96/3125 3% [= ] 97/3125 3% [= ] 98/3125 3% [= ] 99/3125 3% [= ] 100/3125 3% [== ] 101/3125 3% [== ] 102/3125 3% [== ] 103/3125 3% [== ] 104/3125 3% [== ] 105/3125 3% [== ] 106/3125 3% [== ] 107/3125 3% [== ] 108/3125 3% [== ] 109/3125 3% [== ] 110/3125 3% [== ] 111/3125 3% [== ] 112/3125 3% [== ] 113/3125 3% [== ] 114/3125 3% [== ] 115/3125 3% [== ] 116/3125 3% [== ] 117/3125 3% [== ] 118/3125 3% [== ] 119/3125 3% [== ] 120/3125 3% [== ] 121/3125 3% [== ] 122/3125 3% [== ] 123/3125 3% [== ] 124/3125 3% [== ] 125/3125 4% [== ] 126/3125 4% [== ] 127/3125 4% [== ] 128/3125 4% [== ] 129/3125 4% [== ] 130/3125 4% [== ] 131/3125 4% [== ] 132/3125 4% [== ] 133/3125 4% [== ] 134/3125 4% [== ] 135/3125 4% [== ] 136/3125 4% [== ] 137/3125 4% [== ] 138/3125 4% [== ] 139/3125 4% [== ] 140/3125 4% [== ] 141/3125 4% [== ] 142/3125 4% [== ] 143/3125 4% [== ] 144/3125 4% [== ] 145/3125 4% [== ] 146/3125 4% [== ] 147/3125 4% [== ] 148/3125 4% [== ] 149/3125 4% [== ] 150/3125 4% [== ] 151/3125 4% [=== ] 152/3125 4% [=== ] 153/3125 4% [=== ] 154/3125 4% [=== ] 155/3125 4% [=== ] 156/3125 4% [=== ] 157/3125 5% [=== ] 158/3125 5% [=== ] 159/3125 5% [=== ] 160/3125 5% [=== ] 161/3125 5% [=== ] 162/3125 5% [=== ] 163/3125 5% [=== ] 164/3125 5% [=== ] 165/3125 5% [=== ] 166/3125 5% [=== ] 167/3125 5% [=== ] 168/3125 5% [=== ] 169/3125 5% [=== ] 170/3125 5% [=== ] 171/3125 5% [=== ] 172/3125 5% [=== ] 173/3125 5% [=== ] 174/3125 5% [=== ] 175/3125 5% [=== ] 176/3125 5% [=== ] 177/3125 5% [=== ] 178/3125 5% [=== ] 179/3125 5% [=== ] 180/3125 5% [=== ] 181/3125 5% [=== ] 182/3125 5% [=== ] 183/3125 5% [=== ] 184/3125 5% [=== ] 185/3125 5% [=== ] 186/3125 5% [=== ] 187/3125 5% [=== ] 188/3125 6% [=== ] 189/3125 6% [=== ] 190/3125 6% [=== ] 191/3125 6% [=== ] 192/3125 6% [=== ] 193/3125 6% [=== ] 194/3125 6% [=== ] 195/3125 6% [=== ] 196/3125 6% [=== ] 197/3125 6% [=== ] 198/3125 6% [=== ] 199/3125 6% [=== ] 200/3125 6% [=== ] 201/3125 6% [==== ] 202/3125 6% [==== ] 203/3125 6% [==== ] 204/3125 6% [==== ] 205/3125 6% [==== ] 206/3125 6% [==== ] 207/3125 6% [==== ] 208/3125 6% [==== ] 209/3125 6% [==== ] 210/3125 6% [==== ] 211/3125 6% [==== ] 212/3125 6% [==== ] 213/3125 6% [==== ] 214/3125 6% [==== ] 215/3125 6% [==== ] 216/3125 6% [==== ] 217/3125 6% [==== ] 218/3125 6% [==== ] 219/3125 7% [==== ] 220/3125 7% [==== ] 221/3125 7% [==== ] 222/3125 7% [==== ] 223/3125 7% [==== ] 224/3125 7% [==== ] 225/3125 7% [==== ] 226/3125 7% [==== ] 227/3125 7% [==== ] 228/3125 7% [==== ] 229/3125 7% [==== ] 230/3125 7% [==== ] 231/3125 7% [==== ] 232/3125 7% [==== ] 233/3125 7% [==== ] 234/3125 7% [==== ] 235/3125 7% [==== ] 236/3125 7% [==== ] 237/3125 7% [==== ] 238/3125 7% [==== ] 239/3125 7% [==== ] 240/3125 7% [==== ] 241/3125 7% [==== ] 242/3125 7% [==== ] 243/3125 7% [==== ] 244/3125 7% [==== ] 245/3125 7% [==== ] 246/3125 7% [==== ] 247/3125 7% [==== ] 248/3125 7% [==== ] 249/3125 7% [==== ] 250/3125 8% [==== ] 251/3125 8% [==== ] 252/3125 8% [===== ] 253/3125 8% [===== ] 254/3125 8% [===== ] 255/3125 8% [===== ] 256/3125 8% [===== ] 257/3125 8% [===== ] 258/3125 8% [===== ] 259/3125 8% [===== ] 260/3125 8% [===== ] 261/3125 8% [===== ] 262/3125 8% [===== ] 263/3125 8% [===== ] 264/3125 8% [===== ] 265/3125 8% [===== ] 266/3125 8% [===== ] 267/3125 8% [===== ] 268/3125 8% [===== ] 269/3125 8% [===== ] 270/3125 8% [===== ] 271/3125 8% [===== ] 272/3125 8% [===== ] 273/3125 8% [===== ] 274/3125 8% [===== ] 275/3125 8% [===== ] 276/3125 8% [===== ] 277/3125 8% [===== ] 278/3125 8% [===== ] 279/3125 8% [===== ] 280/3125 8% [===== ] 281/3125 8% [===== ] 282/3125 9% [===== ] 283/3125 9% [===== ] 284/3125 9% [===== ] 285/3125 9% [===== ] 286/3125 9% [===== ] 287/3125 9% [===== ] 288/3125 9% [===== ] 289/3125 9% [===== ] 290/3125 9% [===== ] 291/3125 9% [===== ] 292/3125 9% [===== ] 293/3125 9% [===== ] 294/3125 9% [===== ] 295/3125 9% [===== ] 296/3125 9% [===== ] 297/3125 9% [===== ] 298/3125 9% [===== ] 299/3125 9% [===== ] 300/3125 9% [===== ] 301/3125 9% [===== ] 302/3125 9% [====== ] 303/3125 9% [====== ] 304/3125 9% [====== ] 305/3125 9% [====== ] 306/3125 9% [====== ] 307/3125 9% [====== ] 308/3125 9% [====== ] 309/3125 9% [====== ] 310/3125 9% [====== ] 311/3125 9% [====== ] 312/3125 9% [====== ] 313/3125 10% [====== ] 314/3125 10% [====== ] 315/3125 10% [====== ] 316/3125 10% [====== ] 317/3125 10% [====== ] 318/3125 10% [====== ] 319/3125 10% [====== ] 320/3125 10% [====== ] 321/3125 10% [====== ] 322/3125 10% [====== ] 323/3125 10% [====== ] 324/3125 10% [====== ] 325/3125 10% [====== ] 326/3125 10% [====== ] 327/3125 10% [====== ] 328/3125 10% [====== ] 329/3125 10% [====== ] 330/3125 10% [====== ] 331/3125 10% [====== ] 332/3125 10% [====== ] 333/3125 10% [====== ] 334/3125 10% [====== ] 335/3125 10% [====== ] 336/3125 10% [====== ] 337/3125 10% [====== ] 338/3125 10% [====== ] 339/3125 10% [====== ] 340/3125 10% [====== ] 341/3125 10% [====== ] 342/3125 10% [====== ] 343/3125 10% [====== ] 344/3125 11% [====== ] 345/3125 11% [====== ] 346/3125 11% [====== ] 347/3125 11% [====== ] 348/3125 11% [====== ] 349/3125 11% [====== ] 350/3125 11% [====== ] 351/3125 11% [====== ] 352/3125 11% [======= ] 353/3125 11% [======= ] 354/3125 11% [======= ] 355/3125 11% [======= ] 356/3125 11% [======= ] 357/3125 11% [======= ] 358/3125 11% [======= ] 359/3125 11% [======= ] 360/3125 11% [======= ] 361/3125 11% [======= ] 362/3125 11% [======= ] 363/3125 11% [======= ] 364/3125 11% [======= ] 365/3125 11% [======= ] 366/3125 11% [======= ] 367/3125 11% [======= ] 368/3125 11% [======= ] 369/3125 11% [======= ] 370/3125 11% [======= ] 371/3125 11% [======= ] 372/3125 11% [======= ] 373/3125 11% [======= ] 374/3125 11% [======= ] 375/3125 12% [======= ] 376/3125 12% [======= ] 377/3125 12% [======= ] 378/3125 12% [======= ] 379/3125 12% [======= ] 380/3125 12% [======= ] 381/3125 12% [======= ] 382/3125 12% [======= ] 383/3125 12% [======= ] 384/3125 12% [======= ] 385/3125 12% [======= ] 386/3125 12% [======= ] 387/3125 12% [======= ] 388/3125 12% [======= ] 389/3125 12% [======= ] 390/3125 12% [======= ] 391/3125 12% [======= ] 392/3125 12% [======= ] 393/3125 12% [======= ] 394/3125 12% [======= ] 395/3125 12% [======= ] 396/3125 12% [======= ] 397/3125 12% [======= ] 398/3125 12% [======= ] 399/3125 12% [======= ] 400/3125 12% [======= ] 401/3125 12% [======= ] 402/3125 12% [======= ] 403/3125 12% [======== ] 404/3125 12% [======== ] 405/3125 12% [======== ] 406/3125 12% [======== ] 407/3125 13% [======== ] 408/3125 13% [======== ] 409/3125 13% [======== ] 410/3125 13% [======== ] 411/3125 13% [======== ] 412/3125 13% [======== ] 413/3125 13% [======== ] 414/3125 13% [======== ] 415/3125 13% [======== ] 416/3125 13% [======== ] 417/3125 13% [======== ] 418/3125 13% [======== ] 419/3125 13% [======== ] 420/3125 13% [======== ] 421/3125 13% [======== ] 422/3125 13% [======== ] 423/3125 13% [======== ] 424/3125 13% [======== ] 425/3125 13% [======== ] 426/3125 13% [======== ] 427/3125 13% [======== ] 428/3125 13% [======== ] 429/3125 13% [======== ] 430/3125 13% [======== ] 431/3125 13% [======== ] 432/3125 13% [======== ] 433/3125 13% [======== ] 434/3125 13% [======== ] 435/3125 13% [======== ] 436/3125 13% [======== ] 437/3125 13% [======== ] 438/3125 14% [======== ] 439/3125 14% [======== ] 440/3125 14% [======== ] 441/3125 14% [======== ] 442/3125 14% [======== ] 443/3125 14% [======== ] 444/3125 14% [======== ] 445/3125 14% [======== ] 446/3125 14% [======== ] 447/3125 14% [======== ] 448/3125 14% [======== ] 449/3125 14% [======== ] 450/3125 14% [======== ] 451/3125 14% [======== ] 452/3125 14% [======== ] 453/3125 14% [========= ] 454/3125 14% [========= ] 455/3125 14% [========= ] 456/3125 14% [========= ] 457/3125 14% [========= ] 458/3125 14% [========= ] 459/3125 14% [========= ] 460/3125 14% [========= ] 461/3125 14% [========= ] 462/3125 14% [========= ] 463/3125 14% [========= ] 464/3125 14% [========= ] 465/3125 14% [========= ] 466/3125 14% [========= ] 467/3125 14% [========= ] 468/3125 14% [========= ] 469/3125 15% [========= ] 470/3125 15% [========= ] 471/3125 15% [========= ] 472/3125 15% [========= ] 473/3125 15% [========= ] 474/3125 15% [========= ] 475/3125 15% [========= ] 476/3125 15% [========= ] 477/3125 15% [========= ] 478/3125 15% [========= ] 479/3125 15% [========= ] 480/3125 15% [========= ] 481/3125 15% [========= ] 482/3125 15% [========= ] 483/3125 15% [========= ] 484/3125 15% [========= ] 485/3125 15% [========= ] 486/3125 15% [========= ] 487/3125 15% [========= ] 488/3125 15% [========= ] 489/3125 15% [========= ] 490/3125 15% [========= ] 491/3125 15% [========= ] 492/3125 15% [========= ] 493/3125 15% [========= ] 494/3125 15% [========= ] 495/3125 15% [========= ] 496/3125 15% [========= ] 497/3125 15% [========= ] 498/3125 15% [========= ] 499/3125 15% [========= ] 500/3125 16% [========= ] 501/3125 16% [========= ] 502/3125 16% [========= ] 503/3125 16% [========= ] 504/3125 16% [========== ] 505/3125 16% [========== ] 506/3125 16% [========== ] 507/3125 16% [========== ] 508/3125 16% [========== ] 509/3125 16% [========== ] 510/3125 16% [========== ] 511/3125 16% [========== ] 512/3125 16% [========== ] 513/3125 16% [========== ] 514/3125 16% [========== ] 515/3125 16% [========== ] 516/3125 16% [========== ] 517/3125 16% [========== ] 518/3125 16% [========== ] 519/3125 16% [========== ] 520/3125 16% [========== ] 521/3125 16% [========== ] 522/3125 16% [========== ] 523/3125 16% [========== ] 524/3125 16% [========== ] 525/3125 16% [========== ] 526/3125 16% [========== ] 527/3125 16% [========== ] 528/3125 16% [========== ] 529/3125 16% [========== ] 530/3125 16% [========== ] 531/3125 16% [========== ] 532/3125 17% [========== ] 533/3125 17% [========== ] 534/3125 17% [========== ] 535/3125 17% [========== ] 536/3125 17% [========== ] 537/3125 17% [========== ] 538/3125 17% [========== ] 539/3125 17% [========== ] 540/3125 17% [========== ] 541/3125 17% [========== ] 542/3125 17% [========== ] 543/3125 17% [========== ] 544/3125 17% [========== ] 545/3125 17% [========== ] 546/3125 17% [========== ] 547/3125 17% [========== ] 548/3125 17% [========== ] 549/3125 17% [========== ] 550/3125 17% [========== ] 551/3125 17% [========== ] 552/3125 17% [========== ] 553/3125 17% [========== ] 554/3125 17% [=========== ] 555/3125 17% [=========== ] 556/3125 17% [=========== ] 557/3125 17% [=========== ] 558/3125 17% [=========== ] 559/3125 17% [=========== ] 560/3125 17% [=========== ] 561/3125 17% [=========== ] 562/3125 17% [=========== ] 563/3125 18% [=========== ] 564/3125 18% [=========== ] 565/3125 18% [=========== ] 566/3125 18% [=========== ] 567/3125 18% [=========== ] 568/3125 18% [=========== ] 569/3125 18% [=========== ] 570/3125 18% [=========== ] 571/3125 18% [=========== ] 572/3125 18% [=========== ] 573/3125 18% [=========== ] 574/3125 18% [=========== ] 575/3125 18% [=========== ] 576/3125 18% [=========== ] 577/3125 18% [=========== ] 578/3125 18% [=========== ] 579/3125 18% [=========== ] 580/3125 18% [=========== ] 581/3125 18% [=========== ] 582/3125 18% [=========== ] 583/3125 18% [=========== ] 584/3125 18% [=========== ] 585/3125 18% [=========== ] 586/3125 18% [=========== ] 587/3125 18% [=========== ] 588/3125 18% [=========== ] 589/3125 18% [=========== ] 590/3125 18% [=========== ] 591/3125 18% [=========== ] 592/3125 18% [=========== ] 593/3125 18% [=========== ] 594/3125 19% [=========== ] 595/3125 19% [=========== ] 596/3125 19% [=========== ] 597/3125 19% [=========== ] 598/3125 19% [=========== ] 599/3125 19% [=========== ] 600/3125 19% [=========== ] 601/3125 19% [=========== ] 602/3125 19% [=========== ] 603/3125 19% [=========== ] 604/3125 19% [============ ] 605/3125 19% [============ ] 606/3125 19% [============ ] 607/3125 19% [============ ] 608/3125 19% [============ ] 609/3125 19% [============ ] 610/3125 19% [============ ] 611/3125 19% [============ ] 612/3125 19% [============ ] 613/3125 19% [============ ] 614/3125 19% [============ ] 615/3125 19% [============ ] 616/3125 19% [============ ] 617/3125 19% [============ ] 618/3125 19% [============ ] 619/3125 19% [============ ] 620/3125 19% [============ ] 621/3125 19% [============ ] 622/3125 19% [============ ] 623/3125 19% [============ ] 624/3125 19% [============ ] 625/3125 20% [============ ] 626/3125 20% [============ ] 627/3125 20% [============ ] 628/3125 20% [============ ] 629/3125 20% [============ ] 630/3125 20% [============ ] 631/3125 20% [============ ] 632/3125 20% [============ ] 633/3125 20% [============ ] 634/3125 20% [============ ] 635/3125 20% [============ ] 636/3125 20% [============ ] 637/3125 20% [============ ] 638/3125 20% [============ ] 639/3125 20% [============ ] 640/3125 20% [============ ] 641/3125 20% [============ ] 642/3125 20% [============ ] 643/3125 20% [============ ] 644/3125 20% [============ ] 645/3125 20% [============ ] 646/3125 20% [============ ] 647/3125 20% [============ ] 648/3125 20% [============ ] 649/3125 20% [============ ] 650/3125 20% [============ ] 651/3125 20% [============ ] 652/3125 20% [============ ] 653/3125 20% [============ ] 654/3125 20% [============ ] 655/3125 20% [============= ] 656/3125 20% [============= ] 657/3125 21% [============= ] 658/3125 21% [============= ] 659/3125 21% [============= ] 660/3125 21% [============= ] 661/3125 21% [============= ] 662/3125 21% [============= ] 663/3125 21% [============= ] 664/3125 21% [============= ] 665/3125 21% [============= ] 666/3125 21% [============= ] 667/3125 21% [============= ] 668/3125 21% [============= ] 669/3125 21% [============= ] 670/3125 21% [============= ] 671/3125 21% [============= ] 672/3125 21% [============= ] 673/3125 21% [============= ] 674/3125 21% [============= ] 675/3125 21% [============= ] 676/3125 21% [============= ] 677/3125 21% [============= ] 678/3125 21% [============= ] 679/3125 21% [============= ] 680/3125 21% [============= ] 681/3125 21% [============= ] 682/3125 21% [============= ] 683/3125 21% [============= ] 684/3125 21% [============= ] 685/3125 21% [============= ] 686/3125 21% [============= ] 687/3125 21% [============= ] 688/3125 22% [============= ] 689/3125 22% [============= ] 690/3125 22% [============= ] 691/3125 22% [============= ] 692/3125 22% [============= ] 693/3125 22% [============= ] 694/3125 22% [============= ] 695/3125 22% [============= ] 696/3125 22% [============= ] 697/3125 22% [============= ] 698/3125 22% [============= ] 699/3125 22% [============= ] 700/3125 22% [============= ] 701/3125 22% [============= ] 702/3125 22% [============= ] 703/3125 22% [============= ] 704/3125 22% [============= ] 705/3125 22% [============== ] 706/3125 22% [============== ] 707/3125 22% [============== ] 708/3125 22% [============== ] 709/3125 22% [============== ] 710/3125 22% [============== ] 711/3125 22% [============== ] 712/3125 22% [============== ] 713/3125 22% [============== ] 714/3125 22% [============== ] 715/3125 22% [============== ] 716/3125 22% [============== ] 717/3125 22% [============== ] 718/3125 22% [============== ] 719/3125 23% [============== ] 720/3125 23% [============== ] 721/3125 23% [============== ] 722/3125 23% [============== ] 723/3125 23% [============== ] 724/3125 23% [============== ] 725/3125 23% [============== ] 726/3125 23% [============== ] 727/3125 23% [============== ] 728/3125 23% [============== ] 729/3125 23% [============== ] 730/3125 23% [============== ] 731/3125 23% [============== ] 732/3125 23% [============== ] 733/3125 23% [============== ] 734/3125 23% [============== ] 735/3125 23% [============== ] 736/3125 23% [============== ] 737/3125 23% [============== ] 738/3125 23% [============== ] 739/3125 23% [============== ] 740/3125 23% [============== ] 741/3125 23% [============== ] 742/3125 23% [============== ] 743/3125 23% [============== ] 744/3125 23% [============== ] 745/3125 23% [============== ] 746/3125 23% [============== ] 747/3125 23% [============== ] 748/3125 23% [============== ] 749/3125 23% [============== ] 750/3125 24% [============== ] 751/3125 24% [============== ] 752/3125 24% [============== ] 753/3125 24% [============== ] 754/3125 24% [============== ] 755/3125 24% [============== ] 756/3125 24% [=============== ] 757/3125 24% [=============== ] 758/3125 24% [=============== ] 759/3125 24% [=============== ] 760/3125 24% [=============== ] 761/3125 24% [=============== ] 762/3125 24% [=============== ] 763/3125 24% [=============== ] 764/3125 24% [=============== ] 765/3125 24% [=============== ] 766/3125 24% [=============== ] 767/3125 24% [=============== ] 768/3125 24% [=============== ] 769/3125 24% [=============== ] 770/3125 24% [=============== ] 771/3125 24% [=============== ] 772/3125 24% [=============== ] 773/3125 24% [=============== ] 774/3125 24% [=============== ] 775/3125 24% [=============== ] 776/3125 24% [=============== ] 777/3125 24% [=============== ] 778/3125 24% [=============== ] 779/3125 24% [=============== ] 780/3125 24% [=============== ] 781/3125 24% [=============== ] 782/3125 25% [=============== ] 783/3125 25% [=============== ] 784/3125 25% [=============== ] 785/3125 25% [=============== ] 786/3125 25% [=============== ] 787/3125 25% [=============== ] 788/3125 25% [=============== ] 789/3125 25% [=============== ] 790/3125 25% [=============== ] 791/3125 25% [=============== ] 792/3125 25% [=============== ] 793/3125 25% [=============== ] 794/3125 25% [=============== ] 795/3125 25% [=============== ] 796/3125 25% [=============== ] 797/3125 25% [=============== ] 798/3125 25% [=============== ] 799/3125 25% [=============== ] 800/3125 25% [=============== ] 801/3125 25% [=============== ] 802/3125 25% [=============== ] 803/3125 25% [=============== ] 804/3125 25% [=============== ] 805/3125 25% [=============== ] 806/3125 25% [================ ] 807/3125 25% [================ ] 808/3125 25% [================ ] 809/3125 25% [================ ] 810/3125 25% [================ ] 811/3125 25% [================ ] 812/3125 25% [================ ] 813/3125 26% [================ ] 814/3125 26% [================ ] 815/3125 26% [================ ] 816/3125 26% [================ ] 817/3125 26% [================ ] 818/3125 26% [================ ] 819/3125 26% [================ ] 820/3125 26% [================ ] 821/3125 26% [================ ] 822/3125 26% [================ ] 823/3125 26% [================ ] 824/3125 26% [================ ] 825/3125 26% [================ ] 826/3125 26% [================ ] 827/3125 26% [================ ] 828/3125 26% [================ ] 829/3125 26% [================ ] 830/3125 26% [================ ] 831/3125 26% [================ ] 832/3125 26% [================ ] 833/3125 26% [================ ] 834/3125 26% [================ ] 835/3125 26% [================ ] 836/3125 26% [================ ] 837/3125 26% [================ ] 838/3125 26% [================ ] 839/3125 26% [================ ] 840/3125 26% [================ ] 841/3125 26% [================ ] 842/3125 26% [================ ] 843/3125 26% [================ ] 844/3125 27% [================ ] 845/3125 27% [================ ] 846/3125 27% [================ ] 847/3125 27% [================ ] 848/3125 27% [================ ] 849/3125 27% [================ ] 850/3125 27% [================ ] 851/3125 27% [================ ] 852/3125 27% [================ ] 853/3125 27% [================ ] 854/3125 27% [================ ] 855/3125 27% [================ ] 856/3125 27% [================= ] 857/3125 27% [================= ] 858/3125 27% [================= ] 859/3125 27% [================= ] 860/3125 27% [================= ] 861/3125 27% [================= ] 862/3125 27% [================= ] 863/3125 27% [================= ] 864/3125 27% [================= ] 865/3125 27% [================= ] 866/3125 27% [================= ] 867/3125 27% [================= ] 868/3125 27% [================= ] 869/3125 27% [================= ] 870/3125 27% [================= ] 871/3125 27% [================= ] 872/3125 27% [================= ] 873/3125 27% [================= ] 874/3125 27% [================= ] 875/3125 28% [================= ] 876/3125 28% [================= ] 877/3125 28% [================= ] 878/3125 28% [================= ] 879/3125 28% [================= ] 880/3125 28% [================= ] 881/3125 28% [================= ] 882/3125 28% [================= ] 883/3125 28% [================= ] 884/3125 28% [================= ] 885/3125 28% [================= ] 886/3125 28% [================= ] 887/3125 28% [================= ] 888/3125 28% [================= ] 889/3125 28% [================= ] 890/3125 28% [================= ] 891/3125 28% [================= ] 892/3125 28% [================= ] 893/3125 28% [================= ] 894/3125 28% [================= ] 895/3125 28% [================= ] 896/3125 28% [================= ] 897/3125 28% [================= ] 898/3125 28% [================= ] 899/3125 28% [================= ] 900/3125 28% [================= ] 901/3125 28% [================= ] 902/3125 28% [================= ] 903/3125 28% [================= ] 904/3125 28% [================= ] 905/3125 28% [================= ] 906/3125 28% [================= ] 907/3125 29% [================== ] 908/3125 29% [================== ] 909/3125 29% [================== ] 910/3125 29% [================== ] 911/3125 29% [================== ] 912/3125 29% [================== ] 913/3125 29% [================== ] 914/3125 29% [================== ] 915/3125 29% [================== ] 916/3125 29% [================== ] 917/3125 29% [================== ] 918/3125 29% [================== ] 919/3125 29% [================== ] 920/3125 29% [================== ] 921/3125 29% [================== ] 922/3125 29% [================== ] 923/3125 29% [================== ] 924/3125 29% [================== ] 925/3125 29% [================== ] 926/3125 29% [================== ] 927/3125 29% [================== ] 928/3125 29% [================== ] 929/3125 29% [================== ] 930/3125 29% [================== ] 931/3125 29% [================== ] 932/3125 29% [================== ] 933/3125 29% [================== ] 934/3125 29% [================== ] 935/3125 29% [================== ] 936/3125 29% [================== ] 937/3125 29% [================== ] 938/3125 30% [================== ] 939/3125 30% [================== ] 940/3125 30% [================== ] 941/3125 30% [================== ] 942/3125 30% [================== ] 943/3125 30% [================== ] 944/3125 30% [================== ] 945/3125 30% [================== ] 946/3125 30% [================== ] 947/3125 30% [================== ] 948/3125 30% [================== ] 949/3125 30% [================== ] 950/3125 30% [================== ] 951/3125 30% [================== ] 952/3125 30% [================== ] 953/3125 30% [================== ] 954/3125 30% [================== ] 955/3125 30% [================== ] 956/3125 30% [================== ] 957/3125 30% [=================== ] 958/3125 30% [=================== ] 959/3125 30% [=================== ] 960/3125 30% [=================== ] 961/3125 30% [=================== ] 962/3125 30% [=================== ] 963/3125 30% [=================== ] 964/3125 30% [=================== ] 965/3125 30% [=================== ] 966/3125 30% [=================== ] 967/3125 30% [=================== ] 968/3125 30% [=================== ] 969/3125 31% [=================== ] 970/3125 31% [=================== ] 971/3125 31% [=================== ] 972/3125 31% [=================== ] 973/3125 31% [=================== ] 974/3125 31% [=================== ] 975/3125 31% [=================== ] 976/3125 31% [=================== ] 977/3125 31% [=================== ] 978/3125 31% [=================== ] 979/3125 31% [=================== ] 980/3125 31% [=================== ] 981/3125 31% [=================== ] 982/3125 31% [=================== ] 983/3125 31% [=================== ] 984/3125 31% [=================== ] 985/3125 31% [=================== ] 986/3125 31% [=================== ] 987/3125 31% [=================== ] 988/3125 31% [=================== ] 989/3125 31% [=================== ] 990/3125 31% [=================== ] 991/3125 31% [=================== ] 992/3125 31% [=================== ] 993/3125 31% [=================== ] 994/3125 31% [=================== ] 995/3125 31% [=================== ] 996/3125 31% [=================== ] 997/3125 31% [=================== ] 998/3125 31% [=================== ] 999/3125 31% [=================== ] 1000/3125 32% [=================== ] 1001/3125 32% [=================== ] 1002/3125 32% [=================== ] 1003/3125 32% [=================== ] 1004/3125 32% [=================== ] 1005/3125 32% [=================== ] 1006/3125 32% [=================== ] 1007/3125 32% [=================== ] 1008/3125 32% [==================== ] 1009/3125 32% [==================== ] 1010/3125 32% [==================== ] 1011/3125 32% [==================== ] 1012/3125 32% [==================== ] 1013/3125 32% [==================== ] 1014/3125 32% [==================== ] 1015/3125 32% [==================== ] 1016/3125 32% [==================== ] 1017/3125 32% [==================== ] 1018/3125 32% [==================== ] 1019/3125 32% [==================== ] 1020/3125 32% [==================== ] 1021/3125 32% [==================== ] 1022/3125 32% [==================== ] 1023/3125 32% [==================== ] 1024/3125 32% [==================== ] 1025/3125 32% [==================== ] 1026/3125 32% [==================== ] 1027/3125 32% [==================== ] 1028/3125 32% [==================== ] 1029/3125 32% [==================== ] 1030/3125 32% [==================== ] 1031/3125 32% [==================== ] 1032/3125 33% [==================== ] 1033/3125 33% [==================== ] 1034/3125 33% [==================== ] 1035/3125 33% [==================== ] 1036/3125 33% [==================== ] 1037/3125 33% [==================== ] 1038/3125 33% [==================== ] 1039/3125 33% [==================== ] 1040/3125 33% [==================== ] 1041/3125 33% [==================== ] 1042/3125 33% [==================== ] 1043/3125 33% [==================== ] 1044/3125 33% [==================== ] 1045/3125 33% [==================== ] 1046/3125 33% [==================== ] 1047/3125 33% [==================== ] 1048/3125 33% [==================== ] 1049/3125 33% [==================== ] 1050/3125 33% [==================== ] 1051/3125 33% [==================== ] 1052/3125 33% [==================== ] 1053/3125 33% [==================== ] 1054/3125 33% [==================== ] 1055/3125 33% [==================== ] 1056/3125 33% [==================== ] 1057/3125 33% [==================== ] 1058/3125 33% [===================== ] 1059/3125 33% [===================== ] 1060/3125 33% [===================== ] 1061/3125 33% [===================== ] 1062/3125 33% [===================== ] 1063/3125 34% [===================== ] 1064/3125 34% [===================== ] 1065/3125 34% [===================== ] 1066/3125 34% [===================== ] 1067/3125 34% [===================== ] 1068/3125 34% [===================== ] 1069/3125 34% [===================== ] 1070/3125 34% [===================== ] 1071/3125 34% [===================== ] 1072/3125 34% [===================== ] 1073/3125 34% [===================== ] 1074/3125 34% [===================== ] 1075/3125 34% [===================== ] 1076/3125 34% [===================== ] 1077/3125 34% [===================== ] 1078/3125 34% [===================== ] 1079/3125 34% [===================== ] 1080/3125 34% [===================== ] 1081/3125 34% [===================== ] 1082/3125 34% [===================== ] 1083/3125 34% [===================== ] 1084/3125 34% [===================== ] 1085/3125 34% [===================== ] 1086/3125 34% [===================== ] 1087/3125 34% [===================== ] 1088/3125 34% [===================== ] 1089/3125 34% [===================== ] 1090/3125 34% [===================== ] 1091/3125 34% [===================== ] 1092/3125 34% [===================== ] 1093/3125 34% [===================== ] 1094/3125 35% [===================== ] 1095/3125 35% [===================== ] 1096/3125 35% [===================== ] 1097/3125 35% [===================== ] 1098/3125 35% [===================== ] 1099/3125 35% [===================== ] 1100/3125 35% [===================== ] 1101/3125 35% [===================== ] 1102/3125 35% [===================== ] 1103/3125 35% [===================== ] 1104/3125 35% [===================== ] 1105/3125 35% [===================== ] 1106/3125 35% [===================== ] 1107/3125 35% [===================== ] 1108/3125 35% [====================== ] 1109/3125 35% [====================== ] 1110/3125 35% [====================== ] 1111/3125 35% [====================== ] 1112/3125 35% [====================== ] 1113/3125 35% [====================== ] 1114/3125 35% [====================== ] 1115/3125 35% [====================== ] 1116/3125 35% [====================== ] 1117/3125 35% [====================== ] 1118/3125 35% [====================== ] 1119/3125 35% [====================== ] 1120/3125 35% [====================== ] 1121/3125 35% [====================== ] 1122/3125 35% [====================== ] 1123/3125 35% [====================== ] 1124/3125 35% [====================== ] 1125/3125 36% [====================== ] 1126/3125 36% [====================== ] 1127/3125 36% [====================== ] 1128/3125 36% [====================== ] 1129/3125 36% [====================== ] 1130/3125 36% [====================== ] 1131/3125 36% [====================== ] 1132/3125 36% [====================== ] 1133/3125 36% [====================== ] 1134/3125 36% [====================== ] 1135/3125 36% [====================== ] 1136/3125 36% [====================== ] 1137/3125 36% [====================== ] 1138/3125 36% [====================== ] 1139/3125 36% [====================== ] 1140/3125 36% [====================== ] 1141/3125 36% [====================== ] 1142/3125 36% [====================== ] 1143/3125 36% [====================== ] 1144/3125 36% [====================== ] 1145/3125 36% [====================== ] 1146/3125 36% [====================== ] 1147/3125 36% [====================== ] 1148/3125 36% [====================== ] 1149/3125 36% [====================== ] 1150/3125 36% [====================== ] 1151/3125 36% [====================== ] 1152/3125 36% [====================== ] 1153/3125 36% [====================== ] 1154/3125 36% [====================== ] 1155/3125 36% [====================== ] 1156/3125 36% [====================== ] 1157/3125 37% [====================== ] 1158/3125 37% [====================== ] 1159/3125 37% [======================= ] 1160/3125 37% [======================= ] 1161/3125 37% [======================= ] 1162/3125 37% [======================= ] 1163/3125 37% [======================= ] 1164/3125 37% [======================= ] 1165/3125 37% [======================= ] 1166/3125 37% [======================= ] 1167/3125 37% [======================= ] 1168/3125 37% [======================= ] 1169/3125 37% [======================= ] 1170/3125 37% [======================= ] 1171/3125 37% [======================= ] 1172/3125 37% [======================= ] 1173/3125 37% [======================= ] 1174/3125 37% [======================= ] 1175/3125 37% [======================= ] 1176/3125 37% [======================= ] 1177/3125 37% [======================= ] 1178/3125 37% [======================= ] 1179/3125 37% [======================= ] 1180/3125 37% [======================= ] 1181/3125 37% [======================= ] 1182/3125 37% [======================= ] 1183/3125 37% [======================= ] 1184/3125 37% [======================= ] 1185/3125 37% [======================= ] 1186/3125 37% [======================= ] 1187/3125 37% [======================= ] 1188/3125 38% [======================= ] 1189/3125 38% [======================= ] 1190/3125 38% [======================= ] 1191/3125 38% [======================= ] 1192/3125 38% [======================= ] 1193/3125 38% [======================= ] 1194/3125 38% [======================= ] 1195/3125 38% [======================= ] 1196/3125 38% [======================= ] 1197/3125 38% [======================= ] 1198/3125 38% [======================= ] 1199/3125 38% [======================= ] 1200/3125 38% [======================= ] 1201/3125 38% [======================= ] 1202/3125 38% [======================= ] 1203/3125 38% [======================= ] 1204/3125 38% [======================= ] 1205/3125 38% [======================= ] 1206/3125 38% [======================= ] 1207/3125 38% [======================= ] 1208/3125 38% [======================= ] 1209/3125 38% [======================== ] 1210/3125 38% [======================== ] 1211/3125 38% [======================== ] 1212/3125 38% [======================== ] 1213/3125 38% [======================== ] 1214/3125 38% [======================== ] 1215/3125 38% [======================== ] 1216/3125 38% [======================== ] 1217/3125 38% [======================== ] 1218/3125 38% [======================== ] 1219/3125 39% [======================== ] 1220/3125 39% [======================== ] 1221/3125 39% [======================== ] 1222/3125 39% [======================== ] 1223/3125 39% [======================== ] 1224/3125 39% [======================== ] 1225/3125 39% [======================== ] 1226/3125 39% [======================== ] 1227/3125 39% [======================== ] 1228/3125 39% [======================== ] 1229/3125 39% [======================== ] 1230/3125 39% [======================== ] 1231/3125 39% [======================== ] 1232/3125 39% [======================== ] 1233/3125 39% [======================== ] 1234/3125 39% [======================== ] 1235/3125 39% [======================== ] 1236/3125 39% [======================== ] 1237/3125 39% [======================== ] 1238/3125 39% [======================== ] 1239/3125 39% [======================== ] 1240/3125 39% [======================== ] 1241/3125 39% [======================== ] 1242/3125 39% [======================== ] 1243/3125 39% [======================== ] 1244/3125 39% [======================== ] 1245/3125 39% [======================== ] 1246/3125 39% [======================== ] 1247/3125 39% [======================== ] 1248/3125 39% [======================== ] 1249/3125 39% [======================== ] 1250/3125 40% [======================== ] 1251/3125 40% [======================== ] 1252/3125 40% [======================== ] 1253/3125 40% [======================== ] 1254/3125 40% [======================== ] 1255/3125 40% [======================== ] 1256/3125 40% [======================== ] 1257/3125 40% [======================== ] 1258/3125 40% [======================== ] 1259/3125 40% [======================== ] 1260/3125 40% [========================= ] 1261/3125 40% [========================= ] 1262/3125 40% [========================= ] 1263/3125 40% [========================= ] 1264/3125 40% [========================= ] 1265/3125 40% [========================= ] 1266/3125 40% [========================= ] 1267/3125 40% [========================= ] 1268/3125 40% [========================= ] 1269/3125 40% [========================= ] 1270/3125 40% [========================= ] 1271/3125 40% [========================= ] 1272/3125 40% [========================= ] 1273/3125 40% [========================= ] 1274/3125 40% [========================= ] 1275/3125 40% [========================= ] 1276/3125 40% [========================= ] 1277/3125 40% [========================= ] 1278/3125 40% [========================= ] 1279/3125 40% [========================= ] 1280/3125 40% [========================= ] 1281/3125 40% [========================= ] 1282/3125 41% [========================= ] 1283/3125 41% [========================= ] 1284/3125 41% [========================= ] 1285/3125 41% [========================= ] 1286/3125 41% [========================= ] 1287/3125 41% [========================= ] 1288/3125 41% [========================= ] 1289/3125 41% [========================= ] 1290/3125 41% [========================= ] 1291/3125 41% [========================= ] 1292/3125 41% [========================= ] 1293/3125 41% [========================= ] 1294/3125 41% [========================= ] 1295/3125 41% [========================= ] 1296/3125 41% [========================= ] 1297/3125 41% [========================= ] 1298/3125 41% [========================= ] 1299/3125 41% [========================= ] 1300/3125 41% [========================= ] 1301/3125 41% [========================= ] 1302/3125 41% [========================= ] 1303/3125 41% [========================= ] 1304/3125 41% [========================= ] 1305/3125 41% [========================= ] 1306/3125 41% [========================= ] 1307/3125 41% [========================= ] 1308/3125 41% [========================= ] 1309/3125 41% [========================= ] 1310/3125 41% [========================== ] 1311/3125 41% [========================== ] 1312/3125 41% [========================== ] 1313/3125 42% [========================== ] 1314/3125 42% [========================== ] 1315/3125 42% [========================== ] 1316/3125 42% [========================== ] 1317/3125 42% [========================== ] 1318/3125 42% [========================== ] 1319/3125 42% [========================== ] 1320/3125 42% [========================== ] 1321/3125 42% [========================== ] 1322/3125 42% [========================== ] 1323/3125 42% [========================== ] 1324/3125 42% [========================== ] 1325/3125 42% [========================== ] 1326/3125 42% [========================== ] 1327/3125 42% [========================== ] 1328/3125 42% [========================== ] 1329/3125 42% [========================== ] 1330/3125 42% [========================== ] 1331/3125 42% [========================== ] 1332/3125 42% [========================== ] 1333/3125 42% [========================== ] 1334/3125 42% [========================== ] 1335/3125 42% [========================== ] 1336/3125 42% [========================== ] 1337/3125 42% [========================== ] 1338/3125 42% [========================== ] 1339/3125 42% [========================== ] 1340/3125 42% [========================== ] 1341/3125 42% [========================== ] 1342/3125 42% [========================== ] 1343/3125 42% [========================== ] 1344/3125 43% [========================== ] 1345/3125 43% [========================== ] 1346/3125 43% [========================== ] 1347/3125 43% [========================== ] 1348/3125 43% [========================== ] 1349/3125 43% [========================== ] 1350/3125 43% [========================== ] 1351/3125 43% [========================== ] 1352/3125 43% [========================== ] 1353/3125 43% [========================== ] 1354/3125 43% [========================== ] 1355/3125 43% [========================== ] 1356/3125 43% [========================== ] 1357/3125 43% [========================== ] 1358/3125 43% [========================== ] 1359/3125 43% [========================== ] 1360/3125 43% [=========================== ] 1361/3125 43% [=========================== ] 1362/3125 43% [=========================== ] 1363/3125 43% [=========================== ] 1364/3125 43% [=========================== ] 1365/3125 43% [=========================== ] 1366/3125 43% [=========================== ] 1367/3125 43% [=========================== ] 1368/3125 43% [=========================== ] 1369/3125 43% [=========================== ] 1370/3125 43% [=========================== ] 1371/3125 43% [=========================== ] 1372/3125 43% [=========================== ] 1373/3125 43% [=========================== ] 1374/3125 43% [=========================== ] 1375/3125 44% [=========================== ] 1376/3125 44% [=========================== ] 1377/3125 44% [=========================== ] 1378/3125 44% [=========================== ] 1379/3125 44% [=========================== ] 1380/3125 44% [=========================== ] 1381/3125 44% [=========================== ] 1382/3125 44% [=========================== ] 1383/3125 44% [=========================== ] 1384/3125 44% [=========================== ] 1385/3125 44% [=========================== ] 1386/3125 44% [=========================== ] 1387/3125 44% [=========================== ] 1388/3125 44% [=========================== ] 1389/3125 44% [=========================== ] 1390/3125 44% [=========================== ] 1391/3125 44% [=========================== ] 1392/3125 44% [=========================== ] 1393/3125 44% [=========================== ] 1394/3125 44% [=========================== ] 1395/3125 44% [=========================== ] 1396/3125 44% [=========================== ] 1397/3125 44% [=========================== ] 1398/3125 44% [=========================== ] 1399/3125 44% [=========================== ] 1400/3125 44% [=========================== ] 1401/3125 44% [=========================== ] 1402/3125 44% [=========================== ] 1403/3125 44% [=========================== ] 1404/3125 44% [=========================== ] 1405/3125 44% [=========================== ] 1406/3125 44% [=========================== ] 1407/3125 45% [=========================== ] 1408/3125 45% [=========================== ] 1409/3125 45% [=========================== ] 1410/3125 45% [=========================== ] 1411/3125 45% [============================ ] 1412/3125 45% [============================ ] 1413/3125 45% [============================ ] 1414/3125 45% [============================ ] 1415/3125 45% [============================ ] 1416/3125 45% [============================ ] 1417/3125 45% [============================ ] 1418/3125 45% [============================ ] 1419/3125 45% [============================ ] 1420/3125 45% [============================ ] 1421/3125 45% [============================ ] 1422/3125 45% [============================ ] 1423/3125 45% [============================ ] 1424/3125 45% [============================ ] 1425/3125 45% [============================ ] 1426/3125 45% [============================ ] 1427/3125 45% [============================ ] 1428/3125 45% [============================ ] 1429/3125 45% [============================ ] 1430/3125 45% [============================ ] 1431/3125 45% [============================ ] 1432/3125 45% [============================ ] 1433/3125 45% [============================ ] 1434/3125 45% [============================ ] 1435/3125 45% [============================ ] 1436/3125 45% [============================ ] 1437/3125 45% [============================ ] 1438/3125 46% [============================ ] 1439/3125 46% [============================ ] 1440/3125 46% [============================ ] 1441/3125 46% [============================ ] 1442/3125 46% [============================ ] 1443/3125 46% [============================ ] 1444/3125 46% [============================ ] 1445/3125 46% [============================ ] 1446/3125 46% [============================ ] 1447/3125 46% [============================ ] 1448/3125 46% [============================ ] 1449/3125 46% [============================ ] 1450/3125 46% [============================ ] 1451/3125 46% [============================ ] 1452/3125 46% [============================ ] 1453/3125 46% [============================ ] 1454/3125 46% [============================ ] 1455/3125 46% [============================ ] 1456/3125 46% [============================ ] 1457/3125 46% [============================ ] 1458/3125 46% [============================ ] 1459/3125 46% [============================ ] 1460/3125 46% [============================ ] 1461/3125 46% [============================= ] 1462/3125 46% [============================= ] 1463/3125 46% [============================= ] 1464/3125 46% [============================= ] 1465/3125 46% [============================= ] 1466/3125 46% [============================= ] 1467/3125 46% [============================= ] 1468/3125 46% [============================= ] 1469/3125 47% [============================= ] 1470/3125 47% [============================= ] 1471/3125 47% [============================= ] 1472/3125 47% [============================= ] 1473/3125 47% [============================= ] 1474/3125 47% [============================= ] 1475/3125 47% [============================= ] 1476/3125 47% [============================= ] 1477/3125 47% [============================= ] 1478/3125 47% [============================= ] 1479/3125 47% [============================= ] 1480/3125 47% [============================= ] 1481/3125 47% [============================= ] 1482/3125 47% [============================= ] 1483/3125 47% [============================= ] 1484/3125 47% [============================= ] 1485/3125 47% [============================= ] 1486/3125 47% [============================= ] 1487/3125 47% [============================= ] 1488/3125 47% [============================= ] 1489/3125 47% [============================= ] 1490/3125 47% [============================= ] 1491/3125 47% [============================= ] 1492/3125 47% [============================= ] 1493/3125 47% [============================= ] 1494/3125 47% [============================= ] 1495/3125 47% [============================= ] 1496/3125 47% [============================= ] 1497/3125 47% [============================= ] 1498/3125 47% [============================= ] 1499/3125 47% [============================= ] 1500/3125 48% [============================= ] 1501/3125 48% [============================= ] 1502/3125 48% [============================= ] 1503/3125 48% [============================= ] 1504/3125 48% [============================= ] 1505/3125 48% [============================= ] 1506/3125 48% [============================= ] 1507/3125 48% [============================= ] 1508/3125 48% [============================= ] 1509/3125 48% [============================= ] 1510/3125 48% [============================= ] 1511/3125 48% [============================= ] 1512/3125 48% [============================== ] 1513/3125 48% [============================== ] 1514/3125 48% [============================== ] 1515/3125 48% [============================== ] 1516/3125 48% [============================== ] 1517/3125 48% [============================== ] 1518/3125 48% [============================== ] 1519/3125 48% [============================== ] 1520/3125 48% [============================== ] 1521/3125 48% [============================== ] 1522/3125 48% [============================== ] 1523/3125 48% [============================== ] 1524/3125 48% [============================== ] 1525/3125 48% [============================== ] 1526/3125 48% [============================== ] 1527/3125 48% [============================== ] 1528/3125 48% [============================== ] 1529/3125 48% [============================== ] 1530/3125 48% [============================== ] 1531/3125 48% [============================== ] 1532/3125 49% [============================== ] 1533/3125 49% [============================== ] 1534/3125 49% [============================== ] 1535/3125 49% [============================== ] 1536/3125 49% [============================== ] 1537/3125 49% [============================== ] 1538/3125 49% [============================== ] 1539/3125 49% [============================== ] 1540/3125 49% [============================== ] 1541/3125 49% [============================== ] 1542/3125 49% [============================== ] 1543/3125 49% [============================== ] 1544/3125 49% [============================== ] 1545/3125 49% [============================== ] 1546/3125 49% [============================== ] 1547/3125 49% [============================== ] 1548/3125 49% [============================== ] 1549/3125 49% [============================== ] 1550/3125 49% [============================== ] 1551/3125 49% [============================== ] 1552/3125 49% [============================== ] 1553/3125 49% [============================== ] 1554/3125 49% [============================== ] 1555/3125 49% [============================== ] 1556/3125 49% [============================== ] 1557/3125 49% [============================== ] 1558/3125 49% [============================== ] 1559/3125 49% [============================== ] 1560/3125 49% [============================== ] 1561/3125 49% [============================== ] 1562/3125 49% [=============================== ] 1563/3125 50% [=============================== ] 1564/3125 50% [=============================== ] 1565/3125 50% [=============================== ] 1566/3125 50% [=============================== ] 1567/3125 50% [=============================== ] 1568/3125 50% [=============================== ] 1569/3125 50% [=============================== ] 1570/3125 50% [=============================== ] 1571/3125 50% [=============================== ] 1572/3125 50% [=============================== ] 1573/3125 50% [=============================== ] 1574/3125 50% [=============================== ] 1575/3125 50% [=============================== ] 1576/3125 50% [=============================== ] 1577/3125 50% [=============================== ] 1578/3125 50% [=============================== ] 1579/3125 50% [=============================== ] 1580/3125 50% [=============================== ] 1581/3125 50% [=============================== ] 1582/3125 50% [=============================== ] 1583/3125 50% [=============================== ] 1584/3125 50% [=============================== ] 1585/3125 50% [=============================== ] 1586/3125 50% [=============================== ] 1587/3125 50% [=============================== ] 1588/3125 50% [=============================== ] 1589/3125 50% [=============================== ] 1590/3125 50% [=============================== ] 1591/3125 50% [=============================== ] 1592/3125 50% [=============================== ] 1593/3125 50% [=============================== ] 1594/3125 51% [=============================== ] 1595/3125 51% [=============================== ] 1596/3125 51% [=============================== ] 1597/3125 51% [=============================== ] 1598/3125 51% [=============================== ] 1599/3125 51% [=============================== ] 1600/3125 51% [=============================== ] 1601/3125 51% [=============================== ] 1602/3125 51% [=============================== ] 1603/3125 51% [=============================== ] 1604/3125 51% [=============================== ] 1605/3125 51% [=============================== ] 1606/3125 51% [=============================== ] 1607/3125 51% [=============================== ] 1608/3125 51% [=============================== ] 1609/3125 51% [=============================== ] 1610/3125 51% [=============================== ] 1611/3125 51% [=============================== ] 1612/3125 51% [================================ ] 1613/3125 51% [================================ ] 1614/3125 51% [================================ ] 1615/3125 51% [================================ ] 1616/3125 51% [================================ ] 1617/3125 51% [================================ ] 1618/3125 51% [================================ ] 1619/3125 51% [================================ ] 1620/3125 51% [================================ ] 1621/3125 51% [================================ ] 1622/3125 51% [================================ ] 1623/3125 51% [================================ ] 1624/3125 51% [================================ ] 1625/3125 52% [================================ ] 1626/3125 52% [================================ ] 1627/3125 52% [================================ ] 1628/3125 52% [================================ ] 1629/3125 52% [================================ ] 1630/3125 52% [================================ ] 1631/3125 52% [================================ ] 1632/3125 52% [================================ ] 1633/3125 52% [================================ ] 1634/3125 52% [================================ ] 1635/3125 52% [================================ ] 1636/3125 52% [================================ ] 1637/3125 52% [================================ ] 1638/3125 52% [================================ ] 1639/3125 52% [================================ ] 1640/3125 52% [================================ ] 1641/3125 52% [================================ ] 1642/3125 52% [================================ ] 1643/3125 52% [================================ ] 1644/3125 52% [================================ ] 1645/3125 52% [================================ ] 1646/3125 52% [================================ ] 1647/3125 52% [================================ ] 1648/3125 52% [================================ ] 1649/3125 52% [================================ ] 1650/3125 52% [================================ ] 1651/3125 52% [================================ ] 1652/3125 52% [================================ ] 1653/3125 52% [================================ ] 1654/3125 52% [================================ ] 1655/3125 52% [================================ ] 1656/3125 52% [================================ ] 1657/3125 53% [================================ ] 1658/3125 53% [================================ ] 1659/3125 53% [================================ ] 1660/3125 53% [================================ ] 1661/3125 53% [================================ ] 1662/3125 53% [================================ ] 1663/3125 53% [================================= ] 1664/3125 53% [================================= ] 1665/3125 53% [================================= ] 1666/3125 53% [================================= ] 1667/3125 53% [================================= ] 1668/3125 53% [================================= ] 1669/3125 53% [================================= ] 1670/3125 53% [================================= ] 1671/3125 53% [================================= ] 1672/3125 53% [================================= ] 1673/3125 53% [================================= ] 1674/3125 53% [================================= ] 1675/3125 53% [================================= ] 1676/3125 53% [================================= ] 1677/3125 53% [================================= ] 1678/3125 53% [================================= ] 1679/3125 53% [================================= ] 1680/3125 53% [================================= ] 1681/3125 53% [================================= ] 1682/3125 53% [================================= ] 1683/3125 53% [================================= ] 1684/3125 53% [================================= ] 1685/3125 53% [================================= ] 1686/3125 53% [================================= ] 1687/3125 53% [================================= ] 1688/3125 54% [================================= ] 1689/3125 54% [================================= ] 1690/3125 54% [================================= ] 1691/3125 54% [================================= ] 1692/3125 54% [================================= ] 1693/3125 54% [================================= ] 1694/3125 54% [================================= ] 1695/3125 54% [================================= ] 1696/3125 54% [================================= ] 1697/3125 54% [================================= ] 1698/3125 54% [================================= ] 1699/3125 54% [================================= ] 1700/3125 54% [================================= ] 1701/3125 54% [================================= ] 1702/3125 54% [================================= ] 1703/3125 54% [================================= ] 1704/3125 54% [================================= ] 1705/3125 54% [================================= ] 1706/3125 54% [================================= ] 1707/3125 54% [================================= ] 1708/3125 54% [================================= ] 1709/3125 54% [================================= ] 1710/3125 54% [================================= ] 1711/3125 54% [================================= ] 1712/3125 54% [================================= ] 1713/3125 54% [================================== ] 1714/3125 54% [================================== ] 1715/3125 54% [================================== ] 1716/3125 54% [================================== ] 1717/3125 54% [================================== ] 1718/3125 54% [================================== ] 1719/3125 55% [================================== ] 1720/3125 55% [================================== ] 1721/3125 55% [================================== ] 1722/3125 55% [================================== ] 1723/3125 55% [================================== ] 1724/3125 55% [================================== ] 1725/3125 55% [================================== ] 1726/3125 55% [================================== ] 1727/3125 55% [================================== ] 1728/3125 55% [================================== ] 1729/3125 55% [================================== ] 1730/3125 55% [================================== ] 1731/3125 55% [================================== ] 1732/3125 55% [================================== ] 1733/3125 55% [================================== ] 1734/3125 55% [================================== ] 1735/3125 55% [================================== ] 1736/3125 55% [================================== ] 1737/3125 55% [================================== ] 1738/3125 55% [================================== ] 1739/3125 55% [================================== ] 1740/3125 55% [================================== ] 1741/3125 55% [================================== ] 1742/3125 55% [================================== ] 1743/3125 55% [================================== ] 1744/3125 55% [================================== ] 1745/3125 55% [================================== ] 1746/3125 55% [================================== ] 1747/3125 55% [================================== ] 1748/3125 55% [================================== ] 1749/3125 55% [================================== ] 1750/3125 56% [================================== ] 1751/3125 56% [================================== ] 1752/3125 56% [================================== ] 1753/3125 56% [================================== ] 1754/3125 56% [================================== ] 1755/3125 56% [================================== ] 1756/3125 56% [================================== ] 1757/3125 56% [================================== ] 1758/3125 56% [================================== ] 1759/3125 56% [================================== ] 1760/3125 56% [================================== ] 1761/3125 56% [================================== ] 1762/3125 56% [================================== ] 1763/3125 56% [================================== ] 1764/3125 56% [=================================== ] 1765/3125 56% [=================================== ] 1766/3125 56% [=================================== ] 1767/3125 56% [=================================== ] 1768/3125 56% [=================================== ] 1769/3125 56% [=================================== ] 1770/3125 56% [=================================== ] 1771/3125 56% [=================================== ] 1772/3125 56% [=================================== ] 1773/3125 56% [=================================== ] 1774/3125 56% [=================================== ] 1775/3125 56% [=================================== ] 1776/3125 56% [=================================== ] 1777/3125 56% [=================================== ] 1778/3125 56% [=================================== ] 1779/3125 56% [=================================== ] 1780/3125 56% [=================================== ] 1781/3125 56% [=================================== ] 1782/3125 57% [=================================== ] 1783/3125 57% [=================================== ] 1784/3125 57% [=================================== ] 1785/3125 57% [=================================== ] 1786/3125 57% [=================================== ] 1787/3125 57% [=================================== ] 1788/3125 57% [=================================== ] 1789/3125 57% [=================================== ] 1790/3125 57% [=================================== ] 1791/3125 57% [=================================== ] 1792/3125 57% [=================================== ] 1793/3125 57% [=================================== ] 1794/3125 57% [=================================== ] 1795/3125 57% [=================================== ] 1796/3125 57% [=================================== ] 1797/3125 57% [=================================== ] 1798/3125 57% [=================================== ] 1799/3125 57% [=================================== ] 1800/3125 57% [=================================== ] 1801/3125 57% [=================================== ] 1802/3125 57% [=================================== ] 1803/3125 57% [=================================== ] 1804/3125 57% [=================================== ] 1805/3125 57% [=================================== ] 1806/3125 57% [=================================== ] 1807/3125 57% [=================================== ] 1808/3125 57% [=================================== ] 1809/3125 57% [=================================== ] 1810/3125 57% [=================================== ] 1811/3125 57% [=================================== ] 1812/3125 57% [=================================== ] 1813/3125 58% [=================================== ] 1814/3125 58% [==================================== ] 1815/3125 58% [==================================== ] 1816/3125 58% [==================================== ] 1817/3125 58% [==================================== ] 1818/3125 58% [==================================== ] 1819/3125 58% [==================================== ] 1820/3125 58% [==================================== ] 1821/3125 58% [==================================== ] 1822/3125 58% [==================================== ] 1823/3125 58% [==================================== ] 1824/3125 58% [==================================== ] 1825/3125 58% [==================================== ] 1826/3125 58% [==================================== ] 1827/3125 58% [==================================== ] 1828/3125 58% [==================================== ] 1829/3125 58% [==================================== ] 1830/3125 58% [==================================== ] 1831/3125 58% [==================================== ] 1832/3125 58% [==================================== ] 1833/3125 58% [==================================== ] 1834/3125 58% [==================================== ] 1835/3125 58% [==================================== ] 1836/3125 58% [==================================== ] 1837/3125 58% [==================================== ] 1838/3125 58% [==================================== ] 1839/3125 58% [==================================== ] 1840/3125 58% [==================================== ] 1841/3125 58% [==================================== ] 1842/3125 58% [==================================== ] 1843/3125 58% [==================================== ] 1844/3125 59% [==================================== ] 1845/3125 59% [==================================== ] 1846/3125 59% [==================================== ] 1847/3125 59% [==================================== ] 1848/3125 59% [==================================== ] 1849/3125 59% [==================================== ] 1850/3125 59% [==================================== ] 1851/3125 59% [==================================== ] 1852/3125 59% [==================================== ] 1853/3125 59% [==================================== ] 1854/3125 59% [==================================== ] 1855/3125 59% [==================================== ] 1856/3125 59% [==================================== ] 1857/3125 59% [==================================== ] 1858/3125 59% [==================================== ] 1859/3125 59% [==================================== ] 1860/3125 59% [==================================== ] 1861/3125 59% [==================================== ] 1862/3125 59% [==================================== ] 1863/3125 59% [==================================== ] 1864/3125 59% [===================================== ] 1865/3125 59% [===================================== ] 1866/3125 59% [===================================== ] 1867/3125 59% [===================================== ] 1868/3125 59% [===================================== ] 1869/3125 59% [===================================== ] 1870/3125 59% [===================================== ] 1871/3125 59% [===================================== ] 1872/3125 59% [===================================== ] 1873/3125 59% [===================================== ] 1874/3125 59% [===================================== ] 1875/3125 60% [===================================== ] 1876/3125 60% [===================================== ] 1877/3125 60% [===================================== ] 1878/3125 60% [===================================== ] 1879/3125 60% [===================================== ] 1880/3125 60% [===================================== ] 1881/3125 60% [===================================== ] 1882/3125 60% [===================================== ] 1883/3125 60% [===================================== ] 1884/3125 60% [===================================== ] 1885/3125 60% [===================================== ] 1886/3125 60% [===================================== ] 1887/3125 60% [===================================== ] 1888/3125 60% [===================================== ] 1889/3125 60% [===================================== ] 1890/3125 60% [===================================== ] 1891/3125 60% [===================================== ] 1892/3125 60% [===================================== ] 1893/3125 60% [===================================== ] 1894/3125 60% [===================================== ] 1895/3125 60% [===================================== ] 1896/3125 60% [===================================== ] 1897/3125 60% [===================================== ] 1898/3125 60% [===================================== ] 1899/3125 60% [===================================== ] 1900/3125 60% [===================================== ] 1901/3125 60% [===================================== ] 1902/3125 60% [===================================== ] 1903/3125 60% [===================================== ] 1904/3125 60% [===================================== ] 1905/3125 60% [===================================== ] 1906/3125 60% [===================================== ] 1907/3125 61% [===================================== ] 1908/3125 61% [===================================== ] 1909/3125 61% [===================================== ] 1910/3125 61% [===================================== ] 1911/3125 61% [===================================== ] 1912/3125 61% [===================================== ] 1913/3125 61% [===================================== ] 1914/3125 61% [===================================== ] 1915/3125 61% [====================================== ] 1916/3125 61% [====================================== ] 1917/3125 61% [====================================== ] 1918/3125 61% [====================================== ] 1919/3125 61% [====================================== ] 1920/3125 61% [====================================== ] 1921/3125 61% [====================================== ] 1922/3125 61% [====================================== ] 1923/3125 61% [====================================== ] 1924/3125 61% [====================================== ] 1925/3125 61% [====================================== ] 1926/3125 61% [====================================== ] 1927/3125 61% [====================================== ] 1928/3125 61% [====================================== ] 1929/3125 61% [====================================== ] 1930/3125 61% [====================================== ] 1931/3125 61% [====================================== ] 1932/3125 61% [====================================== ] 1933/3125 61% [====================================== ] 1934/3125 61% [====================================== ] 1935/3125 61% [====================================== ] 1936/3125 61% [====================================== ] 1937/3125 61% [====================================== ] 1938/3125 62% [====================================== ] 1939/3125 62% [====================================== ] 1940/3125 62% [====================================== ] 1941/3125 62% [====================================== ] 1942/3125 62% [====================================== ] 1943/3125 62% [====================================== ] 1944/3125 62% [====================================== ] 1945/3125 62% [====================================== ] 1946/3125 62% [====================================== ] 1947/3125 62% [====================================== ] 1948/3125 62% [====================================== ] 1949/3125 62% [====================================== ] 1950/3125 62% [====================================== ] 1951/3125 62% [====================================== ] 1952/3125 62% [====================================== ] 1953/3125 62% [====================================== ] 1954/3125 62% [====================================== ] 1955/3125 62% [====================================== ] 1956/3125 62% [====================================== ] 1957/3125 62% [====================================== ] 1958/3125 62% [====================================== ] 1959/3125 62% [====================================== ] 1960/3125 62% [====================================== ] 1961/3125 62% [====================================== ] 1962/3125 62% [====================================== ] 1963/3125 62% [====================================== ] 1964/3125 62% [====================================== ] 1965/3125 62% [======================================= ] 1966/3125 62% [======================================= ] 1967/3125 62% [======================================= ] 1968/3125 62% [======================================= ] 1969/3125 63% [======================================= ] 1970/3125 63% [======================================= ] 1971/3125 63% [======================================= ] 1972/3125 63% [======================================= ] 1973/3125 63% [======================================= ] 1974/3125 63% [======================================= ] 1975/3125 63% [======================================= ] 1976/3125 63% [======================================= ] 1977/3125 63% [======================================= ] 1978/3125 63% [======================================= ] 1979/3125 63% [======================================= ] 1980/3125 63% [======================================= ] 1981/3125 63% [======================================= ] 1982/3125 63% [======================================= ] 1983/3125 63% [======================================= ] 1984/3125 63% [======================================= ] 1985/3125 63% [======================================= ] 1986/3125 63% [======================================= ] 1987/3125 63% [======================================= ] 1988/3125 63% [======================================= ] 1989/3125 63% [======================================= ] 1990/3125 63% [======================================= ] 1991/3125 63% [======================================= ] 1992/3125 63% [======================================= ] 1993/3125 63% [======================================= ] 1994/3125 63% [======================================= ] 1995/3125 63% [======================================= ] 1996/3125 63% [======================================= ] 1997/3125 63% [======================================= ] 1998/3125 63% [======================================= ] 1999/3125 63% [======================================= ] 2000/3125 64% [======================================= ] 2001/3125 64% [======================================= ] 2002/3125 64% [======================================= ] 2003/3125 64% [======================================= ] 2004/3125 64% [======================================= ] 2005/3125 64% [======================================= ] 2006/3125 64% [======================================= ] 2007/3125 64% [======================================= ] 2008/3125 64% [======================================= ] 2009/3125 64% [======================================= ] 2010/3125 64% [======================================= ] 2011/3125 64% [======================================= ] 2012/3125 64% [======================================= ] 2013/3125 64% [======================================= ] 2014/3125 64% [======================================= ] 2015/3125 64% [======================================= ] 2016/3125 64% [======================================== ] 2017/3125 64% [======================================== ] 2018/3125 64% [======================================== ] 2019/3125 64% [======================================== ] 2020/3125 64% [======================================== ] 2021/3125 64% [======================================== ] 2022/3125 64% [======================================== ] 2023/3125 64% [======================================== ] 2024/3125 64% [======================================== ] 2025/3125 64% [======================================== ] 2026/3125 64% [======================================== ] 2027/3125 64% [======================================== ] 2028/3125 64% [======================================== ] 2029/3125 64% [======================================== ] 2030/3125 64% [======================================== ] 2031/3125 64% [======================================== ] 2032/3125 65% [======================================== ] 2033/3125 65% [======================================== ] 2034/3125 65% [======================================== ] 2035/3125 65% [======================================== ] 2036/3125 65% [======================================== ] 2037/3125 65% [======================================== ] 2038/3125 65% [======================================== ] 2039/3125 65% [======================================== ] 2040/3125 65% [======================================== ] 2041/3125 65% [======================================== ] 2042/3125 65% [======================================== ] 2043/3125 65% [======================================== ] 2044/3125 65% [======================================== ] 2045/3125 65% [======================================== ] 2046/3125 65% [======================================== ] 2047/3125 65% [======================================== ] 2048/3125 65% [======================================== ] 2049/3125 65% [======================================== ] 2050/3125 65% [======================================== ] 2051/3125 65% [======================================== ] 2052/3125 65% [======================================== ] 2053/3125 65% [======================================== ] 2054/3125 65% [======================================== ] 2055/3125 65% [======================================== ] 2056/3125 65% [======================================== ] 2057/3125 65% [======================================== ] 2058/3125 65% [======================================== ] 2059/3125 65% [======================================== ] 2060/3125 65% [======================================== ] 2061/3125 65% [======================================== ] 2062/3125 65% [======================================== ] 2063/3125 66% [======================================== ] 2064/3125 66% [======================================== ] 2065/3125 66% [======================================== ] 2066/3125 66% [========================================= ] 2067/3125 66% [========================================= ] 2068/3125 66% [========================================= ] 2069/3125 66% [========================================= ] 2070/3125 66% [========================================= ] 2071/3125 66% [========================================= ] 2072/3125 66% [========================================= ] 2073/3125 66% [========================================= ] 2074/3125 66% [========================================= ] 2075/3125 66% [========================================= ] 2076/3125 66% [========================================= ] 2077/3125 66% [========================================= ] 2078/3125 66% [========================================= ] 2079/3125 66% [========================================= ] 2080/3125 66% [========================================= ] 2081/3125 66% [========================================= ] 2082/3125 66% [========================================= ] 2083/3125 66% [========================================= ] 2084/3125 66% [========================================= ] 2085/3125 66% [========================================= ] 2086/3125 66% [========================================= ] 2087/3125 66% [========================================= ] 2088/3125 66% [========================================= ] 2089/3125 66% [========================================= ] 2090/3125 66% [========================================= ] 2091/3125 66% [========================================= ] 2092/3125 66% [========================================= ] 2093/3125 66% [========================================= ] 2094/3125 67% [========================================= ] 2095/3125 67% [========================================= ] 2096/3125 67% [========================================= ] 2097/3125 67% [========================================= ] 2098/3125 67% [========================================= ] 2099/3125 67% [========================================= ] 2100/3125 67% [========================================= ] 2101/3125 67% [========================================= ] 2102/3125 67% [========================================= ] 2103/3125 67% [========================================= ] 2104/3125 67% [========================================= ] 2105/3125 67% [========================================= ] 2106/3125 67% [========================================= ] 2107/3125 67% [========================================= ] 2108/3125 67% [========================================= ] 2109/3125 67% [========================================= ] 2110/3125 67% [========================================= ] 2111/3125 67% [========================================= ] 2112/3125 67% [========================================= ] 2113/3125 67% [========================================= ] 2114/3125 67% [========================================= ] 2115/3125 67% [========================================= ] 2116/3125 67% [========================================== ] 2117/3125 67% [========================================== ] 2118/3125 67% [========================================== ] 2119/3125 67% [========================================== ] 2120/3125 67% [========================================== ] 2121/3125 67% [========================================== ] 2122/3125 67% [========================================== ] 2123/3125 67% [========================================== ] 2124/3125 67% [========================================== ] 2125/3125 68% [========================================== ] 2126/3125 68% [========================================== ] 2127/3125 68% [========================================== ] 2128/3125 68% [========================================== ] 2129/3125 68% [========================================== ] 2130/3125 68% [========================================== ] 2131/3125 68% [========================================== ] 2132/3125 68% [========================================== ] 2133/3125 68% [========================================== ] 2134/3125 68% [========================================== ] 2135/3125 68% [========================================== ] 2136/3125 68% [========================================== ] 2137/3125 68% [========================================== ] 2138/3125 68% [========================================== ] 2139/3125 68% [========================================== ] 2140/3125 68% [========================================== ] 2141/3125 68% [========================================== ] 2142/3125 68% [========================================== ] 2143/3125 68% [========================================== ] 2144/3125 68% [========================================== ] 2145/3125 68% [========================================== ] 2146/3125 68% [========================================== ] 2147/3125 68% [========================================== ] 2148/3125 68% [========================================== ] 2149/3125 68% [========================================== ] 2150/3125 68% [========================================== ] 2151/3125 68% [========================================== ] 2152/3125 68% [========================================== ] 2153/3125 68% [========================================== ] 2154/3125 68% [========================================== ] 2155/3125 68% [========================================== ] 2156/3125 68% [========================================== ] 2157/3125 69% [========================================== ] 2158/3125 69% [========================================== ] 2159/3125 69% [========================================== ] 2160/3125 69% [========================================== ] 2161/3125 69% [========================================== ] 2162/3125 69% [========================================== ] 2163/3125 69% [========================================== ] 2164/3125 69% [========================================== ] 2165/3125 69% [========================================== ] 2166/3125 69% [========================================== ] 2167/3125 69% [=========================================== ] 2168/3125 69% [=========================================== ] 2169/3125 69% [=========================================== ] 2170/3125 69% [=========================================== ] 2171/3125 69% [=========================================== ] 2172/3125 69% [=========================================== ] 2173/3125 69% [=========================================== ] 2174/3125 69% [=========================================== ] 2175/3125 69% [=========================================== ] 2176/3125 69% [=========================================== ] 2177/3125 69% [=========================================== ] 2178/3125 69% [=========================================== ] 2179/3125 69% [=========================================== ] 2180/3125 69% [=========================================== ] 2181/3125 69% [=========================================== ] 2182/3125 69% [=========================================== ] 2183/3125 69% [=========================================== ] 2184/3125 69% [=========================================== ] 2185/3125 69% [=========================================== ] 2186/3125 69% [=========================================== ] 2187/3125 69% [=========================================== ] 2188/3125 70% [=========================================== ] 2189/3125 70% [=========================================== ] 2190/3125 70% [=========================================== ] 2191/3125 70% [=========================================== ] 2192/3125 70% [=========================================== ] 2193/3125 70% [=========================================== ] 2194/3125 70% [=========================================== ] 2195/3125 70% [=========================================== ] 2196/3125 70% [=========================================== ] 2197/3125 70% [=========================================== ] 2198/3125 70% [=========================================== ] 2199/3125 70% [=========================================== ] 2200/3125 70% [=========================================== ] 2201/3125 70% [=========================================== ] 2202/3125 70% [=========================================== ] 2203/3125 70% [=========================================== ] 2204/3125 70% [=========================================== ] 2205/3125 70% [=========================================== ] 2206/3125 70% [=========================================== ] 2207/3125 70% [=========================================== ] 2208/3125 70% [=========================================== ] 2209/3125 70% [=========================================== ] 2210/3125 70% [=========================================== ] 2211/3125 70% [=========================================== ] 2212/3125 70% [=========================================== ] 2213/3125 70% [=========================================== ] 2214/3125 70% [=========================================== ] 2215/3125 70% [=========================================== ] 2216/3125 70% [=========================================== ] 2217/3125 70% [============================================ ] 2218/3125 70% [============================================ ] 2219/3125 71% [============================================ ] 2220/3125 71% [============================================ ] 2221/3125 71% [============================================ ] 2222/3125 71% [============================================ ] 2223/3125 71% [============================================ ] 2224/3125 71% [============================================ ] 2225/3125 71% [============================================ ] 2226/3125 71% [============================================ ] 2227/3125 71% [============================================ ] 2228/3125 71% [============================================ ] 2229/3125 71% [============================================ ] 2230/3125 71% [============================================ ] 2231/3125 71% [============================================ ] 2232/3125 71% [============================================ ] 2233/3125 71% [============================================ ] 2234/3125 71% [============================================ ] 2235/3125 71% [============================================ ] 2236/3125 71% [============================================ ] 2237/3125 71% [============================================ ] 2238/3125 71% [============================================ ] 2239/3125 71% [============================================ ] 2240/3125 71% [============================================ ] 2241/3125 71% [============================================ ] 2242/3125 71% [============================================ ] 2243/3125 71% [============================================ ] 2244/3125 71% [============================================ ] 2245/3125 71% [============================================ ] 2246/3125 71% [============================================ ] 2247/3125 71% [============================================ ] 2248/3125 71% [============================================ ] 2249/3125 71% [============================================ ] 2250/3125 72% [============================================ ] 2251/3125 72% [============================================ ] 2252/3125 72% [============================================ ] 2253/3125 72% [============================================ ] 2254/3125 72% [============================================ ] 2255/3125 72% [============================================ ] 2256/3125 72% [============================================ ] 2257/3125 72% [============================================ ] 2258/3125 72% [============================================ ] 2259/3125 72% [============================================ ] 2260/3125 72% [============================================ ] 2261/3125 72% [============================================ ] 2262/3125 72% [============================================ ] 2263/3125 72% [============================================ ] 2264/3125 72% [============================================ ] 2265/3125 72% [============================================ ] 2266/3125 72% [============================================ ] 2267/3125 72% [============================================ ] 2268/3125 72% [============================================= ] 2269/3125 72% [============================================= ] 2270/3125 72% [============================================= ] 2271/3125 72% [============================================= ] 2272/3125 72% [============================================= ] 2273/3125 72% [============================================= ] 2274/3125 72% [============================================= ] 2275/3125 72% [============================================= ] 2276/3125 72% [============================================= ] 2277/3125 72% [============================================= ] 2278/3125 72% [============================================= ] 2279/3125 72% [============================================= ] 2280/3125 72% [============================================= ] 2281/3125 72% [============================================= ] 2282/3125 73% [============================================= ] 2283/3125 73% [============================================= ] 2284/3125 73% [============================================= ] 2285/3125 73% [============================================= ] 2286/3125 73% [============================================= ] 2287/3125 73% [============================================= ] 2288/3125 73% [============================================= ] 2289/3125 73% [============================================= ] 2290/3125 73% [============================================= ] 2291/3125 73% [============================================= ] 2292/3125 73% [============================================= ] 2293/3125 73% [============================================= ] 2294/3125 73% [============================================= ] 2295/3125 73% [============================================= ] 2296/3125 73% [============================================= ] 2297/3125 73% [============================================= ] 2298/3125 73% [============================================= ] 2299/3125 73% [============================================= ] 2300/3125 73% [============================================= ] 2301/3125 73% [============================================= ] 2302/3125 73% [============================================= ] 2303/3125 73% [============================================= ] 2304/3125 73% [============================================= ] 2305/3125 73% [============================================= ] 2306/3125 73% [============================================= ] 2307/3125 73% [============================================= ] 2308/3125 73% [============================================= ] 2309/3125 73% [============================================= ] 2310/3125 73% [============================================= ] 2311/3125 73% [============================================= ] 2312/3125 73% [============================================= ] 2313/3125 74% [============================================= ] 2314/3125 74% [============================================= ] 2315/3125 74% [============================================= ] 2316/3125 74% [============================================= ] 2317/3125 74% [============================================= ] 2318/3125 74% [============================================== ] 2319/3125 74% [============================================== ] 2320/3125 74% [============================================== ] 2321/3125 74% [============================================== ] 2322/3125 74% [============================================== ] 2323/3125 74% [============================================== ] 2324/3125 74% [============================================== ] 2325/3125 74% [============================================== ] 2326/3125 74% [============================================== ] 2327/3125 74% [============================================== ] 2328/3125 74% [============================================== ] 2329/3125 74% [============================================== ] 2330/3125 74% [============================================== ] 2331/3125 74% [============================================== ] 2332/3125 74% [============================================== ] 2333/3125 74% [============================================== ] 2334/3125 74% [============================================== ] 2335/3125 74% [============================================== ] 2336/3125 74% [============================================== ] 2337/3125 74% [============================================== ] 2338/3125 74% [============================================== ] 2339/3125 74% [============================================== ] 2340/3125 74% [============================================== ] 2341/3125 74% [============================================== ] 2342/3125 74% [============================================== ] 2343/3125 74% [============================================== ] 2344/3125 75% [============================================== ] 2345/3125 75% [============================================== ] 2346/3125 75% [============================================== ] 2347/3125 75% [============================================== ] 2348/3125 75% [============================================== ] 2349/3125 75% [============================================== ] 2350/3125 75% [============================================== ] 2351/3125 75% [============================================== ] 2352/3125 75% [============================================== ] 2353/3125 75% [============================================== ] 2354/3125 75% [============================================== ] 2355/3125 75% [============================================== ] 2356/3125 75% [============================================== ] 2357/3125 75% [============================================== ] 2358/3125 75% [============================================== ] 2359/3125 75% [============================================== ] 2360/3125 75% [============================================== ] 2361/3125 75% [============================================== ] 2362/3125 75% [============================================== ] 2363/3125 75% [============================================== ] 2364/3125 75% [============================================== ] 2365/3125 75% [============================================== ] 2366/3125 75% [============================================== ] 2367/3125 75% [============================================== ] 2368/3125 75% [=============================================== ] 2369/3125 75% [=============================================== ] 2370/3125 75% [=============================================== ] 2371/3125 75% [=============================================== ] 2372/3125 75% [=============================================== ] 2373/3125 75% [=============================================== ] 2374/3125 75% [=============================================== ] 2375/3125 76% [=============================================== ] 2376/3125 76% [=============================================== ] 2377/3125 76% [=============================================== ] 2378/3125 76% [=============================================== ] 2379/3125 76% [=============================================== ] 2380/3125 76% [=============================================== ] 2381/3125 76% [=============================================== ] 2382/3125 76% [=============================================== ] 2383/3125 76% [=============================================== ] 2384/3125 76% [=============================================== ] 2385/3125 76% [=============================================== ] 2386/3125 76% [=============================================== ] 2387/3125 76% [=============================================== ] 2388/3125 76% [=============================================== ] 2389/3125 76% [=============================================== ] 2390/3125 76% [=============================================== ] 2391/3125 76% [=============================================== ] 2392/3125 76% [=============================================== ] 2393/3125 76% [=============================================== ] 2394/3125 76% [=============================================== ] 2395/3125 76% [=============================================== ] 2396/3125 76% [=============================================== ] 2397/3125 76% [=============================================== ] 2398/3125 76% [=============================================== ] 2399/3125 76% [=============================================== ] 2400/3125 76% [=============================================== ] 2401/3125 76% [=============================================== ] 2402/3125 76% [=============================================== ] 2403/3125 76% [=============================================== ] 2404/3125 76% [=============================================== ] 2405/3125 76% [=============================================== ] 2406/3125 76% [=============================================== ] 2407/3125 77% [=============================================== ] 2408/3125 77% [=============================================== ] 2409/3125 77% [=============================================== ] 2410/3125 77% [=============================================== ] 2411/3125 77% [=============================================== ] 2412/3125 77% [=============================================== ] 2413/3125 77% [=============================================== ] 2414/3125 77% [=============================================== ] 2415/3125 77% [=============================================== ] 2416/3125 77% [=============================================== ] 2417/3125 77% [=============================================== ] 2418/3125 77% [=============================================== ] 2419/3125 77% [================================================ ] 2420/3125 77% [================================================ ] 2421/3125 77% [================================================ ] 2422/3125 77% [================================================ ] 2423/3125 77% [================================================ ] 2424/3125 77% [================================================ ] 2425/3125 77% [================================================ ] 2426/3125 77% [================================================ ] 2427/3125 77% [================================================ ] 2428/3125 77% [================================================ ] 2429/3125 77% [================================================ ] 2430/3125 77% [================================================ ] 2431/3125 77% [================================================ ] 2432/3125 77% [================================================ ] 2433/3125 77% [================================================ ] 2434/3125 77% [================================================ ] 2435/3125 77% [================================================ ] 2436/3125 77% [================================================ ] 2437/3125 77% [================================================ ] 2438/3125 78% [================================================ ] 2439/3125 78% [================================================ ] 2440/3125 78% [================================================ ] 2441/3125 78% [================================================ ] 2442/3125 78% [================================================ ] 2443/3125 78% [================================================ ] 2444/3125 78% [================================================ ] 2445/3125 78% [================================================ ] 2446/3125 78% [================================================ ] 2447/3125 78% [================================================ ] 2448/3125 78% [================================================ ] 2449/3125 78% [================================================ ] 2450/3125 78% [================================================ ] 2451/3125 78% [================================================ ] 2452/3125 78% [================================================ ] 2453/3125 78% [================================================ ] 2454/3125 78% [================================================ ] 2455/3125 78% [================================================ ] 2456/3125 78% [================================================ ] 2457/3125 78% [================================================ ] 2458/3125 78% [================================================ ] 2459/3125 78% [================================================ ] 2460/3125 78% [================================================ ] 2461/3125 78% [================================================ ] 2462/3125 78% [================================================ ] 2463/3125 78% [================================================ ] 2464/3125 78% [================================================ ] 2465/3125 78% [================================================ ] 2466/3125 78% [================================================ ] 2467/3125 78% [================================================ ] 2468/3125 78% [================================================ ] 2469/3125 79% [================================================= ] 2470/3125 79% [================================================= ] 2471/3125 79% [================================================= ] 2472/3125 79% [================================================= ] 2473/3125 79% [================================================= ] 2474/3125 79% [================================================= ] 2475/3125 79% [================================================= ] 2476/3125 79% [================================================= ] 2477/3125 79% [================================================= ] 2478/3125 79% [================================================= ] 2479/3125 79% [================================================= ] 2480/3125 79% [================================================= ] 2481/3125 79% [================================================= ] 2482/3125 79% [================================================= ] 2483/3125 79% [================================================= ] 2484/3125 79% [================================================= ] 2485/3125 79% [================================================= ] 2486/3125 79% [================================================= ] 2487/3125 79% [================================================= ] 2488/3125 79% [================================================= ] 2489/3125 79% [================================================= ] 2490/3125 79% [================================================= ] 2491/3125 79% [================================================= ] 2492/3125 79% [================================================= ] 2493/3125 79% [================================================= ] 2494/3125 79% [================================================= ] 2495/3125 79% [================================================= ] 2496/3125 79% [================================================= ] 2497/3125 79% [================================================= ] 2498/3125 79% [================================================= ] 2499/3125 79% [================================================= ] 2500/3125 80% [================================================= ] 2501/3125 80% [================================================= ] 2502/3125 80% [================================================= ] 2503/3125 80% [================================================= ] 2504/3125 80% [================================================= ] 2505/3125 80% [================================================= ] 2506/3125 80% [================================================= ] 2507/3125 80% [================================================= ] 2508/3125 80% [================================================= ] 2509/3125 80% [================================================= ] 2510/3125 80% [================================================= ] 2511/3125 80% [================================================= ] 2512/3125 80% [================================================= ] 2513/3125 80% [================================================= ] 2514/3125 80% [================================================= ] 2515/3125 80% [================================================= ] 2516/3125 80% [================================================= ] 2517/3125 80% [================================================= ] 2518/3125 80% [================================================= ] 2519/3125 80% [================================================= ] 2520/3125 80% [================================================== ] 2521/3125 80% [================================================== ] 2522/3125 80% [================================================== ] 2523/3125 80% [================================================== ] 2524/3125 80% [================================================== ] 2525/3125 80% [================================================== ] 2526/3125 80% [================================================== ] 2527/3125 80% [================================================== ] 2528/3125 80% [================================================== ] 2529/3125 80% [================================================== ] 2530/3125 80% [================================================== ] 2531/3125 80% [================================================== ] 2532/3125 81% [================================================== ] 2533/3125 81% [================================================== ] 2534/3125 81% [================================================== ] 2535/3125 81% [================================================== ] 2536/3125 81% [================================================== ] 2537/3125 81% [================================================== ] 2538/3125 81% [================================================== ] 2539/3125 81% [================================================== ] 2540/3125 81% [================================================== ] 2541/3125 81% [================================================== ] 2542/3125 81% [================================================== ] 2543/3125 81% [================================================== ] 2544/3125 81% [================================================== ] 2545/3125 81% [================================================== ] 2546/3125 81% [================================================== ] 2547/3125 81% [================================================== ] 2548/3125 81% [================================================== ] 2549/3125 81% [================================================== ] 2550/3125 81% [================================================== ] 2551/3125 81% [================================================== ] 2552/3125 81% [================================================== ] 2553/3125 81% [================================================== ] 2554/3125 81% [================================================== ] 2555/3125 81% [================================================== ] 2556/3125 81% [================================================== ] 2557/3125 81% [================================================== ] 2558/3125 81% [================================================== ] 2559/3125 81% [================================================== ] 2560/3125 81% [================================================== ] 2561/3125 81% [================================================== ] 2562/3125 81% [================================================== ] 2563/3125 82% [================================================== ] 2564/3125 82% [================================================== ] 2565/3125 82% [================================================== ] 2566/3125 82% [================================================== ] 2567/3125 82% [================================================== ] 2568/3125 82% [================================================== ] 2569/3125 82% [================================================== ] 2570/3125 82% [=================================================== ] 2571/3125 82% [=================================================== ] 2572/3125 82% [=================================================== ] 2573/3125 82% [=================================================== ] 2574/3125 82% [=================================================== ] 2575/3125 82% [=================================================== ] 2576/3125 82% [=================================================== ] 2577/3125 82% [=================================================== ] 2578/3125 82% [=================================================== ] 2579/3125 82% [=================================================== ] 2580/3125 82% [=================================================== ] 2581/3125 82% [=================================================== ] 2582/3125 82% [=================================================== ] 2583/3125 82% [=================================================== ] 2584/3125 82% [=================================================== ] 2585/3125 82% [=================================================== ] 2586/3125 82% [=================================================== ] 2587/3125 82% [=================================================== ] 2588/3125 82% [=================================================== ] 2589/3125 82% [=================================================== ] 2590/3125 82% [=================================================== ] 2591/3125 82% [=================================================== ] 2592/3125 82% [=================================================== ] 2593/3125 82% [=================================================== ] 2594/3125 83% [=================================================== ] 2595/3125 83% [=================================================== ] 2596/3125 83% [=================================================== ] 2597/3125 83% [=================================================== ] 2598/3125 83% [=================================================== ] 2599/3125 83% [=================================================== ] 2600/3125 83% [=================================================== ] 2601/3125 83% [=================================================== ] 2602/3125 83% [=================================================== ] 2603/3125 83% [=================================================== ] 2604/3125 83% [=================================================== ] 2605/3125 83% [=================================================== ] 2606/3125 83% [=================================================== ] 2607/3125 83% [=================================================== ] 2608/3125 83% [=================================================== ] 2609/3125 83% [=================================================== ] 2610/3125 83% [=================================================== ] 2611/3125 83% [=================================================== ] 2612/3125 83% [=================================================== ] 2613/3125 83% [=================================================== ] 2614/3125 83% [=================================================== ] 2615/3125 83% [=================================================== ] 2616/3125 83% [=================================================== ] 2617/3125 83% [=================================================== ] 2618/3125 83% [=================================================== ] 2619/3125 83% [=================================================== ] 2620/3125 83% [==================================================== ] 2621/3125 83% [==================================================== ] 2622/3125 83% [==================================================== ] 2623/3125 83% [==================================================== ] 2624/3125 83% [==================================================== ] 2625/3125 84% [==================================================== ] 2626/3125 84% [==================================================== ] 2627/3125 84% [==================================================== ] 2628/3125 84% [==================================================== ] 2629/3125 84% [==================================================== ] 2630/3125 84% [==================================================== ] 2631/3125 84% [==================================================== ] 2632/3125 84% [==================================================== ] 2633/3125 84% [==================================================== ] 2634/3125 84% [==================================================== ] 2635/3125 84% [==================================================== ] 2636/3125 84% [==================================================== ] 2637/3125 84% [==================================================== ] 2638/3125 84% [==================================================== ] 2639/3125 84% [==================================================== ] 2640/3125 84% [==================================================== ] 2641/3125 84% [==================================================== ] 2642/3125 84% [==================================================== ] 2643/3125 84% [==================================================== ] 2644/3125 84% [==================================================== ] 2645/3125 84% [==================================================== ] 2646/3125 84% [==================================================== ] 2647/3125 84% [==================================================== ] 2648/3125 84% [==================================================== ] 2649/3125 84% [==================================================== ] 2650/3125 84% [==================================================== ] 2651/3125 84% [==================================================== ] 2652/3125 84% [==================================================== ] 2653/3125 84% [==================================================== ] 2654/3125 84% [==================================================== ] 2655/3125 84% [==================================================== ] 2656/3125 84% [==================================================== ] 2657/3125 85% [==================================================== ] 2658/3125 85% [==================================================== ] 2659/3125 85% [==================================================== ] 2660/3125 85% [==================================================== ] 2661/3125 85% [==================================================== ] 2662/3125 85% [==================================================== ] 2663/3125 85% [==================================================== ] 2664/3125 85% [==================================================== ] 2665/3125 85% [==================================================== ] 2666/3125 85% [==================================================== ] 2667/3125 85% [==================================================== ] 2668/3125 85% [==================================================== ] 2669/3125 85% [==================================================== ] 2670/3125 85% [==================================================== ] 2671/3125 85% [===================================================== ] 2672/3125 85% [===================================================== ] 2673/3125 85% [===================================================== ] 2674/3125 85% [===================================================== ] 2675/3125 85% [===================================================== ] 2676/3125 85% [===================================================== ] 2677/3125 85% [===================================================== ] 2678/3125 85% [===================================================== ] 2679/3125 85% [===================================================== ] 2680/3125 85% [===================================================== ] 2681/3125 85% [===================================================== ] 2682/3125 85% [===================================================== ] 2683/3125 85% [===================================================== ] 2684/3125 85% [===================================================== ] 2685/3125 85% [===================================================== ] 2686/3125 85% [===================================================== ] 2687/3125 85% [===================================================== ] 2688/3125 86% [===================================================== ] 2689/3125 86% [===================================================== ] 2690/3125 86% [===================================================== ] 2691/3125 86% [===================================================== ] 2692/3125 86% [===================================================== ] 2693/3125 86% [===================================================== ] 2694/3125 86% [===================================================== ] 2695/3125 86% [===================================================== ] 2696/3125 86% [===================================================== ] 2697/3125 86% [===================================================== ] 2698/3125 86% [===================================================== ] 2699/3125 86% [===================================================== ] 2700/3125 86% [===================================================== ] 2701/3125 86% [===================================================== ] 2702/3125 86% [===================================================== ] 2703/3125 86% [===================================================== ] 2704/3125 86% [===================================================== ] 2705/3125 86% [===================================================== ] 2706/3125 86% [===================================================== ] 2707/3125 86% [===================================================== ] 2708/3125 86% [===================================================== ] 2709/3125 86% [===================================================== ] 2710/3125 86% [===================================================== ] 2711/3125 86% [===================================================== ] 2712/3125 86% [===================================================== ] 2713/3125 86% [===================================================== ] 2714/3125 86% [===================================================== ] 2715/3125 86% [===================================================== ] 2716/3125 86% [===================================================== ] 2717/3125 86% [===================================================== ] 2718/3125 86% [===================================================== ] 2719/3125 87% [===================================================== ] 2720/3125 87% [===================================================== ] 2721/3125 87% [====================================================== ] 2722/3125 87% [====================================================== ] 2723/3125 87% [====================================================== ] 2724/3125 87% [====================================================== ] 2725/3125 87% [====================================================== ] 2726/3125 87% [====================================================== ] 2727/3125 87% [====================================================== ] 2728/3125 87% [====================================================== ] 2729/3125 87% [====================================================== ] 2730/3125 87% [====================================================== ] 2731/3125 87% [====================================================== ] 2732/3125 87% [====================================================== ] 2733/3125 87% [====================================================== ] 2734/3125 87% [====================================================== ] 2735/3125 87% [====================================================== ] 2736/3125 87% [====================================================== ] 2737/3125 87% [====================================================== ] 2738/3125 87% [====================================================== ] 2739/3125 87% [====================================================== ] 2740/3125 87% [====================================================== ] 2741/3125 87% [====================================================== ] 2742/3125 87% [====================================================== ] 2743/3125 87% [====================================================== ] 2744/3125 87% [====================================================== ] 2745/3125 87% [====================================================== ] 2746/3125 87% [====================================================== ] 2747/3125 87% [====================================================== ] 2748/3125 87% [====================================================== ] 2749/3125 87% [====================================================== ] 2750/3125 88% [====================================================== ] 2751/3125 88% [====================================================== ] 2752/3125 88% [====================================================== ] 2753/3125 88% [====================================================== ] 2754/3125 88% [====================================================== ] 2755/3125 88% [====================================================== ] 2756/3125 88% [====================================================== ] 2757/3125 88% [====================================================== ] 2758/3125 88% [====================================================== ] 2759/3125 88% [====================================================== ] 2760/3125 88% [====================================================== ] 2761/3125 88% [====================================================== ] 2762/3125 88% [====================================================== ] 2763/3125 88% [====================================================== ] 2764/3125 88% [====================================================== ] 2765/3125 88% [====================================================== ] 2766/3125 88% [====================================================== ] 2767/3125 88% [====================================================== ] 2768/3125 88% [====================================================== ] 2769/3125 88% [====================================================== ] 2770/3125 88% [====================================================== ] 2771/3125 88% [====================================================== ] 2772/3125 88% [======================================================= ] 2773/3125 88% [======================================================= ] 2774/3125 88% [======================================================= ] 2775/3125 88% [======================================================= ] 2776/3125 88% [======================================================= ] 2777/3125 88% [======================================================= ] 2778/3125 88% [======================================================= ] 2779/3125 88% [======================================================= ] 2780/3125 88% [======================================================= ] 2781/3125 88% [======================================================= ] 2782/3125 89% [======================================================= ] 2783/3125 89% [======================================================= ] 2784/3125 89% [======================================================= ] 2785/3125 89% [======================================================= ] 2786/3125 89% [======================================================= ] 2787/3125 89% [======================================================= ] 2788/3125 89% [======================================================= ] 2789/3125 89% [======================================================= ] 2790/3125 89% [======================================================= ] 2791/3125 89% [======================================================= ] 2792/3125 89% [======================================================= ] 2793/3125 89% [======================================================= ] 2794/3125 89% [======================================================= ] 2795/3125 89% [======================================================= ] 2796/3125 89% [======================================================= ] 2797/3125 89% [======================================================= ] 2798/3125 89% [======================================================= ] 2799/3125 89% [======================================================= ] 2800/3125 89% [======================================================= ] 2801/3125 89% [======================================================= ] 2802/3125 89% [======================================================= ] 2803/3125 89% [======================================================= ] 2804/3125 89% [======================================================= ] 2805/3125 89% [======================================================= ] 2806/3125 89% [======================================================= ] 2807/3125 89% [======================================================= ] 2808/3125 89% [======================================================= ] 2809/3125 89% [======================================================= ] 2810/3125 89% [======================================================= ] 2811/3125 89% [======================================================= ] 2812/3125 89% [======================================================= ] 2813/3125 90% [======================================================= ] 2814/3125 90% [======================================================= ] 2815/3125 90% [======================================================= ] 2816/3125 90% [======================================================= ] 2817/3125 90% [======================================================= ] 2818/3125 90% [======================================================= ] 2819/3125 90% [======================================================= ] 2820/3125 90% [======================================================= ] 2821/3125 90% [======================================================= ] 2822/3125 90% [======================================================== ] 2823/3125 90% [======================================================== ] 2824/3125 90% [======================================================== ] 2825/3125 90% [======================================================== ] 2826/3125 90% [======================================================== ] 2827/3125 90% [======================================================== ] 2828/3125 90% [======================================================== ] 2829/3125 90% [======================================================== ] 2830/3125 90% [======================================================== ] 2831/3125 90% [======================================================== ] 2832/3125 90% [======================================================== ] 2833/3125 90% [======================================================== ] 2834/3125 90% [======================================================== ] 2835/3125 90% [======================================================== ] 2836/3125 90% [======================================================== ] 2837/3125 90% [======================================================== ] 2838/3125 90% [======================================================== ] 2839/3125 90% [======================================================== ] 2840/3125 90% [======================================================== ] 2841/3125 90% [======================================================== ] 2842/3125 90% [======================================================== ] 2843/3125 90% [======================================================== ] 2844/3125 91% [======================================================== ] 2845/3125 91% [======================================================== ] 2846/3125 91% [======================================================== ] 2847/3125 91% [======================================================== ] 2848/3125 91% [======================================================== ] 2849/3125 91% [======================================================== ] 2850/3125 91% [======================================================== ] 2851/3125 91% [======================================================== ] 2852/3125 91% [======================================================== ] 2853/3125 91% [======================================================== ] 2854/3125 91% [======================================================== ] 2855/3125 91% [======================================================== ] 2856/3125 91% [======================================================== ] 2857/3125 91% [======================================================== ] 2858/3125 91% [======================================================== ] 2859/3125 91% [======================================================== ] 2860/3125 91% [======================================================== ] 2861/3125 91% [======================================================== ] 2862/3125 91% [======================================================== ] 2863/3125 91% [======================================================== ] 2864/3125 91% [======================================================== ] 2865/3125 91% [======================================================== ] 2866/3125 91% [======================================================== ] 2867/3125 91% [======================================================== ] 2868/3125 91% [======================================================== ] 2869/3125 91% [======================================================== ] 2870/3125 91% [======================================================== ] 2871/3125 91% [======================================================== ] 2872/3125 91% [========================================================= ] 2873/3125 91% [========================================================= ] 2874/3125 91% [========================================================= ] 2875/3125 92% [========================================================= ] 2876/3125 92% [========================================================= ] 2877/3125 92% [========================================================= ] 2878/3125 92% [========================================================= ] 2879/3125 92% [========================================================= ] 2880/3125 92% [========================================================= ] 2881/3125 92% [========================================================= ] 2882/3125 92% [========================================================= ] 2883/3125 92% [========================================================= ] 2884/3125 92% [========================================================= ] 2885/3125 92% [========================================================= ] 2886/3125 92% [========================================================= ] 2887/3125 92% [========================================================= ] 2888/3125 92% [========================================================= ] 2889/3125 92% [========================================================= ] 2890/3125 92% [========================================================= ] 2891/3125 92% [========================================================= ] 2892/3125 92% [========================================================= ] 2893/3125 92% [========================================================= ] 2894/3125 92% [========================================================= ] 2895/3125 92% [========================================================= ] 2896/3125 92% [========================================================= ] 2897/3125 92% [========================================================= ] 2898/3125 92% [========================================================= ] 2899/3125 92% [========================================================= ] 2900/3125 92% [========================================================= ] 2901/3125 92% [========================================================= ] 2902/3125 92% [========================================================= ] 2903/3125 92% [========================================================= ] 2904/3125 92% [========================================================= ] 2905/3125 92% [========================================================= ] 2906/3125 92% [========================================================= ] 2907/3125 93% [========================================================= ] 2908/3125 93% [========================================================= ] 2909/3125 93% [========================================================= ] 2910/3125 93% [========================================================= ] 2911/3125 93% [========================================================= ] 2912/3125 93% [========================================================= ] 2913/3125 93% [========================================================= ] 2914/3125 93% [========================================================= ] 2915/3125 93% [========================================================= ] 2916/3125 93% [========================================================= ] 2917/3125 93% [========================================================= ] 2918/3125 93% [========================================================= ] 2919/3125 93% [========================================================= ] 2920/3125 93% [========================================================= ] 2921/3125 93% [========================================================= ] 2922/3125 93% [========================================================= ] 2923/3125 93% [========================================================== ] 2924/3125 93% [========================================================== ] 2925/3125 93% [========================================================== ] 2926/3125 93% [========================================================== ] 2927/3125 93% [========================================================== ] 2928/3125 93% [========================================================== ] 2929/3125 93% [========================================================== ] 2930/3125 93% [========================================================== ] 2931/3125 93% [========================================================== ] 2932/3125 93% [========================================================== ] 2933/3125 93% [========================================================== ] 2934/3125 93% [========================================================== ] 2935/3125 93% [========================================================== ] 2936/3125 93% [========================================================== ] 2937/3125 93% [========================================================== ] 2938/3125 94% [========================================================== ] 2939/3125 94% [========================================================== ] 2940/3125 94% [========================================================== ] 2941/3125 94% [========================================================== ] 2942/3125 94% [========================================================== ] 2943/3125 94% [========================================================== ] 2944/3125 94% [========================================================== ] 2945/3125 94% [========================================================== ] 2946/3125 94% [========================================================== ] 2947/3125 94% [========================================================== ] 2948/3125 94% [========================================================== ] 2949/3125 94% [========================================================== ] 2950/3125 94% [========================================================== ] 2951/3125 94% [========================================================== ] 2952/3125 94% [========================================================== ] 2953/3125 94% [========================================================== ] 2954/3125 94% [========================================================== ] 2955/3125 94% [========================================================== ] 2956/3125 94% [========================================================== ] 2957/3125 94% [========================================================== ] 2958/3125 94% [========================================================== ] 2959/3125 94% [========================================================== ] 2960/3125 94% [========================================================== ] 2961/3125 94% [========================================================== ] 2962/3125 94% [========================================================== ] 2963/3125 94% [========================================================== ] 2964/3125 94% [========================================================== ] 2965/3125 94% [========================================================== ] 2966/3125 94% [========================================================== ] 2967/3125 94% [========================================================== ] 2968/3125 94% [========================================================== ] 2969/3125 95% [========================================================== ] 2970/3125 95% [========================================================== ] 2971/3125 95% [========================================================== ] 2972/3125 95% [========================================================== ] 2973/3125 95% [=========================================================== ] 2974/3125 95% [=========================================================== ] 2975/3125 95% [=========================================================== ] 2976/3125 95% [=========================================================== ] 2977/3125 95% [=========================================================== ] 2978/3125 95% [=========================================================== ] 2979/3125 95% [=========================================================== ] 2980/3125 95% [=========================================================== ] 2981/3125 95% [=========================================================== ] 2982/3125 95% [=========================================================== ] 2983/3125 95% [=========================================================== ] 2984/3125 95% [=========================================================== ] 2985/3125 95% [=========================================================== ] 2986/3125 95% [=========================================================== ] 2987/3125 95% [=========================================================== ] 2988/3125 95% [=========================================================== ] 2989/3125 95% [=========================================================== ] 2990/3125 95% [=========================================================== ] 2991/3125 95% [=========================================================== ] 2992/3125 95% [=========================================================== ] 2993/3125 95% [=========================================================== ] 2994/3125 95% [=========================================================== ] 2995/3125 95% [=========================================================== ] 2996/3125 95% [=========================================================== ] 2997/3125 95% [=========================================================== ] 2998/3125 95% [=========================================================== ] 2999/3125 95% [=========================================================== ] 3000/3125 96% [=========================================================== ] 3001/3125 96% [=========================================================== ] 3002/3125 96% [=========================================================== ] 3003/3125 96% [=========================================================== ] 3004/3125 96% [=========================================================== ] 3005/3125 96% [=========================================================== ] 3006/3125 96% [=========================================================== ] 3007/3125 96% [=========================================================== ] 3008/3125 96% [=========================================================== ] 3009/3125 96% [=========================================================== ] 3010/3125 96% [=========================================================== ] 3011/3125 96% [=========================================================== ] 3012/3125 96% [=========================================================== ] 3013/3125 96% [=========================================================== ] 3014/3125 96% [=========================================================== ] 3015/3125 96% [=========================================================== ] 3016/3125 96% [=========================================================== ] 3017/3125 96% [=========================================================== ] 3018/3125 96% [=========================================================== ] 3019/3125 96% [=========================================================== ] 3020/3125 96% [=========================================================== ] 3021/3125 96% [=========================================================== ] 3022/3125 96% [=========================================================== ] 3023/3125 96% [=========================================================== ] 3024/3125 96% [============================================================ ] 3025/3125 96% [============================================================ ] 3026/3125 96% [============================================================ ] 3027/3125 96% [============================================================ ] 3028/3125 96% [============================================================ ] 3029/3125 96% [============================================================ ] 3030/3125 96% [============================================================ ] 3031/3125 96% [============================================================ ] 3032/3125 97% [============================================================ ] 3033/3125 97% [============================================================ ] 3034/3125 97% [============================================================ ] 3035/3125 97% [============================================================ ] 3036/3125 97% [============================================================ ] 3037/3125 97% [============================================================ ] 3038/3125 97% [============================================================ ] 3039/3125 97% [============================================================ ] 3040/3125 97% [============================================================ ] 3041/3125 97% [============================================================ ] 3042/3125 97% [============================================================ ] 3043/3125 97% [============================================================ ] 3044/3125 97% [============================================================ ] 3045/3125 97% [============================================================ ] 3046/3125 97% [============================================================ ] 3047/3125 97% [============================================================ ] 3048/3125 97% [============================================================ ] 3049/3125 97% [============================================================ ] 3050/3125 97% [============================================================ ] 3051/3125 97% [============================================================ ] 3052/3125 97% [============================================================ ] 3053/3125 97% [============================================================ ] 3054/3125 97% [============================================================ ] 3055/3125 97% [============================================================ ] 3056/3125 97% [============================================================ ] 3057/3125 97% [============================================================ ] 3058/3125 97% [============================================================ ] 3059/3125 97% [============================================================ ] 3060/3125 97% [============================================================ ] 3061/3125 97% [============================================================ ] 3062/3125 97% [============================================================ ] 3063/3125 98% [============================================================ ] 3064/3125 98% [============================================================ ] 3065/3125 98% [============================================================ ] 3066/3125 98% [============================================================ ] 3067/3125 98% [============================================================ ] 3068/3125 98% [============================================================ ] 3069/3125 98% [============================================================ ] 3070/3125 98% [============================================================ ] 3071/3125 98% [============================================================ ] 3072/3125 98% [============================================================ ] 3073/3125 98% [============================================================ ] 3074/3125 98% [============================================================= ] 3075/3125 98% [============================================================= ] 3076/3125 98% [============================================================= ] 3077/3125 98% [============================================================= ] 3078/3125 98% [============================================================= ] 3079/3125 98% [============================================================= ] 3080/3125 98% [============================================================= ] 3081/3125 98% [============================================================= ] 3082/3125 98% [============================================================= ] 3083/3125 98% [============================================================= ] 3084/3125 98% [============================================================= ] 3085/3125 98% [============================================================= ] 3086/3125 98% [============================================================= ] 3087/3125 98% [============================================================= ] 3088/3125 98% [============================================================= ] 3089/3125 98% [============================================================= ] 3090/3125 98% [============================================================= ] 3091/3125 98% [============================================================= ] 3092/3125 98% [============================================================= ] 3093/3125 98% [============================================================= ] 3094/3125 99% [============================================================= ] 3095/3125 99% [============================================================= ] 3096/3125 99% [============================================================= ] 3097/3125 99% [============================================================= ] 3098/3125 99% [============================================================= ] 3099/3125 99% [============================================================= ] 3100/3125 99% [============================================================= ] 3101/3125 99% [============================================================= ] 3102/3125 99% [============================================================= ] 3103/3125 99% [============================================================= ] 3104/3125 99% [============================================================= ] 3105/3125 99% [============================================================= ] 3106/3125 99% [============================================================= ] 3107/3125 99% [============================================================= ] 3108/3125 99% [============================================================= ] 3109/3125 99% [============================================================= ] 3110/3125 99% [============================================================= ] 3111/3125 99% [============================================================= ] 3112/3125 99% [============================================================= ] 3113/3125 99% [============================================================= ] 3114/3125 99% [============================================================= ] 3115/3125 99% [============================================================= ] 3116/3125 99% [============================================================= ] 3117/3125 99% [============================================================= ] 3118/3125 99% [============================================================= ] 3119/3125 99% [============================================================= ] 3120/3125 99% [============================================================= ] 3121/3125 99% [============================================================= ] 3122/3125 99% [============================================================= ] 3123/3125 99% [============================================================= ] 3124/3125 99% [==============================================================] 3125/3125 100% operation complete, 3125 objects in 131323 NAND pages. ln -snf /nvmedata/autobuild/instance-10/output-1/host/riscv32-buildroot-linux-gnu/sysroot /nvmedata/autobuild/instance-10/output-1/staging make: Leaving directory '/nvmedata/autobuild/instance-10/buildroot' make: Entering directory '/nvmedata/autobuild/instance-10/buildroot' >>> Buildroot 2022.08-rc1-122-g15ab53968c Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 12.1.0 Collecting legal info >>> glibc 2.35-134-gb6aade18a7e5719c942aa2da6cf3157aca993fa4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-gawk 5.1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 12.1.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> 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) >>> host-aespipe 2.4f Collecting legal info >>> apg 2.3.0b Collecting legal info COPYING: OK (sha256: 5d0c892ea452c3828f1e311637cde4e3a04eb6431554308b3fcdac8c1b330168) >>> 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) >>> host-babeltrace2 2.0.4 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) lgpl-2.1.txt: OK (sha256: c68fd1ffc1623ea0dace21abf57305818e4998a4ae0c79010aaaa943eb660b55) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: d919c6347409efde6dea63c6f349fb06bc060a2b721fc3df07b5f720b5f1d60e) >>> host-elfutils 0.186 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-meson 0.63.0 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 63.2.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.5 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.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> 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) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> bitstream-vera 1.10 Collecting legal info COPYRIGHT.TXT: OK (sha256: 3361d054759a2fc686a2c058be82deaf9c2e6fe549be9004d7935a6c1736315d) >>> host-bmap-tools 3.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> brotli 1.0.9 Collecting legal info LICENSE: OK (sha512: bae78184c2f50f86d8c727826d3982c469454c42b9af81f4ef007e39036434fa894cf5be3bf5fc65b7de2301f0a72d067a8186e303327db8a96bd14867e0a3a8) >>> 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) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> 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) >>> file 5.41 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: c4fa92d6504b88484a12140fe3e24b9b29b0112717f94b1ff4205d54828b1c70) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-file 5.41 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: c4fa92d6504b88484a12140fe3e24b9b29b0112717f94b1ff4205d54828b1c70) >>> xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> zlib Collecting legal info >>> zlib-ng 2.0.6 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> datatables-buttons 1.6.1 Collecting legal info License.txt: OK (sha256: 21fa7cbc3c00bcad1e0f3417d465e702bd470d7dc446a6deff80c8fc5eda9148) >>> datatables-responsive 2.2.3 Collecting legal info License.txt: OK (sha256: da4e1020ae97c095a14d7830c1a8a793e080c062e22d749ecd3fc3c075673dbf) >>> datatables 1.10.20 Collecting legal info license.txt: OK (sha256: c6a873f21550ed804f76013c36e14225704c1aa551fdb870e0c626eb91c19247) >>> dhrystone 2 Collecting legal info >>> ding-libs 0.6.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LESSER: OK (sha256: 6c57f43c939054fd4b831f271a14c97a488c38f98cdda5e887c5d396e3b3bc58) >>> dtv-scan-tables 57ed2982275045ea5e92ef2a40b9fa58255852e5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LGPL: OK (sha256: 4fd46f32582c29007657e2daad8d0a6d954cf4e9d2e47bae8f8d8c32765fc987) >>> 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) >>> ed 1.18 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> enet 1.3.17 Collecting legal info LICENSE: OK (sha256: 77f94e3be39938801163844b8bf9a4f12badcc0da136e9886e7da14a816d74d3) >>> enscript 1.6.6 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> ethtool 5.18 Collecting legal info LICENSE: OK (sha256: 5d632934396f90c82dfebe3c9512648bbb6333b406113d0cd331b0e0aa2d34a1) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> evtest 1.35 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> explorercanvas aa989ea9d9bac748638f7c66b0fc88e619715da6 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> flashrom 1.2 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gdb 11.2 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING3.LIB >>> host-libiberty 2.32 Collecting legal info COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> glorytun 0.3.4 Collecting legal info LICENSE: OK (sha256: 3d9ddddb8807c305287d9dbab58473e5307e9c91651c43c654a0828855d2b373) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> inih 55 Collecting legal info LICENSE.txt: OK (sha256: 9ae3b39e83e9158e44b67733baa3bb2d84e80efdcfb14a5820210a42c7abdf7f) >>> initscripts Collecting legal info >>> host-jq a17dd3248a666d01be75f6b16be37e80e20b0954 Collecting legal info COPYING: OK (sha256: c8437d414ca5b394718784c3bf5bdff7f01fee417625fabf1fb722ca263037da) >>> jszip 3.10.0 Collecting legal info LICENSE.markdown: OK (sha256: 566c953c6090b1218ca6217dd7359d45dde46581968586dc607d59a78af6a9c4) >>> libclc 13.0.1 Collecting legal info LICENSE.TXT: OK (sha256: 3c536c052db9afd997809e38785c9f2a9e54e2892330fa7c5b438e18a7413479) >>> host-clang 11.1.0 Collecting legal info LICENSE.TXT: OK (sha256: ebcd9bbf783a73d05c53ba4d586b8d5813dcdf3bbec50265860ccc885e606f47) >>> host-libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-llvm 11.1.0 Collecting legal info LICENSE.TXT: OK (sha256: 8d85c1057d742e597985c7d4e6320b015a9139385cff4cbae06ffc0ebe89afee) >>> host-spirv-llvm-translator v11.0.0-269-g13c76c4b275ae990d23883f7f15eec1a9adddc18 Collecting legal info LICENSE.TXT: OK (sha256: e3bc36440fc927c62d5cc24efeefe225a14d4e34ffeb0c92e430625cce9ee444) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libcsv 3.0.3 Collecting legal info COPYING.LESSER: OK (sha256: 6876b170378d38f65aadd271485f0a5c45beaa043a7d3de5e1636ec927922c83) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> libexif 0.6.24 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libgta 1.2.1 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> liblog4c-localtime 1.0 Collecting legal info COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libmpeg2 0.5.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> libosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> libsndfile 1.1.0 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libsvg 0.1.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> jpeg Collecting legal info >>> libsvgtiny ea9d99fc8b231c22d06168135e181d61f4eb2f06 Collecting legal info README: OK (sha256: 92b965c77be71661cae51425a6b40a5ca274f44cc13c723c90fb471a9a26a828) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-netsurf-buildsystem 7574b41345968b5f7e9ca5875faccb1478ce0555 Collecting legal info llvm/LICENSE.TXT: OK (sha256: b2ddc1d607332423f6cf415b2ac619a1c03dd565facdc39a571282a520929a65) >>> libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libxslt 1.1.35 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> linux-firmware 20220310 Collecting legal info LICENCE.Abilis: OK (sha256: 8116433f4004fc0c24d72b3d9e497808b724aa0e5e1cd63fc1bf66b715b1e2e9) LICENCE.Marvell: OK (sha256: 2d6062d63b91eb750bf741498691604f75184b9fee97608ec537cd09bd6a42b4) LICENCE.atheros_firmware: OK (sha256: 802b7014b26c606cf6248ae8b0ab1ce6d2d1b0db236d38dd269e676cd70710f2) LICENCE.broadcom_bcm43xx: OK (sha256: b16056fc91b82a0e3e8de8f86c2dac98201aa9dc3cbd33e8d38f1b087fcec30d) LICENCE.chelsio_firmware: OK (sha256: a5777f9e80aca0603b0648454de996168b1c530322550ccda94d6d78bcf6c061) LICENCE.iwlwifi_firmware: OK (sha256: 16d5040c7cf851fc693b7542e20870935b99802533ea1bfd231c377a2305e5c5) LICENCE.rtlwifi_firmware.txt: OK (sha256: a61351665b4f264f6c631364f85b907d8f8f41f8b369533ef4021765f9f3b62e) LICENCE.ti-connectivity: OK (sha256: 106bef96470001e877fcf7ba0337fa6766a317650eb47fcaeb743eeebd62c4ff) LICENSE.QualcommAtheros_ath10k: OK (sha256: 337a55102138d7baa143ee4a4c6c91693e0113fece35d380b2a12109e8c23b3f) LICENSE.dib0700: OK (sha256: 630fd46c95d3ac6544590c2265ba7348fbc930fb386261a1c04dcd9f403645b8) LICENSE.radeon: OK (sha256: fc6223d4bfe9f2f9e2eddc44b9fe5721d0caf49f01cb08d602906add686d8c6f) WHENCE: OK (sha256: 75afdb5d45a21ff95ff7aa82d67bc42a83830f2def98ea937c01d6e7603d76f9) >>> linux-syscall-support e1e7b0ad8ee99a875b272c8e33e308472e897660 Collecting legal info LICENSE: OK (sha256: c180f12840c00224cceed7139192018d2c7e6061db4ce4310b8626f7ad10bf26) >>> host-lzma-alone 9.22 Collecting legal info lzma.txt: OK (sha256: 65cd2f7b76266889cbdcec55ab8ce6e845beabb5f450d58287439b25666e3b6a) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> macchanger 1.7.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> mii-diag 2.11 Collecting legal info mii-diag.c: OK (sha256: c83cf866874d6171fbea4e3786370483beb6d2898ac2ea91123b144effec7fcb) >>> mobile-broadband-provider-info 20190618 Collecting legal info COPYING: OK (sha256: 3d510b215a33087b9ceb9592da21575ea1f9f98bd4d983a38e65fe851a552174) >>> host-libxslt 1.1.35 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> mtdev 1.1.6 Collecting legal info COPYING: OK (sha256: 795bfe74daae59a97d3a0c8ec0ba0f08c243adf94a3aa7981a4136fce31d55b4) >>> host-mtools 4.0.38 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> netperf 2.7.0 Collecting legal info COPYING: OK (sha256: dc874b3047b6259336431e813961fb6c5945561c6ad7a732aa8531a3c6b1a9fa) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pps-tools e2b25049df9a4da28168b7378016f1650d0dfa6b Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> ptpd 1.1.0 Collecting legal info COPYRIGHT: OK (sha256: be69f30947abef91e0bce161005fe56b116b770e459e3e6980279349de47c366) >>> pv 1.6.20 Collecting legal info doc/COPYING: OK (sha256: 280e182171df3e9bb4a9b407326e88521151fcb8f4f8557255f26177d5900ccf) >>> pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> host-pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> qcom-db410c-firmware 1034.2.1 Collecting legal info LICENSE: OK (sha256: 11e60ad6f83c2a86e40dca374c24230b53650dd3e0adf2e72c15f8cafedc2e5a) >>> raptor 2.0.15 Collecting legal info LICENSE.txt: OK (sha256: 6b926a47abfb87451c436fbd4a868defec963d0232c70b806ac02d4a2a6e1968) >>> host-rauc 1.7 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-squashfs 4.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> sound-theme-borealis 0.9a Collecting legal info >>> sp-oops-extract 0.0.7-1 Collecting legal info COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> speex 1.2.1 Collecting legal info COPYING: OK (sha256: 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01) >>> host-swig 4.0.2 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> ti-uim a0236bc252e6484835ce266ae4a50b361f6a902d Collecting legal info uim.h: OK (sha256: 4e39276507524f938459b05d061ae77562f3f85926fe73027cfcac259cb03d0e) >>> tinycbor 0.6.0 Collecting legal info LICENSE: OK (sha256: 3c6ba0b5bfa7830505301ffb336a17b0748e0d61c4d34216e9dc98f10e40395e) >>> wireless_tools 30.pre9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> wqy-zenhei 0.9.45 Collecting legal info COPYING: OK (sha256: 871c2a85e6bbf7bec65043820b706a265ed95d4e58c577fbb2c9f60c39c26ca7) >>> xmlstarlet 1.6.1 Collecting legal info COPYING: OK (sha256: 6641cc5b00c1651fa22175f34efd01695e64a348b1ba07048538276f44866862) >>> zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> 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-makedevs Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-12.1.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-12.1.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: aespipe-2.4f: cannot save license (HOST_AESPIPE_LICENSE_FILES not defined) WARNING: dhrystone-2: cannot save license (DHRYSTONE_LICENSE_FILES not defined) WARNING: sound-theme-borealis-0.9a: cannot save license (SOUND_THEME_BOREALIS_LICENSE_FILES not defined) Legal info produced in /nvmedata/autobuild/instance-10/output-1/legal-info make: Leaving directory '/nvmedata/autobuild/instance-10/buildroot'