find /home/autobuild/autobuild/instance-13/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/autobuild/autobuild/instance-13/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-13/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-13/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/autobuild/autobuild/instance-13/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.05-15-g8ea4f3b549"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.08-git\"" \ ) > /home/autobuild/autobuild/instance-13/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-13/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-13/output-1/per-package /home/autobuild/autobuild/instance-13/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-13/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs printf ' ftp -1 ftp -1 * /home/ftp - - Anonymous FTP User\n\n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.ext2 mkdir -p /home/autobuild/autobuild/instance-13/output-1/images rm -rf /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ext2 mkdir -p /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ext2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-13/output-1/target/ /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ext2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ext2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ext2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ext2/target" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/autobuild/autobuild/instance-13/output-1/host/bin:/home/autobuild/autobuild/instance-13/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-13/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ext2/target >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ext2/fakeroot echo "/home/autobuild/autobuild/instance-13/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ext2/target" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ext2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ext2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ext2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ext2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -f /home/autobuild/autobuild/instance-13/output-1/images/rootfs.ext2\n /home/autobuild/autobuild/instance-13/output-1/host/sbin/mkfs.ext2 -d /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ext2/target -r 1 -N 0 -m 5 -L "rootfs" -I 256 -O ^64bit /home/autobuild/autobuild/instance-13/output-1/images/rootfs.ext2 "5G" || { ret=$?; echo "*** Maybe you need to increase the filesystem size (BR2_TARGET_ROOTFS_EXT2_SIZE)" 1>&2; exit $ret; }\n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ext2/fakeroot chmod a+x /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/autobuild/autobuild/instance-13/output-1/host/bin:/home/autobuild/autobuild/instance-13/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-13/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ext2/fakeroot rootdir=/home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ext2/target table='/home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_devices_table.txt' mke2fs 1.46.5 (30-Dec-2021) Creating regular file /home/autobuild/autobuild/instance-13/output-1/images/rootfs.ext2 Creating filesystem with 1310720 4k blocks and 327680 inodes Filesystem UUID: 75762d54-9493-4b0d-b670-e824fb4baf4c 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="/home/autobuild/autobuild/instance-13/output-1/host/bin:/home/autobuild/autobuild/instance-13/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" bzip2 -9 -c /home/autobuild/autobuild/instance-13/output-1/images/rootfs.ext2 > /home/autobuild/autobuild/instance-13/output-1/images/rootfs.ext2.bz2 >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-13/output-1/images rm -rf /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-13/output-1/target/ /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-13/output-1/host/bin:/home/autobuild/autobuild/instance-13/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-13/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-13/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-13/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-13/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-13/output-1/host/bin:/home/autobuild/autobuild/instance-13/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-13/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 2771 objects. stage 2: creating image '/home/autobuild/autobuild/instance-13/output-1/images/rootfs.yaffs2' [ ] 1/2771 0% [ ] 2/2771 0% [ ] 3/2771 0% [ ] 4/2771 0% [ ] 5/2771 0% [ ] 6/2771 0% [ ] 7/2771 0% [ ] 8/2771 0% [ ] 9/2771 0% [ ] 10/2771 0% [ ] 11/2771 0% [ ] 12/2771 0% [ ] 13/2771 0% [ ] 14/2771 0% [ ] 15/2771 0% [ ] 16/2771 0% [ ] 17/2771 0% [ ] 18/2771 0% [ ] 19/2771 0% [ ] 20/2771 0% [ ] 21/2771 0% [ ] 22/2771 0% [ ] 23/2771 0% [ ] 24/2771 0% [ ] 25/2771 0% [ ] 26/2771 0% [ ] 27/2771 0% [ ] 28/2771 1% [ ] 29/2771 1% [ ] 30/2771 1% [ ] 31/2771 1% [ ] 32/2771 1% [ ] 33/2771 1% [ ] 34/2771 1% [ ] 35/2771 1% [ ] 36/2771 1% [ ] 37/2771 1% [ ] 38/2771 1% [ ] 39/2771 1% [ ] 40/2771 1% [ ] 41/2771 1% [ ] 42/2771 1% [ ] 43/2771 1% [ ] 44/2771 1% [= ] 45/2771 1% [= ] 46/2771 1% [= ] 47/2771 1% [= ] 48/2771 1% [= ] 49/2771 1% [= ] 50/2771 1% [= ] 51/2771 1% [= ] 52/2771 1% [= ] 53/2771 1% [= ] 54/2771 1% [= ] 55/2771 1% [= ] 56/2771 2% [= ] 57/2771 2% [= ] 58/2771 2% [= ] 59/2771 2% [= ] 60/2771 2% [= ] 61/2771 2% [= ] 62/2771 2% [= ] 63/2771 2% [= ] 64/2771 2% [= ] 65/2771 2% [= ] 66/2771 2% [= ] 67/2771 2% [= ] 68/2771 2% [= ] 69/2771 2% [= ] 70/2771 2% [= ] 71/2771 2% [= ] 72/2771 2% [= ] 73/2771 2% [= ] 74/2771 2% [= ] 75/2771 2% [= ] 76/2771 2% [= ] 77/2771 2% [= ] 78/2771 2% [= ] 79/2771 2% [= ] 80/2771 2% [= ] 81/2771 2% [= ] 82/2771 2% [= ] 83/2771 2% [= ] 84/2771 3% [= ] 85/2771 3% [= ] 86/2771 3% [= ] 87/2771 3% [= ] 88/2771 3% [= ] 89/2771 3% [== ] 90/2771 3% [== ] 91/2771 3% [== ] 92/2771 3% [== ] 93/2771 3% [== ] 94/2771 3% [== ] 95/2771 3% [== ] 96/2771 3% [== ] 97/2771 3% [== ] 98/2771 3% [== ] 99/2771 3% [== ] 100/2771 3% [== ] 101/2771 3% [== ] 102/2771 3% [== ] 103/2771 3% [== ] 104/2771 3% [== ] 105/2771 3% [== ] 106/2771 3% [== ] 107/2771 3% [== ] 108/2771 3% [== ] 109/2771 3% [== ] 110/2771 3% [== ] 111/2771 4% [== ] 112/2771 4% [== ] 113/2771 4% [== ] 114/2771 4% [== ] 115/2771 4% [== ] 116/2771 4% [== ] 117/2771 4% [== ] 118/2771 4% [== ] 119/2771 4% [== ] 120/2771 4% [== ] 121/2771 4% [== ] 122/2771 4% [== ] 123/2771 4% [== ] 124/2771 4% [== ] 125/2771 4% [== ] 126/2771 4% [== ] 127/2771 4% [== ] 128/2771 4% [== ] 129/2771 4% [== ] 130/2771 4% [== ] 131/2771 4% [== ] 132/2771 4% [== ] 133/2771 4% [== ] 134/2771 4% [=== ] 135/2771 4% [=== ] 136/2771 4% [=== ] 137/2771 4% [=== ] 138/2771 4% [=== ] 139/2771 5% [=== ] 140/2771 5% [=== ] 141/2771 5% [=== ] 142/2771 5% [=== ] 143/2771 5% [=== ] 144/2771 5% [=== ] 145/2771 5% [=== ] 146/2771 5% [=== ] 147/2771 5% [=== ] 148/2771 5% [=== ] 149/2771 5% [=== ] 150/2771 5% [=== ] 151/2771 5% [=== ] 152/2771 5% [=== ] 153/2771 5% [=== ] 154/2771 5% [=== ] 155/2771 5% [=== ] 156/2771 5% [=== ] 157/2771 5% [=== ] 158/2771 5% [=== ] 159/2771 5% [=== ] 160/2771 5% [=== ] 161/2771 5% [=== ] 162/2771 5% [=== ] 163/2771 5% [=== ] 164/2771 5% [=== ] 165/2771 5% [=== ] 166/2771 5% [=== ] 167/2771 6% [=== ] 168/2771 6% [=== ] 169/2771 6% [=== ] 170/2771 6% [=== ] 171/2771 6% [=== ] 172/2771 6% [=== ] 173/2771 6% [=== ] 174/2771 6% [=== ] 175/2771 6% [=== ] 176/2771 6% [=== ] 177/2771 6% [=== ] 178/2771 6% [==== ] 179/2771 6% [==== ] 180/2771 6% [==== ] 181/2771 6% [==== ] 182/2771 6% [==== ] 183/2771 6% [==== ] 184/2771 6% [==== ] 185/2771 6% [==== ] 186/2771 6% [==== ] 187/2771 6% [==== ] 188/2771 6% [==== ] 189/2771 6% [==== ] 190/2771 6% [==== ] 191/2771 6% [==== ] 192/2771 6% [==== ] 193/2771 6% [==== ] 194/2771 7% [==== ] 195/2771 7% [==== ] 196/2771 7% [==== ] 197/2771 7% [==== ] 198/2771 7% [==== ] 199/2771 7% [==== ] 200/2771 7% [==== ] 201/2771 7% [==== ] 202/2771 7% [==== ] 203/2771 7% [==== ] 204/2771 7% [==== ] 205/2771 7% [==== ] 206/2771 7% [==== ] 207/2771 7% [==== ] 208/2771 7% [==== ] 209/2771 7% [==== ] 210/2771 7% [==== ] 211/2771 7% [==== ] 212/2771 7% [==== ] 213/2771 7% [==== ] 214/2771 7% [==== ] 215/2771 7% [==== ] 216/2771 7% [==== ] 217/2771 7% [==== ] 218/2771 7% [==== ] 219/2771 7% [==== ] 220/2771 7% [==== ] 221/2771 7% [==== ] 222/2771 8% [==== ] 223/2771 8% [===== ] 224/2771 8% [===== ] 225/2771 8% [===== ] 226/2771 8% [===== ] 227/2771 8% [===== ] 228/2771 8% [===== ] 229/2771 8% [===== ] 230/2771 8% [===== ] 231/2771 8% [===== ] 232/2771 8% [===== ] 233/2771 8% [===== ] 234/2771 8% [===== ] 235/2771 8% [===== ] 236/2771 8% [===== ] 237/2771 8% [===== ] 238/2771 8% [===== ] 239/2771 8% [===== ] 240/2771 8% [===== ] 241/2771 8% [===== ] 242/2771 8% [===== ] 243/2771 8% [===== ] 244/2771 8% [===== ] 245/2771 8% [===== ] 246/2771 8% [===== ] 247/2771 8% [===== ] 248/2771 8% [===== ] 249/2771 8% [===== ] 250/2771 9% [===== ] 251/2771 9% [===== ] 252/2771 9% [===== ] 253/2771 9% [===== ] 254/2771 9% [===== ] 255/2771 9% [===== ] 256/2771 9% [===== ] 257/2771 9% [===== ] 258/2771 9% [===== ] 259/2771 9% [===== ] 260/2771 9% [===== ] 261/2771 9% [===== ] 262/2771 9% [===== ] 263/2771 9% [===== ] 264/2771 9% [===== ] 265/2771 9% [===== ] 266/2771 9% [===== ] 267/2771 9% [===== ] 268/2771 9% [====== ] 269/2771 9% [====== ] 270/2771 9% [====== ] 271/2771 9% [====== ] 272/2771 9% [====== ] 273/2771 9% [====== ] 274/2771 9% [====== ] 275/2771 9% [====== ] 276/2771 9% [====== ] 277/2771 9% [====== ] 278/2771 10% [====== ] 279/2771 10% [====== ] 280/2771 10% [====== ] 281/2771 10% [====== ] 282/2771 10% [====== ] 283/2771 10% [====== ] 284/2771 10% [====== ] 285/2771 10% [====== ] 286/2771 10% [====== ] 287/2771 10% [====== ] 288/2771 10% [====== ] 289/2771 10% [====== ] 290/2771 10% [====== ] 291/2771 10% [====== ] 292/2771 10% [====== ] 293/2771 10% [====== ] 294/2771 10% [====== ] 295/2771 10% [====== ] 296/2771 10% [====== ] 297/2771 10% [====== ] 298/2771 10% [====== ] 299/2771 10% [====== ] 300/2771 10% [====== ] 301/2771 10% [====== ] 302/2771 10% [====== ] 303/2771 10% [====== ] 304/2771 10% [====== ] 305/2771 11% [====== ] 306/2771 11% [====== ] 307/2771 11% [====== ] 308/2771 11% [====== ] 309/2771 11% [====== ] 310/2771 11% [====== ] 311/2771 11% [====== ] 312/2771 11% [======= ] 313/2771 11% [======= ] 314/2771 11% [======= ] 315/2771 11% [======= ] 316/2771 11% [======= ] 317/2771 11% [======= ] 318/2771 11% [======= ] 319/2771 11% [======= ] 320/2771 11% [======= ] 321/2771 11% [======= ] 322/2771 11% [======= ] 323/2771 11% [======= ] 324/2771 11% [======= ] 325/2771 11% [======= ] 326/2771 11% [======= ] 327/2771 11% [======= ] 328/2771 11% [======= ] 329/2771 11% [======= ] 330/2771 11% [======= ] 331/2771 11% [======= ] 332/2771 11% [======= ] 333/2771 12% [======= ] 334/2771 12% [======= ] 335/2771 12% [======= ] 336/2771 12% [======= ] 337/2771 12% [======= ] 338/2771 12% [======= ] 339/2771 12% [======= ] 340/2771 12% [======= ] 341/2771 12% [======= ] 342/2771 12% [======= ] 343/2771 12% [======= ] 344/2771 12% [======= ] 345/2771 12% [======= ] 346/2771 12% [======= ] 347/2771 12% [======= ] 348/2771 12% [======= ] 349/2771 12% [======= ] 350/2771 12% [======= ] 351/2771 12% [======= ] 352/2771 12% [======= ] 353/2771 12% [======= ] 354/2771 12% [======= ] 355/2771 12% [======= ] 356/2771 12% [======= ] 357/2771 12% [======== ] 358/2771 12% [======== ] 359/2771 12% [======== ] 360/2771 12% [======== ] 361/2771 13% [======== ] 362/2771 13% [======== ] 363/2771 13% [======== ] 364/2771 13% [======== ] 365/2771 13% [======== ] 366/2771 13% [======== ] 367/2771 13% [======== ] 368/2771 13% [======== ] 369/2771 13% [======== ] 370/2771 13% [======== ] 371/2771 13% [======== ] 372/2771 13% [======== ] 373/2771 13% [======== ] 374/2771 13% [======== ] 375/2771 13% [======== ] 376/2771 13% [======== ] 377/2771 13% [======== ] 378/2771 13% [======== ] 379/2771 13% [======== ] 380/2771 13% [======== ] 381/2771 13% [======== ] 382/2771 13% [======== ] 383/2771 13% [======== ] 384/2771 13% [======== ] 385/2771 13% [======== ] 386/2771 13% [======== ] 387/2771 13% [======== ] 388/2771 14% [======== ] 389/2771 14% [======== ] 390/2771 14% [======== ] 391/2771 14% [======== ] 392/2771 14% [======== ] 393/2771 14% [======== ] 394/2771 14% [======== ] 395/2771 14% [======== ] 396/2771 14% [======== ] 397/2771 14% [======== ] 398/2771 14% [======== ] 399/2771 14% [======== ] 400/2771 14% [======== ] 401/2771 14% [======== ] 402/2771 14% [========= ] 403/2771 14% [========= ] 404/2771 14% [========= ] 405/2771 14% [========= ] 406/2771 14% [========= ] 407/2771 14% [========= ] 408/2771 14% [========= ] 409/2771 14% [========= ] 410/2771 14% [========= ] 411/2771 14% [========= ] 412/2771 14% [========= ] 413/2771 14% [========= ] 414/2771 14% [========= ] 415/2771 14% [========= ] 416/2771 15% [========= ] 417/2771 15% [========= ] 418/2771 15% [========= ] 419/2771 15% [========= ] 420/2771 15% [========= ] 421/2771 15% [========= ] 422/2771 15% [========= ] 423/2771 15% [========= ] 424/2771 15% [========= ] 425/2771 15% [========= ] 426/2771 15% [========= ] 427/2771 15% [========= ] 428/2771 15% [========= ] 429/2771 15% [========= ] 430/2771 15% [========= ] 431/2771 15% [========= ] 432/2771 15% [========= ] 433/2771 15% [========= ] 434/2771 15% [========= ] 435/2771 15% [========= ] 436/2771 15% [========= ] 437/2771 15% [========= ] 438/2771 15% [========= ] 439/2771 15% [========= ] 440/2771 15% [========= ] 441/2771 15% [========= ] 442/2771 15% [========= ] 443/2771 15% [========= ] 444/2771 16% [========= ] 445/2771 16% [========= ] 446/2771 16% [========== ] 447/2771 16% [========== ] 448/2771 16% [========== ] 449/2771 16% [========== ] 450/2771 16% [========== ] 451/2771 16% [========== ] 452/2771 16% [========== ] 453/2771 16% [========== ] 454/2771 16% [========== ] 455/2771 16% [========== ] 456/2771 16% [========== ] 457/2771 16% [========== ] 458/2771 16% [========== ] 459/2771 16% [========== ] 460/2771 16% [========== ] 461/2771 16% [========== ] 462/2771 16% [========== ] 463/2771 16% [========== ] 464/2771 16% [========== ] 465/2771 16% [========== ] 466/2771 16% [========== ] 467/2771 16% [========== ] 468/2771 16% [========== ] 469/2771 16% [========== ] 470/2771 16% [========== ] 471/2771 16% [========== ] 472/2771 17% [========== ] 473/2771 17% [========== ] 474/2771 17% [========== ] 475/2771 17% [========== ] 476/2771 17% [========== ] 477/2771 17% [========== ] 478/2771 17% [========== ] 479/2771 17% [========== ] 480/2771 17% [========== ] 481/2771 17% [========== ] 482/2771 17% [========== ] 483/2771 17% [========== ] 484/2771 17% [========== ] 485/2771 17% [========== ] 486/2771 17% [========== ] 487/2771 17% [========== ] 488/2771 17% [========== ] 489/2771 17% [========== ] 490/2771 17% [========== ] 491/2771 17% [=========== ] 492/2771 17% [=========== ] 493/2771 17% [=========== ] 494/2771 17% [=========== ] 495/2771 17% [=========== ] 496/2771 17% [=========== ] 497/2771 17% [=========== ] 498/2771 17% [=========== ] 499/2771 18% [=========== ] 500/2771 18% [=========== ] 501/2771 18% [=========== ] 502/2771 18% [=========== ] 503/2771 18% [=========== ] 504/2771 18% [=========== ] 505/2771 18% [=========== ] 506/2771 18% [=========== ] 507/2771 18% [=========== ] 508/2771 18% [=========== ] 509/2771 18% [=========== ] 510/2771 18% [=========== ] 511/2771 18% [=========== ] 512/2771 18% [=========== ] 513/2771 18% [=========== ] 514/2771 18% [=========== ] 515/2771 18% [=========== ] 516/2771 18% [=========== ] 517/2771 18% [=========== ] 518/2771 18% [=========== ] 519/2771 18% [=========== ] 520/2771 18% [=========== ] 521/2771 18% [=========== ] 522/2771 18% [=========== ] 523/2771 18% [=========== ] 524/2771 18% [=========== ] 525/2771 18% [=========== ] 526/2771 18% [=========== ] 527/2771 19% [=========== ] 528/2771 19% [=========== ] 529/2771 19% [=========== ] 530/2771 19% [=========== ] 531/2771 19% [=========== ] 532/2771 19% [=========== ] 533/2771 19% [=========== ] 534/2771 19% [=========== ] 535/2771 19% [=========== ] 536/2771 19% [============ ] 537/2771 19% [============ ] 538/2771 19% [============ ] 539/2771 19% [============ ] 540/2771 19% [============ ] 541/2771 19% [============ ] 542/2771 19% [============ ] 543/2771 19% [============ ] 544/2771 19% [============ ] 545/2771 19% [============ ] 546/2771 19% [============ ] 547/2771 19% [============ ] 548/2771 19% [============ ] 549/2771 19% [============ ] 550/2771 19% [============ ] 551/2771 19% [============ ] 552/2771 19% [============ ] 553/2771 19% [============ ] 554/2771 19% [============ ] 555/2771 20% [============ ] 556/2771 20% [============ ] 557/2771 20% [============ ] 558/2771 20% [============ ] 559/2771 20% [============ ] 560/2771 20% [============ ] 561/2771 20% [============ ] 562/2771 20% [============ ] 563/2771 20% [============ ] 564/2771 20% [============ ] 565/2771 20% [============ ] 566/2771 20% [============ ] 567/2771 20% [============ ] 568/2771 20% [============ ] 569/2771 20% [============ ] 570/2771 20% [============ ] 571/2771 20% [============ ] 572/2771 20% [============ ] 573/2771 20% [============ ] 574/2771 20% [============ ] 575/2771 20% [============ ] 576/2771 20% [============ ] 577/2771 20% [============ ] 578/2771 20% [============ ] 579/2771 20% [============ ] 580/2771 20% [============ ] 581/2771 20% [============= ] 582/2771 21% [============= ] 583/2771 21% [============= ] 584/2771 21% [============= ] 585/2771 21% [============= ] 586/2771 21% [============= ] 587/2771 21% [============= ] 588/2771 21% [============= ] 589/2771 21% [============= ] 590/2771 21% [============= ] 591/2771 21% [============= ] 592/2771 21% [============= ] 593/2771 21% [============= ] 594/2771 21% [============= ] 595/2771 21% [============= ] 596/2771 21% [============= ] 597/2771 21% [============= ] 598/2771 21% [============= ] 599/2771 21% [============= ] 600/2771 21% [============= ] 601/2771 21% [============= ] 602/2771 21% [============= ] 603/2771 21% [============= ] 604/2771 21% [============= ] 605/2771 21% [============= ] 606/2771 21% [============= ] 607/2771 21% [============= ] 608/2771 21% [============= ] 609/2771 21% [============= ] 610/2771 22% [============= ] 611/2771 22% [============= ] 612/2771 22% [============= ] 613/2771 22% [============= ] 614/2771 22% [============= ] 615/2771 22% [============= ] 616/2771 22% [============= ] 617/2771 22% [============= ] 618/2771 22% [============= ] 619/2771 22% [============= ] 620/2771 22% [============= ] 621/2771 22% [============= ] 622/2771 22% [============= ] 623/2771 22% [============= ] 624/2771 22% [============= ] 625/2771 22% [============== ] 626/2771 22% [============== ] 627/2771 22% [============== ] 628/2771 22% [============== ] 629/2771 22% [============== ] 630/2771 22% [============== ] 631/2771 22% [============== ] 632/2771 22% [============== ] 633/2771 22% [============== ] 634/2771 22% [============== ] 635/2771 22% [============== ] 636/2771 22% [============== ] 637/2771 22% [============== ] 638/2771 23% [============== ] 639/2771 23% [============== ] 640/2771 23% [============== ] 641/2771 23% [============== ] 642/2771 23% [============== ] 643/2771 23% [============== ] 644/2771 23% [============== ] 645/2771 23% [============== ] 646/2771 23% [============== ] 647/2771 23% [============== ] 648/2771 23% [============== ] 649/2771 23% [============== ] 650/2771 23% [============== ] 651/2771 23% [============== ] 652/2771 23% [============== ] 653/2771 23% [============== ] 654/2771 23% [============== ] 655/2771 23% [============== ] 656/2771 23% [============== ] 657/2771 23% [============== ] 658/2771 23% [============== ] 659/2771 23% [============== ] 660/2771 23% [============== ] 661/2771 23% [============== ] 662/2771 23% [============== ] 663/2771 23% [============== ] 664/2771 23% [============== ] 665/2771 23% [============== ] 666/2771 24% [============== ] 667/2771 24% [============== ] 668/2771 24% [============== ] 669/2771 24% [============== ] 670/2771 24% [=============== ] 671/2771 24% [=============== ] 672/2771 24% [=============== ] 673/2771 24% [=============== ] 674/2771 24% [=============== ] 675/2771 24% [=============== ] 676/2771 24% [=============== ] 677/2771 24% [=============== ] 678/2771 24% [=============== ] 679/2771 24% [=============== ] 680/2771 24% [=============== ] 681/2771 24% [=============== ] 682/2771 24% [=============== ] 683/2771 24% [=============== ] 684/2771 24% [=============== ] 685/2771 24% [=============== ] 686/2771 24% [=============== ] 687/2771 24% [=============== ] 688/2771 24% [=============== ] 689/2771 24% [=============== ] 690/2771 24% [=============== ] 691/2771 24% [=============== ] 692/2771 24% [=============== ] 693/2771 25% [=============== ] 694/2771 25% [=============== ] 695/2771 25% [=============== ] 696/2771 25% [=============== ] 697/2771 25% [=============== ] 698/2771 25% [=============== ] 699/2771 25% [=============== ] 700/2771 25% [=============== ] 701/2771 25% [=============== ] 702/2771 25% [=============== ] 703/2771 25% [=============== ] 704/2771 25% [=============== ] 705/2771 25% [=============== ] 706/2771 25% [=============== ] 707/2771 25% [=============== ] 708/2771 25% [=============== ] 709/2771 25% [=============== ] 710/2771 25% [=============== ] 711/2771 25% [=============== ] 712/2771 25% [=============== ] 713/2771 25% [=============== ] 714/2771 25% [=============== ] 715/2771 25% [================ ] 716/2771 25% [================ ] 717/2771 25% [================ ] 718/2771 25% [================ ] 719/2771 25% [================ ] 720/2771 25% [================ ] 721/2771 26% [================ ] 722/2771 26% [================ ] 723/2771 26% [================ ] 724/2771 26% [================ ] 725/2771 26% [================ ] 726/2771 26% [================ ] 727/2771 26% [================ ] 728/2771 26% [================ ] 729/2771 26% [================ ] 730/2771 26% [================ ] 731/2771 26% [================ ] 732/2771 26% [================ ] 733/2771 26% [================ ] 734/2771 26% [================ ] 735/2771 26% [================ ] 736/2771 26% [================ ] 737/2771 26% [================ ] 738/2771 26% [================ ] 739/2771 26% [================ ] 740/2771 26% [================ ] 741/2771 26% [================ ] 742/2771 26% [================ ] 743/2771 26% [================ ] 744/2771 26% [================ ] 745/2771 26% [================ ] 746/2771 26% [================ ] 747/2771 26% [================ ] 748/2771 26% [================ ] 749/2771 27% [================ ] 750/2771 27% [================ ] 751/2771 27% [================ ] 752/2771 27% [================ ] 753/2771 27% [================ ] 754/2771 27% [================ ] 755/2771 27% [================ ] 756/2771 27% [================ ] 757/2771 27% [================ ] 758/2771 27% [================ ] 759/2771 27% [================= ] 760/2771 27% [================= ] 761/2771 27% [================= ] 762/2771 27% [================= ] 763/2771 27% [================= ] 764/2771 27% [================= ] 765/2771 27% [================= ] 766/2771 27% [================= ] 767/2771 27% [================= ] 768/2771 27% [================= ] 769/2771 27% [================= ] 770/2771 27% [================= ] 771/2771 27% [================= ] 772/2771 27% [================= ] 773/2771 27% [================= ] 774/2771 27% [================= ] 775/2771 27% [================= ] 776/2771 28% [================= ] 777/2771 28% [================= ] 778/2771 28% [================= ] 779/2771 28% [================= ] 780/2771 28% [================= ] 781/2771 28% [================= ] 782/2771 28% [================= ] 783/2771 28% [================= ] 784/2771 28% [================= ] 785/2771 28% [================= ] 786/2771 28% [================= ] 787/2771 28% [================= ] 788/2771 28% [================= ] 789/2771 28% [================= ] 790/2771 28% [================= ] 791/2771 28% [================= ] 792/2771 28% [================= ] 793/2771 28% [================= ] 794/2771 28% [================= ] 795/2771 28% [================= ] 796/2771 28% [================= ] 797/2771 28% [================= ] 798/2771 28% [================= ] 799/2771 28% [================= ] 800/2771 28% [================= ] 801/2771 28% [================= ] 802/2771 28% [================= ] 803/2771 28% [================= ] 804/2771 29% [================== ] 805/2771 29% [================== ] 806/2771 29% [================== ] 807/2771 29% [================== ] 808/2771 29% [================== ] 809/2771 29% [================== ] 810/2771 29% [================== ] 811/2771 29% [================== ] 812/2771 29% [================== ] 813/2771 29% [================== ] 814/2771 29% [================== ] 815/2771 29% [================== ] 816/2771 29% [================== ] 817/2771 29% [================== ] 818/2771 29% [================== ] 819/2771 29% [================== ] 820/2771 29% [================== ] 821/2771 29% [================== ] 822/2771 29% [================== ] 823/2771 29% [================== ] 824/2771 29% [================== ] 825/2771 29% [================== ] 826/2771 29% [================== ] 827/2771 29% [================== ] 828/2771 29% [================== ] 829/2771 29% [================== ] 830/2771 29% [================== ] 831/2771 29% [================== ] 832/2771 30% [================== ] 833/2771 30% [================== ] 834/2771 30% [================== ] 835/2771 30% [================== ] 836/2771 30% [================== ] 837/2771 30% [================== ] 838/2771 30% [================== ] 839/2771 30% [================== ] 840/2771 30% [================== ] 841/2771 30% [================== ] 842/2771 30% [================== ] 843/2771 30% [================== ] 844/2771 30% [================== ] 845/2771 30% [================== ] 846/2771 30% [================== ] 847/2771 30% [================== ] 848/2771 30% [================== ] 849/2771 30% [=================== ] 850/2771 30% [=================== ] 851/2771 30% [=================== ] 852/2771 30% [=================== ] 853/2771 30% [=================== ] 854/2771 30% [=================== ] 855/2771 30% [=================== ] 856/2771 30% [=================== ] 857/2771 30% [=================== ] 858/2771 30% [=================== ] 859/2771 30% [=================== ] 860/2771 31% [=================== ] 861/2771 31% [=================== ] 862/2771 31% [=================== ] 863/2771 31% [=================== ] 864/2771 31% [=================== ] 865/2771 31% [=================== ] 866/2771 31% [=================== ] 867/2771 31% [=================== ] 868/2771 31% [=================== ] 869/2771 31% [=================== ] 870/2771 31% [=================== ] 871/2771 31% [=================== ] 872/2771 31% [=================== ] 873/2771 31% [=================== ] 874/2771 31% [=================== ] 875/2771 31% [=================== ] 876/2771 31% [=================== ] 877/2771 31% [=================== ] 878/2771 31% [=================== ] 879/2771 31% [=================== ] 880/2771 31% [=================== ] 881/2771 31% [=================== ] 882/2771 31% [=================== ] 883/2771 31% [=================== ] 884/2771 31% [=================== ] 885/2771 31% [=================== ] 886/2771 31% [=================== ] 887/2771 32% [=================== ] 888/2771 32% [=================== ] 889/2771 32% [=================== ] 890/2771 32% [=================== ] 891/2771 32% [=================== ] 892/2771 32% [=================== ] 893/2771 32% [==================== ] 894/2771 32% [==================== ] 895/2771 32% [==================== ] 896/2771 32% [==================== ] 897/2771 32% [==================== ] 898/2771 32% [==================== ] 899/2771 32% [==================== ] 900/2771 32% [==================== ] 901/2771 32% [==================== ] 902/2771 32% [==================== ] 903/2771 32% [==================== ] 904/2771 32% [==================== ] 905/2771 32% [==================== ] 906/2771 32% [==================== ] 907/2771 32% [==================== ] 908/2771 32% [==================== ] 909/2771 32% [==================== ] 910/2771 32% [==================== ] 911/2771 32% [==================== ] 912/2771 32% [==================== ] 913/2771 32% [==================== ] 914/2771 32% [==================== ] 915/2771 33% [==================== ] 916/2771 33% [==================== ] 917/2771 33% [==================== ] 918/2771 33% [==================== ] 919/2771 33% [==================== ] 920/2771 33% [==================== ] 921/2771 33% [==================== ] 922/2771 33% [==================== ] 923/2771 33% [==================== ] 924/2771 33% [==================== ] 925/2771 33% [==================== ] 926/2771 33% [==================== ] 927/2771 33% [==================== ] 928/2771 33% [==================== ] 929/2771 33% [==================== ] 930/2771 33% [==================== ] 931/2771 33% [==================== ] 932/2771 33% [==================== ] 933/2771 33% [==================== ] 934/2771 33% [==================== ] 935/2771 33% [==================== ] 936/2771 33% [==================== ] 937/2771 33% [==================== ] 938/2771 33% [===================== ] 939/2771 33% [===================== ] 940/2771 33% [===================== ] 941/2771 33% [===================== ] 942/2771 33% [===================== ] 943/2771 34% [===================== ] 944/2771 34% [===================== ] 945/2771 34% [===================== ] 946/2771 34% [===================== ] 947/2771 34% [===================== ] 948/2771 34% [===================== ] 949/2771 34% [===================== ] 950/2771 34% [===================== ] 951/2771 34% [===================== ] 952/2771 34% [===================== ] 953/2771 34% [===================== ] 954/2771 34% [===================== ] 955/2771 34% [===================== ] 956/2771 34% [===================== ] 957/2771 34% [===================== ] 958/2771 34% [===================== ] 959/2771 34% [===================== ] 960/2771 34% [===================== ] 961/2771 34% [===================== ] 962/2771 34% [===================== ] 963/2771 34% [===================== ] 964/2771 34% [===================== ] 965/2771 34% [===================== ] 966/2771 34% [===================== ] 967/2771 34% [===================== ] 968/2771 34% [===================== ] 969/2771 34% [===================== ] 970/2771 35% [===================== ] 971/2771 35% [===================== ] 972/2771 35% [===================== ] 973/2771 35% [===================== ] 974/2771 35% [===================== ] 975/2771 35% [===================== ] 976/2771 35% [===================== ] 977/2771 35% [===================== ] 978/2771 35% [===================== ] 979/2771 35% [===================== ] 980/2771 35% [===================== ] 981/2771 35% [===================== ] 982/2771 35% [===================== ] 983/2771 35% [====================== ] 984/2771 35% [====================== ] 985/2771 35% [====================== ] 986/2771 35% [====================== ] 987/2771 35% [====================== ] 988/2771 35% [====================== ] 989/2771 35% [====================== ] 990/2771 35% [====================== ] 991/2771 35% [====================== ] 992/2771 35% [====================== ] 993/2771 35% [====================== ] 994/2771 35% [====================== ] 995/2771 35% [====================== ] 996/2771 35% [====================== ] 997/2771 35% [====================== ] 998/2771 36% [====================== ] 999/2771 36% [====================== ] 1000/2771 36% [====================== ] 1001/2771 36% [====================== ] 1002/2771 36% [====================== ] 1003/2771 36% [====================== ] 1004/2771 36% [====================== ] 1005/2771 36% [====================== ] 1006/2771 36% [====================== ] 1007/2771 36% [====================== ] 1008/2771 36% [====================== ] 1009/2771 36% [====================== ] 1010/2771 36% [====================== ] 1011/2771 36% [====================== ] 1012/2771 36% [====================== ] 1013/2771 36% [====================== ] 1014/2771 36% [====================== ] 1015/2771 36% [====================== ] 1016/2771 36% [====================== ] 1017/2771 36% [====================== ] 1018/2771 36% [====================== ] 1019/2771 36% [====================== ] 1020/2771 36% [====================== ] 1021/2771 36% [====================== ] 1022/2771 36% [====================== ] 1023/2771 36% [====================== ] 1024/2771 36% [====================== ] 1025/2771 36% [====================== ] 1026/2771 37% [====================== ] 1027/2771 37% [======================= ] 1028/2771 37% [======================= ] 1029/2771 37% [======================= ] 1030/2771 37% [======================= ] 1031/2771 37% [======================= ] 1032/2771 37% [======================= ] 1033/2771 37% [======================= ] 1034/2771 37% [======================= ] 1035/2771 37% [======================= ] 1036/2771 37% [======================= ] 1037/2771 37% [======================= ] 1038/2771 37% [======================= ] 1039/2771 37% [======================= ] 1040/2771 37% [======================= ] 1041/2771 37% [======================= ] 1042/2771 37% [======================= ] 1043/2771 37% [======================= ] 1044/2771 37% [======================= ] 1045/2771 37% [======================= ] 1046/2771 37% [======================= ] 1047/2771 37% [======================= ] 1048/2771 37% [======================= ] 1049/2771 37% [======================= ] 1050/2771 37% [======================= ] 1051/2771 37% [======================= ] 1052/2771 37% [======================= ] 1053/2771 38% [======================= ] 1054/2771 38% [======================= ] 1055/2771 38% [======================= ] 1056/2771 38% [======================= ] 1057/2771 38% [======================= ] 1058/2771 38% [======================= ] 1059/2771 38% [======================= ] 1060/2771 38% [======================= ] 1061/2771 38% [======================= ] 1062/2771 38% [======================= ] 1063/2771 38% [======================= ] 1064/2771 38% [======================= ] 1065/2771 38% [======================= ] 1066/2771 38% [======================= ] 1067/2771 38% [======================= ] 1068/2771 38% [======================= ] 1069/2771 38% [======================= ] 1070/2771 38% [======================= ] 1071/2771 38% [======================= ] 1072/2771 38% [======================== ] 1073/2771 38% [======================== ] 1074/2771 38% [======================== ] 1075/2771 38% [======================== ] 1076/2771 38% [======================== ] 1077/2771 38% [======================== ] 1078/2771 38% [======================== ] 1079/2771 38% [======================== ] 1080/2771 38% [======================== ] 1081/2771 39% [======================== ] 1082/2771 39% [======================== ] 1083/2771 39% [======================== ] 1084/2771 39% [======================== ] 1085/2771 39% [======================== ] 1086/2771 39% [======================== ] 1087/2771 39% [======================== ] 1088/2771 39% [======================== ] 1089/2771 39% [======================== ] 1090/2771 39% [======================== ] 1091/2771 39% [======================== ] 1092/2771 39% [======================== ] 1093/2771 39% [======================== ] 1094/2771 39% [======================== ] 1095/2771 39% [======================== ] 1096/2771 39% [======================== ] 1097/2771 39% [======================== ] 1098/2771 39% [======================== ] 1099/2771 39% [======================== ] 1100/2771 39% [======================== ] 1101/2771 39% [======================== ] 1102/2771 39% [======================== ] 1103/2771 39% [======================== ] 1104/2771 39% [======================== ] 1105/2771 39% [======================== ] 1106/2771 39% [======================== ] 1107/2771 39% [======================== ] 1108/2771 39% [======================== ] 1109/2771 40% [======================== ] 1110/2771 40% [======================== ] 1111/2771 40% [======================== ] 1112/2771 40% [======================== ] 1113/2771 40% [======================== ] 1114/2771 40% [======================== ] 1115/2771 40% [======================== ] 1116/2771 40% [======================== ] 1117/2771 40% [========================= ] 1118/2771 40% [========================= ] 1119/2771 40% [========================= ] 1120/2771 40% [========================= ] 1121/2771 40% [========================= ] 1122/2771 40% [========================= ] 1123/2771 40% [========================= ] 1124/2771 40% [========================= ] 1125/2771 40% [========================= ] 1126/2771 40% [========================= ] 1127/2771 40% [========================= ] 1128/2771 40% [========================= ] 1129/2771 40% [========================= ] 1130/2771 40% [========================= ] 1131/2771 40% [========================= ] 1132/2771 40% [========================= ] 1133/2771 40% [========================= ] 1134/2771 40% [========================= ] 1135/2771 40% [========================= ] 1136/2771 40% [========================= ] 1137/2771 41% [========================= ] 1138/2771 41% [========================= ] 1139/2771 41% [========================= ] 1140/2771 41% [========================= ] 1141/2771 41% [========================= ] 1142/2771 41% [========================= ] 1143/2771 41% [========================= ] 1144/2771 41% [========================= ] 1145/2771 41% [========================= ] 1146/2771 41% [========================= ] 1147/2771 41% [========================= ] 1148/2771 41% [========================= ] 1149/2771 41% [========================= ] 1150/2771 41% [========================= ] 1151/2771 41% [========================= ] 1152/2771 41% [========================= ] 1153/2771 41% [========================= ] 1154/2771 41% [========================= ] 1155/2771 41% [========================= ] 1156/2771 41% [========================= ] 1157/2771 41% [========================= ] 1158/2771 41% [========================= ] 1159/2771 41% [========================= ] 1160/2771 41% [========================= ] 1161/2771 41% [========================= ] 1162/2771 41% [========================== ] 1163/2771 41% [========================== ] 1164/2771 42% [========================== ] 1165/2771 42% [========================== ] 1166/2771 42% [========================== ] 1167/2771 42% [========================== ] 1168/2771 42% [========================== ] 1169/2771 42% [========================== ] 1170/2771 42% [========================== ] 1171/2771 42% [========================== ] 1172/2771 42% [========================== ] 1173/2771 42% [========================== ] 1174/2771 42% [========================== ] 1175/2771 42% [========================== ] 1176/2771 42% [========================== ] 1177/2771 42% [========================== ] 1178/2771 42% [========================== ] 1179/2771 42% [========================== ] 1180/2771 42% [========================== ] 1181/2771 42% [========================== ] 1182/2771 42% [========================== ] 1183/2771 42% [========================== ] 1184/2771 42% [========================== ] 1185/2771 42% [========================== ] 1186/2771 42% [========================== ] 1187/2771 42% [========================== ] 1188/2771 42% [========================== ] 1189/2771 42% [========================== ] 1190/2771 42% [========================== ] 1191/2771 42% [========================== ] 1192/2771 43% [========================== ] 1193/2771 43% [========================== ] 1194/2771 43% [========================== ] 1195/2771 43% [========================== ] 1196/2771 43% [========================== ] 1197/2771 43% [========================== ] 1198/2771 43% [========================== ] 1199/2771 43% [========================== ] 1200/2771 43% [========================== ] 1201/2771 43% [========================== ] 1202/2771 43% [========================== ] 1203/2771 43% [========================== ] 1204/2771 43% [========================== ] 1205/2771 43% [========================== ] 1206/2771 43% [=========================== ] 1207/2771 43% [=========================== ] 1208/2771 43% [=========================== ] 1209/2771 43% [=========================== ] 1210/2771 43% [=========================== ] 1211/2771 43% [=========================== ] 1212/2771 43% [=========================== ] 1213/2771 43% [=========================== ] 1214/2771 43% [=========================== ] 1215/2771 43% [=========================== ] 1216/2771 43% [=========================== ] 1217/2771 43% [=========================== ] 1218/2771 43% [=========================== ] 1219/2771 43% [=========================== ] 1220/2771 44% [=========================== ] 1221/2771 44% [=========================== ] 1222/2771 44% [=========================== ] 1223/2771 44% [=========================== ] 1224/2771 44% [=========================== ] 1225/2771 44% [=========================== ] 1226/2771 44% [=========================== ] 1227/2771 44% [=========================== ] 1228/2771 44% [=========================== ] 1229/2771 44% [=========================== ] 1230/2771 44% [=========================== ] 1231/2771 44% [=========================== ] 1232/2771 44% [=========================== ] 1233/2771 44% [=========================== ] 1234/2771 44% [=========================== ] 1235/2771 44% [=========================== ] 1236/2771 44% [=========================== ] 1237/2771 44% [=========================== ] 1238/2771 44% [=========================== ] 1239/2771 44% [=========================== ] 1240/2771 44% [=========================== ] 1241/2771 44% [=========================== ] 1242/2771 44% [=========================== ] 1243/2771 44% [=========================== ] 1244/2771 44% [=========================== ] 1245/2771 44% [=========================== ] 1246/2771 44% [=========================== ] 1247/2771 45% [=========================== ] 1248/2771 45% [=========================== ] 1249/2771 45% [=========================== ] 1250/2771 45% [=========================== ] 1251/2771 45% [============================ ] 1252/2771 45% [============================ ] 1253/2771 45% [============================ ] 1254/2771 45% [============================ ] 1255/2771 45% [============================ ] 1256/2771 45% [============================ ] 1257/2771 45% [============================ ] 1258/2771 45% [============================ ] 1259/2771 45% [============================ ] 1260/2771 45% [============================ ] 1261/2771 45% [============================ ] 1262/2771 45% [============================ ] 1263/2771 45% [============================ ] 1264/2771 45% [============================ ] 1265/2771 45% [============================ ] 1266/2771 45% [============================ ] 1267/2771 45% [============================ ] 1268/2771 45% [============================ ] 1269/2771 45% [============================ ] 1270/2771 45% [============================ ] 1271/2771 45% [============================ ] 1272/2771 45% [============================ ] 1273/2771 45% [============================ ] 1274/2771 45% [============================ ] 1275/2771 46% [============================ ] 1276/2771 46% [============================ ] 1277/2771 46% [============================ ] 1278/2771 46% [============================ ] 1279/2771 46% [============================ ] 1280/2771 46% [============================ ] 1281/2771 46% [============================ ] 1282/2771 46% [============================ ] 1283/2771 46% [============================ ] 1284/2771 46% [============================ ] 1285/2771 46% [============================ ] 1286/2771 46% [============================ ] 1287/2771 46% [============================ ] 1288/2771 46% [============================ ] 1289/2771 46% [============================ ] 1290/2771 46% [============================ ] 1291/2771 46% [============================ ] 1292/2771 46% [============================ ] 1293/2771 46% [============================ ] 1294/2771 46% [============================ ] 1295/2771 46% [============================ ] 1296/2771 46% [============================= ] 1297/2771 46% [============================= ] 1298/2771 46% [============================= ] 1299/2771 46% [============================= ] 1300/2771 46% [============================= ] 1301/2771 46% [============================= ] 1302/2771 46% [============================= ] 1303/2771 47% [============================= ] 1304/2771 47% [============================= ] 1305/2771 47% [============================= ] 1306/2771 47% [============================= ] 1307/2771 47% [============================= ] 1308/2771 47% [============================= ] 1309/2771 47% [============================= ] 1310/2771 47% [============================= ] 1311/2771 47% [============================= ] 1312/2771 47% [============================= ] 1313/2771 47% [============================= ] 1314/2771 47% [============================= ] 1315/2771 47% [============================= ] 1316/2771 47% [============================= ] 1317/2771 47% [============================= ] 1318/2771 47% [============================= ] 1319/2771 47% [============================= ] 1320/2771 47% [============================= ] 1321/2771 47% [============================= ] 1322/2771 47% [============================= ] 1323/2771 47% [============================= ] 1324/2771 47% [============================= ] 1325/2771 47% [============================= ] 1326/2771 47% [============================= ] 1327/2771 47% [============================= ] 1328/2771 47% [============================= ] 1329/2771 47% [============================= ] 1330/2771 47% [============================= ] 1331/2771 48% [============================= ] 1332/2771 48% [============================= ] 1333/2771 48% [============================= ] 1334/2771 48% [============================= ] 1335/2771 48% [============================= ] 1336/2771 48% [============================= ] 1337/2771 48% [============================= ] 1338/2771 48% [============================= ] 1339/2771 48% [============================= ] 1340/2771 48% [============================== ] 1341/2771 48% [============================== ] 1342/2771 48% [============================== ] 1343/2771 48% [============================== ] 1344/2771 48% [============================== ] 1345/2771 48% [============================== ] 1346/2771 48% [============================== ] 1347/2771 48% [============================== ] 1348/2771 48% [============================== ] 1349/2771 48% [============================== ] 1350/2771 48% [============================== ] 1351/2771 48% [============================== ] 1352/2771 48% [============================== ] 1353/2771 48% [============================== ] 1354/2771 48% [============================== ] 1355/2771 48% [============================== ] 1356/2771 48% [============================== ] 1357/2771 48% [============================== ] 1358/2771 49% [============================== ] 1359/2771 49% [============================== ] 1360/2771 49% [============================== ] 1361/2771 49% [============================== ] 1362/2771 49% [============================== ] 1363/2771 49% [============================== ] 1364/2771 49% [============================== ] 1365/2771 49% [============================== ] 1366/2771 49% [============================== ] 1367/2771 49% [============================== ] 1368/2771 49% [============================== ] 1369/2771 49% [============================== ] 1370/2771 49% [============================== ] 1371/2771 49% [============================== ] 1372/2771 49% [============================== ] 1373/2771 49% [============================== ] 1374/2771 49% [============================== ] 1375/2771 49% [============================== ] 1376/2771 49% [============================== ] 1377/2771 49% [============================== ] 1378/2771 49% [============================== ] 1379/2771 49% [============================== ] 1380/2771 49% [============================== ] 1381/2771 49% [============================== ] 1382/2771 49% [============================== ] 1383/2771 49% [============================== ] 1384/2771 49% [============================== ] 1385/2771 49% [=============================== ] 1386/2771 50% [=============================== ] 1387/2771 50% [=============================== ] 1388/2771 50% [=============================== ] 1389/2771 50% [=============================== ] 1390/2771 50% [=============================== ] 1391/2771 50% [=============================== ] 1392/2771 50% [=============================== ] 1393/2771 50% [=============================== ] 1394/2771 50% [=============================== ] 1395/2771 50% [=============================== ] 1396/2771 50% [=============================== ] 1397/2771 50% [=============================== ] 1398/2771 50% [=============================== ] 1399/2771 50% [=============================== ] 1400/2771 50% [=============================== ] 1401/2771 50% [=============================== ] 1402/2771 50% [=============================== ] 1403/2771 50% [=============================== ] 1404/2771 50% [=============================== ] 1405/2771 50% [=============================== ] 1406/2771 50% [=============================== ] 1407/2771 50% [=============================== ] 1408/2771 50% [=============================== ] 1409/2771 50% [=============================== ] 1410/2771 50% [=============================== ] 1411/2771 50% [=============================== ] 1412/2771 50% [=============================== ] 1413/2771 50% [=============================== ] 1414/2771 51% [=============================== ] 1415/2771 51% [=============================== ] 1416/2771 51% [=============================== ] 1417/2771 51% [=============================== ] 1418/2771 51% [=============================== ] 1419/2771 51% [=============================== ] 1420/2771 51% [=============================== ] 1421/2771 51% [=============================== ] 1422/2771 51% [=============================== ] 1423/2771 51% [=============================== ] 1424/2771 51% [=============================== ] 1425/2771 51% [=============================== ] 1426/2771 51% [=============================== ] 1427/2771 51% [=============================== ] 1428/2771 51% [=============================== ] 1429/2771 51% [=============================== ] 1430/2771 51% [================================ ] 1431/2771 51% [================================ ] 1432/2771 51% [================================ ] 1433/2771 51% [================================ ] 1434/2771 51% [================================ ] 1435/2771 51% [================================ ] 1436/2771 51% [================================ ] 1437/2771 51% [================================ ] 1438/2771 51% [================================ ] 1439/2771 51% [================================ ] 1440/2771 51% [================================ ] 1441/2771 52% [================================ ] 1442/2771 52% [================================ ] 1443/2771 52% [================================ ] 1444/2771 52% [================================ ] 1445/2771 52% [================================ ] 1446/2771 52% [================================ ] 1447/2771 52% [================================ ] 1448/2771 52% [================================ ] 1449/2771 52% [================================ ] 1450/2771 52% [================================ ] 1451/2771 52% [================================ ] 1452/2771 52% [================================ ] 1453/2771 52% [================================ ] 1454/2771 52% [================================ ] 1455/2771 52% [================================ ] 1456/2771 52% [================================ ] 1457/2771 52% [================================ ] 1458/2771 52% [================================ ] 1459/2771 52% [================================ ] 1460/2771 52% [================================ ] 1461/2771 52% [================================ ] 1462/2771 52% [================================ ] 1463/2771 52% [================================ ] 1464/2771 52% [================================ ] 1465/2771 52% [================================ ] 1466/2771 52% [================================ ] 1467/2771 52% [================================ ] 1468/2771 52% [================================ ] 1469/2771 53% [================================ ] 1470/2771 53% [================================ ] 1471/2771 53% [================================ ] 1472/2771 53% [================================ ] 1473/2771 53% [================================ ] 1474/2771 53% [================================= ] 1475/2771 53% [================================= ] 1476/2771 53% [================================= ] 1477/2771 53% [================================= ] 1478/2771 53% [================================= ] 1479/2771 53% [================================= ] 1480/2771 53% [================================= ] 1481/2771 53% [================================= ] 1482/2771 53% [================================= ] 1483/2771 53% [================================= ] 1484/2771 53% [================================= ] 1485/2771 53% [================================= ] 1486/2771 53% [================================= ] 1487/2771 53% [================================= ] 1488/2771 53% [================================= ] 1489/2771 53% [================================= ] 1490/2771 53% [================================= ] 1491/2771 53% [================================= ] 1492/2771 53% [================================= ] 1493/2771 53% [================================= ] 1494/2771 53% [================================= ] 1495/2771 53% [================================= ] 1496/2771 53% [================================= ] 1497/2771 54% [================================= ] 1498/2771 54% [================================= ] 1499/2771 54% [================================= ] 1500/2771 54% [================================= ] 1501/2771 54% [================================= ] 1502/2771 54% [================================= ] 1503/2771 54% [================================= ] 1504/2771 54% [================================= ] 1505/2771 54% [================================= ] 1506/2771 54% [================================= ] 1507/2771 54% [================================= ] 1508/2771 54% [================================= ] 1509/2771 54% [================================= ] 1510/2771 54% [================================= ] 1511/2771 54% [================================= ] 1512/2771 54% [================================= ] 1513/2771 54% [================================= ] 1514/2771 54% [================================= ] 1515/2771 54% [================================= ] 1516/2771 54% [================================= ] 1517/2771 54% [================================= ] 1518/2771 54% [================================= ] 1519/2771 54% [================================== ] 1520/2771 54% [================================== ] 1521/2771 54% [================================== ] 1522/2771 54% [================================== ] 1523/2771 54% [================================== ] 1524/2771 54% [================================== ] 1525/2771 55% [================================== ] 1526/2771 55% [================================== ] 1527/2771 55% [================================== ] 1528/2771 55% [================================== ] 1529/2771 55% [================================== ] 1530/2771 55% [================================== ] 1531/2771 55% [================================== ] 1532/2771 55% [================================== ] 1533/2771 55% [================================== ] 1534/2771 55% [================================== ] 1535/2771 55% [================================== ] 1536/2771 55% [================================== ] 1537/2771 55% [================================== ] 1538/2771 55% [================================== ] 1539/2771 55% [================================== ] 1540/2771 55% [================================== ] 1541/2771 55% [================================== ] 1542/2771 55% [================================== ] 1543/2771 55% [================================== ] 1544/2771 55% [================================== ] 1545/2771 55% [================================== ] 1546/2771 55% [================================== ] 1547/2771 55% [================================== ] 1548/2771 55% [================================== ] 1549/2771 55% [================================== ] 1550/2771 55% [================================== ] 1551/2771 55% [================================== ] 1552/2771 56% [================================== ] 1553/2771 56% [================================== ] 1554/2771 56% [================================== ] 1555/2771 56% [================================== ] 1556/2771 56% [================================== ] 1557/2771 56% [================================== ] 1558/2771 56% [================================== ] 1559/2771 56% [================================== ] 1560/2771 56% [================================== ] 1561/2771 56% [================================== ] 1562/2771 56% [================================== ] 1563/2771 56% [================================== ] 1564/2771 56% [=================================== ] 1565/2771 56% [=================================== ] 1566/2771 56% [=================================== ] 1567/2771 56% [=================================== ] 1568/2771 56% [=================================== ] 1569/2771 56% [=================================== ] 1570/2771 56% [=================================== ] 1571/2771 56% [=================================== ] 1572/2771 56% [=================================== ] 1573/2771 56% [=================================== ] 1574/2771 56% [=================================== ] 1575/2771 56% [=================================== ] 1576/2771 56% [=================================== ] 1577/2771 56% [=================================== ] 1578/2771 56% [=================================== ] 1579/2771 56% [=================================== ] 1580/2771 57% [=================================== ] 1581/2771 57% [=================================== ] 1582/2771 57% [=================================== ] 1583/2771 57% [=================================== ] 1584/2771 57% [=================================== ] 1585/2771 57% [=================================== ] 1586/2771 57% [=================================== ] 1587/2771 57% [=================================== ] 1588/2771 57% [=================================== ] 1589/2771 57% [=================================== ] 1590/2771 57% [=================================== ] 1591/2771 57% [=================================== ] 1592/2771 57% [=================================== ] 1593/2771 57% [=================================== ] 1594/2771 57% [=================================== ] 1595/2771 57% [=================================== ] 1596/2771 57% [=================================== ] 1597/2771 57% [=================================== ] 1598/2771 57% [=================================== ] 1599/2771 57% [=================================== ] 1600/2771 57% [=================================== ] 1601/2771 57% [=================================== ] 1602/2771 57% [=================================== ] 1603/2771 57% [=================================== ] 1604/2771 57% [=================================== ] 1605/2771 57% [=================================== ] 1606/2771 57% [=================================== ] 1607/2771 57% [=================================== ] 1608/2771 58% [==================================== ] 1609/2771 58% [==================================== ] 1610/2771 58% [==================================== ] 1611/2771 58% [==================================== ] 1612/2771 58% [==================================== ] 1613/2771 58% [==================================== ] 1614/2771 58% [==================================== ] 1615/2771 58% [==================================== ] 1616/2771 58% [==================================== ] 1617/2771 58% [==================================== ] 1618/2771 58% [==================================== ] 1619/2771 58% [==================================== ] 1620/2771 58% [==================================== ] 1621/2771 58% [==================================== ] 1622/2771 58% [==================================== ] 1623/2771 58% [==================================== ] 1624/2771 58% [==================================== ] 1625/2771 58% [==================================== ] 1626/2771 58% [==================================== ] 1627/2771 58% [==================================== ] 1628/2771 58% [==================================== ] 1629/2771 58% [==================================== ] 1630/2771 58% [==================================== ] 1631/2771 58% [==================================== ] 1632/2771 58% [==================================== ] 1633/2771 58% [==================================== ] 1634/2771 58% [==================================== ] 1635/2771 59% [==================================== ] 1636/2771 59% [==================================== ] 1637/2771 59% [==================================== ] 1638/2771 59% [==================================== ] 1639/2771 59% [==================================== ] 1640/2771 59% [==================================== ] 1641/2771 59% [==================================== ] 1642/2771 59% [==================================== ] 1643/2771 59% [==================================== ] 1644/2771 59% [==================================== ] 1645/2771 59% [==================================== ] 1646/2771 59% [==================================== ] 1647/2771 59% [==================================== ] 1648/2771 59% [==================================== ] 1649/2771 59% [==================================== ] 1650/2771 59% [==================================== ] 1651/2771 59% [==================================== ] 1652/2771 59% [==================================== ] 1653/2771 59% [===================================== ] 1654/2771 59% [===================================== ] 1655/2771 59% [===================================== ] 1656/2771 59% [===================================== ] 1657/2771 59% [===================================== ] 1658/2771 59% [===================================== ] 1659/2771 59% [===================================== ] 1660/2771 59% [===================================== ] 1661/2771 59% [===================================== ] 1662/2771 59% [===================================== ] 1663/2771 60% [===================================== ] 1664/2771 60% [===================================== ] 1665/2771 60% [===================================== ] 1666/2771 60% [===================================== ] 1667/2771 60% [===================================== ] 1668/2771 60% [===================================== ] 1669/2771 60% [===================================== ] 1670/2771 60% [===================================== ] 1671/2771 60% [===================================== ] 1672/2771 60% [===================================== ] 1673/2771 60% [===================================== ] 1674/2771 60% [===================================== ] 1675/2771 60% [===================================== ] 1676/2771 60% [===================================== ] 1677/2771 60% [===================================== ] 1678/2771 60% [===================================== ] 1679/2771 60% [===================================== ] 1680/2771 60% [===================================== ] 1681/2771 60% [===================================== ] 1682/2771 60% [===================================== ] 1683/2771 60% [===================================== ] 1684/2771 60% [===================================== ] 1685/2771 60% [===================================== ] 1686/2771 60% [===================================== ] 1687/2771 60% [===================================== ] 1688/2771 60% [===================================== ] 1689/2771 60% [===================================== ] 1690/2771 60% [===================================== ] 1691/2771 61% [===================================== ] 1692/2771 61% [===================================== ] 1693/2771 61% [===================================== ] 1694/2771 61% [===================================== ] 1695/2771 61% [===================================== ] 1696/2771 61% [===================================== ] 1697/2771 61% [===================================== ] 1698/2771 61% [====================================== ] 1699/2771 61% [====================================== ] 1700/2771 61% [====================================== ] 1701/2771 61% [====================================== ] 1702/2771 61% [====================================== ] 1703/2771 61% [====================================== ] 1704/2771 61% [====================================== ] 1705/2771 61% [====================================== ] 1706/2771 61% [====================================== ] 1707/2771 61% [====================================== ] 1708/2771 61% [====================================== ] 1709/2771 61% [====================================== ] 1710/2771 61% [====================================== ] 1711/2771 61% [====================================== ] 1712/2771 61% [====================================== ] 1713/2771 61% [====================================== ] 1714/2771 61% [====================================== ] 1715/2771 61% [====================================== ] 1716/2771 61% [====================================== ] 1717/2771 61% [====================================== ] 1718/2771 61% [====================================== ] 1719/2771 62% [====================================== ] 1720/2771 62% [====================================== ] 1721/2771 62% [====================================== ] 1722/2771 62% [====================================== ] 1723/2771 62% [====================================== ] 1724/2771 62% [====================================== ] 1725/2771 62% [====================================== ] 1726/2771 62% [====================================== ] 1727/2771 62% [====================================== ] 1728/2771 62% [====================================== ] 1729/2771 62% [====================================== ] 1730/2771 62% [====================================== ] 1731/2771 62% [====================================== ] 1732/2771 62% [====================================== ] 1733/2771 62% [====================================== ] 1734/2771 62% [====================================== ] 1735/2771 62% [====================================== ] 1736/2771 62% [====================================== ] 1737/2771 62% [====================================== ] 1738/2771 62% [====================================== ] 1739/2771 62% [====================================== ] 1740/2771 62% [====================================== ] 1741/2771 62% [====================================== ] 1742/2771 62% [====================================== ] 1743/2771 62% [======================================= ] 1744/2771 62% [======================================= ] 1745/2771 62% [======================================= ] 1746/2771 63% [======================================= ] 1747/2771 63% [======================================= ] 1748/2771 63% [======================================= ] 1749/2771 63% [======================================= ] 1750/2771 63% [======================================= ] 1751/2771 63% [======================================= ] 1752/2771 63% [======================================= ] 1753/2771 63% [======================================= ] 1754/2771 63% [======================================= ] 1755/2771 63% [======================================= ] 1756/2771 63% [======================================= ] 1757/2771 63% [======================================= ] 1758/2771 63% [======================================= ] 1759/2771 63% [======================================= ] 1760/2771 63% [======================================= ] 1761/2771 63% [======================================= ] 1762/2771 63% [======================================= ] 1763/2771 63% [======================================= ] 1764/2771 63% [======================================= ] 1765/2771 63% [======================================= ] 1766/2771 63% [======================================= ] 1767/2771 63% [======================================= ] 1768/2771 63% [======================================= ] 1769/2771 63% [======================================= ] 1770/2771 63% [======================================= ] 1771/2771 63% [======================================= ] 1772/2771 63% [======================================= ] 1773/2771 63% [======================================= ] 1774/2771 64% [======================================= ] 1775/2771 64% [======================================= ] 1776/2771 64% [======================================= ] 1777/2771 64% [======================================= ] 1778/2771 64% [======================================= ] 1779/2771 64% [======================================= ] 1780/2771 64% [======================================= ] 1781/2771 64% [======================================= ] 1782/2771 64% [======================================= ] 1783/2771 64% [======================================= ] 1784/2771 64% [======================================= ] 1785/2771 64% [======================================= ] 1786/2771 64% [======================================= ] 1787/2771 64% [======================================== ] 1788/2771 64% [======================================== ] 1789/2771 64% [======================================== ] 1790/2771 64% [======================================== ] 1791/2771 64% [======================================== ] 1792/2771 64% [======================================== ] 1793/2771 64% [======================================== ] 1794/2771 64% [======================================== ] 1795/2771 64% [======================================== ] 1796/2771 64% [======================================== ] 1797/2771 64% [======================================== ] 1798/2771 64% [======================================== ] 1799/2771 64% [======================================== ] 1800/2771 64% [======================================== ] 1801/2771 64% [======================================== ] 1802/2771 65% [======================================== ] 1803/2771 65% [======================================== ] 1804/2771 65% [======================================== ] 1805/2771 65% [======================================== ] 1806/2771 65% [======================================== ] 1807/2771 65% [======================================== ] 1808/2771 65% [======================================== ] 1809/2771 65% [======================================== ] 1810/2771 65% [======================================== ] 1811/2771 65% [======================================== ] 1812/2771 65% [======================================== ] 1813/2771 65% [======================================== ] 1814/2771 65% [======================================== ] 1815/2771 65% [======================================== ] 1816/2771 65% [======================================== ] 1817/2771 65% [======================================== ] 1818/2771 65% [======================================== ] 1819/2771 65% [======================================== ] 1820/2771 65% [======================================== ] 1821/2771 65% [======================================== ] 1822/2771 65% [======================================== ] 1823/2771 65% [======================================== ] 1824/2771 65% [======================================== ] 1825/2771 65% [======================================== ] 1826/2771 65% [======================================== ] 1827/2771 65% [======================================== ] 1828/2771 65% [======================================== ] 1829/2771 66% [======================================== ] 1830/2771 66% [======================================== ] 1831/2771 66% [======================================== ] 1832/2771 66% [========================================= ] 1833/2771 66% [========================================= ] 1834/2771 66% [========================================= ] 1835/2771 66% [========================================= ] 1836/2771 66% [========================================= ] 1837/2771 66% [========================================= ] 1838/2771 66% [========================================= ] 1839/2771 66% [========================================= ] 1840/2771 66% [========================================= ] 1841/2771 66% [========================================= ] 1842/2771 66% [========================================= ] 1843/2771 66% [========================================= ] 1844/2771 66% [========================================= ] 1845/2771 66% [========================================= ] 1846/2771 66% [========================================= ] 1847/2771 66% [========================================= ] 1848/2771 66% [========================================= ] 1849/2771 66% [========================================= ] 1850/2771 66% [========================================= ] 1851/2771 66% [========================================= ] 1852/2771 66% [========================================= ] 1853/2771 66% [========================================= ] 1854/2771 66% [========================================= ] 1855/2771 66% [========================================= ] 1856/2771 66% [========================================= ] 1857/2771 67% [========================================= ] 1858/2771 67% [========================================= ] 1859/2771 67% [========================================= ] 1860/2771 67% [========================================= ] 1861/2771 67% [========================================= ] 1862/2771 67% [========================================= ] 1863/2771 67% [========================================= ] 1864/2771 67% [========================================= ] 1865/2771 67% [========================================= ] 1866/2771 67% [========================================= ] 1867/2771 67% [========================================= ] 1868/2771 67% [========================================= ] 1869/2771 67% [========================================= ] 1870/2771 67% [========================================= ] 1871/2771 67% [========================================= ] 1872/2771 67% [========================================= ] 1873/2771 67% [========================================= ] 1874/2771 67% [========================================= ] 1875/2771 67% [========================================= ] 1876/2771 67% [========================================= ] 1877/2771 67% [========================================== ] 1878/2771 67% [========================================== ] 1879/2771 67% [========================================== ] 1880/2771 67% [========================================== ] 1881/2771 67% [========================================== ] 1882/2771 67% [========================================== ] 1883/2771 67% [========================================== ] 1884/2771 67% [========================================== ] 1885/2771 68% [========================================== ] 1886/2771 68% [========================================== ] 1887/2771 68% [========================================== ] 1888/2771 68% [========================================== ] 1889/2771 68% [========================================== ] 1890/2771 68% [========================================== ] 1891/2771 68% [========================================== ] 1892/2771 68% [========================================== ] 1893/2771 68% [========================================== ] 1894/2771 68% [========================================== ] 1895/2771 68% [========================================== ] 1896/2771 68% [========================================== ] 1897/2771 68% [========================================== ] 1898/2771 68% [========================================== ] 1899/2771 68% [========================================== ] 1900/2771 68% [========================================== ] 1901/2771 68% [========================================== ] 1902/2771 68% [========================================== ] 1903/2771 68% [========================================== ] 1904/2771 68% [========================================== ] 1905/2771 68% [========================================== ] 1906/2771 68% [========================================== ] 1907/2771 68% [========================================== ] 1908/2771 68% [========================================== ] 1909/2771 68% [========================================== ] 1910/2771 68% [========================================== ] 1911/2771 68% [========================================== ] 1912/2771 69% [========================================== ] 1913/2771 69% [========================================== ] 1914/2771 69% [========================================== ] 1915/2771 69% [========================================== ] 1916/2771 69% [========================================== ] 1917/2771 69% [========================================== ] 1918/2771 69% [========================================== ] 1919/2771 69% [========================================== ] 1920/2771 69% [========================================== ] 1921/2771 69% [=========================================== ] 1922/2771 69% [=========================================== ] 1923/2771 69% [=========================================== ] 1924/2771 69% [=========================================== ] 1925/2771 69% [=========================================== ] 1926/2771 69% [=========================================== ] 1927/2771 69% [=========================================== ] 1928/2771 69% [=========================================== ] 1929/2771 69% [=========================================== ] 1930/2771 69% [=========================================== ] 1931/2771 69% [=========================================== ] 1932/2771 69% [=========================================== ] 1933/2771 69% [=========================================== ] 1934/2771 69% [=========================================== ] 1935/2771 69% [=========================================== ] 1936/2771 69% [=========================================== ] 1937/2771 69% [=========================================== ] 1938/2771 69% [=========================================== ] 1939/2771 69% [=========================================== ] 1940/2771 70% [=========================================== ] 1941/2771 70% [=========================================== ] 1942/2771 70% [=========================================== ] 1943/2771 70% [=========================================== ] 1944/2771 70% [=========================================== ] 1945/2771 70% [=========================================== ] 1946/2771 70% [=========================================== ] 1947/2771 70% [=========================================== ] 1948/2771 70% [=========================================== ] 1949/2771 70% [=========================================== ] 1950/2771 70% [=========================================== ] 1951/2771 70% [=========================================== ] 1952/2771 70% [=========================================== ] 1953/2771 70% [=========================================== ] 1954/2771 70% [=========================================== ] 1955/2771 70% [=========================================== ] 1956/2771 70% [=========================================== ] 1957/2771 70% [=========================================== ] 1958/2771 70% [=========================================== ] 1959/2771 70% [=========================================== ] 1960/2771 70% [=========================================== ] 1961/2771 70% [=========================================== ] 1962/2771 70% [=========================================== ] 1963/2771 70% [=========================================== ] 1964/2771 70% [=========================================== ] 1965/2771 70% [=========================================== ] 1966/2771 70% [============================================ ] 1967/2771 70% [============================================ ] 1968/2771 71% [============================================ ] 1969/2771 71% [============================================ ] 1970/2771 71% [============================================ ] 1971/2771 71% [============================================ ] 1972/2771 71% [============================================ ] 1973/2771 71% [============================================ ] 1974/2771 71% [============================================ ] 1975/2771 71% [============================================ ] 1976/2771 71% [============================================ ] 1977/2771 71% [============================================ ] 1978/2771 71% [============================================ ] 1979/2771 71% [============================================ ] 1980/2771 71% [============================================ ] 1981/2771 71% [============================================ ] 1982/2771 71% [============================================ ] 1983/2771 71% [============================================ ] 1984/2771 71% [============================================ ] 1985/2771 71% [============================================ ] 1986/2771 71% [============================================ ] 1987/2771 71% [============================================ ] 1988/2771 71% [============================================ ] 1989/2771 71% [============================================ ] 1990/2771 71% [============================================ ] 1991/2771 71% [============================================ ] 1992/2771 71% [============================================ ] 1993/2771 71% [============================================ ] 1994/2771 71% [============================================ ] 1995/2771 71% [============================================ ] 1996/2771 72% [============================================ ] 1997/2771 72% [============================================ ] 1998/2771 72% [============================================ ] 1999/2771 72% [============================================ ] 2000/2771 72% [============================================ ] 2001/2771 72% [============================================ ] 2002/2771 72% [============================================ ] 2003/2771 72% [============================================ ] 2004/2771 72% [============================================ ] 2005/2771 72% [============================================ ] 2006/2771 72% [============================================ ] 2007/2771 72% [============================================ ] 2008/2771 72% [============================================ ] 2009/2771 72% [============================================ ] 2010/2771 72% [============================================ ] 2011/2771 72% [============================================= ] 2012/2771 72% [============================================= ] 2013/2771 72% [============================================= ] 2014/2771 72% [============================================= ] 2015/2771 72% [============================================= ] 2016/2771 72% [============================================= ] 2017/2771 72% [============================================= ] 2018/2771 72% [============================================= ] 2019/2771 72% [============================================= ] 2020/2771 72% [============================================= ] 2021/2771 72% [============================================= ] 2022/2771 72% [============================================= ] 2023/2771 73% [============================================= ] 2024/2771 73% [============================================= ] 2025/2771 73% [============================================= ] 2026/2771 73% [============================================= ] 2027/2771 73% [============================================= ] 2028/2771 73% [============================================= ] 2029/2771 73% [============================================= ] 2030/2771 73% [============================================= ] 2031/2771 73% [============================================= ] 2032/2771 73% [============================================= ] 2033/2771 73% [============================================= ] 2034/2771 73% [============================================= ] 2035/2771 73% [============================================= ] 2036/2771 73% [============================================= ] 2037/2771 73% [============================================= ] 2038/2771 73% [============================================= ] 2039/2771 73% [============================================= ] 2040/2771 73% [============================================= ] 2041/2771 73% [============================================= ] 2042/2771 73% [============================================= ] 2043/2771 73% [============================================= ] 2044/2771 73% [============================================= ] 2045/2771 73% [============================================= ] 2046/2771 73% [============================================= ] 2047/2771 73% [============================================= ] 2048/2771 73% [============================================= ] 2049/2771 73% [============================================= ] 2050/2771 73% [============================================= ] 2051/2771 74% [============================================= ] 2052/2771 74% [============================================= ] 2053/2771 74% [============================================= ] 2054/2771 74% [============================================= ] 2055/2771 74% [============================================== ] 2056/2771 74% [============================================== ] 2057/2771 74% [============================================== ] 2058/2771 74% [============================================== ] 2059/2771 74% [============================================== ] 2060/2771 74% [============================================== ] 2061/2771 74% [============================================== ] 2062/2771 74% [============================================== ] 2063/2771 74% [============================================== ] 2064/2771 74% [============================================== ] 2065/2771 74% [============================================== ] 2066/2771 74% [============================================== ] 2067/2771 74% [============================================== ] 2068/2771 74% [============================================== ] 2069/2771 74% [============================================== ] 2070/2771 74% [============================================== ] 2071/2771 74% [============================================== ] 2072/2771 74% [============================================== ] 2073/2771 74% [============================================== ] 2074/2771 74% [============================================== ] 2075/2771 74% [============================================== ] 2076/2771 74% [============================================== ] 2077/2771 74% [============================================== ] 2078/2771 74% [============================================== ] 2079/2771 75% [============================================== ] 2080/2771 75% [============================================== ] 2081/2771 75% [============================================== ] 2082/2771 75% [============================================== ] 2083/2771 75% [============================================== ] 2084/2771 75% [============================================== ] 2085/2771 75% [============================================== ] 2086/2771 75% [============================================== ] 2087/2771 75% [============================================== ] 2088/2771 75% [============================================== ] 2089/2771 75% [============================================== ] 2090/2771 75% [============================================== ] 2091/2771 75% [============================================== ] 2092/2771 75% [============================================== ] 2093/2771 75% [============================================== ] 2094/2771 75% [============================================== ] 2095/2771 75% [============================================== ] 2096/2771 75% [============================================== ] 2097/2771 75% [============================================== ] 2098/2771 75% [============================================== ] 2099/2771 75% [============================================== ] 2100/2771 75% [=============================================== ] 2101/2771 75% [=============================================== ] 2102/2771 75% [=============================================== ] 2103/2771 75% [=============================================== ] 2104/2771 75% [=============================================== ] 2105/2771 75% [=============================================== ] 2106/2771 76% [=============================================== ] 2107/2771 76% [=============================================== ] 2108/2771 76% [=============================================== ] 2109/2771 76% [=============================================== ] 2110/2771 76% [=============================================== ] 2111/2771 76% [=============================================== ] 2112/2771 76% [=============================================== ] 2113/2771 76% [=============================================== ] 2114/2771 76% [=============================================== ] 2115/2771 76% [=============================================== ] 2116/2771 76% [=============================================== ] 2117/2771 76% [=============================================== ] 2118/2771 76% [=============================================== ] 2119/2771 76% [=============================================== ] 2120/2771 76% [=============================================== ] 2121/2771 76% [=============================================== ] 2122/2771 76% [=============================================== ] 2123/2771 76% [=============================================== ] 2124/2771 76% [=============================================== ] 2125/2771 76% [=============================================== ] 2126/2771 76% [=============================================== ] 2127/2771 76% [=============================================== ] 2128/2771 76% [=============================================== ] 2129/2771 76% [=============================================== ] 2130/2771 76% [=============================================== ] 2131/2771 76% [=============================================== ] 2132/2771 76% [=============================================== ] 2133/2771 76% [=============================================== ] 2134/2771 77% [=============================================== ] 2135/2771 77% [=============================================== ] 2136/2771 77% [=============================================== ] 2137/2771 77% [=============================================== ] 2138/2771 77% [=============================================== ] 2139/2771 77% [=============================================== ] 2140/2771 77% [=============================================== ] 2141/2771 77% [=============================================== ] 2142/2771 77% [=============================================== ] 2143/2771 77% [=============================================== ] 2144/2771 77% [=============================================== ] 2145/2771 77% [================================================ ] 2146/2771 77% [================================================ ] 2147/2771 77% [================================================ ] 2148/2771 77% [================================================ ] 2149/2771 77% [================================================ ] 2150/2771 77% [================================================ ] 2151/2771 77% [================================================ ] 2152/2771 77% [================================================ ] 2153/2771 77% [================================================ ] 2154/2771 77% [================================================ ] 2155/2771 77% [================================================ ] 2156/2771 77% [================================================ ] 2157/2771 77% [================================================ ] 2158/2771 77% [================================================ ] 2159/2771 77% [================================================ ] 2160/2771 77% [================================================ ] 2161/2771 77% [================================================ ] 2162/2771 78% [================================================ ] 2163/2771 78% [================================================ ] 2164/2771 78% [================================================ ] 2165/2771 78% [================================================ ] 2166/2771 78% [================================================ ] 2167/2771 78% [================================================ ] 2168/2771 78% [================================================ ] 2169/2771 78% [================================================ ] 2170/2771 78% [================================================ ] 2171/2771 78% [================================================ ] 2172/2771 78% [================================================ ] 2173/2771 78% [================================================ ] 2174/2771 78% [================================================ ] 2175/2771 78% [================================================ ] 2176/2771 78% [================================================ ] 2177/2771 78% [================================================ ] 2178/2771 78% [================================================ ] 2179/2771 78% [================================================ ] 2180/2771 78% [================================================ ] 2181/2771 78% [================================================ ] 2182/2771 78% [================================================ ] 2183/2771 78% [================================================ ] 2184/2771 78% [================================================ ] 2185/2771 78% [================================================ ] 2186/2771 78% [================================================ ] 2187/2771 78% [================================================ ] 2188/2771 78% [================================================ ] 2189/2771 78% [================================================= ] 2190/2771 79% [================================================= ] 2191/2771 79% [================================================= ] 2192/2771 79% [================================================= ] 2193/2771 79% [================================================= ] 2194/2771 79% [================================================= ] 2195/2771 79% [================================================= ] 2196/2771 79% [================================================= ] 2197/2771 79% [================================================= ] 2198/2771 79% [================================================= ] 2199/2771 79% [================================================= ] 2200/2771 79% [================================================= ] 2201/2771 79% [================================================= ] 2202/2771 79% [================================================= ] 2203/2771 79% [================================================= ] 2204/2771 79% [================================================= ] 2205/2771 79% [================================================= ] 2206/2771 79% [================================================= ] 2207/2771 79% [================================================= ] 2208/2771 79% [================================================= ] 2209/2771 79% [================================================= ] 2210/2771 79% [================================================= ] 2211/2771 79% [================================================= ] 2212/2771 79% [================================================= ] 2213/2771 79% [================================================= ] 2214/2771 79% [================================================= ] 2215/2771 79% [================================================= ] 2216/2771 79% [================================================= ] 2217/2771 80% [================================================= ] 2218/2771 80% [================================================= ] 2219/2771 80% [================================================= ] 2220/2771 80% [================================================= ] 2221/2771 80% [================================================= ] 2222/2771 80% [================================================= ] 2223/2771 80% [================================================= ] 2224/2771 80% [================================================= ] 2225/2771 80% [================================================= ] 2226/2771 80% [================================================= ] 2227/2771 80% [================================================= ] 2228/2771 80% [================================================= ] 2229/2771 80% [================================================= ] 2230/2771 80% [================================================= ] 2231/2771 80% [================================================= ] 2232/2771 80% [================================================= ] 2233/2771 80% [================================================= ] 2234/2771 80% [================================================== ] 2235/2771 80% [================================================== ] 2236/2771 80% [================================================== ] 2237/2771 80% [================================================== ] 2238/2771 80% [================================================== ] 2239/2771 80% [================================================== ] 2240/2771 80% [================================================== ] 2241/2771 80% [================================================== ] 2242/2771 80% [================================================== ] 2243/2771 80% [================================================== ] 2244/2771 80% [================================================== ] 2245/2771 81% [================================================== ] 2246/2771 81% [================================================== ] 2247/2771 81% [================================================== ] 2248/2771 81% [================================================== ] 2249/2771 81% [================================================== ] 2250/2771 81% [================================================== ] 2251/2771 81% [================================================== ] 2252/2771 81% [================================================== ] 2253/2771 81% [================================================== ] 2254/2771 81% [================================================== ] 2255/2771 81% [================================================== ] 2256/2771 81% [================================================== ] 2257/2771 81% [================================================== ] 2258/2771 81% [================================================== ] 2259/2771 81% [================================================== ] 2260/2771 81% [================================================== ] 2261/2771 81% [================================================== ] 2262/2771 81% [================================================== ] 2263/2771 81% [================================================== ] 2264/2771 81% [================================================== ] 2265/2771 81% [================================================== ] 2266/2771 81% [================================================== ] 2267/2771 81% [================================================== ] 2268/2771 81% [================================================== ] 2269/2771 81% [================================================== ] 2270/2771 81% [================================================== ] 2271/2771 81% [================================================== ] 2272/2771 81% [================================================== ] 2273/2771 82% [================================================== ] 2274/2771 82% [================================================== ] 2275/2771 82% [================================================== ] 2276/2771 82% [================================================== ] 2277/2771 82% [================================================== ] 2278/2771 82% [================================================== ] 2279/2771 82% [=================================================== ] 2280/2771 82% [=================================================== ] 2281/2771 82% [=================================================== ] 2282/2771 82% [=================================================== ] 2283/2771 82% [=================================================== ] 2284/2771 82% [=================================================== ] 2285/2771 82% [=================================================== ] 2286/2771 82% [=================================================== ] 2287/2771 82% [=================================================== ] 2288/2771 82% [=================================================== ] 2289/2771 82% [=================================================== ] 2290/2771 82% [=================================================== ] 2291/2771 82% [=================================================== ] 2292/2771 82% [=================================================== ] 2293/2771 82% [=================================================== ] 2294/2771 82% [=================================================== ] 2295/2771 82% [=================================================== ] 2296/2771 82% [=================================================== ] 2297/2771 82% [=================================================== ] 2298/2771 82% [=================================================== ] 2299/2771 82% [=================================================== ] 2300/2771 83% [=================================================== ] 2301/2771 83% [=================================================== ] 2302/2771 83% [=================================================== ] 2303/2771 83% [=================================================== ] 2304/2771 83% [=================================================== ] 2305/2771 83% [=================================================== ] 2306/2771 83% [=================================================== ] 2307/2771 83% [=================================================== ] 2308/2771 83% [=================================================== ] 2309/2771 83% [=================================================== ] 2310/2771 83% [=================================================== ] 2311/2771 83% [=================================================== ] 2312/2771 83% [=================================================== ] 2313/2771 83% [=================================================== ] 2314/2771 83% [=================================================== ] 2315/2771 83% [=================================================== ] 2316/2771 83% [=================================================== ] 2317/2771 83% [=================================================== ] 2318/2771 83% [=================================================== ] 2319/2771 83% [=================================================== ] 2320/2771 83% [=================================================== ] 2321/2771 83% [=================================================== ] 2322/2771 83% [=================================================== ] 2323/2771 83% [=================================================== ] 2324/2771 83% [==================================================== ] 2325/2771 83% [==================================================== ] 2326/2771 83% [==================================================== ] 2327/2771 83% [==================================================== ] 2328/2771 84% [==================================================== ] 2329/2771 84% [==================================================== ] 2330/2771 84% [==================================================== ] 2331/2771 84% [==================================================== ] 2332/2771 84% [==================================================== ] 2333/2771 84% [==================================================== ] 2334/2771 84% [==================================================== ] 2335/2771 84% [==================================================== ] 2336/2771 84% [==================================================== ] 2337/2771 84% [==================================================== ] 2338/2771 84% [==================================================== ] 2339/2771 84% [==================================================== ] 2340/2771 84% [==================================================== ] 2341/2771 84% [==================================================== ] 2342/2771 84% [==================================================== ] 2343/2771 84% [==================================================== ] 2344/2771 84% [==================================================== ] 2345/2771 84% [==================================================== ] 2346/2771 84% [==================================================== ] 2347/2771 84% [==================================================== ] 2348/2771 84% [==================================================== ] 2349/2771 84% [==================================================== ] 2350/2771 84% [==================================================== ] 2351/2771 84% [==================================================== ] 2352/2771 84% [==================================================== ] 2353/2771 84% [==================================================== ] 2354/2771 84% [==================================================== ] 2355/2771 84% [==================================================== ] 2356/2771 85% [==================================================== ] 2357/2771 85% [==================================================== ] 2358/2771 85% [==================================================== ] 2359/2771 85% [==================================================== ] 2360/2771 85% [==================================================== ] 2361/2771 85% [==================================================== ] 2362/2771 85% [==================================================== ] 2363/2771 85% [==================================================== ] 2364/2771 85% [==================================================== ] 2365/2771 85% [==================================================== ] 2366/2771 85% [==================================================== ] 2367/2771 85% [==================================================== ] 2368/2771 85% [===================================================== ] 2369/2771 85% [===================================================== ] 2370/2771 85% [===================================================== ] 2371/2771 85% [===================================================== ] 2372/2771 85% [===================================================== ] 2373/2771 85% [===================================================== ] 2374/2771 85% [===================================================== ] 2375/2771 85% [===================================================== ] 2376/2771 85% [===================================================== ] 2377/2771 85% [===================================================== ] 2378/2771 85% [===================================================== ] 2379/2771 85% [===================================================== ] 2380/2771 85% [===================================================== ] 2381/2771 85% [===================================================== ] 2382/2771 85% [===================================================== ] 2383/2771 85% [===================================================== ] 2384/2771 86% [===================================================== ] 2385/2771 86% [===================================================== ] 2386/2771 86% [===================================================== ] 2387/2771 86% [===================================================== ] 2388/2771 86% [===================================================== ] 2389/2771 86% [===================================================== ] 2390/2771 86% [===================================================== ] 2391/2771 86% [===================================================== ] 2392/2771 86% [===================================================== ] 2393/2771 86% [===================================================== ] 2394/2771 86% [===================================================== ] 2395/2771 86% [===================================================== ] 2396/2771 86% [===================================================== ] 2397/2771 86% [===================================================== ] 2398/2771 86% [===================================================== ] 2399/2771 86% [===================================================== ] 2400/2771 86% [===================================================== ] 2401/2771 86% [===================================================== ] 2402/2771 86% [===================================================== ] 2403/2771 86% [===================================================== ] 2404/2771 86% [===================================================== ] 2405/2771 86% [===================================================== ] 2406/2771 86% [===================================================== ] 2407/2771 86% [===================================================== ] 2408/2771 86% [===================================================== ] 2409/2771 86% [===================================================== ] 2410/2771 86% [===================================================== ] 2411/2771 87% [===================================================== ] 2412/2771 87% [===================================================== ] 2413/2771 87% [====================================================== ] 2414/2771 87% [====================================================== ] 2415/2771 87% [====================================================== ] 2416/2771 87% [====================================================== ] 2417/2771 87% [====================================================== ] 2418/2771 87% [====================================================== ] 2419/2771 87% [====================================================== ] 2420/2771 87% [====================================================== ] 2421/2771 87% [====================================================== ] 2422/2771 87% [====================================================== ] 2423/2771 87% [====================================================== ] 2424/2771 87% [====================================================== ] 2425/2771 87% [====================================================== ] 2426/2771 87% [====================================================== ] 2427/2771 87% [====================================================== ] 2428/2771 87% [====================================================== ] 2429/2771 87% [====================================================== ] 2430/2771 87% [====================================================== ] 2431/2771 87% [====================================================== ] 2432/2771 87% [====================================================== ] 2433/2771 87% [====================================================== ] 2434/2771 87% [====================================================== ] 2435/2771 87% [====================================================== ] 2436/2771 87% [====================================================== ] 2437/2771 87% [====================================================== ] 2438/2771 87% [====================================================== ] 2439/2771 88% [====================================================== ] 2440/2771 88% [====================================================== ] 2441/2771 88% [====================================================== ] 2442/2771 88% [====================================================== ] 2443/2771 88% [====================================================== ] 2444/2771 88% [====================================================== ] 2445/2771 88% [====================================================== ] 2446/2771 88% [====================================================== ] 2447/2771 88% [====================================================== ] 2448/2771 88% [====================================================== ] 2449/2771 88% [====================================================== ] 2450/2771 88% [====================================================== ] 2451/2771 88% [====================================================== ] 2452/2771 88% [====================================================== ] 2453/2771 88% [====================================================== ] 2454/2771 88% [====================================================== ] 2455/2771 88% [====================================================== ] 2456/2771 88% [====================================================== ] 2457/2771 88% [====================================================== ] 2458/2771 88% [======================================================= ] 2459/2771 88% [======================================================= ] 2460/2771 88% [======================================================= ] 2461/2771 88% [======================================================= ] 2462/2771 88% [======================================================= ] 2463/2771 88% [======================================================= ] 2464/2771 88% [======================================================= ] 2465/2771 88% [======================================================= ] 2466/2771 88% [======================================================= ] 2467/2771 89% [======================================================= ] 2468/2771 89% [======================================================= ] 2469/2771 89% [======================================================= ] 2470/2771 89% [======================================================= ] 2471/2771 89% [======================================================= ] 2472/2771 89% [======================================================= ] 2473/2771 89% [======================================================= ] 2474/2771 89% [======================================================= ] 2475/2771 89% [======================================================= ] 2476/2771 89% [======================================================= ] 2477/2771 89% [======================================================= ] 2478/2771 89% [======================================================= ] 2479/2771 89% [======================================================= ] 2480/2771 89% [======================================================= ] 2481/2771 89% [======================================================= ] 2482/2771 89% [======================================================= ] 2483/2771 89% [======================================================= ] 2484/2771 89% [======================================================= ] 2485/2771 89% [======================================================= ] 2486/2771 89% [======================================================= ] 2487/2771 89% [======================================================= ] 2488/2771 89% [======================================================= ] 2489/2771 89% [======================================================= ] 2490/2771 89% [======================================================= ] 2491/2771 89% [======================================================= ] 2492/2771 89% [======================================================= ] 2493/2771 89% [======================================================= ] 2494/2771 90% [======================================================= ] 2495/2771 90% [======================================================= ] 2496/2771 90% [======================================================= ] 2497/2771 90% [======================================================= ] 2498/2771 90% [======================================================= ] 2499/2771 90% [======================================================= ] 2500/2771 90% [======================================================= ] 2501/2771 90% [======================================================= ] 2502/2771 90% [======================================================== ] 2503/2771 90% [======================================================== ] 2504/2771 90% [======================================================== ] 2505/2771 90% [======================================================== ] 2506/2771 90% [======================================================== ] 2507/2771 90% [======================================================== ] 2508/2771 90% [======================================================== ] 2509/2771 90% [======================================================== ] 2510/2771 90% [======================================================== ] 2511/2771 90% [======================================================== ] 2512/2771 90% [======================================================== ] 2513/2771 90% [======================================================== ] 2514/2771 90% [======================================================== ] 2515/2771 90% [======================================================== ] 2516/2771 90% [======================================================== ] 2517/2771 90% [======================================================== ] 2518/2771 90% [======================================================== ] 2519/2771 90% [======================================================== ] 2520/2771 90% [======================================================== ] 2521/2771 90% [======================================================== ] 2522/2771 91% [======================================================== ] 2523/2771 91% [======================================================== ] 2524/2771 91% [======================================================== ] 2525/2771 91% [======================================================== ] 2526/2771 91% [======================================================== ] 2527/2771 91% [======================================================== ] 2528/2771 91% [======================================================== ] 2529/2771 91% [======================================================== ] 2530/2771 91% [======================================================== ] 2531/2771 91% [======================================================== ] 2532/2771 91% [======================================================== ] 2533/2771 91% [======================================================== ] 2534/2771 91% [======================================================== ] 2535/2771 91% [======================================================== ] 2536/2771 91% [======================================================== ] 2537/2771 91% [======================================================== ] 2538/2771 91% [======================================================== ] 2539/2771 91% [======================================================== ] 2540/2771 91% [======================================================== ] 2541/2771 91% [======================================================== ] 2542/2771 91% [======================================================== ] 2543/2771 91% [======================================================== ] 2544/2771 91% [======================================================== ] 2545/2771 91% [======================================================== ] 2546/2771 91% [======================================================== ] 2547/2771 91% [========================================================= ] 2548/2771 91% [========================================================= ] 2549/2771 91% [========================================================= ] 2550/2771 92% [========================================================= ] 2551/2771 92% [========================================================= ] 2552/2771 92% [========================================================= ] 2553/2771 92% [========================================================= ] 2554/2771 92% [========================================================= ] 2555/2771 92% [========================================================= ] 2556/2771 92% [========================================================= ] 2557/2771 92% [========================================================= ] 2558/2771 92% [========================================================= ] 2559/2771 92% [========================================================= ] 2560/2771 92% [========================================================= ] 2561/2771 92% [========================================================= ] 2562/2771 92% [========================================================= ] 2563/2771 92% [========================================================= ] 2564/2771 92% [========================================================= ] 2565/2771 92% [========================================================= ] 2566/2771 92% [========================================================= ] 2567/2771 92% [========================================================= ] 2568/2771 92% [========================================================= ] 2569/2771 92% [========================================================= ] 2570/2771 92% [========================================================= ] 2571/2771 92% [========================================================= ] 2572/2771 92% [========================================================= ] 2573/2771 92% [========================================================= ] 2574/2771 92% [========================================================= ] 2575/2771 92% [========================================================= ] 2576/2771 92% [========================================================= ] 2577/2771 92% [========================================================= ] 2578/2771 93% [========================================================= ] 2579/2771 93% [========================================================= ] 2580/2771 93% [========================================================= ] 2581/2771 93% [========================================================= ] 2582/2771 93% [========================================================= ] 2583/2771 93% [========================================================= ] 2584/2771 93% [========================================================= ] 2585/2771 93% [========================================================= ] 2586/2771 93% [========================================================= ] 2587/2771 93% [========================================================= ] 2588/2771 93% [========================================================= ] 2589/2771 93% [========================================================= ] 2590/2771 93% [========================================================= ] 2591/2771 93% [========================================================= ] 2592/2771 93% [========================================================== ] 2593/2771 93% [========================================================== ] 2594/2771 93% [========================================================== ] 2595/2771 93% [========================================================== ] 2596/2771 93% [========================================================== ] 2597/2771 93% [========================================================== ] 2598/2771 93% [========================================================== ] 2599/2771 93% [========================================================== ] 2600/2771 93% [========================================================== ] 2601/2771 93% [========================================================== ] 2602/2771 93% [========================================================== ] 2603/2771 93% [========================================================== ] 2604/2771 93% [========================================================== ] 2605/2771 94% [========================================================== ] 2606/2771 94% [========================================================== ] 2607/2771 94% [========================================================== ] 2608/2771 94% [========================================================== ] 2609/2771 94% [========================================================== ] 2610/2771 94% [========================================================== ] 2611/2771 94% [========================================================== ] 2612/2771 94% [========================================================== ] 2613/2771 94% [========================================================== ] 2614/2771 94% [========================================================== ] 2615/2771 94% [========================================================== ] 2616/2771 94% [========================================================== ] 2617/2771 94% [========================================================== ] 2618/2771 94% [========================================================== ] 2619/2771 94% [========================================================== ] 2620/2771 94% [========================================================== ] 2621/2771 94% [========================================================== ] 2622/2771 94% [========================================================== ] 2623/2771 94% [========================================================== ] 2624/2771 94% [========================================================== ] 2625/2771 94% [========================================================== ] 2626/2771 94% [========================================================== ] 2627/2771 94% [========================================================== ] 2628/2771 94% [========================================================== ] 2629/2771 94% [========================================================== ] 2630/2771 94% [========================================================== ] 2631/2771 94% [========================================================== ] 2632/2771 94% [========================================================== ] 2633/2771 95% [========================================================== ] 2634/2771 95% [========================================================== ] 2635/2771 95% [========================================================== ] 2636/2771 95% [=========================================================== ] 2637/2771 95% [=========================================================== ] 2638/2771 95% [=========================================================== ] 2639/2771 95% [=========================================================== ] 2640/2771 95% [=========================================================== ] 2641/2771 95% [=========================================================== ] 2642/2771 95% [=========================================================== ] 2643/2771 95% [=========================================================== ] 2644/2771 95% [=========================================================== ] 2645/2771 95% [=========================================================== ] 2646/2771 95% [=========================================================== ] 2647/2771 95% [=========================================================== ] 2648/2771 95% [=========================================================== ] 2649/2771 95% [=========================================================== ] 2650/2771 95% [=========================================================== ] 2651/2771 95% [=========================================================== ] 2652/2771 95% [=========================================================== ] 2653/2771 95% [=========================================================== ] 2654/2771 95% [=========================================================== ] 2655/2771 95% [=========================================================== ] 2656/2771 95% [=========================================================== ] 2657/2771 95% [=========================================================== ] 2658/2771 95% [=========================================================== ] 2659/2771 95% [=========================================================== ] 2660/2771 95% [=========================================================== ] 2661/2771 96% [=========================================================== ] 2662/2771 96% [=========================================================== ] 2663/2771 96% [=========================================================== ] 2664/2771 96% [=========================================================== ] 2665/2771 96% [=========================================================== ] 2666/2771 96% [=========================================================== ] 2667/2771 96% [=========================================================== ] 2668/2771 96% [=========================================================== ] 2669/2771 96% [=========================================================== ] 2670/2771 96% [=========================================================== ] 2671/2771 96% [=========================================================== ] 2672/2771 96% [=========================================================== ] 2673/2771 96% [=========================================================== ] 2674/2771 96% [=========================================================== ] 2675/2771 96% [=========================================================== ] 2676/2771 96% [=========================================================== ] 2677/2771 96% [=========================================================== ] 2678/2771 96% [=========================================================== ] 2679/2771 96% [=========================================================== ] 2680/2771 96% [=========================================================== ] 2681/2771 96% [============================================================ ] 2682/2771 96% [============================================================ ] 2683/2771 96% [============================================================ ] 2684/2771 96% [============================================================ ] 2685/2771 96% [============================================================ ] 2686/2771 96% [============================================================ ] 2687/2771 96% [============================================================ ] 2688/2771 97% [============================================================ ] 2689/2771 97% [============================================================ ] 2690/2771 97% [============================================================ ] 2691/2771 97% [============================================================ ] 2692/2771 97% [============================================================ ] 2693/2771 97% [============================================================ ] 2694/2771 97% [============================================================ ] 2695/2771 97% [============================================================ ] 2696/2771 97% [============================================================ ] 2697/2771 97% [============================================================ ] 2698/2771 97% [============================================================ ] 2699/2771 97% [============================================================ ] 2700/2771 97% [============================================================ ] 2701/2771 97% [============================================================ ] 2702/2771 97% [============================================================ ] 2703/2771 97% [============================================================ ] 2704/2771 97% [============================================================ ] 2705/2771 97% [============================================================ ] 2706/2771 97% [============================================================ ] 2707/2771 97% [============================================================ ] 2708/2771 97% [============================================================ ] 2709/2771 97% [============================================================ ] 2710/2771 97% [============================================================ ] 2711/2771 97% [============================================================ ] 2712/2771 97% [============================================================ ] 2713/2771 97% [============================================================ ] 2714/2771 97% [============================================================ ] 2715/2771 97% [============================================================ ] 2716/2771 98% [============================================================ ] 2717/2771 98% [============================================================ ] 2718/2771 98% [============================================================ ] 2719/2771 98% [============================================================ ] 2720/2771 98% [============================================================ ] 2721/2771 98% [============================================================ ] 2722/2771 98% [============================================================ ] 2723/2771 98% [============================================================ ] 2724/2771 98% [============================================================ ] 2725/2771 98% [============================================================ ] 2726/2771 98% [============================================================= ] 2727/2771 98% [============================================================= ] 2728/2771 98% [============================================================= ] 2729/2771 98% [============================================================= ] 2730/2771 98% [============================================================= ] 2731/2771 98% [============================================================= ] 2732/2771 98% [============================================================= ] 2733/2771 98% [============================================================= ] 2734/2771 98% [============================================================= ] 2735/2771 98% [============================================================= ] 2736/2771 98% [============================================================= ] 2737/2771 98% [============================================================= ] 2738/2771 98% [============================================================= ] 2739/2771 98% [============================================================= ] 2740/2771 98% [============================================================= ] 2741/2771 98% [============================================================= ] 2742/2771 98% [============================================================= ] 2743/2771 98% [============================================================= ] 2744/2771 99% [============================================================= ] 2745/2771 99% [============================================================= ] 2746/2771 99% [============================================================= ] 2747/2771 99% [============================================================= ] 2748/2771 99% [============================================================= ] 2749/2771 99% [============================================================= ] 2750/2771 99% [============================================================= ] 2751/2771 99% [============================================================= ] 2752/2771 99% [============================================================= ] 2753/2771 99% [============================================================= ] 2754/2771 99% [============================================================= ] 2755/2771 99% [============================================================= ] 2756/2771 99% [============================================================= ] 2757/2771 99% [============================================================= ] 2758/2771 99% [============================================================= ] 2759/2771 99% [============================================================= ] 2760/2771 99% [============================================================= ] 2761/2771 99% [============================================================= ] 2762/2771 99% [============================================================= ] 2763/2771 99% [============================================================= ] 2764/2771 99% [============================================================= ] 2765/2771 99% [============================================================= ] 2766/2771 99% [============================================================= ] 2767/2771 99% [============================================================= ] 2768/2771 99% [============================================================= ] 2769/2771 99% [============================================================= ] 2770/2771 99% [==============================================================] 2771/2771 100% operation complete, 2771 objects in 32447 NAND pages. ln -snf /home/autobuild/autobuild/instance-13/output-1/host/powerpc-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-13/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-13/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-13/buildroot' >>> Buildroot 2023.05-15-g8ea4f3b549 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.4.0 Collecting legal info >>> glibc 2.37-2-g9f8513dc64119a424b312db97cef5d87d376defa Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.4.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.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.3.6 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> 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) >>> aespipe 2.4f Collecting legal info >>> apr-util 1.6.3 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.7.2 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-asn1c 0.9.28 Collecting legal info LICENSE: OK (sha256: bcc636802a52ace2255212be15fb707084af87061b5cfd37eb84dcf6a02cc48b) >>> b43-firmware 5.100.138 Collecting legal info >>> host-b43-fwcutter 019 Collecting legal info COPYING: OK (sha256: 6af9fc424d57f29b7e59b35e52d4a91aca80304506275f2c0c076317fc6eb583) >>> bmx7 7.1.1 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mbedtls 2.28.2 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> wireless_tools 30.pre9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-bootgen xilinx_v2023.1 Collecting legal info LICENSE: OK (sha256: 4da5f5eff0592e5d275f1871faf9e9a4fc0f6346027bfb777fa59d0aa6a59aa3) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1u Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> busybox 1.36.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> pciutils 3.9.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> cantarell 0.0.25 Collecting legal info COPYING: OK (sha256: 79a9d6198c0d9192c1b0bf55bcbc404a39390bd0d8c650cf20d652c2eaa284d8) >>> check 0.15.2 Collecting legal info COPYING.LESSER: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> chocolate-doom 3.0.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> sdl2 2.26.5 Collecting legal info LICENSE.txt: OK (sha256: 9928507f684c1965d07f2b6ef4b4723d5efc2f6b4ab731f743a413c51c319927) >>> sdl2_mixer 2.6.3 Collecting legal info LICENSE.txt: OK (sha256: 1852c8549e3d154687197d46abababd3e8faae035f19991b2ca850fa3a43ad57) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> sdl2_net 2.2.0 Collecting legal info LICENSE.txt: OK (sha256: fcb07e07ac6bc8b2fcf047b50431ef4ebe5b619d7ca7c82212018309a9067426) >>> cracklib 2.9.8 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cracklib 2.9.8 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> duktape 2.7.0 Collecting legal info LICENSE.txt: OK (sha256: c6b6659630ca6cb837afe982ecc79511bfca878b56296d628b02eb6f18789c29) >>> dvdauthor 0.7.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> freetype 2.13.0 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libxml2 2.10.4 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ed 1.18 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> enet 1.3.17 Collecting legal info LICENSE: OK (sha256: 77f94e3be39938801163844b8bf9a4f12badcc0da136e9886e7da14a816d74d3) >>> host-f2fs-tools 1.15.0 Collecting legal info COPYING: OK (sha256: 662abb3a8a80b36ae7036c289dd1e03b361ee5dd2e6fd5211d0d8d029146449f) >>> freeradius-client 1.1.7 Collecting legal info COPYRIGHT: OK (sha256: e579878de7971b2224ae2263bbc61f6c465fe40e884a9068d5fa9d17fbfd2ebe) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> genpart 1.0.2 Collecting legal info >>> getent Collecting legal info >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gumbo-parser 0.10.1 Collecting legal info COPYING: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> htop 3.2.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.4-20230429 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230429 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> inconsolata 001.010 Collecting legal info OFL.txt: OK (sha256: 8bbed014d1c85a9e3f36703816833c9538e140fea88c2bc3a745ce2449dc18ab) >>> iodine 0.7.0 Collecting legal info README: OK (sha256: f41a252b2218759aa351270b7ad9791bdd323836b940e35c0614837a5d24dcb7) >>> jasper 2.0.33 Collecting legal info LICENSE: OK (sha256: 4ad1bb42aff888c4403d792e6e2c5f1716d6c279fea70b296333c9d577d30b81) >>> joe 4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> json-javascript 3d7767b6b1f3da363c625ff54e63bbf20e9e83ac Collecting legal info json2.js: OK (sha256: 925947d3d711c4441a9db20f51215fbf5c119d2a3b51cadb2c9031907d8014b5) >>> libaacs 0.11.1 Collecting legal info COPYING: OK (sha256: 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> libgcrypt 1.10.1 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.46 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libcurl 8.1.2 Collecting legal info COPYING: OK (sha256: b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524) >>> nghttp2 1.41.0 Collecting legal info COPYING: OK (sha256: 6b94f3abc1aabd0c72a7c7d92a77f79dda7c8a0cb3df839a97890b4116a2de2a) >>> libexif 0.6.24 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libhtp 0.5.40 Collecting legal info LICENSE: OK (sha256: 87c93904e5434c81622ea690c2b90097b9f162aaa92a96542649a157dbf98d15) >>> libidn 1.41 Collecting legal info COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYINGv3: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_log 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> liboping 1.10.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> libpwquality 1.4.5 Collecting legal info COPYING: OK (sha256: aa44d09f651bf99b56253187c7778a240740c767d28453ab7fdc9804c842baee) >>> libreplaygain r475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libsolv 0.7.22 Collecting legal info LICENSE.BSD: OK (sha256: 57f15acfb29fbef7749779e096a5885c60b716633e34484a21bb717554c0198f) >>> libudfread 1.1.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libuecc 7 Collecting legal info COPYRIGHT: OK (sha256: ec4d9fcc3a37a7998a9ea4decf38f4c0c91a44fd05bb17638c52fe16f2b12e23) >>> libzip 1.9.2 Collecting legal info LICENSE: OK (sha256: 01c022eca6d566e2e8792fd0f091a28653b2a608319922bcd4de91c49d1438e1) >>> linux-serial-test bf865c37ccf9cbb1826ada61037c036dc1990b7b Collecting legal info LICENSES/MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> mdevd 0.1.6.0 Collecting legal info COPYING: OK (sha256: 7fe938b5e0fec18848955ca8081c532e24ae77310beb730b301e1f77bad3d390) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> nanocom 1.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> ncftp 3.2.6 Collecting legal info doc/LICENSE.txt: OK (sha256: 4fe2f063d25d79c49712a272ebb68e050c703eed9c66c80108427edfe3285580) >>> netplug 1.2.9.2 Collecting legal info COPYING: OK (sha256: 08ce3ddda499d6befdc80161c7cc82e90da05c31eb1047dae41ef531d5170e9b) >>> nvidia-modprobe 450.57 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> oniguruma 6.9.8 Collecting legal info COPYING: OK (sha256: 70ba5469ea0bab6e18a32d7009068f996503168d27be57747e08da34337ff26f) >>> openobex 1.7.2 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-openocd 0.12.0 Collecting legal info COPYING: OK (sha256: 1b8f7e37ee5afbbf95c2a4d62b12b25232e29538692663b434318503a9a88419) LICENSES/license-rules.txt: OK (sha256: 0a37155eb8bc0cb94477a0cae4f030e39da9317374e8a9f597e9229fd09aff78) LICENSES/exceptions/eCos-exception-2.0: OK (sha256: 034da732b4f3079b8783fff756613c1cff89dec5ac80c5cdd90532b7539922a1) LICENSES/preferred/BSD-1-Clause: OK (sha256: f3ba76203a7b6993db31f987559cc4c621ae1ff78119ced2a669756c2c5fd3b1) LICENSES/preferred/BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) LICENSES/preferred/BSD-2-Clause-Views: OK (sha256: 1483f15e9fddc73b5df0acab1c42d21ecd0bf6ade8a79179fb90c09f13d03dcd) LICENSES/preferred/BSD-3-Clause: OK (sha256: 7a83b1aeb460458db9a4bd521d7f237c45b1650f6e60ea5ffc71e49472454de3) LICENSES/preferred/BSD-Source-Code: OK (sha256: 5cf024f6e3611d5c6fb98748d1a0ad99b8cf9ffe46f2d60fa10c299cd29e0a75) LICENSES/preferred/GFDL-1.2: OK (sha256: f35396f4095619f986736ca5e2976b313d381463a35c921c9ae677cc7eb83e28) LICENSES/preferred/gfdl-1.2.texi.readme: OK (sha256: 76515be2d7334a1a038f775238c9a4c2b37e19514248e5eea0434cdfee526f9d) LICENSES/preferred/GPL-2.0: OK (sha256: 7d35bc44da7bb763022e3c2c32cfc0125dd222060bc50992420599d8e65f6c0a) LICENSES/preferred/MIT: OK (sha256: 323c587d0ccf10e376f8bf9a7f31fb4ca6078105194b42e0b1e0ee2bc9bde71f) LICENSES/stand-alone/GPL-3.0: OK (sha256: 9a41b56594cd89743ca72f188318c9871661847074dd16497ae0c695fe3ab9c9) >>> host-jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> host-libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> opus-tools 0.2 Collecting legal info COPYING: OK (sha256: c28016e58544119d6b93aea28297d040f17dcef7a9f548d3e6a4d0b558c5d248) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> prboom 2.5.0 Collecting legal info COPYING: OK (sha256: 1cba07ce0f6d1366d84b7cc62b76966ba79075e5f379c1e230c3ff0635fa789f) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> sdl_mixer d1725fcb7c4e987aeb7ecdc94cb8b6375b702170 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> sdl_net 620b0ba7dd84a0fdbd4cc8ef1b2be1cc10f90ae3 Collecting legal info COPYING: OK (sha256: e542f822a6cd82deccf82cf0f50192917b0158d725a6bc6348ab1ccdd890ecbe) >>> proftpd 1.3.8 Collecting legal info COPYING: OK (sha256: 391a473d755c29b5326fb726326ff3c37e42512f53a8f5789fc310232150bf80) >>> host-python-cython 0.29.33 Collecting legal info COPYING.txt: OK (sha256: e1eb1c49a8508e8173dac30157e4a6439a44ad8846194746c424fbc3fc2b95d7) LICENSE.txt: OK (sha256: a6cba85bc92e0cff7a450b1d873c0eaa2e9fc96bf472df0247a26bec77bf3ff9) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.3 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> ramsmp 3.5.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> s6-dns 2.3.5.4 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> screen 4.9.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> sdl_ttf 70b2940cc75e92aab02a67d2f827caf2836a2c74 Collecting legal info COPYING: OK (sha256: b609721d3d4ac67facaf86f068c8b311b6c5f6cef89b6d84268aa38b7867ab7b) >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> sexpect 2.3.14 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> spi-tools 1.0.2 Collecting legal info LICENSE: OK (sha256: a01259a1b522cf0de95824f9860613b453153eebac468e96196d5d7dba84786c) >>> tinyssh 20220801 Collecting legal info LICENCE: OK (sha256: b5dc19477e29f4111e1c16cd89ec0782f5a07b1a30e3bdb7c155425b81b12c46) >>> tzdata 2023c Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-tzdata 2023c Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-zic 2023c Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> uacme 1.7.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> xkeyboard-config 2.37 Collecting legal info COPYING: OK (sha256: 6ca90f4b67dced4062894d6d77f4cc39343df9e359fc12f5e5d3c89ef2a3ef6d) >>> host-xapp_xkbcomp 1.4.6 Collecting legal info COPYING: OK (sha256: 6b833fdc05906ce57f016dc791db86830d49ee4da2861ce45806c50b3f4dda9e) >>> host-xlib_libX11 1.8.4 Collecting legal info COPYING: OK (sha256: 2e7012a140f000735a7172674a2d314398d79622444fba65d108b029b29ab283) >>> host-libxcb 1.15 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.10.4 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-xcb-proto 1.15.2 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-xlib_libXau 1.0.11 Collecting legal info COPYING: OK (sha256: 56abe29bb1d9806a9e04fa9f80fed2c0f18027594df3f098148d814aef6bddfa) >>> host-xorgproto 2022.2 Collecting legal info COPYING-applewmproto: OK (sha256: aacd931f191b610902aee1e526090c2858aabc07969441fa2537ffd3e7049555) COPYING-bigreqsproto: OK (sha256: dabc025f93129a0eb2d17f37c719dbe5ecbcb5bc8f7bc7f4ce89fe04576cc0c2) COPYING-compositeproto: OK (sha256: ab587ca94282c1e60797ffe4a77aea195418387db20ec7e0c24cedf2c844f8c1) COPYING-damageproto: OK (sha256: f67a18cb46c4c203c5122b4a901cfcc3178b2a62f83f31ca5fef5bdca3966094) COPYING-dmxproto: OK (sha256: 819e8dcd3dd2a44850c350331aa492230f86bccb0983dd739dec5ba36d7d2b8e) COPYING-dri2proto: OK (sha256: 0c306691492c4d7a8cda1ec3847668b797887dddcd7e986b4c166ae27619af7d) COPYING-dri3proto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-evieproto: OK (sha256: 0aa43d03da3cedbd9882c0ded621b0d855353eb9e551f9eed940d75c8a0b03c1) COPYING-fixesproto: OK (sha256: 65cb0b867b00fb27f066a37353713b265645b3301146562570d7638ed2ddd548) COPYING-fontcacheproto: OK (sha256: 1ab381e978bff63d68be2e4f235d51935f3f16f3ba3bebf83afa99a70c0484a2) COPYING-fontsproto: OK (sha256: f4af05774b02ae149357cc26f7bf5ef1116c2e09373c2492081a3a1892c58417) COPYING-glproto: OK (sha256: 823deb4673d3f26aa8c90e704888299648f00be3262f9363eaeecedcd65b936d) COPYING-inputproto: OK (sha256: 5e083a2ace0215a6084c877c023a6079952ba803d692488203ba4269196debe3) COPYING-kbproto: OK (sha256: d397a67d4b28e897bc5fce79b2b917df9905b54f961fc3ad1f49c7fe3803f92c) COPYING-lg3dproto: OK (sha256: 7a5dd5d4c989c167da50f15879959f42bbda960e06d0a0aea7197f61fe1dc846) COPYING-pmproto: OK (sha256: 8442b5f22f2fb13017a4302a906e7dedc899267b41f613558970941120170128) COPYING-presentproto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-printproto: OK (sha256: 6b890b118261694865988378dbba876bcd9caa1a421c5c0d626116948bc0ae35) COPYING-randrproto: OK (sha256: 41c13dcd09147ed2440286f2fb8151df8ebee06deee4ed78ddf094601c216d3d) COPYING-recordproto: OK (sha256: ee10aee0f1697ffdbe870a39f037361d4f7136f2976bb7919a41b3f66407caee) COPYING-renderproto: OK (sha256: 9e48921a94da36d7a69fe71809223ee0bb46370db9842dccdeeb55b5a9946872) COPYING-resourceproto: OK (sha256: 403e7be948674530ad40669b1e3a31adeddb656502f3b0ef810d5d3cc35d0b52) COPYING-scrnsaverproto: OK (sha256: fcbd3c628bf4d28ee3e6032054bf44bbe58f3b1a944dad856a8d3eb6b37ea412) COPYING-trapproto: OK (sha256: d6d3513f5a7099748dc387f54498d799380b45f8a444f13aa98aa45a860ae55b) COPYING-videoproto: OK (sha256: f8f49bbad61967ebc890fb79fff5bfb7cfc1c341aa8f8dee13eb3fb534040b47) COPYING-windowswmproto: OK (sha256: eb183a00c61bb47992f096b6993ed7ec17518bea9c285fe87efff7f622cc6c12) COPYING-x11proto: OK (sha256: 3bd8e0c41497bfe6ab8d11c3c90c5e79edd0b2437f2bf81161575f54bae53f21) COPYING-xcmiscproto: OK (sha256: 5531d18cfcc944dab39991f63f182cbbce3fe493ba0c7cf08a25c0d01ee84482) COPYING-xextproto: OK (sha256: fb42146c6c06a200a9b121220eb692ff9101ba0fbd0b224b9e16a016c59ae86a) COPYING-xf86bigfontproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86dgaproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86driproto: OK (sha256: 4a05d06752388d9db71ee1006f371d4fb2c316a821fc2fc272db90b3ef978334) COPYING-xf86miscproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86rushproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86vidmodeproto: OK (sha256: 942bb46a3503a708948491699171b00b9e0dfb47818d9268b160bccc5f51a4b9) COPYING-xineramaproto: OK (sha256: b2d8cda803e900915ce10f0ba735ff2c033b39c7cc5a8a436667ca583d4066fa) >>> host-xutil_util-macros 1.20.0 Collecting legal info COPYING: OK (sha256: 7db0516389152a90c20ea910e8839d10204ebc25ccbc71fc7f5809dfb98e80ac) >>> host-xlib_libXdmcp 1.1.4 Collecting legal info COPYING: OK (sha256: 8a3c3f35b0dbcb60a4e242b9e4394a352a65bb27deb2938ea1e2e62a626e16e9) >>> host-xlib_xtrans 1.4.0 Collecting legal info COPYING: OK (sha256: a9c96c832e00774266b492d4d41556f12a64f039ba3ef645c4b8c6010fcb8f2a) >>> host-xlib_libxkbfile 1.1.2 Collecting legal info COPYING: OK (sha256: e1b3fdad8037ab3f986ef9caaa7c8da47d8d55875e680c7d6011f6c07363ea7c) >>> host-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) 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-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: aespipe-2.4f: cannot save license (AESPIPE_LICENSE_FILES not defined) WARNING: b43-firmware-5.100.138: cannot save license (B43_FIRMWARE_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (GENPART_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-13/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-13/buildroot'